npm package diff

Package: @forge/cli-shared

Versions: 6.3.0-next.12 - 6.3.0-next.13

File: package/out/graphql/graphql-types.d.ts

Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -14911,9 +14911,9 @@
     id: Scalars['String']['output'];
     primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
     secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
     title: Scalars['String']['output'];
-    trigger: Array<ContentPlatformIpmTrigger>;
+    trigger: ContentPlatformIpmTrigger;
     updatedAt?: Maybe<Scalars['String']['output']>;
 };
 export declare type ContentPlatformIpmInlineDialogResultEdge = {
     __typename?: 'ContentPlatformIpmInlineDialogResultEdge';
@@ -17693,8 +17693,9 @@
 };
 export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
     __typename?: 'DevAiGenericAutodevLog';
     attributes?: Maybe<Scalars['JSON']['output']>;
+    errorType?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     kind?: Maybe<Scalars['String']['output']>;
     phase?: Maybe<DevAiAutodevLogPhase>;
     status?: Maybe<DevAiAutodevLogStatus>;
@@ -17743,8 +17744,9 @@
     timestamp?: Maybe<Scalars['DateTime']['output']>;
 };
 export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
     __typename?: 'DevAiPlaintextAutodevLog';
+    errorType?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     message?: Maybe<Scalars['String']['output']>;
     phase?: Maybe<DevAiAutodevLogPhase>;
     status?: Maybe<DevAiAutodevLogStatus>;
@@ -25519,9 +25521,12 @@
     testPerfhammerRelationshipInverse?: Maybe<GraphStoreSimplifiedTestPerfhammerRelationshipInverseConnection>;
     testPerfhammerRelationshipInverseBatch?: Maybe<GraphStoreBatchTestPerfhammerRelationshipConnection>;
     testPerfhammerRelationshipInverseRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
     testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
+    userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
+    userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
     userOwnsComponent?: Maybe<GraphStoreSimplifiedUserOwnsComponentConnection>;
+    userReviewsPr?: Maybe<GraphStoreSimplifiedUserReviewsPrConnection>;
     versionAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseConnection>;
     versionAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
     versionAssociatedBranchRelationship?: Maybe<GraphStoreFullVersionAssociatedBranchConnection>;
     versionAssociatedBuildInverse?: Maybe<GraphStoreSimplifiedVersionAssociatedBuildInverseConnection>;
@@ -27739,15 +27744,36 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
 };
+export declare type GraphStoreUserAuthoredPrArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
+};
+export declare type GraphStoreUserHasTopProjectArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreUserHasTopProjectSortInput>;
+};
 export declare type GraphStoreUserOwnsComponentArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
 };
+export declare type GraphStoreUserReviewsPrArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreUserReviewsPrSortInput>;
+};
 export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -28228,9 +28254,9 @@
     __typename?: 'GraphStoreBatchFocusAreaHasProjectEndNode';
     data?: Maybe<GraphStoreBatchFocusAreaHasProjectEndUnion>;
     id: Scalars['ID']['output'];
 };
-export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | TownsquareProject;
+export declare type GraphStoreBatchFocusAreaHasProjectEndUnion = JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
 export declare type GraphStoreBatchFocusAreaHasProjectInnerConnection = {
     __typename?: 'GraphStoreBatchFocusAreaHasProjectInnerConnection';
     edges: Array<Maybe<GraphStoreBatchFocusAreaHasProjectInnerEdge>>;
     nodes: Array<Maybe<GraphStoreBatchFocusAreaHasProjectNode>>;
@@ -34187,9 +34213,9 @@
     lastUpdated: Scalars['DateTime']['output'];
     node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseUnion>;
 };
 export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseUnion = MercuryFocusArea;
-export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | TownsquareProject;
+export declare type GraphStoreSimplifiedFocusAreaHasProjectUnion = JiraIssue | MercuryJiraAlignEpic | TownsquareProject;
 export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
     __typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewEdge>>>;
     isExactCount?: Maybe<Scalars['Boolean']['output']>;
