@forge/cli-shared 6.9.0 → 6.10.0-next.0-experimental-01f8230

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.
@@ -482,7 +482,6 @@ export declare type ActivitiesObject = Node & {
482
482
  __typename?: 'ActivitiesObject';
483
483
  cloudId?: Maybe<Scalars['String']['output']>;
484
484
  containers?: Maybe<Array<ActivitiesContainer>>;
485
- content?: Maybe<ConfluenceLegacyContent>;
486
485
  contributors?: Maybe<Array<ActivitiesContributor>>;
487
486
  events?: Maybe<Array<ActivitiesEvent>>;
488
487
  extension?: Maybe<ActivitiesObjectExtension>;
@@ -1390,6 +1389,7 @@ export declare type AppEnvironment = {
1390
1389
  __typename?: 'AppEnvironment';
1391
1390
  app?: Maybe<App>;
1392
1391
  appId: Scalars['ID']['output'];
1392
+ appVersionRollouts?: Maybe<AppEnvironmentAppVersionRolloutConnection>;
1393
1393
  createdAt: Scalars['String']['output'];
1394
1394
  createdBy?: Maybe<User>;
1395
1395
  deployments?: Maybe<Array<AppDeployment>>;
@@ -1402,6 +1402,12 @@ export declare type AppEnvironment = {
1402
1402
  variables?: Maybe<Array<AppEnvironmentVariable>>;
1403
1403
  versions?: Maybe<AppEnvironmentVersionConnection>;
1404
1404
  };
1405
+ export declare type AppEnvironmentAppVersionRolloutsArgs = {
1406
+ after?: InputMaybe<Scalars['String']['input']>;
1407
+ before?: InputMaybe<Scalars['String']['input']>;
1408
+ first?: InputMaybe<Scalars['Int']['input']>;
1409
+ last?: InputMaybe<Scalars['Int']['input']>;
1410
+ };
1405
1411
  export declare type AppEnvironmentVersionsArgs = {
1406
1412
  after?: InputMaybe<Scalars['String']['input']>;
1407
1413
  before?: InputMaybe<Scalars['String']['input']>;
@@ -1411,6 +1417,18 @@ export declare type AppEnvironmentVersionsArgs = {
1411
1417
  majorVersion?: InputMaybe<Scalars['Int']['input']>;
1412
1418
  versionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
1413
1419
  };
1420
+ export declare type AppEnvironmentAppVersionRolloutConnection = {
1421
+ __typename?: 'AppEnvironmentAppVersionRolloutConnection';
1422
+ edges?: Maybe<Array<Maybe<AppEnvironmentAppVersionRolloutEdge>>>;
1423
+ nodes?: Maybe<Array<Maybe<AppVersionRollout>>>;
1424
+ pageInfo?: Maybe<AppVersionRolloutPageInfo>;
1425
+ totalCount?: Maybe<Scalars['Int']['output']>;
1426
+ };
1427
+ export declare type AppEnvironmentAppVersionRolloutEdge = {
1428
+ __typename?: 'AppEnvironmentAppVersionRolloutEdge';
1429
+ cursor: Scalars['String']['output'];
1430
+ node?: Maybe<AppVersionRollout>;
1431
+ };
1414
1432
  export declare type AppEnvironmentInput = {
1415
1433
  appId: Scalars['ID']['input'];
1416
1434
  key: Scalars['String']['input'];
@@ -1752,11 +1770,13 @@ export declare type AppLogsWithMetaData = {
1752
1770
  appId: Scalars['String']['output'];
1753
1771
  appVersion: Scalars['String']['output'];
1754
1772
  cloudwatchId?: Maybe<Scalars['String']['output']>;
1773
+ edition?: Maybe<EditionValue>;
1755
1774
  environmentId: Scalars['String']['output'];
1756
1775
  error?: Maybe<Scalars['String']['output']>;
1757
1776
  functionKey?: Maybe<Scalars['String']['output']>;
1758
1777
  installationContext: Scalars['String']['output'];
1759
1778
  invocationId: Scalars['String']['output'];
1779
+ licenseState?: Maybe<LicenseValue>;
1760
1780
  lvl?: Maybe<Scalars['String']['output']>;
1761
1781
  message?: Maybe<Scalars['String']['output']>;
1762
1782
  moduleKey?: Maybe<Scalars['String']['output']>;
@@ -2167,6 +2187,13 @@ export declare type AppVersionRollout = {
2167
2187
  status: AppVersionRolloutStatus;
2168
2188
  targetVersionId: Scalars['ID']['output'];
2169
2189
  };
2190
+ export declare type AppVersionRolloutPageInfo = {
2191
+ __typename?: 'AppVersionRolloutPageInfo';
2192
+ endCursor?: Maybe<Scalars['String']['output']>;
2193
+ hasNextPage: Scalars['Boolean']['output'];
2194
+ hasPreviousPage: Scalars['Boolean']['output'];
2195
+ startCursor?: Maybe<Scalars['String']['output']>;
2196
+ };
2170
2197
  export declare type AppVersionRolloutProgress = {
2171
2198
  __typename?: 'AppVersionRolloutProgress';
2172
2199
  completedUpgradeCount: Scalars['Int']['output'];
@@ -4421,22 +4448,6 @@ export declare type CommentUserAction = {
4421
4448
  tooltip?: Maybe<Scalars['String']['output']>;
4422
4449
  url?: Maybe<Scalars['String']['output']>;
4423
4450
  };
4424
- export declare type CommentsDigestResponse = {
4425
- __typename?: 'CommentsDigestResponse';
4426
- contentId: Scalars['ID']['output'];
4427
- language: Scalars['String']['output'];
4428
- summary: CommentsDigestSummaryResponse;
4429
- summaryId: Scalars['ID']['output'];
4430
- };
4431
- export declare enum CommentsDigestResponseType {
4432
- Json = "JSON",
4433
- PlainText = "PLAIN_TEXT"
4434
- }
4435
- export declare type CommentsDigestSummaryResponse = {
4436
- __typename?: 'CommentsDigestSummaryResponse';
4437
- introduction: Scalars['String']['output'];
4438
- prioritizedOpenComments: Array<PrioritizedOpenComments>;
4439
- };
4440
4451
  export declare enum CommentsType {
4441
4452
  Footer = "FOOTER",
4442
4453
  Inline = "INLINE"
@@ -4777,6 +4788,7 @@ export declare type CompassCampaign = Node & {
4777
4788
  createdByUser?: Maybe<User>;
4778
4789
  description?: Maybe<Scalars['String']['output']>;
4779
4790
  dueDate?: Maybe<Scalars['DateTime']['output']>;
4791
+ goal?: Maybe<TownsquareGoal>;
4780
4792
  goalId?: Maybe<Scalars['ID']['output']>;
4781
4793
  id: Scalars['ID']['output'];
4782
4794
  name?: Maybe<Scalars['String']['output']>;
@@ -19407,6 +19419,18 @@ export declare enum ContentRepresentation {
19407
19419
  View = "VIEW",
19408
19420
  Wiki = "WIKI"
19409
19421
  }
19422
+ export declare enum ContentRepresentationV2 {
19423
+ AtlasDocFormat = "atlas_doc_format",
19424
+ Editor = "editor",
19425
+ Editor2 = "editor2",
19426
+ ExportView = "export_view",
19427
+ Plain = "plain",
19428
+ Raw = "raw",
19429
+ Storage = "storage",
19430
+ StyledView = "styled_view",
19431
+ View = "view",
19432
+ Wiki = "wiki"
19433
+ }
19410
19434
  export declare type ContentRestriction = {
19411
19435
  __typename?: 'ContentRestriction';
19412
19436
  content?: Maybe<Content>;
@@ -24908,6 +24932,10 @@ export declare type EditUpdate = AllUpdatesFeedEvent & {
24908
24932
  user?: Maybe<Person>;
24909
24933
  version: Scalars['Int']['output'];
24910
24934
  };
24935
+ export declare enum EditionValue {
24936
+ Advanced = "ADVANCED",
24937
+ Standard = "STANDARD"
24938
+ }
24911
24939
  export declare type Editions = {
24912
24940
  __typename?: 'Editions';
24913
24941
  confluence: ConfluenceEdition;
@@ -24949,6 +24977,15 @@ export declare type EmbeddedMediaToken = {
24949
24977
  links?: Maybe<LinksContextBase>;
24950
24978
  token?: Maybe<Scalars['String']['output']>;
24951
24979
  };
24980
+ export declare type EmbeddedMediaTokenV2 = {
24981
+ __typename?: 'EmbeddedMediaTokenV2';
24982
+ collectionIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
24983
+ contentId?: Maybe<Scalars['ID']['output']>;
24984
+ expiryDateTime?: Maybe<Scalars['String']['output']>;
24985
+ fileIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
24986
+ mediaUrl?: Maybe<Scalars['String']['output']>;
24987
+ token?: Maybe<Scalars['String']['output']>;
24988
+ };
24952
24989
  export declare type EmbeddedSmartLink = SmartLink & {
24953
24990
  __typename?: 'EmbeddedSmartLink';
24954
24991
  layout: Scalars['String']['output'];
@@ -26415,7 +26452,6 @@ export declare type FeedItem = {
26415
26452
  __typename?: 'FeedItem';
26416
26453
  content?: Maybe<Content>;
26417
26454
  id: Scalars['String']['output'];
26418
- mostRelevantUpdate: Scalars['Int']['output'];
26419
26455
  recentActionsCount: Scalars['Int']['output'];
26420
26456
  source: Array<FeedItemSourceType>;
26421
26457
  summaryLineUpdate: FeedEvent;
@@ -31390,6 +31426,8 @@ export declare type GraphStore = {
31390
31426
  atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
31391
31427
  atlasGoalHasGoalUpdate?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection>;
31392
31428
  atlasGoalHasGoalUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection>;
31429
+ atlasGoalHasJiraAlignProject?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection>;
31430
+ atlasGoalHasJiraAlignProjectInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection>;
31393
31431
  atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
31394
31432
  atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
31395
31433
  atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
@@ -31454,6 +31492,7 @@ export declare type GraphStore = {
31454
31492
  confluencePageHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseInverseConnection>;
31455
31493
  confluencePageHasParentPage?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageConnection>;
31456
31494
  confluencePageHasParentPageInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasParentPageInverseConnection>;
31495
+ confluencePageSharedWithGroup?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupConnection>;
31457
31496
  confluencePageSharedWithGroupInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection>;
31458
31497
  confluencePageSharedWithUser?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserConnection>;
31459
31498
  confluencePageSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserInverseConnection>;
@@ -31515,6 +31554,7 @@ export declare type GraphStore = {
31515
31554
  graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
31516
31555
  graphEntityReplicates3pEntityInverse?: Maybe<GraphStoreSimplifiedGraphEntityReplicates3pEntityInverseConnection>;
31517
31556
  groupCanViewConfluenceSpace?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceConnection>;
31557
+ groupCanViewConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection>;
31518
31558
  incidentAssociatedPostIncidentReview?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection>;
31519
31559
  incidentAssociatedPostIncidentReviewBatch?: Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection>;
31520
31560
  incidentAssociatedPostIncidentReviewInverse?: Maybe<GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewInverseConnection>;
@@ -32001,7 +32041,6 @@ export declare type GraphStore = {
32001
32041
  userUpdatedGraphDocumentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentInverseConnection>;
32002
32042
  userUpdatedIssue?: Maybe<GraphStoreSimplifiedUserUpdatedIssueConnection>;
32003
32043
  userUpdatedIssueInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseConnection>;
32004
- userUpdatedIssueStatusInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection>;
32005
32044
  userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
32006
32045
  userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
32007
32046
  userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
@@ -32011,11 +32050,15 @@ export declare type GraphStore = {
32011
32050
  userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
32012
32051
  userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
32013
32052
  userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
32053
+ userViewedGoalUpdateBatch?: Maybe<GraphStoreBatchUserViewedGoalUpdateConnection>;
32014
32054
  userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
32055
+ userViewedGoalUpdateInverseBatch?: Maybe<GraphStoreBatchUserViewedGoalUpdateConnection>;
32015
32056
  userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
32016
32057
  userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
32017
32058
  userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
32059
+ userViewedProjectUpdateBatch?: Maybe<GraphStoreBatchUserViewedProjectUpdateConnection>;
32018
32060
  userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
32061
+ userViewedProjectUpdateInverseBatch?: Maybe<GraphStoreBatchUserViewedProjectUpdateConnection>;
32019
32062
  userViewedVideo?: Maybe<GraphStoreSimplifiedUserViewedVideoConnection>;
32020
32063
  userViewedVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseConnection>;
32021
32064
  userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
@@ -32135,6 +32178,20 @@ export declare type GraphStoreAtlasGoalHasGoalUpdateInverseArgs = {
32135
32178
  id: Scalars['ID']['input'];
32136
32179
  sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
32137
32180
  };
32181
+ export declare type GraphStoreAtlasGoalHasJiraAlignProjectArgs = {
32182
+ after?: InputMaybe<Scalars['String']['input']>;
32183
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32184
+ first?: InputMaybe<Scalars['Int']['input']>;
32185
+ id: Scalars['ID']['input'];
32186
+ sort?: InputMaybe<GraphStoreAtlasGoalHasJiraAlignProjectSortInput>;
32187
+ };
32188
+ export declare type GraphStoreAtlasGoalHasJiraAlignProjectInverseArgs = {
32189
+ after?: InputMaybe<Scalars['String']['input']>;
32190
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32191
+ first?: InputMaybe<Scalars['Int']['input']>;
32192
+ id: Scalars['ID']['input'];
32193
+ sort?: InputMaybe<GraphStoreAtlasGoalHasJiraAlignProjectSortInput>;
32194
+ };
32138
32195
  export declare type GraphStoreAtlasGoalHasOwnerArgs = {
32139
32196
  after?: InputMaybe<Scalars['String']['input']>;
32140
32197
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -32565,6 +32622,13 @@ export declare type GraphStoreConfluencePageHasParentPageInverseArgs = {
32565
32622
  id: Scalars['ID']['input'];
32566
32623
  sort?: InputMaybe<GraphStoreConfluencePageHasParentPageSortInput>;
32567
32624
  };
32625
+ export declare type GraphStoreConfluencePageSharedWithGroupArgs = {
32626
+ after?: InputMaybe<Scalars['String']['input']>;
32627
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32628
+ first?: InputMaybe<Scalars['Int']['input']>;
32629
+ id: Scalars['ID']['input'];
32630
+ sort?: InputMaybe<GraphStoreConfluencePageSharedWithGroupSortInput>;
32631
+ };
32568
32632
  export declare type GraphStoreConfluencePageSharedWithGroupInverseArgs = {
32569
32633
  after?: InputMaybe<Scalars['String']['input']>;
32570
32634
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -32703,6 +32767,7 @@ export declare type GraphStoreCypherQueryV2Args = {
32703
32767
  first?: InputMaybe<Scalars['Int']['input']>;
32704
32768
  params?: InputMaybe<Scalars['JSON']['input']>;
32705
32769
  query: Scalars['String']['input'];
32770
+ version?: InputMaybe<GraphStoreCypherQueryV2VersionEnum>;
32706
32771
  };
32707
32772
  export declare type GraphStoreDeploymentAssociatedRepoArgs = {
32708
32773
  after?: InputMaybe<Scalars['String']['input']>;
@@ -32975,6 +33040,13 @@ export declare type GraphStoreGroupCanViewConfluenceSpaceArgs = {
32975
33040
  id: Scalars['ID']['input'];
32976
33041
  sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
32977
33042
  };
33043
+ export declare type GraphStoreGroupCanViewConfluenceSpaceInverseArgs = {
33044
+ after?: InputMaybe<Scalars['String']['input']>;
33045
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
33046
+ first?: InputMaybe<Scalars['Int']['input']>;
33047
+ id: Scalars['ID']['input'];
33048
+ sort?: InputMaybe<GraphStoreGroupCanViewConfluenceSpaceSortInput>;
33049
+ };
32978
33050
  export declare type GraphStoreIncidentAssociatedPostIncidentReviewArgs = {
32979
33051
  after?: InputMaybe<Scalars['String']['input']>;
32980
33052
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36207,13 +36279,6 @@ export declare type GraphStoreUserUpdatedIssueInverseArgs = {
36207
36279
  id: Scalars['ID']['input'];
36208
36280
  sort?: InputMaybe<GraphStoreUserUpdatedIssueSortInput>;
36209
36281
  };
36210
- export declare type GraphStoreUserUpdatedIssueStatusInverseArgs = {
36211
- after?: InputMaybe<Scalars['String']['input']>;
36212
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
36213
- first?: InputMaybe<Scalars['Int']['input']>;
36214
- id: Scalars['ID']['input'];
36215
- sort?: InputMaybe<GraphStoreUserUpdatedIssueStatusSortInput>;
36216
- };
36217
36282
  export declare type GraphStoreUserViewedAtlasGoalArgs = {
36218
36283
  after?: InputMaybe<Scalars['String']['input']>;
36219
36284
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36277,6 +36342,12 @@ export declare type GraphStoreUserViewedGoalUpdateArgs = {
36277
36342
  id: Scalars['ID']['input'];
36278
36343
  sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
36279
36344
  };
36345
+ export declare type GraphStoreUserViewedGoalUpdateBatchArgs = {
36346
+ after?: InputMaybe<Scalars['String']['input']>;
36347
+ first?: InputMaybe<Scalars['Int']['input']>;
36348
+ ids: Array<Scalars['ID']['input']>;
36349
+ sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
36350
+ };
36280
36351
  export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
36281
36352
  after?: InputMaybe<Scalars['String']['input']>;
36282
36353
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36284,6 +36355,12 @@ export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
36284
36355
  id: Scalars['ID']['input'];
36285
36356
  sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
36286
36357
  };
36358
+ export declare type GraphStoreUserViewedGoalUpdateInverseBatchArgs = {
36359
+ after?: InputMaybe<Scalars['String']['input']>;
36360
+ first?: InputMaybe<Scalars['Int']['input']>;
36361
+ ids: Array<Scalars['ID']['input']>;
36362
+ sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
36363
+ };
36287
36364
  export declare type GraphStoreUserViewedJiraIssueArgs = {
36288
36365
  after?: InputMaybe<Scalars['String']['input']>;
36289
36366
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36305,6 +36382,12 @@ export declare type GraphStoreUserViewedProjectUpdateArgs = {
36305
36382
  id: Scalars['ID']['input'];
36306
36383
  sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
36307
36384
  };
36385
+ export declare type GraphStoreUserViewedProjectUpdateBatchArgs = {
36386
+ after?: InputMaybe<Scalars['String']['input']>;
36387
+ first?: InputMaybe<Scalars['Int']['input']>;
36388
+ ids: Array<Scalars['ID']['input']>;
36389
+ sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
36390
+ };
36308
36391
  export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
36309
36392
  after?: InputMaybe<Scalars['String']['input']>;
36310
36393
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36312,6 +36395,12 @@ export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
36312
36395
  id: Scalars['ID']['input'];
36313
36396
  sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
36314
36397
  };
36398
+ export declare type GraphStoreUserViewedProjectUpdateInverseBatchArgs = {
36399
+ after?: InputMaybe<Scalars['String']['input']>;
36400
+ first?: InputMaybe<Scalars['Int']['input']>;
36401
+ ids: Array<Scalars['ID']['input']>;
36402
+ sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
36403
+ };
36315
36404
  export declare type GraphStoreUserViewedVideoArgs = {
36316
36405
  after?: InputMaybe<Scalars['String']['input']>;
36317
36406
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36705,6 +36794,9 @@ export declare type GraphStoreAtlasGoalHasFollowerSortInput = {
36705
36794
  export declare type GraphStoreAtlasGoalHasGoalUpdateSortInput = {
36706
36795
  lastModified?: InputMaybe<GraphStoreSortInput>;
36707
36796
  };
36797
+ export declare type GraphStoreAtlasGoalHasJiraAlignProjectSortInput = {
36798
+ lastModified?: InputMaybe<GraphStoreSortInput>;
36799
+ };
36708
36800
  export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
36709
36801
  lastModified?: InputMaybe<GraphStoreSortInput>;
36710
36802
  };
@@ -36823,11 +36915,13 @@ export declare type GraphStoreAtlasHomeQueryItem = {
36823
36915
  __typename?: 'GraphStoreAtlasHomeQueryItem';
36824
36916
  data?: Maybe<GraphStoreAtlasHomeFeedQueryToNodeUnion>;
36825
36917
  id: Scalars['ID']['output'];
36918
+ resourceId: Scalars['ID']['output'];
36826
36919
  };
36827
36920
  export declare type GraphStoreAtlasHomeQueryMetadata = {
36828
36921
  __typename?: 'GraphStoreAtlasHomeQueryMetadata';
36829
36922
  data?: Maybe<GraphStoreAtlasHomeFeedQueryToMetadataNodeUnion>;
36830
36923
  id: Scalars['ID']['output'];
36924
+ resourceId: Scalars['ID']['output'];
36831
36925
  };
36832
36926
  export declare type GraphStoreAtlasHomeQueryNode = {
36833
36927
  __typename?: 'GraphStoreAtlasHomeQueryNode';
@@ -37636,6 +37730,88 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipStartNode = {
37636
37730
  id: Scalars['ID']['output'];
37637
37731
  };
37638
37732
  export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIssue;
37733
+ export declare type GraphStoreBatchUserViewedGoalUpdateConnection = HasPageInfo & {
37734
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateConnection';
37735
+ edges: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateEdge>>;
37736
+ nodes: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateNode>>;
37737
+ pageInfo: PageInfo;
37738
+ };
37739
+ export declare type GraphStoreBatchUserViewedGoalUpdateEdge = {
37740
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateEdge';
37741
+ node: GraphStoreBatchUserViewedGoalUpdateInnerConnection;
37742
+ };
37743
+ export declare type GraphStoreBatchUserViewedGoalUpdateEndNode = {
37744
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateEndNode';
37745
+ data?: Maybe<GraphStoreBatchUserViewedGoalUpdateEndUnion>;
37746
+ id: Scalars['ID']['output'];
37747
+ };
37748
+ export declare type GraphStoreBatchUserViewedGoalUpdateEndUnion = TownsquareGoalUpdate;
37749
+ export declare type GraphStoreBatchUserViewedGoalUpdateInnerConnection = {
37750
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateInnerConnection';
37751
+ edges: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateInnerEdge>>;
37752
+ nodes: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateNode>>;
37753
+ requestedId: Scalars['ID']['output'];
37754
+ };
37755
+ export declare type GraphStoreBatchUserViewedGoalUpdateInnerEdge = {
37756
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateInnerEdge';
37757
+ cursor?: Maybe<Scalars['String']['output']>;
37758
+ node: GraphStoreBatchUserViewedGoalUpdateNode;
37759
+ };
37760
+ export declare type GraphStoreBatchUserViewedGoalUpdateNode = Node & {
37761
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateNode';
37762
+ createdAt: Scalars['DateTime']['output'];
37763
+ from: GraphStoreBatchUserViewedGoalUpdateStartNode;
37764
+ id: Scalars['ID']['output'];
37765
+ lastUpdated: Scalars['DateTime']['output'];
37766
+ to: GraphStoreBatchUserViewedGoalUpdateEndNode;
37767
+ };
37768
+ export declare type GraphStoreBatchUserViewedGoalUpdateStartNode = {
37769
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateStartNode';
37770
+ data?: Maybe<GraphStoreBatchUserViewedGoalUpdateStartUnion>;
37771
+ id: Scalars['ID']['output'];
37772
+ };
37773
+ export declare type GraphStoreBatchUserViewedGoalUpdateStartUnion = AppUser | AtlassianAccountUser | CustomerUser;
37774
+ export declare type GraphStoreBatchUserViewedProjectUpdateConnection = HasPageInfo & {
37775
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateConnection';
37776
+ edges: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateEdge>>;
37777
+ nodes: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateNode>>;
37778
+ pageInfo: PageInfo;
37779
+ };
37780
+ export declare type GraphStoreBatchUserViewedProjectUpdateEdge = {
37781
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateEdge';
37782
+ node: GraphStoreBatchUserViewedProjectUpdateInnerConnection;
37783
+ };
37784
+ export declare type GraphStoreBatchUserViewedProjectUpdateEndNode = {
37785
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateEndNode';
37786
+ data?: Maybe<GraphStoreBatchUserViewedProjectUpdateEndUnion>;
37787
+ id: Scalars['ID']['output'];
37788
+ };
37789
+ export declare type GraphStoreBatchUserViewedProjectUpdateEndUnion = TownsquareProjectUpdate;
37790
+ export declare type GraphStoreBatchUserViewedProjectUpdateInnerConnection = {
37791
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateInnerConnection';
37792
+ edges: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateInnerEdge>>;
37793
+ nodes: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateNode>>;
37794
+ requestedId: Scalars['ID']['output'];
37795
+ };
37796
+ export declare type GraphStoreBatchUserViewedProjectUpdateInnerEdge = {
37797
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateInnerEdge';
37798
+ cursor?: Maybe<Scalars['String']['output']>;
37799
+ node: GraphStoreBatchUserViewedProjectUpdateNode;
37800
+ };
37801
+ export declare type GraphStoreBatchUserViewedProjectUpdateNode = Node & {
37802
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateNode';
37803
+ createdAt: Scalars['DateTime']['output'];
37804
+ from: GraphStoreBatchUserViewedProjectUpdateStartNode;
37805
+ id: Scalars['ID']['output'];
37806
+ lastUpdated: Scalars['DateTime']['output'];
37807
+ to: GraphStoreBatchUserViewedProjectUpdateEndNode;
37808
+ };
37809
+ export declare type GraphStoreBatchUserViewedProjectUpdateStartNode = {
37810
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateStartNode';
37811
+ data?: Maybe<GraphStoreBatchUserViewedProjectUpdateStartUnion>;
37812
+ id: Scalars['ID']['output'];
37813
+ };
37814
+ export declare type GraphStoreBatchUserViewedProjectUpdateStartUnion = AppUser | AtlassianAccountUser | CustomerUser;
37639
37815
  export declare type GraphStoreBoardBelongsToProjectSortInput = {
37640
37816
  lastModified?: InputMaybe<GraphStoreSortInput>;
37641
37817
  };
@@ -38166,7 +38342,7 @@ export declare type GraphStoreCypherQueryFromNode = {
38166
38342
  data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
38167
38343
  id: Scalars['ID']['output'];
38168
38344
  };
38169
- export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38345
+ export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38170
38346
  export declare type GraphStoreCypherQueryIntObject = {
38171
38347
  __typename?: 'GraphStoreCypherQueryIntObject';
38172
38348
  value: Scalars['Int']['output'];
@@ -38201,7 +38377,7 @@ export declare type GraphStoreCypherQueryRowItemNode = {
38201
38377
  data?: Maybe<GraphStoreCypherQueryRowItemNodeNodeUnion>;
38202
38378
  id: Scalars['ID']['output'];
38203
38379
  };
38204
- export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38380
+ export declare type GraphStoreCypherQueryRowItemNodeNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38205
38381
  export declare type GraphStoreCypherQueryStringObject = {
38206
38382
  __typename?: 'GraphStoreCypherQueryStringObject';
38207
38383
  value: Scalars['String']['output'];
@@ -38211,13 +38387,13 @@ export declare type GraphStoreCypherQueryToNode = {
38211
38387
  data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
38212
38388
  id: Scalars['ID']['output'];
38213
38389
  };
38214
- export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38390
+ export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38215
38391
  export declare type GraphStoreCypherQueryV2AriNode = {
38216
38392
  __typename?: 'GraphStoreCypherQueryV2AriNode';
38217
38393
  data?: Maybe<GraphStoreCypherQueryV2AriNodeUnion>;
38218
38394
  id: Scalars['ID']['output'];
38219
38395
  };
38220
- export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38396
+ export declare type GraphStoreCypherQueryV2AriNodeUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38221
38397
  export declare type GraphStoreCypherQueryV2BooleanObject = {
38222
38398
  __typename?: 'GraphStoreCypherQueryV2BooleanObject';
38223
38399
  value: Scalars['Boolean']['output'];
@@ -38231,6 +38407,7 @@ export declare type GraphStoreCypherQueryV2Connection = {
38231
38407
  __typename?: 'GraphStoreCypherQueryV2Connection';
38232
38408
  edges: Array<GraphStoreCypherQueryV2Edge>;
38233
38409
  pageInfo: PageInfo;
38410
+ version: Scalars['String']['output'];
38234
38411
  };
38235
38412
  export declare type GraphStoreCypherQueryV2Edge = {
38236
38413
  __typename?: 'GraphStoreCypherQueryV2Edge';
@@ -38257,7 +38434,11 @@ export declare type GraphStoreCypherQueryV2StringObject = {
38257
38434
  __typename?: 'GraphStoreCypherQueryV2StringObject';
38258
38435
  value: Scalars['String']['output'];
38259
38436
  };
38260
- export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38437
+ export declare enum GraphStoreCypherQueryV2VersionEnum {
38438
+ V2 = "V2",
38439
+ V3 = "V3"
38440
+ }
38441
+ export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
38261
38442
  export declare type GraphStoreCypherQueryValueNode = {
38262
38443
  __typename?: 'GraphStoreCypherQueryValueNode';
38263
38444
  data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
@@ -43416,6 +43597,34 @@ export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseEdge = {
43416
43597
  };
43417
43598
  export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion = TownsquareGoal;
43418
43599
  export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion = TownsquareGoalUpdate;
43600
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection = HasPageInfo & {
43601
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection';
43602
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge>>>;
43603
+ pageInfo: PageInfo;
43604
+ };
43605
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge = {
43606
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge';
43607
+ createdAt: Scalars['DateTime']['output'];
43608
+ cursor?: Maybe<Scalars['String']['output']>;
43609
+ id: Scalars['ID']['output'];
43610
+ lastUpdated: Scalars['DateTime']['output'];
43611
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectUnion>;
43612
+ };
43613
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection = HasPageInfo & {
43614
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection';
43615
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge>>>;
43616
+ pageInfo: PageInfo;
43617
+ };
43618
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge = {
43619
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge';
43620
+ createdAt: Scalars['DateTime']['output'];
43621
+ cursor?: Maybe<Scalars['String']['output']>;
43622
+ id: Scalars['ID']['output'];
43623
+ lastUpdated: Scalars['DateTime']['output'];
43624
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseUnion>;
43625
+ };
43626
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseUnion = TownsquareGoal;
43627
+ export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectUnion = JiraAlignAggProject;
43419
43628
  export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
43420
43629
  __typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
43421
43630
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
@@ -44170,6 +44379,19 @@ export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseEdge =
44170
44379
  };
44171
44380
  export declare type GraphStoreSimplifiedConfluencePageHasParentPageInverseUnion = ConfluencePage;
44172
44381
  export declare type GraphStoreSimplifiedConfluencePageHasParentPageUnion = ConfluencePage;
44382
+ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupConnection = HasPageInfo & {
44383
+ __typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupConnection';
44384
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupEdge>>>;
44385
+ pageInfo: PageInfo;
44386
+ };
44387
+ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupEdge = {
44388
+ __typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupEdge';
44389
+ createdAt: Scalars['DateTime']['output'];
44390
+ cursor?: Maybe<Scalars['String']['output']>;
44391
+ id: Scalars['ID']['output'];
44392
+ lastUpdated: Scalars['DateTime']['output'];
44393
+ node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupUnion>;
44394
+ };
44173
44395
  export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection = HasPageInfo & {
44174
44396
  __typename?: 'GraphStoreSimplifiedConfluencePageSharedWithGroupInverseConnection';
44175
44397
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge>>>;
@@ -44184,6 +44406,7 @@ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseEdge
44184
44406
  node?: Maybe<GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion>;
44185
44407
  };
44186
44408
  export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupInverseUnion = ConfluencePage;
44409
+ export declare type GraphStoreSimplifiedConfluencePageSharedWithGroupUnion = IdentityGroup;
44187
44410
  export declare type GraphStoreSimplifiedConfluencePageSharedWithUserConnection = HasPageInfo & {
44188
44411
  __typename?: 'GraphStoreSimplifiedConfluencePageSharedWithUserConnection';
44189
44412
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageSharedWithUserEdge>>>;
@@ -44825,6 +45048,20 @@ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceEdge = {
44825
45048
  lastUpdated: Scalars['DateTime']['output'];
44826
45049
  node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion>;
44827
45050
  };
45051
+ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection = HasPageInfo & {
45052
+ __typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseConnection';
45053
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge>>>;
45054
+ pageInfo: PageInfo;
45055
+ };
45056
+ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge = {
45057
+ __typename?: 'GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseEdge';
45058
+ createdAt: Scalars['DateTime']['output'];
45059
+ cursor?: Maybe<Scalars['String']['output']>;
45060
+ id: Scalars['ID']['output'];
45061
+ lastUpdated: Scalars['DateTime']['output'];
45062
+ node?: Maybe<GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion>;
45063
+ };
45064
+ export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceInverseUnion = IdentityGroup;
44828
45065
  export declare type GraphStoreSimplifiedGroupCanViewConfluenceSpaceUnion = ConfluenceSpace;
44829
45066
  export declare type GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
44830
45067
  __typename?: 'GraphStoreSimplifiedIncidentAssociatedPostIncidentReviewConnection';
@@ -49757,20 +49994,6 @@ export declare type GraphStoreSimplifiedUserUpdatedIssueInverseEdge = {
49757
49994
  node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseUnion>;
49758
49995
  };
49759
49996
  export declare type GraphStoreSimplifiedUserUpdatedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
49760
- export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection = HasPageInfo & {
49761
- __typename?: 'GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection';
49762
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge>>>;
49763
- pageInfo: PageInfo;
49764
- };
49765
- export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge = {
49766
- __typename?: 'GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge';
49767
- createdAt: Scalars['DateTime']['output'];
49768
- cursor?: Maybe<Scalars['String']['output']>;
49769
- id: Scalars['ID']['output'];
49770
- lastUpdated: Scalars['DateTime']['output'];
49771
- node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseUnion>;
49772
- };
49773
- export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
49774
49997
  export declare type GraphStoreSimplifiedUserUpdatedIssueUnion = JiraIssue;
49775
49998
  export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
49776
49999
  __typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
@@ -51144,9 +51367,6 @@ export declare type GraphStoreUserUpdatedGraphDocumentSortInput = {
51144
51367
  export declare type GraphStoreUserUpdatedIssueSortInput = {
51145
51368
  lastModified?: InputMaybe<GraphStoreSortInput>;
51146
51369
  };
51147
- export declare type GraphStoreUserUpdatedIssueStatusSortInput = {
51148
- lastModified?: InputMaybe<GraphStoreSortInput>;
51149
- };
51150
51370
  export declare type GraphStoreUserViewedAtlasGoalSortInput = {
51151
51371
  lastModified?: InputMaybe<GraphStoreSortInput>;
51152
51372
  };
@@ -62072,6 +62292,10 @@ export declare type JiraJqlPlainTextFieldValue = JiraJqlFieldValue & {
62072
62292
  isSelected?: Maybe<Scalars['Boolean']['output']>;
62073
62293
  jqlTerm: Scalars['String']['output'];
62074
62294
  };
62295
+ export declare type JiraJqlPlanInput = {
62296
+ planId: Scalars['Long']['input'];
62297
+ scenarioId?: InputMaybe<Scalars['Long']['input']>;
62298
+ };
62075
62299
  export declare type JiraJqlPriorityFieldValue = JiraJqlFieldValue & {
62076
62300
  __typename?: 'JiraJqlPriorityFieldValue';
62077
62301
  displayName: Scalars['String']['output'];
@@ -62129,6 +62353,7 @@ export declare type JiraJqlResolutionFieldValue = JiraJqlFieldValue & {
62129
62353
  };
62130
62354
  export declare type JiraJqlScopeInput = {
62131
62355
  board?: InputMaybe<JiraJqlBoardInput>;
62356
+ plan?: InputMaybe<JiraJqlPlanInput>;
62132
62357
  };
62133
62358
  export declare type JiraJqlSearchTemplate = {
62134
62359
  __typename?: 'JiraJqlSearchTemplate';
@@ -62286,6 +62511,10 @@ export declare type JiraLabelEdge = {
62286
62511
  cursor: Scalars['String']['output'];
62287
62512
  node?: Maybe<JiraLabel>;
62288
62513
  };
62514
+ export declare type JiraLabelProperties = {
62515
+ color?: InputMaybe<JiraOptionColorInput>;
62516
+ name: Scalars['String']['input'];
62517
+ };
62289
62518
  export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
62290
62519
  __typename?: 'JiraLabelsField';
62291
62520
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -62327,6 +62556,7 @@ export declare type JiraLabelsFieldInput = {
62327
62556
  labels?: InputMaybe<Array<JiraLabelsInput>>;
62328
62557
  };
62329
62558
  export declare type JiraLabelsFieldOperationInput = {
62559
+ labelProperties?: InputMaybe<Array<JiraLabelProperties>>;
62330
62560
  labels: Array<Scalars['String']['input']>;
62331
62561
  operation: JiraMultiValueFieldOperations;
62332
62562
  };
@@ -64112,6 +64342,58 @@ export declare type JiraOption = JiraSelectableValue & Node & {
64112
64342
  selectableUrl?: Maybe<Scalars['URL']['output']>;
64113
64343
  value?: Maybe<Scalars['String']['output']>;
64114
64344
  };
64345
+ export declare enum JiraOptionColorInput {
64346
+ Blue = "BLUE",
64347
+ BlueDarker = "BLUE_DARKER",
64348
+ BlueDarkest = "BLUE_DARKEST",
64349
+ BlueLighter = "BLUE_LIGHTER",
64350
+ BlueLightest = "BLUE_LIGHTEST",
64351
+ Green = "GREEN",
64352
+ GreenDarker = "GREEN_DARKER",
64353
+ GreenDarkest = "GREEN_DARKEST",
64354
+ GreenLighter = "GREEN_LIGHTER",
64355
+ GreenLightest = "GREEN_LIGHTEST",
64356
+ Grey = "GREY",
64357
+ GreyDarker = "GREY_DARKER",
64358
+ GreyDarkest = "GREY_DARKEST",
64359
+ GreyLighter = "GREY_LIGHTER",
64360
+ GreyLightest = "GREY_LIGHTEST",
64361
+ Lime = "LIME",
64362
+ LimeDarker = "LIME_DARKER",
64363
+ LimeDarkest = "LIME_DARKEST",
64364
+ LimeLighter = "LIME_LIGHTER",
64365
+ LimeLightest = "LIME_LIGHTEST",
64366
+ Magenta = "MAGENTA",
64367
+ MagentaDarker = "MAGENTA_DARKER",
64368
+ MagentaDarkest = "MAGENTA_DARKEST",
64369
+ MagentaLighter = "MAGENTA_LIGHTER",
64370
+ MagentaLightest = "MAGENTA_LIGHTEST",
64371
+ Orange = "ORANGE",
64372
+ OrangeDarker = "ORANGE_DARKER",
64373
+ OrangeDarkest = "ORANGE_DARKEST",
64374
+ OrangeLighter = "ORANGE_LIGHTER",
64375
+ OrangeLightest = "ORANGE_LIGHTEST",
64376
+ Purple = "PURPLE",
64377
+ PurpleDarker = "PURPLE_DARKER",
64378
+ PurpleDarkest = "PURPLE_DARKEST",
64379
+ PurpleLighter = "PURPLE_LIGHTER",
64380
+ PurpleLightest = "PURPLE_LIGHTEST",
64381
+ Red = "RED",
64382
+ RedDarker = "RED_DARKER",
64383
+ RedDarkest = "RED_DARKEST",
64384
+ RedLighter = "RED_LIGHTER",
64385
+ RedLightest = "RED_LIGHTEST",
64386
+ Teal = "TEAL",
64387
+ TealDarker = "TEAL_DARKER",
64388
+ TealDarkest = "TEAL_DARKEST",
64389
+ TealLighter = "TEAL_LIGHTER",
64390
+ TealLightest = "TEAL_LIGHTEST",
64391
+ Yellow = "YELLOW",
64392
+ YellowDarker = "YELLOW_DARKER",
64393
+ YellowDarkest = "YELLOW_DARKEST",
64394
+ YellowLighter = "YELLOW_LIGHTER",
64395
+ YellowLightest = "YELLOW_LIGHTEST"
64396
+ }
64115
64397
  export declare type JiraOptionConnection = {
64116
64398
  __typename?: 'JiraOptionConnection';
64117
64399
  edges?: Maybe<Array<Maybe<JiraOptionEdge>>>;
@@ -64526,6 +64808,7 @@ export declare type JiraPlanMultiScenarioFeatureMutationInput = {
64526
64808
  };
64527
64809
  export declare type JiraPlanReleaseFeatureMutationInput = {
64528
64810
  enabled: Scalars['Boolean']['input'];
64811
+ hasConsentToDeleteUnsavedChanges?: InputMaybe<Scalars['Boolean']['input']>;
64529
64812
  planId: Scalars['ID']['input'];
64530
64813
  };
64531
64814
  export declare enum JiraPlanStatus {
@@ -64696,6 +64979,7 @@ export declare type JiraPlaybookStepRun = Node & {
64696
64979
  __typename?: 'JiraPlaybookStepRun';
64697
64980
  completedAt?: Maybe<Scalars['DateTime']['output']>;
64698
64981
  id: Scalars['ID']['output'];
64982
+ issue?: Maybe<JiraIssue>;
64699
64983
  playbookId?: Maybe<Scalars['ID']['output']>;
64700
64984
  playbookName?: Maybe<Scalars['String']['output']>;
64701
64985
  ruleId?: Maybe<Scalars['String']['output']>;
@@ -65246,6 +65530,7 @@ export declare type JiraProjectField = JiraIssueField & JiraIssueFieldConfigurat
65246
65530
  export declare type JiraProjectFieldProjectsArgs = {
65247
65531
  after?: InputMaybe<Scalars['String']['input']>;
65248
65532
  before?: InputMaybe<Scalars['String']['input']>;
65533
+ context?: InputMaybe<JiraProjectPermissionContext>;
65249
65534
  filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
65250
65535
  first?: InputMaybe<Scalars['Int']['input']>;
65251
65536
  last?: InputMaybe<Scalars['Int']['input']>;
@@ -65365,6 +65650,10 @@ export declare enum JiraProjectPermissionCategoryEnum {
65365
65650
  TimeTracking = "TIME_TRACKING",
65366
65651
  VotersAndWatchers = "VOTERS_AND_WATCHERS"
65367
65652
  }
65653
+ export declare enum JiraProjectPermissionContext {
65654
+ CreateIssue = "CREATE_ISSUE",
65655
+ ViewIssue = "VIEW_ISSUE"
65656
+ }
65368
65657
  export declare enum JiraProjectPermissionType {
65369
65658
  AddComments = "ADD_COMMENTS",
65370
65659
  AdministerProjects = "ADMINISTER_PROJECTS",
@@ -69239,6 +69528,9 @@ export declare enum JiraSidebarMenuDisplayMode {
69239
69528
  Starred = "STARRED",
69240
69529
  StarredAndRecent = "STARRED_AND_RECENT"
69241
69530
  }
69531
+ export declare type JiraSidebarMenuItemInput = {
69532
+ itemId: Scalars['ID']['input'];
69533
+ };
69242
69534
  export declare type JiraSimilarIssues = {
69243
69535
  __typename?: 'JiraSimilarIssues';
69244
69536
  featureEnabled: Scalars['Boolean']['output'];
@@ -70686,6 +70978,7 @@ export declare type JiraUpdateSidebarMenuDisplaySettingInput = {
70686
70978
  currentURL?: InputMaybe<Scalars['URL']['input']>;
70687
70979
  displayMode?: InputMaybe<JiraSidebarMenuDisplayMode>;
70688
70980
  favouriteLimit?: InputMaybe<Scalars['Int']['input']>;
70981
+ favouriteOrder?: InputMaybe<Array<InputMaybe<JiraSidebarMenuItemInput>>>;
70689
70982
  recentLimit?: InputMaybe<Scalars['Int']['input']>;
70690
70983
  };
70691
70984
  export declare type JiraUpdateSingleGroupPickerFieldInput = {
@@ -73808,6 +74101,17 @@ export declare type KnowledgeDiscoveryUsers = {
73808
74101
  __typename?: 'KnowledgeDiscoveryUsers';
73809
74102
  users?: Maybe<Array<Maybe<KnowledgeDiscoverySearchUser>>>;
73810
74103
  };
74104
+ export declare type KnowledgeGraphObjectResponse = {
74105
+ __typename?: 'KnowledgeGraphObjectResponse';
74106
+ contentId: Scalars['ID']['output'];
74107
+ contentType: ConfluenceContentType;
74108
+ createdAt: Scalars['String']['output'];
74109
+ objectData: Scalars['String']['output'];
74110
+ };
74111
+ export declare enum KnowledgeGraphObjectType {
74112
+ SnippetV1 = "snippet_v1",
74113
+ SnippetV2 = "snippet_v2"
74114
+ }
73811
74115
  export declare type KnownUser = Person & {
73812
74116
  __typename?: 'KnownUser';
73813
74117
  accountId?: Maybe<Scalars['String']['output']>;
@@ -73912,6 +74216,11 @@ export declare enum LicenseStatus {
73912
74216
  Suspended = "SUSPENDED",
73913
74217
  Unlicensed = "UNLICENSED"
73914
74218
  }
74219
+ export declare enum LicenseValue {
74220
+ Active = "ACTIVE",
74221
+ Inactive = "INACTIVE",
74222
+ Trial = "TRIAL"
74223
+ }
73915
74224
  export declare type LicensedProduct = {
73916
74225
  __typename?: 'LicensedProduct';
73917
74226
  licenseStatus: LicenseStatus;
@@ -74046,10 +74355,12 @@ export declare type LogQueryInput = {
74046
74355
  appVersion?: InputMaybe<Scalars['String']['input']>;
74047
74356
  appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
74048
74357
  dates?: InputMaybe<DateSearchInput>;
74358
+ editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
74049
74359
  functionKey?: InputMaybe<Scalars['String']['input']>;
74050
74360
  functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
74051
74361
  installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
74052
74362
  invocationId?: InputMaybe<Scalars['String']['input']>;
74363
+ licenseStates?: InputMaybe<Array<InputMaybe<LicenseValue>>>;
74053
74364
  lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
74054
74365
  moduleType?: InputMaybe<Scalars['String']['input']>;
74055
74366
  msg?: InputMaybe<Scalars['String']['input']>;
@@ -74283,6 +74594,11 @@ export declare type LoomVideo = Node & {
74283
74594
  transcriptLanguage?: Maybe<LoomTranscriptLanguage>;
74284
74595
  url: Scalars['String']['output'];
74285
74596
  };
74597
+ export declare type LoomVideoDurations = {
74598
+ __typename?: 'LoomVideoDurations';
74599
+ playableDuration?: Maybe<Scalars['Float']['output']>;
74600
+ sourceDuration?: Maybe<Scalars['Float']['output']>;
74601
+ };
74286
74602
  export declare type LpCertSort = {
74287
74603
  sortDirection?: InputMaybe<SortDirection>;
74288
74604
  sortField?: InputMaybe<LpCertSortField>;
@@ -74434,6 +74750,16 @@ export declare enum LpSortOrder {
74434
74750
  Asc = "ASC",
74435
74751
  Desc = "DESC"
74436
74752
  }
74753
+ export declare type Macro = {
74754
+ __typename?: 'Macro';
74755
+ adf: Scalars['String']['output'];
74756
+ contentId: Scalars['ID']['output'];
74757
+ macroId: Scalars['ID']['output'];
74758
+ renderedMacro?: Maybe<RenderedMacro>;
74759
+ };
74760
+ export declare type MacroRenderedMacroArgs = {
74761
+ mode?: InputMaybe<MacroRendererMode>;
74762
+ };
74437
74763
  export declare type MacroBody = {
74438
74764
  __typename?: 'MacroBody';
74439
74765
  mediaToken?: Maybe<EmbeddedMediaToken>;
@@ -74441,6 +74767,22 @@ export declare type MacroBody = {
74441
74767
  value?: Maybe<Scalars['String']['output']>;
74442
74768
  webResourceDependencies?: Maybe<WebResourceDependencies>;
74443
74769
  };
74770
+ export declare type MacroConnection = {
74771
+ __typename?: 'MacroConnection';
74772
+ edges?: Maybe<Array<Maybe<MacroEdge>>>;
74773
+ nodes?: Maybe<Array<Maybe<Macro>>>;
74774
+ pageInfo: PageInfoV2;
74775
+ };
74776
+ export declare type MacroEdge = {
74777
+ __typename?: 'MacroEdge';
74778
+ cursor?: Maybe<Scalars['String']['output']>;
74779
+ node: Macro;
74780
+ };
74781
+ export declare enum MacroRendererMode {
74782
+ Editor = "EDITOR",
74783
+ Pdf = "PDF",
74784
+ Renderer = "RENDERER"
74785
+ }
74444
74786
  export declare type MapOfStringToBoolean = {
74445
74787
  __typename?: 'MapOfStringToBoolean';
74446
74788
  key?: Maybe<Scalars['String']['output']>;
@@ -75073,7 +75415,8 @@ export declare type MarketplaceConsoleEditionsActivationResponse = MarketplaceCo
75073
75415
  export declare enum MarketplaceConsoleEditionsActivationStatus {
75074
75416
  Approved = "APPROVED",
75075
75417
  Pending = "PENDING",
75076
- Rejected = "REJECTED"
75418
+ Rejected = "REJECTED",
75419
+ Uninitiated = "UNINITIATED"
75077
75420
  }
75078
75421
  export declare type MarketplaceConsoleEditionsInput = {
75079
75422
  appKey?: InputMaybe<Scalars['String']['input']>;
@@ -75272,6 +75615,7 @@ export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
75272
75615
  appKey: Scalars['ID']['input'];
75273
75616
  appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
75274
75617
  binaryUrl?: InputMaybe<Scalars['String']['input']>;
75618
+ bonTermsSupported?: InputMaybe<Scalars['Boolean']['input']>;
75275
75619
  buildNumber: Scalars['ID']['input'];
75276
75620
  categories?: InputMaybe<Array<Scalars['String']['input']>>;
75277
75621
  communityEnabled?: InputMaybe<Scalars['Boolean']['input']>;
@@ -75295,6 +75639,7 @@ export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
75295
75639
  marketingLabels?: InputMaybe<Array<Scalars['String']['input']>>;
75296
75640
  moreDetails?: InputMaybe<Scalars['String']['input']>;
75297
75641
  name?: InputMaybe<Scalars['String']['input']>;
75642
+ partnerSpecificTerms?: InputMaybe<Scalars['String']['input']>;
75298
75643
  paymentModel?: InputMaybe<MarketplaceConsolePaymentModel>;
75299
75644
  privacyUrl?: InputMaybe<Scalars['String']['input']>;
75300
75645
  productId: Scalars['ID']['input'];
@@ -76169,11 +76514,15 @@ export declare type MarketplaceStoreEditionsInput = {
76169
76514
  export declare type MarketplaceStoreEligibleAppOfferingsInput = {
76170
76515
  cloudId: Scalars['String']['input'];
76171
76516
  product: MarketplaceStoreProduct;
76517
+ target?: InputMaybe<MarketplaceStoreEligibleAppOfferingsTargetInput>;
76172
76518
  };
76173
76519
  export declare type MarketplaceStoreEligibleAppOfferingsResponse = {
76174
76520
  __typename?: 'MarketplaceStoreEligibleAppOfferingsResponse';
76175
76521
  eligibleOfferings?: Maybe<Array<Maybe<MarketplaceStoreOfferingDetails>>>;
76176
76522
  };
76523
+ export declare type MarketplaceStoreEligibleAppOfferingsTargetInput = {
76524
+ product?: InputMaybe<MarketplaceStoreInstallationTargetProduct>;
76525
+ };
76177
76526
  export declare enum MarketplaceStoreEnterpriseProduct {
76178
76527
  Confluence = "CONFLUENCE",
76179
76528
  Jira = "JIRA"
@@ -79554,7 +79903,6 @@ export declare type Mutation = {
79554
79903
  notifyUsersOnFirstView?: Maybe<NotificationResponsePayload>;
79555
79904
  openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
79556
79905
  partnerEarlyAccess?: Maybe<PeapMutationApi>;
79557
- patchCommentsSummary?: Maybe<PatchCommentsSummaryPayload>;
79558
79906
  planModeCardCreate?: Maybe<CreateCardsOutput>;
79559
79907
  planModeCardMove?: Maybe<MoveCardOutput>;
79560
79908
  playbook_createJiraPlaybook?: Maybe<CreateJiraPlaybookPayload>;
@@ -79570,10 +79918,12 @@ export declare type Mutation = {
79570
79918
  publishReleaseNote: ContentPlatformReleaseNote;
79571
79919
  radar_createCustomField?: Maybe<RadarMutationResponse>;
79572
79920
  radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
79921
+ radar_deleteFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
79573
79922
  radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
79574
79923
  radar_updateConnector?: Maybe<RadarConnector>;
79575
79924
  radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
79576
79925
  radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
79926
+ radar_updateFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
79577
79927
  radar_updateWorkspaceSettings?: Maybe<RadarMutationResponse>;
79578
79928
  rankCardParent?: Maybe<GenericMutationResponse>;
79579
79929
  rankColumn?: Maybe<RankColumnOutput>;
@@ -80956,9 +81306,6 @@ export declare type MutationNotifyUsersOnFirstViewArgs = {
80956
81306
  export declare type MutationOpenUpSpacePermissionsArgs = {
80957
81307
  spaceKey: Scalars['String']['input'];
80958
81308
  };
80959
- export declare type MutationPatchCommentsSummaryArgs = {
80960
- input: PatchCommentsSummaryInput;
80961
- };
80962
81309
  export declare type MutationPlanModeCardCreateArgs = {
80963
81310
  input?: InputMaybe<PlanModeCardCreateInput>;
80964
81311
  };
@@ -81005,6 +81352,10 @@ export declare type MutationRadar_CreateRoleAssignmentArgs = {
81005
81352
  cloudId: Scalars['ID']['input'];
81006
81353
  input: RadarRoleAssignmentRequest;
81007
81354
  };
81355
+ export declare type MutationRadar_DeleteFocusAreaProposalChangesArgs = {
81356
+ cloudId: Scalars['ID']['input'];
81357
+ input: Array<RadarDeleteFocusAreaProposalChangesInput>;
81358
+ };
81008
81359
  export declare type MutationRadar_DeleteRoleAssignmentArgs = {
81009
81360
  cloudId: Scalars['ID']['input'];
81010
81361
  input: RadarRoleAssignmentRequest;
@@ -81021,6 +81372,10 @@ export declare type MutationRadar_UpdateFocusAreaMappingsArgs = {
81021
81372
  cloudId: Scalars['ID']['input'];
81022
81373
  input: Array<RadarFocusAreaMappingsInput>;
81023
81374
  };
81375
+ export declare type MutationRadar_UpdateFocusAreaProposalChangesArgs = {
81376
+ cloudId: Scalars['ID']['input'];
81377
+ input: Array<RadarPositionProposalChangeInput>;
81378
+ };
81024
81379
  export declare type MutationRadar_UpdateWorkspaceSettingsArgs = {
81025
81380
  cloudId: Scalars['ID']['input'];
81026
81381
  input: RadarWorkspaceSettingsInput;
@@ -81161,6 +81516,7 @@ export declare type MutationSetExternalAuthCredentialsArgs = {
81161
81516
  input: SetExternalAuthCredentialsInput;
81162
81517
  };
81163
81518
  export declare type MutationSetFeedUserConfigArgs = {
81519
+ cloudId?: InputMaybe<Scalars['String']['input']>;
81164
81520
  input: SetFeedUserConfigInput;
81165
81521
  };
81166
81522
  export declare type MutationSetIssueMediaVisibilityArgs = {
@@ -81182,9 +81538,11 @@ export declare type MutationSetPublicLinkDefaultSpaceStatusArgs = {
81182
81538
  status: PublicLinkDefaultSpaceStatus;
81183
81539
  };
81184
81540
  export declare type MutationSetRecommendedPagesSpaceStatusArgs = {
81541
+ cloudId?: InputMaybe<Scalars['String']['input']>;
81185
81542
  input: SetRecommendedPagesSpaceStatusInput;
81186
81543
  };
81187
81544
  export declare type MutationSetRecommendedPagesStatusArgs = {
81545
+ cloudId?: InputMaybe<Scalars['String']['input']>;
81188
81546
  input: SetRecommendedPagesStatusInput;
81189
81547
  };
81190
81548
  export declare type MutationSetRelevantFeedFiltersArgs = {
@@ -81455,6 +81813,7 @@ export declare type MutationUpdateTemplatePropertySetArgs = {
81455
81813
  };
81456
81814
  export declare type MutationUpdateTitleArgs = {
81457
81815
  contentId: Scalars['ID']['input'];
81816
+ draft?: InputMaybe<Scalars['Boolean']['input']>;
81458
81817
  title?: InputMaybe<Scalars['String']['input']>;
81459
81818
  };
81460
81819
  export declare type MutationUpdateUserPreferencesArgs = {
@@ -82400,6 +82759,13 @@ export declare type PageInfo = {
82400
82759
  hasPreviousPage: Scalars['Boolean']['output'];
82401
82760
  startCursor?: Maybe<Scalars['String']['output']>;
82402
82761
  };
82762
+ export declare type PageInfoV2 = {
82763
+ __typename?: 'PageInfoV2';
82764
+ endCursor?: Maybe<Scalars['String']['output']>;
82765
+ hasNextPage: Scalars['Boolean']['output'];
82766
+ hasPreviousPage: Scalars['Boolean']['output'];
82767
+ startCursor?: Maybe<Scalars['String']['output']>;
82768
+ };
82403
82769
  export declare type PageInput = {
82404
82770
  body?: InputMaybe<PageBodyInput>;
82405
82771
  parentId?: InputMaybe<Scalars['ID']['input']>;
@@ -83003,20 +83369,6 @@ export declare type PartnerUncollectibleDestination = {
83003
83369
  __typename?: 'PartnerUncollectibleDestination';
83004
83370
  offeringKey: Scalars['ID']['output'];
83005
83371
  };
83006
- export declare type PatchCommentsSummaryInput = {
83007
- commentsType: CommentsType;
83008
- contentId: Scalars['ID']['input'];
83009
- contentType: SummaryType;
83010
- language?: InputMaybe<Scalars['String']['input']>;
83011
- };
83012
- export declare type PatchCommentsSummaryPayload = {
83013
- __typename?: 'PatchCommentsSummaryPayload';
83014
- contentId: Scalars['ID']['output'];
83015
- errors?: Maybe<Array<MutationError>>;
83016
- language: Scalars['String']['output'];
83017
- summary: Scalars['String']['output'];
83018
- summaryId: Scalars['ID']['output'];
83019
- };
83020
83372
  export declare enum PathType {
83021
83373
  Absolute = "ABSOLUTE",
83022
83374
  Relative = "RELATIVE",
@@ -83779,14 +84131,6 @@ export declare enum PrincipalType {
83779
84131
  Customer = "CUSTOMER",
83780
84132
  Unlicensed = "UNLICENSED"
83781
84133
  }
83782
- export declare type PrioritizedOpenComments = {
83783
- __typename?: 'PrioritizedOpenComments';
83784
- actionNeeded: Scalars['String']['output'];
83785
- recap: Scalars['String']['output'];
83786
- referenceCommentIds: Array<Scalars['ID']['output']>;
83787
- title: Scalars['String']['output'];
83788
- why: Scalars['String']['output'];
83789
- };
83790
84134
  export declare type Privacy = {
83791
84135
  __typename?: 'Privacy';
83792
84136
  ccpa?: Maybe<CcpaDetails>;
@@ -84141,7 +84485,6 @@ export declare type Query = {
84141
84485
  collabDraft?: Maybe<CollabDraft>;
84142
84486
  collabToken?: Maybe<CollabTokenResponse>;
84143
84487
  comments?: Maybe<PaginatedCommentList>;
84144
- commentsDigest?: Maybe<CommentsDigestResponse>;
84145
84488
  compass?: Maybe<CompassCatalogQueryApi>;
84146
84489
  confluence?: Maybe<ConfluenceQueryApi>;
84147
84490
  confluenceLegacy_abTestCohorts?: Maybe<Scalars['String']['output']>;
@@ -84367,12 +84710,14 @@ export declare type Query = {
84367
84710
  confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
84368
84711
  confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
84369
84712
  confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
84713
+ confluence_contents?: Maybe<Array<Maybe<Content>>>;
84370
84714
  confluence_contentsForSimpleIds?: Maybe<Array<Maybe<Content>>>;
84371
84715
  confluence_deletedUserAccountIds?: Maybe<ConfluenceDeletedUser>;
84372
84716
  confluence_empty?: Maybe<Scalars['String']['output']>;
84373
84717
  confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
84374
84718
  confluence_hasClearPermissionForSpace?: Maybe<Scalars['Boolean']['output']>;
84375
84719
  confluence_hasDivergedFromDefaultSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
84720
+ confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
84376
84721
  confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
84377
84722
  confluence_pdfExportDownloadLink?: Maybe<ConfluencePdfExportDownloadLink>;
84378
84723
  confluence_pdfExportTask?: Maybe<ConfluencePdfExportTask>;
@@ -84478,7 +84823,6 @@ export declare type Query = {
84478
84823
  developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
84479
84824
  developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
84480
84825
  diagnostics?: Maybe<Scalars['JSON']['output']>;
84481
- discoverFeed?: Maybe<PaginatedFeed>;
84482
84826
  dvcs?: Maybe<DvcsQuery>;
84483
84827
  echo?: Maybe<Scalars['String']['output']>;
84484
84828
  ecosystem?: Maybe<EcosystemQuery>;
@@ -84590,6 +84934,7 @@ export declare type Query = {
84590
84934
  knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
84591
84935
  knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
84592
84936
  labelSearch?: Maybe<LabelSearchResults>;
84937
+ latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
84593
84938
  license?: Maybe<License>;
84594
84939
  localStorage?: Maybe<LocalStorage>;
84595
84940
  lookAndFeel?: Maybe<LookAndFeelSettings>;
@@ -84608,9 +84953,11 @@ export declare type Query = {
84608
84953
  loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
84609
84954
  loom_spacesSearch: Array<Maybe<LoomSpace>>;
84610
84955
  loom_video?: Maybe<LoomVideo>;
84956
+ loom_videoDurations?: Maybe<LoomVideoDurations>;
84611
84957
  loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
84612
84958
  lpLearnerData?: Maybe<LpLearnerData>;
84613
84959
  macroBodyRenderer?: Maybe<MacroBody>;
84960
+ macros?: Maybe<MacroConnection>;
84614
84961
  marketplaceApp?: Maybe<MarketplaceApp>;
84615
84962
  marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
84616
84963
  marketplaceAppByKey?: Maybe<MarketplaceApp>;
@@ -84705,6 +85052,7 @@ export declare type Query = {
84705
85052
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
84706
85053
  releaseNotes: ContentPlatformReleaseNotesConnection;
84707
85054
  renderedContentDump?: Maybe<HtmlDocument>;
85055
+ renderedMacro?: Maybe<RenderedMacro>;
84708
85056
  repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
84709
85057
  roadmaps?: Maybe<RoadmapsQuery>;
84710
85058
  sandbox: SandboxQuery;
@@ -84997,16 +85345,19 @@ export declare type QueryCanvasTokenArgs = {
84997
85345
  contentId: Scalars['ID']['input'];
84998
85346
  };
84999
85347
  export declare type QueryCatchupEditMetadataForContentArgs = {
85348
+ cloudId?: InputMaybe<Scalars['String']['input']>;
85000
85349
  contentId: Scalars['ID']['input'];
85001
85350
  contentType: CatchupContentType;
85002
85351
  endTimeMs: Scalars['Long']['input'];
85003
85352
  updateType?: InputMaybe<CatchupOverviewUpdateType>;
85004
85353
  };
85005
85354
  export declare type QueryCatchupGetLastViewedTimeArgs = {
85355
+ cloudId?: InputMaybe<Scalars['String']['input']>;
85006
85356
  contentId: Scalars['ID']['input'];
85007
85357
  contentType: CatchupContentType;
85008
85358
  };
85009
85359
  export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
85360
+ cloudId?: InputMaybe<Scalars['String']['input']>;
85010
85361
  contentId: Scalars['ID']['input'];
85011
85362
  contentType: CatchupContentType;
85012
85363
  originalContentVersion: Scalars['Int']['input'];
@@ -85055,12 +85406,6 @@ export declare type QueryCommentsArgs = {
85055
85406
  singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
85056
85407
  type?: InputMaybe<Array<InputMaybe<CommentType>>>;
85057
85408
  };
85058
- export declare type QueryCommentsDigestArgs = {
85059
- contentId: Scalars['ID']['input'];
85060
- contentType: SummaryType;
85061
- language?: InputMaybe<Scalars['String']['input']>;
85062
- responseType?: InputMaybe<CommentsDigestResponseType>;
85063
- };
85064
85409
  export declare type QueryConfluenceLegacy_AdminAnnouncementBannerSettingArgs = {
85065
85410
  id: Scalars['String']['input'];
85066
85411
  };
@@ -86013,6 +86358,9 @@ export declare type QueryConfluence_ContentWatchersUnfilteredArgs = {
86013
86358
  first?: InputMaybe<Scalars['Int']['input']>;
86014
86359
  offset?: InputMaybe<Scalars['Int']['input']>;
86015
86360
  };
86361
+ export declare type QueryConfluence_ContentsArgs = {
86362
+ ids: Array<InputMaybe<Scalars['ID']['input']>>;
86363
+ };
86016
86364
  export declare type QueryConfluence_ContentsForSimpleIdsArgs = {
86017
86365
  cloudId: Scalars['ID']['input'];
86018
86366
  ids: Array<InputMaybe<Scalars['ID']['input']>>;
@@ -86044,6 +86392,11 @@ export declare type QueryConfluence_HasDivergedFromDefaultSpacePermissionsArgs =
86044
86392
  cloudId: Scalars['ID']['input'];
86045
86393
  spaceKey: Scalars['String']['input'];
86046
86394
  };
86395
+ export declare type QueryConfluence_MacrosByIdsArgs = {
86396
+ cloudId: Scalars['ID']['input'];
86397
+ contentId: Scalars['ID']['input'];
86398
+ macroIds: Array<InputMaybe<Scalars['ID']['input']>>;
86399
+ };
86047
86400
  export declare type QueryConfluence_PdfExportDownloadLinkArgs = {
86048
86401
  cloudId: Scalars['ID']['input'];
86049
86402
  id: Scalars['ID']['input'];
@@ -86538,10 +86891,6 @@ export declare type QueryDeveloperLogAccessArgs = {
86538
86891
  export declare type QueryDevelopmentInformationArgs = {
86539
86892
  issueId: Scalars['ID']['input'];
86540
86893
  };
86541
- export declare type QueryDiscoverFeedArgs = {
86542
- after?: InputMaybe<Scalars['String']['input']>;
86543
- first?: InputMaybe<Scalars['Int']['input']>;
86544
- };
86545
86894
  export declare type QueryEditorConversionSettingsArgs = {
86546
86895
  spaceKey: Scalars['String']['input'];
86547
86896
  };
@@ -86610,11 +86959,13 @@ export declare type QueryFavoriteContentArgs = {
86610
86959
  };
86611
86960
  export declare type QueryFeedArgs = {
86612
86961
  after?: InputMaybe<Scalars['String']['input']>;
86962
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86613
86963
  first?: InputMaybe<Scalars['Int']['input']>;
86614
86964
  sortBy?: InputMaybe<Scalars['String']['input']>;
86615
86965
  };
86616
86966
  export declare type QueryForYouFeedArgs = {
86617
86967
  after?: InputMaybe<Scalars['String']['input']>;
86968
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86618
86969
  first?: InputMaybe<Scalars['Int']['input']>;
86619
86970
  };
86620
86971
  export declare type QueryFullHubArticleArgs = {
@@ -86639,44 +86990,59 @@ export declare type QueryFutureContentTypeMobileSupportArgs = {
86639
86990
  mobilePlatform: MobilePlatform;
86640
86991
  };
86641
86992
  export declare type QueryGetAiConfigArgs = {
86993
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86642
86994
  product: Product;
86643
86995
  };
86644
86996
  export declare type QueryGetCommentReplySuggestionsArgs = {
86997
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86645
86998
  commentId: Scalars['ID']['input'];
86646
86999
  language?: InputMaybe<Scalars['String']['input']>;
86647
87000
  };
86648
87001
  export declare type QueryGetCommentsSummaryArgs = {
87002
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86649
87003
  commentsType: CommentsType;
86650
87004
  contentId: Scalars['ID']['input'];
86651
87005
  contentType: SummaryType;
86652
87006
  language?: InputMaybe<Scalars['String']['input']>;
86653
87007
  };
87008
+ export declare type QueryGetFeedUserConfigArgs = {
87009
+ cloudId?: InputMaybe<Scalars['String']['input']>;
87010
+ };
86654
87011
  export declare type QueryGetKeywordsArgs = {
86655
87012
  entityAri?: InputMaybe<Scalars['String']['input']>;
86656
87013
  textInput?: InputMaybe<NlpGetKeywordsTextInput>;
86657
87014
  };
87015
+ export declare type QueryGetRecommendedFeedUserConfigArgs = {
87016
+ cloudId?: InputMaybe<Scalars['String']['input']>;
87017
+ };
86658
87018
  export declare type QueryGetRecommendedLabelsArgs = {
87019
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86659
87020
  entityId: Scalars['ID']['input'];
86660
87021
  entityType: Scalars['String']['input'];
86661
87022
  first?: InputMaybe<Scalars['Int']['input']>;
86662
87023
  spaceId: Scalars['ID']['input'];
86663
87024
  };
86664
87025
  export declare type QueryGetRecommendedPagesArgs = {
87026
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86665
87027
  entityId: Scalars['ID']['input'];
86666
87028
  entityType: Scalars['String']['input'];
86667
87029
  experience: Scalars['String']['input'];
86668
87030
  };
86669
87031
  export declare type QueryGetRecommendedPagesSpaceStatusArgs = {
87032
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86670
87033
  entityId: Scalars['ID']['input'];
86671
87034
  };
86672
87035
  export declare type QueryGetSmartContentFeatureArgs = {
87036
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86673
87037
  contentId: Scalars['ID']['input'];
86674
87038
  };
86675
87039
  export declare type QueryGetSmartFeaturesArgs = {
87040
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86676
87041
  input: Array<SmartFeaturesInput>;
86677
87042
  };
86678
87043
  export declare type QueryGetSummaryArgs = {
86679
87044
  backendExperiment?: InputMaybe<BackendExperiment>;
87045
+ cloudId?: InputMaybe<Scalars['String']['input']>;
86680
87046
  contentId: Scalars['ID']['input'];
86681
87047
  contentType: SummaryType;
86682
87048
  language?: InputMaybe<Scalars['String']['input']>;
@@ -86872,6 +87238,13 @@ export declare type QueryLabelSearchArgs = {
86872
87238
  searchText: Scalars['String']['input'];
86873
87239
  spaceKey?: InputMaybe<Scalars['String']['input']>;
86874
87240
  };
87241
+ export declare type QueryLatestKnowledgeGraphObjectArgs = {
87242
+ contentId: Scalars['ID']['input'];
87243
+ contentType: ConfluenceContentType;
87244
+ language?: InputMaybe<Scalars['String']['input']>;
87245
+ objectType: KnowledgeGraphObjectType;
87246
+ objectVersion?: Scalars['String']['input'];
87247
+ };
86875
87248
  export declare type QueryLookAndFeelArgs = {
86876
87249
  spaceKey?: InputMaybe<Scalars['String']['input']>;
86877
87250
  };
@@ -86918,6 +87291,9 @@ export declare type QueryLoom_SpacesSearchArgs = {
86918
87291
  export declare type QueryLoom_VideoArgs = {
86919
87292
  id: Scalars['ID']['input'];
86920
87293
  };
87294
+ export declare type QueryLoom_VideoDurationsArgs = {
87295
+ id: Scalars['ID']['input'];
87296
+ };
86921
87297
  export declare type QueryLoom_VideosArgs = {
86922
87298
  ids: Array<Scalars['ID']['input']>;
86923
87299
  };
@@ -86928,6 +87304,13 @@ export declare type QueryMacroBodyRendererArgs = {
86928
87304
  mode?: InputMaybe<ContentRendererMode>;
86929
87305
  outputDeviceType?: InputMaybe<OutputDeviceType>;
86930
87306
  };
87307
+ export declare type QueryMacrosArgs = {
87308
+ after?: InputMaybe<Scalars['String']['input']>;
87309
+ blocklist?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
87310
+ contentId: Scalars['ID']['input'];
87311
+ first?: InputMaybe<Scalars['Int']['input']>;
87312
+ refetchToken?: InputMaybe<Scalars['String']['input']>;
87313
+ };
86931
87314
  export declare type QueryMarketplaceAppArgs = {
86932
87315
  appId: Scalars['ID']['input'];
86933
87316
  };
@@ -87209,7 +87592,6 @@ export declare type QueryRadar_PositionsSearchArgs = {
87209
87592
  after?: InputMaybe<Scalars['String']['input']>;
87210
87593
  before?: InputMaybe<Scalars['String']['input']>;
87211
87594
  cloudId: Scalars['ID']['input'];
87212
- fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
87213
87595
  first?: InputMaybe<Scalars['Int']['input']>;
87214
87596
  last?: InputMaybe<Scalars['Int']['input']>;
87215
87597
  rql?: InputMaybe<Scalars['String']['input']>;
@@ -87265,6 +87647,11 @@ export declare type QueryReleaseNotesArgs = {
87265
87647
  export declare type QueryRenderedContentDumpArgs = {
87266
87648
  id: Scalars['ID']['input'];
87267
87649
  };
87650
+ export declare type QueryRenderedMacroArgs = {
87651
+ adf: Scalars['String']['input'];
87652
+ contentId: Scalars['ID']['input'];
87653
+ mode?: InputMaybe<MacroRendererMode>;
87654
+ };
87268
87655
  export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
87269
87656
  after?: InputMaybe<Scalars['String']['input']>;
87270
87657
  filter?: InputMaybe<DevOpsServiceAndRepositoryRelationshipFilter>;
@@ -87745,6 +88132,10 @@ export declare type RadarDateFieldValue = {
87745
88132
  isHidden?: Maybe<Scalars['Boolean']['output']>;
87746
88133
  value?: Maybe<Scalars['DateTime']['output']>;
87747
88134
  };
88135
+ export declare type RadarDeleteFocusAreaProposalChangesInput = {
88136
+ changeAri: Scalars['ID']['input'];
88137
+ positionAri: Scalars['ID']['input'];
88138
+ };
87748
88139
  export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
87749
88140
  __typename?: 'RadarDynamicFilterOptions';
87750
88141
  functions: Array<RadarFunctionId>;
@@ -87962,6 +88353,12 @@ export declare type RadarPositionEdge = RadarEdge & {
87962
88353
  cursor: Scalars['String']['output'];
87963
88354
  node: RadarPosition;
87964
88355
  };
88356
+ export declare type RadarPositionProposalChangeInput = {
88357
+ changeProposalAri?: InputMaybe<Scalars['ID']['input']>;
88358
+ positionAri: Scalars['ID']['input'];
88359
+ sourceFocusAreaAri?: InputMaybe<Scalars['ID']['input']>;
88360
+ targetFocusAreaAri: Scalars['ID']['input'];
88361
+ };
87965
88362
  export declare type RadarPrincipalByResourceRole = {
87966
88363
  __typename?: 'RadarPrincipalByResourceRole';
87967
88364
  principals: Array<RadarGroupPrincipal>;
@@ -88394,6 +88791,14 @@ export declare type RemoveUserSpacePermissionsInput = {
88394
88791
  accountId: Scalars['String']['input'];
88395
88792
  spaceKey: Scalars['String']['input'];
88396
88793
  };
88794
+ export declare type RenderedMacro = {
88795
+ __typename?: 'RenderedMacro';
88796
+ macroBodyStorage?: Maybe<Scalars['String']['output']>;
88797
+ macroRenderedRepresentation?: Maybe<ContentRepresentationV2>;
88798
+ mediaToken?: Maybe<EmbeddedMediaTokenV2>;
88799
+ value?: Maybe<Scalars['String']['output']>;
88800
+ webResource?: Maybe<WebResourceDependenciesV2>;
88801
+ };
88397
88802
  export declare type ReopenCommentsMutationErrorExtension = MutationErrorExtension & {
88398
88803
  __typename?: 'ReopenCommentsMutationErrorExtension';
88399
88804
  commentId?: Maybe<Scalars['ID']['output']>;
@@ -93609,6 +94014,12 @@ export declare type SuperBatchWebResources = {
93609
94014
  tags?: Maybe<WebResourceTags>;
93610
94015
  uris?: Maybe<WebResourceUris>;
93611
94016
  };
94017
+ export declare type SuperBatchWebResourcesV2 = {
94018
+ __typename?: 'SuperBatchWebResourcesV2';
94019
+ metatags?: Maybe<Scalars['String']['output']>;
94020
+ tags?: Maybe<WebResourceTagsV2>;
94021
+ uris?: Maybe<WebResourceUrisV2>;
94022
+ };
93612
94023
  export declare type SupportInquiryEntitlement = {
93613
94024
  __typename?: 'SupportInquiryEntitlement';
93614
94025
  cloudURL?: Maybe<Scalars['String']['output']>;
@@ -96215,6 +96626,7 @@ export declare type TrelloBoardPowerUpFilterInput = {
96215
96626
  };
96216
96627
  export declare type TrelloBoardPrefs = {
96217
96628
  __typename?: 'TrelloBoardPrefs';
96629
+ autoArchive?: Maybe<Scalars['Boolean']['output']>;
96218
96630
  background?: Maybe<TrelloBoardBackground>;
96219
96631
  calendarFeedEnabled?: Maybe<Scalars['Boolean']['output']>;
96220
96632
  canInvite?: Maybe<Scalars['Boolean']['output']>;
@@ -96401,6 +96813,7 @@ export declare enum TrelloCardActionType {
96401
96813
  Comment = "COMMENT",
96402
96814
  CommentFromCopiedCard = "COMMENT_FROM_COPIED_CARD",
96403
96815
  CreateCardFromEmail = "CREATE_CARD_FROM_EMAIL",
96816
+ DeleteAttachment = "DELETE_ATTACHMENT",
96404
96817
  MoveCard = "MOVE_CARD",
96405
96818
  MoveCardToBoard = "MOVE_CARD_TO_BOARD",
96406
96819
  MoveInboxCardToBoard = "MOVE_INBOX_CARD_TO_BOARD",
@@ -96410,7 +96823,7 @@ export declare enum TrelloCardActionType {
96410
96823
  UpdateCardComplete = "UPDATE_CARD_COMPLETE",
96411
96824
  UpdateCardDue = "UPDATE_CARD_DUE"
96412
96825
  }
96413
- export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
96826
+ export declare type TrelloCardActions = TrelloAddAttachmentToCardAction | TrelloAddChecklistToCardAction | TrelloAddMemberToCardAction | TrelloCommentCardAction | TrelloCopyCommentCardAction | TrelloCreateCardFromEmailAction | TrelloDeleteAttachmentFromCardAction | TrelloMoveCardAction | TrelloMoveCardToBoardAction | TrelloMoveInboxCardToBoardAction | TrelloRemoveChecklistFromCardAction | TrelloRemoveMemberFromCardAction | TrelloUpdateCardClosedAction | TrelloUpdateCardCompleteAction | TrelloUpdateCardDueAction;
96414
96827
  export declare type TrelloCardAttachmentsByType = {
96415
96828
  __typename?: 'TrelloCardAttachmentsByType';
96416
96829
  trello?: Maybe<TrelloCardAttachmentsCount>;
@@ -96517,12 +96930,20 @@ export declare type TrelloCardEdge = {
96517
96930
  cursor?: Maybe<Scalars['String']['output']>;
96518
96931
  node?: Maybe<TrelloCard>;
96519
96932
  };
96933
+ export declare type TrelloCardEdgeUpdated = {
96934
+ __typename?: 'TrelloCardEdgeUpdated';
96935
+ node: TrelloCardUpdated;
96936
+ };
96520
96937
  export declare enum TrelloCardExternalSource {
96521
96938
  Email = "EMAIL",
96522
96939
  Msteams = "MSTEAMS",
96523
96940
  Siri = "SIRI",
96524
96941
  Slack = "SLACK"
96525
96942
  }
96943
+ export declare type TrelloCardLabelEdgeUpdated = {
96944
+ __typename?: 'TrelloCardLabelEdgeUpdated';
96945
+ node: TrelloLabelId;
96946
+ };
96526
96947
  export declare type TrelloCardLimit = {
96527
96948
  __typename?: 'TrelloCardLimit';
96528
96949
  perCard?: Maybe<TrelloLimitProps>;
@@ -96540,6 +96961,10 @@ export declare type TrelloCardLocation = {
96540
96961
  name?: Maybe<Scalars['String']['output']>;
96541
96962
  staticMapUrl?: Maybe<Scalars['URL']['output']>;
96542
96963
  };
96964
+ export declare type TrelloCardMemberEdgeUpdated = {
96965
+ __typename?: 'TrelloCardMemberEdgeUpdated';
96966
+ node?: Maybe<TrelloMember>;
96967
+ };
96543
96968
  export declare enum TrelloCardRole {
96544
96969
  Board = "BOARD",
96545
96970
  Link = "LINK",
@@ -96579,6 +97004,7 @@ export declare type TrelloCardUpdated = {
96579
97004
  };
96580
97005
  export declare type TrelloCardUpdatedConnection = {
96581
97006
  __typename?: 'TrelloCardUpdatedConnection';
97007
+ edges?: Maybe<Array<TrelloCardEdgeUpdated>>;
96582
97008
  nodes?: Maybe<Array<TrelloCardUpdated>>;
96583
97009
  };
96584
97010
  export declare type TrelloCardViewer = {
@@ -96856,6 +97282,27 @@ export declare type TrelloCustomFieldOptionValue = {
96856
97282
  export declare enum TrelloDataSourceHandler {
96857
97283
  LinkingPlatform = "LINKING_PLATFORM"
96858
97284
  }
97285
+ export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
97286
+ __typename?: 'TrelloDeleteAttachmentFromCardAction';
97287
+ appCreator?: Maybe<TrelloAppCreator>;
97288
+ attachment?: Maybe<TrelloAttachment>;
97289
+ board?: Maybe<TrelloBoard>;
97290
+ card?: Maybe<TrelloCard>;
97291
+ creator?: Maybe<TrelloMember>;
97292
+ date?: Maybe<Scalars['DateTime']['output']>;
97293
+ displayEntities?: Maybe<TrelloDeleteAttachmentFromCardActionDisplayEntities>;
97294
+ displayKey?: Maybe<Scalars['String']['output']>;
97295
+ id: Scalars['ID']['output'];
97296
+ limits?: Maybe<TrelloActionLimits>;
97297
+ reactions?: Maybe<Array<TrelloReaction>>;
97298
+ type?: Maybe<Scalars['String']['output']>;
97299
+ };
97300
+ export declare type TrelloDeleteAttachmentFromCardActionDisplayEntities = {
97301
+ __typename?: 'TrelloDeleteAttachmentFromCardActionDisplayEntities';
97302
+ attachment?: Maybe<TrelloActionAttachmentEntity>;
97303
+ card?: Maybe<TrelloActionCardEntity>;
97304
+ memberCreator?: Maybe<TrelloActionMemberEntity>;
97305
+ };
96859
97306
  export declare type TrelloDeletePlannerCalendarEventInput = {
96860
97307
  plannerCalendarEventId: Scalars['ID']['input'];
96861
97308
  plannerCalendarId: Scalars['ID']['input'];
@@ -96892,7 +97339,7 @@ export declare type TrelloEmoji = {
96892
97339
  skinVariation?: Maybe<Scalars['String']['output']>;
96893
97340
  unified?: Maybe<Scalars['String']['output']>;
96894
97341
  };
96895
- export declare type TrelloEnterprise = {
97342
+ export declare type TrelloEnterprise = Node & {
96896
97343
  __typename?: 'TrelloEnterprise';
96897
97344
  displayName?: Maybe<Scalars['String']['output']>;
96898
97345
  id: Scalars['ID']['output'];
@@ -96969,6 +97416,10 @@ export declare type TrelloLabelEdgeUpdated = {
96969
97416
  __typename?: 'TrelloLabelEdgeUpdated';
96970
97417
  node: TrelloLabelUpdated;
96971
97418
  };
97419
+ export declare type TrelloLabelId = {
97420
+ __typename?: 'TrelloLabelId';
97421
+ id: Scalars['ID']['output'];
97422
+ };
96972
97423
  export declare type TrelloLabelUpdated = {
96973
97424
  __typename?: 'TrelloLabelUpdated';
96974
97425
  color?: Maybe<Scalars['String']['output']>;
@@ -96979,6 +97430,7 @@ export declare type TrelloLabelUpdated = {
96979
97430
  };
96980
97431
  export declare type TrelloLabelUpdatedConnection = {
96981
97432
  __typename?: 'TrelloLabelUpdatedConnection';
97433
+ edges?: Maybe<Array<TrelloCardLabelEdgeUpdated>>;
96982
97434
  nodes?: Maybe<Array<TrelloLabel>>;
96983
97435
  };
96984
97436
  export declare type TrelloLimitProps = {
@@ -97036,6 +97488,10 @@ export declare type TrelloListEdge = {
97036
97488
  cursor?: Maybe<Scalars['String']['output']>;
97037
97489
  node?: Maybe<TrelloList>;
97038
97490
  };
97491
+ export declare type TrelloListEdgeUpdated = {
97492
+ __typename?: 'TrelloListEdgeUpdated';
97493
+ node: TrelloListUpdated;
97494
+ };
97039
97495
  export declare type TrelloListFilterInput = {
97040
97496
  closed?: InputMaybe<Scalars['Boolean']['input']>;
97041
97497
  };
@@ -97058,6 +97514,7 @@ export declare type TrelloListUpdated = {
97058
97514
  };
97059
97515
  export declare type TrelloListUpdatedConnection = {
97060
97516
  __typename?: 'TrelloListUpdatedConnection';
97517
+ edges?: Maybe<Array<TrelloListEdgeUpdated>>;
97061
97518
  nodes?: Maybe<Array<TrelloListUpdated>>;
97062
97519
  };
97063
97520
  export declare type TrelloListViewer = {
@@ -97122,6 +97579,7 @@ export declare type TrelloMemberUpdated = {
97122
97579
  };
97123
97580
  export declare type TrelloMemberUpdatedConnection = {
97124
97581
  __typename?: 'TrelloMemberUpdatedConnection';
97582
+ edges?: Maybe<Array<TrelloCardMemberEdgeUpdated>>;
97125
97583
  nodes?: Maybe<Array<TrelloMember>>;
97126
97584
  };
97127
97585
  export declare type TrelloMemberWorkspaceConnection = {
@@ -97946,6 +98404,7 @@ export declare type TrelloStickerEdge = {
97946
98404
  };
97947
98405
  export declare type TrelloStickerUpdatedConnection = {
97948
98406
  __typename?: 'TrelloStickerUpdatedConnection';
98407
+ edges?: Maybe<Array<TrelloStickerEdge>>;
97949
98408
  nodes?: Maybe<Array<TrelloStickerEdge>>;
97950
98409
  };
97951
98410
  export declare type TrelloSubscriptionApi = {
@@ -100893,18 +101352,38 @@ export declare type WebResourceDependencies = {
100893
101352
  tags?: Maybe<WebResourceTags>;
100894
101353
  uris?: Maybe<WebResourceUris>;
100895
101354
  };
101355
+ export declare type WebResourceDependenciesV2 = {
101356
+ __typename?: 'WebResourceDependenciesV2';
101357
+ contexts: Array<Maybe<Scalars['String']['output']>>;
101358
+ keys: Array<Maybe<Scalars['String']['output']>>;
101359
+ superbatch?: Maybe<SuperBatchWebResourcesV2>;
101360
+ tags?: Maybe<WebResourceTagsV2>;
101361
+ uris?: Maybe<WebResourceUrisV2>;
101362
+ };
100896
101363
  export declare type WebResourceTags = {
100897
101364
  __typename?: 'WebResourceTags';
100898
101365
  css?: Maybe<Scalars['String']['output']>;
100899
101366
  data?: Maybe<Scalars['String']['output']>;
100900
101367
  js?: Maybe<Scalars['String']['output']>;
100901
101368
  };
101369
+ export declare type WebResourceTagsV2 = {
101370
+ __typename?: 'WebResourceTagsV2';
101371
+ css?: Maybe<Scalars['String']['output']>;
101372
+ data?: Maybe<Scalars['String']['output']>;
101373
+ js?: Maybe<Scalars['String']['output']>;
101374
+ };
100902
101375
  export declare type WebResourceUris = {
100903
101376
  __typename?: 'WebResourceUris';
100904
101377
  css?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
100905
101378
  data?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
100906
101379
  js?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
100907
101380
  };
101381
+ export declare type WebResourceUrisV2 = {
101382
+ __typename?: 'WebResourceUrisV2';
101383
+ css?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
101384
+ data?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
101385
+ js?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
101386
+ };
100908
101387
  export declare type WebSection = {
100909
101388
  __typename?: 'WebSection';
100910
101389
  cacheKey?: Maybe<Scalars['String']['output']>;