npm package diff

Package: @forge/cli-shared

Versions: 6.8.1-next.1 - 6.9.0-next.2

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
@@ -578,11 +578,14 @@
     type?: InputMaybe<ActivitiesFilterType>;
 };
 export declare type ActivityFilterArgs = {
     containerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+    earliestStart?: InputMaybe<Scalars['DateTime']['input']>;
     eventTypes?: InputMaybe<Array<Scalars['String']['input']>>;
+    latestStart?: InputMaybe<Scalars['DateTime']['input']>;
     objectTypes?: InputMaybe<Array<Scalars['String']['input']>>;
     products?: InputMaybe<Array<Scalars['String']['input']>>;
+    transitions?: InputMaybe<Array<TransitionFilter>>;
 };
 export declare type ActivityItemEdge = {
     __typename?: 'ActivityItemEdge';
     cursor: Scalars['String']['output'];
@@ -1578,8 +1581,9 @@
     node?: Maybe<AppInstallation>;
 };
 export declare type AppInstallationInput = {
     appId: Scalars['ID']['input'];
+    async?: InputMaybe<Scalars['Boolean']['input']>;
     environmentKey: Scalars['String']['input'];
     installationContext: Scalars['ID']['input'];
     licenseOverride?: InputMaybe<LicenseOverrideState>;
     overrides?: InputMaybe<EcosystemAppInstallationOverridesInput>;
@@ -1648,8 +1652,9 @@
     state: AppTaskState;
 };
 export declare type AppInstallationUpgradeInput = {
     appId: Scalars['ID']['input'];
+    async?: InputMaybe<Scalars['Boolean']['input']>;
     environmentKey: Scalars['String']['input'];
     installationContext: Scalars['ID']['input'];
     sourceBillingType?: InputMaybe<SourceBillingType>;
     versionId?: InputMaybe<Scalars['ID']['input']>;
@@ -2082,8 +2087,9 @@
     faasTunnelUrl?: Maybe<Scalars['URL']['output']>;
 };
 export declare type AppUninstallationInput = {
     appId: Scalars['ID']['input'];
+    async?: InputMaybe<Scalars['Boolean']['input']>;
     environmentKey: Scalars['String']['input'];
     installationContext?: InputMaybe<Scalars['ID']['input']>;
     installationId?: InputMaybe<Scalars['ID']['input']>;
     licenseOverride?: InputMaybe<LicenseOverrideState>;
@@ -2246,8 +2252,9 @@
     __typename?: 'AquaOutgoingEmailLogsQueryApi';
     GetNotificationLogs?: Maybe<AquaOutgoingEmailLogsQueryResult>;
 };
 export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
+    filterActionable?: InputMaybe<Scalars['Boolean']['input']>;
     filters?: InputMaybe<AquaNotificationLogsFilter>;
     fromTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
     notificationActionType?: InputMaybe<Scalars['String']['input']>;
     notificationType?: InputMaybe<Scalars['String']['input']>;