@@ -36236,8 +36262,36 @@
     lastUpdated: Scalars['DateTime']['output'];
     node?: Maybe<GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion>;
 };
 export declare type GraphStoreSimplifiedTestPerfhammerRelationshipInverseUnion = JiraIssue;
+export declare type GraphStoreSimplifiedUserAuthoredPrConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserAuthoredPrConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserAuthoredPrEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserAuthoredPrEdge = {
+    __typename?: 'GraphStoreSimplifiedUserAuthoredPrEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserAuthoredPrUnion>;
+};
+export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
+export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserHasTopProjectEdge = {
+    __typename?: 'GraphStoreSimplifiedUserHasTopProjectEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserHasTopProjectUnion>;
+};
+export declare type GraphStoreSimplifiedUserHasTopProjectUnion = JiraProject;
 export declare type GraphStoreSimplifiedUserOwnsComponentConnection = HasPageInfo & HasTotal & {
     __typename?: 'GraphStoreSimplifiedUserOwnsComponentConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnsComponentEdge>>>;
     isExactCount?: Maybe<Scalars['Boolean']['output']>;
@@ -36252,8 +36306,22 @@
     lastUpdated: Scalars['DateTime']['output'];
     node?: Maybe<GraphStoreSimplifiedUserOwnsComponentUnion>;
 };
 export declare type GraphStoreSimplifiedUserOwnsComponentUnion = CompassComponent;
+export declare type GraphStoreSimplifiedUserReviewsPrConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserReviewsPrConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserReviewsPrEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserReviewsPrEdge = {
+    __typename?: 'GraphStoreSimplifiedUserReviewsPrEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserReviewsPrUnion>;
+};
+export declare type GraphStoreSimplifiedUserReviewsPrUnion = DevOpsPullRequestDetails;
 export declare type GraphStoreSimplifiedVersionAssociatedBranchInverseConnection = HasPageInfo & HasTotal & {
     __typename?: 'GraphStoreSimplifiedVersionAssociatedBranchInverseConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedVersionAssociatedBranchInverseEdge>>>;
     isExactCount?: Maybe<Scalars['Boolean']['output']>;
@@ -36908,14 +36976,23 @@
 };
 export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreUserAuthoredPrSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
+export declare type GraphStoreUserHasTopProjectSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreUserOwnsComponentSortInput = {
     createdAt?: InputMaybe<GraphStoreSortInput>;
     fromAti?: InputMaybe<GraphStoreSortInput>;
     lastModified?: InputMaybe<GraphStoreSortInput>;
     toAti?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreUserReviewsPrSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreVersionAssociatedBranchSortInput = {
     createdAt?: InputMaybe<GraphStoreSortInput>;
     fromAti?: InputMaybe<GraphStoreSortInput>;
     lastModified?: InputMaybe<GraphStoreSortInput>;
@@ -44318,8 +44395,11 @@
 export declare type JiraIssueFieldsByIdOrAliasArgs = {
     idsOrAliases: Array<InputMaybe<Scalars['String']['input']>>;
     ignoreMissingFields?: InputMaybe<Scalars['Boolean']['input']>;
 };
+export declare type JiraIssueHasChildrenArgs = {
+    filterByProjectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
+};
 export declare type JiraIssueHasProjectPermissionArgs = {
     permission: JiraProjectPermissionType;
 };
 export declare type JiraIssueHasRelationshipToVersionArgs = {
@@ -49161,8 +49241,9 @@
     issueSearchView?: Maybe<JiraIssueSearchView>;
     issueSearchViewByNamespaceAndViewId?: Maybe<JiraIssueSearchView>;
     issueSearchViewResult?: Maybe<JiraIssueSearchViewResult>;
     issuesByKey?: Maybe<Array<Maybe<JiraIssue>>>;
+    jiraActivityConfiguration?: Maybe<JiraActivityConfiguration>;
     jiraBoard?: Maybe<JiraBoardResult>;
     jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
     jiraCalendar?: Maybe<JiraCalendar>;
     jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
@@ -49664,8 +49745,13 @@
 export declare type JiraQueryIssuesByKeyArgs = {
     cloudId: Scalars['ID']['input'];
     keys: Array<Scalars['String']['input']>;
 };
+export declare type JiraQueryJiraActivityConfigurationArgs = {
+    cloudId: Scalars['ID']['input'];
+    id: Scalars['ID']['input'];
+    journeyId: Scalars['ID']['input'];
+};
 export declare type JiraQueryJiraBoardArgs = {
     id: Scalars['ID']['input'];
 };
 export declare type JiraQueryJiraBulkTransitionsScreenDetailsArgs = {
@@ -59117,8 +59203,9 @@
     mediaReadToken?: Maybe<MercuryMediaToken>;
     mediaUploadToken?: Maybe<MercuryMediaToken>;
     myPreference?: Maybe<MercuryPreference>;
     myPreferences?: Maybe<Array<MercuryPreference>>;
+    portfoliosByAris?: Maybe<Array<MercuryPortfolio>>;
     providerWork?: Maybe<MercuryProviderWork>;
     providerWorksByAris?: Maybe<Array<MercuryProviderWork>>;
     team?: Maybe<MercuryTeam>;
     teams?: Maybe<MercuryTeamConnection>;
@@ -59199,8 +59286,11 @@
 };
 export declare type MercuryQueryApiMyPreferencesArgs = {
     cloudId: Scalars['ID']['input'];
 };
+export declare type MercuryQueryApiPortfoliosByArisArgs = {
+    aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
+};
 export declare type MercuryQueryApiProviderWorkArgs = {
     cloudId: Scalars['ID']['input'];
     id: Scalars['ID']['input'];
 };
@@ -62812,8 +62902,9 @@
     testing?: Maybe<Testing>;
     topicOverview?: Maybe<ContentPlatformTopicOverview>;
     topicOverviews: ContentPlatformTopicOverviewContentSearchConnection;
     townsquare?: Maybe<TownsquareQueryApi>;
+    townsquareUnsharded_allWorkspaceSummariesForOrg?: Maybe<TownsquareUnshardedWorkspaceSummaryConnection>;
     trello: TrelloQueryApi;
     unified?: Maybe<UnifiedQuery>;
     user?: Maybe<User>;
     userContext?: Maybe<SupportInquiryUserContext>;
@@ -64246,8 +64337,13 @@
 };
 export declare type QueryTopicOverviewsArgs = {
     search: ContentPlatformSearchApIv2Query;
 };
+export declare type QueryTownsquareUnsharded_AllWorkspaceSummariesForOrgArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['String']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type QueryUserArgs = {
     accountId: Scalars['ID']['input'];
 };
 export declare type QueryUsersArgs = {
@@ -64336,8 +64432,9 @@
     type?: Maybe<RadarEntityType>;
 };
 export declare enum RadarEntityType {
     FocusArea = "focusArea",
+    Person = "person",
     Position = "position"
 }
 export declare type RadarError = {
     __typename?: 'RadarError';
@@ -64364,8 +64461,9 @@
     relativeId: Scalars['String']['output'];
     type: RadarFieldType;
 };
 export declare enum RadarFieldType {
+    Ari = "ARI",
     Boolean = "BOOLEAN",
     Datetime = "DATETIME",
     Number = "NUMBER",
     Status = "STATUS",
@@ -66755,8 +66853,9 @@
 };
 export declare type ShepherdAlert = Node & {
     __typename?: 'ShepherdAlert';
     actor: ShepherdAlertActor;
+    applicableSites?: Maybe<Array<Scalars['ID']['output']>>;
     assignee?: Maybe<ShepherdUser>;
     cloudId?: Maybe<Scalars['ID']['output']>;
     createdOn: Scalars['DateTime']['output'];
     customFields?: Maybe<Scalars['JSON']['output']>;
@@ -67532,17 +67631,16 @@
     workspace?: Maybe<ShepherdWorkspaceResult>;
     workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
 };
 export declare type ShepherdQueryShepherdActivityArgs = {
-    actions?: InputMaybe<Array<InputMaybe<ShepherdActionType>>>;
     actor?: InputMaybe<Scalars['ID']['input']>;
     after?: InputMaybe<Scalars['String']['input']>;
+    alertType?: InputMaybe<Scalars['String']['input']>;
     endTime?: InputMaybe<Scalars['DateTime']['input']>;
     eventId?: InputMaybe<Scalars['ID']['input']>;
     first: Scalars['Int']['input'];
     orgId?: InputMaybe<Scalars['String']['input']>;
     startTime?: InputMaybe<Scalars['DateTime']['input']>;
-    subject?: InputMaybe<ShepherdSubjectInput>;
     workspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type ShepherdQueryShepherdActorArgs = {
     aaid: Scalars['ID']['input'];
@@ -69679,8 +69777,9 @@
     description?: Maybe<TownsquareGoalTypeDescription>;
     icon?: Maybe<TownsquareGoalTypeIcon>;
     id: Scalars['ID']['output'];
     name?: Maybe<TownsquareGoalTypeName>;
+    requiresParentGoal?: Maybe<Scalars['Boolean']['output']>;
     state?: Maybe<TownsquareGoalTypeState>;
 };
 export declare type TownsquareGoalTypeAllowedChildTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
@@ -69850,8 +69949,9 @@
     goalSearch?: Maybe<TownsquareGoalConnection>;
     goalTql?: Maybe<TownsquareGoalConnection>;
     goalTqlFullHierarchy?: Maybe<TownsquareGoalConnection>;
     goalTypes?: Maybe<TownsquareGoalTypeConnection>;
+    goalTypesByAri?: Maybe<Array<Maybe<TownsquareGoalType>>>;
     goalsByAri?: Maybe<Array<Maybe<TownsquareGoal>>>;
     project?: Maybe<TownsquareProject>;
     projectSearch?: Maybe<TownsquareProjectConnection>;
     projectTql?: Maybe<TownsquareProjectConnection>;
@@ -69902,8 +70002,11 @@
     containerId: Scalars['String']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;
     includeDisabled?: InputMaybe<Scalars['Boolean']['input']>;
 };
+export declare type TownsquareQueryApiGoalTypesByAriArgs = {
+    aris: Array<Scalars['String']['input']>;
+};
 export declare type TownsquareQueryApiGoalsByAriArgs = {
     aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
 };
 export declare type TownsquareQueryApiProjectArgs = {
@@ -69996,8 +70099,44 @@
     avatarUrl?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
 };
+export declare enum TownsquareUnshardedAccessControlCapability {
+    Access = "ACCESS",
+    Administer = "ADMINISTER",
+    Create = "CREATE"
+}
+export declare type TownsquareUnshardedCapability = {
+    __typename?: 'TownsquareUnshardedCapability';
+    capability?: Maybe<TownsquareUnshardedAccessControlCapability>;
+    capabilityContainer?: Maybe<TownsquareUnshardedCapabilityContainer>;
+};
+export declare enum TownsquareUnshardedCapabilityContainer {
+    GoalsApp = "GOALS_APP",
+    ProjectsApp = "PROJECTS_APP"
+}
+export declare type TownsquareUnshardedUserCapabilities = {
+    __typename?: 'TownsquareUnshardedUserCapabilities';
+    capabilities?: Maybe<Array<Maybe<TownsquareUnshardedCapability>>>;
+};
+export declare type TownsquareUnshardedWorkspaceSummary = {
+    __typename?: 'TownsquareUnshardedWorkspaceSummary';
+    cloudId: Scalars['String']['output'];
+    id: Scalars['ID']['output'];
+    name: Scalars['String']['output'];
+    userCapabilities?: Maybe<TownsquareUnshardedUserCapabilities>;
+    uuid: Scalars['String']['output'];
+};
+export declare type TownsquareUnshardedWorkspaceSummaryConnection = {
+    __typename?: 'TownsquareUnshardedWorkspaceSummaryConnection';
+    edges?: Maybe<Array<Maybe<TownsquareUnshardedWorkspaceSummaryEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type TownsquareUnshardedWorkspaceSummaryEdge = {
+    __typename?: 'TownsquareUnshardedWorkspaceSummaryEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<TownsquareUnshardedWorkspaceSummary>;
+};
 export declare type TownsquareUserCapabilities = {
     __typename?: 'TownsquareUserCapabilities';
     capabilities?: Maybe<Array<Maybe<TownsquareCapability>>>;
 };