@forge/cli-shared 6.8.1-next.0 → 6.9.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -579,9 +579,12 @@ export declare type ActivityFilter = {
579
579
  };
580
580
  export declare type ActivityFilterArgs = {
581
581
  containerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
582
+ earliestStart?: InputMaybe<Scalars['DateTime']['input']>;
582
583
  eventTypes?: InputMaybe<Array<Scalars['String']['input']>>;
584
+ latestStart?: InputMaybe<Scalars['DateTime']['input']>;
583
585
  objectTypes?: InputMaybe<Array<Scalars['String']['input']>>;
584
586
  products?: InputMaybe<Array<Scalars['String']['input']>>;
587
+ transitions?: InputMaybe<Array<TransitionFilter>>;
585
588
  };
586
589
  export declare type ActivityItemEdge = {
587
590
  __typename?: 'ActivityItemEdge';
@@ -1579,6 +1582,7 @@ export declare type AppInstallationEdge = {
1579
1582
  };
1580
1583
  export declare type AppInstallationInput = {
1581
1584
  appId: Scalars['ID']['input'];
1585
+ async?: InputMaybe<Scalars['Boolean']['input']>;
1582
1586
  environmentKey: Scalars['String']['input'];
1583
1587
  installationContext: Scalars['ID']['input'];
1584
1588
  licenseOverride?: InputMaybe<LicenseOverrideState>;
@@ -1649,6 +1653,7 @@ export declare type AppInstallationUnsubscribeTask = AppInstallationTask & {
1649
1653
  };
1650
1654
  export declare type AppInstallationUpgradeInput = {
1651
1655
  appId: Scalars['ID']['input'];
1656
+ async?: InputMaybe<Scalars['Boolean']['input']>;
1652
1657
  environmentKey: Scalars['String']['input'];
1653
1658
  installationContext: Scalars['ID']['input'];
1654
1659
  sourceBillingType?: InputMaybe<SourceBillingType>;
@@ -2083,6 +2088,7 @@ export declare type AppTunnelDefinitions = {
2083
2088
  };
2084
2089
  export declare type AppUninstallationInput = {
2085
2090
  appId: Scalars['ID']['input'];
2091
+ async?: InputMaybe<Scalars['Boolean']['input']>;
2086
2092
  environmentKey: Scalars['String']['input'];
2087
2093
  installationContext?: InputMaybe<Scalars['ID']['input']>;
2088
2094
  installationId?: InputMaybe<Scalars['ID']['input']>;
@@ -2247,6 +2253,7 @@ export declare type AquaOutgoingEmailLogsQueryApi = {
2247
2253
  GetNotificationLogs?: Maybe<AquaOutgoingEmailLogsQueryResult>;
2248
2254
  };
2249
2255
  export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
2256
+ filterActionable?: InputMaybe<Scalars['Boolean']['input']>;
2250
2257
  filters?: InputMaybe<AquaNotificationLogsFilter>;
2251
2258
  fromTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
2252
2259
  notificationActionType?: InputMaybe<Scalars['String']['input']>;
@@ -7887,6 +7894,7 @@ export declare type CompassRelationshipEdge = {
7887
7894
  export declare type CompassRelationshipQuery = {
7888
7895
  after?: InputMaybe<Scalars['String']['input']>;
7889
7896
  direction?: CompassRelationshipDirection;
7897
+ filters?: InputMaybe<CompassRelationshipQueryFilters>;
7890
7898
  first?: InputMaybe<Scalars['Int']['input']>;
7891
7899
  relationshipType?: CompassRelationshipTypeInput;
7892
7900
  };
@@ -15966,7 +15974,7 @@ export declare type ConfluencePdfExportTask = {
15966
15974
  progressPercent?: Maybe<Scalars['Int']['output']>;
15967
15975
  secondsElapsed?: Maybe<Scalars['Long']['output']>;
15968
15976
  };
15969
- export declare type ConfluencePerson = Person & {
15977
+ export declare type ConfluencePerson = {
15970
15978
  __typename?: 'ConfluencePerson';
15971
15979
  accountId?: Maybe<Scalars['String']['output']>;
15972
15980
  accountType?: Maybe<Scalars['String']['output']>;
@@ -19660,6 +19668,7 @@ export declare type CreateCompassRelationshipInput = {
19660
19668
  endNodeId: Scalars['ID']['input'];
19661
19669
  relationshipType?: CompassRelationshipTypeInput;
19662
19670
  startNodeId: Scalars['ID']['input'];
19671
+ type?: InputMaybe<CompassRelationshipType>;
19663
19672
  };
19664
19673
  export declare type CreateCompassRelationshipPayload = Payload & {
19665
19674
  __typename?: 'CreateCompassRelationshipPayload';
@@ -21633,6 +21642,7 @@ export declare type DeleteCompassRelationshipInput = {
21633
21642
  endNodeId: Scalars['ID']['input'];
21634
21643
  relationshipType?: CompassRelationshipTypeInput;
21635
21644
  startNodeId: Scalars['ID']['input'];
21645
+ type?: InputMaybe<CompassRelationshipType>;
21636
21646
  };
21637
21647
  export declare type DeleteCompassRelationshipPayload = Payload & {
21638
21648
  __typename?: 'DeleteCompassRelationshipPayload';
@@ -21754,6 +21764,7 @@ export declare type DeleteDevOpsServiceRelationshipPayload = Payload & {
21754
21764
  };
21755
21765
  export declare type DeleteEventSourceInput = {
21756
21766
  cloudId: Scalars['ID']['input'];
21767
+ deleteIfAttachedToComponents?: InputMaybe<Scalars['Boolean']['input']>;
21757
21768
  eventType: CompassEventType;
21758
21769
  externalEventSourceId: Scalars['ID']['input'];
21759
21770
  };
@@ -31206,6 +31217,8 @@ export declare type GraphStore = {
31206
31217
  branchInRepoInverse?: Maybe<GraphStoreSimplifiedBranchInRepoInverseConnection>;
31207
31218
  calendarHasLinkedDocument?: Maybe<GraphStoreSimplifiedCalendarHasLinkedDocumentConnection>;
31208
31219
  calendarHasLinkedDocumentInverse?: Maybe<GraphStoreSimplifiedCalendarHasLinkedDocumentInverseConnection>;
31220
+ commitBelongsToPullRequest?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestConnection>;
31221
+ commitBelongsToPullRequestInverse?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection>;
31209
31222
  commitInRepo?: Maybe<GraphStoreSimplifiedCommitInRepoConnection>;
31210
31223
  commitInRepoInverse?: Maybe<GraphStoreSimplifiedCommitInRepoInverseConnection>;
31211
31224
  componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
@@ -31259,12 +31272,18 @@ export declare type GraphStore = {
31259
31272
  deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
31260
31273
  entityIsRelatedToEntity?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityConnection>;
31261
31274
  entityIsRelatedToEntityInverse?: Maybe<GraphStoreSimplifiedEntityIsRelatedToEntityInverseConnection>;
31275
+ externalOrgHasExternalWorker?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection>;
31276
+ externalOrgHasExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection>;
31277
+ externalOrgHasUserAsMember?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection>;
31278
+ externalOrgHasUserAsMemberInverse?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection>;
31262
31279
  externalPositionIsFilledByExternalWorker?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection>;
31263
31280
  externalPositionIsFilledByExternalWorkerInverse?: Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerInverseConnection>;
31264
31281
  externalPositionManagesExternalPosition?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionConnection>;
31265
31282
  externalPositionManagesExternalPositionInverse?: Maybe<GraphStoreSimplifiedExternalPositionManagesExternalPositionInverseConnection>;
31266
31283
  externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
31267
31284
  externalWorkerConflatesToIdentity3pUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseConnection>;
31285
+ externalWorkerConflatesToUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserConnection>;
31286
+ externalWorkerConflatesToUserInverse?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection>;
31268
31287
  fetchAllRelationships: GraphStoreAllRelationshipsConnection;
31269
31288
  focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
31270
31289
  focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
@@ -31699,10 +31718,10 @@ export declare type GraphStore = {
31699
31718
  userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
31700
31719
  userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
31701
31720
  userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
31702
- userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
31703
- userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
31704
31721
  userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
31705
31722
  userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
31723
+ userHasTopCollaborator?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorConnection>;
31724
+ userHasTopCollaboratorInverse?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection>;
31706
31725
  userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
31707
31726
  userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
31708
31727
  userIsInTeam?: Maybe<GraphStoreSimplifiedUserIsInTeamConnection>;
@@ -32136,6 +32155,20 @@ export declare type GraphStoreCalendarHasLinkedDocumentInverseArgs = {
32136
32155
  id: Scalars['ID']['input'];
32137
32156
  sort?: InputMaybe<GraphStoreCalendarHasLinkedDocumentSortInput>;
32138
32157
  };
32158
+ export declare type GraphStoreCommitBelongsToPullRequestArgs = {
32159
+ after?: InputMaybe<Scalars['String']['input']>;
32160
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32161
+ first?: InputMaybe<Scalars['Int']['input']>;
32162
+ id: Scalars['ID']['input'];
32163
+ sort?: InputMaybe<GraphStoreCommitBelongsToPullRequestSortInput>;
32164
+ };
32165
+ export declare type GraphStoreCommitBelongsToPullRequestInverseArgs = {
32166
+ after?: InputMaybe<Scalars['String']['input']>;
32167
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32168
+ first?: InputMaybe<Scalars['Int']['input']>;
32169
+ id: Scalars['ID']['input'];
32170
+ sort?: InputMaybe<GraphStoreCommitBelongsToPullRequestSortInput>;
32171
+ };
32139
32172
  export declare type GraphStoreCommitInRepoArgs = {
32140
32173
  after?: InputMaybe<Scalars['String']['input']>;
32141
32174
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -32488,6 +32521,34 @@ export declare type GraphStoreEntityIsRelatedToEntityInverseArgs = {
32488
32521
  id: Scalars['ID']['input'];
32489
32522
  sort?: InputMaybe<GraphStoreEntityIsRelatedToEntitySortInput>;
32490
32523
  };
32524
+ export declare type GraphStoreExternalOrgHasExternalWorkerArgs = {
32525
+ after?: InputMaybe<Scalars['String']['input']>;
32526
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32527
+ first?: InputMaybe<Scalars['Int']['input']>;
32528
+ id: Scalars['ID']['input'];
32529
+ sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
32530
+ };
32531
+ export declare type GraphStoreExternalOrgHasExternalWorkerInverseArgs = {
32532
+ after?: InputMaybe<Scalars['String']['input']>;
32533
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32534
+ first?: InputMaybe<Scalars['Int']['input']>;
32535
+ id: Scalars['ID']['input'];
32536
+ sort?: InputMaybe<GraphStoreExternalOrgHasExternalWorkerSortInput>;
32537
+ };
32538
+ export declare type GraphStoreExternalOrgHasUserAsMemberArgs = {
32539
+ after?: InputMaybe<Scalars['String']['input']>;
32540
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32541
+ first?: InputMaybe<Scalars['Int']['input']>;
32542
+ id: Scalars['ID']['input'];
32543
+ sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
32544
+ };
32545
+ export declare type GraphStoreExternalOrgHasUserAsMemberInverseArgs = {
32546
+ after?: InputMaybe<Scalars['String']['input']>;
32547
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32548
+ first?: InputMaybe<Scalars['Int']['input']>;
32549
+ id: Scalars['ID']['input'];
32550
+ sort?: InputMaybe<GraphStoreExternalOrgHasUserAsMemberSortInput>;
32551
+ };
32491
32552
  export declare type GraphStoreExternalPositionIsFilledByExternalWorkerArgs = {
32492
32553
  after?: InputMaybe<Scalars['String']['input']>;
32493
32554
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -32530,6 +32591,20 @@ export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserInverseArgs
32530
32591
  id: Scalars['ID']['input'];
32531
32592
  sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
32532
32593
  };
32594
+ export declare type GraphStoreExternalWorkerConflatesToUserArgs = {
32595
+ after?: InputMaybe<Scalars['String']['input']>;
32596
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32597
+ first?: InputMaybe<Scalars['Int']['input']>;
32598
+ id: Scalars['ID']['input'];
32599
+ sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
32600
+ };
32601
+ export declare type GraphStoreExternalWorkerConflatesToUserInverseArgs = {
32602
+ after?: InputMaybe<Scalars['String']['input']>;
32603
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32604
+ first?: InputMaybe<Scalars['Int']['input']>;
32605
+ id: Scalars['ID']['input'];
32606
+ sort?: InputMaybe<GraphStoreExternalWorkerConflatesToUserSortInput>;
32607
+ };
32533
32608
  export declare type GraphStoreFetchAllRelationshipsArgs = {
32534
32609
  after?: InputMaybe<Scalars['String']['input']>;
32535
32610
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -35380,33 +35455,33 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
35380
35455
  id: Scalars['ID']['input'];
35381
35456
  sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
35382
35457
  };
35383
- export declare type GraphStoreUserHasCollaboratorsArgs = {
35458
+ export declare type GraphStoreUserHasRelevantProjectArgs = {
35384
35459
  after?: InputMaybe<Scalars['String']['input']>;
35385
35460
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35386
35461
  first?: InputMaybe<Scalars['Int']['input']>;
35387
35462
  id: Scalars['ID']['input'];
35388
- sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
35463
+ sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
35389
35464
  };
35390
- export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
35465
+ export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
35391
35466
  after?: InputMaybe<Scalars['String']['input']>;
35392
35467
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35393
35468
  first?: InputMaybe<Scalars['Int']['input']>;
35394
35469
  id: Scalars['ID']['input'];
35395
- sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
35470
+ sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
35396
35471
  };
35397
- export declare type GraphStoreUserHasRelevantProjectArgs = {
35472
+ export declare type GraphStoreUserHasTopCollaboratorArgs = {
35398
35473
  after?: InputMaybe<Scalars['String']['input']>;
35399
35474
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35400
35475
  first?: InputMaybe<Scalars['Int']['input']>;
35401
35476
  id: Scalars['ID']['input'];
35402
- sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
35477
+ sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
35403
35478
  };
35404
- export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
35479
+ export declare type GraphStoreUserHasTopCollaboratorInverseArgs = {
35405
35480
  after?: InputMaybe<Scalars['String']['input']>;
35406
35481
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
35407
35482
  first?: InputMaybe<Scalars['Int']['input']>;
35408
35483
  id: Scalars['ID']['input'];
35409
- sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
35484
+ sort?: InputMaybe<GraphStoreUserHasTopCollaboratorSortInput>;
35410
35485
  };
35411
35486
  export declare type GraphStoreUserHasTopProjectArgs = {
35412
35487
  after?: InputMaybe<Scalars['String']['input']>;
@@ -37273,6 +37348,9 @@ export declare type GraphStoreBranchInRepoSortInput = {
37273
37348
  export declare type GraphStoreCalendarHasLinkedDocumentSortInput = {
37274
37349
  lastModified?: InputMaybe<GraphStoreSortInput>;
37275
37350
  };
37351
+ export declare type GraphStoreCommitBelongsToPullRequestSortInput = {
37352
+ lastModified?: InputMaybe<GraphStoreSortInput>;
37353
+ };
37276
37354
  export declare type GraphStoreCommitInRepoSortInput = {
37277
37355
  lastModified?: InputMaybe<GraphStoreSortInput>;
37278
37356
  };
@@ -38178,6 +38256,18 @@ export declare type GraphStoreDeploymentContainsCommitSortInput = {
38178
38256
  export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
38179
38257
  lastModified?: InputMaybe<GraphStoreSortInput>;
38180
38258
  };
38259
+ export declare type GraphStoreExternalOrgHasExternalWorkerSortInput = {
38260
+ createdAt?: InputMaybe<GraphStoreSortInput>;
38261
+ fromAti?: InputMaybe<GraphStoreSortInput>;
38262
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38263
+ toAti?: InputMaybe<GraphStoreSortInput>;
38264
+ };
38265
+ export declare type GraphStoreExternalOrgHasUserAsMemberSortInput = {
38266
+ createdAt?: InputMaybe<GraphStoreSortInput>;
38267
+ fromAti?: InputMaybe<GraphStoreSortInput>;
38268
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38269
+ toAti?: InputMaybe<GraphStoreSortInput>;
38270
+ };
38181
38271
  export declare type GraphStoreExternalPositionIsFilledByExternalWorkerSortInput = {
38182
38272
  lastModified?: InputMaybe<GraphStoreSortInput>;
38183
38273
  };
@@ -38187,6 +38277,12 @@ export declare type GraphStoreExternalPositionManagesExternalPositionSortInput =
38187
38277
  export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
38188
38278
  lastModified?: InputMaybe<GraphStoreSortInput>;
38189
38279
  };
38280
+ export declare type GraphStoreExternalWorkerConflatesToUserSortInput = {
38281
+ createdAt?: InputMaybe<GraphStoreSortInput>;
38282
+ fromAti?: InputMaybe<GraphStoreSortInput>;
38283
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38284
+ toAti?: InputMaybe<GraphStoreSortInput>;
38285
+ };
38190
38286
  export declare type GraphStoreFloatFilterInput = {
38191
38287
  greaterThan?: InputMaybe<Scalars['Float']['input']>;
38192
38288
  greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
@@ -43384,6 +43480,34 @@ export declare type GraphStoreSimplifiedCalendarHasLinkedDocumentInverseEdge = {
43384
43480
  };
43385
43481
  export declare type GraphStoreSimplifiedCalendarHasLinkedDocumentInverseUnion = ExternalCalendarEvent;
43386
43482
  export declare type GraphStoreSimplifiedCalendarHasLinkedDocumentUnion = DevOpsDocument | ExternalDocument;
43483
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestConnection = HasPageInfo & {
43484
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestConnection';
43485
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestEdge>>>;
43486
+ pageInfo: PageInfo;
43487
+ };
43488
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestEdge = {
43489
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestEdge';
43490
+ createdAt: Scalars['DateTime']['output'];
43491
+ cursor?: Maybe<Scalars['String']['output']>;
43492
+ id: Scalars['ID']['output'];
43493
+ lastUpdated: Scalars['DateTime']['output'];
43494
+ node?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestUnion>;
43495
+ };
43496
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection = HasPageInfo & {
43497
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection';
43498
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge>>>;
43499
+ pageInfo: PageInfo;
43500
+ };
43501
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge = {
43502
+ __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestInverseEdge';
43503
+ createdAt: Scalars['DateTime']['output'];
43504
+ cursor?: Maybe<Scalars['String']['output']>;
43505
+ id: Scalars['ID']['output'];
43506
+ lastUpdated: Scalars['DateTime']['output'];
43507
+ node?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseUnion>;
43508
+ };
43509
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestInverseUnion = ExternalCommit;
43510
+ export declare type GraphStoreSimplifiedCommitBelongsToPullRequestUnion = DevOpsPullRequestDetails | ExternalPullRequest;
43387
43511
  export declare type GraphStoreSimplifiedCommitInRepoConnection = HasPageInfo & {
43388
43512
  __typename?: 'GraphStoreSimplifiedCommitInRepoConnection';
43389
43513
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitInRepoEdge>>>;
@@ -43976,6 +44100,70 @@ export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseEdge = {
43976
44100
  };
43977
44101
  export declare type GraphStoreSimplifiedEntityIsRelatedToEntityInverseUnion = ConfluenceBlogPost | ConfluencePage;
43978
44102
  export declare type GraphStoreSimplifiedEntityIsRelatedToEntityUnion = ConfluenceBlogPost | ConfluencePage;
44103
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection = HasPageInfo & HasTotal & {
44104
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerConnection';
44105
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge>>>;
44106
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44107
+ pageInfo: PageInfo;
44108
+ totalCount?: Maybe<Scalars['Int']['output']>;
44109
+ };
44110
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge = {
44111
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerEdge';
44112
+ createdAt: Scalars['DateTime']['output'];
44113
+ cursor?: Maybe<Scalars['String']['output']>;
44114
+ id: Scalars['ID']['output'];
44115
+ lastUpdated: Scalars['DateTime']['output'];
44116
+ node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion>;
44117
+ };
44118
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection = HasPageInfo & HasTotal & {
44119
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseConnection';
44120
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge>>>;
44121
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44122
+ pageInfo: PageInfo;
44123
+ totalCount?: Maybe<Scalars['Int']['output']>;
44124
+ };
44125
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge = {
44126
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseEdge';
44127
+ createdAt: Scalars['DateTime']['output'];
44128
+ cursor?: Maybe<Scalars['String']['output']>;
44129
+ id: Scalars['ID']['output'];
44130
+ lastUpdated: Scalars['DateTime']['output'];
44131
+ node?: Maybe<GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion>;
44132
+ };
44133
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerInverseUnion = ExternalOrganisation;
44134
+ export declare type GraphStoreSimplifiedExternalOrgHasExternalWorkerUnion = ExternalWorker;
44135
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection = HasPageInfo & HasTotal & {
44136
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberConnection';
44137
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge>>>;
44138
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44139
+ pageInfo: PageInfo;
44140
+ totalCount?: Maybe<Scalars['Int']['output']>;
44141
+ };
44142
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge = {
44143
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberEdge';
44144
+ createdAt: Scalars['DateTime']['output'];
44145
+ cursor?: Maybe<Scalars['String']['output']>;
44146
+ id: Scalars['ID']['output'];
44147
+ lastUpdated: Scalars['DateTime']['output'];
44148
+ node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion>;
44149
+ };
44150
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection = HasPageInfo & HasTotal & {
44151
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseConnection';
44152
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge>>>;
44153
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44154
+ pageInfo: PageInfo;
44155
+ totalCount?: Maybe<Scalars['Int']['output']>;
44156
+ };
44157
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge = {
44158
+ __typename?: 'GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseEdge';
44159
+ createdAt: Scalars['DateTime']['output'];
44160
+ cursor?: Maybe<Scalars['String']['output']>;
44161
+ id: Scalars['ID']['output'];
44162
+ lastUpdated: Scalars['DateTime']['output'];
44163
+ node?: Maybe<GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion>;
44164
+ };
44165
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberInverseUnion = ExternalOrganisation;
44166
+ export declare type GraphStoreSimplifiedExternalOrgHasUserAsMemberUnion = AppUser | AtlassianAccountUser | CustomerUser;
43979
44167
  export declare type GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection = HasPageInfo & {
43980
44168
  __typename?: 'GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerConnection';
43981
44169
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalPositionIsFilledByExternalWorkerEdge>>>;
@@ -44060,6 +44248,38 @@ export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserI
44060
44248
  };
44061
44249
  export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserInverseUnion = ExternalWorker;
44062
44250
  export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
44251
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserConnection = HasPageInfo & HasTotal & {
44252
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserConnection';
44253
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserEdge>>>;
44254
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44255
+ pageInfo: PageInfo;
44256
+ totalCount?: Maybe<Scalars['Int']['output']>;
44257
+ };
44258
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserEdge = {
44259
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserEdge';
44260
+ createdAt: Scalars['DateTime']['output'];
44261
+ cursor?: Maybe<Scalars['String']['output']>;
44262
+ id: Scalars['ID']['output'];
44263
+ lastUpdated: Scalars['DateTime']['output'];
44264
+ node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserUnion>;
44265
+ };
44266
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection = HasPageInfo & HasTotal & {
44267
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseConnection';
44268
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge>>>;
44269
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
44270
+ pageInfo: PageInfo;
44271
+ totalCount?: Maybe<Scalars['Int']['output']>;
44272
+ };
44273
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge = {
44274
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToUserInverseEdge';
44275
+ createdAt: Scalars['DateTime']['output'];
44276
+ cursor?: Maybe<Scalars['String']['output']>;
44277
+ id: Scalars['ID']['output'];
44278
+ lastUpdated: Scalars['DateTime']['output'];
44279
+ node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion>;
44280
+ };
44281
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserInverseUnion = ExternalWorker;
44282
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
44063
44283
  export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
44064
44284
  __typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
44065
44285
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
@@ -48110,34 +48330,6 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
48110
48330
  };
48111
48331
  export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
48112
48332
  export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
48113
- export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
48114
- __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
48115
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
48116
- pageInfo: PageInfo;
48117
- };
48118
- export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
48119
- __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
48120
- createdAt: Scalars['DateTime']['output'];
48121
- cursor?: Maybe<Scalars['String']['output']>;
48122
- id: Scalars['ID']['output'];
48123
- lastUpdated: Scalars['DateTime']['output'];
48124
- node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
48125
- };
48126
- export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
48127
- __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
48128
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
48129
- pageInfo: PageInfo;
48130
- };
48131
- export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
48132
- __typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
48133
- createdAt: Scalars['DateTime']['output'];
48134
- cursor?: Maybe<Scalars['String']['output']>;
48135
- id: Scalars['ID']['output'];
48136
- lastUpdated: Scalars['DateTime']['output'];
48137
- node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
48138
- };
48139
- export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
48140
- export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
48141
48333
  export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
48142
48334
  __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
48143
48335
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
@@ -48170,6 +48362,34 @@ export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseEdge = {
48170
48362
  };
48171
48363
  export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
48172
48364
  export declare type GraphStoreSimplifiedUserHasRelevantProjectUnion = JiraProject;
48365
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorConnection = HasPageInfo & {
48366
+ __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorConnection';
48367
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorEdge>>>;
48368
+ pageInfo: PageInfo;
48369
+ };
48370
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorEdge = {
48371
+ __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorEdge';
48372
+ createdAt: Scalars['DateTime']['output'];
48373
+ cursor?: Maybe<Scalars['String']['output']>;
48374
+ id: Scalars['ID']['output'];
48375
+ lastUpdated: Scalars['DateTime']['output'];
48376
+ node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorUnion>;
48377
+ };
48378
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection = HasPageInfo & {
48379
+ __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseConnection';
48380
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge>>>;
48381
+ pageInfo: PageInfo;
48382
+ };
48383
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge = {
48384
+ __typename?: 'GraphStoreSimplifiedUserHasTopCollaboratorInverseEdge';
48385
+ createdAt: Scalars['DateTime']['output'];
48386
+ cursor?: Maybe<Scalars['String']['output']>;
48387
+ id: Scalars['ID']['output'];
48388
+ lastUpdated: Scalars['DateTime']['output'];
48389
+ node?: Maybe<GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion>;
48390
+ };
48391
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
48392
+ export declare type GraphStoreSimplifiedUserHasTopCollaboratorUnion = AppUser | AtlassianAccountUser | CustomerUser;
48173
48393
  export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
48174
48394
  __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
48175
48395
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
@@ -50271,15 +50491,15 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
50271
50491
  export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
50272
50492
  lastModified?: InputMaybe<GraphStoreSortInput>;
50273
50493
  };
50274
- export declare type GraphStoreUserHasCollaboratorsSortInput = {
50275
- lastModified?: InputMaybe<GraphStoreSortInput>;
50276
- };
50277
50494
  export declare type GraphStoreUserHasRelevantProjectSortInput = {
50278
50495
  createdAt?: InputMaybe<GraphStoreSortInput>;
50279
50496
  fromAti?: InputMaybe<GraphStoreSortInput>;
50280
50497
  lastModified?: InputMaybe<GraphStoreSortInput>;
50281
50498
  toAti?: InputMaybe<GraphStoreSortInput>;
50282
50499
  };
50500
+ export declare type GraphStoreUserHasTopCollaboratorSortInput = {
50501
+ lastModified?: InputMaybe<GraphStoreSortInput>;
50502
+ };
50283
50503
  export declare type GraphStoreUserHasTopProjectSortInput = {
50284
50504
  lastModified?: InputMaybe<GraphStoreSortInput>;
50285
50505
  };
@@ -50616,6 +50836,7 @@ export declare type GrowthRecContext = {
50616
50836
  subproduct?: InputMaybe<Scalars['String']['input']>;
50617
50837
  tenantId?: InputMaybe<Scalars['ID']['input']>;
50618
50838
  useCase?: InputMaybe<Scalars['String']['input']>;
50839
+ userId?: InputMaybe<Scalars['ID']['input']>;
50619
50840
  workspaceId?: InputMaybe<Scalars['ID']['input']>;
50620
50841
  };
50621
50842
  export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendation & {
@@ -50700,6 +50921,10 @@ export declare enum GrowthUnifiedProfileCompanyType {
50700
50921
  Private = "PRIVATE",
50701
50922
  Public = "PUBLIC"
50702
50923
  }
50924
+ export declare type GrowthUnifiedProfileConfluenceActivityContext = {
50925
+ __typename?: 'GrowthUnifiedProfileConfluenceActivityContext';
50926
+ r28PageDwells?: Maybe<Scalars['Int']['output']>;
50927
+ };
50703
50928
  export declare type GrowthUnifiedProfileConfluenceOnboardingContext = {
50704
50929
  __typename?: 'GrowthUnifiedProfileConfluenceOnboardingContext';
50705
50930
  jobsToBeDone?: Maybe<Array<Maybe<GrowthUnifiedProfileJtbd>>>;
@@ -50820,11 +51045,13 @@ export declare type GrowthUnifiedProfileLinkedEntities = {
50820
51045
  };
50821
51046
  export declare type GrowthUnifiedProfileMarketingContext = {
50822
51047
  __typename?: 'GrowthUnifiedProfileMarketingContext';
51048
+ domain?: Maybe<Scalars['String']['output']>;
50823
51049
  lastUpdated?: Maybe<Scalars['String']['output']>;
50824
51050
  sessionId?: Maybe<Scalars['String']['output']>;
50825
51051
  utm?: Maybe<GrowthUnifiedProfileMarketingUtm>;
50826
51052
  };
50827
51053
  export declare type GrowthUnifiedProfileMarketingContextInput = {
51054
+ domain?: InputMaybe<Scalars['String']['input']>;
50828
51055
  sessionId?: InputMaybe<Scalars['String']['input']>;
50829
51056
  utm?: InputMaybe<GrowthUnifiedProfileMarketingUtmInput>;
50830
51057
  };
@@ -50918,6 +51145,7 @@ export declare type GrowthUnifiedProfileResult = {
50918
51145
  paidChannelContext?: Maybe<GrowthUnifiedProfilePaidChannelContextByProduct>;
50919
51146
  seoContext?: Maybe<GrowthUnifiedProfileSeoContext>;
50920
51147
  sites?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteDetails>>>;
51148
+ userActivityContext?: Maybe<GrowthUnifiedProfileUserActivityContext>;
50921
51149
  userFootprints?: Maybe<GrowthUnifiedProfileUserFootprints>;
50922
51150
  userProfile?: Maybe<GrowthUnifiedProfileUserProfile>;
50923
51151
  };
@@ -50952,6 +51180,15 @@ export declare enum GrowthUnifiedProfileTeamType {
50952
51180
  SoftwareDevelopment = "SOFTWARE_DEVELOPMENT",
50953
51181
  SoftwareEngineering = "SOFTWARE_ENGINEERING"
50954
51182
  }
51183
+ export declare type GrowthUnifiedProfileUserActivityContext = {
51184
+ __typename?: 'GrowthUnifiedProfileUserActivityContext';
51185
+ sites?: Maybe<Array<Maybe<GrowthUnifiedProfileUserActivitySiteDetails>>>;
51186
+ };
51187
+ export declare type GrowthUnifiedProfileUserActivitySiteDetails = {
51188
+ __typename?: 'GrowthUnifiedProfileUserActivitySiteDetails';
51189
+ cloudId?: Maybe<Scalars['String']['output']>;
51190
+ confluence?: Maybe<GrowthUnifiedProfileConfluenceActivityContext>;
51191
+ };
50955
51192
  export declare type GrowthUnifiedProfileUserFootprints = {
50956
51193
  __typename?: 'GrowthUnifiedProfileUserFootprints';
50957
51194
  hasAtlassianAccount?: Maybe<Scalars['Boolean']['output']>;
@@ -53478,6 +53715,7 @@ export declare type InvocationResponsePayload = {
53478
53715
  export declare type InvokeAuxEffectsInput = {
53479
53716
  contextIds: Array<Scalars['ID']['input']>;
53480
53717
  entryPoint?: InputMaybe<Scalars['String']['input']>;
53718
+ extensionDetails?: InputMaybe<ExtensionDetailsInput>;
53481
53719
  extensionId?: InputMaybe<Scalars['ID']['input']>;
53482
53720
  payload: AuxEffectsInvocationPayload;
53483
53721
  };
@@ -53491,6 +53729,7 @@ export declare type InvokeExtensionInput = {
53491
53729
  async?: InputMaybe<Scalars['Boolean']['input']>;
53492
53730
  contextIds: Array<Scalars['ID']['input']>;
53493
53731
  entryPoint?: InputMaybe<Scalars['String']['input']>;
53732
+ extensionDetails?: InputMaybe<ExtensionDetailsInput>;
53494
53733
  extensionId?: InputMaybe<Scalars['ID']['input']>;
53495
53734
  payload: Scalars['JSON']['input'];
53496
53735
  };
@@ -55010,6 +55249,19 @@ export declare type JiraBoardViewCardOptionsArgs = {
55010
55249
  export declare type JiraBoardViewColumnsArgs = {
55011
55250
  after?: InputMaybe<Scalars['String']['input']>;
55012
55251
  first?: InputMaybe<Scalars['Int']['input']>;
55252
+ settings?: InputMaybe<JiraBoardViewSettings>;
55253
+ };
55254
+ export declare type JiraBoardViewFilterConfigArgs = {
55255
+ settings?: InputMaybe<JiraBoardViewSettings>;
55256
+ };
55257
+ export declare type JiraBoardViewGroupByConfigArgs = {
55258
+ settings?: InputMaybe<JiraBoardViewSettings>;
55259
+ };
55260
+ export declare type JiraBoardViewIsViewConfigModifiedArgs = {
55261
+ settings?: InputMaybe<JiraBoardViewSettings>;
55262
+ };
55263
+ export declare type JiraBoardViewSelectedWorkflowIdArgs = {
55264
+ settings?: InputMaybe<JiraBoardViewSettings>;
55013
55265
  };
55014
55266
  export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
55015
55267
  __typename?: 'JiraBoardViewAssigneeColumn';
@@ -55164,6 +55416,7 @@ export declare type JiraBulkEditInput = {
55164
55416
  editedFieldsInput: JiraIssueFieldsInput;
55165
55417
  selectedActions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
55166
55418
  selectedIssueIds: Array<Scalars['ID']['input']>;
55419
+ sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
55167
55420
  };
55168
55421
  export declare enum JiraBulkEditMultiSelectFieldOptions {
55169
55422
  Add = "ADD",
@@ -55244,6 +55497,7 @@ export declare type JiraBulkTransitionScreenLayoutIssuesToBeEditedArgs = {
55244
55497
  };
55245
55498
  export declare type JiraBulkTransitionsInput = {
55246
55499
  selectedIssueIds: Array<Scalars['ID']['input']>;
55500
+ sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
55247
55501
  transitionId: Scalars['String']['input'];
55248
55502
  transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
55249
55503
  };
@@ -56650,6 +56904,7 @@ export declare type JiraCreateEmptyActivityConfigurationInput = {
56650
56904
  export declare type JiraCreateFormattingRuleInput = {
56651
56905
  afterRuleId?: InputMaybe<Scalars['String']['input']>;
56652
56906
  cloudId?: InputMaybe<Scalars['ID']['input']>;
56907
+ color?: InputMaybe<JiraFormattingColor>;
56653
56908
  expression: JiraFormattingRuleExpressionInput;
56654
56909
  formattingArea: JiraFormattingArea;
56655
56910
  formattingColor?: InputMaybe<JiraColorInput>;
@@ -57095,6 +57350,7 @@ export declare type JiraDeleteCustomFilterPayload = Payload & {
57095
57350
  };
57096
57351
  export declare type JiraDeleteFormattingRuleInput = {
57097
57352
  cloudId?: InputMaybe<Scalars['ID']['input']>;
57353
+ projectId?: InputMaybe<Scalars['ID']['input']>;
57098
57354
  ruleId: Scalars['ID']['input'];
57099
57355
  };
57100
57356
  export declare type JiraDeleteFormattingRulePayload = Payload & {
@@ -59092,7 +59348,9 @@ export declare type JiraIssueGroupsByFieldIdArgs = {
59092
59348
  };
59093
59349
  export declare type JiraIssueHasChildrenArgs = {
59094
59350
  filterByProjectKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
59351
+ filterId?: InputMaybe<Scalars['String']['input']>;
59095
59352
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
59353
+ jql?: InputMaybe<Scalars['String']['input']>;
59096
59354
  viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
59097
59355
  };
59098
59356
  export declare type JiraIssueHasProjectPermissionArgs = {
@@ -59474,6 +59732,7 @@ export declare type JiraIssueExportInput = {
59474
59732
  jql?: InputMaybe<Scalars['String']['input']>;
59475
59733
  maxResults?: InputMaybe<Scalars['Int']['input']>;
59476
59734
  modified?: InputMaybe<Scalars['Boolean']['input']>;
59735
+ pagerStart?: InputMaybe<Scalars['Int']['input']>;
59477
59736
  };
59478
59737
  export declare type JiraIssueExportTask = {
59479
59738
  __typename?: 'JiraIssueExportTask';
@@ -59885,6 +60144,7 @@ export declare type JiraIssueLinkFieldIssuesArgs = {
59885
60144
  showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
59886
60145
  };
59887
60146
  export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
60147
+ inwardIssue?: InputMaybe<Array<Scalars['ID']['input']>>;
59888
60148
  linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
59889
60149
  linkType: Scalars['ID']['input'];
59890
60150
  operation: JiraAddValueFieldOperations;
@@ -60851,10 +61111,13 @@ export declare type JiraJqlBuilderFieldValuesArgs = {
60851
61111
  };
60852
61112
  export declare type JiraJqlBuilderFieldsArgs = {
60853
61113
  after?: InputMaybe<Scalars['String']['input']>;
61114
+ excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
60854
61115
  first?: InputMaybe<Scalars['Int']['input']>;
61116
+ forClause?: InputMaybe<JiraJqlClauseType>;
60855
61117
  jqlContext?: InputMaybe<Scalars['String']['input']>;
60856
61118
  jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
60857
61119
  scope?: InputMaybe<JiraJqlScopeInput>;
61120
+ searchString?: InputMaybe<Scalars['String']['input']>;
60858
61121
  viewContext?: InputMaybe<JiraJqlViewContext>;
60859
61122
  };
60860
61123
  export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
@@ -61697,6 +61960,7 @@ export declare type JiraMultipleGroupPickerFieldInput = {
61697
61960
  groups: Array<JiraGroupInput>;
61698
61961
  };
61699
61962
  export declare type JiraMultipleGroupPickerFieldOperationInput = {
61963
+ groupIds?: InputMaybe<Array<Scalars['String']['input']>>;
61700
61964
  ids?: InputMaybe<Array<Scalars['ID']['input']>>;
61701
61965
  operation: JiraMultiValueFieldOperations;
61702
61966
  };
@@ -62390,6 +62654,7 @@ export declare type JiraMutationRenameNavigationItemArgs = {
62390
62654
  export declare type JiraMutationReplaceIssueSearchViewFieldSetsArgs = {
62391
62655
  fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
62392
62656
  id: Scalars['ID']['input'];
62657
+ input?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
62393
62658
  };
62394
62659
  export declare type JiraMutationReplaceSpreadsheetViewFieldSetsArgs = {
62395
62660
  fieldSetsInput?: InputMaybe<JiraFieldSetsMutationInput>;
@@ -62770,6 +63035,7 @@ export declare type JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload
62770
63035
  success: Scalars['Boolean']['output'];
62771
63036
  };
62772
63037
  export declare type JiraNaturalLanguageToJqlInput = {
63038
+ iteration?: InputMaybe<JiraIteration>;
62773
63039
  naturalLanguageInput: Scalars['String']['input'];
62774
63040
  searchContext?: InputMaybe<JiraSearchContextInput>;
62775
63041
  };
@@ -62915,6 +63181,7 @@ export declare type JiraNotificationPreference = {
62915
63181
  };
62916
63182
  export declare type JiraNotificationPreferenceInput = {
62917
63183
  channel?: InputMaybe<JiraNotificationChannelType>;
63184
+ channelsEnabled?: InputMaybe<Array<JiraNotificationChannelType>>;
62918
63185
  isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
62919
63186
  type: JiraNotificationType;
62920
63187
  };
@@ -63236,6 +63503,7 @@ export declare type JiraOrderDirection = {
63236
63503
  export declare type JiraOrderFormattingRuleInput = {
63237
63504
  afterRuleId?: InputMaybe<Scalars['ID']['input']>;
63238
63505
  cloudId?: InputMaybe<Scalars['ID']['input']>;
63506
+ projectId?: InputMaybe<Scalars['ID']['input']>;
63239
63507
  ruleId: Scalars['ID']['input'];
63240
63508
  };
63241
63509
  export declare type JiraOrderFormattingRulePayload = Payload & {
@@ -63559,6 +63827,7 @@ export declare type JiraPermissionSchemeGrantInput = {
63559
63827
  };
63560
63828
  export declare type JiraPermissionSchemeRemoveGrantInput = {
63561
63829
  grantIds: Array<Scalars['Long']['input']>;
63830
+ grants?: InputMaybe<Array<JiraPermissionSchemeGrantInput>>;
63562
63831
  schemeId: Scalars['ID']['input'];
63563
63832
  };
63564
63833
  export declare type JiraPermissionSchemeRemoveGrantPayload = Payload & {
@@ -63893,6 +64162,7 @@ export declare type JiraPriorityFieldPrioritiesArgs = {
63893
64162
  export declare type JiraPriorityFieldOperationInput = {
63894
64163
  id?: InputMaybe<Scalars['ID']['input']>;
63895
64164
  operation: JiraSingleValueFieldOperations;
64165
+ priority?: InputMaybe<Scalars['String']['input']>;
63896
64166
  };
63897
64167
  export declare type JiraPriorityFieldPayload = Payload & {
63898
64168
  __typename?: 'JiraPriorityFieldPayload';
@@ -65157,9 +65427,12 @@ export declare type JiraQueryFieldSetsByIdArgs = {
65157
65427
  export declare type JiraQueryFieldsArgs = {
65158
65428
  after?: InputMaybe<Scalars['String']['input']>;
65159
65429
  cloudId: Scalars['ID']['input'];
65430
+ excludeFields?: InputMaybe<Array<Scalars['String']['input']>>;
65160
65431
  first?: InputMaybe<Scalars['Int']['input']>;
65432
+ forClause?: InputMaybe<JiraJqlClauseType>;
65161
65433
  jqlContext?: InputMaybe<Scalars['String']['input']>;
65162
65434
  jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
65435
+ searchString?: InputMaybe<Scalars['String']['input']>;
65163
65436
  viewContext?: InputMaybe<JiraJqlViewContext>;
65164
65437
  };
65165
65438
  export declare type JiraQueryFilterArgs = {
@@ -65193,6 +65466,7 @@ export declare type JiraQueryGetArchivedIssuesFilterOptionsArgs = {
65193
65466
  projectId: Scalars['ID']['input'];
65194
65467
  };
65195
65468
  export declare type JiraQueryGetArchivedIssuesForProjectArgs = {
65469
+ after?: InputMaybe<Scalars['String']['input']>;
65196
65470
  cloudId: Scalars['ID']['input'];
65197
65471
  filterBy?: InputMaybe<JiraArchivedIssuesFilterInput>;
65198
65472
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -65451,6 +65725,8 @@ export declare type JiraQueryJiraFieldConfigsArgs = {
65451
65725
  };
65452
65726
  export declare type JiraQueryJiraIssueSearchViewArgs = {
65453
65727
  cloudId: Scalars['ID']['input'];
65728
+ filterId?: InputMaybe<Scalars['String']['input']>;
65729
+ isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
65454
65730
  issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
65455
65731
  namespace?: InputMaybe<Scalars['String']['input']>;
65456
65732
  viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
@@ -68363,6 +68639,7 @@ export declare type JiraSingleGroupPickerFieldInput = {
68363
68639
  group: JiraGroupInput;
68364
68640
  };
68365
68641
  export declare type JiraSingleGroupPickerFieldOperationInput = {
68642
+ groupId?: InputMaybe<Scalars['String']['input']>;
68366
68643
  id?: InputMaybe<Scalars['ID']['input']>;
68367
68644
  operation: JiraSingleValueFieldOperations;
68368
68645
  };
@@ -68453,6 +68730,7 @@ export declare type JiraSingleSelectFieldPayload = Payload & {
68453
68730
  success: Scalars['Boolean']['output'];
68454
68731
  };
68455
68732
  export declare type JiraSingleSelectOperationInput = {
68733
+ fieldOption?: InputMaybe<Scalars['ID']['input']>;
68456
68734
  id?: InputMaybe<Scalars['ID']['input']>;
68457
68735
  operation: JiraSingleValueFieldOperations;
68458
68736
  };
@@ -68489,6 +68767,7 @@ export declare type JiraSingleSelectUserPickerFieldInput = {
68489
68767
  user: JiraUserInput;
68490
68768
  };
68491
68769
  export declare type JiraSingleSelectUserPickerFieldOperationInput = {
68770
+ accountId?: InputMaybe<Scalars['ID']['input']>;
68492
68771
  id?: InputMaybe<Scalars['ID']['input']>;
68493
68772
  operation: JiraSingleValueFieldOperations;
68494
68773
  };
@@ -68940,6 +69219,7 @@ export declare type JiraSubscription = {
68940
69219
  onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
68941
69220
  onIssueExported?: Maybe<JiraIssueExportEvent>;
68942
69221
  onIssueUpdatedByProject?: Maybe<JiraIssue>;
69222
+ onIssueUpdatedByProjectNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
68943
69223
  onJirtIssueSubscription?: Maybe<JiraJirtEventPayload>;
68944
69224
  onJwmFieldMutation?: Maybe<JiraJwmField>;
68945
69225
  onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
@@ -69003,6 +69283,10 @@ export declare type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
69003
69283
  cloudId: Scalars['ID']['input'];
69004
69284
  projectId: Scalars['String']['input'];
69005
69285
  };
69286
+ export declare type JiraSubscriptionOnIssueUpdatedByProjectNoEnrichmentArgs = {
69287
+ cloudId: Scalars['ID']['input'];
69288
+ projectId: Scalars['String']['input'];
69289
+ };
69006
69290
  export declare type JiraSubscriptionOnJirtIssueSubscriptionArgs = {
69007
69291
  atlassianAccountId?: InputMaybe<Scalars['String']['input']>;
69008
69292
  cloudId: Scalars['ID']['input'];
@@ -69551,9 +69835,11 @@ export declare type JiraUpdateForgeSingleGroupPickerFieldInput = {
69551
69835
  };
69552
69836
  export declare type JiraUpdateFormattingRuleInput = {
69553
69837
  cloudId?: InputMaybe<Scalars['ID']['input']>;
69838
+ color?: InputMaybe<JiraFormattingColor>;
69554
69839
  expression?: InputMaybe<JiraFormattingRuleExpressionInput>;
69555
69840
  formatType?: InputMaybe<JiraFormattingArea>;
69556
69841
  formattingColor?: InputMaybe<JiraColorInput>;
69842
+ projectId?: InputMaybe<Scalars['ID']['input']>;
69557
69843
  ruleId: Scalars['ID']['input'];
69558
69844
  };
69559
69845
  export declare type JiraUpdateFormattingRulePayload = Payload & {
@@ -70079,6 +70365,7 @@ export declare type JiraUserPreferencesMutation = {
70079
70365
  __typename?: 'JiraUserPreferencesMutation';
70080
70366
  dismissDateFieldAssociationMessageByIssueKey?: Maybe<JiraDateFieldAssociationMessageMutationPayload>;
70081
70367
  saveRequestTypeTableViewSettings?: Maybe<Scalars['String']['output']>;
70368
+ setIsIssueViewHideDoneChildIssuesFilterEnabled?: Maybe<Scalars['Boolean']['output']>;
70082
70369
  setIssueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayoutMutationPayload>;
70083
70370
  setJQLBuilderSearchMode?: Maybe<JiraJqlBuilderSearchModeMutationPayload>;
70084
70371
  setNaturalLanguageSpotlightTourEnabled?: Maybe<JiraNaturalLanguageSearchSpotlightTourEnabledMutationPayload>;
@@ -70094,6 +70381,9 @@ export declare type JiraUserPreferencesMutationSaveRequestTypeTableViewSettingsA
70094
70381
  projectKey: Scalars['String']['input'];
70095
70382
  viewSettings: Scalars['String']['input'];
70096
70383
  };
70384
+ export declare type JiraUserPreferencesMutationSetIsIssueViewHideDoneChildIssuesFilterEnabledArgs = {
70385
+ isHideDoneEnabled: Scalars['Boolean']['input'];
70386
+ };
70097
70387
  export declare type JiraUserPreferencesMutationSetIssueNavigatorSearchLayoutArgs = {
70098
70388
  searchLayout?: InputMaybe<JiraIssueNavigatorSearchLayout>;
70099
70389
  };
@@ -70758,6 +71048,7 @@ export declare type JiraWatchesFieldSuggestedWatchersArgs = {
70758
71048
  searchBy?: InputMaybe<Scalars['String']['input']>;
70759
71049
  };
70760
71050
  export declare type JiraWatchesFieldOperationInput = {
71051
+ accountId?: InputMaybe<Scalars['ID']['input']>;
70761
71052
  id?: InputMaybe<Scalars['ID']['input']>;
70762
71053
  operation: JiraWatchesOperations;
70763
71054
  };
@@ -75418,6 +75709,10 @@ export declare type MarketplaceStoreOrgDetails = MarketplaceStoreMultiInstanceDe
75418
75709
  multiInstanceEntitlementId?: Maybe<Scalars['String']['output']>;
75419
75710
  status?: Maybe<Scalars['String']['output']>;
75420
75711
  };
75712
+ export declare type MarketplaceStoreOrgIdResponse = {
75713
+ __typename?: 'MarketplaceStoreOrgIdResponse';
75714
+ orgId: Scalars['String']['output'];
75715
+ };
75421
75716
  export declare type MarketplaceStoreOrgMultiInstanceEntitlement = {
75422
75717
  __typename?: 'MarketplaceStoreOrgMultiInstanceEntitlement';
75423
75718
  cloudId: Scalars['String']['output'];
@@ -75583,6 +75878,7 @@ export declare type MarketplaceStoreQueryApi = {
75583
75878
  multiInstanceEntitlementForApp: MarketplaceStoreMultiInstanceEntitlementForAppResponse;
75584
75879
  multiInstanceEntitlementsForUser: MarketplaceStoreMultiInstanceEntitlementsForUserResponse;
75585
75880
  myReview: MarketplaceStoreCurrentUserReviewResponse;
75881
+ orgId: MarketplaceStoreOrgIdResponse;
75586
75882
  partner: MarketplaceStorePartnerResponse;
75587
75883
  };
75588
75884
  export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
@@ -75642,6 +75938,9 @@ export declare type MarketplaceStoreQueryApiMultiInstanceEntitlementsForUserArgs
75642
75938
  export declare type MarketplaceStoreQueryApiMyReviewArgs = {
75643
75939
  appKey: Scalars['String']['input'];
75644
75940
  };
75941
+ export declare type MarketplaceStoreQueryApiOrgIdArgs = {
75942
+ cloudId: Scalars['String']['input'];
75943
+ };
75645
75944
  export declare type MarketplaceStoreQueryApiPartnerArgs = {
75646
75945
  developerId?: InputMaybe<Scalars['ID']['input']>;
75647
75946
  vendorId: Scalars['ID']['input'];
@@ -76935,7 +77234,7 @@ export declare type MercuryProposeChangesInput = {
76935
77234
  createFocusAreas?: InputMaybe<Array<MercuryCreateFocusAreaChangeInput>>;
76936
77235
  moveFunds?: InputMaybe<Array<MercuryMoveFundsChangeInput>>;
76937
77236
  movePositions?: InputMaybe<Array<MercuryMovePositionsChangeInput>>;
76938
- positionAllocations: Array<MercuryPositionAllocationChangeInput>;
77237
+ positionAllocations?: InputMaybe<Array<MercuryPositionAllocationChangeInput>>;
76939
77238
  requestFunds?: InputMaybe<Array<MercuryRequestFundsChangeInput>>;
76940
77239
  requestPositions?: InputMaybe<Array<MercuryRequestPositionsChangeInput>>;
76941
77240
  };
@@ -78459,6 +78758,7 @@ export declare type Mutation = {
78459
78758
  publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
78460
78759
  publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
78461
78760
  publishReleaseNote: ContentPlatformReleaseNote;
78761
+ radar_createCustomField?: Maybe<RadarMutationResponse>;
78462
78762
  radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
78463
78763
  radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
78464
78764
  radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
@@ -79886,6 +80186,10 @@ export declare type MutationPublicLinkSpacesActionArgs = {
79886
80186
  export declare type MutationPublishReleaseNoteArgs = {
79887
80187
  id: Scalars['String']['input'];
79888
80188
  };
80189
+ export declare type MutationRadar_CreateCustomFieldArgs = {
80190
+ cloudId: Scalars['ID']['input'];
80191
+ input: RadarCustomFieldInput;
80192
+ };
79889
80193
  export declare type MutationRadar_CreateRoleAssignmentArgs = {
79890
80194
  cloudId: Scalars['ID']['input'];
79891
80195
  input: RadarRoleAssignmentRequest;
@@ -81284,6 +81588,7 @@ export declare type PageInfo = {
81284
81588
  export declare type PageInput = {
81285
81589
  body?: InputMaybe<PageBodyInput>;
81286
81590
  parentId?: InputMaybe<Scalars['ID']['input']>;
81591
+ restrictions?: InputMaybe<PageRestrictionsInput>;
81287
81592
  status?: InputMaybe<PageStatusInput>;
81288
81593
  title?: InputMaybe<Scalars['String']['input']>;
81289
81594
  };
@@ -86068,6 +86373,7 @@ export declare type QueryRadar_PositionsSearchArgs = {
86068
86373
  after?: InputMaybe<Scalars['String']['input']>;
86069
86374
  before?: InputMaybe<Scalars['String']['input']>;
86070
86375
  cloudId: Scalars['ID']['input'];
86376
+ fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
86071
86377
  first?: InputMaybe<Scalars['Int']['input']>;
86072
86378
  last?: InputMaybe<Scalars['Int']['input']>;
86073
86379
  rql?: InputMaybe<Scalars['String']['input']>;
@@ -86577,6 +86883,14 @@ export declare type RadarConnection = {
86577
86883
  pageInfo: PageInfo;
86578
86884
  totalCount: Scalars['Int']['output'];
86579
86885
  };
86886
+ export declare type RadarCustomFieldInput = {
86887
+ displayName: Scalars['String']['input'];
86888
+ entity: RadarEntityType;
86889
+ relativeId: Scalars['String']['input'];
86890
+ sensitivityLevel: RadarSensitivityLevel;
86891
+ sourceField: Scalars['String']['input'];
86892
+ type: RadarFieldType;
86893
+ };
86580
86894
  export declare type RadarDateFieldValue = {
86581
86895
  __typename?: 'RadarDateFieldValue';
86582
86896
  isHidden?: Maybe<Scalars['Boolean']['output']>;
@@ -86776,8 +87090,8 @@ export declare type RadarPermissions = {
86776
87090
  principalsByResourceRoles?: Maybe<Array<RadarPrincipalByResourceRole>>;
86777
87091
  };
86778
87092
  export declare type RadarPermissionsInput = {
86779
- canManagersAllocate: Scalars['Boolean']['input'];
86780
- canManagersViewSensitiveFields: Scalars['Boolean']['input'];
87093
+ canManagersAllocate?: InputMaybe<Scalars['Boolean']['input']>;
87094
+ canManagersViewSensitiveFields?: InputMaybe<Scalars['Boolean']['input']>;
86781
87095
  };
86782
87096
  export declare type RadarPosition = Node & RadarEntity & {
86783
87097
  __typename?: 'RadarPosition';
@@ -88715,10 +89029,13 @@ export declare type SearchDefaultResult = SearchResult & {
88715
89029
  export declare type SearchExperimentContextInput = {
88716
89030
  experimentId?: InputMaybe<Scalars['String']['input']>;
88717
89031
  experimentLayers?: InputMaybe<Array<InputMaybe<SearchExperimentLayer>>>;
89032
+ shadowExperimentId?: InputMaybe<Scalars['String']['input']>;
88718
89033
  };
88719
89034
  export declare type SearchExperimentLayer = {
88720
89035
  definitions?: InputMaybe<Array<InputMaybe<SearchLayerDefinition>>>;
89036
+ layerId?: InputMaybe<Scalars['String']['input']>;
88721
89037
  name?: InputMaybe<Scalars['String']['input']>;
89038
+ shadowId?: InputMaybe<Scalars['String']['input']>;
88722
89039
  };
88723
89040
  export declare type SearchExternalContainerFilter = {
88724
89041
  type: Scalars['String']['input'];
@@ -88797,6 +89114,7 @@ export declare type SearchJiraIssueFilter = {
88797
89114
  watcherARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
88798
89115
  };
88799
89116
  export declare type SearchJiraProjectFilter = {
89117
+ projectType?: InputMaybe<SearchProjectType>;
88800
89118
  projectTypes?: InputMaybe<Array<SearchProjectType>>;
88801
89119
  };
88802
89120
  export declare type SearchL2Feature = {
@@ -89845,6 +90163,7 @@ export declare type ShepherdAlert = Node & {
89845
90163
  linkedResources?: Maybe<Array<Maybe<ShepherdLinkedResource>>>;
89846
90164
  orgId?: Maybe<Scalars['ID']['output']>;
89847
90165
  product: ShepherdAtlassianProduct;
90166
+ replacementAlertId?: Maybe<Scalars['ID']['output']>;
89848
90167
  status: ShepherdAlertStatus;
89849
90168
  statusUpdatedOn?: Maybe<Scalars['DateTime']['output']>;
89850
90169
  supportingData?: Maybe<ShepherdAlertSupportingData>;
@@ -90212,10 +90531,13 @@ export declare type ShepherdCreateAlertInput = {
90212
90531
  actor?: InputMaybe<ShepherdActorInput>;
90213
90532
  assignee?: InputMaybe<Scalars['ID']['input']>;
90214
90533
  cloudId?: InputMaybe<Scalars['ID']['input']>;
90534
+ customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
90215
90535
  customFields?: InputMaybe<Scalars['JSON']['input']>;
90216
90536
  deduplicationKey?: InputMaybe<Scalars['String']['input']>;
90537
+ highlight?: InputMaybe<ShepherdHighlightInput>;
90217
90538
  orgId?: InputMaybe<Scalars['ID']['input']>;
90218
90539
  status?: InputMaybe<ShepherdAlertStatus>;
90540
+ template?: InputMaybe<ShepherdAlertTemplateType>;
90219
90541
  time?: InputMaybe<ShepherdTimeInput>;
90220
90542
  title: Scalars['String']['input'];
90221
90543
  type?: InputMaybe<Scalars['String']['input']>;
@@ -90612,6 +90934,7 @@ export declare type ShepherdQuery = {
90612
90934
  workspacesByUserContext?: Maybe<ShepherdWorkspaceResult>;
90613
90935
  };
90614
90936
  export declare type ShepherdQueryShepherdActivityArgs = {
90937
+ actions?: InputMaybe<Array<InputMaybe<ShepherdActionType>>>;
90615
90938
  actor?: InputMaybe<Scalars['ID']['input']>;
90616
90939
  after?: InputMaybe<Scalars['String']['input']>;
90617
90940
  alertType?: InputMaybe<Scalars['String']['input']>;
@@ -90620,6 +90943,7 @@ export declare type ShepherdQueryShepherdActivityArgs = {
90620
90943
  first: Scalars['Int']['input'];
90621
90944
  orgId?: InputMaybe<Scalars['String']['input']>;
90622
90945
  startTime?: InputMaybe<Scalars['DateTime']['input']>;
90946
+ subject?: InputMaybe<ShepherdSubjectInput>;
90623
90947
  workspaceId?: InputMaybe<Scalars['String']['input']>;
90624
90948
  };
90625
90949
  export declare type ShepherdQueryShepherdActorArgs = {
@@ -94339,6 +94663,7 @@ export declare type TownsquareQueryApiGoalSearchArgs = {
94339
94663
  };
94340
94664
  export declare type TownsquareQueryApiGoalTqlArgs = {
94341
94665
  after?: InputMaybe<Scalars['String']['input']>;
94666
+ cloudId?: InputMaybe<Scalars['String']['input']>;
94342
94667
  containerId?: InputMaybe<Scalars['String']['input']>;
94343
94668
  first?: InputMaybe<Scalars['Int']['input']>;
94344
94669
  q: Scalars['String']['input'];
@@ -94380,6 +94705,7 @@ export declare type TownsquareQueryApiProjectSearchArgs = {
94380
94705
  };
94381
94706
  export declare type TownsquareQueryApiProjectTqlArgs = {
94382
94707
  after?: InputMaybe<Scalars['String']['input']>;
94708
+ cloudId?: InputMaybe<Scalars['String']['input']>;
94383
94709
  containerId?: InputMaybe<Scalars['String']['input']>;
94384
94710
  first?: InputMaybe<Scalars['Int']['input']>;
94385
94711
  q: Scalars['String']['input'];
@@ -98308,9 +98634,14 @@ export declare type UpdatePageExtensionInput = {
98308
98634
  value: Scalars['String']['input'];
98309
98635
  };
98310
98636
  export declare type UpdatePageInput = {
98637
+ body?: InputMaybe<PageBodyInput>;
98311
98638
  extensions?: InputMaybe<Array<InputMaybe<UpdatePageExtensionInput>>>;
98639
+ mediaAttachments?: InputMaybe<Array<MediaAttachmentInput>>;
98640
+ minorEdit?: InputMaybe<Scalars['Boolean']['input']>;
98312
98641
  pageId: Scalars['ID']['input'];
98313
98642
  restrictions?: InputMaybe<PageRestrictionsInput>;
98643
+ status?: InputMaybe<PageStatusInput>;
98644
+ title?: InputMaybe<Scalars['String']['input']>;
98314
98645
  };
98315
98646
  export declare type UpdatePageOwnersInput = {
98316
98647
  ownerId: Scalars['ID']['input'];