@@ -7886,8 +7893,9 @@
 };
 export declare type CompassRelationshipQuery = {
     after?: InputMaybe<Scalars['String']['input']>;
     direction?: CompassRelationshipDirection;
+    filters?: InputMaybe<CompassRelationshipQueryFilters>;
     first?: InputMaybe<Scalars['Int']['input']>;
     relationshipType?: CompassRelationshipTypeInput;
 };
 export declare type CompassRelationshipQueryFilters = {
@@ -19659,8 +19667,9 @@
 export declare type CreateCompassRelationshipInput = {
     endNodeId: Scalars['ID']['input'];
     relationshipType?: CompassRelationshipTypeInput;
     startNodeId: Scalars['ID']['input'];
+    type?: InputMaybe<CompassRelationshipType>;
 };
 export declare type CreateCompassRelationshipPayload = Payload & {
     __typename?: 'CreateCompassRelationshipPayload';
     createdCompassRelationship?: Maybe<CompassRelationship>;
@@ -21632,8 +21641,9 @@
 export declare type DeleteCompassRelationshipInput = {
     endNodeId: Scalars['ID']['input'];
     relationshipType?: CompassRelationshipTypeInput;
     startNodeId: Scalars['ID']['input'];
+    type?: InputMaybe<CompassRelationshipType>;
 };
 export declare type DeleteCompassRelationshipPayload = Payload & {
     __typename?: 'DeleteCompassRelationshipPayload';
     errors?: Maybe<Array<MutationError>>;
@@ -21753,8 +21763,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type DeleteEventSourceInput = {
     cloudId: Scalars['ID']['input'];
+    deleteIfAttachedToComponents?: InputMaybe<Scalars['Boolean']['input']>;
     eventType: CompassEventType;
     externalEventSourceId: Scalars['ID']['input'];
 };
 export declare type DeleteEventSourcePayload = Payload & {
@@ -31260,14 +31271,20 @@
     deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
     deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
     entityIsRelatedToEntity?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityConnection>;
     entityIsRelatedToEntityInverse?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection>;
+    externalOrgHasExternalWorker?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection>;
+    externalOrgHasExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection>;
+    externalOrgHasUserAsMember?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection>;
+    externalOrgHasUserAsMemberInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection>;
     externalPositionIsFilledByExternalWorker?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection>;
     externalPositionIsFilledByExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerInverseConnection>;
     externalPositionManagesExternalPosition?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionConnection>;
     externalPositionManagesExternalPositionInverse?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionInverseConnection>;
     externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
     externalWorkerConflatesToIdentity3pUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseConnection>;
+    externalWorkerConflatesToUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserConnection>;
+    externalWorkerConflatesToUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection>;
     fetchAllRelationships: GraphStoreAllRelationshipsConnection;
     focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
     focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
     focusAreaAssociatedToProjectInverse?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectInverseConnection>;
@@ -31700,12 +31717,12 @@
     userFavoritedConfluencePage?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageConnection>;
     userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
     userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
     userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
-    userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
-    userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
     userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
     userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
+    userHasTopCollaborator?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorConnection>;
+    userHasTopCollaboratorInverse?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection>;
     userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
     userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
     userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
     userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
@@ -32503,8 +32520,36 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreEntityIsRelatedToEntitySortInput>;
 };
+export declare type GraphStoreExternalOrgHasExternalWorkerArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
+};
+export declare type GraphStoreExternalOrgHasExternalWorkerInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
+};
+export declare type GraphStoreExternalOrgHasUserAsMemberArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
+};
+export declare type GraphStoreExternalOrgHasUserAsMemberInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
+};
 export declare type GraphStoreExternalPositionIsFilledByExternalWorkerArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -32545,8 +32590,22 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
 };
+export declare type GraphStoreExternalWorkerConflatesToUserArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
+};
+export declare type GraphStoreExternalWorkerConflatesToUserInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
+};
 export declare type GraphStoreFetchAllRelationshipsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
@@ -35395,35 +35454,35 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
 };
-export declare type GraphStoreUserHasCollaboratorsArgs = {
+export declare type GraphStoreUserHasRelevantProjectArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
-    sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
+    sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
 };
-export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
+export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
-    sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
+    sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
 };
-export declare type GraphStoreUserHasRelevantProjectArgs = {
+export declare type GraphStoreUserHasTopCollaboratorArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
-    sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
+    sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
 };
