@forge/cli-shared 5.5.2-next.1 → 5.5.2-next.3

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.
@@ -2501,9 +2501,11 @@ export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementEx
2501
2501
  };
2502
2502
  export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
2503
2503
  offeringKey?: InputMaybe<Scalars['ID']['input']>;
2504
+ offeringName?: InputMaybe<Scalars['String']['input']>;
2504
2505
  };
2505
2506
  export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
2506
2507
  offeringKey?: InputMaybe<Scalars['ID']['input']>;
2508
+ offeringName?: InputMaybe<Scalars['String']['input']>;
2507
2509
  skipTrial?: InputMaybe<Scalars['Boolean']['input']>;
2508
2510
  };
2509
2511
  export declare type CcpEntitlementPreDunning = CommerceEntitlementPreDunning & {
@@ -2575,6 +2577,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
2575
2577
  allowReactivationOnDifferentOffering?: Maybe<Scalars['Boolean']['output']>;
2576
2578
  catalogAccountId?: Maybe<Scalars['ID']['output']>;
2577
2579
  chargeElements?: Maybe<Array<Maybe<CcpChargeElement>>>;
2580
+ defaultTransitions?: Maybe<Array<Maybe<CcpOffering>>>;
2578
2581
  dependsOnOfferingKeys?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
2579
2582
  derivedFromOffering?: Maybe<CcpDerivedFromOffering>;
2580
2583
  derivedOfferings?: Maybe<Array<Maybe<CcpDerivedOffering>>>;
@@ -2595,11 +2598,20 @@ export declare type CcpOffering = CommerceOffering & Node & {
2595
2598
  status?: Maybe<CcpOfferingStatus>;
2596
2599
  supportedBillingSystems?: Maybe<Array<Maybe<CcpSupportedBillingSystems>>>;
2597
2600
  syntheticTemplates?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
2601
+ transitions?: Maybe<Array<Maybe<CcpOffering>>>;
2598
2602
  trial?: Maybe<CcpOfferingTrial>;
2599
2603
  type?: Maybe<CcpOfferingType>;
2600
2604
  updatedAt?: Maybe<Scalars['Float']['output']>;
2601
2605
  version?: Maybe<Scalars['Int']['output']>;
2602
2606
  };
2607
+ export declare type CcpOfferingDefaultTransitionsArgs = {
2608
+ offeringName?: InputMaybe<Scalars['String']['input']>;
2609
+ };
2610
+ export declare type CcpOfferingTransitionsArgs = {
2611
+ offeringGroupSlug?: InputMaybe<Scalars['String']['input']>;
2612
+ offeringName?: InputMaybe<Scalars['String']['input']>;
2613
+ status?: InputMaybe<CcpOfferingStatus>;
2614
+ };
2603
2615
  export declare type CcpOfferingChargeElement = {
2604
2616
  __typename?: 'CcpOfferingChargeElement';
2605
2617
  catalogAccountId?: Maybe<Scalars['ID']['output']>;
@@ -5717,6 +5729,13 @@ export declare type CompassRemoveTeamLabelsPayload = Payload & {
5717
5729
  removedLabels?: Maybe<Array<CompassTeamLabel>>;
5718
5730
  success: Scalars['Boolean']['output'];
5719
5731
  };
5732
+ export declare type CompassRepositoryValue = {
5733
+ __typename?: 'CompassRepositoryValue';
5734
+ exists: Scalars['Boolean']['output'];
5735
+ };
5736
+ export declare type CompassRepositoryValueInput = {
5737
+ exists: Scalars['Boolean']['input'];
5738
+ };
5720
5739
  export declare type CompassRichTextObject = {
5721
5740
  __typename?: 'CompassRichTextObject';
5722
5741
  adf?: Maybe<Scalars['String']['output']>;
@@ -5857,6 +5876,7 @@ export declare type CompassScorecardAutomaticApplicationModel = CompassScorecard
5857
5876
  componentOwnerIds?: Maybe<Array<Scalars['ID']['output']>>;
5858
5877
  componentTiers?: Maybe<Array<CompassComponentTier>>;
5859
5878
  componentTypeIds: Array<Scalars['ID']['output']>;
5879
+ repositoryValues?: Maybe<CompassRepositoryValue>;
5860
5880
  };
5861
5881
  export declare type CompassScorecardConnection = {
5862
5882
  __typename?: 'CompassScorecardConnection';
@@ -5973,6 +5993,7 @@ export declare type CompassScorecardDeactivatedComponentsConnection = {
5973
5993
  edges?: Maybe<Array<CompassScorecardDeactivatedComponentsEdge>>;
5974
5994
  nodes?: Maybe<Array<CompassComponent>>;
5975
5995
  pageInfo: PageInfo;
5996
+ totalCount?: Maybe<Scalars['Int']['output']>;
5976
5997
  };
5977
5998
  export declare type CompassScorecardDeactivatedComponentsEdge = {
5978
5999
  __typename?: 'CompassScorecardDeactivatedComponentsEdge';
@@ -15434,6 +15455,7 @@ export declare type CreateCompassScorecardInput = {
15434
15455
  isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
15435
15456
  name: Scalars['String']['input'];
15436
15457
  ownerId?: InputMaybe<Scalars['ID']['input']>;
15458
+ repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
15437
15459
  scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
15438
15460
  };
15439
15461
  export declare type CreateCompassScorecardPayload = Payload & {
@@ -16541,7 +16563,6 @@ export declare type CustomerServicePermissionGroupEdge = {
16541
16563
  export declare enum CustomerServicePermissionGroupType {
16542
16564
  Admins = "ADMINS",
16543
16565
  AdminsAgents = "ADMINS_AGENTS",
16544
- AdminsAgentsCollaborators = "ADMINS_AGENTS_COLLABORATORS",
16545
16566
  AdminsAgentsSiteAccess = "ADMINS_AGENTS_SITE_ACCESS"
16546
16567
  }
16547
16568
  export declare type CustomerServicePlatformDetailValue = CustomerServiceUserDetailValue;
@@ -19035,6 +19056,7 @@ export declare type EcosystemConnectAppRelationAppArgs = {
19035
19056
  };
19036
19057
  export declare type EcosystemConnectAppVersion = {
19037
19058
  __typename?: 'EcosystemConnectAppVersion';
19059
+ isSystemApp: Scalars['Boolean']['output'];
19038
19060
  permissions: Array<EcosystemAppPermission>;
19039
19061
  relatedApps?: Maybe<Array<EcosystemConnectAppRelation>>;
19040
19062
  version: Scalars['String']['output'];
@@ -20152,6 +20174,8 @@ export declare enum ForgeAlertsListOrderOptions {
20152
20174
  export declare type ForgeAlertsListQueryInput = {
20153
20175
  closedAtEndDate?: InputMaybe<Scalars['String']['input']>;
20154
20176
  closedAtStartDate?: InputMaybe<Scalars['String']['input']>;
20177
+ createdAtEndDate?: InputMaybe<Scalars['String']['input']>;
20178
+ createdAtStartDate?: InputMaybe<Scalars['String']['input']>;
20155
20179
  limit: Scalars['Int']['input'];
20156
20180
  order: ForgeAlertsListOrderOptions;
20157
20181
  orderBy: ForgeAlertsListOrderByColumns;
@@ -25081,12 +25105,14 @@ export declare type GraphStoreAppInstallationAssociatedToSecurityWorkspaceRelati
25081
25105
  };
25082
25106
  export declare type GraphStoreAtlasProjectContributesToAtlasGoalArgs = {
25083
25107
  after?: InputMaybe<Scalars['String']['input']>;
25108
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25084
25109
  first?: InputMaybe<Scalars['Int']['input']>;
25085
25110
  id: Scalars['ID']['input'];
25086
25111
  sort?: InputMaybe<GraphStoreAtlasProjectContributesToAtlasGoalSortInput>;
25087
25112
  };
25088
25113
  export declare type GraphStoreAtlasProjectContributesToAtlasGoalInverseArgs = {
25089
25114
  after?: InputMaybe<Scalars['String']['input']>;
25115
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25090
25116
  first?: InputMaybe<Scalars['Int']['input']>;
25091
25117
  id: Scalars['ID']['input'];
25092
25118
  sort?: InputMaybe<GraphStoreAtlasProjectContributesToAtlasGoalSortInput>;
@@ -25103,12 +25129,14 @@ export declare type GraphStoreAtlasProjectContributesToAtlasGoalRelationshipArgs
25103
25129
  };
25104
25130
  export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicArgs = {
25105
25131
  after?: InputMaybe<Scalars['String']['input']>;
25132
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25106
25133
  first?: InputMaybe<Scalars['Int']['input']>;
25107
25134
  id: Scalars['ID']['input'];
25108
25135
  sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
25109
25136
  };
25110
25137
  export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicInverseArgs = {
25111
25138
  after?: InputMaybe<Scalars['String']['input']>;
25139
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25112
25140
  first?: InputMaybe<Scalars['Int']['input']>;
25113
25141
  id: Scalars['ID']['input'];
25114
25142
  sort?: InputMaybe<GraphStoreAtlasProjectIsTrackedOnJiraEpicSortInput>;
@@ -25125,12 +25153,14 @@ export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs =
25125
25153
  };
25126
25154
  export declare type GraphStoreComponentAssociatedDocumentArgs = {
25127
25155
  after?: InputMaybe<Scalars['String']['input']>;
25156
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25128
25157
  first?: InputMaybe<Scalars['Int']['input']>;
25129
25158
  id: Scalars['ID']['input'];
25130
25159
  sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
25131
25160
  };
25132
25161
  export declare type GraphStoreComponentAssociatedDocumentInverseArgs = {
25133
25162
  after?: InputMaybe<Scalars['String']['input']>;
25163
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25134
25164
  first?: InputMaybe<Scalars['Int']['input']>;
25135
25165
  id: Scalars['ID']['input'];
25136
25166
  sort?: InputMaybe<GraphStoreComponentAssociatedDocumentSortInput>;
@@ -25147,12 +25177,14 @@ export declare type GraphStoreComponentAssociatedDocumentRelationshipArgs = {
25147
25177
  };
25148
25178
  export declare type GraphStoreComponentImpactedByIncidentArgs = {
25149
25179
  after?: InputMaybe<Scalars['String']['input']>;
25180
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25150
25181
  first?: InputMaybe<Scalars['Int']['input']>;
25151
25182
  id: Scalars['ID']['input'];
25152
25183
  sort?: InputMaybe<GraphStoreComponentImpactedByIncidentSortInput>;
25153
25184
  };
25154
25185
  export declare type GraphStoreComponentImpactedByIncidentInverseArgs = {
25155
25186
  after?: InputMaybe<Scalars['String']['input']>;
25187
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25156
25188
  first?: InputMaybe<Scalars['Int']['input']>;
25157
25189
  id: Scalars['ID']['input'];
25158
25190
  sort?: InputMaybe<GraphStoreComponentImpactedByIncidentSortInput>;
@@ -25169,18 +25201,21 @@ export declare type GraphStoreComponentImpactedByIncidentRelationshipArgs = {
25169
25201
  };
25170
25202
  export declare type GraphStoreComponentLinkIsJiraProjectArgs = {
25171
25203
  after?: InputMaybe<Scalars['String']['input']>;
25204
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25172
25205
  first?: InputMaybe<Scalars['Int']['input']>;
25173
25206
  id: Scalars['ID']['input'];
25174
25207
  sort?: InputMaybe<GraphStoreComponentLinkIsJiraProjectSortInput>;
25175
25208
  };
25176
25209
  export declare type GraphStoreComponentLinkedJswIssueArgs = {
25177
25210
  after?: InputMaybe<Scalars['String']['input']>;
25211
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25178
25212
  first?: InputMaybe<Scalars['Int']['input']>;
25179
25213
  id: Scalars['ID']['input'];
25180
25214
  sort?: InputMaybe<GraphStoreComponentLinkedJswIssueSortInput>;
25181
25215
  };
25182
25216
  export declare type GraphStoreComponentLinkedJswIssueInverseArgs = {
25183
25217
  after?: InputMaybe<Scalars['String']['input']>;
25218
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25184
25219
  first?: InputMaybe<Scalars['Int']['input']>;
25185
25220
  id: Scalars['ID']['input'];
25186
25221
  sort?: InputMaybe<GraphStoreComponentLinkedJswIssueSortInput>;
@@ -25197,6 +25232,7 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
25197
25232
  };
25198
25233
  export declare type GraphStoreContentReferencedEntityArgs = {
25199
25234
  after?: InputMaybe<Scalars['String']['input']>;
25235
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25200
25236
  first?: InputMaybe<Scalars['Int']['input']>;
25201
25237
  id: Scalars['ID']['input'];
25202
25238
  sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
@@ -25209,6 +25245,7 @@ export declare type GraphStoreContentReferencedEntityBatchArgs = {
25209
25245
  };
25210
25246
  export declare type GraphStoreContentReferencedEntityInverseArgs = {
25211
25247
  after?: InputMaybe<Scalars['String']['input']>;
25248
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25212
25249
  first?: InputMaybe<Scalars['Int']['input']>;
25213
25250
  id: Scalars['ID']['input'];
25214
25251
  sort?: InputMaybe<GraphStoreContentReferencedEntitySortInput>;
@@ -25237,6 +25274,7 @@ export declare type GraphStoreFetchAllRelationshipsArgs = {
25237
25274
  };
25238
25275
  export declare type GraphStoreFocusAreaAssociatedToProjectArgs = {
25239
25276
  after?: InputMaybe<Scalars['String']['input']>;
25277
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25240
25278
  first?: InputMaybe<Scalars['Int']['input']>;
25241
25279
  id: Scalars['ID']['input'];
25242
25280
  sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
@@ -25249,6 +25287,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectBatchArgs = {
25249
25287
  };
25250
25288
  export declare type GraphStoreFocusAreaAssociatedToProjectInverseArgs = {
25251
25289
  after?: InputMaybe<Scalars['String']['input']>;
25290
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25252
25291
  first?: InputMaybe<Scalars['Int']['input']>;
25253
25292
  id: Scalars['ID']['input'];
25254
25293
  sort?: InputMaybe<GraphStoreFocusAreaAssociatedToProjectSortInput>;
@@ -25261,6 +25300,7 @@ export declare type GraphStoreFocusAreaAssociatedToProjectInverseBatchArgs = {
25261
25300
  };
25262
25301
  export declare type GraphStoreFocusAreaHasAtlasGoalArgs = {
25263
25302
  after?: InputMaybe<Scalars['String']['input']>;
25303
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25264
25304
  first?: InputMaybe<Scalars['Int']['input']>;
25265
25305
  id: Scalars['ID']['input'];
25266
25306
  sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
@@ -25273,6 +25313,7 @@ export declare type GraphStoreFocusAreaHasAtlasGoalBatchArgs = {
25273
25313
  };
25274
25314
  export declare type GraphStoreFocusAreaHasAtlasGoalInverseArgs = {
25275
25315
  after?: InputMaybe<Scalars['String']['input']>;
25316
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25276
25317
  first?: InputMaybe<Scalars['Int']['input']>;
25277
25318
  id: Scalars['ID']['input'];
25278
25319
  sort?: InputMaybe<GraphStoreFocusAreaHasAtlasGoalSortInput>;
@@ -25285,6 +25326,7 @@ export declare type GraphStoreFocusAreaHasAtlasGoalInverseBatchArgs = {
25285
25326
  };
25286
25327
  export declare type GraphStoreFocusAreaHasFocusAreaArgs = {
25287
25328
  after?: InputMaybe<Scalars['String']['input']>;
25329
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25288
25330
  first?: InputMaybe<Scalars['Int']['input']>;
25289
25331
  id: Scalars['ID']['input'];
25290
25332
  sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
@@ -25297,6 +25339,7 @@ export declare type GraphStoreFocusAreaHasFocusAreaBatchArgs = {
25297
25339
  };
25298
25340
  export declare type GraphStoreFocusAreaHasFocusAreaInverseArgs = {
25299
25341
  after?: InputMaybe<Scalars['String']['input']>;
25342
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25300
25343
  first?: InputMaybe<Scalars['Int']['input']>;
25301
25344
  id: Scalars['ID']['input'];
25302
25345
  sort?: InputMaybe<GraphStoreFocusAreaHasFocusAreaSortInput>;
@@ -25309,6 +25352,7 @@ export declare type GraphStoreFocusAreaHasFocusAreaInverseBatchArgs = {
25309
25352
  };
25310
25353
  export declare type GraphStoreFocusAreaHasProjectArgs = {
25311
25354
  after?: InputMaybe<Scalars['String']['input']>;
25355
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25312
25356
  first?: InputMaybe<Scalars['Int']['input']>;
25313
25357
  id: Scalars['ID']['input'];
25314
25358
  sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
@@ -25321,6 +25365,7 @@ export declare type GraphStoreFocusAreaHasProjectBatchArgs = {
25321
25365
  };
25322
25366
  export declare type GraphStoreFocusAreaHasProjectInverseArgs = {
25323
25367
  after?: InputMaybe<Scalars['String']['input']>;
25368
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25324
25369
  first?: InputMaybe<Scalars['Int']['input']>;
25325
25370
  id: Scalars['ID']['input'];
25326
25371
  sort?: InputMaybe<GraphStoreFocusAreaHasProjectSortInput>;
@@ -25333,6 +25378,7 @@ export declare type GraphStoreFocusAreaHasProjectInverseBatchArgs = {
25333
25378
  };
25334
25379
  export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
25335
25380
  after?: InputMaybe<Scalars['String']['input']>;
25381
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25336
25382
  first?: InputMaybe<Scalars['Int']['input']>;
25337
25383
  id: Scalars['ID']['input'];
25338
25384
  sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
@@ -25345,6 +25391,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewBatchArgs = {
25345
25391
  };
25346
25392
  export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseArgs = {
25347
25393
  after?: InputMaybe<Scalars['String']['input']>;
25394
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25348
25395
  first?: InputMaybe<Scalars['Int']['input']>;
25349
25396
  id: Scalars['ID']['input'];
25350
25397
  sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewSortInput>;
@@ -25362,6 +25409,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewInverseRelatio
25362
25409
  };
25363
25410
  export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkArgs = {
25364
25411
  after?: InputMaybe<Scalars['String']['input']>;
25412
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25365
25413
  first?: InputMaybe<Scalars['Int']['input']>;
25366
25414
  id: Scalars['ID']['input'];
25367
25415
  sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
@@ -25374,6 +25422,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkBatchArgs
25374
25422
  };
25375
25423
  export declare type GraphStoreIncidentAssociatedPostIncidentReviewLinkInverseArgs = {
25376
25424
  after?: InputMaybe<Scalars['String']['input']>;
25425
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25377
25426
  first?: InputMaybe<Scalars['Int']['input']>;
25378
25427
  id: Scalars['ID']['input'];
25379
25428
  sort?: InputMaybe<GraphStoreIncidentAssociatedPostIncidentReviewLinkSortInput>;
@@ -25401,6 +25450,7 @@ export declare type GraphStoreIncidentAssociatedPostIncidentReviewRelationshipAr
25401
25450
  };
25402
25451
  export declare type GraphStoreIncidentHasActionItemArgs = {
25403
25452
  after?: InputMaybe<Scalars['String']['input']>;
25453
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25404
25454
  first?: InputMaybe<Scalars['Int']['input']>;
25405
25455
  id: Scalars['ID']['input'];
25406
25456
  sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
@@ -25413,6 +25463,7 @@ export declare type GraphStoreIncidentHasActionItemBatchArgs = {
25413
25463
  };
25414
25464
  export declare type GraphStoreIncidentHasActionItemInverseArgs = {
25415
25465
  after?: InputMaybe<Scalars['String']['input']>;
25466
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25416
25467
  first?: InputMaybe<Scalars['Int']['input']>;
25417
25468
  id: Scalars['ID']['input'];
25418
25469
  sort?: InputMaybe<GraphStoreIncidentHasActionItemSortInput>;
@@ -25435,6 +25486,7 @@ export declare type GraphStoreIncidentHasActionItemRelationshipArgs = {
25435
25486
  };
25436
25487
  export declare type GraphStoreIncidentLinkedJswIssueArgs = {
25437
25488
  after?: InputMaybe<Scalars['String']['input']>;
25489
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25438
25490
  first?: InputMaybe<Scalars['Int']['input']>;
25439
25491
  id: Scalars['ID']['input'];
25440
25492
  sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
@@ -25447,6 +25499,7 @@ export declare type GraphStoreIncidentLinkedJswIssueBatchArgs = {
25447
25499
  };
25448
25500
  export declare type GraphStoreIncidentLinkedJswIssueInverseArgs = {
25449
25501
  after?: InputMaybe<Scalars['String']['input']>;
25502
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25450
25503
  first?: InputMaybe<Scalars['Int']['input']>;
25451
25504
  id: Scalars['ID']['input'];
25452
25505
  sort?: InputMaybe<GraphStoreIncidentLinkedJswIssueSortInput>;
@@ -25469,6 +25522,7 @@ export declare type GraphStoreIncidentLinkedJswIssueRelationshipArgs = {
25469
25522
  };
25470
25523
  export declare type GraphStoreIssueAssociatedBranchInverseArgs = {
25471
25524
  after?: InputMaybe<Scalars['String']['input']>;
25525
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25472
25526
  first?: InputMaybe<Scalars['Int']['input']>;
25473
25527
  id: Scalars['ID']['input'];
25474
25528
  sort?: InputMaybe<GraphStoreIssueAssociatedBranchSortInput>;
@@ -25491,6 +25545,7 @@ export declare type GraphStoreIssueAssociatedBuildBatchArgs = {
25491
25545
  };
25492
25546
  export declare type GraphStoreIssueAssociatedBuildInverseArgs = {
25493
25547
  after?: InputMaybe<Scalars['String']['input']>;
25548
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25494
25549
  first?: InputMaybe<Scalars['Int']['input']>;
25495
25550
  id: Scalars['ID']['input'];
25496
25551
  sort?: InputMaybe<GraphStoreIssueAssociatedBuildSortInput>;
@@ -25513,6 +25568,7 @@ export declare type GraphStoreIssueAssociatedBuildRelationshipArgs = {
25513
25568
  };
25514
25569
  export declare type GraphStoreIssueAssociatedCommitInverseArgs = {
25515
25570
  after?: InputMaybe<Scalars['String']['input']>;
25571
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25516
25572
  first?: InputMaybe<Scalars['Int']['input']>;
25517
25573
  id: Scalars['ID']['input'];
25518
25574
  sort?: InputMaybe<GraphStoreIssueAssociatedCommitSortInput>;
@@ -25529,6 +25585,7 @@ export declare type GraphStoreIssueAssociatedCommitRelationshipArgs = {
25529
25585
  };
25530
25586
  export declare type GraphStoreIssueAssociatedDeploymentArgs = {
25531
25587
  after?: InputMaybe<Scalars['String']['input']>;
25588
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25532
25589
  filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
25533
25590
  first?: InputMaybe<Scalars['Int']['input']>;
25534
25591
  id: Scalars['ID']['input'];
@@ -25543,6 +25600,7 @@ export declare type GraphStoreIssueAssociatedDeploymentBatchArgs = {
25543
25600
  };
25544
25601
  export declare type GraphStoreIssueAssociatedDeploymentInverseArgs = {
25545
25602
  after?: InputMaybe<Scalars['String']['input']>;
25603
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25546
25604
  filter?: InputMaybe<GraphStoreIssueAssociatedDeploymentFilterInput>;
25547
25605
  first?: InputMaybe<Scalars['Int']['input']>;
25548
25606
  id: Scalars['ID']['input'];
@@ -25571,12 +25629,14 @@ export declare type GraphStoreIssueAssociatedDeploymentRelationshipArgs = {
25571
25629
  };
25572
25630
  export declare type GraphStoreIssueAssociatedDesignArgs = {
25573
25631
  after?: InputMaybe<Scalars['String']['input']>;
25632
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25574
25633
  first?: InputMaybe<Scalars['Int']['input']>;
25575
25634
  id: Scalars['ID']['input'];
25576
25635
  sort?: InputMaybe<GraphStoreIssueAssociatedDesignSortInput>;
25577
25636
  };
25578
25637
  export declare type GraphStoreIssueAssociatedDesignInverseArgs = {
25579
25638
  after?: InputMaybe<Scalars['String']['input']>;
25639
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25580
25640
  first?: InputMaybe<Scalars['Int']['input']>;
25581
25641
  id: Scalars['ID']['input'];
25582
25642
  sort?: InputMaybe<GraphStoreIssueAssociatedDesignSortInput>;
@@ -25593,12 +25653,14 @@ export declare type GraphStoreIssueAssociatedDesignRelationshipArgs = {
25593
25653
  };
25594
25654
  export declare type GraphStoreIssueAssociatedFeatureFlagArgs = {
25595
25655
  after?: InputMaybe<Scalars['String']['input']>;
25656
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25596
25657
  first?: InputMaybe<Scalars['Int']['input']>;
25597
25658
  id: Scalars['ID']['input'];
25598
25659
  sort?: InputMaybe<GraphStoreIssueAssociatedFeatureFlagSortInput>;
25599
25660
  };
25600
25661
  export declare type GraphStoreIssueAssociatedFeatureFlagInverseArgs = {
25601
25662
  after?: InputMaybe<Scalars['String']['input']>;
25663
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25602
25664
  first?: InputMaybe<Scalars['Int']['input']>;
25603
25665
  id: Scalars['ID']['input'];
25604
25666
  sort?: InputMaybe<GraphStoreIssueAssociatedFeatureFlagSortInput>;
@@ -25615,6 +25677,7 @@ export declare type GraphStoreIssueAssociatedFeatureFlagRelationshipArgs = {
25615
25677
  };
25616
25678
  export declare type GraphStoreIssueAssociatedIssueRemoteLinkArgs = {
25617
25679
  after?: InputMaybe<Scalars['String']['input']>;
25680
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25618
25681
  first?: InputMaybe<Scalars['Int']['input']>;
25619
25682
  id: Scalars['ID']['input'];
25620
25683
  sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
@@ -25627,6 +25690,7 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkBatchArgs = {
25627
25690
  };
25628
25691
  export declare type GraphStoreIssueAssociatedIssueRemoteLinkInverseArgs = {
25629
25692
  after?: InputMaybe<Scalars['String']['input']>;
25693
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25630
25694
  first?: InputMaybe<Scalars['Int']['input']>;
25631
25695
  id: Scalars['ID']['input'];
25632
25696
  sort?: InputMaybe<GraphStoreIssueAssociatedIssueRemoteLinkSortInput>;
@@ -25649,12 +25713,14 @@ export declare type GraphStoreIssueAssociatedIssueRemoteLinkRelationshipArgs = {
25649
25713
  };
25650
25714
  export declare type GraphStoreIssueAssociatedPrArgs = {
25651
25715
  after?: InputMaybe<Scalars['String']['input']>;
25716
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25652
25717
  first?: InputMaybe<Scalars['Int']['input']>;
25653
25718
  id: Scalars['ID']['input'];
25654
25719
  sort?: InputMaybe<GraphStoreIssueAssociatedPrSortInput>;
25655
25720
  };
25656
25721
  export declare type GraphStoreIssueAssociatedPrInverseArgs = {
25657
25722
  after?: InputMaybe<Scalars['String']['input']>;
25723
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25658
25724
  first?: InputMaybe<Scalars['Int']['input']>;
25659
25725
  id: Scalars['ID']['input'];
25660
25726
  sort?: InputMaybe<GraphStoreIssueAssociatedPrSortInput>;
@@ -25671,6 +25737,7 @@ export declare type GraphStoreIssueAssociatedPrRelationshipArgs = {
25671
25737
  };
25672
25738
  export declare type GraphStoreIssueAssociatedRemoteLinkInverseArgs = {
25673
25739
  after?: InputMaybe<Scalars['String']['input']>;
25740
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25674
25741
  first?: InputMaybe<Scalars['Int']['input']>;
25675
25742
  id: Scalars['ID']['input'];
25676
25743
  sort?: InputMaybe<GraphStoreIssueAssociatedRemoteLinkSortInput>;
@@ -25687,12 +25754,14 @@ export declare type GraphStoreIssueAssociatedRemoteLinkRelationshipArgs = {
25687
25754
  };
25688
25755
  export declare type GraphStoreIssueChangesComponentArgs = {
25689
25756
  after?: InputMaybe<Scalars['String']['input']>;
25757
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25690
25758
  first?: InputMaybe<Scalars['Int']['input']>;
25691
25759
  id: Scalars['ID']['input'];
25692
25760
  sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
25693
25761
  };
25694
25762
  export declare type GraphStoreIssueChangesComponentInverseArgs = {
25695
25763
  after?: InputMaybe<Scalars['String']['input']>;
25764
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25696
25765
  first?: InputMaybe<Scalars['Int']['input']>;
25697
25766
  id: Scalars['ID']['input'];
25698
25767
  sort?: InputMaybe<GraphStoreIssueChangesComponentSortInput>;
@@ -25709,12 +25778,14 @@ export declare type GraphStoreIssueChangesComponentRelationshipArgs = {
25709
25778
  };
25710
25779
  export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
25711
25780
  after?: InputMaybe<Scalars['String']['input']>;
25781
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25712
25782
  first?: InputMaybe<Scalars['Int']['input']>;
25713
25783
  id: Scalars['ID']['input'];
25714
25784
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedDeploymentSortInput>;
25715
25785
  };
25716
25786
  export declare type GraphStoreIssueRecursiveAssociatedDeploymentInverseArgs = {
25717
25787
  after?: InputMaybe<Scalars['String']['input']>;
25788
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25718
25789
  first?: InputMaybe<Scalars['Int']['input']>;
25719
25790
  id: Scalars['ID']['input'];
25720
25791
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedDeploymentSortInput>;
@@ -25731,12 +25802,14 @@ export declare type GraphStoreIssueRecursiveAssociatedDeploymentRelationshipArgs
25731
25802
  };
25732
25803
  export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagArgs = {
25733
25804
  after?: InputMaybe<Scalars['String']['input']>;
25805
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25734
25806
  first?: InputMaybe<Scalars['Int']['input']>;
25735
25807
  id: Scalars['ID']['input'];
25736
25808
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedFeatureFlagSortInput>;
25737
25809
  };
25738
25810
  export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagInverseArgs = {
25739
25811
  after?: InputMaybe<Scalars['String']['input']>;
25812
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25740
25813
  first?: InputMaybe<Scalars['Int']['input']>;
25741
25814
  id: Scalars['ID']['input'];
25742
25815
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedFeatureFlagSortInput>;
@@ -25753,12 +25826,14 @@ export declare type GraphStoreIssueRecursiveAssociatedFeatureFlagRelationshipArg
25753
25826
  };
25754
25827
  export declare type GraphStoreIssueRecursiveAssociatedPrArgs = {
25755
25828
  after?: InputMaybe<Scalars['String']['input']>;
25829
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25756
25830
  first?: InputMaybe<Scalars['Int']['input']>;
25757
25831
  id: Scalars['ID']['input'];
25758
25832
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedPrSortInput>;
25759
25833
  };
25760
25834
  export declare type GraphStoreIssueRecursiveAssociatedPrInverseArgs = {
25761
25835
  after?: InputMaybe<Scalars['String']['input']>;
25836
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25762
25837
  first?: InputMaybe<Scalars['Int']['input']>;
25763
25838
  id: Scalars['ID']['input'];
25764
25839
  sort?: InputMaybe<GraphStoreIssueRecursiveAssociatedPrSortInput>;
@@ -25775,12 +25850,14 @@ export declare type GraphStoreIssueRecursiveAssociatedPrRelationshipArgs = {
25775
25850
  };
25776
25851
  export declare type GraphStoreIssueToWhiteboardArgs = {
25777
25852
  after?: InputMaybe<Scalars['String']['input']>;
25853
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25778
25854
  first?: InputMaybe<Scalars['Int']['input']>;
25779
25855
  id: Scalars['ID']['input'];
25780
25856
  sort?: InputMaybe<GraphStoreIssueToWhiteboardSortInput>;
25781
25857
  };
25782
25858
  export declare type GraphStoreIssueToWhiteboardInverseArgs = {
25783
25859
  after?: InputMaybe<Scalars['String']['input']>;
25860
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25784
25861
  first?: InputMaybe<Scalars['Int']['input']>;
25785
25862
  id: Scalars['ID']['input'];
25786
25863
  sort?: InputMaybe<GraphStoreIssueToWhiteboardSortInput>;
@@ -25797,12 +25874,14 @@ export declare type GraphStoreIssueToWhiteboardRelationshipArgs = {
25797
25874
  };
25798
25875
  export declare type GraphStoreJiraEpicContributesToAtlasGoalArgs = {
25799
25876
  after?: InputMaybe<Scalars['String']['input']>;
25877
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25800
25878
  first?: InputMaybe<Scalars['Int']['input']>;
25801
25879
  id: Scalars['ID']['input'];
25802
25880
  sort?: InputMaybe<GraphStoreJiraEpicContributesToAtlasGoalSortInput>;
25803
25881
  };
25804
25882
  export declare type GraphStoreJiraEpicContributesToAtlasGoalInverseArgs = {
25805
25883
  after?: InputMaybe<Scalars['String']['input']>;
25884
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25806
25885
  first?: InputMaybe<Scalars['Int']['input']>;
25807
25886
  id: Scalars['ID']['input'];
25808
25887
  sort?: InputMaybe<GraphStoreJiraEpicContributesToAtlasGoalSortInput>;
@@ -25819,12 +25898,14 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
25819
25898
  };
25820
25899
  export declare type GraphStoreJiraProjectAssociatedAtlasGoalArgs = {
25821
25900
  after?: InputMaybe<Scalars['String']['input']>;
25901
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25822
25902
  first?: InputMaybe<Scalars['Int']['input']>;
25823
25903
  id: Scalars['ID']['input'];
25824
25904
  sort?: InputMaybe<GraphStoreJiraProjectAssociatedAtlasGoalSortInput>;
25825
25905
  };
25826
25906
  export declare type GraphStoreJiraProjectAssociatedAtlasGoalInverseArgs = {
25827
25907
  after?: InputMaybe<Scalars['String']['input']>;
25908
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25828
25909
  first?: InputMaybe<Scalars['Int']['input']>;
25829
25910
  id: Scalars['ID']['input'];
25830
25911
  sort?: InputMaybe<GraphStoreJiraProjectAssociatedAtlasGoalSortInput>;
@@ -25841,6 +25922,7 @@ export declare type GraphStoreJiraProjectAssociatedAtlasGoalRelationshipArgs = {
25841
25922
  };
25842
25923
  export declare type GraphStoreJsmProjectAssociatedServiceArgs = {
25843
25924
  after?: InputMaybe<Scalars['String']['input']>;
25925
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25844
25926
  first?: InputMaybe<Scalars['Int']['input']>;
25845
25927
  id: Scalars['ID']['input'];
25846
25928
  sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
@@ -25853,6 +25935,7 @@ export declare type GraphStoreJsmProjectAssociatedServiceBatchArgs = {
25853
25935
  };
25854
25936
  export declare type GraphStoreJsmProjectAssociatedServiceInverseArgs = {
25855
25937
  after?: InputMaybe<Scalars['String']['input']>;
25938
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25856
25939
  first?: InputMaybe<Scalars['Int']['input']>;
25857
25940
  id: Scalars['ID']['input'];
25858
25941
  sort?: InputMaybe<GraphStoreJsmProjectAssociatedServiceSortInput>;
@@ -25875,12 +25958,14 @@ export declare type GraphStoreJsmProjectAssociatedServiceRelationshipArgs = {
25875
25958
  };
25876
25959
  export declare type GraphStoreJswProjectAssociatedComponentArgs = {
25877
25960
  after?: InputMaybe<Scalars['String']['input']>;
25961
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25878
25962
  first?: InputMaybe<Scalars['Int']['input']>;
25879
25963
  id: Scalars['ID']['input'];
25880
25964
  sort?: InputMaybe<GraphStoreJswProjectAssociatedComponentSortInput>;
25881
25965
  };
25882
25966
  export declare type GraphStoreJswProjectAssociatedComponentInverseArgs = {
25883
25967
  after?: InputMaybe<Scalars['String']['input']>;
25968
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25884
25969
  first?: InputMaybe<Scalars['Int']['input']>;
25885
25970
  id: Scalars['ID']['input'];
25886
25971
  sort?: InputMaybe<GraphStoreJswProjectAssociatedComponentSortInput>;
@@ -25897,6 +25982,7 @@ export declare type GraphStoreJswProjectAssociatedComponentRelationshipArgs = {
25897
25982
  };
25898
25983
  export declare type GraphStoreJswProjectAssociatedIncidentArgs = {
25899
25984
  after?: InputMaybe<Scalars['String']['input']>;
25985
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25900
25986
  filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
25901
25987
  first?: InputMaybe<Scalars['Int']['input']>;
25902
25988
  id: Scalars['ID']['input'];
@@ -25904,6 +25990,7 @@ export declare type GraphStoreJswProjectAssociatedIncidentArgs = {
25904
25990
  };
25905
25991
  export declare type GraphStoreJswProjectAssociatedIncidentInverseArgs = {
25906
25992
  after?: InputMaybe<Scalars['String']['input']>;
25993
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25907
25994
  filter?: InputMaybe<GraphStoreJswProjectAssociatedIncidentFilterInput>;
25908
25995
  first?: InputMaybe<Scalars['Int']['input']>;
25909
25996
  id: Scalars['ID']['input'];
@@ -25925,12 +26012,14 @@ export declare type GraphStoreJswProjectAssociatedIncidentRelationshipArgs = {
25925
26012
  };
25926
26013
  export declare type GraphStoreJswProjectSharesComponentWithJsmProjectArgs = {
25927
26014
  after?: InputMaybe<Scalars['String']['input']>;
26015
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25928
26016
  first?: InputMaybe<Scalars['Int']['input']>;
25929
26017
  id: Scalars['ID']['input'];
25930
26018
  sort?: InputMaybe<GraphStoreJswProjectSharesComponentWithJsmProjectSortInput>;
25931
26019
  };
25932
26020
  export declare type GraphStoreJswProjectSharesComponentWithJsmProjectInverseArgs = {
25933
26021
  after?: InputMaybe<Scalars['String']['input']>;
26022
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25934
26023
  first?: InputMaybe<Scalars['Int']['input']>;
25935
26024
  id: Scalars['ID']['input'];
25936
26025
  sort?: InputMaybe<GraphStoreJswProjectSharesComponentWithJsmProjectSortInput>;
@@ -25947,12 +26036,14 @@ export declare type GraphStoreJswProjectSharesComponentWithJsmProjectRelationshi
25947
26036
  };
25948
26037
  export declare type GraphStoreLinkedProjectHasVersionArgs = {
25949
26038
  after?: InputMaybe<Scalars['String']['input']>;
26039
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25950
26040
  first?: InputMaybe<Scalars['Int']['input']>;
25951
26041
  id: Scalars['ID']['input'];
25952
26042
  sort?: InputMaybe<GraphStoreLinkedProjectHasVersionSortInput>;
25953
26043
  };
25954
26044
  export declare type GraphStoreLinkedProjectHasVersionInverseArgs = {
25955
26045
  after?: InputMaybe<Scalars['String']['input']>;
26046
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25956
26047
  first?: InputMaybe<Scalars['Int']['input']>;
25957
26048
  id: Scalars['ID']['input'];
25958
26049
  sort?: InputMaybe<GraphStoreLinkedProjectHasVersionSortInput>;
@@ -25969,6 +26060,7 @@ export declare type GraphStoreLinkedProjectHasVersionRelationshipArgs = {
25969
26060
  };
25970
26061
  export declare type GraphStoreMediaAttachedToContentArgs = {
25971
26062
  after?: InputMaybe<Scalars['String']['input']>;
26063
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25972
26064
  first?: InputMaybe<Scalars['Int']['input']>;
25973
26065
  id: Scalars['ID']['input'];
25974
26066
  sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
@@ -25987,24 +26079,28 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
25987
26079
  };
25988
26080
  export declare type GraphStoreOnPremProjectHasIssueArgs = {
25989
26081
  after?: InputMaybe<Scalars['String']['input']>;
26082
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25990
26083
  first?: InputMaybe<Scalars['Int']['input']>;
25991
26084
  id: Scalars['ID']['input'];
25992
26085
  sort?: InputMaybe<GraphStoreOnPremProjectHasIssueSortInput>;
25993
26086
  };
25994
26087
  export declare type GraphStoreOnPremProjectHasIssueInverseArgs = {
25995
26088
  after?: InputMaybe<Scalars['String']['input']>;
26089
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
25996
26090
  first?: InputMaybe<Scalars['Int']['input']>;
25997
26091
  id: Scalars['ID']['input'];
25998
26092
  sort?: InputMaybe<GraphStoreOnPremProjectHasIssueSortInput>;
25999
26093
  };
26000
26094
  export declare type GraphStoreOperationsContainerImpactedByIncidentArgs = {
26001
26095
  after?: InputMaybe<Scalars['String']['input']>;
26096
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26002
26097
  first?: InputMaybe<Scalars['Int']['input']>;
26003
26098
  id: Scalars['ID']['input'];
26004
26099
  sort?: InputMaybe<GraphStoreOperationsContainerImpactedByIncidentSortInput>;
26005
26100
  };
26006
26101
  export declare type GraphStoreOperationsContainerImpactedByIncidentInverseArgs = {
26007
26102
  after?: InputMaybe<Scalars['String']['input']>;
26103
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26008
26104
  first?: InputMaybe<Scalars['Int']['input']>;
26009
26105
  id: Scalars['ID']['input'];
26010
26106
  sort?: InputMaybe<GraphStoreOperationsContainerImpactedByIncidentSortInput>;
@@ -26021,12 +26117,14 @@ export declare type GraphStoreOperationsContainerImpactedByIncidentRelationshipA
26021
26117
  };
26022
26118
  export declare type GraphStoreOperationsContainerImprovedByActionItemArgs = {
26023
26119
  after?: InputMaybe<Scalars['String']['input']>;
26120
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26024
26121
  first?: InputMaybe<Scalars['Int']['input']>;
26025
26122
  id: Scalars['ID']['input'];
26026
26123
  sort?: InputMaybe<GraphStoreOperationsContainerImprovedByActionItemSortInput>;
26027
26124
  };
26028
26125
  export declare type GraphStoreOperationsContainerImprovedByActionItemInverseArgs = {
26029
26126
  after?: InputMaybe<Scalars['String']['input']>;
26127
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26030
26128
  first?: InputMaybe<Scalars['Int']['input']>;
26031
26129
  id: Scalars['ID']['input'];
26032
26130
  sort?: InputMaybe<GraphStoreOperationsContainerImprovedByActionItemSortInput>;
@@ -26043,12 +26141,14 @@ export declare type GraphStoreOperationsContainerImprovedByActionItemRelationshi
26043
26141
  };
26044
26142
  export declare type GraphStoreParentDocumentHasChildDocumentArgs = {
26045
26143
  after?: InputMaybe<Scalars['String']['input']>;
26144
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26046
26145
  first?: InputMaybe<Scalars['Int']['input']>;
26047
26146
  id: Scalars['ID']['input'];
26048
26147
  sort?: InputMaybe<GraphStoreParentDocumentHasChildDocumentSortInput>;
26049
26148
  };
26050
26149
  export declare type GraphStoreParentDocumentHasChildDocumentInverseArgs = {
26051
26150
  after?: InputMaybe<Scalars['String']['input']>;
26151
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26052
26152
  first?: InputMaybe<Scalars['Int']['input']>;
26053
26153
  id: Scalars['ID']['input'];
26054
26154
  sort?: InputMaybe<GraphStoreParentDocumentHasChildDocumentSortInput>;
@@ -26065,12 +26165,14 @@ export declare type GraphStoreParentDocumentHasChildDocumentRelationshipArgs = {
26065
26165
  };
26066
26166
  export declare type GraphStoreParentIssueHasChildIssueArgs = {
26067
26167
  after?: InputMaybe<Scalars['String']['input']>;
26168
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26068
26169
  first?: InputMaybe<Scalars['Int']['input']>;
26069
26170
  id: Scalars['ID']['input'];
26070
26171
  sort?: InputMaybe<GraphStoreParentIssueHasChildIssueSortInput>;
26071
26172
  };
26072
26173
  export declare type GraphStoreParentIssueHasChildIssueInverseArgs = {
26073
26174
  after?: InputMaybe<Scalars['String']['input']>;
26175
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26074
26176
  first?: InputMaybe<Scalars['Int']['input']>;
26075
26177
  id: Scalars['ID']['input'];
26076
26178
  sort?: InputMaybe<GraphStoreParentIssueHasChildIssueSortInput>;
@@ -26087,12 +26189,14 @@ export declare type GraphStoreParentIssueHasChildIssueRelationshipArgs = {
26087
26189
  };
26088
26190
  export declare type GraphStorePrInRepoArgs = {
26089
26191
  after?: InputMaybe<Scalars['String']['input']>;
26192
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26090
26193
  first?: InputMaybe<Scalars['Int']['input']>;
26091
26194
  id: Scalars['ID']['input'];
26092
26195
  sort?: InputMaybe<GraphStorePrInRepoSortInput>;
26093
26196
  };
26094
26197
  export declare type GraphStorePrInRepoInverseArgs = {
26095
26198
  after?: InputMaybe<Scalars['String']['input']>;
26199
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26096
26200
  first?: InputMaybe<Scalars['Int']['input']>;
26097
26201
  id: Scalars['ID']['input'];
26098
26202
  sort?: InputMaybe<GraphStorePrInRepoSortInput>;
@@ -26109,6 +26213,7 @@ export declare type GraphStorePrInRepoRelationshipArgs = {
26109
26213
  };
26110
26214
  export declare type GraphStoreProjectAssociatedBranchInverseArgs = {
26111
26215
  after?: InputMaybe<Scalars['String']['input']>;
26216
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26112
26217
  first?: InputMaybe<Scalars['Int']['input']>;
26113
26218
  id: Scalars['ID']['input'];
26114
26219
  sort?: InputMaybe<GraphStoreProjectAssociatedBranchSortInput>;
@@ -26125,6 +26230,7 @@ export declare type GraphStoreProjectAssociatedBranchRelationshipArgs = {
26125
26230
  };
26126
26231
  export declare type GraphStoreProjectAssociatedBuildInverseArgs = {
26127
26232
  after?: InputMaybe<Scalars['String']['input']>;
26233
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26128
26234
  filter?: InputMaybe<GraphStoreProjectAssociatedBuildFilterInput>;
26129
26235
  first?: InputMaybe<Scalars['Int']['input']>;
26130
26236
  id: Scalars['ID']['input'];
@@ -26146,6 +26252,7 @@ export declare type GraphStoreProjectAssociatedBuildRelationshipArgs = {
26146
26252
  };
26147
26253
  export declare type GraphStoreProjectAssociatedDeploymentArgs = {
26148
26254
  after?: InputMaybe<Scalars['String']['input']>;
26255
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26149
26256
  filter?: InputMaybe<GraphStoreProjectAssociatedDeploymentFilterInput>;
26150
26257
  first?: InputMaybe<Scalars['Int']['input']>;
26151
26258
  id: Scalars['ID']['input'];
@@ -26153,6 +26260,7 @@ export declare type GraphStoreProjectAssociatedDeploymentArgs = {
26153
26260
  };
26154
26261
  export declare type GraphStoreProjectAssociatedDeploymentInverseArgs = {
26155
26262
  after?: InputMaybe<Scalars['String']['input']>;
26263
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26156
26264
  filter?: InputMaybe<GraphStoreProjectAssociatedDeploymentFilterInput>;
26157
26265
  first?: InputMaybe<Scalars['Int']['input']>;
26158
26266
  id: Scalars['ID']['input'];
@@ -26174,12 +26282,14 @@ export declare type GraphStoreProjectAssociatedDeploymentRelationshipArgs = {
26174
26282
  };
26175
26283
  export declare type GraphStoreProjectAssociatedFeatureFlagArgs = {
26176
26284
  after?: InputMaybe<Scalars['String']['input']>;
26285
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26177
26286
  first?: InputMaybe<Scalars['Int']['input']>;
26178
26287
  id: Scalars['ID']['input'];
26179
26288
  sort?: InputMaybe<GraphStoreProjectAssociatedFeatureFlagSortInput>;
26180
26289
  };
26181
26290
  export declare type GraphStoreProjectAssociatedFeatureFlagInverseArgs = {
26182
26291
  after?: InputMaybe<Scalars['String']['input']>;
26292
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26183
26293
  first?: InputMaybe<Scalars['Int']['input']>;
26184
26294
  id: Scalars['ID']['input'];
26185
26295
  sort?: InputMaybe<GraphStoreProjectAssociatedFeatureFlagSortInput>;
@@ -26196,12 +26306,14 @@ export declare type GraphStoreProjectAssociatedFeatureFlagRelationshipArgs = {
26196
26306
  };
26197
26307
  export declare type GraphStoreProjectAssociatedIncidentArgs = {
26198
26308
  after?: InputMaybe<Scalars['String']['input']>;
26309
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26199
26310
  first?: InputMaybe<Scalars['Int']['input']>;
26200
26311
  id: Scalars['ID']['input'];
26201
26312
  sort?: InputMaybe<GraphStoreProjectAssociatedIncidentSortInput>;
26202
26313
  };
26203
26314
  export declare type GraphStoreProjectAssociatedIncidentInverseArgs = {
26204
26315
  after?: InputMaybe<Scalars['String']['input']>;
26316
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26205
26317
  first?: InputMaybe<Scalars['Int']['input']>;
26206
26318
  id: Scalars['ID']['input'];
26207
26319
  sort?: InputMaybe<GraphStoreProjectAssociatedIncidentSortInput>;
@@ -26218,12 +26330,14 @@ export declare type GraphStoreProjectAssociatedIncidentRelationshipArgs = {
26218
26330
  };
26219
26331
  export declare type GraphStoreProjectAssociatedOpsgenieTeamArgs = {
26220
26332
  after?: InputMaybe<Scalars['String']['input']>;
26333
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26221
26334
  first?: InputMaybe<Scalars['Int']['input']>;
26222
26335
  id: Scalars['ID']['input'];
26223
26336
  sort?: InputMaybe<GraphStoreProjectAssociatedOpsgenieTeamSortInput>;
26224
26337
  };
26225
26338
  export declare type GraphStoreProjectAssociatedOpsgenieTeamInverseArgs = {
26226
26339
  after?: InputMaybe<Scalars['String']['input']>;
26340
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26227
26341
  first?: InputMaybe<Scalars['Int']['input']>;
26228
26342
  id: Scalars['ID']['input'];
26229
26343
  sort?: InputMaybe<GraphStoreProjectAssociatedOpsgenieTeamSortInput>;
@@ -26240,6 +26354,7 @@ export declare type GraphStoreProjectAssociatedOpsgenieTeamRelationshipArgs = {
26240
26354
  };
26241
26355
  export declare type GraphStoreProjectAssociatedPrArgs = {
26242
26356
  after?: InputMaybe<Scalars['String']['input']>;
26357
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26243
26358
  filter?: InputMaybe<GraphStoreProjectAssociatedPrFilterInput>;
26244
26359
  first?: InputMaybe<Scalars['Int']['input']>;
26245
26360
  id: Scalars['ID']['input'];
@@ -26247,6 +26362,7 @@ export declare type GraphStoreProjectAssociatedPrArgs = {
26247
26362
  };
26248
26363
  export declare type GraphStoreProjectAssociatedPrInverseArgs = {
26249
26364
  after?: InputMaybe<Scalars['String']['input']>;
26365
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26250
26366
  filter?: InputMaybe<GraphStoreProjectAssociatedPrFilterInput>;
26251
26367
  first?: InputMaybe<Scalars['Int']['input']>;
26252
26368
  id: Scalars['ID']['input'];
@@ -26268,6 +26384,7 @@ export declare type GraphStoreProjectAssociatedPrRelationshipArgs = {
26268
26384
  };
26269
26385
  export declare type GraphStoreProjectAssociatedRepoArgs = {
26270
26386
  after?: InputMaybe<Scalars['String']['input']>;
26387
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26271
26388
  filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
26272
26389
  first?: InputMaybe<Scalars['Int']['input']>;
26273
26390
  id: Scalars['ID']['input'];
@@ -26275,6 +26392,7 @@ export declare type GraphStoreProjectAssociatedRepoArgs = {
26275
26392
  };
26276
26393
  export declare type GraphStoreProjectAssociatedRepoInverseArgs = {
26277
26394
  after?: InputMaybe<Scalars['String']['input']>;
26395
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26278
26396
  filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
26279
26397
  first?: InputMaybe<Scalars['Int']['input']>;
26280
26398
  id: Scalars['ID']['input'];
@@ -26296,12 +26414,14 @@ export declare type GraphStoreProjectAssociatedRepoRelationshipArgs = {
26296
26414
  };
26297
26415
  export declare type GraphStoreProjectAssociatedServiceArgs = {
26298
26416
  after?: InputMaybe<Scalars['String']['input']>;
26417
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26299
26418
  first?: InputMaybe<Scalars['Int']['input']>;
26300
26419
  id: Scalars['ID']['input'];
26301
26420
  sort?: InputMaybe<GraphStoreProjectAssociatedServiceSortInput>;
26302
26421
  };
26303
26422
  export declare type GraphStoreProjectAssociatedServiceInverseArgs = {
26304
26423
  after?: InputMaybe<Scalars['String']['input']>;
26424
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26305
26425
  first?: InputMaybe<Scalars['Int']['input']>;
26306
26426
  id: Scalars['ID']['input'];
26307
26427
  sort?: InputMaybe<GraphStoreProjectAssociatedServiceSortInput>;
@@ -26318,12 +26438,14 @@ export declare type GraphStoreProjectAssociatedServiceRelationshipArgs = {
26318
26438
  };
26319
26439
  export declare type GraphStoreProjectAssociatedToIncidentArgs = {
26320
26440
  after?: InputMaybe<Scalars['String']['input']>;
26441
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26321
26442
  first?: InputMaybe<Scalars['Int']['input']>;
26322
26443
  id: Scalars['ID']['input'];
26323
26444
  sort?: InputMaybe<GraphStoreProjectAssociatedToIncidentSortInput>;
26324
26445
  };
26325
26446
  export declare type GraphStoreProjectAssociatedToIncidentInverseArgs = {
26326
26447
  after?: InputMaybe<Scalars['String']['input']>;
26448
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26327
26449
  first?: InputMaybe<Scalars['Int']['input']>;
26328
26450
  id: Scalars['ID']['input'];
26329
26451
  sort?: InputMaybe<GraphStoreProjectAssociatedToIncidentSortInput>;
@@ -26340,12 +26462,14 @@ export declare type GraphStoreProjectAssociatedToIncidentRelationshipArgs = {
26340
26462
  };
26341
26463
  export declare type GraphStoreProjectAssociatedToOperationsContainerArgs = {
26342
26464
  after?: InputMaybe<Scalars['String']['input']>;
26465
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26343
26466
  first?: InputMaybe<Scalars['Int']['input']>;
26344
26467
  id: Scalars['ID']['input'];
26345
26468
  sort?: InputMaybe<GraphStoreProjectAssociatedToOperationsContainerSortInput>;
26346
26469
  };
26347
26470
  export declare type GraphStoreProjectAssociatedToOperationsContainerInverseArgs = {
26348
26471
  after?: InputMaybe<Scalars['String']['input']>;
26472
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26349
26473
  first?: InputMaybe<Scalars['Int']['input']>;
26350
26474
  id: Scalars['ID']['input'];
26351
26475
  sort?: InputMaybe<GraphStoreProjectAssociatedToOperationsContainerSortInput>;
@@ -26362,6 +26486,7 @@ export declare type GraphStoreProjectAssociatedToOperationsContainerRelationship
26362
26486
  };
26363
26487
  export declare type GraphStoreProjectAssociatedToSecurityContainerInverseArgs = {
26364
26488
  after?: InputMaybe<Scalars['String']['input']>;
26489
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26365
26490
  first?: InputMaybe<Scalars['Int']['input']>;
26366
26491
  id: Scalars['ID']['input'];
26367
26492
  sort?: InputMaybe<GraphStoreProjectAssociatedToSecurityContainerSortInput>;
@@ -26378,6 +26503,7 @@ export declare type GraphStoreProjectAssociatedToSecurityContainerRelationshipAr
26378
26503
  };
26379
26504
  export declare type GraphStoreProjectAssociatedVulnerabilityArgs = {
26380
26505
  after?: InputMaybe<Scalars['String']['input']>;
26506
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26381
26507
  filter?: InputMaybe<GraphStoreProjectAssociatedVulnerabilityFilterInput>;
26382
26508
  first?: InputMaybe<Scalars['Int']['input']>;
26383
26509
  id: Scalars['ID']['input'];
@@ -26385,6 +26511,7 @@ export declare type GraphStoreProjectAssociatedVulnerabilityArgs = {
26385
26511
  };
26386
26512
  export declare type GraphStoreProjectAssociatedVulnerabilityInverseArgs = {
26387
26513
  after?: InputMaybe<Scalars['String']['input']>;
26514
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26388
26515
  filter?: InputMaybe<GraphStoreProjectAssociatedVulnerabilityFilterInput>;
26389
26516
  first?: InputMaybe<Scalars['Int']['input']>;
26390
26517
  id: Scalars['ID']['input'];
@@ -26406,12 +26533,14 @@ export declare type GraphStoreProjectAssociatedVulnerabilityRelationshipArgs = {
26406
26533
  };
26407
26534
  export declare type GraphStoreProjectDisassociatedRepoArgs = {
26408
26535
  after?: InputMaybe<Scalars['String']['input']>;
26536
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26409
26537
  first?: InputMaybe<Scalars['Int']['input']>;
26410
26538
  id: Scalars['ID']['input'];
26411
26539
  sort?: InputMaybe<GraphStoreProjectDisassociatedRepoSortInput>;
26412
26540
  };
26413
26541
  export declare type GraphStoreProjectDisassociatedRepoInverseArgs = {
26414
26542
  after?: InputMaybe<Scalars['String']['input']>;
26543
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26415
26544
  first?: InputMaybe<Scalars['Int']['input']>;
26416
26545
  id: Scalars['ID']['input'];
26417
26546
  sort?: InputMaybe<GraphStoreProjectDisassociatedRepoSortInput>;
@@ -26428,12 +26557,14 @@ export declare type GraphStoreProjectDisassociatedRepoRelationshipArgs = {
26428
26557
  };
26429
26558
  export declare type GraphStoreProjectDocumentationEntityArgs = {
26430
26559
  after?: InputMaybe<Scalars['String']['input']>;
26560
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26431
26561
  first?: InputMaybe<Scalars['Int']['input']>;
26432
26562
  id: Scalars['ID']['input'];
26433
26563
  sort?: InputMaybe<GraphStoreProjectDocumentationEntitySortInput>;
26434
26564
  };
26435
26565
  export declare type GraphStoreProjectDocumentationEntityInverseArgs = {
26436
26566
  after?: InputMaybe<Scalars['String']['input']>;
26567
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26437
26568
  first?: InputMaybe<Scalars['Int']['input']>;
26438
26569
  id: Scalars['ID']['input'];
26439
26570
  sort?: InputMaybe<GraphStoreProjectDocumentationEntitySortInput>;
@@ -26450,12 +26581,14 @@ export declare type GraphStoreProjectDocumentationEntityRelationshipArgs = {
26450
26581
  };
26451
26582
  export declare type GraphStoreProjectDocumentationPageArgs = {
26452
26583
  after?: InputMaybe<Scalars['String']['input']>;
26584
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26453
26585
  first?: InputMaybe<Scalars['Int']['input']>;
26454
26586
  id: Scalars['ID']['input'];
26455
26587
  sort?: InputMaybe<GraphStoreProjectDocumentationPageSortInput>;
26456
26588
  };
26457
26589
  export declare type GraphStoreProjectDocumentationPageInverseArgs = {
26458
26590
  after?: InputMaybe<Scalars['String']['input']>;
26591
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26459
26592
  first?: InputMaybe<Scalars['Int']['input']>;
26460
26593
  id: Scalars['ID']['input'];
26461
26594
  sort?: InputMaybe<GraphStoreProjectDocumentationPageSortInput>;
@@ -26472,12 +26605,14 @@ export declare type GraphStoreProjectDocumentationPageRelationshipArgs = {
26472
26605
  };
26473
26606
  export declare type GraphStoreProjectDocumentationSpaceArgs = {
26474
26607
  after?: InputMaybe<Scalars['String']['input']>;
26608
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26475
26609
  first?: InputMaybe<Scalars['Int']['input']>;
26476
26610
  id: Scalars['ID']['input'];
26477
26611
  sort?: InputMaybe<GraphStoreProjectDocumentationSpaceSortInput>;
26478
26612
  };
26479
26613
  export declare type GraphStoreProjectDocumentationSpaceInverseArgs = {
26480
26614
  after?: InputMaybe<Scalars['String']['input']>;
26615
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26481
26616
  first?: InputMaybe<Scalars['Int']['input']>;
26482
26617
  id: Scalars['ID']['input'];
26483
26618
  sort?: InputMaybe<GraphStoreProjectDocumentationSpaceSortInput>;
@@ -26494,12 +26629,14 @@ export declare type GraphStoreProjectDocumentationSpaceRelationshipArgs = {
26494
26629
  };
26495
26630
  export declare type GraphStoreProjectExplicitlyAssociatedRepoArgs = {
26496
26631
  after?: InputMaybe<Scalars['String']['input']>;
26632
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26497
26633
  first?: InputMaybe<Scalars['Int']['input']>;
26498
26634
  id: Scalars['ID']['input'];
26499
26635
  sort?: InputMaybe<GraphStoreProjectExplicitlyAssociatedRepoSortInput>;
26500
26636
  };
26501
26637
  export declare type GraphStoreProjectExplicitlyAssociatedRepoInverseArgs = {
26502
26638
  after?: InputMaybe<Scalars['String']['input']>;
26639
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26503
26640
  first?: InputMaybe<Scalars['Int']['input']>;
26504
26641
  id: Scalars['ID']['input'];
26505
26642
  sort?: InputMaybe<GraphStoreProjectExplicitlyAssociatedRepoSortInput>;
@@ -26516,6 +26653,7 @@ export declare type GraphStoreProjectExplicitlyAssociatedRepoRelationshipArgs =
26516
26653
  };
26517
26654
  export declare type GraphStoreProjectHasIssueArgs = {
26518
26655
  after?: InputMaybe<Scalars['String']['input']>;
26656
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26519
26657
  filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
26520
26658
  first?: InputMaybe<Scalars['Int']['input']>;
26521
26659
  id: Scalars['ID']['input'];
@@ -26523,6 +26661,7 @@ export declare type GraphStoreProjectHasIssueArgs = {
26523
26661
  };
26524
26662
  export declare type GraphStoreProjectHasIssueInverseArgs = {
26525
26663
  after?: InputMaybe<Scalars['String']['input']>;
26664
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26526
26665
  filter?: InputMaybe<GraphStoreProjectHasIssueFilterInput>;
26527
26666
  first?: InputMaybe<Scalars['Int']['input']>;
26528
26667
  id: Scalars['ID']['input'];
@@ -26544,24 +26683,28 @@ export declare type GraphStoreProjectHasIssueRelationshipArgs = {
26544
26683
  };
26545
26684
  export declare type GraphStoreProjectHasRelatedWorkWithProjectArgs = {
26546
26685
  after?: InputMaybe<Scalars['String']['input']>;
26686
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26547
26687
  first?: InputMaybe<Scalars['Int']['input']>;
26548
26688
  id: Scalars['ID']['input'];
26549
26689
  sort?: InputMaybe<GraphStoreProjectHasRelatedWorkWithProjectSortInput>;
26550
26690
  };
26551
26691
  export declare type GraphStoreProjectHasRelatedWorkWithProjectInverseArgs = {
26552
26692
  after?: InputMaybe<Scalars['String']['input']>;
26693
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26553
26694
  first?: InputMaybe<Scalars['Int']['input']>;
26554
26695
  id: Scalars['ID']['input'];
26555
26696
  sort?: InputMaybe<GraphStoreProjectHasRelatedWorkWithProjectSortInput>;
26556
26697
  };
26557
26698
  export declare type GraphStoreProjectHasSharedVersionWithArgs = {
26558
26699
  after?: InputMaybe<Scalars['String']['input']>;
26700
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26559
26701
  first?: InputMaybe<Scalars['Int']['input']>;
26560
26702
  id: Scalars['ID']['input'];
26561
26703
  sort?: InputMaybe<GraphStoreProjectHasSharedVersionWithSortInput>;
26562
26704
  };
26563
26705
  export declare type GraphStoreProjectHasSharedVersionWithInverseArgs = {
26564
26706
  after?: InputMaybe<Scalars['String']['input']>;
26707
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26565
26708
  first?: InputMaybe<Scalars['Int']['input']>;
26566
26709
  id: Scalars['ID']['input'];
26567
26710
  sort?: InputMaybe<GraphStoreProjectHasSharedVersionWithSortInput>;
@@ -26578,12 +26721,14 @@ export declare type GraphStoreProjectHasSharedVersionWithRelationshipArgs = {
26578
26721
  };
26579
26722
  export declare type GraphStoreProjectHasVersionArgs = {
26580
26723
  after?: InputMaybe<Scalars['String']['input']>;
26724
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26581
26725
  first?: InputMaybe<Scalars['Int']['input']>;
26582
26726
  id: Scalars['ID']['input'];
26583
26727
  sort?: InputMaybe<GraphStoreProjectHasVersionSortInput>;
26584
26728
  };
26585
26729
  export declare type GraphStoreProjectHasVersionInverseArgs = {
26586
26730
  after?: InputMaybe<Scalars['String']['input']>;
26731
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26587
26732
  first?: InputMaybe<Scalars['Int']['input']>;
26588
26733
  id: Scalars['ID']['input'];
26589
26734
  sort?: InputMaybe<GraphStoreProjectHasVersionSortInput>;
@@ -26600,18 +26745,21 @@ export declare type GraphStoreProjectHasVersionRelationshipArgs = {
26600
26745
  };
26601
26746
  export declare type GraphStoreProjectLinkedToCompassComponentArgs = {
26602
26747
  after?: InputMaybe<Scalars['String']['input']>;
26748
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26603
26749
  first?: InputMaybe<Scalars['Int']['input']>;
26604
26750
  id: Scalars['ID']['input'];
26605
26751
  sort?: InputMaybe<GraphStoreProjectLinkedToCompassComponentSortInput>;
26606
26752
  };
26607
26753
  export declare type GraphStoreProjectLinkedToCompassComponentInverseArgs = {
26608
26754
  after?: InputMaybe<Scalars['String']['input']>;
26755
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26609
26756
  first?: InputMaybe<Scalars['Int']['input']>;
26610
26757
  id: Scalars['ID']['input'];
26611
26758
  sort?: InputMaybe<GraphStoreProjectLinkedToCompassComponentSortInput>;
26612
26759
  };
26613
26760
  export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityArgs = {
26614
26761
  after?: InputMaybe<Scalars['String']['input']>;
26762
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26615
26763
  first?: InputMaybe<Scalars['Int']['input']>;
26616
26764
  id: Scalars['ID']['input'];
26617
26765
  sort?: InputMaybe<GraphStoreSecurityContainerAssociatedToVulnerabilitySortInput>;
@@ -26640,18 +26788,21 @@ export declare type GraphStoreSecurityContainerAssociatedToVulnerabilityRelation
26640
26788
  };
26641
26789
  export declare type GraphStoreServiceAssociatedDeploymentArgs = {
26642
26790
  after?: InputMaybe<Scalars['String']['input']>;
26791
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26643
26792
  first?: InputMaybe<Scalars['Int']['input']>;
26644
26793
  id: Scalars['ID']['input'];
26645
26794
  sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
26646
26795
  };
26647
26796
  export declare type GraphStoreServiceAssociatedDeploymentInverseArgs = {
26648
26797
  after?: InputMaybe<Scalars['String']['input']>;
26798
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26649
26799
  first?: InputMaybe<Scalars['Int']['input']>;
26650
26800
  id: Scalars['ID']['input'];
26651
26801
  sort?: InputMaybe<GraphStoreServiceAssociatedDeploymentSortInput>;
26652
26802
  };
26653
26803
  export declare type GraphStoreServiceLinkedIncidentArgs = {
26654
26804
  after?: InputMaybe<Scalars['String']['input']>;
26805
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26655
26806
  filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
26656
26807
  first?: InputMaybe<Scalars['Int']['input']>;
26657
26808
  id: Scalars['ID']['input'];
@@ -26659,6 +26810,7 @@ export declare type GraphStoreServiceLinkedIncidentArgs = {
26659
26810
  };
26660
26811
  export declare type GraphStoreServiceLinkedIncidentInverseArgs = {
26661
26812
  after?: InputMaybe<Scalars['String']['input']>;
26813
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26662
26814
  filter?: InputMaybe<GraphStoreServiceLinkedIncidentFilterInput>;
26663
26815
  first?: InputMaybe<Scalars['Int']['input']>;
26664
26816
  id: Scalars['ID']['input'];
@@ -26680,60 +26832,70 @@ export declare type GraphStoreServiceLinkedIncidentRelationshipArgs = {
26680
26832
  };
26681
26833
  export declare type GraphStoreShipit57IssueLinksToPageArgs = {
26682
26834
  after?: InputMaybe<Scalars['String']['input']>;
26835
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26683
26836
  first?: InputMaybe<Scalars['Int']['input']>;
26684
26837
  id: Scalars['ID']['input'];
26685
26838
  sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageSortInput>;
26686
26839
  };
26687
26840
  export declare type GraphStoreShipit57IssueLinksToPageInverseArgs = {
26688
26841
  after?: InputMaybe<Scalars['String']['input']>;
26842
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26689
26843
  first?: InputMaybe<Scalars['Int']['input']>;
26690
26844
  id: Scalars['ID']['input'];
26691
26845
  sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageSortInput>;
26692
26846
  };
26693
26847
  export declare type GraphStoreShipit57IssueLinksToPageManualArgs = {
26694
26848
  after?: InputMaybe<Scalars['String']['input']>;
26849
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26695
26850
  first?: InputMaybe<Scalars['Int']['input']>;
26696
26851
  id: Scalars['ID']['input'];
26697
26852
  sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageManualSortInput>;
26698
26853
  };
26699
26854
  export declare type GraphStoreShipit57IssueLinksToPageManualInverseArgs = {
26700
26855
  after?: InputMaybe<Scalars['String']['input']>;
26856
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26701
26857
  first?: InputMaybe<Scalars['Int']['input']>;
26702
26858
  id: Scalars['ID']['input'];
26703
26859
  sort?: InputMaybe<GraphStoreShipit57IssueLinksToPageManualSortInput>;
26704
26860
  };
26705
26861
  export declare type GraphStoreShipit57IssueRecursiveLinksToPageArgs = {
26706
26862
  after?: InputMaybe<Scalars['String']['input']>;
26863
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26707
26864
  first?: InputMaybe<Scalars['Int']['input']>;
26708
26865
  id: Scalars['ID']['input'];
26709
26866
  sort?: InputMaybe<GraphStoreShipit57IssueRecursiveLinksToPageSortInput>;
26710
26867
  };
26711
26868
  export declare type GraphStoreShipit57IssueRecursiveLinksToPageInverseArgs = {
26712
26869
  after?: InputMaybe<Scalars['String']['input']>;
26870
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26713
26871
  first?: InputMaybe<Scalars['Int']['input']>;
26714
26872
  id: Scalars['ID']['input'];
26715
26873
  sort?: InputMaybe<GraphStoreShipit57IssueRecursiveLinksToPageSortInput>;
26716
26874
  };
26717
26875
  export declare type GraphStoreShipit57PullRequestLinksToPageArgs = {
26718
26876
  after?: InputMaybe<Scalars['String']['input']>;
26877
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26719
26878
  first?: InputMaybe<Scalars['Int']['input']>;
26720
26879
  id: Scalars['ID']['input'];
26721
26880
  sort?: InputMaybe<GraphStoreShipit57PullRequestLinksToPageSortInput>;
26722
26881
  };
26723
26882
  export declare type GraphStoreShipit57PullRequestLinksToPageInverseArgs = {
26724
26883
  after?: InputMaybe<Scalars['String']['input']>;
26884
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26725
26885
  first?: InputMaybe<Scalars['Int']['input']>;
26726
26886
  id: Scalars['ID']['input'];
26727
26887
  sort?: InputMaybe<GraphStoreShipit57PullRequestLinksToPageSortInput>;
26728
26888
  };
26729
26889
  export declare type GraphStoreSpaceAssociatedWithProjectArgs = {
26730
26890
  after?: InputMaybe<Scalars['String']['input']>;
26891
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26731
26892
  first?: InputMaybe<Scalars['Int']['input']>;
26732
26893
  id: Scalars['ID']['input'];
26733
26894
  sort?: InputMaybe<GraphStoreSpaceAssociatedWithProjectSortInput>;
26734
26895
  };
26735
26896
  export declare type GraphStoreSpaceAssociatedWithProjectInverseArgs = {
26736
26897
  after?: InputMaybe<Scalars['String']['input']>;
26898
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26737
26899
  first?: InputMaybe<Scalars['Int']['input']>;
26738
26900
  id: Scalars['ID']['input'];
26739
26901
  sort?: InputMaybe<GraphStoreSpaceAssociatedWithProjectSortInput>;
@@ -26754,6 +26916,7 @@ export declare type GraphStoreSprintAssociatedBuildRelationshipArgs = {
26754
26916
  };
26755
26917
  export declare type GraphStoreSprintAssociatedDeploymentArgs = {
26756
26918
  after?: InputMaybe<Scalars['String']['input']>;
26919
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26757
26920
  filter?: InputMaybe<GraphStoreSprintAssociatedDeploymentFilterInput>;
26758
26921
  first?: InputMaybe<Scalars['Int']['input']>;
26759
26922
  id: Scalars['ID']['input'];
@@ -26775,6 +26938,7 @@ export declare type GraphStoreSprintAssociatedDeploymentRelationshipArgs = {
26775
26938
  };
26776
26939
  export declare type GraphStoreSprintAssociatedFeatureFlagArgs = {
26777
26940
  after?: InputMaybe<Scalars['String']['input']>;
26941
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26778
26942
  first?: InputMaybe<Scalars['Int']['input']>;
26779
26943
  id: Scalars['ID']['input'];
26780
26944
  sort?: InputMaybe<GraphStoreSprintAssociatedFeatureFlagSortInput>;
@@ -26791,6 +26955,7 @@ export declare type GraphStoreSprintAssociatedFeatureFlagRelationshipArgs = {
26791
26955
  };
26792
26956
  export declare type GraphStoreSprintAssociatedPrArgs = {
26793
26957
  after?: InputMaybe<Scalars['String']['input']>;
26958
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26794
26959
  filter?: InputMaybe<GraphStoreSprintAssociatedPrFilterInput>;
26795
26960
  first?: InputMaybe<Scalars['Int']['input']>;
26796
26961
  id: Scalars['ID']['input'];
@@ -26812,6 +26977,7 @@ export declare type GraphStoreSprintAssociatedPrRelationshipArgs = {
26812
26977
  };
26813
26978
  export declare type GraphStoreSprintAssociatedVulnerabilityArgs = {
26814
26979
  after?: InputMaybe<Scalars['String']['input']>;
26980
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26815
26981
  filter?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityFilterInput>;
26816
26982
  first?: InputMaybe<Scalars['Int']['input']>;
26817
26983
  id: Scalars['ID']['input'];
@@ -26833,6 +26999,7 @@ export declare type GraphStoreSprintAssociatedVulnerabilityRelationshipArgs = {
26833
26999
  };
26834
27000
  export declare type GraphStoreSprintContainsIssueArgs = {
26835
27001
  after?: InputMaybe<Scalars['String']['input']>;
27002
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26836
27003
  filter?: InputMaybe<GraphStoreSprintContainsIssueFilterInput>;
26837
27004
  first?: InputMaybe<Scalars['Int']['input']>;
26838
27005
  id: Scalars['ID']['input'];
@@ -26854,6 +27021,7 @@ export declare type GraphStoreSprintContainsIssueRelationshipArgs = {
26854
27021
  };
26855
27022
  export declare type GraphStoreSprintRetrospectivePageArgs = {
26856
27023
  after?: InputMaybe<Scalars['String']['input']>;
27024
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26857
27025
  first?: InputMaybe<Scalars['Int']['input']>;
26858
27026
  id: Scalars['ID']['input'];
26859
27027
  sort?: InputMaybe<GraphStoreSprintRetrospectivePageSortInput>;
@@ -26870,6 +27038,7 @@ export declare type GraphStoreSprintRetrospectivePageRelationshipArgs = {
26870
27038
  };
26871
27039
  export declare type GraphStoreSprintRetrospectiveWhiteboardArgs = {
26872
27040
  after?: InputMaybe<Scalars['String']['input']>;
27041
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26873
27042
  first?: InputMaybe<Scalars['Int']['input']>;
26874
27043
  id: Scalars['ID']['input'];
26875
27044
  sort?: InputMaybe<GraphStoreSprintRetrospectiveWhiteboardSortInput>;
@@ -26886,12 +27055,14 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardRelationshipArgs = {
26886
27055
  };
26887
27056
  export declare type GraphStoreTeamOwnsComponentArgs = {
26888
27057
  after?: InputMaybe<Scalars['String']['input']>;
27058
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26889
27059
  first?: InputMaybe<Scalars['Int']['input']>;
26890
27060
  id: Scalars['ID']['input'];
26891
27061
  sort?: InputMaybe<GraphStoreTeamOwnsComponentSortInput>;
26892
27062
  };
26893
27063
  export declare type GraphStoreTeamWorksOnProjectArgs = {
26894
27064
  after?: InputMaybe<Scalars['String']['input']>;
27065
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26895
27066
  first?: InputMaybe<Scalars['Int']['input']>;
26896
27067
  id: Scalars['ID']['input'];
26897
27068
  sort?: InputMaybe<GraphStoreTeamWorksOnProjectSortInput>;
@@ -26908,6 +27079,7 @@ export declare type GraphStoreTeamWorksOnProjectRelationshipArgs = {
26908
27079
  };
26909
27080
  export declare type GraphStoreTestPerfhammerMaterializationAInverseArgs = {
26910
27081
  after?: InputMaybe<Scalars['String']['input']>;
27082
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26911
27083
  first?: InputMaybe<Scalars['Int']['input']>;
26912
27084
  id: Scalars['ID']['input'];
26913
27085
  sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationASortInput>;
@@ -26934,6 +27106,7 @@ export declare type GraphStoreTestPerfhammerMaterializationBRelationshipArgs = {
26934
27106
  };
26935
27107
  export declare type GraphStoreTestPerfhammerMaterializationInverseArgs = {
26936
27108
  after?: InputMaybe<Scalars['String']['input']>;
27109
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26937
27110
  first?: InputMaybe<Scalars['Int']['input']>;
26938
27111
  id: Scalars['ID']['input'];
26939
27112
  sort?: InputMaybe<GraphStoreTestPerfhammerMaterializationSortInput>;
@@ -26956,6 +27129,7 @@ export declare type GraphStoreTestPerfhammerRelationshipBatchArgs = {
26956
27129
  };
26957
27130
  export declare type GraphStoreTestPerfhammerRelationshipInverseArgs = {
26958
27131
  after?: InputMaybe<Scalars['String']['input']>;
27132
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26959
27133
  first?: InputMaybe<Scalars['Int']['input']>;
26960
27134
  id: Scalars['ID']['input'];
26961
27135
  sort?: InputMaybe<GraphStoreTestPerfhammerRelationshipSortInput>;
@@ -26978,12 +27152,14 @@ export declare type GraphStoreTestPerfhammerRelationshipRelationshipArgs = {
26978
27152
  };
26979
27153
  export declare type GraphStoreUserOwnsComponentArgs = {
26980
27154
  after?: InputMaybe<Scalars['String']['input']>;
27155
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26981
27156
  first?: InputMaybe<Scalars['Int']['input']>;
26982
27157
  id: Scalars['ID']['input'];
26983
27158
  sort?: InputMaybe<GraphStoreUserOwnsComponentSortInput>;
26984
27159
  };
26985
27160
  export declare type GraphStoreVersionAssociatedBranchInverseArgs = {
26986
27161
  after?: InputMaybe<Scalars['String']['input']>;
27162
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
26987
27163
  first?: InputMaybe<Scalars['Int']['input']>;
26988
27164
  id: Scalars['ID']['input'];
26989
27165
  sort?: InputMaybe<GraphStoreVersionAssociatedBranchSortInput>;
@@ -27000,6 +27176,7 @@ export declare type GraphStoreVersionAssociatedBranchRelationshipArgs = {
27000
27176
  };
27001
27177
  export declare type GraphStoreVersionAssociatedBuildInverseArgs = {
27002
27178
  after?: InputMaybe<Scalars['String']['input']>;
27179
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27003
27180
  first?: InputMaybe<Scalars['Int']['input']>;
27004
27181
  id: Scalars['ID']['input'];
27005
27182
  sort?: InputMaybe<GraphStoreVersionAssociatedBuildSortInput>;
@@ -27016,6 +27193,7 @@ export declare type GraphStoreVersionAssociatedBuildRelationshipArgs = {
27016
27193
  };
27017
27194
  export declare type GraphStoreVersionAssociatedCommitInverseArgs = {
27018
27195
  after?: InputMaybe<Scalars['String']['input']>;
27196
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27019
27197
  first?: InputMaybe<Scalars['Int']['input']>;
27020
27198
  id: Scalars['ID']['input'];
27021
27199
  sort?: InputMaybe<GraphStoreVersionAssociatedCommitSortInput>;
@@ -27032,12 +27210,14 @@ export declare type GraphStoreVersionAssociatedCommitRelationshipArgs = {
27032
27210
  };
27033
27211
  export declare type GraphStoreVersionAssociatedDeploymentArgs = {
27034
27212
  after?: InputMaybe<Scalars['String']['input']>;
27213
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27035
27214
  first?: InputMaybe<Scalars['Int']['input']>;
27036
27215
  id: Scalars['ID']['input'];
27037
27216
  sort?: InputMaybe<GraphStoreVersionAssociatedDeploymentSortInput>;
27038
27217
  };
27039
27218
  export declare type GraphStoreVersionAssociatedDeploymentInverseArgs = {
27040
27219
  after?: InputMaybe<Scalars['String']['input']>;
27220
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27041
27221
  first?: InputMaybe<Scalars['Int']['input']>;
27042
27222
  id: Scalars['ID']['input'];
27043
27223
  sort?: InputMaybe<GraphStoreVersionAssociatedDeploymentSortInput>;
@@ -27054,6 +27234,7 @@ export declare type GraphStoreVersionAssociatedDeploymentRelationshipArgs = {
27054
27234
  };
27055
27235
  export declare type GraphStoreVersionAssociatedDesignArgs = {
27056
27236
  after?: InputMaybe<Scalars['String']['input']>;
27237
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27057
27238
  filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
27058
27239
  first?: InputMaybe<Scalars['Int']['input']>;
27059
27240
  id: Scalars['ID']['input'];
@@ -27061,6 +27242,7 @@ export declare type GraphStoreVersionAssociatedDesignArgs = {
27061
27242
  };
27062
27243
  export declare type GraphStoreVersionAssociatedDesignInverseArgs = {
27063
27244
  after?: InputMaybe<Scalars['String']['input']>;
27245
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27064
27246
  filter?: InputMaybe<GraphStoreVersionAssociatedDesignFilterInput>;
27065
27247
  first?: InputMaybe<Scalars['Int']['input']>;
27066
27248
  id: Scalars['ID']['input'];
@@ -27082,12 +27264,14 @@ export declare type GraphStoreVersionAssociatedDesignRelationshipArgs = {
27082
27264
  };
27083
27265
  export declare type GraphStoreVersionAssociatedFeatureFlagArgs = {
27084
27266
  after?: InputMaybe<Scalars['String']['input']>;
27267
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27085
27268
  first?: InputMaybe<Scalars['Int']['input']>;
27086
27269
  id: Scalars['ID']['input'];
27087
27270
  sort?: InputMaybe<GraphStoreVersionAssociatedFeatureFlagSortInput>;
27088
27271
  };
27089
27272
  export declare type GraphStoreVersionAssociatedFeatureFlagInverseArgs = {
27090
27273
  after?: InputMaybe<Scalars['String']['input']>;
27274
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27091
27275
  first?: InputMaybe<Scalars['Int']['input']>;
27092
27276
  id: Scalars['ID']['input'];
27093
27277
  sort?: InputMaybe<GraphStoreVersionAssociatedFeatureFlagSortInput>;
@@ -27104,12 +27288,14 @@ export declare type GraphStoreVersionAssociatedFeatureFlagRelationshipArgs = {
27104
27288
  };
27105
27289
  export declare type GraphStoreVersionAssociatedIssueArgs = {
27106
27290
  after?: InputMaybe<Scalars['String']['input']>;
27291
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27107
27292
  first?: InputMaybe<Scalars['Int']['input']>;
27108
27293
  id: Scalars['ID']['input'];
27109
27294
  sort?: InputMaybe<GraphStoreVersionAssociatedIssueSortInput>;
27110
27295
  };
27111
27296
  export declare type GraphStoreVersionAssociatedIssueInverseArgs = {
27112
27297
  after?: InputMaybe<Scalars['String']['input']>;
27298
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27113
27299
  first?: InputMaybe<Scalars['Int']['input']>;
27114
27300
  id: Scalars['ID']['input'];
27115
27301
  sort?: InputMaybe<GraphStoreVersionAssociatedIssueSortInput>;
@@ -27126,12 +27312,14 @@ export declare type GraphStoreVersionAssociatedIssueRelationshipArgs = {
27126
27312
  };
27127
27313
  export declare type GraphStoreVersionAssociatedPullRequestArgs = {
27128
27314
  after?: InputMaybe<Scalars['String']['input']>;
27315
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27129
27316
  first?: InputMaybe<Scalars['Int']['input']>;
27130
27317
  id: Scalars['ID']['input'];
27131
27318
  sort?: InputMaybe<GraphStoreVersionAssociatedPullRequestSortInput>;
27132
27319
  };
27133
27320
  export declare type GraphStoreVersionAssociatedPullRequestInverseArgs = {
27134
27321
  after?: InputMaybe<Scalars['String']['input']>;
27322
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27135
27323
  first?: InputMaybe<Scalars['Int']['input']>;
27136
27324
  id: Scalars['ID']['input'];
27137
27325
  sort?: InputMaybe<GraphStoreVersionAssociatedPullRequestSortInput>;
@@ -27148,6 +27336,7 @@ export declare type GraphStoreVersionAssociatedPullRequestRelationshipArgs = {
27148
27336
  };
27149
27337
  export declare type GraphStoreVersionAssociatedRemoteLinkInverseArgs = {
27150
27338
  after?: InputMaybe<Scalars['String']['input']>;
27339
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27151
27340
  first?: InputMaybe<Scalars['Int']['input']>;
27152
27341
  id: Scalars['ID']['input'];
27153
27342
  sort?: InputMaybe<GraphStoreVersionAssociatedRemoteLinkSortInput>;
@@ -27164,12 +27353,14 @@ export declare type GraphStoreVersionAssociatedRemoteLinkRelationshipArgs = {
27164
27353
  };
27165
27354
  export declare type GraphStoreVersionUserAssociatedFeatureFlagArgs = {
27166
27355
  after?: InputMaybe<Scalars['String']['input']>;
27356
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27167
27357
  first?: InputMaybe<Scalars['Int']['input']>;
27168
27358
  id: Scalars['ID']['input'];
27169
27359
  sort?: InputMaybe<GraphStoreVersionUserAssociatedFeatureFlagSortInput>;
27170
27360
  };
27171
27361
  export declare type GraphStoreVersionUserAssociatedFeatureFlagInverseArgs = {
27172
27362
  after?: InputMaybe<Scalars['String']['input']>;
27363
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27173
27364
  first?: InputMaybe<Scalars['Int']['input']>;
27174
27365
  id: Scalars['ID']['input'];
27175
27366
  sort?: InputMaybe<GraphStoreVersionUserAssociatedFeatureFlagSortInput>;
@@ -27186,12 +27377,14 @@ export declare type GraphStoreVersionUserAssociatedFeatureFlagRelationshipArgs =
27186
27377
  };
27187
27378
  export declare type GraphStoreVulnerabilityAssociatedIssueArgs = {
27188
27379
  after?: InputMaybe<Scalars['String']['input']>;
27380
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27189
27381
  first?: InputMaybe<Scalars['Int']['input']>;
27190
27382
  id: Scalars['ID']['input'];
27191
27383
  sort?: InputMaybe<GraphStoreVulnerabilityAssociatedIssueSortInput>;
27192
27384
  };
27193
27385
  export declare type GraphStoreVulnerabilityAssociatedIssueInverseArgs = {
27194
27386
  after?: InputMaybe<Scalars['String']['input']>;
27387
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
27195
27388
  first?: InputMaybe<Scalars['Int']['input']>;
27196
27389
  id: Scalars['ID']['input'];
27197
27390
  sort?: InputMaybe<GraphStoreVulnerabilityAssociatedIssueSortInput>;
@@ -28594,7 +28787,10 @@ export declare type GraphStoreFocusAreaHasFocusAreaSortInput = {
28594
28787
  lastModified?: InputMaybe<GraphStoreSortInput>;
28595
28788
  };
28596
28789
  export declare type GraphStoreFocusAreaHasProjectSortInput = {
28790
+ createdAt?: InputMaybe<GraphStoreSortInput>;
28791
+ fromAti?: InputMaybe<GraphStoreSortInput>;
28597
28792
  lastModified?: InputMaybe<GraphStoreSortInput>;
28793
+ toAti?: InputMaybe<GraphStoreSortInput>;
28598
28794
  };
28599
28795
  export declare type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
28600
28796
  __typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
@@ -33203,10 +33399,12 @@ export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseEdge = {
33203
33399
  };
33204
33400
  export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaInverseUnion = MercuryFocusArea;
33205
33401
  export declare type GraphStoreSimplifiedFocusAreaHasFocusAreaUnion = MercuryFocusArea;
33206
- export declare type GraphStoreSimplifiedFocusAreaHasProjectConnection = HasPageInfo & {
33402
+ export declare type GraphStoreSimplifiedFocusAreaHasProjectConnection = HasPageInfo & HasTotal & {
33207
33403
  __typename?: 'GraphStoreSimplifiedFocusAreaHasProjectConnection';
33208
33404
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectEdge>>>;
33405
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
33209
33406
  pageInfo: PageInfo;
33407
+ totalCount?: Maybe<Scalars['Int']['output']>;
33210
33408
  };
33211
33409
  export declare type GraphStoreSimplifiedFocusAreaHasProjectEdge = {
33212
33410
  __typename?: 'GraphStoreSimplifiedFocusAreaHasProjectEdge';
@@ -33216,10 +33414,12 @@ export declare type GraphStoreSimplifiedFocusAreaHasProjectEdge = {
33216
33414
  lastUpdated: Scalars['DateTime']['output'];
33217
33415
  node?: Maybe<GraphStoreSimplifiedFocusAreaHasProjectUnion>;
33218
33416
  };
33219
- export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseConnection = HasPageInfo & {
33417
+ export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseConnection = HasPageInfo & HasTotal & {
33220
33418
  __typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseConnection';
33221
33419
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaHasProjectInverseEdge>>>;
33420
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
33222
33421
  pageInfo: PageInfo;
33422
+ totalCount?: Maybe<Scalars['Int']['output']>;
33223
33423
  };
33224
33424
  export declare type GraphStoreSimplifiedFocusAreaHasProjectInverseEdge = {
33225
33425
  __typename?: 'GraphStoreSimplifiedFocusAreaHasProjectInverseEdge';
@@ -36382,12 +36582,11 @@ export declare type HasTotal = {
36382
36582
  export declare type HelpCenter = Node & {
36383
36583
  __typename?: 'HelpCenter';
36384
36584
  announcements?: Maybe<HelpCenterAnnouncements>;
36385
- canCreateHelpDesks?: Maybe<Scalars['Boolean']['output']>;
36386
36585
  helpCenterBranding?: Maybe<HelpCenterBranding>;
36387
- helpDesks: HelpCenterHelpDeskItemConnection;
36388
36586
  homePageLayout?: Maybe<HelpCenterHomePageLayout>;
36389
36587
  id: Scalars['ID']['output'];
36390
36588
  lastUpdated?: Maybe<Scalars['String']['output']>;
36589
+ mappedProjectsCount?: Maybe<Scalars['Int']['output']>;
36391
36590
  name?: Maybe<HelpCenterName>;
36392
36591
  portals?: Maybe<HelpCenterPortals>;
36393
36592
  siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
@@ -36397,10 +36596,6 @@ export declare type HelpCenter = Node & {
36397
36596
  userLanguageTag?: Maybe<Scalars['String']['output']>;
36398
36597
  virtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
36399
36598
  };
36400
- export declare type HelpCenterHelpDesksArgs = {
36401
- after?: InputMaybe<Scalars['String']['input']>;
36402
- first?: InputMaybe<Scalars['Int']['input']>;
36403
- };
36404
36599
  export declare type HelpCenterPortalsArgs = {
36405
36600
  portalsFilter?: InputMaybe<HelpCenterPortalFilter>;
36406
36601
  sortOrder?: InputMaybe<HelpCenterPortalsSortOrder>;
@@ -36534,77 +36729,6 @@ export declare enum HelpCenterDescriptionType {
36534
36729
  RichText = "RICH_TEXT",
36535
36730
  WikiMarkup = "WIKI_MARKUP"
36536
36731
  }
36537
- export declare type HelpCenterHelpDesk = Node & {
36538
- __typename?: 'HelpCenterHelpDesk';
36539
- announcement?: Maybe<Array<HelpCenterHelpDeskAnnouncement>>;
36540
- canAdministerHelpDesk?: Maybe<Scalars['Boolean']['output']>;
36541
- contactInfo: Scalars['String']['output'];
36542
- description: Scalars['String']['output'];
36543
- id: Scalars['ID']['output'];
36544
- logo?: Maybe<HelpCenterHelpDeskLogo>;
36545
- name: Scalars['String']['output'];
36546
- };
36547
- export declare type HelpCenterHelpDeskAnnouncement = {
36548
- __typename?: 'HelpCenterHelpDeskAnnouncement';
36549
- createdAt?: Maybe<Scalars['Long']['output']>;
36550
- description?: Maybe<Scalars['String']['output']>;
36551
- link?: Maybe<Scalars['String']['output']>;
36552
- linkText?: Maybe<Scalars['String']['output']>;
36553
- title?: Maybe<Scalars['String']['output']>;
36554
- };
36555
- export declare type HelpCenterHelpDeskAnnouncementInput = {
36556
- description?: InputMaybe<Scalars['String']['input']>;
36557
- link?: InputMaybe<Scalars['String']['input']>;
36558
- linkDescription?: InputMaybe<Scalars['String']['input']>;
36559
- title?: InputMaybe<Scalars['String']['input']>;
36560
- };
36561
- export declare type HelpCenterHelpDeskCreateInput = {
36562
- announcement?: InputMaybe<Array<HelpCenterHelpDeskAnnouncementInput>>;
36563
- contactInfo: Scalars['String']['input'];
36564
- description: Scalars['String']['input'];
36565
- helpCenterAri: Scalars['String']['input'];
36566
- logo?: InputMaybe<HelpCenterHelpDeskLogoInput>;
36567
- name: Scalars['String']['input'];
36568
- };
36569
- export declare type HelpCenterHelpDeskDeleteInput = {
36570
- helpCenterAri: Scalars['String']['input'];
36571
- helpDeskId: Scalars['String']['input'];
36572
- };
36573
- export declare type HelpCenterHelpDeskItemConnection = {
36574
- __typename?: 'HelpCenterHelpDeskItemConnection';
36575
- edges?: Maybe<Array<Maybe<HelpCenterHelpDeskItemEdge>>>;
36576
- pageInfo: PageInfo;
36577
- totalCount?: Maybe<Scalars['Int']['output']>;
36578
- };
36579
- export declare type HelpCenterHelpDeskItemEdge = {
36580
- __typename?: 'HelpCenterHelpDeskItemEdge';
36581
- cursor: Scalars['String']['output'];
36582
- node?: Maybe<HelpCenterHelpDesk>;
36583
- };
36584
- export declare type HelpCenterHelpDeskLogo = {
36585
- __typename?: 'HelpCenterHelpDeskLogo';
36586
- fileId?: Maybe<Scalars['String']['output']>;
36587
- url?: Maybe<Scalars['String']['output']>;
36588
- };
36589
- export declare type HelpCenterHelpDeskLogoInput = {
36590
- fileId?: InputMaybe<Scalars['String']['input']>;
36591
- };
36592
- export declare type HelpCenterHelpDeskPayload = Payload & {
36593
- __typename?: 'HelpCenterHelpDeskPayload';
36594
- errors?: Maybe<Array<MutationError>>;
36595
- helpDeskId?: Maybe<Scalars['ID']['output']>;
36596
- success: Scalars['Boolean']['output'];
36597
- };
36598
- export declare type HelpCenterHelpDeskQueryResult = HelpCenterHelpDesk | QueryError;
36599
- export declare type HelpCenterHelpDeskUpdateInput = {
36600
- announcement?: InputMaybe<HelpCenterHelpDeskAnnouncementInput>;
36601
- contactInfo: Scalars['String']['input'];
36602
- description: Scalars['String']['input'];
36603
- helpCenterAri?: InputMaybe<Scalars['String']['input']>;
36604
- helpDeskId: Scalars['String']['input'];
36605
- logo?: InputMaybe<HelpCenterHelpDeskLogoInput>;
36606
- name: Scalars['String']['input'];
36607
- };
36608
36732
  export declare type HelpCenterHelpObject = HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
36609
36733
  export declare type HelpCenterHomePageLayout = {
36610
36734
  __typename?: 'HelpCenterHomePageLayout';
@@ -36642,13 +36766,10 @@ export declare enum HelpCenterMediaConfigOperationType {
36642
36766
  export declare type HelpCenterMutationApi = {
36643
36767
  __typename?: 'HelpCenterMutationApi';
36644
36768
  createHelpCenter?: Maybe<HelpCenterCreatePayload>;
36645
- createHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
36646
36769
  createTopic?: Maybe<HelpCenterCreateTopicPayload>;
36647
36770
  deleteHelpCenter?: Maybe<HelpCenterDeletePayload>;
36648
- deleteHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
36649
36771
  deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
36650
36772
  updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
36651
- updateHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
36652
36773
  updateHomePageAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
36653
36774
  updateLoginAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
36654
36775
  updatePortalsConfiguration?: Maybe<HelpCenterPortalsConfigurationUpdatePayload>;
@@ -36659,27 +36780,18 @@ export declare type HelpCenterMutationApi = {
36659
36780
  export declare type HelpCenterMutationApiCreateHelpCenterArgs = {
36660
36781
  input: HelpCenterCreateInput;
36661
36782
  };
36662
- export declare type HelpCenterMutationApiCreateHelpDeskArgs = {
36663
- input: HelpCenterHelpDeskCreateInput;
36664
- };
36665
36783
  export declare type HelpCenterMutationApiCreateTopicArgs = {
36666
36784
  input: HelpCenterBulkCreateTopicsInput;
36667
36785
  };
36668
36786
  export declare type HelpCenterMutationApiDeleteHelpCenterArgs = {
36669
36787
  input: HelpCenterDeleteInput;
36670
36788
  };
36671
- export declare type HelpCenterMutationApiDeleteHelpDeskArgs = {
36672
- input: HelpCenterHelpDeskDeleteInput;
36673
- };
36674
36789
  export declare type HelpCenterMutationApiDeleteTopicArgs = {
36675
36790
  input: HelpCenterBulkDeleteTopicInput;
36676
36791
  };
36677
36792
  export declare type HelpCenterMutationApiUpdateHelpCenterArgs = {
36678
36793
  input: HelpCenterUpdateInput;
36679
36794
  };
36680
- export declare type HelpCenterMutationApiUpdateHelpDeskArgs = {
36681
- input: HelpCenterHelpDeskUpdateInput;
36682
- };
36683
36795
  export declare type HelpCenterMutationApiUpdateHomePageAnnouncementArgs = {
36684
36796
  input: HelpCenterAnnouncementInput;
36685
36797
  };
@@ -36769,7 +36881,6 @@ export declare enum HelpCenterProjectType {
36769
36881
  }
36770
36882
  export declare type HelpCenterQueryApi = {
36771
36883
  __typename?: 'HelpCenterQueryApi';
36772
- getHelpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
36773
36884
  helpCenterByHoistedProjectId?: Maybe<HelpCenterQueryResult>;
36774
36885
  helpCenterByHoistedProjectIdRouted?: Maybe<HelpCenterQueryResult>;
36775
36886
  helpCenterById?: Maybe<HelpCenterQueryResult>;
@@ -36778,13 +36889,8 @@ export declare type HelpCenterQueryApi = {
36778
36889
  helpCenters?: Maybe<HelpCenterQueryResultConnection>;
36779
36890
  helpCentersConfig?: Maybe<HelpCentersConfigResult>;
36780
36891
  helpCentersList?: Maybe<HelpCentersListQueryResult>;
36781
- helpDeskById?: Maybe<HelpCenterHelpDeskQueryResult>;
36782
36892
  mediaConfig?: Maybe<HelpCenterMediaConfig>;
36783
36893
  };
36784
- export declare type HelpCenterQueryApiGetHelpDeskByIdArgs = {
36785
- helpCenterAri: Scalars['ID']['input'];
36786
- helpDeskId: Scalars['ID']['input'];
36787
- };
36788
36894
  export declare type HelpCenterQueryApiHelpCenterByHoistedProjectIdArgs = {
36789
36895
  projectAri: Scalars['ID']['input'];
36790
36896
  };
@@ -36817,10 +36923,6 @@ export declare type HelpCenterQueryApiHelpCentersListArgs = {
36817
36923
  sortOrder: HelpCenterSortOrder;
36818
36924
  workspaceAri: Scalars['ID']['input'];
36819
36925
  };
36820
- export declare type HelpCenterQueryApiHelpDeskByIdArgs = {
36821
- helpCenterAri: Scalars['ID']['input'];
36822
- helpDeskAri: Scalars['ID']['input'];
36823
- };
36824
36926
  export declare type HelpCenterQueryApiMediaConfigArgs = {
36825
36927
  helpCenterAri: Scalars['ID']['input'];
36826
36928
  operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
@@ -37639,6 +37741,7 @@ export declare type HelpObjectStoreArticle = HelpObjectStoreHelpObject & Node &
37639
37741
  displayLink?: Maybe<Scalars['String']['output']>;
37640
37742
  entityId?: Maybe<Scalars['String']['output']>;
37641
37743
  entityKey?: Maybe<Scalars['String']['output']>;
37744
+ hidden?: Maybe<Scalars['Boolean']['output']>;
37642
37745
  icon?: Maybe<HelpObjectStoreIcon>;
37643
37746
  id: Scalars['ID']['output'];
37644
37747
  title?: Maybe<Scalars['String']['output']>;
@@ -37656,6 +37759,7 @@ export declare type HelpObjectStoreChannel = HelpObjectStoreHelpObject & Node &
37656
37759
  displayLink?: Maybe<Scalars['String']['output']>;
37657
37760
  entityId?: Maybe<Scalars['String']['output']>;
37658
37761
  entityKey?: Maybe<Scalars['String']['output']>;
37762
+ hidden?: Maybe<Scalars['Boolean']['output']>;
37659
37763
  icon?: Maybe<HelpObjectStoreIcon>;
37660
37764
  id: Scalars['ID']['output'];
37661
37765
  title?: Maybe<Scalars['String']['output']>;
@@ -37679,6 +37783,7 @@ export declare type HelpObjectStoreHelpObject = {
37679
37783
  ari: Scalars['ID']['output'];
37680
37784
  description?: Maybe<Scalars['String']['output']>;
37681
37785
  displayLink?: Maybe<Scalars['String']['output']>;
37786
+ hidden?: Maybe<Scalars['Boolean']['output']>;
37682
37787
  icon?: Maybe<HelpObjectStoreIcon>;
37683
37788
  id: Scalars['ID']['output'];
37684
37789
  title?: Maybe<Scalars['String']['output']>;
@@ -37716,6 +37821,7 @@ export declare type HelpObjectStorePortal = HelpObjectStoreHelpObject & Node & {
37716
37821
  displayLink?: Maybe<Scalars['String']['output']>;
37717
37822
  entityId?: Maybe<Scalars['String']['output']>;
37718
37823
  entityKey?: Maybe<Scalars['String']['output']>;
37824
+ hidden?: Maybe<Scalars['Boolean']['output']>;
37719
37825
  icon?: Maybe<HelpObjectStoreIcon>;
37720
37826
  id: Scalars['ID']['output'];
37721
37827
  title?: Maybe<Scalars['String']['output']>;
@@ -37755,6 +37861,7 @@ export declare type HelpObjectStoreRequestForm = HelpObjectStoreHelpObject & Nod
37755
37861
  displayLink?: Maybe<Scalars['String']['output']>;
37756
37862
  entityId?: Maybe<Scalars['String']['output']>;
37757
37863
  entityKey?: Maybe<Scalars['String']['output']>;
37864
+ hidden?: Maybe<Scalars['Boolean']['output']>;
37758
37865
  icon?: Maybe<HelpObjectStoreIcon>;
37759
37866
  id: Scalars['ID']['output'];
37760
37867
  title?: Maybe<Scalars['String']['output']>;
@@ -37781,6 +37888,7 @@ export declare type HelpObjectStoreSearchInput = {
37781
37888
  categoryIds?: InputMaybe<Array<Scalars['ID']['input']>>;
37782
37889
  cloudId: Scalars['ID']['input'];
37783
37890
  entityType: HelpObjectStoreSearchEntityType;
37891
+ helpCenterAri?: InputMaybe<Scalars['String']['input']>;
37784
37892
  highlightArticles?: InputMaybe<Scalars['Boolean']['input']>;
37785
37893
  portalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
37786
37894
  queryTerm: Scalars['String']['input'];
@@ -38821,6 +38929,17 @@ export declare enum JiraActionType {
38821
38929
  CreateTeamManagedProject = "CREATE_TEAM_MANAGED_PROJECT"
38822
38930
  }
38823
38931
  export declare type JiraActiveBackgroundDetailsResult = JiraAttachmentBackground | JiraColorBackground | JiraGradientBackground | JiraMediaBackground | QueryError;
38932
+ export declare type JiraAddFieldsToProjectInput = {
38933
+ cloudId: Scalars['ID']['input'];
38934
+ fieldIds: Array<Scalars['ID']['input']>;
38935
+ projectId: Scalars['ID']['input'];
38936
+ };
38937
+ export declare type JiraAddFieldsToProjectPayload = Payload & {
38938
+ __typename?: 'JiraAddFieldsToProjectPayload';
38939
+ addedFieldAssociations?: Maybe<JiraFieldAssociationWithIssueTypesConnection>;
38940
+ errors?: Maybe<Array<MutationError>>;
38941
+ success: Scalars['Boolean']['output'];
38942
+ };
38824
38943
  export declare type JiraAddIssuesToFixVersionInput = {
38825
38944
  issueIds: Array<Scalars['ID']['input']>;
38826
38945
  versionId: Scalars['ID']['input'];
@@ -39667,6 +39786,22 @@ export declare enum JiraAutofixStatus {
39667
39786
  InProgress = "IN_PROGRESS",
39668
39787
  Pending = "PENDING"
39669
39788
  }
39789
+ export declare type JiraAvailableField = JiraProjectFieldAssociationInterface & {
39790
+ __typename?: 'JiraAvailableField';
39791
+ field?: Maybe<JiraField>;
39792
+ fieldOperation?: Maybe<JiraFieldOperation>;
39793
+ id: Scalars['ID']['output'];
39794
+ };
39795
+ export declare type JiraAvailableFieldsConnection = {
39796
+ __typename?: 'JiraAvailableFieldsConnection';
39797
+ edges?: Maybe<Array<Maybe<JiraAvailableFieldsEdge>>>;
39798
+ pageInfo: PageInfo;
39799
+ };
39800
+ export declare type JiraAvailableFieldsEdge = {
39801
+ __typename?: 'JiraAvailableFieldsEdge';
39802
+ cursor: Scalars['String']['output'];
39803
+ node?: Maybe<JiraAvailableField>;
39804
+ };
39670
39805
  export declare type JiraAvatar = {
39671
39806
  __typename?: 'JiraAvatar';
39672
39807
  large?: Maybe<Scalars['String']['output']>;
@@ -39922,6 +40057,7 @@ export declare type JiraCalendar = {
39922
40057
  __typename?: 'JiraCalendar';
39923
40058
  crossProjectVersions?: Maybe<JiraCrossProjectVersionConnection>;
39924
40059
  endDateField?: Maybe<JiraIssueField>;
40060
+ issue?: Maybe<JiraIssueWithScenario>;
39925
40061
  issues?: Maybe<JiraIssueConnection>;
39926
40062
  issuesV2?: Maybe<JiraScenarioIssueLikeConnection>;
39927
40063
  permissions?: Maybe<JiraCalendarPermissionConnection>;
@@ -39938,6 +40074,9 @@ export declare type JiraCalendarCrossProjectVersionsArgs = {
39938
40074
  input?: InputMaybe<JiraCalendarCrossProjectVersionsInput>;
39939
40075
  last?: InputMaybe<Scalars['Int']['input']>;
39940
40076
  };
40077
+ export declare type JiraCalendarIssueArgs = {
40078
+ id: Scalars['ID']['input'];
40079
+ };
39941
40080
  export declare type JiraCalendarIssuesArgs = {
39942
40081
  after?: InputMaybe<Scalars['String']['input']>;
39943
40082
  before?: InputMaybe<Scalars['String']['input']>;
@@ -42013,10 +42152,11 @@ export declare type JiraField = {
42013
42152
  typeKey?: Maybe<Scalars['String']['output']>;
42014
42153
  typeName?: Maybe<Scalars['String']['output']>;
42015
42154
  };
42016
- export declare type JiraFieldAssociationWithIssueTypes = {
42155
+ export declare type JiraFieldAssociationWithIssueTypes = JiraProjectFieldAssociationInterface & {
42017
42156
  __typename?: 'JiraFieldAssociationWithIssueTypes';
42018
42157
  field?: Maybe<JiraField>;
42019
42158
  fieldOperation?: Maybe<JiraFieldOperation>;
42159
+ id: Scalars['ID']['output'];
42020
42160
  issueTypes?: Maybe<JiraIssueTypeConnection>;
42021
42161
  };
42022
42162
  export declare type JiraFieldAssociationWithIssueTypesConnection = {
@@ -42096,6 +42236,20 @@ export declare type JiraFieldSetPreferencesUpdatePayload = Payload & {
42096
42236
  errors?: Maybe<Array<MutationError>>;
42097
42237
  success: Scalars['Boolean']['output'];
42098
42238
  };
42239
+ export declare type JiraFieldSetView = Node & {
42240
+ __typename?: 'JiraFieldSetView';
42241
+ fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
42242
+ hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
42243
+ id: Scalars['ID']['output'];
42244
+ };
42245
+ export declare type JiraFieldSetViewFieldSetsArgs = {
42246
+ after?: InputMaybe<Scalars['String']['input']>;
42247
+ before?: InputMaybe<Scalars['String']['input']>;
42248
+ filter?: InputMaybe<JiraIssueSearchFieldSetsFilter>;
42249
+ first?: InputMaybe<Scalars['Int']['input']>;
42250
+ last?: InputMaybe<Scalars['Int']['input']>;
42251
+ };
42252
+ export declare type JiraFieldSetViewResult = JiraFieldSetView | QueryError;
42099
42253
  export declare type JiraFieldSetsMutationInput = {
42100
42254
  replaceFieldSetsInput?: InputMaybe<JiraReplaceIssueSearchViewFieldSetsInput>;
42101
42255
  resetToDefaultFieldSets?: InputMaybe<Scalars['Boolean']['input']>;
@@ -44002,6 +44156,13 @@ export declare type JiraIssueSearchViewFieldSetsArgs = {
44002
44156
  first?: InputMaybe<Scalars['Int']['input']>;
44003
44157
  last?: InputMaybe<Scalars['Int']['input']>;
44004
44158
  };
44159
+ export declare type JiraIssueSearchViewFieldSetsContext = {
44160
+ projectContext?: InputMaybe<JiraIssueSearchViewFieldSetsProjectContext>;
44161
+ };
44162
+ export declare type JiraIssueSearchViewFieldSetsProjectContext = {
44163
+ issueType?: InputMaybe<Scalars['ID']['input']>;
44164
+ project?: InputMaybe<Scalars['ID']['input']>;
44165
+ };
44005
44166
  export declare type JiraIssueSearchViewPayload = Payload & {
44006
44167
  __typename?: 'JiraIssueSearchViewPayload';
44007
44168
  errors?: Maybe<Array<MutationError>>;
@@ -44193,6 +44354,10 @@ export declare enum JiraIssueViewTimestampDisplayMode {
44193
44354
  Absolute = "ABSOLUTE",
44194
44355
  Relative = "RELATIVE"
44195
44356
  }
44357
+ export declare type JiraIssueWithScenario = {
44358
+ __typename?: 'JiraIssueWithScenario';
44359
+ scenarioIssueLike?: Maybe<JiraScenarioIssueLike>;
44360
+ };
44196
44361
  export declare enum JiraIteration {
44197
44362
  Iteration_1 = "ITERATION_1",
44198
44363
  Iteration_2 = "ITERATION_2",
@@ -45245,6 +45410,7 @@ export declare type JiraMultipleVersionPickerFieldPayload = Payload & {
45245
45410
  };
45246
45411
  export declare type JiraMutation = {
45247
45412
  __typename?: 'JiraMutation';
45413
+ addFieldsToProject?: Maybe<JiraAddFieldsToProjectPayload>;
45248
45414
  addIssuesToFixVersion?: Maybe<JiraAddIssuesToFixVersionPayload>;
45249
45415
  addJiraVersionApprover?: Maybe<JiraVersionAddApproverPayload>;
45250
45416
  addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
@@ -45321,6 +45487,7 @@ export declare type JiraMutation = {
45321
45487
  setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
45322
45488
  setDefaultNavigationItem?: Maybe<JiraSetDefaultNavigationItemPayload>;
45323
45489
  setEntityIsFavourite?: Maybe<JiraSetIsFavouritePayload>;
45490
+ setFieldAssociationWithIssueTypes?: Maybe<JiraSetFieldAssociationWithIssueTypesPayload>;
45324
45491
  setMostRecentlyViewedBoard?: Maybe<JiraSetMostRecentlyViewedBoardPayload>;
45325
45492
  setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
45326
45493
  sprintUpdate?: Maybe<JiraSprintMutationPayload>;
@@ -45404,6 +45571,9 @@ export declare type JiraMutation = {
45404
45571
  updateWatchesField?: Maybe<JiraWatchesFieldPayload>;
45405
45572
  userPreferences?: Maybe<JiraUserPreferencesMutation>;
45406
45573
  };
45574
+ export declare type JiraMutationAddFieldsToProjectArgs = {
45575
+ input: JiraAddFieldsToProjectInput;
45576
+ };
45407
45577
  export declare type JiraMutationAddIssuesToFixVersionArgs = {
45408
45578
  input: JiraAddIssuesToFixVersionInput;
45409
45579
  };
@@ -45652,6 +45822,9 @@ export declare type JiraMutationSetDefaultNavigationItemArgs = {
45652
45822
  export declare type JiraMutationSetEntityIsFavouriteArgs = {
45653
45823
  input: JiraSetIsFavouriteInput;
45654
45824
  };
45825
+ export declare type JiraMutationSetFieldAssociationWithIssueTypesArgs = {
45826
+ input: JiraSetFieldAssociationWithIssueTypesInput;
45827
+ };
45655
45828
  export declare type JiraMutationSetMostRecentlyViewedBoardArgs = {
45656
45829
  id: Scalars['ID']['input'];
45657
45830
  };
@@ -46671,6 +46844,7 @@ export declare type JiraPlan = Node & {
46671
46844
  favouriteValue?: Maybe<JiraFavouriteValue>;
46672
46845
  id: Scalars['ID']['output'];
46673
46846
  isReadOnly?: Maybe<Scalars['Boolean']['output']>;
46847
+ lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
46674
46848
  planId?: Maybe<Scalars['Long']['output']>;
46675
46849
  planStatus?: Maybe<JiraPlanStatus>;
46676
46850
  planUrl?: Maybe<Scalars['URL']['output']>;
@@ -47244,6 +47418,11 @@ export declare type JiraProjectFieldProjectsArgs = {
47244
47418
  recent?: InputMaybe<Scalars['Boolean']['input']>;
47245
47419
  searchBy?: InputMaybe<Scalars['String']['input']>;
47246
47420
  };
47421
+ export declare type JiraProjectFieldAssociationInterface = {
47422
+ field?: Maybe<JiraField>;
47423
+ fieldOperation?: Maybe<JiraFieldOperation>;
47424
+ id: Scalars['ID']['output'];
47425
+ };
47247
47426
  export declare type JiraProjectFieldInput = {
47248
47427
  fieldId: Scalars['ID']['input'];
47249
47428
  project: JiraProjectInput;
@@ -47533,8 +47712,13 @@ export declare type JiraProjectUpdateNameMutationPayload = Payload & {
47533
47712
  };
47534
47713
  export declare type JiraProjectWithIssueTypeIds = {
47535
47714
  __typename?: 'JiraProjectWithIssueTypeIds';
47715
+ availableFields?: Maybe<JiraAvailableFieldsConnection>;
47536
47716
  fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypesConnection>;
47537
47717
  };
47718
+ export declare type JiraProjectWithIssueTypeIdsAvailableFieldsArgs = {
47719
+ after?: InputMaybe<Scalars['String']['input']>;
47720
+ first?: InputMaybe<Scalars['Int']['input']>;
47721
+ };
47538
47722
  export declare type JiraProjectWithIssueTypeIdsFieldAssociationWithIssueTypesArgs = {
47539
47723
  after?: InputMaybe<Scalars['String']['input']>;
47540
47724
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -47596,6 +47780,7 @@ export declare type JiraQuery = {
47596
47780
  epicLinkFieldKey?: Maybe<Scalars['String']['output']>;
47597
47781
  favouriteFilters?: Maybe<JiraFilterConnection>;
47598
47782
  favourites?: Maybe<JiraFavouriteConnection>;
47783
+ fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
47599
47784
  fieldSetsById?: Maybe<JiraIssueSearchFieldSetConnection>;
47600
47785
  fields?: Maybe<JiraJqlFieldConnectionResult>;
47601
47786
  filter?: Maybe<JiraFilter>;
@@ -47890,6 +48075,11 @@ export declare type JiraQueryFavouritesArgs = {
47890
48075
  first?: InputMaybe<Scalars['Int']['input']>;
47891
48076
  last?: InputMaybe<Scalars['Int']['input']>;
47892
48077
  };
48078
+ export declare type JiraQueryFieldSetViewQueryByProjectArgs = {
48079
+ cloudId: Scalars['ID']['input'];
48080
+ issueTypeId?: InputMaybe<Scalars['String']['input']>;
48081
+ projectId?: InputMaybe<Scalars['String']['input']>;
48082
+ };
47893
48083
  export declare type JiraQueryFieldSetsByIdArgs = {
47894
48084
  after?: InputMaybe<Scalars['String']['input']>;
47895
48085
  before?: InputMaybe<Scalars['String']['input']>;
@@ -48886,6 +49076,7 @@ export declare type JiraRenameNavigationItemPayload = Payload & {
48886
49076
  export declare type JiraReplaceIssueSearchViewFieldSetsInput = {
48887
49077
  after?: InputMaybe<Scalars['String']['input']>;
48888
49078
  before?: InputMaybe<Scalars['String']['input']>;
49079
+ context?: InputMaybe<JiraIssueSearchViewFieldSetsContext>;
48889
49080
  inclusive?: InputMaybe<Scalars['Boolean']['input']>;
48890
49081
  nodes: Array<Scalars['String']['input']>;
48891
49082
  };
@@ -50320,6 +50511,19 @@ export declare type JiraSetDefaultNavigationItemPayload = Payload & {
50320
50511
  previousDefault?: Maybe<JiraNavigationItem>;
50321
50512
  success: Scalars['Boolean']['output'];
50322
50513
  };
50514
+ export declare type JiraSetFieldAssociationWithIssueTypesInput = {
50515
+ cloudId: Scalars['ID']['input'];
50516
+ fieldId: Scalars['ID']['input'];
50517
+ issueTypeIdsToRemove: Array<Scalars['ID']['input']>;
50518
+ issueTypeIdsToUpsert: Array<Scalars['ID']['input']>;
50519
+ projectId: Scalars['ID']['input'];
50520
+ };
50521
+ export declare type JiraSetFieldAssociationWithIssueTypesPayload = Payload & {
50522
+ __typename?: 'JiraSetFieldAssociationWithIssueTypesPayload';
50523
+ errors?: Maybe<Array<MutationError>>;
50524
+ fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
50525
+ success: Scalars['Boolean']['output'];
50526
+ };
50323
50527
  export declare type JiraSetIsFavouriteInput = {
50324
50528
  beforeEntityId?: InputMaybe<Scalars['ID']['input']>;
50325
50529
  entityId: Scalars['ID']['input'];
@@ -50964,9 +51168,9 @@ export declare type JiraSubscription = {
50964
51168
  onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
50965
51169
  onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
50966
51170
  onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
50967
- onCalendarIssueCreated?: Maybe<JiraCalendar>;
51171
+ onCalendarIssueCreated?: Maybe<JiraIssueWithScenario>;
50968
51172
  onCalendarIssueDeleted?: Maybe<JiraStreamHubResourceIdentifier>;
50969
- onCalendarIssueUpdated?: Maybe<JiraCalendar>;
51173
+ onCalendarIssueUpdated?: Maybe<JiraIssueWithScenario>;
50970
51174
  onIssueCreatedByProject?: Maybe<JiraIssue>;
50971
51175
  onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
50972
51176
  onIssueExported?: Maybe<JiraIssueExportEvent>;
@@ -51072,6 +51276,8 @@ export declare type JiraSubtasksFieldSubtasksArgs = {
51072
51276
  export declare type JiraSuggestedChildIssueError = {
51073
51277
  __typename?: 'JiraSuggestedChildIssueError';
51074
51278
  error?: Maybe<JiraSuggestedIssueErrorType>;
51279
+ errorMessage?: Maybe<Scalars['String']['output']>;
51280
+ statusCode?: Maybe<Scalars['Int']['output']>;
51075
51281
  };
51076
51282
  export declare type JiraSuggestedChildIssueStatus = {
51077
51283
  __typename?: 'JiraSuggestedChildIssueStatus';
@@ -53138,7 +53344,27 @@ export declare enum JsmChatConnectedApps {
53138
53344
  Slack = "SLACK",
53139
53345
  Teams = "TEAMS"
53140
53346
  }
53347
+ export declare enum JsmChatConversationAnalyticsEvent {
53348
+ UserClearedChat = "USER_CLEARED_CHAT",
53349
+ UserMarkedAsNotResolved = "USER_MARKED_AS_NOT_RESOLVED",
53350
+ UserMarkedAsResolved = "USER_MARKED_AS_RESOLVED",
53351
+ UserSharedCsat = "USER_SHARED_CSAT",
53352
+ VaRespondedWithKnowledgeAnswer = "VA_RESPONDED_WITH_KNOWLEDGE_ANSWER",
53353
+ VaRespondedWithNonKnowledgeAnswer = "VA_RESPONDED_WITH_NON_KNOWLEDGE_ANSWER"
53354
+ }
53355
+ export declare type JsmChatConversationAnalyticsMetadataInput = {
53356
+ channelType?: InputMaybe<JsmChatConversationChannelType>;
53357
+ csatScore?: InputMaybe<Scalars['Int']['input']>;
53358
+ projectId?: InputMaybe<Scalars['String']['input']>;
53359
+ };
53141
53360
  export declare type JsmChatConversationAppendixAction = JsmChatDropdownAppendix | JsmChatJiraFieldAppendix | JsmChatOptionAppendix;
53361
+ export declare enum JsmChatConversationChannelType {
53362
+ Email = "EMAIL",
53363
+ HelpCenter = "HELP_CENTER",
53364
+ Portal = "PORTAL",
53365
+ Slack = "SLACK",
53366
+ Widget = "WIDGET"
53367
+ }
53142
53368
  export declare type JsmChatConversationMessage = {
53143
53369
  __typename?: 'JsmChatConversationMessage';
53144
53370
  appendices?: Maybe<Array<Maybe<JsmChatConversationAppendixAction>>>;
@@ -53192,6 +53418,16 @@ export declare type JsmChatCreateCommentOutput = {
53192
53418
  message: Scalars['String']['output'];
53193
53419
  status: Scalars['Boolean']['output'];
53194
53420
  };
53421
+ export declare type JsmChatCreateConversationAnalyticsInput = {
53422
+ conversationAnalyticsEvent: JsmChatConversationAnalyticsEvent;
53423
+ conversationAnalyticsMetadata?: InputMaybe<JsmChatConversationAnalyticsMetadataInput>;
53424
+ conversationId: Scalars['String']['input'];
53425
+ messageId?: InputMaybe<Scalars['String']['input']>;
53426
+ };
53427
+ export declare type JsmChatCreateConversationAnalyticsOutput = {
53428
+ __typename?: 'JsmChatCreateConversationAnalyticsOutput';
53429
+ status?: Maybe<Scalars['String']['output']>;
53430
+ };
53195
53431
  export declare type JsmChatCreateConversationInput = {
53196
53432
  authorId: Scalars['String']['input'];
53197
53433
  channelExperienceId: JsmChatChannelExperienceId;
@@ -53222,6 +53458,27 @@ export declare type JsmChatCreateConversationResponse = {
53222
53458
  __typename?: 'JsmChatCreateConversationResponse';
53223
53459
  id: Scalars['ID']['output'];
53224
53460
  };
53461
+ export declare type JsmChatCreateWebConversationMessage = {
53462
+ __typename?: 'JsmChatCreateWebConversationMessage';
53463
+ appendices?: Maybe<Array<Maybe<JsmChatConversationAppendixAction>>>;
53464
+ authorType: Scalars['String']['output'];
53465
+ content: Scalars['JSON']['output'];
53466
+ contentType: JsmChatCreateWebConversationMessageContentType;
53467
+ id: Scalars['ID']['output'];
53468
+ };
53469
+ export declare enum JsmChatCreateWebConversationMessageContentType {
53470
+ Adf = "ADF"
53471
+ }
53472
+ export declare type JsmChatCreateWebConversationMessageInput = {
53473
+ authorId: Scalars['String']['input'];
53474
+ message: Scalars['String']['input'];
53475
+ };
53476
+ export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
53477
+ __typename?: 'JsmChatCreateWebConversationMessagePayload';
53478
+ conversation?: Maybe<JsmChatMessageEdge>;
53479
+ errors?: Maybe<Array<MutationError>>;
53480
+ success: Scalars['Boolean']['output'];
53481
+ };
53225
53482
  export declare type JsmChatDeleteSlackChannelMappingOutput = {
53226
53483
  __typename?: 'JsmChatDeleteSlackChannelMappingOutput';
53227
53484
  message?: Maybe<Scalars['String']['output']>;
@@ -53271,6 +53528,16 @@ export declare type JsmChatJiraFieldAppendix = {
53271
53528
  jiraProjectId: Scalars['String']['output'];
53272
53529
  requestTypeId: Scalars['String']['output'];
53273
53530
  };
53531
+ export declare type JsmChatMessageConnection = {
53532
+ __typename?: 'JsmChatMessageConnection';
53533
+ edges?: Maybe<Array<Maybe<JsmChatMessageEdge>>>;
53534
+ pageInfo: PageInfo;
53535
+ };
53536
+ export declare type JsmChatMessageEdge = {
53537
+ __typename?: 'JsmChatMessageEdge';
53538
+ cursor?: Maybe<Scalars['String']['output']>;
53539
+ node?: Maybe<JsmChatCreateWebConversationMessage>;
53540
+ };
53274
53541
  export declare enum JsmChatMessageSource {
53275
53542
  Email = "EMAIL"
53276
53543
  }
@@ -53316,7 +53583,9 @@ export declare type JsmChatMutation = {
53316
53583
  createChannel: JsmChatCreateChannelOutput;
53317
53584
  createComment?: Maybe<JsmChatCreateCommentOutput>;
53318
53585
  createConversation?: Maybe<JsmChatCreateConversationPayload>;
53586
+ createConversationAnalyticsEvent?: Maybe<JsmChatCreateConversationAnalyticsOutput>;
53319
53587
  createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
53588
+ createWebConversationMessage?: Maybe<JsmChatCreateWebConversationMessagePayload>;
53320
53589
  deleteSlackChannelMapping: JsmChatDeleteSlackChannelMappingOutput;
53321
53590
  disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
53322
53591
  disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
@@ -53343,11 +53612,20 @@ export declare type JsmChatMutationCreateConversationArgs = {
53343
53612
  input: JsmChatCreateConversationInput;
53344
53613
  workspaceAri: Scalars['ID']['input'];
53345
53614
  };
53615
+ export declare type JsmChatMutationCreateConversationAnalyticsEventArgs = {
53616
+ input: JsmChatCreateConversationAnalyticsInput;
53617
+ workspaceAri: Scalars['ID']['input'];
53618
+ };
53346
53619
  export declare type JsmChatMutationCreateConversationMessageArgs = {
53347
53620
  conversationId: Scalars['ID']['input'];
53348
53621
  input: JsmChatCreateConversationMessageInput;
53349
53622
  workspaceAri: Scalars['ID']['input'];
53350
53623
  };
53624
+ export declare type JsmChatMutationCreateWebConversationMessageArgs = {
53625
+ conversationId: Scalars['ID']['input'];
53626
+ input: JsmChatCreateWebConversationMessageInput;
53627
+ workspaceAri: Scalars['ID']['input'];
53628
+ };
53351
53629
  export declare type JsmChatMutationDeleteSlackChannelMappingArgs = {
53352
53630
  jiraProjectAri: Scalars['ID']['input'];
53353
53631
  slackChannelAri: Scalars['ID']['input'];
@@ -53407,6 +53685,7 @@ export declare type JsmChatQuery = {
53407
53685
  getAssistConfig: JsmChatAssistConfig;
53408
53686
  getMsTeamsChatConfig?: Maybe<JsmChatMsTeamsConfig>;
53409
53687
  getSlackChatConfig?: Maybe<JsmChatSlackConfig>;
53688
+ getWebConversation: JsmChatMessageConnection;
53410
53689
  initializeConfig: JsmChatInitializeConfigResponse;
53411
53690
  initializeNativeConfig: JsmChatInitializeNativeConfigResponse;
53412
53691
  };
@@ -53421,6 +53700,10 @@ export declare type JsmChatQueryGetSlackChatConfigArgs = {
53421
53700
  jiraProjectAri: Scalars['ID']['input'];
53422
53701
  paginationConfig?: InputMaybe<JsmChatPaginationConfig>;
53423
53702
  };
53703
+ export declare type JsmChatQueryGetWebConversationArgs = {
53704
+ conversationId: Scalars['ID']['input'];
53705
+ last?: InputMaybe<Scalars['Int']['input']>;
53706
+ };
53424
53707
  export declare type JsmChatQueryInitializeConfigArgs = {
53425
53708
  input: JsmChatInitializeConfigRequest;
53426
53709
  };
@@ -53881,43 +54164,32 @@ export declare type KnowledgeBaseSpacePermission = {
53881
54164
  editPermission: KnowledgeBaseSpacePermissionDetail;
53882
54165
  viewPermission: KnowledgeBaseSpacePermissionDetail;
53883
54166
  };
53884
- export declare type KnowledgeBaseSpacePermissionBulkQueryApi = {
53885
- __typename?: 'KnowledgeBaseSpacePermissionBulkQueryApi';
53886
- knowledgeBaseSpacePermission_bulkQuery: KnowledgeBaseSpacePermissionBulkResponse;
53887
- };
53888
- export declare type KnowledgeBaseSpacePermissionBulkQueryApiKnowledgeBaseSpacePermission_BulkQueryArgs = {
53889
- input: KnowledgeBaseSpacePermissionInput;
53890
- };
53891
- export declare type KnowledgeBaseSpacePermissionBulkResponse = KnowledgeBaseSpacePermissions | QueryError;
53892
54167
  export declare type KnowledgeBaseSpacePermissionDetail = {
53893
54168
  __typename?: 'KnowledgeBaseSpacePermissionDetail';
53894
54169
  currentPermission: KnowledgeBaseSpacePermissionType;
53895
54170
  invalidPermissions: Array<Maybe<KnowledgeBaseSpacePermissionType>>;
53896
54171
  validPermissions: Array<KnowledgeBaseSpacePermissionType>;
53897
54172
  };
53898
- export declare type KnowledgeBaseSpacePermissionInput = {
53899
- spaceAris: Array<Scalars['String']['input']>;
53900
- };
53901
- export declare type KnowledgeBaseSpacePermissionMutationApi = {
53902
- __typename?: 'KnowledgeBaseSpacePermissionMutationApi';
53903
- knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionUpdateResponse;
54173
+ export declare type KnowledgeBaseSpacePermissionMutationResponse = {
54174
+ __typename?: 'KnowledgeBaseSpacePermissionMutationResponse';
54175
+ error?: Maybe<MutationError>;
54176
+ permission?: Maybe<KnowledgeBaseSpacePermission>;
54177
+ success: Scalars['Boolean']['output'];
53904
54178
  };
53905
- export declare type KnowledgeBaseSpacePermissionMutationApiKnowledgeBaseSpacePermission_UpdateViewArgs = {
53906
- input: KnowledgeBaseSpacePermissionUpdateViewInput;
54179
+ export declare type KnowledgeBaseSpacePermissionQueryResponse = KnowledgeBaseSpacePermissionResponse | QueryError;
54180
+ export declare type KnowledgeBaseSpacePermissionResponse = {
54181
+ __typename?: 'KnowledgeBaseSpacePermissionResponse';
54182
+ permission: KnowledgeBaseSpacePermission;
54183
+ spaceAri: Scalars['ID']['output'];
53907
54184
  };
53908
54185
  export declare enum KnowledgeBaseSpacePermissionType {
53909
54186
  AnonymousUsers = "ANONYMOUS_USERS",
53910
54187
  ConfluenceLicensedUsers = "CONFLUENCE_LICENSED_USERS",
53911
54188
  ConfluenceUnlicensedUsers = "CONFLUENCE_UNLICENSED_USERS"
53912
54189
  }
53913
- export declare type KnowledgeBaseSpacePermissionUpdateResponse = KnowledgeBaseSpacePermission | MutationError;
53914
54190
  export declare type KnowledgeBaseSpacePermissionUpdateViewInput = {
53915
- spaceAri: Scalars['String']['input'];
53916
- viewPermission: KnowledgeBaseSpacePermissionType;
53917
- };
53918
- export declare type KnowledgeBaseSpacePermissions = {
53919
- __typename?: 'KnowledgeBaseSpacePermissions';
53920
- permissions: Array<Maybe<KnowledgeBaseSpacePermissions>>;
54191
+ spaceAri: Scalars['ID']['input'];
54192
+ viewPermission?: InputMaybe<KnowledgeBaseSpacePermissionType>;
53921
54193
  };
53922
54194
  export declare type KnowledgeBaseUnlinkResponse = {
53923
54195
  __typename?: 'KnowledgeBaseUnlinkResponse';
@@ -56561,11 +56833,8 @@ export declare type MercuryLinkFocusAreasToPortfolioPayload = Payload & {
56561
56833
  success: Scalars['Boolean']['output'];
56562
56834
  };
56563
56835
  export declare type MercuryLinkGoalsToFocusAreaInput = {
56564
- atlasGoalAris?: InputMaybe<Array<Scalars['String']['input']>>;
56565
- atlasGoalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
56566
- cloudId: Scalars['ID']['input'];
56567
- focusAreaAri?: InputMaybe<Scalars['String']['input']>;
56568
- parentFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
56836
+ atlasGoalAris: Array<Scalars['String']['input']>;
56837
+ focusAreaAri: Scalars['String']['input'];
56569
56838
  };
56570
56839
  export declare type MercuryLinkGoalsToFocusAreaPayload = Payload & {
56571
56840
  __typename?: 'MercuryLinkGoalsToFocusAreaPayload';
@@ -57553,7 +57822,7 @@ export declare type Mutation = {
57553
57822
  jsmChat?: Maybe<JsmChatMutation>;
57554
57823
  jsw?: Maybe<JswMutation>;
57555
57824
  knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
57556
- knowledgeBaseSpacePermission_updateView?: Maybe<KnowledgeBaseSpacePermissionMutationApi>;
57825
+ knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
57557
57826
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryMutationApi>;
57558
57827
  marketplaceConsole: MarketplaceConsoleMutationApi;
57559
57828
  marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
@@ -61067,7 +61336,7 @@ export declare type Query = {
61067
61336
  jsmChat?: Maybe<JsmChatQuery>;
61068
61337
  jsw?: Maybe<JswQuery>;
61069
61338
  knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
61070
- knowledgeBaseSpacePermission_bulkQuery?: Maybe<KnowledgeBaseSpacePermissionBulkQueryApi>;
61339
+ knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
61071
61340
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
61072
61341
  lpLearnerData?: Maybe<LpLearnerData>;
61073
61342
  marketplaceApp?: Maybe<MarketplaceApp>;
@@ -62372,7 +62641,7 @@ export declare type QueryKnowledgeBaseArgs = {
62372
62641
  cloudId: Scalars['ID']['input'];
62373
62642
  };
62374
62643
  export declare type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
62375
- input: KnowledgeBaseSpacePermissionInput;
62644
+ spaceAris: Array<Scalars['ID']['input']>;
62376
62645
  };
62377
62646
  export declare type QueryMarketplaceAppArgs = {
62378
62647
  appId: Scalars['ID']['input'];
@@ -64854,10 +65123,14 @@ export declare type ShepherdAlertMetaData = {
64854
65123
  };
64855
65124
  export declare type ShepherdAlertQueries = {
64856
65125
  __typename?: 'ShepherdAlertQueries';
65126
+ alertSnippets?: Maybe<ShepherdAlertSnippetResult>;
64857
65127
  authorizedActions?: Maybe<ShepherdAlertAuthorizedActionsResult>;
64858
65128
  byAri?: Maybe<ShepherdAlertResult>;
64859
65129
  byWorkspace?: Maybe<ShepherdAlertsResult>;
64860
65130
  };
65131
+ export declare type ShepherdAlertQueriesAlertSnippetsArgs = {
65132
+ id: Scalars['ID']['input'];
65133
+ };
64861
65134
  export declare type ShepherdAlertQueriesAuthorizedActionsArgs = {
64862
65135
  id: Scalars['ID']['input'];
64863
65136
  resource: Scalars['ID']['input'];
@@ -64872,6 +65145,20 @@ export declare type ShepherdAlertQueriesByWorkspaceArgs = {
64872
65145
  workspaceId: Scalars['ID']['input'];
64873
65146
  };
64874
65147
  export declare type ShepherdAlertResult = QueryError | ShepherdAlert;
65148
+ export declare type ShepherdAlertSnippet = {
65149
+ __typename?: 'ShepherdAlertSnippet';
65150
+ adf?: Maybe<Scalars['JSON']['output']>;
65151
+ contentId: Scalars['ID']['output'];
65152
+ field: Scalars['String']['output'];
65153
+ redactable: Scalars['Boolean']['output'];
65154
+ };
65155
+ export declare type ShepherdAlertSnippetResult = QueryError | ShepherdAlertSnippets;
65156
+ export declare type ShepherdAlertSnippets = {
65157
+ __typename?: 'ShepherdAlertSnippets';
65158
+ snippets?: Maybe<Array<ShepherdAlertSnippet>>;
65159
+ timestamp?: Maybe<Scalars['String']['output']>;
65160
+ versionMismatch?: Maybe<Scalars['Boolean']['output']>;
65161
+ };
64875
65162
  export declare enum ShepherdAlertStatus {
64876
65163
  InProgress = "IN_PROGRESS",
64877
65164
  Triaged = "TRIAGED",
@@ -64915,6 +65202,7 @@ export declare enum ShepherdAlertTemplateType {
64915
65202
  ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
64916
65203
  ConfluenceSuspiciousSearch = "CONFLUENCE_SUSPICIOUS_SEARCH",
64917
65204
  CreatedAuthPolicy = "CREATED_AUTH_POLICY",
65205
+ CreatedMobileAppPolicy = "CREATED_MOBILE_APP_POLICY",
64918
65206
  CreatedPolicy = "CREATED_POLICY",
64919
65207
  CreatedSamlConfig = "CREATED_SAML_CONFIG",
64920
65208
  CreatedTunnel = "CREATED_TUNNEL",
@@ -64926,6 +65214,7 @@ export declare enum ShepherdAlertTemplateType {
64926
65214
  Default = "DEFAULT",
64927
65215
  DeletedAuthPolicy = "DELETED_AUTH_POLICY",
64928
65216
  DeletedDomain = "DELETED_DOMAIN",
65217
+ DeletedMobileAppPolicy = "DELETED_MOBILE_APP_POLICY",
64929
65218
  DeletedPolicy = "DELETED_POLICY",
64930
65219
  DeletedTunnel = "DELETED_TUNNEL",
64931
65220
  EcosystemAuditLogInstallationCreated = "ECOSYSTEM_AUDIT_LOG_INSTALLATION_CREATED",
@@ -64962,6 +65251,7 @@ export declare enum ShepherdAlertTemplateType {
64962
65251
  TokenCreated = "TOKEN_CREATED",
64963
65252
  TokenRevoked = "TOKEN_REVOKED",
64964
65253
  UpdatedAuthPolicy = "UPDATED_AUTH_POLICY",
65254
+ UpdatedMobileAppPolicy = "UPDATED_MOBILE_APP_POLICY",
64965
65255
  UpdatedPolicy = "UPDATED_POLICY",
64966
65256
  UpdatedSamlConfig = "UPDATED_SAML_CONFIG",
64967
65257
  UserAddedToBeacon = "USER_ADDED_TO_BEACON",
@@ -65597,6 +65887,7 @@ export declare enum ShepherdRemediationActionType {
65597
65887
  ReviewGsyncRemediation = "REVIEW_GSYNC_REMEDIATION",
65598
65888
  ReviewIpAllowlistRemediation = "REVIEW_IP_ALLOWLIST_REMEDIATION",
65599
65889
  ReviewIssueRemediation = "REVIEW_ISSUE_REMEDIATION",
65890
+ ReviewMobileAppPolicyRemediation = "REVIEW_MOBILE_APP_POLICY_REMEDIATION",
65600
65891
  ReviewOtherAuthPoliciesRemediation = "REVIEW_OTHER_AUTH_POLICIES_REMEDIATION",
65601
65892
  ReviewOtherIpAllowlistRemediation = "REVIEW_OTHER_IP_ALLOWLIST_REMEDIATION",
65602
65893
  ReviewPageRemediation = "REVIEW_PAGE_REMEDIATION",
@@ -65843,6 +66134,7 @@ export declare type ShepherdWorkspace = {
65843
66134
  bitbucketWorkspaces?: Maybe<Array<ShepherdBitbucketWorkspace>>;
65844
66135
  cloudId: Scalars['ID']['output'];
65845
66136
  cloudName?: Maybe<Scalars['String']['output']>;
66137
+ createdOn: Scalars['DateTime']['output'];
65846
66138
  currentUser?: Maybe<ShepherdCurrentUser>;
65847
66139
  customDetections: Array<ShepherdCustomDetection>;
65848
66140
  detections: Array<ShepherdDetection>;
@@ -67698,6 +67990,7 @@ export declare type TownsquareQueryApi = {
67698
67990
  goal?: Maybe<TownsquareGoal>;
67699
67991
  goalSearch?: Maybe<TownsquareGoalConnection>;
67700
67992
  goalTql?: Maybe<TownsquareGoalConnection>;
67993
+ goalTqlFullHierarchy?: Maybe<TownsquareGoalConnection>;
67701
67994
  goalTypes?: Maybe<TownsquareGoalTypeConnection>;
67702
67995
  goalsByAri?: Maybe<Array<Maybe<TownsquareGoal>>>;
67703
67996
  project?: Maybe<TownsquareProject>;
@@ -67731,6 +68024,14 @@ export declare type TownsquareQueryApiGoalTqlArgs = {
67731
68024
  q: Scalars['String']['input'];
67732
68025
  sort?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
67733
68026
  };
68027
+ export declare type TownsquareQueryApiGoalTqlFullHierarchyArgs = {
68028
+ after?: InputMaybe<Scalars['String']['input']>;
68029
+ childrenOf?: InputMaybe<Scalars['String']['input']>;
68030
+ containerId: Scalars['String']['input'];
68031
+ first?: InputMaybe<Scalars['Int']['input']>;
68032
+ q?: InputMaybe<Scalars['String']['input']>;
68033
+ sorts?: InputMaybe<Array<InputMaybe<TownsquareGoalSortEnum>>>;
68034
+ };
67734
68035
  export declare type TownsquareQueryApiGoalTypesArgs = {
67735
68036
  after?: InputMaybe<Scalars['String']['input']>;
67736
68037
  containerId: Scalars['String']['input'];
@@ -68121,11 +68422,12 @@ export declare type TrelloBoardUpdated = {
68121
68422
  description?: Maybe<TrelloDescription>;
68122
68423
  enterprise?: Maybe<TrelloEnterprise>;
68123
68424
  id?: Maybe<Scalars['ID']['output']>;
68124
- labels?: Maybe<Array<TrelloLabel>>;
68425
+ labels?: Maybe<TrelloLabelConnectionUpdated>;
68125
68426
  lists?: Maybe<TrelloListUpdatedConnection>;
68126
68427
  members?: Maybe<TrelloBoardMembershipsConnection>;
68127
68428
  name?: Maybe<Scalars['String']['output']>;
68128
68429
  objectId?: Maybe<Scalars['ID']['output']>;
68430
+ onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
68129
68431
  prefs?: Maybe<TrelloBoardPrefs>;
68130
68432
  premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
68131
68433
  url?: Maybe<Scalars['URL']['output']>;
@@ -68170,6 +68472,7 @@ export declare type TrelloCard = Node & {
68170
68472
  list?: Maybe<TrelloList>;
68171
68473
  location?: Maybe<TrelloCardLocation>;
68172
68474
  members?: Maybe<TrelloMemberConnection>;
68475
+ mirrorSourceId?: Maybe<Scalars['ID']['output']>;
68173
68476
  name?: Maybe<Scalars['String']['output']>;
68174
68477
  objectId: Scalars['ID']['output'];
68175
68478
  pinned?: Maybe<Scalars['Boolean']['output']>;
@@ -68510,6 +68813,10 @@ export declare type TrelloImagePreviewUpdatedConnection = {
68510
68813
  __typename?: 'TrelloImagePreviewUpdatedConnection';
68511
68814
  nodes?: Maybe<Array<TrelloImagePreview>>;
68512
68815
  };
68816
+ export declare type TrelloInbox = {
68817
+ __typename?: 'TrelloInbox';
68818
+ board: TrelloBoard;
68819
+ };
68513
68820
  export declare type TrelloJwmWorkspaceLink = {
68514
68821
  __typename?: 'TrelloJwmWorkspaceLink';
68515
68822
  cloudId?: Maybe<Scalars['String']['output']>;
@@ -68530,11 +68837,31 @@ export declare type TrelloLabelConnection = {
68530
68837
  nodes?: Maybe<Array<TrelloLabel>>;
68531
68838
  pageInfo: PageInfo;
68532
68839
  };
68840
+ export declare type TrelloLabelConnectionUpdated = {
68841
+ __typename?: 'TrelloLabelConnectionUpdated';
68842
+ edges?: Maybe<Array<TrelloLabelEdgeUpdated>>;
68843
+ };
68844
+ export declare type TrelloLabelDeleted = {
68845
+ __typename?: 'TrelloLabelDeleted';
68846
+ id?: Maybe<Scalars['ID']['output']>;
68847
+ };
68533
68848
  export declare type TrelloLabelEdge = {
68534
68849
  __typename?: 'TrelloLabelEdge';
68535
68850
  cursor: Scalars['String']['output'];
68536
68851
  node: TrelloLabel;
68537
68852
  };
68853
+ export declare type TrelloLabelEdgeUpdated = {
68854
+ __typename?: 'TrelloLabelEdgeUpdated';
68855
+ node: TrelloLabelUpdated;
68856
+ };
68857
+ export declare type TrelloLabelUpdated = {
68858
+ __typename?: 'TrelloLabelUpdated';
68859
+ color?: Maybe<Scalars['String']['output']>;
68860
+ id: Scalars['ID']['output'];
68861
+ name?: Maybe<Scalars['String']['output']>;
68862
+ objectId: Scalars['ID']['output'];
68863
+ uses?: Maybe<Scalars['Int']['output']>;
68864
+ };
68538
68865
  export declare type TrelloLabelUpdatedConnection = {
68539
68866
  __typename?: 'TrelloLabelUpdatedConnection';
68540
68867
  nodes: Array<TrelloLabel>;
@@ -68622,6 +68949,7 @@ export declare type TrelloMember = Node & {
68622
68949
  enterprise?: Maybe<TrelloEnterprise>;
68623
68950
  fullName?: Maybe<Scalars['String']['output']>;
68624
68951
  id: Scalars['ID']['output'];
68952
+ inbox?: Maybe<TrelloInbox>;
68625
68953
  initials?: Maybe<Scalars['String']['output']>;
68626
68954
  nonPublicData?: Maybe<TrelloMemberNonPublicData>;
68627
68955
  objectId: Scalars['ID']['output'];
@@ -69935,6 +70263,7 @@ export declare type UpdateCompassScorecardInput = {
69935
70263
  isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
69936
70264
  name?: InputMaybe<Scalars['String']['input']>;
69937
70265
  ownerId?: InputMaybe<Scalars['ID']['input']>;
70266
+ repositoryValues?: InputMaybe<CompassRepositoryValueInput>;
69938
70267
  scoringStrategyType?: InputMaybe<CompassScorecardScoringStrategyType>;
69939
70268
  updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
69940
70269
  };