@forge/cli-shared 8.8.1-next.5 → 8.8.1-next.5-experimental-ab371ba

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.
@@ -1549,11 +1549,21 @@ export declare enum AdminAnnouncementBannerSettingsByCriteriaOrder {
1549
1549
  ScheduledStartDate = "SCHEDULED_START_DATE",
1550
1550
  Visibility = "VISIBILITY"
1551
1551
  }
1552
+ export declare type AdminAppFoundryManifest = {
1553
+ __typename?: 'AdminAppFoundryManifest';
1554
+ appId: Scalars['String']['output'];
1555
+ modules: Array<AdminAppModule>;
1556
+ version: Scalars['String']['output'];
1557
+ };
1552
1558
  export declare type AdminAppManifest = {
1553
1559
  __typename?: 'AdminAppManifest';
1554
1560
  appId: Scalars['String']['output'];
1555
1561
  version: Scalars['String']['output'];
1556
1562
  };
1563
+ export declare type AdminAppModule = {
1564
+ key: Scalars['String']['output'];
1565
+ typeName: Scalars['String']['output'];
1566
+ };
1557
1567
  export declare type AdminApplicationErrorExtension = AdminErrorExtension & MutationErrorExtension & QueryErrorExtension & {
1558
1568
  __typename?: 'AdminApplicationErrorExtension';
1559
1569
  code?: Maybe<Scalars['String']['output']>;
@@ -1701,6 +1711,22 @@ export declare type AdminEventAction = {
1701
1711
  __typename?: 'AdminEventAction';
1702
1712
  name: Scalars['String']['output'];
1703
1713
  };
1714
+ export declare type AdminEventLocation = {
1715
+ __typename?: 'AdminEventLocation';
1716
+ cityName: Scalars['String']['output'];
1717
+ countryName: Scalars['String']['output'];
1718
+ regionName?: Maybe<Scalars['String']['output']>;
1719
+ };
1720
+ export declare type AdminEventLocationConnection = {
1721
+ __typename?: 'AdminEventLocationConnection';
1722
+ edges?: Maybe<Array<AdminEventLocationEdge>>;
1723
+ pageInfo: PageInfo;
1724
+ };
1725
+ export declare type AdminEventLocationEdge = {
1726
+ __typename?: 'AdminEventLocationEdge';
1727
+ cursor: Scalars['String']['output'];
1728
+ node: AdminEventLocation;
1729
+ };
1704
1730
  export declare type AdminExternalCollaboratorFeature = {
1705
1731
  __typename?: 'AdminExternalCollaboratorFeature';
1706
1732
  enabled?: Maybe<Scalars['Boolean']['output']>;
@@ -1728,6 +1754,11 @@ export declare type AdminFreezeWindowsFeature = {
1728
1754
  __typename?: 'AdminFreezeWindowsFeature';
1729
1755
  isEntitled?: Maybe<Scalars['Boolean']['output']>;
1730
1756
  };
1757
+ export declare type AdminGenericAppModule = AdminAppModule & {
1758
+ __typename?: 'AdminGenericAppModule';
1759
+ key: Scalars['String']['output'];
1760
+ typeName: Scalars['String']['output'];
1761
+ };
1731
1762
  export declare type AdminGroup = {
1732
1763
  __typename?: 'AdminGroup';
1733
1764
  counts?: Maybe<AdminGroupCounts>;
@@ -1772,7 +1803,7 @@ export declare type AdminGroupEventActionConnection = {
1772
1803
  export declare type AdminGroupEventActionEdge = {
1773
1804
  __typename?: 'AdminGroupEventActionEdge';
1774
1805
  cursor: Scalars['String']['output'];
1775
- node?: Maybe<AdminGroupEventAction>;
1806
+ node: AdminGroupEventAction;
1776
1807
  };
1777
1808
  export declare type AdminGroupStatsQueryInput = {
1778
1809
  includeResources?: InputMaybe<Scalars['Boolean']['input']>;
@@ -15429,6 +15460,10 @@ export declare type ConfluenceChildContentPageArgs = {
15429
15460
  first?: InputMaybe<Scalars['Int']['input']>;
15430
15461
  offset?: InputMaybe<Scalars['Int']['input']>;
15431
15462
  };
15463
+ export declare type ConfluenceCloudArchitectureShapesFeature = {
15464
+ __typename?: 'ConfluenceCloudArchitectureShapesFeature';
15465
+ isEntitled: Scalars['Boolean']['output'];
15466
+ };
15432
15467
  export declare enum ConfluenceCollaborativeEditingService {
15433
15468
  Ncs = "NCS",
15434
15469
  Synchrony = "SYNCHRONY"
@@ -17490,6 +17525,17 @@ export declare type ConfluenceNbmStartScanLongTaskPayload = Payload & {
17490
17525
  success: Scalars['Boolean']['output'];
17491
17526
  taskId?: Maybe<Scalars['ID']['output']>;
17492
17527
  };
17528
+ export declare type ConfluenceNbmStartTransformationLongTaskInput = {
17529
+ scanId: Scalars['ID']['input'];
17530
+ transformationEntryIds: Array<InputMaybe<Scalars['String']['input']>>;
17531
+ };
17532
+ export declare type ConfluenceNbmStartTransformationLongTaskPayload = Payload & {
17533
+ __typename?: 'ConfluenceNbmStartTransformationLongTaskPayload';
17534
+ errors?: Maybe<Array<MutationError>>;
17535
+ scanId?: Maybe<Scalars['ID']['output']>;
17536
+ success: Scalars['Boolean']['output'];
17537
+ taskId?: Maybe<Scalars['ID']['output']>;
17538
+ };
17493
17539
  export declare type ConfluenceNbmStartVerificationLongTaskInput = {
17494
17540
  scanId: Scalars['String']['input'];
17495
17541
  verificationEntryIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
@@ -17502,6 +17548,35 @@ export declare type ConfluenceNbmStartVerificationLongTaskPayload = Payload & {
17502
17548
  taskId?: Maybe<Scalars['ID']['output']>;
17503
17549
  verificationEntryIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
17504
17550
  };
17551
+ export declare type ConfluenceNbmTransformationEntry = {
17552
+ __typename?: 'ConfluenceNbmTransformationEntry';
17553
+ chain?: Maybe<Scalars['String']['output']>;
17554
+ id: Scalars['ID']['output'];
17555
+ status?: Maybe<ConfluenceNbmTransformationStatus>;
17556
+ taskId?: Maybe<Scalars['ID']['output']>;
17557
+ totalPages?: Maybe<Scalars['Int']['output']>;
17558
+ transformedChain?: Maybe<Scalars['String']['output']>;
17559
+ transformerDescription?: Maybe<Scalars['String']['output']>;
17560
+ };
17561
+ export declare type ConfluenceNbmTransformationListConnection = {
17562
+ __typename?: 'ConfluenceNbmTransformationListConnection';
17563
+ edges?: Maybe<Array<Maybe<ConfluenceNbmTransformationListEdge>>>;
17564
+ nodes?: Maybe<Array<Maybe<ConfluenceNbmTransformationEntry>>>;
17565
+ pageInfo: ConfluencePageInfo;
17566
+ };
17567
+ export declare type ConfluenceNbmTransformationListEdge = {
17568
+ __typename?: 'ConfluenceNbmTransformationListEdge';
17569
+ cursor?: Maybe<Scalars['String']['output']>;
17570
+ node?: Maybe<ConfluenceNbmTransformationEntry>;
17571
+ };
17572
+ export declare enum ConfluenceNbmTransformationStatus {
17573
+ Cancelled = "CANCELLED",
17574
+ Completed = "COMPLETED",
17575
+ Failed = "FAILED",
17576
+ NotTriggered = "NOT_TRIGGERED",
17577
+ Pending = "PENDING",
17578
+ Running = "RUNNING"
17579
+ }
17505
17580
  export declare enum ConfluenceNbmVerificationAiState {
17506
17581
  Broken = "BROKEN",
17507
17582
  Unknown = "UNKNOWN",
@@ -18688,6 +18763,7 @@ export declare enum ConfluenceSpacePermissionAuditReportType {
18688
18763
  export declare type ConfluenceSpaceRecommendations = {
18689
18764
  __typename?: 'ConfluenceSpaceRecommendations';
18690
18765
  active?: Maybe<Array<Maybe<Space>>>;
18766
+ personalSpace?: Maybe<Space>;
18691
18767
  starred?: Maybe<Array<Maybe<Space>>>;
18692
18768
  };
18693
18769
  export declare type ConfluenceSpaceReportPayload = Payload & {
@@ -25063,7 +25139,9 @@ export declare type DataRetention = {
25063
25139
  };
25064
25140
  export declare enum DataSecurityPolicyAction {
25065
25141
  AiAccess = "AI_ACCESS",
25142
+ AnonymousAccess = "ANONYMOUS_ACCESS",
25066
25143
  AppAccess = "APP_ACCESS",
25144
+ AppAccessConfigured = "APP_ACCESS_CONFIGURED",
25067
25145
  PageExport = "PAGE_EXPORT",
25068
25146
  PublicLinks = "PUBLIC_LINKS"
25069
25147
  }
@@ -26641,6 +26719,7 @@ export declare type DevConsoleQuery = {
26641
26719
  getAppsWithoutConsent: DevConsoleAppsWithoutConsentResponse;
26642
26720
  getDeveloperSpaceDetails?: Maybe<DevConsoleBulkDeveloperSpaceDetailsResponse>;
26643
26721
  getDeveloperSpaceMembers?: Maybe<DevConsoleDeveloperSpaceMembersResponse>;
26722
+ getDeveloperSpaceTransactionAccount: DevConsoleTransactionAccountResponse;
26644
26723
  getDeveloperSpaceWithLinkingAccess?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
26645
26724
  tenantContexts: Array<Maybe<DevConsoleTenantContext>>;
26646
26725
  };
@@ -26666,6 +26745,9 @@ export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
26666
26745
  export declare type DevConsoleQueryGetDeveloperSpaceMembersArgs = {
26667
26746
  developerSpaceId: Scalars['String']['input'];
26668
26747
  };
26748
+ export declare type DevConsoleQueryGetDeveloperSpaceTransactionAccountArgs = {
26749
+ developerSpaceId: Scalars['String']['input'];
26750
+ };
26669
26751
  export declare type DevConsoleQueryTenantContextsArgs = {
26670
26752
  ids: Array<Scalars['ID']['input']>;
26671
26753
  };
@@ -26724,6 +26806,17 @@ export declare type DevConsoleTenantContext = {
26724
26806
  cloudIdOrActivationId: Scalars['ID']['output'];
26725
26807
  hostName: Scalars['String']['output'];
26726
26808
  };
26809
+ export declare type DevConsoleTransactionAccountData = {
26810
+ __typename?: 'DevConsoleTransactionAccountData';
26811
+ invoiceGroupId?: Maybe<Scalars['String']['output']>;
26812
+ status: Scalars['String']['output'];
26813
+ txnAccountId?: Maybe<Scalars['String']['output']>;
26814
+ };
26815
+ export declare type DevConsoleTransactionAccountResponse = {
26816
+ __typename?: 'DevConsoleTransactionAccountResponse';
26817
+ error?: Maybe<QueryError>;
26818
+ transactionAccount?: Maybe<DevConsoleTransactionAccountData>;
26819
+ };
26727
26820
  export declare type DevConsoleUpdateDeveloperSpaceMemberInput = {
26728
26821
  developerSpaceId: Scalars['String']['input'];
26729
26822
  memberId: Scalars['String']['input'];
@@ -36391,6 +36484,8 @@ export declare type GraphStore = {
36391
36484
  userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
36392
36485
  userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
36393
36486
  userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
36487
+ userCreatedExternalTest?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestConnection>;
36488
+ userCreatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseConnection>;
36394
36489
  userCreatedIssue?: Maybe<GraphStoreSimplifiedUserCreatedIssueConnection>;
36395
36490
  userCreatedIssueComment?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentConnection>;
36396
36491
  userCreatedIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection>;
@@ -36455,6 +36550,8 @@ export declare type GraphStore = {
36455
36550
  userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
36456
36551
  userOwnedDocument?: Maybe<GraphStoreSimplifiedUserOwnedDocumentConnection>;
36457
36552
  userOwnedDocumentInverse?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseConnection>;
36553
+ userOwnedExternalTest?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestConnection>;
36554
+ userOwnedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseConnection>;
36458
36555
  userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
36459
36556
  userOwnedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection>;
36460
36557
  userOwnedRepository?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryConnection>;
@@ -36501,6 +36598,8 @@ export declare type GraphStore = {
36501
36598
  userUpdatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection>;
36502
36599
  userUpdatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection>;
36503
36600
  userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
36601
+ userUpdatedExternalTest?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestConnection>;
36602
+ userUpdatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection>;
36504
36603
  userUpdatedGraphDocument?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentConnection>;
36505
36604
  userUpdatedGraphDocumentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentInverseConnection>;
36506
36605
  userUpdatedIssue?: Maybe<GraphStoreSimplifiedUserUpdatedIssueConnection>;
@@ -40707,6 +40806,20 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
40707
40806
  id: Scalars['ID']['input'];
40708
40807
  sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
40709
40808
  };
40809
+ export declare type GraphStoreUserCreatedExternalTestArgs = {
40810
+ after?: InputMaybe<Scalars['String']['input']>;
40811
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
40812
+ first?: InputMaybe<Scalars['Int']['input']>;
40813
+ id: Scalars['ID']['input'];
40814
+ sort?: InputMaybe<GraphStoreUserCreatedExternalTestSortInput>;
40815
+ };
40816
+ export declare type GraphStoreUserCreatedExternalTestInverseArgs = {
40817
+ after?: InputMaybe<Scalars['String']['input']>;
40818
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
40819
+ first?: InputMaybe<Scalars['Int']['input']>;
40820
+ id: Scalars['ID']['input'];
40821
+ sort?: InputMaybe<GraphStoreUserCreatedExternalTestSortInput>;
40822
+ };
40710
40823
  export declare type GraphStoreUserCreatedIssueArgs = {
40711
40824
  after?: InputMaybe<Scalars['String']['input']>;
40712
40825
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -41155,6 +41268,20 @@ export declare type GraphStoreUserOwnedDocumentInverseArgs = {
41155
41268
  id: Scalars['ID']['input'];
41156
41269
  sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
41157
41270
  };
41271
+ export declare type GraphStoreUserOwnedExternalTestArgs = {
41272
+ after?: InputMaybe<Scalars['String']['input']>;
41273
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41274
+ first?: InputMaybe<Scalars['Int']['input']>;
41275
+ id: Scalars['ID']['input'];
41276
+ sort?: InputMaybe<GraphStoreUserOwnedExternalTestSortInput>;
41277
+ };
41278
+ export declare type GraphStoreUserOwnedExternalTestInverseArgs = {
41279
+ after?: InputMaybe<Scalars['String']['input']>;
41280
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41281
+ first?: InputMaybe<Scalars['Int']['input']>;
41282
+ id: Scalars['ID']['input'];
41283
+ sort?: InputMaybe<GraphStoreUserOwnedExternalTestSortInput>;
41284
+ };
41158
41285
  export declare type GraphStoreUserOwnedRemoteLinkArgs = {
41159
41286
  after?: InputMaybe<Scalars['String']['input']>;
41160
41287
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -41479,6 +41606,20 @@ export declare type GraphStoreUserUpdatedConfluenceWhiteboardInverseArgs = {
41479
41606
  id: Scalars['ID']['input'];
41480
41607
  sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
41481
41608
  };
41609
+ export declare type GraphStoreUserUpdatedExternalTestArgs = {
41610
+ after?: InputMaybe<Scalars['String']['input']>;
41611
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41612
+ first?: InputMaybe<Scalars['Int']['input']>;
41613
+ id: Scalars['ID']['input'];
41614
+ sort?: InputMaybe<GraphStoreUserUpdatedExternalTestSortInput>;
41615
+ };
41616
+ export declare type GraphStoreUserUpdatedExternalTestInverseArgs = {
41617
+ after?: InputMaybe<Scalars['String']['input']>;
41618
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41619
+ first?: InputMaybe<Scalars['Int']['input']>;
41620
+ id: Scalars['ID']['input'];
41621
+ sort?: InputMaybe<GraphStoreUserUpdatedExternalTestSortInput>;
41622
+ };
41482
41623
  export declare type GraphStoreUserUpdatedGraphDocumentArgs = {
41483
41624
  after?: InputMaybe<Scalars['String']['input']>;
41484
41625
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -55447,6 +55588,34 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
55447
55588
  };
55448
55589
  export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
55449
55590
  export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
55591
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestConnection = HasPageInfo & {
55592
+ __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestConnection';
55593
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalTestEdge>>>;
55594
+ pageInfo: PageInfo;
55595
+ };
55596
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestEdge = {
55597
+ __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestEdge';
55598
+ createdAt: Scalars['DateTime']['output'];
55599
+ cursor?: Maybe<Scalars['String']['output']>;
55600
+ id: Scalars['ID']['output'];
55601
+ lastUpdated: Scalars['DateTime']['output'];
55602
+ node?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestUnion>;
55603
+ };
55604
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseConnection = HasPageInfo & {
55605
+ __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestInverseConnection';
55606
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseEdge>>>;
55607
+ pageInfo: PageInfo;
55608
+ };
55609
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseEdge = {
55610
+ __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestInverseEdge';
55611
+ createdAt: Scalars['DateTime']['output'];
55612
+ cursor?: Maybe<Scalars['String']['output']>;
55613
+ id: Scalars['ID']['output'];
55614
+ lastUpdated: Scalars['DateTime']['output'];
55615
+ node?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseUnion>;
55616
+ };
55617
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
55618
+ export declare type GraphStoreSimplifiedUserCreatedExternalTestUnion = ExternalTest;
55450
55619
  export declare type GraphStoreSimplifiedUserCreatedIssueCommentConnection = HasPageInfo & {
55451
55620
  __typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentConnection';
55452
55621
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueCommentEdge>>>;
@@ -56327,6 +56496,34 @@ export declare type GraphStoreSimplifiedUserOwnedDocumentInverseEdge = {
56327
56496
  };
56328
56497
  export declare type GraphStoreSimplifiedUserOwnedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
56329
56498
  export declare type GraphStoreSimplifiedUserOwnedDocumentUnion = DevOpsDocument | ExternalDocument;
56499
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestConnection = HasPageInfo & {
56500
+ __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestConnection';
56501
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalTestEdge>>>;
56502
+ pageInfo: PageInfo;
56503
+ };
56504
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestEdge = {
56505
+ __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestEdge';
56506
+ createdAt: Scalars['DateTime']['output'];
56507
+ cursor?: Maybe<Scalars['String']['output']>;
56508
+ id: Scalars['ID']['output'];
56509
+ lastUpdated: Scalars['DateTime']['output'];
56510
+ node?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestUnion>;
56511
+ };
56512
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseConnection = HasPageInfo & {
56513
+ __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestInverseConnection';
56514
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseEdge>>>;
56515
+ pageInfo: PageInfo;
56516
+ };
56517
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseEdge = {
56518
+ __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestInverseEdge';
56519
+ createdAt: Scalars['DateTime']['output'];
56520
+ cursor?: Maybe<Scalars['String']['output']>;
56521
+ id: Scalars['ID']['output'];
56522
+ lastUpdated: Scalars['DateTime']['output'];
56523
+ node?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseUnion>;
56524
+ };
56525
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
56526
+ export declare type GraphStoreSimplifiedUserOwnedExternalTestUnion = ExternalTest;
56330
56527
  export declare type GraphStoreSimplifiedUserOwnedRemoteLinkConnection = HasPageInfo & {
56331
56528
  __typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkConnection';
56332
56529
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkEdge>>>;
@@ -56975,6 +57172,34 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEd
56975
57172
  };
56976
57173
  export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
56977
57174
  export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
57175
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestConnection = HasPageInfo & {
57176
+ __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestConnection';
57177
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalTestEdge>>>;
57178
+ pageInfo: PageInfo;
57179
+ };
57180
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestEdge = {
57181
+ __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestEdge';
57182
+ createdAt: Scalars['DateTime']['output'];
57183
+ cursor?: Maybe<Scalars['String']['output']>;
57184
+ id: Scalars['ID']['output'];
57185
+ lastUpdated: Scalars['DateTime']['output'];
57186
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestUnion>;
57187
+ };
57188
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection = HasPageInfo & {
57189
+ __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection';
57190
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge>>>;
57191
+ pageInfo: PageInfo;
57192
+ };
57193
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge = {
57194
+ __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge';
57195
+ createdAt: Scalars['DateTime']['output'];
57196
+ cursor?: Maybe<Scalars['String']['output']>;
57197
+ id: Scalars['ID']['output'];
57198
+ lastUpdated: Scalars['DateTime']['output'];
57199
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseUnion>;
57200
+ };
57201
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
57202
+ export declare type GraphStoreSimplifiedUserUpdatedExternalTestUnion = ExternalTest;
56978
57203
  export declare type GraphStoreSimplifiedUserUpdatedGraphDocumentConnection = HasPageInfo & {
56979
57204
  __typename?: 'GraphStoreSimplifiedUserUpdatedGraphDocumentConnection';
56980
57205
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentEdge>>>;
@@ -58240,6 +58465,9 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
58240
58465
  export declare type GraphStoreUserCreatedDocumentSortInput = {
58241
58466
  lastModified?: InputMaybe<GraphStoreSortInput>;
58242
58467
  };
58468
+ export declare type GraphStoreUserCreatedExternalTestSortInput = {
58469
+ lastModified?: InputMaybe<GraphStoreSortInput>;
58470
+ };
58243
58471
  export declare type GraphStoreUserCreatedIssueCommentSortInput = {
58244
58472
  lastModified?: InputMaybe<GraphStoreSortInput>;
58245
58473
  };
@@ -58360,6 +58588,9 @@ export declare type GraphStoreUserOwnedCalendarEventSortInput = {
58360
58588
  export declare type GraphStoreUserOwnedDocumentSortInput = {
58361
58589
  lastModified?: InputMaybe<GraphStoreSortInput>;
58362
58590
  };
58591
+ export declare type GraphStoreUserOwnedExternalTestSortInput = {
58592
+ lastModified?: InputMaybe<GraphStoreSortInput>;
58593
+ };
58363
58594
  export declare type GraphStoreUserOwnedRemoteLinkSortInput = {
58364
58595
  lastModified?: InputMaybe<GraphStoreSortInput>;
58365
58596
  };
@@ -58442,6 +58673,9 @@ export declare type GraphStoreUserUpdatedConfluenceSpaceSortInput = {
58442
58673
  export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
58443
58674
  lastModified?: InputMaybe<GraphStoreSortInput>;
58444
58675
  };
58676
+ export declare type GraphStoreUserUpdatedExternalTestSortInput = {
58677
+ lastModified?: InputMaybe<GraphStoreSortInput>;
58678
+ };
58445
58679
  export declare type GraphStoreUserUpdatedGraphDocumentSortInput = {
58446
58680
  lastModified?: InputMaybe<GraphStoreSortInput>;
58447
58681
  };
@@ -70007,6 +70241,7 @@ export declare type JiraIssueCreateInput = {
70007
70241
  issueTypeId: Scalars['ID']['input'];
70008
70242
  projectId: Scalars['ID']['input'];
70009
70243
  rank?: InputMaybe<JiraIssueCreateRankInput>;
70244
+ transitionId?: InputMaybe<Scalars['Int']['input']>;
70010
70245
  };
70011
70246
  export declare type JiraIssueCreatePayload = Payload & {
70012
70247
  __typename?: 'JiraIssueCreatePayload';
@@ -71585,6 +71820,7 @@ export declare enum JiraIssueViewActivityLayout {
71585
71820
  Vertical = "VERTICAL"
71586
71821
  }
71587
71822
  export declare enum JiraIssueViewAttachmentPanelViewMode {
71823
+ GridView = "GRID_VIEW",
71588
71824
  ListView = "LIST_VIEW",
71589
71825
  StripView = "STRIP_VIEW"
71590
71826
  }
@@ -78493,7 +78729,8 @@ export declare type JiraResource = {
78493
78729
  export declare enum JiraResourceIntegration {
78494
78730
  Attachment = "ATTACHMENT",
78495
78731
  Confluence = "CONFLUENCE",
78496
- Loom = "LOOM"
78732
+ Loom = "LOOM",
78733
+ Whiteboard = "WHITEBOARD"
78497
78734
  }
78498
78735
  export declare type JiraResourceNode = {
78499
78736
  __typename?: 'JiraResourceNode';
@@ -81863,6 +82100,7 @@ export declare type JiraTownsquareProject = {
81863
82100
  hasPermission?: Maybe<Scalars['Boolean']['output']>;
81864
82101
  iconName?: Maybe<Scalars['String']['output']>;
81865
82102
  id: Scalars['ID']['output'];
82103
+ isWorkspaceActive?: Maybe<Scalars['Boolean']['output']>;
81866
82104
  key?: Maybe<Scalars['String']['output']>;
81867
82105
  name?: Maybe<Scalars['String']['output']>;
81868
82106
  ownerAaid?: Maybe<Scalars['String']['output']>;
@@ -84270,10 +84508,14 @@ export declare enum JsmChannelsExperience {
84270
84508
  }
84271
84509
  export declare type JsmChannelsExperienceConfiguration = {
84272
84510
  __typename?: 'JsmChannelsExperienceConfiguration';
84511
+ filter?: Maybe<JsmChannelsFilterConfiguration>;
84273
84512
  isEnabled: Scalars['Boolean']['output'];
84513
+ mode?: Maybe<JsmChannelsExperienceMode>;
84274
84514
  };
84275
84515
  export declare type JsmChannelsExperienceConfigurationInput = {
84516
+ filter?: InputMaybe<JsmChannelsFilterConfigurationInput>;
84276
84517
  isEnabled: Scalars['Boolean']['input'];
84518
+ mode?: InputMaybe<JsmChannelsExperienceMode>;
84277
84519
  };
84278
84520
  export declare type JsmChannelsExperienceConfigurationPayload = Payload & {
84279
84521
  __typename?: 'JsmChannelsExperienceConfigurationPayload';
@@ -84282,6 +84524,23 @@ export declare type JsmChannelsExperienceConfigurationPayload = Payload & {
84282
84524
  success: Scalars['Boolean']['output'];
84283
84525
  };
84284
84526
  export declare type JsmChannelsExperienceConfigurationResult = JsmChannelsExperienceConfiguration | QueryError;
84527
+ export declare enum JsmChannelsExperienceMode {
84528
+ Autonomous = "AUTONOMOUS",
84529
+ Supervised = "SUPERVISED"
84530
+ }
84531
+ export declare type JsmChannelsFilterConfiguration = {
84532
+ __typename?: 'JsmChannelsFilterConfiguration';
84533
+ requestTypes?: Maybe<Array<Scalars['String']['output']>>;
84534
+ requestTypesMode?: Maybe<JsmChannelsFilterRequestTypesMode>;
84535
+ };
84536
+ export declare type JsmChannelsFilterConfigurationInput = {
84537
+ requestTypes?: InputMaybe<Array<Scalars['String']['input']>>;
84538
+ requestTypesMode?: InputMaybe<JsmChannelsFilterRequestTypesMode>;
84539
+ };
84540
+ export declare enum JsmChannelsFilterRequestTypesMode {
84541
+ All = "ALL",
84542
+ Specific = "SPECIFIC"
84543
+ }
84285
84544
  export declare type JsmChannelsOrchestratorConversation = Node & {
84286
84545
  __typename?: 'JsmChannelsOrchestratorConversation';
84287
84546
  action?: Maybe<JsmChannelsOrchestratorConversationActionType>;
@@ -87668,7 +87927,8 @@ export declare type MarketplaceConsoleEditionsFilterInput = {
87668
87927
  };
87669
87928
  export declare enum MarketplaceConsoleEditionsGroup {
87670
87929
  Default = "DEFAULT",
87671
- FedrampModerate = "FEDRAMP_MODERATE"
87930
+ FedrampModerate = "FEDRAMP_MODERATE",
87931
+ IsolatedCloud = "ISOLATED_CLOUD"
87672
87932
  }
87673
87933
  export declare type MarketplaceConsoleEditionsInput = {
87674
87934
  appKey?: InputMaybe<Scalars['String']['input']>;
@@ -93148,6 +93408,7 @@ export declare type Mutation = {
93148
93408
  confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
93149
93409
  confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
93150
93410
  confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
93411
+ confluence_nbmStartTransformationLongTask?: Maybe<ConfluenceNbmStartTransformationLongTaskPayload>;
93151
93412
  confluence_nbmStartVerificationLongTask?: Maybe<ConfluenceNbmStartVerificationLongTaskPayload>;
93152
93413
  confluence_patchCalendar?: Maybe<ConfluencePatchCalendarPayload>;
93153
93414
  confluence_publishBlueprintSharedDraft?: Maybe<ConfluencePublishBlueprintSharedDraftPayload>;
@@ -94379,6 +94640,10 @@ export declare type MutationConfluence_NbmStartScanLongTaskArgs = {
94379
94640
  cloudId: Scalars['ID']['input'];
94380
94641
  input: ConfluenceNbmStartScanLongTaskInput;
94381
94642
  };
94643
+ export declare type MutationConfluence_NbmStartTransformationLongTaskArgs = {
94644
+ cloudId: Scalars['ID']['input'];
94645
+ input: ConfluenceNbmStartTransformationLongTaskInput;
94646
+ };
94382
94647
  export declare type MutationConfluence_NbmStartVerificationLongTaskArgs = {
94383
94648
  cloudId: Scalars['ID']['input'];
94384
94649
  input: ConfluenceNbmStartVerificationLongTaskInput;
@@ -99202,9 +99467,11 @@ export declare type Query = {
99202
99467
  adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
99203
99468
  adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
99204
99469
  admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
99470
+ admin_appModules?: Maybe<Array<Maybe<AdminAppFoundryManifest>>>;
99205
99471
  admin_connectedAppInstallations?: Maybe<AdminConnectedResourcesConnection>;
99206
99472
  admin_effectiveRoleAssignmentsByPrincipal?: Maybe<AdminRoleAssignmentEffectiveConnection>;
99207
99473
  admin_eventActions?: Maybe<AdminGroupEventActionConnection>;
99474
+ admin_eventLocations?: Maybe<AdminEventLocationConnection>;
99208
99475
  admin_group?: Maybe<AdminGroup>;
99209
99476
  admin_groups?: Maybe<AdminGroupConnection>;
99210
99477
  admin_invitePolicies?: Maybe<AdminInvitePolicyConnection>;
@@ -99412,6 +99679,7 @@ export declare type Query = {
99412
99679
  confluence_mediaTokenData?: Maybe<ConfluenceMediaTokenData>;
99413
99680
  confluence_nbmScanList?: Maybe<ConfluenceNbmScanConnection>;
99414
99681
  confluence_nbmScanResult?: Maybe<ConfluenceNbmScanResult>;
99682
+ confluence_nbmTransformationList?: Maybe<ConfluenceNbmTransformationListConnection>;
99415
99683
  confluence_nbmVerificationResult?: Maybe<ConfluenceNbmVerificationResultConnection>;
99416
99684
  confluence_ncsPdfExportConfiguration?: Maybe<ConfluenceNcsPdfExportConfiguration>;
99417
99685
  confluence_note?: Maybe<NoteResponse>;
@@ -99944,7 +100212,9 @@ export declare type Query = {
99944
100212
  stakeholderComms_getComponentUptimePercentage?: Maybe<StakeholderCommsComponentUptimePercentageResponse>;
99945
100213
  stakeholderComms_getComponentWithUptimeByComponentId?: Maybe<StakeholderCommsComponentWithUptimeResponse>;
99946
100214
  stakeholderComms_getComponentsWithUptimeByPageId?: Maybe<StakeholderCommsPageComponentsWithUptimeResponse>;
100215
+ stakeholderComms_getComponentsWithUptimeByPageIdV2?: Maybe<StakeholderCommsNestedComponentWithUptimeConnection>;
99947
100216
  stakeholderComms_getDraftComponentsByPageId?: Maybe<StakeholderCommsPageDraftComponentResponse>;
100217
+ stakeholderComms_getDraftComponentsByPageIdV2?: Maybe<StakeholderCommsNestedComponentConnection>;
99948
100218
  stakeholderComms_getDraftPageById?: Maybe<StakeholderCommsPageResponse>;
99949
100219
  stakeholderComms_getDraftPageByName?: Maybe<StakeholderCommsPageResponse>;
99950
100220
  stakeholderComms_getFileReadMediaToken?: Maybe<StakeholderCommsMediaToken>;
@@ -99973,6 +100243,7 @@ export declare type Query = {
99973
100243
  stakeholderComms_isPageNameUnique?: Maybe<Scalars['Boolean']['output']>;
99974
100244
  stakeholderComms_isStakeholderGroupNameUnique?: Maybe<Scalars['Boolean']['output']>;
99975
100245
  stakeholderComms_listIncidents?: Maybe<StakeholderCommsListIncidentResponse>;
100246
+ stakeholderComms_listIncidentsV2?: Maybe<StakeholderCommsIncidentWithUpdatesConnection>;
99976
100247
  stakeholderComms_listStakeholders?: Maybe<StakeholderCommsStakeholderConnection>;
99977
100248
  stakeholderComms_unifiedSearch?: Maybe<StakeholderCommsUnifiedSearchResults>;
99978
100249
  stalePages?: Maybe<PaginatedStalePagePayloadList>;
@@ -100055,6 +100326,10 @@ export declare type QueryAdmin_AccessUrlsArgs = {
100055
100326
  last?: InputMaybe<Scalars['Int']['input']>;
100056
100327
  orgId: Scalars['ID']['input'];
100057
100328
  };
100329
+ export declare type QueryAdmin_AppModulesArgs = {
100330
+ ari: Scalars['String']['input'];
100331
+ modules?: InputMaybe<Array<Scalars['String']['input']>>;
100332
+ };
100058
100333
  export declare type QueryAdmin_ConnectedAppInstallationsArgs = {
100059
100334
  after?: InputMaybe<Scalars['String']['input']>;
100060
100335
  appInstallationId: Scalars['ID']['input'];
@@ -100078,6 +100353,14 @@ export declare type QueryAdmin_EventActionsArgs = {
100078
100353
  last?: InputMaybe<Scalars['Int']['input']>;
100079
100354
  orgId: Scalars['ID']['input'];
100080
100355
  };
100356
+ export declare type QueryAdmin_EventLocationsArgs = {
100357
+ after?: InputMaybe<Scalars['String']['input']>;
100358
+ before?: InputMaybe<Scalars['String']['input']>;
100359
+ filter?: InputMaybe<Scalars['String']['input']>;
100360
+ first?: InputMaybe<Scalars['Int']['input']>;
100361
+ last?: InputMaybe<Scalars['Int']['input']>;
100362
+ orgId: Scalars['ID']['input'];
100363
+ };
100081
100364
  export declare type QueryAdmin_GroupArgs = {
100082
100365
  input?: InputMaybe<AdminFetchGroupInput>;
100083
100366
  };
@@ -101062,6 +101345,12 @@ export declare type QueryConfluence_NbmScanResultArgs = {
101062
101345
  cloudId: Scalars['ID']['input'];
101063
101346
  scanId: Scalars['ID']['input'];
101064
101347
  };
101348
+ export declare type QueryConfluence_NbmTransformationListArgs = {
101349
+ after?: InputMaybe<Scalars['String']['input']>;
101350
+ cloudId: Scalars['ID']['input'];
101351
+ first?: InputMaybe<Scalars['Int']['input']>;
101352
+ scanId: Scalars['ID']['input'];
101353
+ };
101065
101354
  export declare type QueryConfluence_NbmVerificationResultArgs = {
101066
101355
  after?: InputMaybe<Scalars['String']['input']>;
101067
101356
  cloudId: Scalars['ID']['input'];
@@ -103190,9 +103479,15 @@ export declare type QueryStakeholderComms_GetComponentsWithUptimeByPageIdArgs =
103190
103479
  pageId: Scalars['String']['input'];
103191
103480
  startDate: Scalars['String']['input'];
103192
103481
  };
103482
+ export declare type QueryStakeholderComms_GetComponentsWithUptimeByPageIdV2Args = {
103483
+ nestedComponentWithUptimeConnectionInput: StakeholderCommsNestedComponentWithUptimeConnectionInput;
103484
+ };
103193
103485
  export declare type QueryStakeholderComms_GetDraftComponentsByPageIdArgs = {
103194
103486
  pageId: Scalars['String']['input'];
103195
103487
  };
103488
+ export declare type QueryStakeholderComms_GetDraftComponentsByPageIdV2Args = {
103489
+ nestedComponentConnectionInput: StakeholderCommsNestedComponentConnectionInput;
103490
+ };
103196
103491
  export declare type QueryStakeholderComms_GetDraftPageByIdArgs = {
103197
103492
  pageId: Scalars['String']['input'];
103198
103493
  };
@@ -103279,6 +103574,9 @@ export declare type QueryStakeholderComms_IsStakeholderGroupNameUniqueArgs = {
103279
103574
  export declare type QueryStakeholderComms_ListIncidentsArgs = {
103280
103575
  listIncidentInput?: InputMaybe<StakeholderCommsListIncidentInput>;
103281
103576
  };
103577
+ export declare type QueryStakeholderComms_ListIncidentsV2Args = {
103578
+ incidentWithUpdatesConnectionInput: StakeholderCommsIncidentWithUpdatesConnectionInput;
103579
+ };
103282
103580
  export declare type QueryStakeholderComms_ListStakeholdersArgs = {
103283
103581
  after?: InputMaybe<Scalars['String']['input']>;
103284
103582
  before?: InputMaybe<Scalars['String']['input']>;
@@ -104445,6 +104743,7 @@ export declare type RegisterTunnelResponse = Payload & {
104445
104743
  errors?: Maybe<Array<MutationError>>;
104446
104744
  success: Scalars['Boolean']['output'];
104447
104745
  tunnelId?: Maybe<Scalars['String']['output']>;
104746
+ tunnelK8AuthToken?: Maybe<Scalars['String']['output']>;
104448
104747
  tunnelToken?: Maybe<Scalars['String']['output']>;
104449
104748
  tunnelUrl?: Maybe<Scalars['String']['output']>;
104450
104749
  };
@@ -106226,6 +106525,7 @@ export declare enum SearchLinkedEntityGranularity {
106226
106525
  export declare type SearchLinkedResult = SearchResult & {
106227
106526
  __typename?: 'SearchLinkedResult';
106228
106527
  category: SearchLinkedResultCategory;
106528
+ connectorType?: Maybe<Scalars['String']['output']>;
106229
106529
  description: Scalars['String']['output'];
106230
106530
  iconUrl?: Maybe<Scalars['String']['output']>;
106231
106531
  id: Scalars['ID']['output'];
@@ -106836,6 +107136,7 @@ export declare enum SearchResultType {
106836
107136
  Object = "object",
106837
107137
  Page = "page",
106838
107138
  Plan = "plan",
107139
+ Position = "position",
106839
107140
  Presentation = "presentation",
106840
107141
  Project = "project",
106841
107142
  ProjectUpdate = "project_update",
@@ -127910,6 +128211,27 @@ export declare type StakeholderCommsIncidentWithUpdates = {
127910
128211
  incident?: Maybe<StakeholderCommsIncident>;
127911
128212
  incidentUpdates?: Maybe<Array<Maybe<StakeholderCommsIncidentUpdate>>>;
127912
128213
  };
128214
+ export declare type StakeholderCommsIncidentWithUpdatesConnection = {
128215
+ __typename?: 'StakeholderCommsIncidentWithUpdatesConnection';
128216
+ edges: Array<StakeholderCommsIncidentWithUpdatesEdge>;
128217
+ error?: Maybe<Scalars['String']['output']>;
128218
+ nodes: Array<StakeholderCommsIncidentWithUpdates>;
128219
+ pageInfo: StakeholderCommsPageInfo;
128220
+ totalCount: Scalars['Int']['output'];
128221
+ };
128222
+ export declare type StakeholderCommsIncidentWithUpdatesConnectionInput = {
128223
+ after?: InputMaybe<Scalars['String']['input']>;
128224
+ before?: InputMaybe<Scalars['String']['input']>;
128225
+ first?: InputMaybe<Scalars['Int']['input']>;
128226
+ last?: InputMaybe<Scalars['Int']['input']>;
128227
+ pageId: Scalars['String']['input'];
128228
+ showActive?: InputMaybe<Scalars['Boolean']['input']>;
128229
+ };
128230
+ export declare type StakeholderCommsIncidentWithUpdatesEdge = {
128231
+ __typename?: 'StakeholderCommsIncidentWithUpdatesEdge';
128232
+ cursor: Scalars['String']['output'];
128233
+ node: StakeholderCommsIncidentWithUpdates;
128234
+ };
127913
128235
  export declare type StakeholderCommsLicenseLimit = {
127914
128236
  __typename?: 'StakeholderCommsLicenseLimit';
127915
128237
  availableLimit?: Maybe<Scalars['Int']['output']>;
@@ -127965,6 +128287,26 @@ export declare type StakeholderCommsNestedComponent = {
127965
128287
  status?: Maybe<StakeholderCommsComponentStatus>;
127966
128288
  type?: Maybe<StakeholderCommsComponentType>;
127967
128289
  };
128290
+ export declare type StakeholderCommsNestedComponentConnection = {
128291
+ __typename?: 'StakeholderCommsNestedComponentConnection';
128292
+ edges: Array<StakeholderCommsNestedComponentEdge>;
128293
+ error?: Maybe<Scalars['String']['output']>;
128294
+ nodes: Array<StakeholderCommsNestedComponent>;
128295
+ pageInfo: StakeholderCommsPageInfo;
128296
+ totalCount: Scalars['Int']['output'];
128297
+ };
128298
+ export declare type StakeholderCommsNestedComponentConnectionInput = {
128299
+ after?: InputMaybe<Scalars['String']['input']>;
128300
+ before?: InputMaybe<Scalars['String']['input']>;
128301
+ first?: InputMaybe<Scalars['Int']['input']>;
128302
+ last?: InputMaybe<Scalars['Int']['input']>;
128303
+ pageId: Scalars['String']['input'];
128304
+ };
128305
+ export declare type StakeholderCommsNestedComponentEdge = {
128306
+ __typename?: 'StakeholderCommsNestedComponentEdge';
128307
+ cursor: Scalars['String']['output'];
128308
+ node: StakeholderCommsNestedComponent;
128309
+ };
127968
128310
  export declare type StakeholderCommsNestedComponentWithUptime = {
127969
128311
  __typename?: 'StakeholderCommsNestedComponentWithUptime';
127970
128312
  components?: Maybe<Array<Maybe<StakeholderCommsNestedComponentWithUptime>>>;
@@ -127978,6 +128320,31 @@ export declare type StakeholderCommsNestedComponentWithUptime = {
127978
128320
  status?: Maybe<StakeholderCommsComponentStatus>;
127979
128321
  type?: Maybe<StakeholderCommsComponentType>;
127980
128322
  };
128323
+ export declare type StakeholderCommsNestedComponentWithUptimeConnection = {
128324
+ __typename?: 'StakeholderCommsNestedComponentWithUptimeConnection';
128325
+ edges: Array<StakeholderCommsNestedComponentWithUptimeEdge>;
128326
+ error?: Maybe<Scalars['String']['output']>;
128327
+ nodes: Array<StakeholderCommsNestedComponentWithUptime>;
128328
+ pageInfo: StakeholderCommsPageInfo;
128329
+ pageUptime?: Maybe<StakeholderCommsPageUptime>;
128330
+ totalCount: Scalars['Int']['output'];
128331
+ };
128332
+ export declare type StakeholderCommsNestedComponentWithUptimeConnectionInput = {
128333
+ after?: InputMaybe<Scalars['String']['input']>;
128334
+ before?: InputMaybe<Scalars['String']['input']>;
128335
+ endDate: Scalars['String']['input'];
128336
+ first?: InputMaybe<Scalars['Int']['input']>;
128337
+ last?: InputMaybe<Scalars['Int']['input']>;
128338
+ pageId: Scalars['String']['input'];
128339
+ searchTerm?: InputMaybe<Scalars['String']['input']>;
128340
+ startDate: Scalars['String']['input'];
128341
+ statusFilter?: InputMaybe<Array<Scalars['String']['input']>>;
128342
+ };
128343
+ export declare type StakeholderCommsNestedComponentWithUptimeEdge = {
128344
+ __typename?: 'StakeholderCommsNestedComponentWithUptimeEdge';
128345
+ cursor: Scalars['String']['output'];
128346
+ node: StakeholderCommsNestedComponentWithUptime;
128347
+ };
127981
128348
  export declare type StakeholderCommsNestedDraftComponentInput = {
127982
128349
  components?: InputMaybe<Array<InputMaybe<StakeholderCommsNestedDraftComponentInput>>>;
127983
128350
  description?: InputMaybe<Scalars['String']['input']>;
@@ -130492,6 +130859,7 @@ export declare type TownsquareGoalProgress = {
130492
130859
  export declare enum TownsquareGoalProgressType {
130493
130860
  AttachedMetric = "ATTACHED_METRIC",
130494
130861
  AverageRollup = "AVERAGE_ROLLUP",
130862
+ AverageSuccessMeasureRollup = "AVERAGE_SUCCESS_MEASURE_ROLLUP",
130495
130863
  None = "NONE"
130496
130864
  }
130497
130865
  export declare enum TownsquareGoalScoringMode {
@@ -130555,6 +130923,7 @@ export declare type TownsquareGoalType = Node & {
130555
130923
  description?: Maybe<TownsquareGoalTypeDescription>;
130556
130924
  icon?: Maybe<TownsquareGoalTypeIcon>;
130557
130925
  id: Scalars['ID']['output'];
130926
+ kind?: Maybe<TownsquareGoalTypeKind>;
130558
130927
  name?: Maybe<TownsquareGoalTypeName>;
130559
130928
  requiresParentGoal?: Maybe<Scalars['Boolean']['output']>;
130560
130929
  state?: Maybe<TownsquareGoalTypeState>;
@@ -130592,6 +130961,10 @@ export declare type TownsquareGoalTypeIcon = {
130592
130961
  __typename?: 'TownsquareGoalTypeIcon';
130593
130962
  key?: Maybe<TownsquareGoalIconKey>;
130594
130963
  };
130964
+ export declare enum TownsquareGoalTypeKind {
130965
+ Goal = "GOAL",
130966
+ SuccessMeasure = "SUCCESS_MEASURE"
130967
+ }
130595
130968
  export declare type TownsquareGoalTypeName = TownsquareGoalTypeCustomName | TownsquareLocalizationField;
130596
130969
  export declare enum TownsquareGoalTypeState {
130597
130970
  Disabled = "DISABLED",
@@ -132581,6 +132954,20 @@ export declare type TrelloBoardBackground = {
132581
132954
  tile?: Maybe<Scalars['Boolean']['output']>;
132582
132955
  topColor?: Maybe<Scalars['String']['output']>;
132583
132956
  };
132957
+ export declare type TrelloBoardBackgroundAttachmentInput = {
132958
+ objectId: Scalars['String']['input'];
132959
+ };
132960
+ export declare type TrelloBoardBackgroundColorInput = {
132961
+ objectId: Scalars['String']['input'];
132962
+ };
132963
+ export declare type TrelloBoardBackgroundInput = {
132964
+ attachment?: InputMaybe<TrelloBoardBackgroundAttachmentInput>;
132965
+ color?: InputMaybe<TrelloBoardBackgroundColorInput>;
132966
+ photo?: InputMaybe<TrelloBoardBackgroundPhotoInput>;
132967
+ };
132968
+ export declare type TrelloBoardBackgroundPhotoInput = {
132969
+ objectId: Scalars['String']['input'];
132970
+ };
132584
132971
  export declare type TrelloBoardBoardsLimits = {
132585
132972
  __typename?: 'TrelloBoardBoardsLimits';
132586
132973
  totalAccessRequestsPerBoard?: Maybe<TrelloLimitProps>;
@@ -133900,11 +134287,23 @@ export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
133900
134287
  startedAt?: Maybe<Scalars['DateTime']['output']>;
133901
134288
  url?: Maybe<Scalars['URL']['output']>;
133902
134289
  };
134290
+ export declare type TrelloInboxNotificationsUpdated = {
134291
+ __typename?: 'TrelloInboxNotificationsUpdated';
134292
+ onQuickCaptureNotificationsCleared?: Maybe<Array<TrelloQuickCaptureNotificationCleared>>;
134293
+ quickCaptureCards?: Maybe<Array<TrelloInboxQuickCaptureCard>>;
134294
+ };
133903
134295
  export declare type TrelloInboxPrefs = TrelloBaseBoardPrefs & {
133904
134296
  __typename?: 'TrelloInboxPrefs';
133905
134297
  autoArchive?: Maybe<Scalars['Boolean']['output']>;
133906
134298
  background?: Maybe<TrelloBoardBackground>;
133907
134299
  };
134300
+ export declare type TrelloInboxQuickCaptureCard = {
134301
+ __typename?: 'TrelloInboxQuickCaptureCard';
134302
+ card?: Maybe<TrelloCard>;
134303
+ dateCreated?: Maybe<Scalars['DateTime']['output']>;
134304
+ member?: Maybe<TrelloMember>;
134305
+ source?: Maybe<TrelloCardExternalSource>;
134306
+ };
133908
134307
  export declare type TrelloInboxUpdated = TrelloBaseBoardUpdated & {
133909
134308
  __typename?: 'TrelloInboxUpdated';
133910
134309
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
@@ -134153,6 +134552,7 @@ export declare type TrelloMemberNonPublicData = {
134153
134552
  fullName?: Maybe<Scalars['String']['output']>;
134154
134553
  initials?: Maybe<Scalars['String']['output']>;
134155
134554
  };
134555
+ export declare type TrelloMemberNotificationsUpdated = TrelloInboxNotificationsUpdated;
134156
134556
  export declare type TrelloMemberPrefs = {
134157
134557
  __typename?: 'TrelloMemberPrefs';
134158
134558
  colorBlind?: Maybe<Scalars['Boolean']['output']>;
@@ -134167,6 +134567,7 @@ export declare type TrelloMemberUpdated = {
134167
134567
  id?: Maybe<Scalars['ID']['output']>;
134168
134568
  inbox?: Maybe<TrelloInboxUpdated>;
134169
134569
  initials?: Maybe<Scalars['String']['output']>;
134570
+ notifications?: Maybe<TrelloMemberNotificationsUpdated>;
134170
134571
  planner?: Maybe<TrelloPlannerUpdated>;
134171
134572
  username?: Maybe<Scalars['String']['output']>;
134172
134573
  };
@@ -134336,8 +134737,10 @@ export declare type TrelloMutationApi = {
134336
134737
  unarchiveCard?: Maybe<TrelloUnarchiveCardPayload>;
134337
134738
  unwatchCard?: Maybe<TrelloWatchCardPayload>;
134338
134739
  updateAiRule?: Maybe<TrelloUpdateAiRulePayload>;
134740
+ updateBoardBackground?: Maybe<TrelloUpdateBoardBackgroundPayload>;
134339
134741
  updateBoardIsTemplate?: Maybe<TrelloUpdateBoardIsTemplatePayload>;
134340
134742
  updateBoardName?: Maybe<TrelloUpdateBoardNamePayload>;
134743
+ updateBoardStarPosition?: Maybe<TrelloUpdateBoardStarPositionPayload>;
134341
134744
  updateBoardViewerAIBrowserExtension?: Maybe<TrelloUpdateBoardViewerAiBrowserExtensionPayload>;
134342
134745
  updateBoardViewerAIEmail?: Maybe<TrelloUpdateBoardViewerAiEmailPayload>;
134343
134746
  updateBoardViewerAIMSTeams?: Maybe<TrelloUpdateBoardViewerAimsTeamsPayload>;
@@ -134346,6 +134749,7 @@ export declare type TrelloMutationApi = {
134346
134749
  updateBoardVisibility?: Maybe<TrelloUpdateBoardVisibilityPayload>;
134347
134750
  updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
134348
134751
  updateCardPositionOnPlannerCalendarEvent?: Maybe<TrelloUpdateCardPositionOnPlannerCalendarEventPayload>;
134752
+ updateInboxBackground?: Maybe<TrelloUpdateInboxBackgroundPayload>;
134349
134753
  updateKeyboardShortcutsPref?: Maybe<TrelloUpdateKeyboardShortcutsPrefPayload>;
134350
134754
  updateOAuth2Client?: Maybe<TrelloUpdateOAuth2ClientPayload>;
134351
134755
  updatePrimaryPlannerAccount?: Maybe<TrelloUpdatePrimaryPlannerAccountPayload>;
@@ -134442,12 +134846,18 @@ export declare type TrelloMutationApiUnwatchCardArgs = {
134442
134846
  export declare type TrelloMutationApiUpdateAiRuleArgs = {
134443
134847
  input: TrelloUpdateAiRuleInput;
134444
134848
  };
134849
+ export declare type TrelloMutationApiUpdateBoardBackgroundArgs = {
134850
+ input: TrelloUpdateBoardBackgroundInput;
134851
+ };
134445
134852
  export declare type TrelloMutationApiUpdateBoardIsTemplateArgs = {
134446
134853
  input: TrelloUpdateBoardIsTemplateInput;
134447
134854
  };
134448
134855
  export declare type TrelloMutationApiUpdateBoardNameArgs = {
134449
134856
  input: TrelloUpdateBoardNameInput;
134450
134857
  };
134858
+ export declare type TrelloMutationApiUpdateBoardStarPositionArgs = {
134859
+ input: TrelloUpdateBoardStarPositionInput;
134860
+ };
134451
134861
  export declare type TrelloMutationApiUpdateBoardViewerAiBrowserExtensionArgs = {
134452
134862
  input: TrelloUpdateBoardViewerAiBrowserExtensionInput;
134453
134863
  };
@@ -134472,6 +134882,9 @@ export declare type TrelloMutationApiUpdateCardNameArgs = {
134472
134882
  export declare type TrelloMutationApiUpdateCardPositionOnPlannerCalendarEventArgs = {
134473
134883
  input: TrelloUpdateCardPositionOnPlannerCalendarEventInput;
134474
134884
  };
134885
+ export declare type TrelloMutationApiUpdateInboxBackgroundArgs = {
134886
+ input: TrelloUpdateInboxBackgroundInput;
134887
+ };
134475
134888
  export declare type TrelloMutationApiUpdateKeyboardShortcutsPrefArgs = {
134476
134889
  input: TrelloUpdateKeyboardShortcutsPrefInput;
134477
134890
  };
@@ -134832,6 +135245,7 @@ export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalenda
134832
135245
  color?: Maybe<TrelloPlannerCalendarColor>;
134833
135246
  id: Scalars['ID']['output'];
134834
135247
  isPrimary?: Maybe<Scalars['Boolean']['output']>;
135248
+ providerAccountId?: Maybe<Scalars['ID']['output']>;
134835
135249
  readOnly?: Maybe<Scalars['Boolean']['output']>;
134836
135250
  timezone?: Maybe<Scalars['String']['output']>;
134837
135251
  title?: Maybe<Scalars['String']['output']>;
@@ -134863,6 +135277,7 @@ export declare type TrelloPlannerProviderCalendarUpdated = {
134863
135277
  color?: Maybe<TrelloPlannerCalendarColor>;
134864
135278
  id: Scalars['ID']['output'];
134865
135279
  isPrimary?: Maybe<Scalars['Boolean']['output']>;
135280
+ providerAccountId?: Maybe<Scalars['ID']['output']>;
134866
135281
  readOnly?: Maybe<Scalars['Boolean']['output']>;
134867
135282
  timezone?: Maybe<Scalars['String']['output']>;
134868
135283
  title?: Maybe<Scalars['String']['output']>;
@@ -135117,6 +135532,10 @@ export declare type TrelloQueryApiUsersByIdArgs = {
135117
135532
  export declare type TrelloQueryApiWorkspaceArgs = {
135118
135533
  id: Scalars['ID']['input'];
135119
135534
  };
135535
+ export declare type TrelloQuickCaptureNotificationCleared = {
135536
+ __typename?: 'TrelloQuickCaptureNotificationCleared';
135537
+ id?: Maybe<Scalars['ID']['output']>;
135538
+ };
135120
135539
  export declare type TrelloReaction = {
135121
135540
  __typename?: 'TrelloReaction';
135122
135541
  emoji?: Maybe<TrelloEmoji>;
@@ -135372,6 +135791,16 @@ export declare type TrelloUpdateAiRulePayload = Payload & {
135372
135791
  errors?: Maybe<Array<MutationError>>;
135373
135792
  success: Scalars['Boolean']['output'];
135374
135793
  };
135794
+ export declare type TrelloUpdateBoardBackgroundInput = {
135795
+ background?: InputMaybe<TrelloBoardBackgroundInput>;
135796
+ id: Scalars['ID']['input'];
135797
+ };
135798
+ export declare type TrelloUpdateBoardBackgroundPayload = Payload & {
135799
+ __typename?: 'TrelloUpdateBoardBackgroundPayload';
135800
+ errors?: Maybe<Array<MutationError>>;
135801
+ prefs?: Maybe<TrelloBoardPrefs>;
135802
+ success: Scalars['Boolean']['output'];
135803
+ };
135375
135804
  export declare type TrelloUpdateBoardIsTemplateInput = {
135376
135805
  boardId: Scalars['ID']['input'];
135377
135806
  value: Scalars['Boolean']['input'];
@@ -135392,6 +135821,17 @@ export declare type TrelloUpdateBoardNamePayload = Payload & {
135392
135821
  errors?: Maybe<Array<MutationError>>;
135393
135822
  success: Scalars['Boolean']['output'];
135394
135823
  };
135824
+ export declare type TrelloUpdateBoardStarPositionInput = {
135825
+ boardStarId: Scalars['ID']['input'];
135826
+ position: Scalars['Float']['input'];
135827
+ userId: Scalars['ID']['input'];
135828
+ };
135829
+ export declare type TrelloUpdateBoardStarPositionPayload = Payload & {
135830
+ __typename?: 'TrelloUpdateBoardStarPositionPayload';
135831
+ errors?: Maybe<Array<MutationError>>;
135832
+ member?: Maybe<TrelloMember>;
135833
+ success: Scalars['Boolean']['output'];
135834
+ };
135395
135835
  export declare type TrelloUpdateBoardViewerAiBrowserExtensionInput = {
135396
135836
  boardId: Scalars['ID']['input'];
135397
135837
  value: Scalars['Boolean']['input'];
@@ -135599,6 +136039,16 @@ export declare type TrelloUpdateCustomFieldItemActionDisplayEntities = {
135599
136039
  customFieldItem?: Maybe<TrelloActionCustomFieldItemEntity>;
135600
136040
  memberCreator?: Maybe<TrelloActionMemberEntity>;
135601
136041
  };
136042
+ export declare type TrelloUpdateInboxBackgroundInput = {
136043
+ background?: InputMaybe<TrelloBoardBackgroundInput>;
136044
+ memberId: Scalars['ID']['input'];
136045
+ };
136046
+ export declare type TrelloUpdateInboxBackgroundPayload = Payload & {
136047
+ __typename?: 'TrelloUpdateInboxBackgroundPayload';
136048
+ errors?: Maybe<Array<MutationError>>;
136049
+ prefs?: Maybe<TrelloInboxPrefs>;
136050
+ success: Scalars['Boolean']['output'];
136051
+ };
135602
136052
  export declare type TrelloUpdateKeyboardShortcutsPrefInput = {
135603
136053
  userId: Scalars['ID']['input'];
135604
136054
  value: Scalars['Boolean']['input'];
@@ -139051,6 +139501,7 @@ export declare type WebTriggerUrlInput = {
139051
139501
  };
139052
139502
  export declare type WhiteboardFeatures = {
139053
139503
  __typename?: 'WhiteboardFeatures';
139504
+ cloudArchitectureShapes?: Maybe<ConfluenceCloudArchitectureShapesFeature>;
139054
139505
  smartConnectors?: Maybe<SmartConnectorsFeature>;
139055
139506
  smartSections?: Maybe<SmartSectionsFeature>;
139056
139507
  };