-export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
+export declare type GraphStoreUserHasTopCollaboratorInverseArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
-    sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
+    sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
 };
 export declare type GraphStoreUserHasTopProjectArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -38196,8 +38255,20 @@
 };
 export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreExternalOrgHasExternalWorkerSortInput = {
+    createdAt?: InputMaybe<GraphStoreSortInput>;
+    fromAti?: InputMaybe<GraphStoreSortInput>;
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+    toAti?: InputMaybe<GraphStoreSortInput>;
+};
+export declare type GraphStoreExternalOrgHasUserAsMemberSortInput = {
+    createdAt?: InputMaybe<GraphStoreSortInput>;
+    fromAti?: InputMaybe<GraphStoreSortInput>;
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+    toAti?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreExternalPositionIsFilledByExternalWorkerSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreExternalPositionManagesExternalPositionSortInput = {
@@ -38205,8 +38276,14 @@
 };
 export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreExternalWorkerConflatesToUserSortInput = {
+    createdAt?: InputMaybe<GraphStoreSortInput>;
+    fromAti?: InputMaybe<GraphStoreSortInput>;
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+    toAti?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreFloatFilterInput = {
     greaterThan?: InputMaybe<Scalars['Float']['input']>;
     greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
     is?: InputMaybe<Array<Scalars['Float']['input']>>;
@@ -44022,8 +44099,72 @@
     node?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion>;
 };
 export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion = ConfluenceBlogPost | ConfluencePage;
 export declare type GraphStoreSimplifiedEntityIsRelatedToEntityUnion = ConfluenceBlogPost | ConfluencePage;
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion = ExternalOrganisation;
+export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion = ExternalWorker;
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion>;
+};
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion = ExternalOrganisation;
+export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerEdge>>>;
     pageInfo: PageInfo;
@@ -44106,8 +44247,40 @@
     node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseUnion>;
 };
 export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseUnion = ExternalWorker;
 export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserUnion>;
+};
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection = HasPageInfo & HasTotal & {
+    __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge>>>;
+    isExactCount?: Maybe<Scalars['Boolean']['output']>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion>;
+};
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion = ExternalWorker;
+export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
     pageInfo: PageInfo;
@@ -48156,36 +48329,8 @@
     node?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion>;
 };
 export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
-export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
-    __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
-    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
-    pageInfo: PageInfo;
-};
-export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
-    __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
-    createdAt: Scalars['DateTime']['output'];
-    cursor?: Maybe<Scalars['String']['output']>;
-    id: Scalars['ID']['output'];
-    lastUpdated: Scalars['DateTime']['output'];
-    node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
-};
-export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
-    __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
-    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
-    pageInfo: PageInfo;
-};
-export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
-    __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
-    createdAt: Scalars['DateTime']['output'];
-    cursor?: Maybe<Scalars['String']['output']>;
-    id: Scalars['ID']['output'];
-    lastUpdated: Scalars['DateTime']['output'];
-    node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
-};
-export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
-export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
     __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
     isExactCount?: Maybe<Scalars['Boolean']['output']>;
@@ -48216,8 +48361,36 @@
     node?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseUnion>;
 };
 export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedUserHasRelevantProjectUnion = JiraProject;
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorEdge = {
+    __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorUnion>;
+};
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion>;
+};
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
+export declare type GraphStoreSimplifiedUserHasTopCollaboratorUnion = AppUser | AtlassianAccountUser | CustomerUser;
 export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
     pageInfo: PageInfo;
@@ -50317,17 +50490,17 @@
 };
 export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
