@forge/cli-shared 6.5.3 → 6.5.4-next.1
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.
|
@@ -368,6 +368,15 @@ export declare type ActionsTargetInputs = {
|
|
|
368
368
|
ari?: Maybe<Array<Maybe<ActionsTargetAriInput>>>;
|
|
369
369
|
id?: Maybe<Array<Maybe<ActionsTargetIdInput>>>;
|
|
370
370
|
};
|
|
371
|
+
export declare type ActivatePaywallContentInput = {
|
|
372
|
+
contentIdToActivate: Scalars['ID']['input'];
|
|
373
|
+
deactivationIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
374
|
+
};
|
|
375
|
+
export declare type ActivatePaywallContentPayload = Payload & {
|
|
376
|
+
__typename?: 'ActivatePaywallContentPayload';
|
|
377
|
+
errors: Array<MutationError>;
|
|
378
|
+
success: Scalars['Boolean']['output'];
|
|
379
|
+
};
|
|
371
380
|
export declare type Activities = {
|
|
372
381
|
__typename?: 'Activities';
|
|
373
382
|
all: ActivitiesConnection;
|
|
@@ -653,6 +662,17 @@ export declare type AddCompassComponentLabelsPayload = Payload & {
|
|
|
653
662
|
errors?: Maybe<Array<MutationError>>;
|
|
654
663
|
success: Scalars['Boolean']['output'];
|
|
655
664
|
};
|
|
665
|
+
export declare type AddDefaultExCoSpacePermissionsInput = {
|
|
666
|
+
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
667
|
+
groupIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
668
|
+
groupNames?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
669
|
+
spaceKeys: Array<InputMaybe<Scalars['String']['input']>>;
|
|
670
|
+
};
|
|
671
|
+
export declare type AddDefaultExCoSpacePermissionsPayload = {
|
|
672
|
+
__typename?: 'AddDefaultExCoSpacePermissionsPayload';
|
|
673
|
+
errors?: Maybe<Array<MutationError>>;
|
|
674
|
+
status: Scalars['Boolean']['output'];
|
|
675
|
+
};
|
|
656
676
|
export declare type AddLabelsInput = {
|
|
657
677
|
contentId: Scalars['ID']['input'];
|
|
658
678
|
labels: Array<LabelInput>;
|
|
@@ -679,6 +699,17 @@ export declare type AddPolarisColumnInput = {
|
|
|
679
699
|
heading?: InputMaybe<Scalars['String']['input']>;
|
|
680
700
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
681
701
|
};
|
|
702
|
+
export declare type AddPublicLinkPermissionsInput = {
|
|
703
|
+
objectId: Scalars['ID']['input'];
|
|
704
|
+
objectType: PublicLinkPermissionsObjectType;
|
|
705
|
+
permissions: Array<PublicLinkPermissionsType>;
|
|
706
|
+
};
|
|
707
|
+
export declare type AddPublicLinkPermissionsPayload = Payload & {
|
|
708
|
+
__typename?: 'AddPublicLinkPermissionsPayload';
|
|
709
|
+
data?: Maybe<PublicLinkPermissions>;
|
|
710
|
+
errors?: Maybe<Array<MutationError>>;
|
|
711
|
+
success: Scalars['Boolean']['output'];
|
|
712
|
+
};
|
|
682
713
|
export declare type Admin = JiraUser | JiraUserGroup;
|
|
683
714
|
export declare type AdminAnnouncementBannerFeature = {
|
|
684
715
|
__typename?: 'AdminAnnouncementBannerFeature';
|
|
@@ -1893,6 +1924,14 @@ export declare type ArchivePolarisInsightsPayload = Payload & {
|
|
|
1893
1924
|
errors?: Maybe<Array<MutationError>>;
|
|
1894
1925
|
success: Scalars['Boolean']['output'];
|
|
1895
1926
|
};
|
|
1927
|
+
export declare type ArchiveSpaceInput = {
|
|
1928
|
+
alias: Scalars['String']['input'];
|
|
1929
|
+
};
|
|
1930
|
+
export declare type ArchiveSpacePayload = Payload & {
|
|
1931
|
+
__typename?: 'ArchiveSpacePayload';
|
|
1932
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1933
|
+
success: Scalars['Boolean']['output'];
|
|
1934
|
+
};
|
|
1896
1935
|
export declare type ArchivedContentMetadata = {
|
|
1897
1936
|
__typename?: 'ArchivedContentMetadata';
|
|
1898
1937
|
archiveNote?: Maybe<Scalars['String']['output']>;
|
|
@@ -2648,6 +2687,15 @@ export declare type BulkDeleteCompassComponentsPayload = Payload & {
|
|
|
2648
2687
|
errors?: Maybe<Array<MutationError>>;
|
|
2649
2688
|
success: Scalars['Boolean']['output'];
|
|
2650
2689
|
};
|
|
2690
|
+
export declare type BulkDeleteContentDataClassificationLevelInput = {
|
|
2691
|
+
contentStatuses: Array<InputMaybe<ContentDataClassificationMutationContentStatus>>;
|
|
2692
|
+
id: Scalars['Long']['input'];
|
|
2693
|
+
};
|
|
2694
|
+
export declare type BulkDeleteContentDataClassificationLevelPayload = Payload & {
|
|
2695
|
+
__typename?: 'BulkDeleteContentDataClassificationLevelPayload';
|
|
2696
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2697
|
+
success: Scalars['Boolean']['output'];
|
|
2698
|
+
};
|
|
2651
2699
|
export declare type BulkMutationErrorExtension = MutationErrorExtension & {
|
|
2652
2700
|
__typename?: 'BulkMutationErrorExtension';
|
|
2653
2701
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -2661,6 +2709,60 @@ export declare type BulkPermittedResponse = {
|
|
|
2661
2709
|
principalId?: Maybe<Scalars['String']['output']>;
|
|
2662
2710
|
resourceId?: Maybe<Scalars['String']['output']>;
|
|
2663
2711
|
};
|
|
2712
|
+
export declare type BulkRemoveRoleAssignmentFromSpacesInput = {
|
|
2713
|
+
principal: RoleAssignmentPrincipalInput;
|
|
2714
|
+
spaceTypes: Array<InputMaybe<BulkRoleAssignmentSpaceType>>;
|
|
2715
|
+
};
|
|
2716
|
+
export declare type BulkRemoveRoleAssignmentFromSpacesPayload = Payload & {
|
|
2717
|
+
__typename?: 'BulkRemoveRoleAssignmentFromSpacesPayload';
|
|
2718
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2719
|
+
success: Scalars['Boolean']['output'];
|
|
2720
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
2721
|
+
};
|
|
2722
|
+
export declare enum BulkRoleAssignmentSpaceType {
|
|
2723
|
+
Collaboration = "COLLABORATION",
|
|
2724
|
+
Global = "GLOBAL",
|
|
2725
|
+
KnowledgeBase = "KNOWLEDGE_BASE",
|
|
2726
|
+
Personal = "PERSONAL"
|
|
2727
|
+
}
|
|
2728
|
+
export declare type BulkSetRoleAssignmentToSpacesInput = {
|
|
2729
|
+
roleAssignment: RoleAssignment;
|
|
2730
|
+
spaceTypes: Array<InputMaybe<BulkRoleAssignmentSpaceType>>;
|
|
2731
|
+
};
|
|
2732
|
+
export declare type BulkSetRoleAssignmentToSpacesPayload = Payload & {
|
|
2733
|
+
__typename?: 'BulkSetRoleAssignmentToSpacesPayload';
|
|
2734
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2735
|
+
success: Scalars['Boolean']['output'];
|
|
2736
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
2737
|
+
};
|
|
2738
|
+
export declare type BulkSetSpacePermissionAsyncPayload = Payload & {
|
|
2739
|
+
__typename?: 'BulkSetSpacePermissionAsyncPayload';
|
|
2740
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2741
|
+
success: Scalars['Boolean']['output'];
|
|
2742
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
2743
|
+
};
|
|
2744
|
+
export declare type BulkSetSpacePermissionInput = {
|
|
2745
|
+
spacePermissions: Array<InputMaybe<SpacePermissionType>>;
|
|
2746
|
+
spaceTypes: Array<InputMaybe<BulkSetSpacePermissionSpaceType>>;
|
|
2747
|
+
subjectId: Scalars['ID']['input'];
|
|
2748
|
+
subjectType: BulkSetSpacePermissionSubjectType;
|
|
2749
|
+
};
|
|
2750
|
+
export declare type BulkSetSpacePermissionPayload = Payload & {
|
|
2751
|
+
__typename?: 'BulkSetSpacePermissionPayload';
|
|
2752
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2753
|
+
spacesUpdatedCount: Scalars['Int']['output'];
|
|
2754
|
+
success: Scalars['Boolean']['output'];
|
|
2755
|
+
};
|
|
2756
|
+
export declare enum BulkSetSpacePermissionSpaceType {
|
|
2757
|
+
Collaboration = "COLLABORATION",
|
|
2758
|
+
Global = "GLOBAL",
|
|
2759
|
+
KnowledgeBase = "KNOWLEDGE_BASE",
|
|
2760
|
+
Personal = "PERSONAL"
|
|
2761
|
+
}
|
|
2762
|
+
export declare enum BulkSetSpacePermissionSubjectType {
|
|
2763
|
+
Group = "GROUP",
|
|
2764
|
+
User = "USER"
|
|
2765
|
+
}
|
|
2664
2766
|
export declare type BulkUpdateCompassComponentsInput = {
|
|
2665
2767
|
ids: Array<Scalars['ID']['input']>;
|
|
2666
2768
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2671,6 +2773,16 @@ export declare type BulkUpdateCompassComponentsPayload = Payload & {
|
|
|
2671
2773
|
errors?: Maybe<Array<MutationError>>;
|
|
2672
2774
|
success: Scalars['Boolean']['output'];
|
|
2673
2775
|
};
|
|
2776
|
+
export declare type BulkUpdateContentDataClassificationLevelInput = {
|
|
2777
|
+
classificationLevelId: Scalars['ID']['input'];
|
|
2778
|
+
contentStatuses: Array<InputMaybe<ContentDataClassificationMutationContentStatus>>;
|
|
2779
|
+
id: Scalars['Long']['input'];
|
|
2780
|
+
};
|
|
2781
|
+
export declare type BulkUpdateContentDataClassificationLevelPayload = Payload & {
|
|
2782
|
+
__typename?: 'BulkUpdateContentDataClassificationLevelPayload';
|
|
2783
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2784
|
+
success: Scalars['Boolean']['output'];
|
|
2785
|
+
};
|
|
2674
2786
|
export declare type BulkUpdateMainSpaceSidebarLinksInput = {
|
|
2675
2787
|
hidden: Scalars['Boolean']['input'];
|
|
2676
2788
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -3567,6 +3679,11 @@ export declare type CcpUsageUpdateCadence = {
|
|
|
3567
3679
|
cadenceIntervalMinutes?: Maybe<Scalars['Int']['output']>;
|
|
3568
3680
|
name?: Maybe<Scalars['String']['output']>;
|
|
3569
3681
|
};
|
|
3682
|
+
export declare type ChangeOwnerWarning = {
|
|
3683
|
+
__typename?: 'ChangeOwnerWarning';
|
|
3684
|
+
contentId?: Maybe<Scalars['Long']['output']>;
|
|
3685
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
3686
|
+
};
|
|
3570
3687
|
export declare type CheckConsentPermissionByOAuthClientIdInput = {
|
|
3571
3688
|
cloudId: Scalars['ID']['input'];
|
|
3572
3689
|
oauthClientId: Scalars['ID']['input'];
|
|
@@ -8173,6 +8290,12 @@ export declare type ConfluenceAdminAnnouncementBanner = {
|
|
|
8173
8290
|
title?: Maybe<Scalars['String']['output']>;
|
|
8174
8291
|
updatedAt: Scalars['String']['output'];
|
|
8175
8292
|
};
|
|
8293
|
+
export declare type ConfluenceAdminAnnouncementBannerPayload = {
|
|
8294
|
+
__typename?: 'ConfluenceAdminAnnouncementBannerPayload';
|
|
8295
|
+
adminAnnouncementBannerSetting?: Maybe<ConfluenceAdminAnnouncementBannerSetting>;
|
|
8296
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8297
|
+
success: Scalars['Boolean']['output'];
|
|
8298
|
+
};
|
|
8176
8299
|
export declare type ConfluenceAdminAnnouncementBannerSetting = {
|
|
8177
8300
|
__typename?: 'ConfluenceAdminAnnouncementBannerSetting';
|
|
8178
8301
|
appearance: Scalars['String']['output'];
|
|
@@ -8202,6 +8325,12 @@ export declare type ConfluenceAdminReport = {
|
|
|
8202
8325
|
reportId?: Maybe<Scalars['ID']['output']>;
|
|
8203
8326
|
requesterId?: Maybe<Scalars['ID']['output']>;
|
|
8204
8327
|
};
|
|
8328
|
+
export declare type ConfluenceAdminReportPayload = {
|
|
8329
|
+
__typename?: 'ConfluenceAdminReportPayload';
|
|
8330
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8331
|
+
reportId: Scalars['ID']['output'];
|
|
8332
|
+
success: Scalars['Boolean']['output'];
|
|
8333
|
+
};
|
|
8205
8334
|
export declare type ConfluenceAdminReportStatus = {
|
|
8206
8335
|
__typename?: 'ConfluenceAdminReportStatus';
|
|
8207
8336
|
reports?: Maybe<Array<Maybe<ConfluenceAdminReport>>>;
|
|
@@ -8308,6 +8437,15 @@ export declare type ConfluenceCalendarPreference = {
|
|
|
8308
8437
|
view: Scalars['String']['output'];
|
|
8309
8438
|
watchedSubCalendars?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
8310
8439
|
};
|
|
8440
|
+
export declare type ConfluenceCalendarTimeZone = {
|
|
8441
|
+
__typename?: 'ConfluenceCalendarTimeZone';
|
|
8442
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8443
|
+
offset?: Maybe<Scalars['String']['output']>;
|
|
8444
|
+
};
|
|
8445
|
+
export declare type ConfluenceCalendarTimezones = {
|
|
8446
|
+
__typename?: 'ConfluenceCalendarTimezones';
|
|
8447
|
+
timezones?: Maybe<Array<Maybe<ConfluenceCalendarTimeZone>>>;
|
|
8448
|
+
};
|
|
8311
8449
|
export declare type ConfluenceChildContent = {
|
|
8312
8450
|
__typename?: 'ConfluenceChildContent';
|
|
8313
8451
|
attachment: PaginatedContentList;
|
|
@@ -8369,15 +8507,6 @@ export declare enum ConfluenceCommentType {
|
|
|
8369
8507
|
Footer = "FOOTER",
|
|
8370
8508
|
Inline = "INLINE"
|
|
8371
8509
|
}
|
|
8372
|
-
export declare type ConfluenceConflictedMutationError = {
|
|
8373
|
-
__typename?: 'ConfluenceConflictedMutationError';
|
|
8374
|
-
extensions?: Maybe<Array<Maybe<MutationErrorExtension>>>;
|
|
8375
|
-
message?: Maybe<Scalars['String']['output']>;
|
|
8376
|
-
};
|
|
8377
|
-
export declare type ConfluenceConflictedPayload = {
|
|
8378
|
-
errors?: Maybe<Array<ConfluenceConflictedMutationError>>;
|
|
8379
|
-
success: Scalars['Boolean']['output'];
|
|
8380
|
-
};
|
|
8381
8510
|
export declare type ConfluenceContentBody = {
|
|
8382
8511
|
__typename?: 'ConfluenceContentBody';
|
|
8383
8512
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -8447,6 +8576,17 @@ export declare type ConfluenceCopyPageTaskResult = {
|
|
|
8447
8576
|
__typename?: 'ConfluenceCopyPageTaskResult';
|
|
8448
8577
|
page?: Maybe<ConfluencePage>;
|
|
8449
8578
|
};
|
|
8579
|
+
export declare type ConfluenceCreateAdminAnnouncementBannerInput = {
|
|
8580
|
+
appearance: Scalars['String']['input'];
|
|
8581
|
+
content: Scalars['String']['input'];
|
|
8582
|
+
isDismissible: Scalars['Boolean']['input'];
|
|
8583
|
+
scheduledEndTime?: InputMaybe<Scalars['String']['input']>;
|
|
8584
|
+
scheduledStartTime?: InputMaybe<Scalars['String']['input']>;
|
|
8585
|
+
scheduledTimeZone?: InputMaybe<Scalars['String']['input']>;
|
|
8586
|
+
status: ConfluenceAdminAnnouncementBannerStatusType;
|
|
8587
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
8588
|
+
visibility: ConfluenceAdminAnnouncementBannerVisibilityType;
|
|
8589
|
+
};
|
|
8450
8590
|
export declare type ConfluenceCreateBlogPostInput = {
|
|
8451
8591
|
body?: InputMaybe<ConfluenceContentBodyInput>;
|
|
8452
8592
|
spaceId: Scalars['ID']['input'];
|
|
@@ -8554,9 +8694,9 @@ export declare type ConfluenceDeleteCalendarCustomEventTypeInput = {
|
|
|
8554
8694
|
id: Scalars['ID']['input'];
|
|
8555
8695
|
subCalendarId: Scalars['ID']['input'];
|
|
8556
8696
|
};
|
|
8557
|
-
export declare type ConfluenceDeleteCalendarCustomEventTypePayload =
|
|
8697
|
+
export declare type ConfluenceDeleteCalendarCustomEventTypePayload = Payload & {
|
|
8558
8698
|
__typename?: 'ConfluenceDeleteCalendarCustomEventTypePayload';
|
|
8559
|
-
errors?: Maybe<Array<
|
|
8699
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8560
8700
|
success: Scalars['Boolean']['output'];
|
|
8561
8701
|
};
|
|
8562
8702
|
export declare type ConfluenceDeleteCommentInput = {
|
|
@@ -8597,26 +8737,26 @@ export declare type ConfluenceDeleteSubCalendarAllFutureEventsInput = {
|
|
|
8597
8737
|
subCalendarId: Scalars['ID']['input'];
|
|
8598
8738
|
uid: Scalars['ID']['input'];
|
|
8599
8739
|
};
|
|
8600
|
-
export declare type ConfluenceDeleteSubCalendarAllFutureEventsPayload =
|
|
8740
|
+
export declare type ConfluenceDeleteSubCalendarAllFutureEventsPayload = Payload & {
|
|
8601
8741
|
__typename?: 'ConfluenceDeleteSubCalendarAllFutureEventsPayload';
|
|
8602
|
-
errors?: Maybe<Array<
|
|
8742
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8603
8743
|
success: Scalars['Boolean']['output'];
|
|
8604
8744
|
};
|
|
8605
8745
|
export declare type ConfluenceDeleteSubCalendarEventInput = {
|
|
8606
8746
|
subCalendarId: Scalars['ID']['input'];
|
|
8607
8747
|
uid: Scalars['ID']['input'];
|
|
8608
8748
|
};
|
|
8609
|
-
export declare type ConfluenceDeleteSubCalendarEventPayload =
|
|
8749
|
+
export declare type ConfluenceDeleteSubCalendarEventPayload = Payload & {
|
|
8610
8750
|
__typename?: 'ConfluenceDeleteSubCalendarEventPayload';
|
|
8611
|
-
errors?: Maybe<Array<
|
|
8751
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8612
8752
|
success: Scalars['Boolean']['output'];
|
|
8613
8753
|
};
|
|
8614
8754
|
export declare type ConfluenceDeleteSubCalendarHiddenEventsInput = {
|
|
8615
8755
|
subCalendarId: Scalars['ID']['input'];
|
|
8616
8756
|
};
|
|
8617
|
-
export declare type ConfluenceDeleteSubCalendarHiddenEventsPayload =
|
|
8757
|
+
export declare type ConfluenceDeleteSubCalendarHiddenEventsPayload = Payload & {
|
|
8618
8758
|
__typename?: 'ConfluenceDeleteSubCalendarHiddenEventsPayload';
|
|
8619
|
-
errors?: Maybe<Array<
|
|
8759
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8620
8760
|
subCalendarIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
8621
8761
|
success: Scalars['Boolean']['output'];
|
|
8622
8762
|
};
|
|
@@ -8626,9 +8766,9 @@ export declare type ConfluenceDeleteSubCalendarSingleEventInput = {
|
|
|
8626
8766
|
subCalendarId: Scalars['ID']['input'];
|
|
8627
8767
|
uid: Scalars['ID']['input'];
|
|
8628
8768
|
};
|
|
8629
|
-
export declare type ConfluenceDeleteSubCalendarSingleEventPayload =
|
|
8769
|
+
export declare type ConfluenceDeleteSubCalendarSingleEventPayload = Payload & {
|
|
8630
8770
|
__typename?: 'ConfluenceDeleteSubCalendarSingleEventPayload';
|
|
8631
|
-
errors?: Maybe<Array<
|
|
8771
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8632
8772
|
success: Scalars['Boolean']['output'];
|
|
8633
8773
|
};
|
|
8634
8774
|
export declare enum ConfluenceEdition {
|
|
@@ -8733,7 +8873,7 @@ export declare type ConfluenceInviteUserInput = {
|
|
|
8733
8873
|
};
|
|
8734
8874
|
export declare type ConfluenceInviteUserPayload = {
|
|
8735
8875
|
__typename?: 'ConfluenceInviteUserPayload';
|
|
8736
|
-
errors?: Maybe<Array<
|
|
8876
|
+
errors?: Maybe<Array<MutationError>>;
|
|
8737
8877
|
success: Scalars['Boolean']['output'];
|
|
8738
8878
|
};
|
|
8739
8879
|
export declare type ConfluenceLabel = {
|
|
@@ -14899,6 +15039,10 @@ export declare type ConfluenceSpaceDetailsSpaceOwner = {
|
|
|
14899
15039
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
14900
15040
|
ownerType?: Maybe<ConfluenceSpaceOwnerType>;
|
|
14901
15041
|
};
|
|
15042
|
+
export declare type ConfluenceSpaceDetailsSpaceOwnerInput = {
|
|
15043
|
+
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
15044
|
+
ownerType?: InputMaybe<ConfluenceSpaceOwnerType>;
|
|
15045
|
+
};
|
|
14902
15046
|
export declare type ConfluenceSpaceEdge = {
|
|
14903
15047
|
__typename?: 'ConfluenceSpaceEdge';
|
|
14904
15048
|
cursor: Scalars['String']['output'];
|
|
@@ -15000,9 +15144,21 @@ export declare type ConfluenceUnwatchSubCalendarInput = {
|
|
|
15000
15144
|
};
|
|
15001
15145
|
export declare type ConfluenceUnwatchSubCalendarPayload = {
|
|
15002
15146
|
__typename?: 'ConfluenceUnwatchSubCalendarPayload';
|
|
15003
|
-
errors?: Maybe<Array<
|
|
15147
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15004
15148
|
success: Scalars['Boolean']['output'];
|
|
15005
15149
|
};
|
|
15150
|
+
export declare type ConfluenceUpdateAdminAnnouncementBannerInput = {
|
|
15151
|
+
appearance?: InputMaybe<Scalars['String']['input']>;
|
|
15152
|
+
content?: InputMaybe<Scalars['String']['input']>;
|
|
15153
|
+
id: Scalars['ID']['input'];
|
|
15154
|
+
isDismissible?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15155
|
+
scheduledEndTime?: InputMaybe<Scalars['String']['input']>;
|
|
15156
|
+
scheduledStartTime?: InputMaybe<Scalars['String']['input']>;
|
|
15157
|
+
scheduledTimeZone?: InputMaybe<Scalars['String']['input']>;
|
|
15158
|
+
status?: InputMaybe<ConfluenceAdminAnnouncementBannerStatusType>;
|
|
15159
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
15160
|
+
visibility?: InputMaybe<ConfluenceAdminAnnouncementBannerVisibilityType>;
|
|
15161
|
+
};
|
|
15006
15162
|
export declare type ConfluenceUpdateCommentInput = {
|
|
15007
15163
|
body: ConfluenceContentBodyInput;
|
|
15008
15164
|
id: Scalars['ID']['input'];
|
|
@@ -15080,9 +15236,9 @@ export declare type ConfluenceUpdateSpaceSettingsPayload = Payload & {
|
|
|
15080
15236
|
export declare type ConfluenceUpdateSubCalendarHiddenEventsInput = {
|
|
15081
15237
|
subCalendarId: Scalars['ID']['input'];
|
|
15082
15238
|
};
|
|
15083
|
-
export declare type ConfluenceUpdateSubCalendarHiddenEventsPayload =
|
|
15239
|
+
export declare type ConfluenceUpdateSubCalendarHiddenEventsPayload = Payload & {
|
|
15084
15240
|
__typename?: 'ConfluenceUpdateSubCalendarHiddenEventsPayload';
|
|
15085
|
-
errors?: Maybe<Array<
|
|
15241
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15086
15242
|
subCalendarIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
15087
15243
|
success: Scalars['Boolean']['output'];
|
|
15088
15244
|
};
|
|
@@ -15092,7 +15248,7 @@ export declare type ConfluenceUpdateTeamPresenceSpaceSettingsInput = {
|
|
|
15092
15248
|
};
|
|
15093
15249
|
export declare type ConfluenceUpdateTeamPresenceSpaceSettingsPayload = {
|
|
15094
15250
|
__typename?: 'ConfluenceUpdateTeamPresenceSpaceSettingsPayload';
|
|
15095
|
-
errors?: Maybe<Array<
|
|
15251
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15096
15252
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
15097
15253
|
success: Scalars['Boolean']['output'];
|
|
15098
15254
|
};
|
|
@@ -15675,7 +15831,7 @@ export declare type ConfluenceWatchSubCalendarInput = {
|
|
|
15675
15831
|
};
|
|
15676
15832
|
export declare type ConfluenceWatchSubCalendarPayload = {
|
|
15677
15833
|
__typename?: 'ConfluenceWatchSubCalendarPayload';
|
|
15678
|
-
errors?: Maybe<Array<
|
|
15834
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15679
15835
|
success: Scalars['Boolean']['output'];
|
|
15680
15836
|
};
|
|
15681
15837
|
export declare type ConfluenceWhiteboard = {
|
|
@@ -16212,6 +16368,10 @@ export declare type ContentDataClassificationLevel = {
|
|
|
16212
16368
|
order?: Maybe<Scalars['Int']['output']>;
|
|
16213
16369
|
status: Scalars['String']['output'];
|
|
16214
16370
|
};
|
|
16371
|
+
export declare enum ContentDataClassificationMutationContentStatus {
|
|
16372
|
+
Current = "CURRENT",
|
|
16373
|
+
Draft = "DRAFT"
|
|
16374
|
+
}
|
|
16215
16375
|
export declare enum ContentDataClassificationQueryContentStatus {
|
|
16216
16376
|
Archived = "ARCHIVED",
|
|
16217
16377
|
Current = "CURRENT",
|
|
@@ -16260,6 +16420,11 @@ export declare type ContentMediaSession = {
|
|
|
16260
16420
|
mediaPickerUserToken?: Maybe<MediaPickerUserToken>;
|
|
16261
16421
|
token: MediaToken;
|
|
16262
16422
|
};
|
|
16423
|
+
export declare type ContentMention = {
|
|
16424
|
+
mentionLocalId?: InputMaybe<Scalars['ID']['input']>;
|
|
16425
|
+
mentionedUserAccountId: Scalars['ID']['input'];
|
|
16426
|
+
notificationAction: NotificationAction;
|
|
16427
|
+
};
|
|
16263
16428
|
export declare type ContentMetadata = {
|
|
16264
16429
|
__typename?: 'ContentMetadata';
|
|
16265
16430
|
comments?: Maybe<ContentMetadata_CommentsMetadataProvider_Comments>;
|
|
@@ -17753,6 +17918,11 @@ export declare type ContentRestrictionsPageResponse = {
|
|
|
17753
17918
|
links?: Maybe<LinksContextSelfBase>;
|
|
17754
17919
|
restrictionsHash?: Maybe<Scalars['String']['output']>;
|
|
17755
17920
|
};
|
|
17921
|
+
export declare enum ContentRole {
|
|
17922
|
+
Default = "DEFAULT",
|
|
17923
|
+
Editor = "EDITOR",
|
|
17924
|
+
Viewer = "VIEWER"
|
|
17925
|
+
}
|
|
17756
17926
|
export declare type ContentSpecificCreateInput = {
|
|
17757
17927
|
key: Scalars['String']['input'];
|
|
17758
17928
|
value: Scalars['String']['input'];
|
|
@@ -17872,6 +18042,14 @@ export declare type Contributors = {
|
|
|
17872
18042
|
links?: Maybe<LinksContextBase>;
|
|
17873
18043
|
publishers?: Maybe<ContributorUsers>;
|
|
17874
18044
|
};
|
|
18045
|
+
export declare type ConvertPageToLiveEditActionInput = {
|
|
18046
|
+
contentId: Scalars['ID']['input'];
|
|
18047
|
+
};
|
|
18048
|
+
export declare type ConvertPageToLiveEditActionPayload = Payload & {
|
|
18049
|
+
__typename?: 'ConvertPageToLiveEditActionPayload';
|
|
18050
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18051
|
+
success: Scalars['Boolean']['output'];
|
|
18052
|
+
};
|
|
17875
18053
|
export declare type ConvertPageToLiveEditValidationResult = {
|
|
17876
18054
|
__typename?: 'ConvertPageToLiveEditValidationResult';
|
|
17877
18055
|
hasFooterComments?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -18244,6 +18422,16 @@ export declare type CreateContentInput = {
|
|
|
18244
18422
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
18245
18423
|
type: Scalars['String']['input'];
|
|
18246
18424
|
};
|
|
18425
|
+
export declare type CreateContentMentionNotificationActionInput = {
|
|
18426
|
+
contentId: Scalars['ID']['input'];
|
|
18427
|
+
mentions: Array<InputMaybe<ContentMention>>;
|
|
18428
|
+
};
|
|
18429
|
+
export declare type CreateContentMentionNotificationActionPayload = Payload & {
|
|
18430
|
+
__typename?: 'CreateContentMentionNotificationActionPayload';
|
|
18431
|
+
contentId: Scalars['String']['output'];
|
|
18432
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18433
|
+
success: Scalars['Boolean']['output'];
|
|
18434
|
+
};
|
|
18247
18435
|
export declare type CreateContentTemplateInput = {
|
|
18248
18436
|
body: ContentTemplateBodyInput;
|
|
18249
18437
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -18340,6 +18528,15 @@ export declare type CreateEventSourcePayload = Payload & {
|
|
|
18340
18528
|
eventSource?: Maybe<EventSource>;
|
|
18341
18529
|
success: Scalars['Boolean']['output'];
|
|
18342
18530
|
};
|
|
18531
|
+
export declare type CreateFaviconFilesInput = {
|
|
18532
|
+
fileStoreId: Scalars['ID']['input'];
|
|
18533
|
+
};
|
|
18534
|
+
export declare type CreateFaviconFilesPayload = Payload & {
|
|
18535
|
+
__typename?: 'CreateFaviconFilesPayload';
|
|
18536
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18537
|
+
faviconFiles?: Maybe<Array<FaviconFile>>;
|
|
18538
|
+
success: Scalars['Boolean']['output'];
|
|
18539
|
+
};
|
|
18343
18540
|
export declare type CreateHostedResourceUploadUrlInput = {
|
|
18344
18541
|
appId: Scalars['ID']['input'];
|
|
18345
18542
|
environmentKey: Scalars['String']['input'];
|
|
@@ -18379,6 +18576,17 @@ export declare type CreateInlineContentInput = {
|
|
|
18379
18576
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
18380
18577
|
type: Scalars['String']['input'];
|
|
18381
18578
|
};
|
|
18579
|
+
export declare type CreateInlineTaskNotificationInput = {
|
|
18580
|
+
contentId: Scalars['ID']['input'];
|
|
18581
|
+
tasks: Array<InputMaybe<IndividualInlineTaskNotificationInput>>;
|
|
18582
|
+
};
|
|
18583
|
+
export declare type CreateInlineTaskNotificationPayload = Payload & {
|
|
18584
|
+
__typename?: 'CreateInlineTaskNotificationPayload';
|
|
18585
|
+
contentId: Scalars['ID']['output'];
|
|
18586
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18587
|
+
success: Scalars['Boolean']['output'];
|
|
18588
|
+
tasks: Array<Maybe<IndividualInlineTaskNotification>>;
|
|
18589
|
+
};
|
|
18382
18590
|
export declare type CreateJiraPlaybookInput = {
|
|
18383
18591
|
cloudId: Scalars['ID']['input'];
|
|
18384
18592
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
@@ -18415,6 +18623,28 @@ export declare type CreateLivePageInput = {
|
|
|
18415
18623
|
spaceKey: Scalars['String']['input'];
|
|
18416
18624
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
18417
18625
|
};
|
|
18626
|
+
export declare type CreateMentionNotificationInput = {
|
|
18627
|
+
contentId: Scalars['ID']['input'];
|
|
18628
|
+
mentionLocalId?: InputMaybe<Scalars['ID']['input']>;
|
|
18629
|
+
mentionedUserAccountId: Scalars['ID']['input'];
|
|
18630
|
+
};
|
|
18631
|
+
export declare type CreateMentionNotificationPayload = Payload & {
|
|
18632
|
+
__typename?: 'CreateMentionNotificationPayload';
|
|
18633
|
+
contentId: Scalars['String']['output'];
|
|
18634
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18635
|
+
success: Scalars['Boolean']['output'];
|
|
18636
|
+
};
|
|
18637
|
+
export declare type CreateMentionReminderNotificationInput = {
|
|
18638
|
+
contentId: Scalars['ID']['input'];
|
|
18639
|
+
mentionData: Array<MentionData>;
|
|
18640
|
+
};
|
|
18641
|
+
export declare type CreateMentionReminderNotificationPayload = Payload & {
|
|
18642
|
+
__typename?: 'CreateMentionReminderNotificationPayload';
|
|
18643
|
+
contentId: Scalars['String']['output'];
|
|
18644
|
+
errors?: Maybe<Array<MutationError>>;
|
|
18645
|
+
failedAccountIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
18646
|
+
success: Scalars['Boolean']['output'];
|
|
18647
|
+
};
|
|
18418
18648
|
export declare type CreatePersonalSpaceInput = {
|
|
18419
18649
|
copySpacePermissionsFromSpaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
18420
18650
|
initialPermissionOption?: InputMaybe<InitialPermissionOptions>;
|
|
@@ -19701,6 +19931,14 @@ export declare type DateSearchInput = {
|
|
|
19701
19931
|
earliestStart?: InputMaybe<Scalars['String']['input']>;
|
|
19702
19932
|
latestStart?: InputMaybe<Scalars['String']['input']>;
|
|
19703
19933
|
};
|
|
19934
|
+
export declare type DeactivatePaywallContentInput = {
|
|
19935
|
+
deactivationIdentifier: Scalars['ID']['input'];
|
|
19936
|
+
};
|
|
19937
|
+
export declare type DeactivatePaywallContentPayload = Payload & {
|
|
19938
|
+
__typename?: 'DeactivatePaywallContentPayload';
|
|
19939
|
+
errors: Array<MutationError>;
|
|
19940
|
+
success: Scalars['Boolean']['output'];
|
|
19941
|
+
};
|
|
19704
19942
|
export declare enum DeactivatedPageOwnerUserType {
|
|
19705
19943
|
FormerUsers = "FORMER_USERS",
|
|
19706
19944
|
NonFormerUsers = "NON_FORMER_USERS"
|
|
@@ -19861,6 +20099,15 @@ export declare type DeleteCompassStarredComponentPayload = Payload & {
|
|
|
19861
20099
|
export declare type DeleteCompassUserDefinedParameterInput = {
|
|
19862
20100
|
id: Scalars['ID']['input'];
|
|
19863
20101
|
};
|
|
20102
|
+
export declare type DeleteContentDataClassificationLevelInput = {
|
|
20103
|
+
contentStatus: ContentDataClassificationMutationContentStatus;
|
|
20104
|
+
id: Scalars['Long']['input'];
|
|
20105
|
+
};
|
|
20106
|
+
export declare type DeleteContentDataClassificationLevelPayload = Payload & {
|
|
20107
|
+
__typename?: 'DeleteContentDataClassificationLevelPayload';
|
|
20108
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20109
|
+
success: Scalars['Boolean']['output'];
|
|
20110
|
+
};
|
|
19864
20111
|
export declare type DeleteContentResponsePayload = {
|
|
19865
20112
|
__typename?: 'DeleteContentResponsePayload';
|
|
19866
20113
|
contentId: Scalars['ID']['output'];
|
|
@@ -19879,6 +20126,14 @@ export declare type DeleteCustomFilterInput = {
|
|
|
19879
20126
|
boardId: Scalars['ID']['input'];
|
|
19880
20127
|
customFilterId: Scalars['String']['input'];
|
|
19881
20128
|
};
|
|
20129
|
+
export declare type DeleteDefaultSpaceRoleAssignmentsInput = {
|
|
20130
|
+
principalsList: Array<RoleAssignmentPrincipalInput>;
|
|
20131
|
+
};
|
|
20132
|
+
export declare type DeleteDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
20133
|
+
__typename?: 'DeleteDefaultSpaceRoleAssignmentsPayload';
|
|
20134
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20135
|
+
success: Scalars['Boolean']['output'];
|
|
20136
|
+
};
|
|
19882
20137
|
export declare type DeleteDevOpsContainerRelationshipEntityPropertiesInput = {
|
|
19883
20138
|
id: Scalars['ID']['input'];
|
|
19884
20139
|
keys: Array<Scalars['String']['input']>;
|
|
@@ -20022,6 +20277,23 @@ export declare type DeleteRelationPayload = {
|
|
|
20022
20277
|
sourceKey: Scalars['String']['output'];
|
|
20023
20278
|
targetKey: Scalars['String']['output'];
|
|
20024
20279
|
};
|
|
20280
|
+
export declare type DeleteSpaceDefaultClassificationLevelInput = {
|
|
20281
|
+
id: Scalars['Long']['input'];
|
|
20282
|
+
};
|
|
20283
|
+
export declare type DeleteSpaceDefaultClassificationLevelPayload = Payload & {
|
|
20284
|
+
__typename?: 'DeleteSpaceDefaultClassificationLevelPayload';
|
|
20285
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20286
|
+
success: Scalars['Boolean']['output'];
|
|
20287
|
+
};
|
|
20288
|
+
export declare type DeleteSpaceRoleAssignmentsInput = {
|
|
20289
|
+
principalList: Array<RoleAssignmentPrincipalInput>;
|
|
20290
|
+
spaceId: Scalars['Long']['input'];
|
|
20291
|
+
};
|
|
20292
|
+
export declare type DeleteSpaceRoleAssignmentsPayload = Payload & {
|
|
20293
|
+
__typename?: 'DeleteSpaceRoleAssignmentsPayload';
|
|
20294
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20295
|
+
success: Scalars['Boolean']['output'];
|
|
20296
|
+
};
|
|
20025
20297
|
export declare type DeleteSprintInput = {
|
|
20026
20298
|
boardId: Scalars['ID']['input'];
|
|
20027
20299
|
sprintId: Scalars['ID']['input'];
|
|
@@ -20476,9 +20748,21 @@ export declare type DevAiPlaintextAutodevLog = DevAiAutodevLog & {
|
|
|
20476
20748
|
};
|
|
20477
20749
|
export declare type DevAiRovoAgent = {
|
|
20478
20750
|
__typename?: 'DevAiRovoAgent';
|
|
20751
|
+
actionConfig?: Maybe<Array<Maybe<DevAiRovoAgentActionConfig>>>;
|
|
20479
20752
|
description?: Maybe<Scalars['String']['output']>;
|
|
20753
|
+
externalConfigReference?: Maybe<Scalars['String']['output']>;
|
|
20754
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
20480
20755
|
id: Scalars['ID']['output'];
|
|
20481
20756
|
name?: Maybe<Scalars['String']['output']>;
|
|
20757
|
+
systemPromptTemplate?: Maybe<Scalars['String']['output']>;
|
|
20758
|
+
userDefinedConversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
20759
|
+
};
|
|
20760
|
+
export declare type DevAiRovoAgentActionConfig = {
|
|
20761
|
+
__typename?: 'DevAiRovoAgentActionConfig';
|
|
20762
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20763
|
+
id: Scalars['ID']['output'];
|
|
20764
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
20765
|
+
tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
20482
20766
|
};
|
|
20483
20767
|
export declare type DevAiRovoAgentConnection = {
|
|
20484
20768
|
__typename?: 'DevAiRovoAgentConnection';
|
|
@@ -20490,6 +20774,11 @@ export declare type DevAiRovoAgentEdge = {
|
|
|
20490
20774
|
cursor: Scalars['String']['output'];
|
|
20491
20775
|
node?: Maybe<DevAiRovoAgent>;
|
|
20492
20776
|
};
|
|
20777
|
+
export declare enum DevAiRovoAgentTemplateFilter {
|
|
20778
|
+
Exclude = "EXCLUDE",
|
|
20779
|
+
Include = "INCLUDE",
|
|
20780
|
+
Only = "ONLY"
|
|
20781
|
+
}
|
|
20493
20782
|
export declare type DevAiRunAutofixScanInput = {
|
|
20494
20783
|
repoUrl: Scalars['URL']['input'];
|
|
20495
20784
|
restartIfCurrentlyRunning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -22332,9 +22621,16 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
22332
22621
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
22333
22622
|
id: Scalars['ID']['output'];
|
|
22334
22623
|
};
|
|
22624
|
+
export declare type EcosystemInstallationConfigInput = {
|
|
22625
|
+
overrides: Array<EcosystemInstallationOverrides>;
|
|
22626
|
+
};
|
|
22335
22627
|
export declare enum EcosystemInstallationOverrideKeys {
|
|
22336
22628
|
AllowEgressAnalytics = "ALLOW_EGRESS_ANALYTICS"
|
|
22337
22629
|
}
|
|
22630
|
+
export declare type EcosystemInstallationOverrides = {
|
|
22631
|
+
key: EcosystemInstallationOverrideKeys;
|
|
22632
|
+
value: Scalars['Boolean']['input'];
|
|
22633
|
+
};
|
|
22338
22634
|
export declare enum EcosystemInstallationRecoveryMode {
|
|
22339
22635
|
FreshInstall = "FRESH_INSTALL",
|
|
22340
22636
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
@@ -22358,6 +22654,7 @@ export declare type EcosystemMutation = {
|
|
|
22358
22654
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
22359
22655
|
updateAppOAuthClient: EcosystemUpdateAppOAuthClientResult;
|
|
22360
22656
|
updateAppOwnership?: Maybe<UpdateAppOwnershipResponsePayload>;
|
|
22657
|
+
updateInstallationDetails?: Maybe<UpdateInstallationDetailsResponse>;
|
|
22361
22658
|
updateInstallationRemoteRegion?: Maybe<EcosystemUpdateInstallationRemoteRegionResponse>;
|
|
22362
22659
|
updateUserInstallationRules?: Maybe<UserInstallationRulesPayload>;
|
|
22363
22660
|
};
|
|
@@ -22409,6 +22706,9 @@ export declare type EcosystemMutationUpdateAppOAuthClientArgs = {
|
|
|
22409
22706
|
export declare type EcosystemMutationUpdateAppOwnershipArgs = {
|
|
22410
22707
|
input: UpdateAppOwnershipInput;
|
|
22411
22708
|
};
|
|
22709
|
+
export declare type EcosystemMutationUpdateInstallationDetailsArgs = {
|
|
22710
|
+
input: EcosystemUpdateInstallationDetailsInput;
|
|
22711
|
+
};
|
|
22412
22712
|
export declare type EcosystemMutationUpdateInstallationRemoteRegionArgs = {
|
|
22413
22713
|
input: EcosystemUpdateInstallationRemoteRegionInput;
|
|
22414
22714
|
};
|
|
@@ -22535,6 +22835,10 @@ export declare type EcosystemUpdateAppOAuthClientResult = Payload & {
|
|
|
22535
22835
|
errors?: Maybe<Array<MutationError>>;
|
|
22536
22836
|
success: Scalars['Boolean']['output'];
|
|
22537
22837
|
};
|
|
22838
|
+
export declare type EcosystemUpdateInstallationDetailsInput = {
|
|
22839
|
+
config: EcosystemInstallationConfigInput;
|
|
22840
|
+
id: Scalars['ID']['input'];
|
|
22841
|
+
};
|
|
22538
22842
|
export declare type EcosystemUpdateInstallationRemoteRegionInput = {
|
|
22539
22843
|
allowCleanRegion?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22540
22844
|
installationId: Scalars['ID']['input'];
|
|
@@ -22568,6 +22872,17 @@ export declare enum EditorConversionSetting {
|
|
|
22568
22872
|
None = "NONE",
|
|
22569
22873
|
Supported = "SUPPORTED"
|
|
22570
22874
|
}
|
|
22875
|
+
export declare type EditorDraftSyncInput = {
|
|
22876
|
+
contentId: Scalars['ID']['input'];
|
|
22877
|
+
doSetRelations?: InputMaybe<Scalars['Boolean']['input']>;
|
|
22878
|
+
latestAdf?: InputMaybe<Scalars['String']['input']>;
|
|
22879
|
+
ncsStepVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
22880
|
+
};
|
|
22881
|
+
export declare type EditorDraftSyncPayload = Payload & {
|
|
22882
|
+
__typename?: 'EditorDraftSyncPayload';
|
|
22883
|
+
errors?: Maybe<Array<MutationError>>;
|
|
22884
|
+
success: Scalars['Boolean']['output'];
|
|
22885
|
+
};
|
|
22571
22886
|
export declare type EditorVersionsMetadataDto = {
|
|
22572
22887
|
__typename?: 'EditorVersionsMetadataDto';
|
|
22573
22888
|
blogpost?: Maybe<Scalars['String']['output']>;
|
|
@@ -23705,6 +24020,15 @@ export declare type FailedRoles = {
|
|
|
23705
24020
|
reason: Scalars['String']['output'];
|
|
23706
24021
|
role?: Maybe<AppContributorRole>;
|
|
23707
24022
|
};
|
|
24023
|
+
export declare type FaviconFile = {
|
|
24024
|
+
__typename?: 'FaviconFile';
|
|
24025
|
+
fileStoreId: Scalars['ID']['output'];
|
|
24026
|
+
filename: Scalars['String']['output'];
|
|
24027
|
+
};
|
|
24028
|
+
export declare type FaviconFileInput = {
|
|
24029
|
+
fileStoreId: Scalars['ID']['input'];
|
|
24030
|
+
filename: Scalars['String']['input'];
|
|
24031
|
+
};
|
|
23708
24032
|
export declare type FavouritePageInput = {
|
|
23709
24033
|
pageId: Scalars['ID']['input'];
|
|
23710
24034
|
};
|
|
@@ -23712,6 +24036,13 @@ export declare type FavouritePagePayload = {
|
|
|
23712
24036
|
__typename?: 'FavouritePagePayload';
|
|
23713
24037
|
content: Content;
|
|
23714
24038
|
};
|
|
24039
|
+
export declare type FavouriteSpaceBulkPayload = Payload & {
|
|
24040
|
+
__typename?: 'FavouriteSpaceBulkPayload';
|
|
24041
|
+
errors?: Maybe<Array<MutationError>>;
|
|
24042
|
+
failedSpaceKeys?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
24043
|
+
spacesFavouritedMap?: Maybe<Array<Maybe<MapOfStringToBoolean>>>;
|
|
24044
|
+
success: Scalars['Boolean']['output'];
|
|
24045
|
+
};
|
|
23715
24046
|
export declare type FavouriteSpacePayload = {
|
|
23716
24047
|
__typename?: 'FavouriteSpacePayload';
|
|
23717
24048
|
isSpaceFavourited?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -26400,6 +26731,16 @@ export declare enum GraphQlContentTemplateType {
|
|
|
26400
26731
|
Blueprint = "BLUEPRINT",
|
|
26401
26732
|
Page = "PAGE"
|
|
26402
26733
|
}
|
|
26734
|
+
export declare enum GraphQlCoverPictureWidth {
|
|
26735
|
+
Fixed = "FIXED",
|
|
26736
|
+
Full = "FULL"
|
|
26737
|
+
}
|
|
26738
|
+
export declare enum GraphQlFrontCoverState {
|
|
26739
|
+
Hidden = "HIDDEN",
|
|
26740
|
+
Shown = "SHOWN",
|
|
26741
|
+
Transition = "TRANSITION",
|
|
26742
|
+
Unset = "UNSET"
|
|
26743
|
+
}
|
|
26403
26744
|
export declare type GraphQlGlobalDescription = {
|
|
26404
26745
|
__typename?: 'GraphQLGlobalDescription';
|
|
26405
26746
|
id: Scalars['ID']['output'];
|
|
@@ -26451,6 +26792,23 @@ export declare type GraphQlRelevantFeedFilters = {
|
|
|
26451
26792
|
relevantFeedSpacesFilter: Array<Maybe<Scalars['Long']['output']>>;
|
|
26452
26793
|
relevantFeedUsersFilter: Array<Maybe<Scalars['String']['output']>>;
|
|
26453
26794
|
};
|
|
26795
|
+
export declare type GraphQlSmartLinkContent = {
|
|
26796
|
+
__typename?: 'GraphQLSmartLinkContent';
|
|
26797
|
+
contentId: Scalars['ID']['output'];
|
|
26798
|
+
contentType?: Maybe<Scalars['String']['output']>;
|
|
26799
|
+
embedURL: Scalars['String']['output'];
|
|
26800
|
+
iconURL?: Maybe<Scalars['String']['output']>;
|
|
26801
|
+
parentPageId: Scalars['String']['output'];
|
|
26802
|
+
spaceId: Scalars['String']['output'];
|
|
26803
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
26804
|
+
};
|
|
26805
|
+
export declare type GraphQlSpaceShortcutsInput = {
|
|
26806
|
+
iconUrl?: InputMaybe<Scalars['String']['input']>;
|
|
26807
|
+
isPinnedPage: Scalars['Boolean']['input'];
|
|
26808
|
+
shortcutId: Scalars['ID']['input'];
|
|
26809
|
+
title?: InputMaybe<Scalars['String']['input']>;
|
|
26810
|
+
url?: InputMaybe<Scalars['String']['input']>;
|
|
26811
|
+
};
|
|
26454
26812
|
export declare enum GraphQlTemplateContentAppearance {
|
|
26455
26813
|
Default = "DEFAULT",
|
|
26456
26814
|
FullWidth = "FULL_WIDTH"
|
|
@@ -29052,6 +29410,8 @@ export declare type GraphStore = {
|
|
|
29052
29410
|
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
29053
29411
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
29054
29412
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
29413
|
+
userCreatedConfluenceComment?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentConnection>;
|
|
29414
|
+
userCreatedConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection>;
|
|
29055
29415
|
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
29056
29416
|
userCreatedConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseInverseConnection>;
|
|
29057
29417
|
userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
|
|
@@ -31901,6 +32261,20 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
31901
32261
|
id: Scalars['ID']['input'];
|
|
31902
32262
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
31903
32263
|
};
|
|
32264
|
+
export declare type GraphStoreUserCreatedConfluenceCommentArgs = {
|
|
32265
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32266
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32267
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32268
|
+
id: Scalars['ID']['input'];
|
|
32269
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceCommentSortInput>;
|
|
32270
|
+
};
|
|
32271
|
+
export declare type GraphStoreUserCreatedConfluenceCommentInverseArgs = {
|
|
32272
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32273
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32274
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32275
|
+
id: Scalars['ID']['input'];
|
|
32276
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceCommentSortInput>;
|
|
32277
|
+
};
|
|
31904
32278
|
export declare type GraphStoreUserCreatedConfluenceDatabaseArgs = {
|
|
31905
32279
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31906
32280
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -42300,6 +42674,34 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
42300
42674
|
};
|
|
42301
42675
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42302
42676
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
42677
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentConnection = HasPageInfo & {
|
|
42678
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentConnection';
|
|
42679
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentEdge>>>;
|
|
42680
|
+
pageInfo: PageInfo;
|
|
42681
|
+
};
|
|
42682
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentEdge = {
|
|
42683
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentEdge';
|
|
42684
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42685
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42686
|
+
id: Scalars['ID']['output'];
|
|
42687
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42688
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentUnion>;
|
|
42689
|
+
};
|
|
42690
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection = HasPageInfo & {
|
|
42691
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection';
|
|
42692
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseEdge>>>;
|
|
42693
|
+
pageInfo: PageInfo;
|
|
42694
|
+
};
|
|
42695
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentInverseEdge = {
|
|
42696
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentInverseEdge';
|
|
42697
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42698
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42699
|
+
id: Scalars['ID']['output'];
|
|
42700
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42701
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseUnion>;
|
|
42702
|
+
};
|
|
42703
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
42704
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentUnion = ConfluenceFooterComment | ConfluenceInlineComment;
|
|
42303
42705
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection = HasPageInfo & {
|
|
42304
42706
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection';
|
|
42305
42707
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseEdge>>>;
|
|
@@ -44290,6 +44692,9 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
44290
44692
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
44291
44693
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44292
44694
|
};
|
|
44695
|
+
export declare type GraphStoreUserCreatedConfluenceCommentSortInput = {
|
|
44696
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44697
|
+
};
|
|
44293
44698
|
export declare type GraphStoreUserCreatedConfluenceDatabaseSortInput = {
|
|
44294
44699
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44295
44700
|
};
|
|
@@ -45052,6 +45457,12 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45052
45457
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45053
45458
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45054
45459
|
};
|
|
45460
|
+
export declare type HardDeleteSpacePayload = {
|
|
45461
|
+
__typename?: 'HardDeleteSpacePayload';
|
|
45462
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45463
|
+
success: Scalars['Boolean']['output'];
|
|
45464
|
+
taskId?: Maybe<Scalars['String']['output']>;
|
|
45465
|
+
};
|
|
45055
45466
|
export declare type HasMercuryProjectFields = {
|
|
45056
45467
|
mercuryProjectIcon?: Maybe<Scalars['URL']['output']>;
|
|
45057
45468
|
mercuryProjectKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -46825,6 +47236,21 @@ export declare type IncomingLinksCount = {
|
|
|
46825
47236
|
__typename?: 'IncomingLinksCount';
|
|
46826
47237
|
count?: Maybe<Scalars['Int']['output']>;
|
|
46827
47238
|
};
|
|
47239
|
+
export declare type IndividualInlineTaskNotification = {
|
|
47240
|
+
__typename?: 'IndividualInlineTaskNotification';
|
|
47241
|
+
notificationAction?: Maybe<NotificationAction>;
|
|
47242
|
+
operation: Operation;
|
|
47243
|
+
recipientAccountId: Scalars['ID']['output'];
|
|
47244
|
+
recipientMentionLocalId?: Maybe<Scalars['ID']['output']>;
|
|
47245
|
+
taskId: Scalars['ID']['output'];
|
|
47246
|
+
};
|
|
47247
|
+
export declare type IndividualInlineTaskNotificationInput = {
|
|
47248
|
+
notificationAction?: InputMaybe<NotificationAction>;
|
|
47249
|
+
operation: Operation;
|
|
47250
|
+
recipientAccountId: Scalars['ID']['input'];
|
|
47251
|
+
recipientMentionLocalId?: InputMaybe<Scalars['ID']['input']>;
|
|
47252
|
+
taskId: Scalars['ID']['input'];
|
|
47253
|
+
};
|
|
46828
47254
|
export declare type InfluentsNotificationAction = {
|
|
46829
47255
|
__typename?: 'InfluentsNotificationAction';
|
|
46830
47256
|
appearance: InfluentsNotificationAppearance;
|
|
@@ -51213,6 +51639,20 @@ export declare type JiraDurationField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
51213
51639
|
export declare type JiraDurationFieldInput = {
|
|
51214
51640
|
originalEstimateField?: InputMaybe<Scalars['String']['input']>;
|
|
51215
51641
|
};
|
|
51642
|
+
export declare type JiraEditCustomFieldInput = {
|
|
51643
|
+
cloudId: Scalars['ID']['input'];
|
|
51644
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
51645
|
+
fieldId: Scalars['String']['input'];
|
|
51646
|
+
name: Scalars['String']['input'];
|
|
51647
|
+
options?: InputMaybe<Array<JiraCustomFieldOptionInput>>;
|
|
51648
|
+
projectId: Scalars['String']['input'];
|
|
51649
|
+
};
|
|
51650
|
+
export declare type JiraEditCustomFieldPayload = Payload & {
|
|
51651
|
+
__typename?: 'JiraEditCustomFieldPayload';
|
|
51652
|
+
errors?: Maybe<Array<MutationError>>;
|
|
51653
|
+
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypes>;
|
|
51654
|
+
success: Scalars['Boolean']['output'];
|
|
51655
|
+
};
|
|
51216
51656
|
export declare enum JiraEmailMimeType {
|
|
51217
51657
|
Html = "HTML",
|
|
51218
51658
|
Text = "TEXT"
|
|
@@ -55238,6 +55678,7 @@ export declare type JiraMutation = {
|
|
|
55238
55678
|
devOps?: Maybe<JiraDevOpsMutation>;
|
|
55239
55679
|
disableJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
55240
55680
|
duplicateJiraJourneyConfiguration?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
55681
|
+
editCustomField?: Maybe<JiraEditCustomFieldPayload>;
|
|
55241
55682
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
55242
55683
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
55243
55684
|
jiraFilterMutation?: Maybe<JiraFilterMutation>;
|
|
@@ -55540,6 +55981,9 @@ export declare type JiraMutationDuplicateJiraJourneyConfigurationArgs = {
|
|
|
55540
55981
|
cloudId: Scalars['ID']['input'];
|
|
55541
55982
|
input: JiraDuplicateJourneyConfigurationInput;
|
|
55542
55983
|
};
|
|
55984
|
+
export declare type JiraMutationEditCustomFieldArgs = {
|
|
55985
|
+
input: JiraEditCustomFieldInput;
|
|
55986
|
+
};
|
|
55543
55987
|
export declare type JiraMutationGrantGlobalPermissionArgs = {
|
|
55544
55988
|
cloudId: Scalars['ID']['input'];
|
|
55545
55989
|
input: JiraGlobalPermissionAddGroupGrantInput;
|
|
@@ -60921,6 +61365,17 @@ export declare type JiraSetBoardViewCardFieldSelectedPayload = Payload & {
|
|
|
60921
61365
|
errors?: Maybe<Array<MutationError>>;
|
|
60922
61366
|
success: Scalars['Boolean']['output'];
|
|
60923
61367
|
};
|
|
61368
|
+
export declare type JiraSetBoardViewCardOptionStateInput = {
|
|
61369
|
+
enabled: Scalars['Boolean']['input'];
|
|
61370
|
+
id: Scalars['ID']['input'];
|
|
61371
|
+
viewId: Scalars['ID']['input'];
|
|
61372
|
+
};
|
|
61373
|
+
export declare type JiraSetBoardViewCardOptionStatePayload = Payload & {
|
|
61374
|
+
__typename?: 'JiraSetBoardViewCardOptionStatePayload';
|
|
61375
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61376
|
+
errors?: Maybe<Array<MutationError>>;
|
|
61377
|
+
success: Scalars['Boolean']['output'];
|
|
61378
|
+
};
|
|
60924
61379
|
export declare type JiraSetBoardViewColumnStateInput = {
|
|
60925
61380
|
collapsed: Scalars['Boolean']['input'];
|
|
60926
61381
|
columnId: Scalars['ID']['input'];
|
|
@@ -60942,6 +61397,36 @@ export declare type JiraSetBoardViewCompletedIssueSearchCutOffPayload = Payload
|
|
|
60942
61397
|
errors?: Maybe<Array<MutationError>>;
|
|
60943
61398
|
success: Scalars['Boolean']['output'];
|
|
60944
61399
|
};
|
|
61400
|
+
export declare type JiraSetBoardViewFilterInput = {
|
|
61401
|
+
jql: Scalars['String']['input'];
|
|
61402
|
+
viewId: Scalars['ID']['input'];
|
|
61403
|
+
};
|
|
61404
|
+
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
61405
|
+
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
61406
|
+
errors?: Maybe<Array<MutationError>>;
|
|
61407
|
+
success: Scalars['Boolean']['output'];
|
|
61408
|
+
view?: Maybe<JiraBoardView>;
|
|
61409
|
+
};
|
|
61410
|
+
export declare type JiraSetBoardViewGroupByInput = {
|
|
61411
|
+
fieldId: Scalars['String']['input'];
|
|
61412
|
+
viewId: Scalars['ID']['input'];
|
|
61413
|
+
};
|
|
61414
|
+
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
61415
|
+
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
61416
|
+
errors?: Maybe<Array<MutationError>>;
|
|
61417
|
+
success: Scalars['Boolean']['output'];
|
|
61418
|
+
view?: Maybe<JiraBoardView>;
|
|
61419
|
+
};
|
|
61420
|
+
export declare type JiraSetBoardViewWorkflowSelectedInput = {
|
|
61421
|
+
selectedWorkflowId: Scalars['ID']['input'];
|
|
61422
|
+
viewId: Scalars['ID']['input'];
|
|
61423
|
+
};
|
|
61424
|
+
export declare type JiraSetBoardViewWorkflowSelectedPayload = Payload & {
|
|
61425
|
+
__typename?: 'JiraSetBoardViewWorkflowSelectedPayload';
|
|
61426
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61427
|
+
errors?: Maybe<Array<MutationError>>;
|
|
61428
|
+
success: Scalars['Boolean']['output'];
|
|
61429
|
+
};
|
|
60945
61430
|
export declare type JiraSetDefaultNavigationItemInput = {
|
|
60946
61431
|
id: Scalars['ID']['input'];
|
|
60947
61432
|
scopeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -65901,6 +66386,11 @@ export declare type MacroBody = {
|
|
|
65901
66386
|
value?: Maybe<Scalars['String']['output']>;
|
|
65902
66387
|
webResourceDependencies?: Maybe<WebResourceDependencies>;
|
|
65903
66388
|
};
|
|
66389
|
+
export declare type MapOfStringToBoolean = {
|
|
66390
|
+
__typename?: 'MapOfStringToBoolean';
|
|
66391
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
66392
|
+
value?: Maybe<Scalars['Boolean']['output']>;
|
|
66393
|
+
};
|
|
65904
66394
|
export declare type MapOfStringToFormattedBody = {
|
|
65905
66395
|
__typename?: 'MapOfStringToFormattedBody';
|
|
65906
66396
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -68016,6 +68506,10 @@ export declare enum MembershipState {
|
|
|
68016
68506
|
Invited = "INVITED",
|
|
68017
68507
|
RequestingToJoin = "REQUESTING_TO_JOIN"
|
|
68018
68508
|
}
|
|
68509
|
+
export declare type MentionData = {
|
|
68510
|
+
mentionLocalIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
68511
|
+
mentionedUserAccountId: Scalars['ID']['input'];
|
|
68512
|
+
};
|
|
68019
68513
|
export declare type MenusLookAndFeel = {
|
|
68020
68514
|
__typename?: 'MenusLookAndFeel';
|
|
68021
68515
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -69004,6 +69498,7 @@ export declare type MercuryQueryApi = {
|
|
|
69004
69498
|
focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
|
|
69005
69499
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
69006
69500
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
69501
|
+
focusAreasByExternalIds?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
69007
69502
|
forYouFocusAreaActivityHistory?: Maybe<MercuryForYouFocusAreaActivityHistory>;
|
|
69008
69503
|
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
69009
69504
|
mediaReadToken?: Maybe<MercuryMediaToken>;
|
|
@@ -69076,6 +69571,10 @@ export declare type MercuryQueryApiFocusAreasArgs = {
|
|
|
69076
69571
|
export declare type MercuryQueryApiFocusAreasByArisArgs = {
|
|
69077
69572
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
69078
69573
|
};
|
|
69574
|
+
export declare type MercuryQueryApiFocusAreasByExternalIdsArgs = {
|
|
69575
|
+
cloudId: Scalars['ID']['input'];
|
|
69576
|
+
ids: Array<Scalars['String']['input']>;
|
|
69577
|
+
};
|
|
69079
69578
|
export declare type MercuryQueryApiForYouFocusAreaActivityHistoryArgs = {
|
|
69080
69579
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69081
69580
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -69334,6 +69833,13 @@ export declare type MigrateComponentTypePayload = Payload & {
|
|
|
69334
69833
|
hasMore?: Maybe<Scalars['Boolean']['output']>;
|
|
69335
69834
|
success: Scalars['Boolean']['output'];
|
|
69336
69835
|
};
|
|
69836
|
+
export declare type MigrateSpaceShortcutsPayload = {
|
|
69837
|
+
__typename?: 'MigrateSpaceShortcutsPayload';
|
|
69838
|
+
errors?: Maybe<Array<MutationError>>;
|
|
69839
|
+
parentPageId?: Maybe<Scalars['String']['output']>;
|
|
69840
|
+
smartLinksContentList: Array<Maybe<GraphQlSmartLinkContent>>;
|
|
69841
|
+
success: Scalars['Boolean']['output'];
|
|
69842
|
+
};
|
|
69337
69843
|
export declare type Migration = {
|
|
69338
69844
|
__typename?: 'Migration';
|
|
69339
69845
|
estimation?: Maybe<MigrationEstimation>;
|
|
@@ -69534,8 +70040,11 @@ export declare type MoveSprintUpResponse = MutationResponse & {
|
|
|
69534
70040
|
export declare type Mutation = {
|
|
69535
70041
|
__typename?: 'Mutation';
|
|
69536
70042
|
actions?: Maybe<ActionsMutation>;
|
|
70043
|
+
activatePaywallContent?: Maybe<ActivatePaywallContentPayload>;
|
|
69537
70044
|
addBetaUserAsSiteCreator?: Maybe<AddBetaUserAsSiteCreatorPayload>;
|
|
70045
|
+
addDefaultExCoSpacePermissions?: Maybe<AddDefaultExCoSpacePermissionsPayload>;
|
|
69538
70046
|
addLabels?: Maybe<AddLabelsPayload>;
|
|
70047
|
+
addPublicLinkPermissions?: Maybe<AddPublicLinkPermissionsPayload>;
|
|
69539
70048
|
addReaction?: Maybe<SaveReactionResponse>;
|
|
69540
70049
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
69541
70050
|
appStorage?: Maybe<AppStorageMutation>;
|
|
@@ -69543,10 +70052,17 @@ export declare type Mutation = {
|
|
|
69543
70052
|
applyPolarisProjectTemplate?: Maybe<ApplyPolarisProjectTemplatePayload>;
|
|
69544
70053
|
archivePages?: Maybe<BulkArchivePagePayload>;
|
|
69545
70054
|
archivePolarisInsights?: Maybe<ArchivePolarisInsightsPayload>;
|
|
70055
|
+
archiveSpace?: Maybe<ArchiveSpacePayload>;
|
|
69546
70056
|
assignIssueParent?: Maybe<AssignIssueParentOutput>;
|
|
69547
70057
|
attachDanglingComment?: Maybe<Comment>;
|
|
69548
70058
|
boardCardMove?: Maybe<MoveCardOutput>;
|
|
70059
|
+
bulkDeleteContentDataClassificationLevel?: Maybe<BulkDeleteContentDataClassificationLevelPayload>;
|
|
70060
|
+
bulkRemoveRoleAssignmentFromSpaces?: Maybe<BulkRemoveRoleAssignmentFromSpacesPayload>;
|
|
70061
|
+
bulkSetRoleAssignmentToSpaces?: Maybe<BulkSetRoleAssignmentToSpacesPayload>;
|
|
70062
|
+
bulkSetSpacePermission?: Maybe<BulkSetSpacePermissionPayload>;
|
|
70063
|
+
bulkSetSpacePermissionAsync?: Maybe<BulkSetSpacePermissionAsyncPayload>;
|
|
69549
70064
|
bulkUnarchivePages?: Maybe<BulkArchivePagePayload>;
|
|
70065
|
+
bulkUpdateContentDataClassificationLevel?: Maybe<BulkUpdateContentDataClassificationLevelPayload>;
|
|
69550
70066
|
bulkUpdateMainSpaceSidebarLinks?: Maybe<Array<Maybe<SpaceSidebarLink>>>;
|
|
69551
70067
|
clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
|
|
69552
70068
|
compass?: Maybe<CompassCatalogMutationApi>;
|
|
@@ -69730,10 +70246,12 @@ export declare type Mutation = {
|
|
|
69730
70246
|
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
69731
70247
|
connectionManager_deleteConnectionForJiraProject?: Maybe<ConnectionManagerDeleteConnectionForJiraProjectPayload>;
|
|
69732
70248
|
contactAdmin?: Maybe<GraphQlContactAdminStatus>;
|
|
70249
|
+
convertPageToLiveEditAction?: Maybe<ConvertPageToLiveEditActionPayload>;
|
|
69733
70250
|
convertToFolder?: Maybe<ConfluenceConvertContentToFolderPayload>;
|
|
69734
70251
|
copyDefaultSpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
69735
70252
|
copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
|
|
69736
70253
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
70254
|
+
createAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
69737
70255
|
createApp?: Maybe<CreateAppResponse>;
|
|
69738
70256
|
createAppDeployment?: Maybe<CreateAppDeploymentResponse>;
|
|
69739
70257
|
createAppDeploymentUrl?: Maybe<CreateAppDeploymentUrlResponse>;
|
|
@@ -69743,6 +70261,7 @@ export declare type Mutation = {
|
|
|
69743
70261
|
createContentContextual?: Maybe<Content>;
|
|
69744
70262
|
createContentGlobal?: Maybe<Content>;
|
|
69745
70263
|
createContentInline?: Maybe<Content>;
|
|
70264
|
+
createContentMentionNotificationAction?: Maybe<CreateContentMentionNotificationActionPayload>;
|
|
69746
70265
|
createContentTemplateLabels?: Maybe<PaginatedLabelList>;
|
|
69747
70266
|
createCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
69748
70267
|
createCustomFilterV2?: Maybe<CustomFilterCreateOutputV2>;
|
|
@@ -69751,10 +70270,14 @@ export declare type Mutation = {
|
|
|
69751
70270
|
createDevOpsServiceAndOpsgenieTeamRelationship?: Maybe<CreateDevOpsServiceAndOpsgenieTeamRelationshipPayload>;
|
|
69752
70271
|
createDevOpsServiceAndRepositoryRelationship?: Maybe<CreateDevOpsServiceAndRepositoryRelationshipPayload>;
|
|
69753
70272
|
createDevOpsServiceRelationship?: Maybe<CreateDevOpsServiceRelationshipPayload>;
|
|
70273
|
+
createFaviconFiles?: Maybe<CreateFaviconFilesPayload>;
|
|
69754
70274
|
createFooterComment?: Maybe<Comment>;
|
|
69755
70275
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
69756
70276
|
createInlineComment?: Maybe<Comment>;
|
|
70277
|
+
createInlineTaskNotification?: Maybe<CreateInlineTaskNotificationPayload>;
|
|
69757
70278
|
createLivePage?: Maybe<Content>;
|
|
70279
|
+
createMentionNotification?: Maybe<CreateMentionNotificationPayload>;
|
|
70280
|
+
createMentionReminderNotification?: Maybe<CreateMentionReminderNotificationPayload>;
|
|
69758
70281
|
createOnboardingSpace?: Maybe<Scalars['String']['output']>;
|
|
69759
70282
|
createOrUpdateArchivePageNote?: Maybe<Scalars['String']['output']>;
|
|
69760
70283
|
createPersonalSpace?: Maybe<Space>;
|
|
@@ -69774,15 +70297,18 @@ export declare type Mutation = {
|
|
|
69774
70297
|
createWebTriggerUrl?: Maybe<CreateWebTriggerUrlResponse>;
|
|
69775
70298
|
customerService?: Maybe<CustomerServiceMutationApi>;
|
|
69776
70299
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
70300
|
+
deactivatePaywallContent?: Maybe<DeactivatePaywallContentPayload>;
|
|
69777
70301
|
deleteApp?: Maybe<DeleteAppResponse>;
|
|
69778
70302
|
deleteAppEnvironmentVariable?: Maybe<DeleteAppEnvironmentVariablePayload>;
|
|
69779
70303
|
deleteAppTunnels?: Maybe<GenericMutationResponse>;
|
|
69780
70304
|
deleteColumn?: Maybe<DeleteColumnOutput>;
|
|
69781
70305
|
deleteComment?: Maybe<Scalars['Boolean']['output']>;
|
|
69782
70306
|
deleteContent?: Maybe<DeleteContentResponsePayload>;
|
|
70307
|
+
deleteContentDataClassificationLevel?: Maybe<DeleteContentDataClassificationLevelPayload>;
|
|
69783
70308
|
deleteContentState?: Maybe<ContentState>;
|
|
69784
70309
|
deleteContentTemplateLabel?: Maybe<DeleteContentTemplateLabelPayload>;
|
|
69785
70310
|
deleteCustomFilter?: Maybe<GenericMutationResponse>;
|
|
70311
|
+
deleteDefaultSpaceRoleAssignments?: Maybe<DeleteDefaultSpaceRoleAssignmentsPayload>;
|
|
69786
70312
|
deleteDevOpsContainerRelationshipEntityProperties?: Maybe<DeleteDevOpsContainerRelationshipEntityPropertiesPayload>;
|
|
69787
70313
|
deleteDevOpsService?: Maybe<DeleteDevOpsServicePayload>;
|
|
69788
70314
|
deleteDevOpsServiceAndJiraProjectRelationship?: Maybe<DeleteDevOpsServiceAndJiraProjectRelationshipPayload>;
|
|
@@ -69800,6 +70326,8 @@ export declare type Mutation = {
|
|
|
69800
70326
|
deletePolarisViewSet?: Maybe<DeletePolarisViewSetPayload>;
|
|
69801
70327
|
deleteReaction?: Maybe<SaveReactionResponse>;
|
|
69802
70328
|
deleteRelation?: Maybe<DeleteRelationPayload>;
|
|
70329
|
+
deleteSpaceDefaultClassificationLevel?: Maybe<DeleteSpaceDefaultClassificationLevelPayload>;
|
|
70330
|
+
deleteSpaceRoleAssignments?: Maybe<DeleteSpaceRoleAssignmentsPayload>;
|
|
69803
70331
|
deleteSprint?: Maybe<MutationResponse>;
|
|
69804
70332
|
deleteTemplate?: Maybe<Scalars['ID']['output']>;
|
|
69805
70333
|
deleteWebTriggerUrl?: Maybe<DeleteWebTriggerUrlResponse>;
|
|
@@ -69813,6 +70341,7 @@ export declare type Mutation = {
|
|
|
69813
70341
|
disableSuperAdmin?: Maybe<SuperAdminPayload>;
|
|
69814
70342
|
ecosystem?: Maybe<EcosystemMutation>;
|
|
69815
70343
|
editSprint?: Maybe<SprintResponse>;
|
|
70344
|
+
editorDraftSyncAction?: Maybe<EditorDraftSyncPayload>;
|
|
69816
70345
|
enableExperiment?: Maybe<TapExperiment>;
|
|
69817
70346
|
enablePublicLinkForPage?: Maybe<EnablePublicLinkForPagePayload>;
|
|
69818
70347
|
enablePublicLinkForSite?: Maybe<PublicLinkSitePayload>;
|
|
@@ -69820,10 +70349,13 @@ export declare type Mutation = {
|
|
|
69820
70349
|
ersLifecycle?: Maybe<ErsLifecycleMutation>;
|
|
69821
70350
|
favouritePage?: Maybe<FavouritePagePayload>;
|
|
69822
70351
|
favouriteSpace?: Maybe<FavouriteSpacePayload>;
|
|
70352
|
+
favouriteSpaceBulk?: Maybe<FavouriteSpaceBulkPayload>;
|
|
69823
70353
|
followUser?: Maybe<FollowUserPayload>;
|
|
70354
|
+
generatePermsReport?: Maybe<ConfluenceAdminReportPayload>;
|
|
69824
70355
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
69825
70356
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
69826
70357
|
growthUnifiedProfile_createUnifiedProfile?: Maybe<GrowthUnifiedProfileResult>;
|
|
70358
|
+
hardDeleteSpace?: Maybe<HardDeleteSpacePayload>;
|
|
69827
70359
|
helpCenter?: Maybe<HelpCenterMutationApi>;
|
|
69828
70360
|
helpExternalResource?: Maybe<HelpExternalResourceMutationApi>;
|
|
69829
70361
|
helpLayout?: Maybe<HelpLayoutMutationApi>;
|
|
@@ -69838,8 +70370,12 @@ export declare type Mutation = {
|
|
|
69838
70370
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
69839
70371
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
69840
70372
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
70373
|
+
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
69841
70374
|
jira_setBoardViewColumnState?: Maybe<JiraSetBoardViewColumnStatePayload>;
|
|
69842
70375
|
jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
|
|
70376
|
+
jira_setBoardViewFilter?: Maybe<JiraSetBoardViewFilterPayload>;
|
|
70377
|
+
jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
|
|
70378
|
+
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
69843
70379
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
69844
70380
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
69845
70381
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
@@ -69855,6 +70391,7 @@ export declare type Mutation = {
|
|
|
69855
70391
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
69856
70392
|
mercury?: Maybe<MercuryMutationApi>;
|
|
69857
70393
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
70394
|
+
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
69858
70395
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
69859
70396
|
movePageAfter?: Maybe<MovePagePayload>;
|
|
69860
70397
|
movePageAppend?: Maybe<MovePagePayload>;
|
|
@@ -69864,6 +70401,7 @@ export declare type Mutation = {
|
|
|
69864
70401
|
moveSprintUp?: Maybe<MoveSprintUpResponse>;
|
|
69865
70402
|
newPage?: Maybe<NewPagePayload>;
|
|
69866
70403
|
notifications?: Maybe<InfluentsNotificationMutation>;
|
|
70404
|
+
notifyUsersOnFirstView?: Maybe<NotificationResponsePayload>;
|
|
69867
70405
|
openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
69868
70406
|
partnerEarlyAccess?: Maybe<PeapMutationApi>;
|
|
69869
70407
|
patchCommentsSummary?: Maybe<PatchCommentsSummaryPayload>;
|
|
@@ -69885,21 +70423,29 @@ export declare type Mutation = {
|
|
|
69885
70423
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
69886
70424
|
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
69887
70425
|
rateLimitTest?: Maybe<GenericMutationResponse>;
|
|
70426
|
+
recoverSpaceAdminPermission?: Maybe<RecoverSpaceAdminPermissionPayload>;
|
|
70427
|
+
recoverSpaceWithAdminRoleAssignment?: Maybe<RecoverSpaceWithAdminRoleAssignmentPayload>;
|
|
69888
70428
|
refreshPolarisSnippets?: Maybe<RefreshPolarisSnippetsPayload>;
|
|
69889
70429
|
refreshTeamCalendar?: Maybe<Scalars['Boolean']['output']>;
|
|
69890
70430
|
registerTunnel?: Maybe<RegisterTunnelResponse>;
|
|
69891
70431
|
removeAllDirectUserSpacePermissions?: Maybe<RemoveSpacePermissionsPayload>;
|
|
69892
70432
|
removeContentState?: Maybe<Scalars['Boolean']['output']>;
|
|
69893
70433
|
removeGroupSpacePermissions?: Maybe<RemoveSpacePermissionsPayload>;
|
|
70434
|
+
removePublicLinkPermissions?: Maybe<RemovePublicLinkPermissionsPayload>;
|
|
69894
70435
|
removeUserSpacePermissions?: Maybe<RemoveSpacePermissionsPayload>;
|
|
69895
70436
|
replyInlineComment?: Maybe<Comment>;
|
|
69896
70437
|
requestAccessExco?: Maybe<Scalars['Boolean']['output']>;
|
|
69897
70438
|
requestPageAccess?: Maybe<RequestPageAccessPayload>;
|
|
69898
70439
|
resetExCoSpacePermissions?: Maybe<ResetExCoSpacePermissionsPayload>;
|
|
69899
70440
|
resetSpaceContentStates?: Maybe<ContentStateSettings>;
|
|
70441
|
+
resetSpaceRolesFromAnotherSpace?: Maybe<ResetSpaceRolesFromAnotherSpacePayload>;
|
|
69900
70442
|
resetSystemSpaceHomepage?: Maybe<Space>;
|
|
70443
|
+
resetToDefaultSpaceRoleAssignments?: Maybe<ResetToDefaultSpaceRoleAssignmentsPayload>;
|
|
69901
70444
|
resolveInlineComment?: Maybe<ResolveInlineCommentPayload>;
|
|
69902
70445
|
resolvePolarisObject?: Maybe<ResolvePolarisObjectPayload>;
|
|
70446
|
+
resolveRestrictions?: Maybe<ResolveRestrictionsPayload>;
|
|
70447
|
+
resolveRestrictionsForSubjects?: Maybe<ResolveRestrictionsPayload>;
|
|
70448
|
+
restoreSpace?: Maybe<RestoreSpacePayload>;
|
|
69903
70449
|
revertToLegacyEditor?: Maybe<RevertToLegacyEditorResult>;
|
|
69904
70450
|
roadmaps?: Maybe<RoadmapsMutation>;
|
|
69905
70451
|
setAppEnvironmentVariable?: Maybe<SetAppEnvironmentVariablePayload>;
|
|
@@ -69912,6 +70458,7 @@ export declare type Mutation = {
|
|
|
69912
70458
|
setContentState?: Maybe<ContentState>;
|
|
69913
70459
|
setContentStateAndPublish?: Maybe<ContentState>;
|
|
69914
70460
|
setContentStateSettings?: Maybe<ContentStateSettings>;
|
|
70461
|
+
setDefaultSpaceRoleAssignments?: Maybe<SetDefaultSpaceRoleAssignmentsPayload>;
|
|
69915
70462
|
setEditorConversionSettings?: Maybe<EditorConversionSetting>;
|
|
69916
70463
|
setEstimationType?: Maybe<GenericMutationResponse>;
|
|
69917
70464
|
setExternalAuthCredentials?: Maybe<SetExternalAuthCredentialsPayload>;
|
|
@@ -69925,12 +70472,14 @@ export declare type Mutation = {
|
|
|
69925
70472
|
setRecommendedPagesSpaceStatus?: Maybe<SetRecommendedPagesSpaceStatusPayload>;
|
|
69926
70473
|
setRecommendedPagesStatus?: Maybe<SetRecommendedPagesStatusPayload>;
|
|
69927
70474
|
setRelevantFeedFilters?: Maybe<HomeUserSettings>;
|
|
70475
|
+
setSpaceRoleAssignments?: Maybe<SetSpaceRoleAssignmentsPayload>;
|
|
69928
70476
|
setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
69929
70477
|
setTaskStatus?: Maybe<GraphQlMutationResponse>;
|
|
69930
70478
|
setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
|
|
69931
70479
|
settings_updateNavigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
|
|
69932
70480
|
shareResource?: Maybe<ShareResourcePayload>;
|
|
69933
70481
|
shepherd?: Maybe<ShepherdMutation>;
|
|
70482
|
+
softDeleteSpace?: Maybe<SoftDeleteSpacePayload>;
|
|
69934
70483
|
splitIssue?: Maybe<SplitIssueOutput>;
|
|
69935
70484
|
startSprint?: Maybe<SprintResponse>;
|
|
69936
70485
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
@@ -69941,6 +70490,7 @@ export declare type Mutation = {
|
|
|
69941
70490
|
townsquare?: Maybe<TownsquareMutationApi>;
|
|
69942
70491
|
trello: TrelloMutationApi;
|
|
69943
70492
|
unarchivePolarisInsights?: Maybe<UnarchivePolarisInsightsPayload>;
|
|
70493
|
+
unarchiveSpace?: Maybe<UnarchiveSpacePayload>;
|
|
69944
70494
|
unassignIssueParent?: Maybe<UnassignIssueParentOutput>;
|
|
69945
70495
|
unfavouritePage?: Maybe<FavouritePagePayload>;
|
|
69946
70496
|
unfavouriteSpace?: Maybe<FavouriteSpacePayload>;
|
|
@@ -69953,10 +70503,14 @@ export declare type Mutation = {
|
|
|
69953
70503
|
unwatchContent?: Maybe<WatchContentPayload>;
|
|
69954
70504
|
unwatchMarketplaceApp?: Maybe<UnwatchMarketplaceAppPayload>;
|
|
69955
70505
|
unwatchSpace?: Maybe<WatchSpacePayload>;
|
|
70506
|
+
updateAdminAnnouncementBanner?: Maybe<ConfluenceAdminAnnouncementBannerPayload>;
|
|
69956
70507
|
updateAppDetails?: Maybe<UpdateAppDetailsResponse>;
|
|
69957
70508
|
updateArchiveNotes?: Maybe<UpdateArchiveNotesPayload>;
|
|
69958
70509
|
updateAtlassianOAuthClient?: Maybe<UpdateAtlassianOAuthClientResponse>;
|
|
69959
70510
|
updateComment?: Maybe<Comment>;
|
|
70511
|
+
updateContentDataClassificationLevel?: Maybe<UpdateContentDataClassificationLevelPayload>;
|
|
70512
|
+
updateContentPermissions?: Maybe<ContentPermissionsPayload>;
|
|
70513
|
+
updateCoverPictureWidth?: Maybe<UpdateCoverPictureWidthPayload>;
|
|
69960
70514
|
updateCustomFilter?: Maybe<CustomFilterCreateOutput>;
|
|
69961
70515
|
updateCustomFilterV2?: Maybe<CustomFilterCreateOutputV2>;
|
|
69962
70516
|
updateDevOpsContainerRelationshipEntityProperties?: Maybe<UpdateDevOpsContainerRelationshipEntityPropertiesPayload>;
|
|
@@ -69968,10 +70522,14 @@ export declare type Mutation = {
|
|
|
69968
70522
|
updateDevOpsServiceRelationship?: Maybe<UpdateDevOpsServiceRelationshipPayload>;
|
|
69969
70523
|
updateDeveloperLogAccess?: Maybe<UpdateDeveloperLogAccessPayload>;
|
|
69970
70524
|
updateEmbed?: Maybe<Content>;
|
|
70525
|
+
updateExternalCollaboratorDefaultSpace?: Maybe<UpdateExternalCollaboratorDefaultSpacePayload>;
|
|
69971
70526
|
updateHomeUserSettings?: Maybe<HomeUserSettings>;
|
|
69972
70527
|
updateLocalStorage?: Maybe<LocalStorage>;
|
|
70528
|
+
updateNestedPageOwners?: Maybe<UpdateNestedPageOwnersPayload>;
|
|
69973
70529
|
updateOwner?: Maybe<UpdateOwnerPayload>;
|
|
69974
70530
|
updatePage?: Maybe<UpdatePagePayload>;
|
|
70531
|
+
updatePageOwners?: Maybe<UpdatePageOwnersPayload>;
|
|
70532
|
+
updatePageStatuses?: Maybe<UpdatePageStatusesPayload>;
|
|
69975
70533
|
updatePolarisComment?: Maybe<UpdatePolarisCommentPayload>;
|
|
69976
70534
|
updatePolarisIdea?: Maybe<UpdatePolarisIdeaPayload>;
|
|
69977
70535
|
updatePolarisIdeaTemplate?: Maybe<UpdatePolarisIdeaTemplatePayload>;
|
|
@@ -69988,7 +70546,13 @@ export declare type Mutation = {
|
|
|
69988
70546
|
updatePushNotificationGroupSetting?: Maybe<ConfluencePushNotificationSettings>;
|
|
69989
70547
|
updateRelation?: Maybe<UpdateRelationPayload>;
|
|
69990
70548
|
updateReleaseNote: ContentPlatformReleaseNote;
|
|
70549
|
+
updateSiteLookAndFeel?: Maybe<UpdateSiteLookAndFeelPayload>;
|
|
69991
70550
|
updateSitePermission?: Maybe<SitePermission>;
|
|
70551
|
+
updateSpaceDefaultClassificationLevel?: Maybe<UpdateSpaceDefaultClassificationLevelPayload>;
|
|
70552
|
+
updateSpaceDetails?: Maybe<UpdateSpaceDetailsPayload>;
|
|
70553
|
+
updateSpacePermissionDefaults?: Maybe<UpdateDefaultSpacePermissionsPayload>;
|
|
70554
|
+
updateSpacePermissions?: Maybe<UpdateSpacePermissionsPayload>;
|
|
70555
|
+
updateSpaceTypeSettings?: Maybe<UpdateSpaceTypeSettingsPayload>;
|
|
69992
70556
|
updateTemplate?: Maybe<ContentTemplate>;
|
|
69993
70557
|
updateTemplatePropertySet?: Maybe<UpdateTemplatePropertySetPayload>;
|
|
69994
70558
|
updateTitle?: Maybe<Content>;
|
|
@@ -70002,12 +70566,21 @@ export declare type Mutation = {
|
|
|
70002
70566
|
watchSpace?: Maybe<WatchSpacePayload>;
|
|
70003
70567
|
workSuggestions?: Maybe<WorkSuggestionsMutation>;
|
|
70004
70568
|
};
|
|
70569
|
+
export declare type MutationActivatePaywallContentArgs = {
|
|
70570
|
+
input: ActivatePaywallContentInput;
|
|
70571
|
+
};
|
|
70005
70572
|
export declare type MutationAddBetaUserAsSiteCreatorArgs = {
|
|
70006
70573
|
input: AddBetaUserAsSiteCreatorInput;
|
|
70007
70574
|
};
|
|
70575
|
+
export declare type MutationAddDefaultExCoSpacePermissionsArgs = {
|
|
70576
|
+
spacePermissionsInput: AddDefaultExCoSpacePermissionsInput;
|
|
70577
|
+
};
|
|
70008
70578
|
export declare type MutationAddLabelsArgs = {
|
|
70009
70579
|
input: AddLabelsInput;
|
|
70010
70580
|
};
|
|
70581
|
+
export declare type MutationAddPublicLinkPermissionsArgs = {
|
|
70582
|
+
input: AddPublicLinkPermissionsInput;
|
|
70583
|
+
};
|
|
70011
70584
|
export declare type MutationAddReactionArgs = {
|
|
70012
70585
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
70013
70586
|
containerId: Scalars['String']['input'];
|
|
@@ -70026,6 +70599,9 @@ export declare type MutationArchivePolarisInsightsArgs = {
|
|
|
70026
70599
|
containers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
70027
70600
|
project: Scalars['ID']['input'];
|
|
70028
70601
|
};
|
|
70602
|
+
export declare type MutationArchiveSpaceArgs = {
|
|
70603
|
+
input: ArchiveSpaceInput;
|
|
70604
|
+
};
|
|
70029
70605
|
export declare type MutationAssignIssueParentArgs = {
|
|
70030
70606
|
input?: InputMaybe<AssignIssueParentInput>;
|
|
70031
70607
|
};
|
|
@@ -70035,11 +70611,29 @@ export declare type MutationAttachDanglingCommentArgs = {
|
|
|
70035
70611
|
export declare type MutationBoardCardMoveArgs = {
|
|
70036
70612
|
input?: InputMaybe<BoardCardMoveInput>;
|
|
70037
70613
|
};
|
|
70614
|
+
export declare type MutationBulkDeleteContentDataClassificationLevelArgs = {
|
|
70615
|
+
input: BulkDeleteContentDataClassificationLevelInput;
|
|
70616
|
+
};
|
|
70617
|
+
export declare type MutationBulkRemoveRoleAssignmentFromSpacesArgs = {
|
|
70618
|
+
input: BulkRemoveRoleAssignmentFromSpacesInput;
|
|
70619
|
+
};
|
|
70620
|
+
export declare type MutationBulkSetRoleAssignmentToSpacesArgs = {
|
|
70621
|
+
input: BulkSetRoleAssignmentToSpacesInput;
|
|
70622
|
+
};
|
|
70623
|
+
export declare type MutationBulkSetSpacePermissionArgs = {
|
|
70624
|
+
input: BulkSetSpacePermissionInput;
|
|
70625
|
+
};
|
|
70626
|
+
export declare type MutationBulkSetSpacePermissionAsyncArgs = {
|
|
70627
|
+
input: BulkSetSpacePermissionInput;
|
|
70628
|
+
};
|
|
70038
70629
|
export declare type MutationBulkUnarchivePagesArgs = {
|
|
70039
70630
|
includeChildren?: InputMaybe<Array<InputMaybe<Scalars['Boolean']['input']>>>;
|
|
70040
70631
|
pageIDs?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
70041
70632
|
parentPageId?: InputMaybe<Scalars['Long']['input']>;
|
|
70042
70633
|
};
|
|
70634
|
+
export declare type MutationBulkUpdateContentDataClassificationLevelArgs = {
|
|
70635
|
+
input: BulkUpdateContentDataClassificationLevelInput;
|
|
70636
|
+
};
|
|
70043
70637
|
export declare type MutationBulkUpdateMainSpaceSidebarLinksArgs = {
|
|
70044
70638
|
input: Array<InputMaybe<BulkUpdateMainSpaceSidebarLinksInput>>;
|
|
70045
70639
|
spaceKey: Scalars['String']['input'];
|
|
@@ -70611,6 +71205,9 @@ export declare type MutationConnectionManager_DeleteConnectionForJiraProjectArgs
|
|
|
70611
71205
|
export declare type MutationContactAdminArgs = {
|
|
70612
71206
|
input: ContactAdminMutationInput;
|
|
70613
71207
|
};
|
|
71208
|
+
export declare type MutationConvertPageToLiveEditActionArgs = {
|
|
71209
|
+
input: ConvertPageToLiveEditActionInput;
|
|
71210
|
+
};
|
|
70614
71211
|
export declare type MutationConvertToFolderArgs = {
|
|
70615
71212
|
id: Scalars['ID']['input'];
|
|
70616
71213
|
};
|
|
@@ -70625,6 +71222,9 @@ export declare type MutationCopySpacePermissionsArgs = {
|
|
|
70625
71222
|
sourceSpaceKey: Scalars['String']['input'];
|
|
70626
71223
|
targetSpaceKey: Scalars['String']['input'];
|
|
70627
71224
|
};
|
|
71225
|
+
export declare type MutationCreateAdminAnnouncementBannerArgs = {
|
|
71226
|
+
announcementBanner: ConfluenceCreateAdminAnnouncementBannerInput;
|
|
71227
|
+
};
|
|
70628
71228
|
export declare type MutationCreateAppArgs = {
|
|
70629
71229
|
input: CreateAppInput;
|
|
70630
71230
|
};
|
|
@@ -70652,6 +71252,9 @@ export declare type MutationCreateContentGlobalArgs = {
|
|
|
70652
71252
|
export declare type MutationCreateContentInlineArgs = {
|
|
70653
71253
|
input: CreateInlineContentInput;
|
|
70654
71254
|
};
|
|
71255
|
+
export declare type MutationCreateContentMentionNotificationActionArgs = {
|
|
71256
|
+
input: CreateContentMentionNotificationActionInput;
|
|
71257
|
+
};
|
|
70655
71258
|
export declare type MutationCreateContentTemplateLabelsArgs = {
|
|
70656
71259
|
input: CreateContentTemplateLabelsInput;
|
|
70657
71260
|
};
|
|
@@ -70678,6 +71281,9 @@ export declare type MutationCreateDevOpsServiceAndRepositoryRelationshipArgs = {
|
|
|
70678
71281
|
export declare type MutationCreateDevOpsServiceRelationshipArgs = {
|
|
70679
71282
|
input: CreateDevOpsServiceRelationshipInput;
|
|
70680
71283
|
};
|
|
71284
|
+
export declare type MutationCreateFaviconFilesArgs = {
|
|
71285
|
+
input: CreateFaviconFilesInput;
|
|
71286
|
+
};
|
|
70681
71287
|
export declare type MutationCreateFooterCommentArgs = {
|
|
70682
71288
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
70683
71289
|
input: CreateCommentInput;
|
|
@@ -70689,9 +71295,18 @@ export declare type MutationCreateInlineCommentArgs = {
|
|
|
70689
71295
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
70690
71296
|
input: CreateInlineCommentInput;
|
|
70691
71297
|
};
|
|
71298
|
+
export declare type MutationCreateInlineTaskNotificationArgs = {
|
|
71299
|
+
input: CreateInlineTaskNotificationInput;
|
|
71300
|
+
};
|
|
70692
71301
|
export declare type MutationCreateLivePageArgs = {
|
|
70693
71302
|
input: CreateLivePageInput;
|
|
70694
71303
|
};
|
|
71304
|
+
export declare type MutationCreateMentionNotificationArgs = {
|
|
71305
|
+
input: CreateMentionNotificationInput;
|
|
71306
|
+
};
|
|
71307
|
+
export declare type MutationCreateMentionReminderNotificationArgs = {
|
|
71308
|
+
input: CreateMentionReminderNotificationInput;
|
|
71309
|
+
};
|
|
70695
71310
|
export declare type MutationCreateOnboardingSpaceArgs = {
|
|
70696
71311
|
spaceType: Scalars['String']['input'];
|
|
70697
71312
|
};
|
|
@@ -70766,6 +71381,9 @@ export declare type MutationCreateWebTriggerUrlArgs = {
|
|
|
70766
71381
|
export declare type MutationCustomerServiceArgs = {
|
|
70767
71382
|
cloudId: Scalars['ID']['input'];
|
|
70768
71383
|
};
|
|
71384
|
+
export declare type MutationDeactivatePaywallContentArgs = {
|
|
71385
|
+
input: DeactivatePaywallContentInput;
|
|
71386
|
+
};
|
|
70769
71387
|
export declare type MutationDeleteAppArgs = {
|
|
70770
71388
|
input: DeleteAppInput;
|
|
70771
71389
|
};
|
|
@@ -70786,6 +71404,9 @@ export declare type MutationDeleteContentArgs = {
|
|
|
70786
71404
|
action: ContentDeleteActionType;
|
|
70787
71405
|
contentId: Scalars['ID']['input'];
|
|
70788
71406
|
};
|
|
71407
|
+
export declare type MutationDeleteContentDataClassificationLevelArgs = {
|
|
71408
|
+
input: DeleteContentDataClassificationLevelInput;
|
|
71409
|
+
};
|
|
70789
71410
|
export declare type MutationDeleteContentStateArgs = {
|
|
70790
71411
|
stateInput: ContentStateInput;
|
|
70791
71412
|
};
|
|
@@ -70796,6 +71417,9 @@ export declare type MutationDeleteCustomFilterArgs = {
|
|
|
70796
71417
|
input?: InputMaybe<DeleteCustomFilterInput>;
|
|
70797
71418
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
70798
71419
|
};
|
|
71420
|
+
export declare type MutationDeleteDefaultSpaceRoleAssignmentsArgs = {
|
|
71421
|
+
input: DeleteDefaultSpaceRoleAssignmentsInput;
|
|
71422
|
+
};
|
|
70799
71423
|
export declare type MutationDeleteDevOpsContainerRelationshipEntityPropertiesArgs = {
|
|
70800
71424
|
input: DeleteDevOpsContainerRelationshipEntityPropertiesInput;
|
|
70801
71425
|
};
|
|
@@ -70852,6 +71476,12 @@ export declare type MutationDeleteReactionArgs = {
|
|
|
70852
71476
|
export declare type MutationDeleteRelationArgs = {
|
|
70853
71477
|
input: DeleteRelationInput;
|
|
70854
71478
|
};
|
|
71479
|
+
export declare type MutationDeleteSpaceDefaultClassificationLevelArgs = {
|
|
71480
|
+
input: DeleteSpaceDefaultClassificationLevelInput;
|
|
71481
|
+
};
|
|
71482
|
+
export declare type MutationDeleteSpaceRoleAssignmentsArgs = {
|
|
71483
|
+
input: DeleteSpaceRoleAssignmentsInput;
|
|
71484
|
+
};
|
|
70855
71485
|
export declare type MutationDeleteSprintArgs = {
|
|
70856
71486
|
input?: InputMaybe<DeleteSprintInput>;
|
|
70857
71487
|
};
|
|
@@ -70880,6 +71510,9 @@ export declare type MutationDisablePublicLinkForPageArgs = {
|
|
|
70880
71510
|
export declare type MutationEditSprintArgs = {
|
|
70881
71511
|
input?: InputMaybe<EditSprintInput>;
|
|
70882
71512
|
};
|
|
71513
|
+
export declare type MutationEditorDraftSyncActionArgs = {
|
|
71514
|
+
input: EditorDraftSyncInput;
|
|
71515
|
+
};
|
|
70883
71516
|
export declare type MutationEnableExperimentArgs = {
|
|
70884
71517
|
experimentKey: Scalars['String']['input'];
|
|
70885
71518
|
};
|
|
@@ -70892,15 +71525,25 @@ export declare type MutationFavouritePageArgs = {
|
|
|
70892
71525
|
export declare type MutationFavouriteSpaceArgs = {
|
|
70893
71526
|
spaceKey: Scalars['String']['input'];
|
|
70894
71527
|
};
|
|
71528
|
+
export declare type MutationFavouriteSpaceBulkArgs = {
|
|
71529
|
+
spaceKeys: Array<InputMaybe<Scalars['String']['input']>>;
|
|
71530
|
+
};
|
|
70895
71531
|
export declare type MutationFollowUserArgs = {
|
|
70896
71532
|
followUserInput: FollowUserInput;
|
|
70897
71533
|
};
|
|
71534
|
+
export declare type MutationGeneratePermsReportArgs = {
|
|
71535
|
+
id: Scalars['ID']['input'];
|
|
71536
|
+
targetType: PermsReportTargetType;
|
|
71537
|
+
};
|
|
70898
71538
|
export declare type MutationGrantContentAccessArgs = {
|
|
70899
71539
|
grantContentAccessInput: GrantContentAccessInput;
|
|
70900
71540
|
};
|
|
70901
71541
|
export declare type MutationGrowthUnifiedProfile_CreateUnifiedProfileArgs = {
|
|
70902
71542
|
profile: GrowthUnifiedProfileCreateProfileInput;
|
|
70903
71543
|
};
|
|
71544
|
+
export declare type MutationHardDeleteSpaceArgs = {
|
|
71545
|
+
spaceKey: Scalars['String']['input'];
|
|
71546
|
+
};
|
|
70904
71547
|
export declare type MutationHelpCenterArgs = {
|
|
70905
71548
|
cloudId: Scalars['ID']['input'];
|
|
70906
71549
|
};
|
|
@@ -70931,12 +71574,24 @@ export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
|
70931
71574
|
export declare type MutationJira_SetBoardViewCardFieldSelectedArgs = {
|
|
70932
71575
|
input: JiraSetBoardViewCardFieldSelectedInput;
|
|
70933
71576
|
};
|
|
71577
|
+
export declare type MutationJira_SetBoardViewCardOptionStateArgs = {
|
|
71578
|
+
input: JiraSetBoardViewCardOptionStateInput;
|
|
71579
|
+
};
|
|
70934
71580
|
export declare type MutationJira_SetBoardViewColumnStateArgs = {
|
|
70935
71581
|
input: JiraSetBoardViewColumnStateInput;
|
|
70936
71582
|
};
|
|
70937
71583
|
export declare type MutationJira_SetBoardViewCompletedIssueSearchCutOffArgs = {
|
|
70938
71584
|
input: JiraSetBoardViewCompletedIssueSearchCutOffInput;
|
|
70939
71585
|
};
|
|
71586
|
+
export declare type MutationJira_SetBoardViewFilterArgs = {
|
|
71587
|
+
input: JiraSetBoardViewFilterInput;
|
|
71588
|
+
};
|
|
71589
|
+
export declare type MutationJira_SetBoardViewGroupByArgs = {
|
|
71590
|
+
input: JiraSetBoardViewGroupByInput;
|
|
71591
|
+
};
|
|
71592
|
+
export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
71593
|
+
input: JiraSetBoardViewWorkflowSelectedInput;
|
|
71594
|
+
};
|
|
70940
71595
|
export declare type MutationJira_SetViewFilterArgs = {
|
|
70941
71596
|
input: JiraSetViewFilterInput;
|
|
70942
71597
|
};
|
|
@@ -70963,6 +71618,10 @@ export declare type MutationMarkFeatureDiscoveredArgs = {
|
|
|
70963
71618
|
featureKey: Scalars['String']['input'];
|
|
70964
71619
|
pluginKey: Scalars['String']['input'];
|
|
70965
71620
|
};
|
|
71621
|
+
export declare type MutationMigrateSpaceShortcutsArgs = {
|
|
71622
|
+
shortcutsList: Array<InputMaybe<GraphQlSpaceShortcutsInput>>;
|
|
71623
|
+
spaceId: Scalars['ID']['input'];
|
|
71624
|
+
};
|
|
70966
71625
|
export declare type MutationMoveBlogArgs = {
|
|
70967
71626
|
input: MoveBlogInput;
|
|
70968
71627
|
};
|
|
@@ -70987,6 +71646,9 @@ export declare type MutationMoveSprintUpArgs = {
|
|
|
70987
71646
|
export declare type MutationNewPageArgs = {
|
|
70988
71647
|
input: NewPageInput;
|
|
70989
71648
|
};
|
|
71649
|
+
export declare type MutationNotifyUsersOnFirstViewArgs = {
|
|
71650
|
+
contentId: Scalars['ID']['input'];
|
|
71651
|
+
};
|
|
70990
71652
|
export declare type MutationOpenUpSpacePermissionsArgs = {
|
|
70991
71653
|
spaceKey: Scalars['String']['input'];
|
|
70992
71654
|
};
|
|
@@ -71048,6 +71710,12 @@ export declare type MutationRankCustomFilterArgs = {
|
|
|
71048
71710
|
export declare type MutationRateLimitTestArgs = {
|
|
71049
71711
|
input: InvokeExtensionInput;
|
|
71050
71712
|
};
|
|
71713
|
+
export declare type MutationRecoverSpaceAdminPermissionArgs = {
|
|
71714
|
+
input: RecoverSpaceAdminPermissionInput;
|
|
71715
|
+
};
|
|
71716
|
+
export declare type MutationRecoverSpaceWithAdminRoleAssignmentArgs = {
|
|
71717
|
+
input: RecoverSpaceWithAdminRoleAssignmentInput;
|
|
71718
|
+
};
|
|
71051
71719
|
export declare type MutationRefreshPolarisSnippetsArgs = {
|
|
71052
71720
|
input: RefreshPolarisSnippetsInput;
|
|
71053
71721
|
};
|
|
@@ -71066,6 +71734,9 @@ export declare type MutationRemoveContentStateArgs = {
|
|
|
71066
71734
|
export declare type MutationRemoveGroupSpacePermissionsArgs = {
|
|
71067
71735
|
spacePermissionsInput: RemoveGroupSpacePermissionsInput;
|
|
71068
71736
|
};
|
|
71737
|
+
export declare type MutationRemovePublicLinkPermissionsArgs = {
|
|
71738
|
+
input: RemovePublicLinkPermissionsInput;
|
|
71739
|
+
};
|
|
71069
71740
|
export declare type MutationRemoveUserSpacePermissionsArgs = {
|
|
71070
71741
|
spacePermissionsInput: RemoveUserSpacePermissionsInput;
|
|
71071
71742
|
};
|
|
@@ -71082,9 +71753,15 @@ export declare type MutationResetExCoSpacePermissionsArgs = {
|
|
|
71082
71753
|
export declare type MutationResetSpaceContentStatesArgs = {
|
|
71083
71754
|
spaceKey: Scalars['String']['input'];
|
|
71084
71755
|
};
|
|
71756
|
+
export declare type MutationResetSpaceRolesFromAnotherSpaceArgs = {
|
|
71757
|
+
input: ResetSpaceRolesFromAnotherSpaceInput;
|
|
71758
|
+
};
|
|
71085
71759
|
export declare type MutationResetSystemSpaceHomepageArgs = {
|
|
71086
71760
|
input: SystemSpaceHomepageInput;
|
|
71087
71761
|
};
|
|
71762
|
+
export declare type MutationResetToDefaultSpaceRoleAssignmentsArgs = {
|
|
71763
|
+
input: ResetToDefaultSpaceRoleAssignmentsInput;
|
|
71764
|
+
};
|
|
71088
71765
|
export declare type MutationResolveInlineCommentArgs = {
|
|
71089
71766
|
commentId: Scalars['ID']['input'];
|
|
71090
71767
|
dangling: Scalars['Boolean']['input'];
|
|
@@ -71093,6 +71770,15 @@ export declare type MutationResolveInlineCommentArgs = {
|
|
|
71093
71770
|
export declare type MutationResolvePolarisObjectArgs = {
|
|
71094
71771
|
input: ResolvePolarisObjectInput;
|
|
71095
71772
|
};
|
|
71773
|
+
export declare type MutationResolveRestrictionsArgs = {
|
|
71774
|
+
input: Array<InputMaybe<ResolveRestrictionsInput>>;
|
|
71775
|
+
};
|
|
71776
|
+
export declare type MutationResolveRestrictionsForSubjectsArgs = {
|
|
71777
|
+
input: ResolveRestrictionsForSubjectsInput;
|
|
71778
|
+
};
|
|
71779
|
+
export declare type MutationRestoreSpaceArgs = {
|
|
71780
|
+
spaceKey: Scalars['String']['input'];
|
|
71781
|
+
};
|
|
71096
71782
|
export declare type MutationRevertToLegacyEditorArgs = {
|
|
71097
71783
|
contentId: Scalars['ID']['input'];
|
|
71098
71784
|
};
|
|
@@ -71132,6 +71818,9 @@ export declare type MutationSetContentStateSettingsArgs = {
|
|
|
71132
71818
|
spaceKey: Scalars['String']['input'];
|
|
71133
71819
|
spaceStatesSetting: Scalars['Boolean']['input'];
|
|
71134
71820
|
};
|
|
71821
|
+
export declare type MutationSetDefaultSpaceRoleAssignmentsArgs = {
|
|
71822
|
+
input: SetDefaultSpaceRoleAssignmentsInput;
|
|
71823
|
+
};
|
|
71135
71824
|
export declare type MutationSetEditorConversionSettingsArgs = {
|
|
71136
71825
|
spaceKey: Scalars['String']['input'];
|
|
71137
71826
|
value: EditorConversionSetting;
|
|
@@ -71174,6 +71863,9 @@ export declare type MutationSetRelevantFeedFiltersArgs = {
|
|
|
71174
71863
|
relevantFeedSpacesFilter: Array<InputMaybe<Scalars['Long']['input']>>;
|
|
71175
71864
|
relevantFeedUsersFilter: Array<InputMaybe<Scalars['String']['input']>>;
|
|
71176
71865
|
};
|
|
71866
|
+
export declare type MutationSetSpaceRoleAssignmentsArgs = {
|
|
71867
|
+
input: SetSpaceRoleAssignmentsInput;
|
|
71868
|
+
};
|
|
71177
71869
|
export declare type MutationSetSwimlaneStrategyArgs = {
|
|
71178
71870
|
input?: InputMaybe<SetSwimlaneStrategyInput>;
|
|
71179
71871
|
};
|
|
@@ -71189,6 +71881,9 @@ export declare type MutationSettings_UpdateNavigationCustomisationArgs = {
|
|
|
71189
71881
|
export declare type MutationShareResourceArgs = {
|
|
71190
71882
|
shareResourceInput: ShareResourceInput;
|
|
71191
71883
|
};
|
|
71884
|
+
export declare type MutationSoftDeleteSpaceArgs = {
|
|
71885
|
+
spaceKey: Scalars['String']['input'];
|
|
71886
|
+
};
|
|
71192
71887
|
export declare type MutationSplitIssueArgs = {
|
|
71193
71888
|
input?: InputMaybe<SplitIssueInput>;
|
|
71194
71889
|
};
|
|
@@ -71211,6 +71906,9 @@ export declare type MutationUnarchivePolarisInsightsArgs = {
|
|
|
71211
71906
|
containers?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
71212
71907
|
project: Scalars['ID']['input'];
|
|
71213
71908
|
};
|
|
71909
|
+
export declare type MutationUnarchiveSpaceArgs = {
|
|
71910
|
+
input: UnarchiveSpaceInput;
|
|
71911
|
+
};
|
|
71214
71912
|
export declare type MutationUnassignIssueParentArgs = {
|
|
71215
71913
|
input?: InputMaybe<UnassignIssueParentInput>;
|
|
71216
71914
|
};
|
|
@@ -71244,6 +71942,9 @@ export declare type MutationUnwatchMarketplaceAppArgs = {
|
|
|
71244
71942
|
export declare type MutationUnwatchSpaceArgs = {
|
|
71245
71943
|
watchSpaceInput: WatchSpaceInput;
|
|
71246
71944
|
};
|
|
71945
|
+
export declare type MutationUpdateAdminAnnouncementBannerArgs = {
|
|
71946
|
+
announcementBanner: ConfluenceUpdateAdminAnnouncementBannerInput;
|
|
71947
|
+
};
|
|
71247
71948
|
export declare type MutationUpdateAppDetailsArgs = {
|
|
71248
71949
|
input: UpdateAppDetailsInput;
|
|
71249
71950
|
};
|
|
@@ -71256,6 +71957,16 @@ export declare type MutationUpdateAtlassianOAuthClientArgs = {
|
|
|
71256
71957
|
export declare type MutationUpdateCommentArgs = {
|
|
71257
71958
|
input: UpdateCommentInput;
|
|
71258
71959
|
};
|
|
71960
|
+
export declare type MutationUpdateContentDataClassificationLevelArgs = {
|
|
71961
|
+
input: UpdateContentDataClassificationLevelInput;
|
|
71962
|
+
};
|
|
71963
|
+
export declare type MutationUpdateContentPermissionsArgs = {
|
|
71964
|
+
contentId: Scalars['ID']['input'];
|
|
71965
|
+
input: Array<InputMaybe<UpdateContentPermissionsInput>>;
|
|
71966
|
+
};
|
|
71967
|
+
export declare type MutationUpdateCoverPictureWidthArgs = {
|
|
71968
|
+
input: UpdateCoverPictureWidthInput;
|
|
71969
|
+
};
|
|
71259
71970
|
export declare type MutationUpdateCustomFilterArgs = {
|
|
71260
71971
|
input?: InputMaybe<UpdateCustomFilterInput>;
|
|
71261
71972
|
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -71291,18 +72002,30 @@ export declare type MutationUpdateDeveloperLogAccessArgs = {
|
|
|
71291
72002
|
export declare type MutationUpdateEmbedArgs = {
|
|
71292
72003
|
input: UpdateEmbedInput;
|
|
71293
72004
|
};
|
|
72005
|
+
export declare type MutationUpdateExternalCollaboratorDefaultSpaceArgs = {
|
|
72006
|
+
input: UpdateExternalCollaboratorDefaultSpaceInput;
|
|
72007
|
+
};
|
|
71294
72008
|
export declare type MutationUpdateHomeUserSettingsArgs = {
|
|
71295
72009
|
homeUserSettings: HomeUserSettingsInput;
|
|
71296
72010
|
};
|
|
71297
72011
|
export declare type MutationUpdateLocalStorageArgs = {
|
|
71298
72012
|
localStorage: LocalStorageInput;
|
|
71299
72013
|
};
|
|
72014
|
+
export declare type MutationUpdateNestedPageOwnersArgs = {
|
|
72015
|
+
input: UpdatedNestedPageOwnersInput;
|
|
72016
|
+
};
|
|
71300
72017
|
export declare type MutationUpdateOwnerArgs = {
|
|
71301
72018
|
input: UpdateOwnerInput;
|
|
71302
72019
|
};
|
|
71303
72020
|
export declare type MutationUpdatePageArgs = {
|
|
71304
72021
|
input: UpdatePageInput;
|
|
71305
72022
|
};
|
|
72023
|
+
export declare type MutationUpdatePageOwnersArgs = {
|
|
72024
|
+
input: UpdatePageOwnersInput;
|
|
72025
|
+
};
|
|
72026
|
+
export declare type MutationUpdatePageStatusesArgs = {
|
|
72027
|
+
input: UpdatePageStatusesInput;
|
|
72028
|
+
};
|
|
71306
72029
|
export declare type MutationUpdatePolarisCommentArgs = {
|
|
71307
72030
|
input: UpdatePolarisCommentInput;
|
|
71308
72031
|
};
|
|
@@ -71378,9 +72101,27 @@ export declare type MutationUpdateReleaseNoteArgs = {
|
|
|
71378
72101
|
title?: Scalars['String']['input'];
|
|
71379
72102
|
visibleInFedRAMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71380
72103
|
};
|
|
72104
|
+
export declare type MutationUpdateSiteLookAndFeelArgs = {
|
|
72105
|
+
input: UpdateSiteLookAndFeelInput;
|
|
72106
|
+
};
|
|
71381
72107
|
export declare type MutationUpdateSitePermissionArgs = {
|
|
71382
72108
|
input: SitePermissionInput;
|
|
71383
72109
|
};
|
|
72110
|
+
export declare type MutationUpdateSpaceDefaultClassificationLevelArgs = {
|
|
72111
|
+
input: UpdateSpaceDefaultClassificationLevelInput;
|
|
72112
|
+
};
|
|
72113
|
+
export declare type MutationUpdateSpaceDetailsArgs = {
|
|
72114
|
+
input: UpdateSpaceDetailsInput;
|
|
72115
|
+
};
|
|
72116
|
+
export declare type MutationUpdateSpacePermissionDefaultsArgs = {
|
|
72117
|
+
input: Array<UpdateDefaultSpacePermissionsInput>;
|
|
72118
|
+
};
|
|
72119
|
+
export declare type MutationUpdateSpacePermissionsArgs = {
|
|
72120
|
+
input: UpdateSpacePermissionsInput;
|
|
72121
|
+
};
|
|
72122
|
+
export declare type MutationUpdateSpaceTypeSettingsArgs = {
|
|
72123
|
+
input: UpdateSpaceTypeSettingsInput;
|
|
72124
|
+
};
|
|
71384
72125
|
export declare type MutationUpdateTemplateArgs = {
|
|
71385
72126
|
contentTemplate: UpdateContentTemplateInput;
|
|
71386
72127
|
};
|
|
@@ -71539,6 +72280,12 @@ export declare type NestedActionsFeature = {
|
|
|
71539
72280
|
__typename?: 'NestedActionsFeature';
|
|
71540
72281
|
isEntitled: Scalars['Boolean']['output'];
|
|
71541
72282
|
};
|
|
72283
|
+
export declare type NestedPageInput = {
|
|
72284
|
+
areChildrenIncluded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
72285
|
+
excludedBranchRootPageIDs?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
72286
|
+
isSelected?: InputMaybe<Scalars['Boolean']['input']>;
|
|
72287
|
+
pageID: Scalars['Long']['input'];
|
|
72288
|
+
};
|
|
71542
72289
|
export declare type NewCard = {
|
|
71543
72290
|
assigneeId?: InputMaybe<Scalars['ID']['input']>;
|
|
71544
72291
|
fixVersions?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -71647,6 +72394,15 @@ export declare type NlpSource = {
|
|
|
71647
72394
|
export declare type Node = {
|
|
71648
72395
|
id: Scalars['ID']['output'];
|
|
71649
72396
|
};
|
|
72397
|
+
export declare enum NotificationAction {
|
|
72398
|
+
DontNotify = "DONT_NOTIFY",
|
|
72399
|
+
Notify = "NOTIFY"
|
|
72400
|
+
}
|
|
72401
|
+
export declare type NotificationResponsePayload = Payload & {
|
|
72402
|
+
__typename?: 'NotificationResponsePayload';
|
|
72403
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72404
|
+
success: Scalars['Boolean']['output'];
|
|
72405
|
+
};
|
|
71650
72406
|
export declare type NumberUserInput = {
|
|
71651
72407
|
type: NumberUserInputType;
|
|
71652
72408
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -71703,6 +72459,14 @@ export declare type OnboardingStateInput = {
|
|
|
71703
72459
|
key: Scalars['String']['input'];
|
|
71704
72460
|
value: Scalars['String']['input'];
|
|
71705
72461
|
};
|
|
72462
|
+
export declare enum Operation {
|
|
72463
|
+
Assigned = "ASSIGNED",
|
|
72464
|
+
Complete = "COMPLETE",
|
|
72465
|
+
Deleted = "DELETED",
|
|
72466
|
+
InComplete = "IN_COMPLETE",
|
|
72467
|
+
Reworded = "REWORDED",
|
|
72468
|
+
Unassigned = "UNASSIGNED"
|
|
72469
|
+
}
|
|
71706
72470
|
export declare type OperationCheckResult = {
|
|
71707
72471
|
__typename?: 'OperationCheckResult';
|
|
71708
72472
|
links?: Maybe<LinksContextBase>;
|
|
@@ -72964,6 +73728,10 @@ export declare type PermsReportDownloadLink = {
|
|
|
72964
73728
|
__typename?: 'PermsReportDownloadLink';
|
|
72965
73729
|
url?: Maybe<Scalars['String']['output']>;
|
|
72966
73730
|
};
|
|
73731
|
+
export declare enum PermsReportTargetType {
|
|
73732
|
+
Group = "GROUP",
|
|
73733
|
+
User = "USER"
|
|
73734
|
+
}
|
|
72967
73735
|
export declare type Person = {
|
|
72968
73736
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
72969
73737
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
@@ -74256,6 +75024,7 @@ export declare type Query = {
|
|
|
74256
75024
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
74257
75025
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
74258
75026
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75027
|
+
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
74259
75028
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
74260
75029
|
confluence_refreshMigrationMediaSession?: Maybe<ContentMediaSession>;
|
|
74261
75030
|
confluence_search?: Maybe<ConfluenceSearchConnection>;
|
|
@@ -75819,6 +76588,9 @@ export declare type QueryConfluenceV2_SpacesArgs = {
|
|
|
75819
76588
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
75820
76589
|
cloudId: Scalars['ID']['input'];
|
|
75821
76590
|
};
|
|
76591
|
+
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
76592
|
+
cloudId: Scalars['ID']['input'];
|
|
76593
|
+
};
|
|
75822
76594
|
export declare type QueryConfluence_RefreshMigrationMediaSessionArgs = {
|
|
75823
76595
|
cloudId: Scalars['ID']['input'];
|
|
75824
76596
|
migrationId: Scalars['String']['input'];
|
|
@@ -76219,6 +76991,7 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
76219
76991
|
cloudId: Scalars['ID']['input'];
|
|
76220
76992
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
76221
76993
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
76994
|
+
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
76222
76995
|
};
|
|
76223
76996
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
76224
76997
|
appId: Scalars['ID']['input'];
|
|
@@ -77406,6 +78179,7 @@ export declare type RadarFieldValuesEdge = RadarEdge & {
|
|
|
77406
78179
|
};
|
|
77407
78180
|
export declare enum RadarFilterInputType {
|
|
77408
78181
|
Checkbox = "CHECKBOX",
|
|
78182
|
+
Radio = "RADIO",
|
|
77409
78183
|
Range = "RANGE",
|
|
77410
78184
|
Textfield = "TEXTFIELD"
|
|
77411
78185
|
}
|
|
@@ -77775,6 +78549,22 @@ export declare type RecommendedSpaceItem = {
|
|
|
77775
78549
|
space?: Maybe<Space>;
|
|
77776
78550
|
spaceId: Scalars['Long']['output'];
|
|
77777
78551
|
};
|
|
78552
|
+
export declare type RecoverSpaceAdminPermissionInput = {
|
|
78553
|
+
spaceKey: Scalars['String']['input'];
|
|
78554
|
+
};
|
|
78555
|
+
export declare type RecoverSpaceAdminPermissionPayload = Payload & {
|
|
78556
|
+
__typename?: 'RecoverSpaceAdminPermissionPayload';
|
|
78557
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78558
|
+
success: Scalars['Boolean']['output'];
|
|
78559
|
+
};
|
|
78560
|
+
export declare type RecoverSpaceWithAdminRoleAssignmentInput = {
|
|
78561
|
+
spaceId: Scalars['Long']['input'];
|
|
78562
|
+
};
|
|
78563
|
+
export declare type RecoverSpaceWithAdminRoleAssignmentPayload = Payload & {
|
|
78564
|
+
__typename?: 'RecoverSpaceWithAdminRoleAssignmentPayload';
|
|
78565
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78566
|
+
success: Scalars['Boolean']['output'];
|
|
78567
|
+
};
|
|
77778
78568
|
export declare type RefreshPolarisSnippetsInput = {
|
|
77779
78569
|
project: Scalars['ID']['input'];
|
|
77780
78570
|
subject?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -77875,6 +78665,16 @@ export declare type RemoveGroupSpacePermissionsInput = {
|
|
|
77875
78665
|
export declare type RemovePolarisColumnInput = {
|
|
77876
78666
|
column: Scalars['ID']['input'];
|
|
77877
78667
|
};
|
|
78668
|
+
export declare type RemovePublicLinkPermissionsInput = {
|
|
78669
|
+
objectId: Scalars['ID']['input'];
|
|
78670
|
+
objectType: PublicLinkPermissionsObjectType;
|
|
78671
|
+
permissions: Array<PublicLinkPermissionsType>;
|
|
78672
|
+
};
|
|
78673
|
+
export declare type RemovePublicLinkPermissionsPayload = Payload & {
|
|
78674
|
+
__typename?: 'RemovePublicLinkPermissionsPayload';
|
|
78675
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78676
|
+
success: Scalars['Boolean']['output'];
|
|
78677
|
+
};
|
|
77878
78678
|
export declare type RemoveSpacePermissionsPayload = {
|
|
77879
78679
|
__typename?: 'RemoveSpacePermissionsPayload';
|
|
77880
78680
|
status: Scalars['Boolean']['output'];
|
|
@@ -77910,6 +78710,23 @@ export declare type ResetExCoSpacePermissionsPayload = {
|
|
|
77910
78710
|
__typename?: 'ResetExCoSpacePermissionsPayload';
|
|
77911
78711
|
status: Scalars['Boolean']['output'];
|
|
77912
78712
|
};
|
|
78713
|
+
export declare type ResetSpaceRolesFromAnotherSpaceInput = {
|
|
78714
|
+
sourceSpaceId: Scalars['Long']['input'];
|
|
78715
|
+
targetSpaceId: Scalars['Long']['input'];
|
|
78716
|
+
};
|
|
78717
|
+
export declare type ResetSpaceRolesFromAnotherSpacePayload = Payload & {
|
|
78718
|
+
__typename?: 'ResetSpaceRolesFromAnotherSpacePayload';
|
|
78719
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78720
|
+
success: Scalars['Boolean']['output'];
|
|
78721
|
+
};
|
|
78722
|
+
export declare type ResetToDefaultSpaceRoleAssignmentsInput = {
|
|
78723
|
+
spaceId: Scalars['Long']['input'];
|
|
78724
|
+
};
|
|
78725
|
+
export declare type ResetToDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
78726
|
+
__typename?: 'ResetToDefaultSpaceRoleAssignmentsPayload';
|
|
78727
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78728
|
+
success: Scalars['Boolean']['output'];
|
|
78729
|
+
};
|
|
77913
78730
|
export declare type ResolveInlineCommentPayload = {
|
|
77914
78731
|
__typename?: 'ResolveInlineCommentPayload';
|
|
77915
78732
|
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
@@ -77935,6 +78752,22 @@ export declare type ResolveRestrictionsForSubjectMutationErrorExtension = Mutati
|
|
|
77935
78752
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
77936
78753
|
subject: BlockedAccessSubject;
|
|
77937
78754
|
};
|
|
78755
|
+
export declare type ResolveRestrictionsForSubjectsInput = {
|
|
78756
|
+
accessType: ResourceAccessType;
|
|
78757
|
+
contentId: Scalars['Long']['input'];
|
|
78758
|
+
subjects: Array<InputMaybe<BlockedAccessSubjectInput>>;
|
|
78759
|
+
};
|
|
78760
|
+
export declare type ResolveRestrictionsInput = {
|
|
78761
|
+
accessType: ResourceAccessType;
|
|
78762
|
+
accountId: Scalars['ID']['input'];
|
|
78763
|
+
resourceId: Scalars['Long']['input'];
|
|
78764
|
+
resourceType: ResourceType;
|
|
78765
|
+
};
|
|
78766
|
+
export declare type ResolveRestrictionsPayload = Payload & {
|
|
78767
|
+
__typename?: 'ResolveRestrictionsPayload';
|
|
78768
|
+
errors: Array<MutationError>;
|
|
78769
|
+
success: Scalars['Boolean']['output'];
|
|
78770
|
+
};
|
|
77938
78771
|
export declare type ResolvedPolarisObject = {
|
|
77939
78772
|
__typename?: 'ResolvedPolarisObject';
|
|
77940
78773
|
auth?: Maybe<ResolvedPolarisObjectAuth>;
|
|
@@ -77970,6 +78803,11 @@ export declare enum ResponseType {
|
|
|
77970
78803
|
BulletListMarkdown = "BULLET_LIST_MARKDOWN",
|
|
77971
78804
|
ParagraphPlaintext = "PARAGRAPH_PLAINTEXT"
|
|
77972
78805
|
}
|
|
78806
|
+
export declare type RestoreSpacePayload = Payload & {
|
|
78807
|
+
__typename?: 'RestoreSpacePayload';
|
|
78808
|
+
errors?: Maybe<Array<MutationError>>;
|
|
78809
|
+
success: Scalars['Boolean']['output'];
|
|
78810
|
+
};
|
|
77973
78811
|
export declare type RestrictedResource = {
|
|
77974
78812
|
__typename?: 'RestrictedResource';
|
|
77975
78813
|
requiredAccessType?: Maybe<ResourceAccessType>;
|
|
@@ -78666,6 +79504,10 @@ export declare type RoadmapsQueryRoadmapSubtasksByIdsArgs = {
|
|
|
78666
79504
|
itemIds: Array<Scalars['ID']['input']>;
|
|
78667
79505
|
sourceARI: Scalars['ID']['input'];
|
|
78668
79506
|
};
|
|
79507
|
+
export declare type RoleAssignment = {
|
|
79508
|
+
principal: RoleAssignmentPrincipalInput;
|
|
79509
|
+
roleId: Scalars['ID']['input'];
|
|
79510
|
+
};
|
|
78669
79511
|
export declare type RoleAssignmentPrincipalInput = {
|
|
78670
79512
|
principalId: Scalars['ID']['input'];
|
|
78671
79513
|
principalType: RoleAssignmentPrincipalType;
|
|
@@ -80015,6 +80857,14 @@ export declare type SetColumnNameOutput = MutationResponse & {
|
|
|
80015
80857
|
statusCode: Scalars['Int']['output'];
|
|
80016
80858
|
success: Scalars['Boolean']['output'];
|
|
80017
80859
|
};
|
|
80860
|
+
export declare type SetDefaultSpaceRoleAssignmentsInput = {
|
|
80861
|
+
spaceRoleAssignmentList: Array<RoleAssignment>;
|
|
80862
|
+
};
|
|
80863
|
+
export declare type SetDefaultSpaceRoleAssignmentsPayload = Payload & {
|
|
80864
|
+
__typename?: 'SetDefaultSpaceRoleAssignmentsPayload';
|
|
80865
|
+
errors?: Maybe<Array<MutationError>>;
|
|
80866
|
+
success: Scalars['Boolean']['output'];
|
|
80867
|
+
};
|
|
80018
80868
|
export declare type SetEstimationTypeInput = {
|
|
80019
80869
|
boardId: Scalars['ID']['input'];
|
|
80020
80870
|
estimationType: Scalars['String']['input'];
|
|
@@ -80119,6 +80969,15 @@ export declare type SetRecommendedPagesStatusPayloadErrorExtension = {
|
|
|
80119
80969
|
__typename?: 'SetRecommendedPagesStatusPayloadErrorExtension';
|
|
80120
80970
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
80121
80971
|
};
|
|
80972
|
+
export declare type SetSpaceRoleAssignmentsInput = {
|
|
80973
|
+
spaceId: Scalars['Long']['input'];
|
|
80974
|
+
spaceRoleAssignmentList: Array<RoleAssignment>;
|
|
80975
|
+
};
|
|
80976
|
+
export declare type SetSpaceRoleAssignmentsPayload = Payload & {
|
|
80977
|
+
__typename?: 'SetSpaceRoleAssignmentsPayload';
|
|
80978
|
+
errors?: Maybe<Array<MutationError>>;
|
|
80979
|
+
success: Scalars['Boolean']['output'];
|
|
80980
|
+
};
|
|
80122
80981
|
export declare type SetSwimlaneStrategyInput = {
|
|
80123
80982
|
boardId: Scalars['ID']['input'];
|
|
80124
80983
|
strategy: SwimlaneStrategy;
|
|
@@ -81643,6 +82502,17 @@ export declare type SiteDescription = {
|
|
|
81643
82502
|
__typename?: 'SiteDescription';
|
|
81644
82503
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
81645
82504
|
};
|
|
82505
|
+
export declare type SiteLookAndFeel = {
|
|
82506
|
+
__typename?: 'SiteLookAndFeel';
|
|
82507
|
+
backgroundColor?: Maybe<Scalars['String']['output']>;
|
|
82508
|
+
faviconFiles: Array<FaviconFile>;
|
|
82509
|
+
frontCoverState?: Maybe<Scalars['String']['output']>;
|
|
82510
|
+
highlightColor?: Maybe<Scalars['String']['output']>;
|
|
82511
|
+
showFrontCover?: Maybe<Scalars['Boolean']['output']>;
|
|
82512
|
+
showSiteName?: Maybe<Scalars['Boolean']['output']>;
|
|
82513
|
+
siteLogoFileStoreId?: Maybe<Scalars['ID']['output']>;
|
|
82514
|
+
siteName?: Maybe<Scalars['String']['output']>;
|
|
82515
|
+
};
|
|
81646
82516
|
export declare type SiteOperations = {
|
|
81647
82517
|
__typename?: 'SiteOperations';
|
|
81648
82518
|
allOperations: Array<Maybe<OperationCheckResult>>;
|
|
@@ -81922,6 +82792,11 @@ export declare type SocialSignalsApiSocialSignalsSearchArgs = {
|
|
|
81922
82792
|
objectARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
81923
82793
|
tenantId: Scalars['ID']['input'];
|
|
81924
82794
|
};
|
|
82795
|
+
export declare type SoftDeleteSpacePayload = Payload & {
|
|
82796
|
+
__typename?: 'SoftDeleteSpacePayload';
|
|
82797
|
+
errors?: Maybe<Array<MutationError>>;
|
|
82798
|
+
success: Scalars['Boolean']['output'];
|
|
82799
|
+
};
|
|
81925
82800
|
export declare type SoftwareBoard = {
|
|
81926
82801
|
__typename?: 'SoftwareBoard';
|
|
81927
82802
|
assignees?: Maybe<Array<Maybe<User>>>;
|
|
@@ -82809,6 +83684,11 @@ export declare type SubjectKey = {
|
|
|
82809
83684
|
group?: Maybe<Group>;
|
|
82810
83685
|
id?: Maybe<Scalars['String']['output']>;
|
|
82811
83686
|
};
|
|
83687
|
+
export declare type SubjectPermissionDeltas = {
|
|
83688
|
+
permissionsToAdd: Array<InputMaybe<SpacePermissionType>>;
|
|
83689
|
+
permissionsToRemove: Array<InputMaybe<SpacePermissionType>>;
|
|
83690
|
+
subjectKeyInput: UpdatePermissionSubjectKeyInput;
|
|
83691
|
+
};
|
|
82812
83692
|
export declare type SubjectRestrictionHierarchySummary = {
|
|
82813
83693
|
__typename?: 'SubjectRestrictionHierarchySummary';
|
|
82814
83694
|
restrictedResources?: Maybe<Array<Maybe<RestrictedResource>>>;
|
|
@@ -84478,6 +85358,7 @@ export declare type TownsquareMutationApi = {
|
|
|
84478
85358
|
editGoalType?: Maybe<TownsquareEditGoalTypePayload>;
|
|
84479
85359
|
setParentGoal?: Maybe<TownsquareSetParentGoalPayload>;
|
|
84480
85360
|
unarchiveGoal?: Maybe<TownsquareArchiveGoalPayload>;
|
|
85361
|
+
watchGoal?: Maybe<TownsquareWatchGoalPayload>;
|
|
84481
85362
|
};
|
|
84482
85363
|
export declare type TownsquareMutationApiArchiveGoalArgs = {
|
|
84483
85364
|
input: TownsquareArchiveGoalInput;
|
|
@@ -84503,6 +85384,9 @@ export declare type TownsquareMutationApiSetParentGoalArgs = {
|
|
|
84503
85384
|
export declare type TownsquareMutationApiUnarchiveGoalArgs = {
|
|
84504
85385
|
input: TownsquareArchiveGoalInput;
|
|
84505
85386
|
};
|
|
85387
|
+
export declare type TownsquareMutationApiWatchGoalArgs = {
|
|
85388
|
+
input: TownsquareWatchGoalInput;
|
|
85389
|
+
};
|
|
84506
85390
|
export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
84507
85391
|
__typename?: 'TownsquareProject';
|
|
84508
85392
|
archived: Scalars['Boolean']['output'];
|
|
@@ -84791,6 +85675,13 @@ export declare type TownsquareUserConnection = {
|
|
|
84791
85675
|
__typename?: 'TownsquareUserConnection';
|
|
84792
85676
|
count: Scalars['Int']['output'];
|
|
84793
85677
|
};
|
|
85678
|
+
export declare type TownsquareWatchGoalInput = {
|
|
85679
|
+
ari: Scalars['String']['input'];
|
|
85680
|
+
};
|
|
85681
|
+
export declare type TownsquareWatchGoalPayload = {
|
|
85682
|
+
__typename?: 'TownsquareWatchGoalPayload';
|
|
85683
|
+
goal?: Maybe<TownsquareGoal>;
|
|
85684
|
+
};
|
|
84794
85685
|
export declare type TownsquareWorkspace = Node & {
|
|
84795
85686
|
__typename?: 'TownsquareWorkspace';
|
|
84796
85687
|
cloudId: Scalars['String']['output'];
|
|
@@ -85128,6 +86019,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
85128
86019
|
__typename?: 'TrelloBoardUpdated';
|
|
85129
86020
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
85130
86021
|
closed?: Maybe<Scalars['Boolean']['output']>;
|
|
86022
|
+
customFields?: Maybe<TrelloCustomFieldConnectionUpdated>;
|
|
85131
86023
|
description?: Maybe<TrelloUserGeneratedText>;
|
|
85132
86024
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
85133
86025
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -85136,6 +86028,7 @@ export declare type TrelloBoardUpdated = {
|
|
|
85136
86028
|
members?: Maybe<TrelloBoardMembershipsConnection>;
|
|
85137
86029
|
name?: Maybe<Scalars['String']['output']>;
|
|
85138
86030
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
86031
|
+
onCustomFieldDeleted?: Maybe<Array<TrelloCustomFieldDeleted>>;
|
|
85139
86032
|
onLabelDeleted?: Maybe<Array<TrelloLabelDeleted>>;
|
|
85140
86033
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
85141
86034
|
premiumFeatures?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -85547,6 +86440,14 @@ export declare type TrelloCustomFieldConnection = {
|
|
|
85547
86440
|
nodes?: Maybe<Array<TrelloCustomField>>;
|
|
85548
86441
|
pageInfo: PageInfo;
|
|
85549
86442
|
};
|
|
86443
|
+
export declare type TrelloCustomFieldConnectionUpdated = {
|
|
86444
|
+
__typename?: 'TrelloCustomFieldConnectionUpdated';
|
|
86445
|
+
edges?: Maybe<Array<TrelloCustomFieldEdgeUpdated>>;
|
|
86446
|
+
};
|
|
86447
|
+
export declare type TrelloCustomFieldDeleted = {
|
|
86448
|
+
__typename?: 'TrelloCustomFieldDeleted';
|
|
86449
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
86450
|
+
};
|
|
85550
86451
|
export declare type TrelloCustomFieldDisplay = {
|
|
85551
86452
|
__typename?: 'TrelloCustomFieldDisplay';
|
|
85552
86453
|
cardFront?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -85556,6 +86457,10 @@ export declare type TrelloCustomFieldEdge = {
|
|
|
85556
86457
|
cursor: Scalars['String']['output'];
|
|
85557
86458
|
node?: Maybe<TrelloCustomField>;
|
|
85558
86459
|
};
|
|
86460
|
+
export declare type TrelloCustomFieldEdgeUpdated = {
|
|
86461
|
+
__typename?: 'TrelloCustomFieldEdgeUpdated';
|
|
86462
|
+
node: TrelloCustomField;
|
|
86463
|
+
};
|
|
85559
86464
|
export declare type TrelloCustomFieldItem = {
|
|
85560
86465
|
__typename?: 'TrelloCustomFieldItem';
|
|
85561
86466
|
customField?: Maybe<TrelloCustomField>;
|
|
@@ -85968,6 +86873,7 @@ export declare type TrelloPinCardPayload = Payload & {
|
|
|
85968
86873
|
export declare type TrelloPlanner = {
|
|
85969
86874
|
__typename?: 'TrelloPlanner';
|
|
85970
86875
|
accounts?: Maybe<TrelloPlannerCalendarAccountConnection>;
|
|
86876
|
+
id: Scalars['ID']['output'];
|
|
85971
86877
|
workspace?: Maybe<TrelloWorkspace>;
|
|
85972
86878
|
};
|
|
85973
86879
|
export declare type TrelloPlannerAccountsArgs = {
|
|
@@ -86017,11 +86923,24 @@ export declare type TrelloPlannerCalendarAccountConnection = {
|
|
|
86017
86923
|
nodes?: Maybe<Array<TrelloPlannerCalendarAccount>>;
|
|
86018
86924
|
pageInfo: PageInfo;
|
|
86019
86925
|
};
|
|
86926
|
+
export declare type TrelloPlannerCalendarAccountConnectionUpdated = {
|
|
86927
|
+
__typename?: 'TrelloPlannerCalendarAccountConnectionUpdated';
|
|
86928
|
+
edges?: Maybe<Array<TrelloPlannerCalendarAccountEdgeUpdated>>;
|
|
86929
|
+
};
|
|
86020
86930
|
export declare type TrelloPlannerCalendarAccountEdge = {
|
|
86021
86931
|
__typename?: 'TrelloPlannerCalendarAccountEdge';
|
|
86022
86932
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86023
86933
|
node?: Maybe<TrelloPlannerCalendarAccount>;
|
|
86024
86934
|
};
|
|
86935
|
+
export declare type TrelloPlannerCalendarAccountEdgeUpdated = {
|
|
86936
|
+
__typename?: 'TrelloPlannerCalendarAccountEdgeUpdated';
|
|
86937
|
+
node: TrelloPlannerCalendarAccountUpdated;
|
|
86938
|
+
};
|
|
86939
|
+
export declare type TrelloPlannerCalendarAccountUpdated = {
|
|
86940
|
+
__typename?: 'TrelloPlannerCalendarAccountUpdated';
|
|
86941
|
+
enabledCalendars?: Maybe<TrelloPlannerCalendarConnectionUpdated>;
|
|
86942
|
+
id: Scalars['ID']['output'];
|
|
86943
|
+
};
|
|
86025
86944
|
export declare enum TrelloPlannerCalendarColor {
|
|
86026
86945
|
BlueSubtler = "BLUE_SUBTLER",
|
|
86027
86946
|
BlueSubtlest = "BLUE_SUBTLEST",
|
|
@@ -86048,6 +86967,10 @@ export declare type TrelloPlannerCalendarConnection = {
|
|
|
86048
86967
|
pageInfo: PageInfo;
|
|
86049
86968
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
86050
86969
|
};
|
|
86970
|
+
export declare type TrelloPlannerCalendarConnectionUpdated = {
|
|
86971
|
+
__typename?: 'TrelloPlannerCalendarConnectionUpdated';
|
|
86972
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEdgeUpdated>>;
|
|
86973
|
+
};
|
|
86051
86974
|
export declare type TrelloPlannerCalendarDeleted = {
|
|
86052
86975
|
__typename?: 'TrelloPlannerCalendarDeleted';
|
|
86053
86976
|
id: Scalars['ID']['output'];
|
|
@@ -86057,6 +86980,10 @@ export declare type TrelloPlannerCalendarEdge = {
|
|
|
86057
86980
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86058
86981
|
node?: Maybe<TrelloPlannerCalendar>;
|
|
86059
86982
|
};
|
|
86983
|
+
export declare type TrelloPlannerCalendarEdgeUpdated = {
|
|
86984
|
+
__typename?: 'TrelloPlannerCalendarEdgeUpdated';
|
|
86985
|
+
node: TrelloPlannerUpdatedCalendar;
|
|
86986
|
+
};
|
|
86060
86987
|
export declare type TrelloPlannerCalendarEvent = Node & {
|
|
86061
86988
|
__typename?: 'TrelloPlannerCalendarEvent';
|
|
86062
86989
|
allDay?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -86094,6 +87021,10 @@ export declare type TrelloPlannerCalendarEventCardConnection = {
|
|
|
86094
87021
|
nodes?: Maybe<Array<TrelloPlannerCalendarEventCard>>;
|
|
86095
87022
|
pageInfo: PageInfo;
|
|
86096
87023
|
};
|
|
87024
|
+
export declare type TrelloPlannerCalendarEventCardConnectionUpdated = {
|
|
87025
|
+
__typename?: 'TrelloPlannerCalendarEventCardConnectionUpdated';
|
|
87026
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEventCardEdgeUpdated>>;
|
|
87027
|
+
};
|
|
86097
87028
|
export declare type TrelloPlannerCalendarEventCardDeleted = {
|
|
86098
87029
|
__typename?: 'TrelloPlannerCalendarEventCardDeleted';
|
|
86099
87030
|
id: Scalars['ID']['output'];
|
|
@@ -86103,6 +87034,17 @@ export declare type TrelloPlannerCalendarEventCardEdge = {
|
|
|
86103
87034
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86104
87035
|
node?: Maybe<TrelloPlannerCalendarEventCard>;
|
|
86105
87036
|
};
|
|
87037
|
+
export declare type TrelloPlannerCalendarEventCardEdgeUpdated = {
|
|
87038
|
+
__typename?: 'TrelloPlannerCalendarEventCardEdgeUpdated';
|
|
87039
|
+
node?: Maybe<TrelloPlannerCalendarEventCardUpdated>;
|
|
87040
|
+
};
|
|
87041
|
+
export declare type TrelloPlannerCalendarEventCardUpdated = {
|
|
87042
|
+
__typename?: 'TrelloPlannerCalendarEventCardUpdated';
|
|
87043
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
87044
|
+
cardId?: Maybe<Scalars['ID']['output']>;
|
|
87045
|
+
id: Scalars['ID']['output'];
|
|
87046
|
+
position?: Maybe<Scalars['Float']['output']>;
|
|
87047
|
+
};
|
|
86106
87048
|
export declare type TrelloPlannerCalendarEventConferencing = {
|
|
86107
87049
|
__typename?: 'TrelloPlannerCalendarEventConferencing';
|
|
86108
87050
|
url?: Maybe<Scalars['URL']['output']>;
|
|
@@ -86114,6 +87056,10 @@ export declare type TrelloPlannerCalendarEventConnection = {
|
|
|
86114
87056
|
pageInfo: PageInfo;
|
|
86115
87057
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
86116
87058
|
};
|
|
87059
|
+
export declare type TrelloPlannerCalendarEventConnectionUpdated = {
|
|
87060
|
+
__typename?: 'TrelloPlannerCalendarEventConnectionUpdated';
|
|
87061
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEventEdgeUpdated>>;
|
|
87062
|
+
};
|
|
86117
87063
|
export declare type TrelloPlannerCalendarEventDeleted = {
|
|
86118
87064
|
__typename?: 'TrelloPlannerCalendarEventDeleted';
|
|
86119
87065
|
id: Scalars['ID']['output'];
|
|
@@ -86123,6 +87069,10 @@ export declare type TrelloPlannerCalendarEventEdge = {
|
|
|
86123
87069
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86124
87070
|
node?: Maybe<TrelloPlannerCalendarEvent>;
|
|
86125
87071
|
};
|
|
87072
|
+
export declare type TrelloPlannerCalendarEventEdgeUpdated = {
|
|
87073
|
+
__typename?: 'TrelloPlannerCalendarEventEdgeUpdated';
|
|
87074
|
+
node?: Maybe<TrelloPlannerCalendarEventUpdated>;
|
|
87075
|
+
};
|
|
86126
87076
|
export declare enum TrelloPlannerCalendarEventStatus {
|
|
86127
87077
|
Accepted = "ACCEPTED",
|
|
86128
87078
|
Declined = "DECLINED",
|
|
@@ -86134,6 +87084,12 @@ export declare enum TrelloPlannerCalendarEventType {
|
|
|
86134
87084
|
OutOfOffice = "OUT_OF_OFFICE",
|
|
86135
87085
|
PlannerEvent = "PLANNER_EVENT"
|
|
86136
87086
|
}
|
|
87087
|
+
export declare type TrelloPlannerCalendarEventUpdated = {
|
|
87088
|
+
__typename?: 'TrelloPlannerCalendarEventUpdated';
|
|
87089
|
+
cards?: Maybe<TrelloPlannerCalendarEventCardConnectionUpdated>;
|
|
87090
|
+
id: Scalars['ID']['output'];
|
|
87091
|
+
onPlannerCalendarEventCardDeleted?: Maybe<Array<TrelloPlannerCalendarEventCardDeleted>>;
|
|
87092
|
+
};
|
|
86137
87093
|
export declare enum TrelloPlannerCalendarEventVisibility {
|
|
86138
87094
|
Default = "DEFAULT",
|
|
86139
87095
|
Private = "PRIVATE",
|
|
@@ -86167,6 +87123,15 @@ export declare type TrelloPlannerProviderCalendarEdge = {
|
|
|
86167
87123
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
86168
87124
|
node?: Maybe<TrelloPlannerProviderCalendar>;
|
|
86169
87125
|
};
|
|
87126
|
+
export declare type TrelloPlannerUpdated = {
|
|
87127
|
+
__typename?: 'TrelloPlannerUpdated';
|
|
87128
|
+
accounts?: Maybe<TrelloPlannerCalendarAccountConnectionUpdated>;
|
|
87129
|
+
};
|
|
87130
|
+
export declare type TrelloPlannerUpdatedCalendar = {
|
|
87131
|
+
__typename?: 'TrelloPlannerUpdatedCalendar';
|
|
87132
|
+
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
87133
|
+
id: Scalars['ID']['output'];
|
|
87134
|
+
};
|
|
86170
87135
|
export declare type TrelloPowerUp = {
|
|
86171
87136
|
__typename?: 'TrelloPowerUp';
|
|
86172
87137
|
author?: Maybe<Scalars['String']['output']>;
|
|
@@ -86407,6 +87372,7 @@ export declare type TrelloSubscriptionApi = {
|
|
|
86407
87372
|
__typename?: 'TrelloSubscriptionApi';
|
|
86408
87373
|
onBoardUpdated?: Maybe<TrelloBoardUpdated>;
|
|
86409
87374
|
onMemberUpdated?: Maybe<TrelloMemberUpdated>;
|
|
87375
|
+
onWorkspaceUpdated?: Maybe<TrelloWorkspaceUpdated>;
|
|
86410
87376
|
};
|
|
86411
87377
|
export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
86412
87378
|
cardIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
@@ -86415,6 +87381,9 @@ export declare type TrelloSubscriptionApiOnBoardUpdatedArgs = {
|
|
|
86415
87381
|
export declare type TrelloSubscriptionApiOnMemberUpdatedArgs = {
|
|
86416
87382
|
id: Scalars['ID']['input'];
|
|
86417
87383
|
};
|
|
87384
|
+
export declare type TrelloSubscriptionApiOnWorkspaceUpdatedArgs = {
|
|
87385
|
+
id: Scalars['ID']['input'];
|
|
87386
|
+
};
|
|
86418
87387
|
export declare enum TrelloSupportedPlannerProviders {
|
|
86419
87388
|
Google = "GOOGLE"
|
|
86420
87389
|
}
|
|
@@ -86641,6 +87610,12 @@ export declare type TrelloWorkspacePrefs = {
|
|
|
86641
87610
|
export declare enum TrelloWorkspaceTier {
|
|
86642
87611
|
Paid = "PAID"
|
|
86643
87612
|
}
|
|
87613
|
+
export declare type TrelloWorkspaceUpdated = {
|
|
87614
|
+
__typename?: 'TrelloWorkspaceUpdated';
|
|
87615
|
+
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
87616
|
+
id: Scalars['ID']['output'];
|
|
87617
|
+
planner?: Maybe<TrelloPlannerUpdated>;
|
|
87618
|
+
};
|
|
86644
87619
|
export declare type TrustSignal = {
|
|
86645
87620
|
__typename?: 'TrustSignal';
|
|
86646
87621
|
key: Scalars['ID']['output'];
|
|
@@ -86661,6 +87636,14 @@ export declare type UnarchivePolarisInsightsPayload = Payload & {
|
|
|
86661
87636
|
errors?: Maybe<Array<MutationError>>;
|
|
86662
87637
|
success: Scalars['Boolean']['output'];
|
|
86663
87638
|
};
|
|
87639
|
+
export declare type UnarchiveSpaceInput = {
|
|
87640
|
+
alias: Scalars['String']['input'];
|
|
87641
|
+
};
|
|
87642
|
+
export declare type UnarchiveSpacePayload = Payload & {
|
|
87643
|
+
__typename?: 'UnarchiveSpacePayload';
|
|
87644
|
+
errors?: Maybe<Array<MutationError>>;
|
|
87645
|
+
success: Scalars['Boolean']['output'];
|
|
87646
|
+
};
|
|
86664
87647
|
export declare type UnassignIssueParentInput = {
|
|
86665
87648
|
boardId: Scalars['ID']['input'];
|
|
86666
87649
|
issueIds: Array<Scalars['ID']['input']>;
|
|
@@ -87603,6 +88586,21 @@ export declare type UpdateComponentApiUploadPayload = {
|
|
|
87603
88586
|
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
87604
88587
|
success: Scalars['Boolean']['output'];
|
|
87605
88588
|
};
|
|
88589
|
+
export declare type UpdateContentDataClassificationLevelInput = {
|
|
88590
|
+
classificationLevelId: Scalars['ID']['input'];
|
|
88591
|
+
contentStatus: ContentDataClassificationMutationContentStatus;
|
|
88592
|
+
id: Scalars['Long']['input'];
|
|
88593
|
+
};
|
|
88594
|
+
export declare type UpdateContentDataClassificationLevelPayload = Payload & {
|
|
88595
|
+
__typename?: 'UpdateContentDataClassificationLevelPayload';
|
|
88596
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88597
|
+
success: Scalars['Boolean']['output'];
|
|
88598
|
+
};
|
|
88599
|
+
export declare type UpdateContentPermissionsInput = {
|
|
88600
|
+
confluencePrincipalType?: InputMaybe<ConfluencePrincipalType>;
|
|
88601
|
+
contentRole: ContentRole;
|
|
88602
|
+
principalId: Scalars['ID']['input'];
|
|
88603
|
+
};
|
|
87606
88604
|
export declare type UpdateContentTemplateInput = {
|
|
87607
88605
|
body: ContentTemplateBodyInput;
|
|
87608
88606
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -87613,6 +88611,17 @@ export declare type UpdateContentTemplateInput = {
|
|
|
87613
88611
|
templateId: Scalars['ID']['input'];
|
|
87614
88612
|
templateType: GraphQlContentTemplateType;
|
|
87615
88613
|
};
|
|
88614
|
+
export declare type UpdateCoverPictureWidthInput = {
|
|
88615
|
+
contentId: Scalars['ID']['input'];
|
|
88616
|
+
contentStatus?: InputMaybe<ConfluenceMutationContentStatus>;
|
|
88617
|
+
coverPictureWidth: GraphQlCoverPictureWidth;
|
|
88618
|
+
};
|
|
88619
|
+
export declare type UpdateCoverPictureWidthPayload = Payload & {
|
|
88620
|
+
__typename?: 'UpdateCoverPictureWidthPayload';
|
|
88621
|
+
content: Content;
|
|
88622
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88623
|
+
success: Scalars['Boolean']['output'];
|
|
88624
|
+
};
|
|
87616
88625
|
export declare type UpdateCustomFilterInput = {
|
|
87617
88626
|
boardId: Scalars['ID']['input'];
|
|
87618
88627
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -87620,6 +88629,16 @@ export declare type UpdateCustomFilterInput = {
|
|
|
87620
88629
|
jql: Scalars['String']['input'];
|
|
87621
88630
|
name: Scalars['String']['input'];
|
|
87622
88631
|
};
|
|
88632
|
+
export declare type UpdateDefaultSpacePermissionsInput = {
|
|
88633
|
+
permissionsToAdd: Array<InputMaybe<SpacePermissionType>>;
|
|
88634
|
+
permissionsToRemove: Array<InputMaybe<SpacePermissionType>>;
|
|
88635
|
+
subjectKeyInput: UpdatePermissionSubjectKeyInput;
|
|
88636
|
+
};
|
|
88637
|
+
export declare type UpdateDefaultSpacePermissionsPayload = {
|
|
88638
|
+
__typename?: 'UpdateDefaultSpacePermissionsPayload';
|
|
88639
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88640
|
+
success: Scalars['Boolean']['output'];
|
|
88641
|
+
};
|
|
87623
88642
|
export declare type UpdateDevOpsContainerRelationshipEntityPropertiesInput = {
|
|
87624
88643
|
id: Scalars['ID']['input'];
|
|
87625
88644
|
properties: Array<DevOpsContainerRelationshipEntityPropertyInput>;
|
|
@@ -87727,6 +88746,21 @@ export declare type UpdateEmbedInput = {
|
|
|
87727
88746
|
resourceType?: InputMaybe<Scalars['String']['input']>;
|
|
87728
88747
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
87729
88748
|
};
|
|
88749
|
+
export declare type UpdateExternalCollaboratorDefaultSpaceInput = {
|
|
88750
|
+
enabled: Scalars['Boolean']['input'];
|
|
88751
|
+
spaceId: Scalars['Long']['input'];
|
|
88752
|
+
};
|
|
88753
|
+
export declare type UpdateExternalCollaboratorDefaultSpacePayload = Payload & {
|
|
88754
|
+
__typename?: 'UpdateExternalCollaboratorDefaultSpacePayload';
|
|
88755
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88756
|
+
success: Scalars['Boolean']['output'];
|
|
88757
|
+
};
|
|
88758
|
+
export declare type UpdateInstallationDetailsResponse = {
|
|
88759
|
+
__typename?: 'UpdateInstallationDetailsResponse';
|
|
88760
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88761
|
+
installation?: Maybe<AppInstallation>;
|
|
88762
|
+
success: Scalars['Boolean']['output'];
|
|
88763
|
+
};
|
|
87730
88764
|
export declare type UpdateJiraPlaybookInput = {
|
|
87731
88765
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
87732
88766
|
id: Scalars['ID']['input'];
|
|
@@ -87758,6 +88792,13 @@ export declare type UpdateJiraPlaybookStepInput = {
|
|
|
87758
88792
|
ruleId?: InputMaybe<Scalars['String']['input']>;
|
|
87759
88793
|
type: JiraPlaybookStepType;
|
|
87760
88794
|
};
|
|
88795
|
+
export declare type UpdateNestedPageOwnersPayload = Payload & {
|
|
88796
|
+
__typename?: 'UpdateNestedPageOwnersPayload';
|
|
88797
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88798
|
+
success: Scalars['Boolean']['output'];
|
|
88799
|
+
taskId: Scalars['ID']['output'];
|
|
88800
|
+
warnings?: Maybe<Array<Maybe<ChangeOwnerWarning>>>;
|
|
88801
|
+
};
|
|
87761
88802
|
export declare type UpdateOwnerInput = {
|
|
87762
88803
|
contentId: Scalars['ID']['input'];
|
|
87763
88804
|
ownerId: Scalars['String']['input'];
|
|
@@ -87780,6 +88821,16 @@ export declare type UpdatePageInput = {
|
|
|
87780
88821
|
status?: InputMaybe<PageStatusInput>;
|
|
87781
88822
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
87782
88823
|
};
|
|
88824
|
+
export declare type UpdatePageOwnersInput = {
|
|
88825
|
+
ownerId: Scalars['ID']['input'];
|
|
88826
|
+
pageIDs: Array<InputMaybe<Scalars['Long']['input']>>;
|
|
88827
|
+
};
|
|
88828
|
+
export declare type UpdatePageOwnersPayload = Payload & {
|
|
88829
|
+
__typename?: 'UpdatePageOwnersPayload';
|
|
88830
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88831
|
+
success: Scalars['Boolean']['output'];
|
|
88832
|
+
taskId: Scalars['ID']['output'];
|
|
88833
|
+
};
|
|
87783
88834
|
export declare type UpdatePagePayload = {
|
|
87784
88835
|
__typename?: 'UpdatePagePayload';
|
|
87785
88836
|
content?: Maybe<Content>;
|
|
@@ -87788,6 +88839,21 @@ export declare type UpdatePagePayload = {
|
|
|
87788
88839
|
pageId: Scalars['ID']['output'];
|
|
87789
88840
|
restrictions?: Maybe<PageRestrictions>;
|
|
87790
88841
|
};
|
|
88842
|
+
export declare type UpdatePageStatusesInput = {
|
|
88843
|
+
pages: Array<InputMaybe<NestedPageInput>>;
|
|
88844
|
+
spaceKey: Scalars['String']['input'];
|
|
88845
|
+
targetContentState: ContentStateInput;
|
|
88846
|
+
};
|
|
88847
|
+
export declare type UpdatePageStatusesPayload = Payload & {
|
|
88848
|
+
__typename?: 'UpdatePageStatusesPayload';
|
|
88849
|
+
errors?: Maybe<Array<MutationError>>;
|
|
88850
|
+
success: Scalars['Boolean']['output'];
|
|
88851
|
+
taskId: Scalars['ID']['output'];
|
|
88852
|
+
};
|
|
88853
|
+
export declare type UpdatePermissionSubjectKeyInput = {
|
|
88854
|
+
permissionDisplayType: PermissionDisplayType;
|
|
88855
|
+
subjectId: Scalars['String']['input'];
|
|
88856
|
+
};
|
|
87791
88857
|
export declare type UpdatePolarisCommentInput = {
|
|
87792
88858
|
content?: InputMaybe<Scalars['JSON']['input']>;
|
|
87793
88859
|
delete?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -87977,12 +89043,74 @@ export declare type UpdateRelationPayload = {
|
|
|
87977
89043
|
targetKey: Scalars['String']['output'];
|
|
87978
89044
|
url: Scalars['String']['output'];
|
|
87979
89045
|
};
|
|
89046
|
+
export declare type UpdateSiteLookAndFeelInput = {
|
|
89047
|
+
backgroundColor?: InputMaybe<Scalars['String']['input']>;
|
|
89048
|
+
faviconFiles: Array<FaviconFileInput>;
|
|
89049
|
+
frontCoverState?: InputMaybe<GraphQlFrontCoverState>;
|
|
89050
|
+
highlightColor?: InputMaybe<Scalars['String']['input']>;
|
|
89051
|
+
resetFavicon?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89052
|
+
resetSiteLogo?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89053
|
+
showFrontCover?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89054
|
+
showSiteName?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89055
|
+
siteLogoFileStoreId?: InputMaybe<Scalars['ID']['input']>;
|
|
89056
|
+
siteName?: InputMaybe<Scalars['String']['input']>;
|
|
89057
|
+
};
|
|
89058
|
+
export declare type UpdateSiteLookAndFeelPayload = Payload & {
|
|
89059
|
+
__typename?: 'UpdateSiteLookAndFeelPayload';
|
|
89060
|
+
errors?: Maybe<Array<MutationError>>;
|
|
89061
|
+
siteLookAndFeel?: Maybe<SiteLookAndFeel>;
|
|
89062
|
+
success: Scalars['Boolean']['output'];
|
|
89063
|
+
};
|
|
87980
89064
|
export declare type UpdateSitePermissionInput = {
|
|
87981
89065
|
anonymous?: InputMaybe<AnonymousWithPermissionsInput>;
|
|
87982
89066
|
groups?: InputMaybe<Array<InputMaybe<GroupWithPermissionsInput>>>;
|
|
87983
89067
|
unlicensedUser?: InputMaybe<UnlicensedUserWithPermissionsInput>;
|
|
87984
89068
|
users?: InputMaybe<Array<InputMaybe<UserWithPermissionsInput>>>;
|
|
87985
89069
|
};
|
|
89070
|
+
export declare type UpdateSpaceDefaultClassificationLevelInput = {
|
|
89071
|
+
classificationLevelId: Scalars['ID']['input'];
|
|
89072
|
+
id: Scalars['Long']['input'];
|
|
89073
|
+
};
|
|
89074
|
+
export declare type UpdateSpaceDefaultClassificationLevelPayload = Payload & {
|
|
89075
|
+
__typename?: 'UpdateSpaceDefaultClassificationLevelPayload';
|
|
89076
|
+
errors?: Maybe<Array<MutationError>>;
|
|
89077
|
+
success: Scalars['Boolean']['output'];
|
|
89078
|
+
};
|
|
89079
|
+
export declare type UpdateSpaceDetailsInput = {
|
|
89080
|
+
alias?: InputMaybe<Scalars['String']['input']>;
|
|
89081
|
+
categories?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
89082
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
89083
|
+
homepagePageId?: InputMaybe<Scalars['Long']['input']>;
|
|
89084
|
+
id: Scalars['Long']['input'];
|
|
89085
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
89086
|
+
owner?: InputMaybe<ConfluenceSpaceDetailsSpaceOwnerInput>;
|
|
89087
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
89088
|
+
};
|
|
89089
|
+
export declare type UpdateSpaceDetailsPayload = Payload & {
|
|
89090
|
+
__typename?: 'UpdateSpaceDetailsPayload';
|
|
89091
|
+
errors?: Maybe<Array<MutationError>>;
|
|
89092
|
+
success: Scalars['Boolean']['output'];
|
|
89093
|
+
};
|
|
89094
|
+
export declare type UpdateSpacePermissionsInput = {
|
|
89095
|
+
spaceKey: Scalars['String']['input'];
|
|
89096
|
+
subjectPermissionDeltasList: Array<SubjectPermissionDeltas>;
|
|
89097
|
+
};
|
|
89098
|
+
export declare type UpdateSpacePermissionsPayload = {
|
|
89099
|
+
__typename?: 'UpdateSpacePermissionsPayload';
|
|
89100
|
+
errors?: Maybe<Array<MutationError>>;
|
|
89101
|
+
spaceKey: Scalars['String']['output'];
|
|
89102
|
+
success: Scalars['Boolean']['output'];
|
|
89103
|
+
};
|
|
89104
|
+
export declare type UpdateSpaceTypeSettingsInput = {
|
|
89105
|
+
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
89106
|
+
spaceTypeSettings?: InputMaybe<SpaceTypeSettingsInput>;
|
|
89107
|
+
};
|
|
89108
|
+
export declare type UpdateSpaceTypeSettingsPayload = Payload & {
|
|
89109
|
+
__typename?: 'UpdateSpaceTypeSettingsPayload';
|
|
89110
|
+
errors?: Maybe<Array<MutationError>>;
|
|
89111
|
+
spaceTypeSettings?: Maybe<SpaceTypeSettings>;
|
|
89112
|
+
success: Scalars['Boolean']['output'];
|
|
89113
|
+
};
|
|
87986
89114
|
export declare type UpdateTemplatePropertySetInput = {
|
|
87987
89115
|
templateId: Scalars['Long']['input'];
|
|
87988
89116
|
templatePropertySet: TemplatePropertySetInput;
|
|
@@ -87996,6 +89124,10 @@ export declare type UpdateUserInstallationRulesInput = {
|
|
|
87996
89124
|
cloudId: Scalars['ID']['input'];
|
|
87997
89125
|
rule: UserInstallationRuleValue;
|
|
87998
89126
|
};
|
|
89127
|
+
export declare type UpdatedNestedPageOwnersInput = {
|
|
89128
|
+
ownerId: Scalars['ID']['input'];
|
|
89129
|
+
pages: Array<InputMaybe<NestedPageInput>>;
|
|
89130
|
+
};
|
|
87999
89131
|
export declare type UpgradeableByRollout = {
|
|
88000
89132
|
__typename?: 'UpgradeableByRollout';
|
|
88001
89133
|
sourceVersionId: Scalars['ID']['output'];
|
|
@@ -88838,6 +89970,7 @@ export declare type WatchContentInput = {
|
|
|
88838
89970
|
contentId: Scalars['ID']['input'];
|
|
88839
89971
|
currentUser?: InputMaybe<Scalars['Boolean']['input']>;
|
|
88840
89972
|
includeChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
89973
|
+
shouldUnwatchAncestorWatchingChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
88841
89974
|
};
|
|
88842
89975
|
export declare type WatchContentPayload = {
|
|
88843
89976
|
__typename?: 'WatchContentPayload';
|