-export declare type GraphStoreUserHasCollaboratorsSortInput = {
-    lastModified?: InputMaybe<GraphStoreSortInput>;
-};
 export declare type GraphStoreUserHasRelevantProjectSortInput = {
     createdAt?: InputMaybe<GraphStoreSortInput>;
     fromAti?: InputMaybe<GraphStoreSortInput>;
     lastModified?: InputMaybe<GraphStoreSortInput>;
     toAti?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreUserHasTopCollaboratorSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreUserHasTopProjectSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreUserIsInTeamSortInput = {
@@ -50662,8 +50835,9 @@
     sessionId?: InputMaybe<Scalars['ID']['input']>;
     subproduct?: InputMaybe<Scalars['String']['input']>;
     tenantId?: InputMaybe<Scalars['ID']['input']>;
     useCase?: InputMaybe<Scalars['String']['input']>;
+    userId?: InputMaybe<Scalars['ID']['input']>;
     workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendation & {
     __typename?: 'GrowthRecJiraTemplateRecommendation';
@@ -53540,8 +53714,9 @@
 };
 export declare type InvokeAuxEffectsInput = {
     contextIds: Array<Scalars['ID']['input']>;
     entryPoint?: InputMaybe<Scalars['String']['input']>;
+    extensionDetails?: InputMaybe<ExtensionDetailsInput>;
     extensionId?: InputMaybe<Scalars['ID']['input']>;
     payload: AuxEffectsInvocationPayload;
 };
 export declare type InvokeAuxEffectsResponse = Payload & {
@@ -53553,8 +53728,9 @@
 export declare type InvokeExtensionInput = {
     async?: InputMaybe<Scalars['Boolean']['input']>;
     contextIds: Array<Scalars['ID']['input']>;
     entryPoint?: InputMaybe<Scalars['String']['input']>;
+    extensionDetails?: InputMaybe<ExtensionDetailsInput>;
     extensionId?: InputMaybe<Scalars['ID']['input']>;
     payload: Scalars['JSON']['input'];
 };
 export declare type InvokeExtensionPayloadErrorExtension = MutationErrorExtension & {
@@ -55072,9 +55248,22 @@
 };
 export declare type JiraBoardViewColumnsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    settings?: InputMaybe<JiraBoardViewSettings>;
 };
+export declare type JiraBoardViewFilterConfigArgs = {
+    settings?: InputMaybe<JiraBoardViewSettings>;
+};
+export declare type JiraBoardViewGroupByConfigArgs = {
+    settings?: InputMaybe<JiraBoardViewSettings>;
+};
+export declare type JiraBoardViewIsViewConfigModifiedArgs = {
+    settings?: InputMaybe<JiraBoardViewSettings>;
+};
+export declare type JiraBoardViewSelectedWorkflowIdArgs = {
+    settings?: InputMaybe<JiraBoardViewSettings>;
+};
 export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
     __typename?: 'JiraBoardViewAssigneeColumn';
     collapsed?: Maybe<Scalars['Boolean']['output']>;
     id: Scalars['ID']['output'];
@@ -55226,8 +55415,9 @@
 export declare type JiraBulkEditInput = {
     editedFieldsInput: JiraIssueFieldsInput;
     selectedActions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
     selectedIssueIds: Array<Scalars['ID']['input']>;
+    sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
 };
 export declare enum JiraBulkEditMultiSelectFieldOptions {
     Add = "ADD",
     Remove = "REMOVE",
@@ -55306,8 +55496,9 @@
     last?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type JiraBulkTransitionsInput = {
     selectedIssueIds: Array<Scalars['ID']['input']>;
+    sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
     transitionId: Scalars['String']['input'];
     transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
 };
 export declare type JiraBulkWatchOrUnwatchInput = {
@@ -56712,8 +56903,9 @@
 };
 export declare type JiraCreateFormattingRuleInput = {
     afterRuleId?: InputMaybe<Scalars['String']['input']>;
     cloudId?: InputMaybe<Scalars['ID']['input']>;
+    color?: InputMaybe<JiraFormattingColor>;
     expression: JiraFormattingRuleExpressionInput;
     formattingArea: JiraFormattingArea;
     formattingColor?: InputMaybe<JiraColorInput>;
     projectId?: InputMaybe<Scalars['ID']['input']>;
@@ -57157,8 +57349,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type JiraDeleteFormattingRuleInput = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
     ruleId: Scalars['ID']['input'];
 };
 export declare type JiraDeleteFormattingRulePayload = Payload & {
     __typename?: 'JiraDeleteFormattingRulePayload';
@@ -59154,9 +59347,11 @@
     last?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type JiraIssueHasChildrenArgs = {
     filterByProjectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
+    filterId?: InputMaybe<Scalars['String']['input']>;
     issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
+    jql?: InputMaybe<Scalars['String']['input']>;
     viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
 };
 export declare type JiraIssueHasProjectPermissionArgs = {
     permission: JiraProjectPermissionType;
@@ -59536,8 +59731,9 @@
     filterId?: InputMaybe<Scalars['String']['input']>;
     jql?: InputMaybe<Scalars['String']['input']>;
     maxResults?: InputMaybe<Scalars['Int']['input']>;
     modified?: InputMaybe<Scalars['Boolean']['input']>;
+    pagerStart?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type JiraIssueExportTask = {
     __typename?: 'JiraIssueExportTask';
     id?: Maybe<Scalars['String']['output']>;
@@ -59947,8 +60143,9 @@
     showSubTaskParent?: InputMaybe<Scalars['Boolean']['input']>;
     showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
 };
 export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
+    inwardIssue?: InputMaybe<Array<Scalars['ID']['input']>>;
     linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
     linkType: Scalars['ID']['input'];
     operation: JiraAddValueFieldOperations;
 };
@@ -60913,12 +61110,15 @@
     viewContext?: InputMaybe<JiraJqlViewContext>;
 };
 export declare type JiraJqlBuilderFieldsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
+    excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    forClause?: InputMaybe<JiraJqlClauseType>;
     jqlContext?: InputMaybe<Scalars['String']['input']>;
     jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
     scope?: InputMaybe<JiraJqlScopeInput>;
+    searchString?: InputMaybe<Scalars['String']['input']>;
     viewContext?: InputMaybe<JiraJqlViewContext>;
 };
 export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
     query?: InputMaybe<Scalars['String']['input']>;
@@ -61759,8 +61959,9 @@
     fieldId: Scalars['ID']['input'];
     groups: Array<JiraGroupInput>;
 };
 export declare type JiraMultipleGroupPickerFieldOperationInput = {
+    groupIds?: InputMaybe<Array<Scalars['String']['input']>>;
     ids?: InputMaybe<Array<Scalars['ID']['input']>>;
     operation: JiraMultiValueFieldOperations;
 };
 export declare type JiraMultipleGroupPickerFieldPayload = Payload & {
@@ -62452,8 +62653,9 @@
 };
 export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
     fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
     id: Scalars['ID']['input'];
+    input?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
 };
 export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
     fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
     id: Scalars['ID']['input'];
@@ -62832,8 +63034,9 @@
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
 export declare type JiraNaturalLanguageToJqlInput = {
+    iteration?: InputMaybe<JiraIteration>;
     naturalLanguageInput: Scalars['String']['input'];
     searchContext?: InputMaybe<JiraSearchContextInput>;
 };
 export declare type JiraNavigationItem = {
@@ -62977,8 +63180,9 @@
     type?: Maybe<JiraNotificationType>;
 };
 export declare type JiraNotificationPreferenceInput = {
     channel?: InputMaybe<JiraNotificationChannelType>;
+    channelsEnabled?: InputMaybe<Array<JiraNotificationChannelType>>;
     isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
     type: JiraNotificationType;
 };
 export declare type JiraNotificationPreferences = {
@@ -63298,8 +63502,9 @@
 };
 export declare type JiraOrderFormattingRuleInput = {
     afterRuleId?: InputMaybe<Scalars['ID']['input']>;
     cloudId?: InputMaybe<Scalars['ID']['input']>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
     ruleId: Scalars['ID']['input'];
 };
 export declare type JiraOrderFormattingRulePayload = Payload & {
     __typename?: 'JiraOrderFormattingRulePayload';
@@ -63621,8 +63826,9 @@
     permissionKey: Scalars['String']['input'];
 };
 export declare type JiraPermissionSchemeRemoveGrantInput = {
     grantIds: Array<Scalars['Long']['input']>;
+    grants?: InputMaybe<Array<JiraPermissionSchemeGrantInput>>;
     schemeId: Scalars['ID']['input'];
 };
 export declare type JiraPermissionSchemeRemoveGrantPayload = Payload & {
     __typename?: 'JiraPermissionSchemeRemoveGrantPayload';
@@ -63955,8 +64161,9 @@
 };
 export declare type JiraPriorityFieldOperationInput = {
     id?: InputMaybe<Scalars['ID']['input']>;
     operation: JiraSingleValueFieldOperations;
+    priority?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type JiraPriorityFieldPayload = Payload & {
     __typename?: 'JiraPriorityFieldPayload';
     errors?: Maybe<Array<MutationError>>;
@@ -65219,11 +65426,14 @@
 };
 export declare type JiraQueryFieldsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
+    excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    forClause?: InputMaybe<JiraJqlClauseType>;
     jqlContext?: InputMaybe<Scalars['String']['input']>;
     jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
+    searchString?: InputMaybe<Scalars['String']['input']>;
     viewContext?: InputMaybe<JiraJqlViewContext>;
 };
 export declare type JiraQueryFilterArgs = {
     id: Scalars['ID']['input'];
@@ -65255,8 +65465,9 @@
 export declare type JiraQueryGetArchivedIssuesFilterOptionsArgs = {
     projectId: Scalars['ID']['input'];
 };
 export declare type JiraQueryGetArchivedIssuesForProjectArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     filterBy?: InputMaybe<JiraArchivedIssuesFilterInput>;
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
@@ -65513,8 +65724,10 @@
     last?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type JiraQueryJiraIssueSearchViewArgs = {
     cloudId: Scalars['ID']['input'];
+    filterId?: InputMaybe<Scalars['String']['input']>;
+    isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
     issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
     namespace?: InputMaybe<Scalars['String']['input']>;
     viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
     viewId?: InputMaybe<Scalars['String']['input']>;
@@ -68425,8 +68638,9 @@
     fieldId: Scalars['ID']['input'];
     group: JiraGroupInput;
 };
 export declare type JiraSingleGroupPickerFieldOperationInput = {
+    groupId?: InputMaybe<Scalars['String']['input']>;
     id?: InputMaybe<Scalars['ID']['input']>;
     operation: JiraSingleValueFieldOperations;
 };
 export declare type JiraSingleGroupPickerFieldPayload = Payload & {
@@ -68515,8 +68729,9 @@
     field?: Maybe<JiraSingleSelectField>;
     success: Scalars['Boolean']['output'];
 };
 export declare type JiraSingleSelectOperationInput = {
+    fieldOption?: InputMaybe<Scalars['ID']['input']>;
     id?: InputMaybe<Scalars['ID']['input']>;
     operation: JiraSingleValueFieldOperations;
 };
 export declare type JiraSingleSelectUserPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
@@ -68551,8 +68766,9 @@
     fieldId: Scalars['ID']['input'];
     user: JiraUserInput;
 };
 export declare type JiraSingleSelectUserPickerFieldOperationInput = {
+    accountId?: InputMaybe<Scalars['ID']['input']>;
     id?: InputMaybe<Scalars['ID']['input']>;
     operation: JiraSingleValueFieldOperations;
 };
 export declare type JiraSingleSelectUserPickerFieldPayload = Payload & {
@@ -69618,11 +69834,13 @@
     operation: JiraForgeSingleGroupPickerFieldOperationInput;
 };
 export declare type JiraUpdateFormattingRuleInput = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
+    color?: InputMaybe<JiraFormattingColor>;
     expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
     formatType?: InputMaybe<JiraFormattingArea>;
     formattingColor?: InputMaybe<JiraColorInput>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
     ruleId: Scalars['ID']['input'];
 };
 export declare type JiraUpdateFormattingRulePayload = Payload & {
     __typename?: 'JiraUpdateFormattingRulePayload';
@@ -70829,8 +71047,9 @@
     last?: InputMaybe<Scalars['Int']['input']>;
     searchBy?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type JiraWatchesFieldOperationInput = {
+    accountId?: InputMaybe<Scalars['ID']['input']>;
     id?: InputMaybe<Scalars['ID']['input']>;
     operation: JiraWatchesOperations;
 };
 export declare type JiraWatchesFieldPayload = Payload & {
@@ -81368,8 +81587,9 @@
 };
 export declare type PageInput = {
     body?: InputMaybe<PageBodyInput>;
     parentId?: InputMaybe<Scalars['ID']['input']>;
+    restrictions?: InputMaybe<PageRestrictionsInput>;
     status?: InputMaybe<PageStatusInput>;
     title?: InputMaybe<Scalars['String']['input']>;
 };
 export declare enum PageLoadType {
@@ -86152,8 +86372,9 @@
 export declare type QueryRadar_PositionsSearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
+    fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     rql?: InputMaybe<Scalars['String']['input']>;
 };
@@ -88807,12 +89028,15 @@
 };
 export declare type SearchExperimentContextInput = {
     experimentId?: InputMaybe<Scalars['String']['input']>;
     experimentLayers?: InputMaybe<Array<InputMaybe<SearchExperimentLayer>>>;
+    shadowExperimentId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type SearchExperimentLayer = {
     definitions?: InputMaybe<Array<InputMaybe<SearchLayerDefinition>>>;
+    layerId?: InputMaybe<Scalars['String']['input']>;
     name?: InputMaybe<Scalars['String']['input']>;
+    shadowId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type SearchExternalContainerFilter = {
     type: Scalars['String']['input'];
     values: Array<Scalars['String']['input']>;
@@ -88889,8 +89113,9 @@
     statusCategories?: InputMaybe<Array<SearchIssueStatusCategory>>;
     watcherARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
 };
 export declare type SearchJiraProjectFilter = {
+    projectType?: InputMaybe<SearchProjectType>;
     projectTypes?: InputMaybe<Array<SearchProjectType>>;
 };
 export declare type SearchL2Feature = {
     __typename?: 'SearchL2Feature';
@@ -90305,12 +90530,15 @@
 export declare type ShepherdCreateAlertInput = {
     actor?: InputMaybe<ShepherdActorInput>;
     assignee?: InputMaybe<Scalars['ID']['input']>;
     cloudId?: InputMaybe<Scalars['ID']['input']>;
+    customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
     customFields?: InputMaybe<Scalars['JSON']['input']>;
     deduplicationKey?: InputMaybe<Scalars['String']['input']>;
+    highlight?: InputMaybe<ShepherdHighlightInput>;
     orgId?: InputMaybe<Scalars['ID']['input']>;
     status?: InputMaybe<ShepherdAlertStatus>;
+    template?: InputMaybe<ShepherdAlertTemplateType>;
     time?: InputMaybe<ShepherdTimeInput>;
     title: Scalars['String']['input'];
     type?: InputMaybe<Scalars['String']['input']>;
     workspaceId?: InputMaybe<Scalars['ID']['input']>;
@@ -90705,16 +90933,18 @@
     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'];
@@ -94432,8 +94662,9 @@
     sort?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
 };
 export declare type TownsquareQueryApiGoalTqlArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
+    cloudId?: InputMaybe<Scalars['String']['input']>;
     containerId?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     q: Scalars['String']['input'];
     sort?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
@@ -94473,8 +94704,9 @@
     sort?: InputMaybe<Array<InputMaybe<TownsquareProjectSortEnum>>>;
 };
 export declare type TownsquareQueryApiProjectTqlArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
+    cloudId?: InputMaybe<Scalars['String']['input']>;
     containerId?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     q: Scalars['String']['input'];
     sort?: InputMaybe<Array<InputMaybe<TownsquareProjectSortEnum>>>;
@@ -98401,11 +98633,16 @@
     key: Scalars['String']['input'];
     value: Scalars['String']['input'];
 };
 export declare type UpdatePageInput = {
+    body?: InputMaybe<PageBodyInput>;
     extensions?: InputMaybe<Array<InputMaybe<UpdatePageExtensionInput>>>;
+    mediaAttachments?: InputMaybe<Array<MediaAttachmentInput>>;
+    minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
     pageId: Scalars['ID']['input'];
     restrictions?: InputMaybe<PageRestrictionsInput>;
+    status?: InputMaybe<PageStatusInput>;
+    title?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type UpdatePageOwnersInput = {
     ownerId: Scalars['ID']['input'];
     pageIDs: Array<InputMaybe<Scalars['Long']['input']>>;