@forge/cli-shared 8.8.2-next.4-experimental-4cf7fd3 → 8.9.0-next.6
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.
- package/CHANGELOG.md +8 -7
- package/out/graphql/graphql-types.d.ts +304 -8
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +54 -30
- package/out/tunnel/docker-compose-lifecycle.d.ts +3 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +21 -2
- package/out/ui/command-line-ui.d.ts +10 -1
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +59 -2
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +5 -1
- package/package.json +2 -2
|
@@ -809,6 +809,15 @@ export declare type AvpUpdateDashboardPayload = Payload & {
|
|
|
809
809
|
errors?: Maybe<Array<MutationError>>;
|
|
810
810
|
success: Scalars['Boolean']['output'];
|
|
811
811
|
};
|
|
812
|
+
export declare type AvpUpdateDashboardResourcePermissionInput = {
|
|
813
|
+
dashboardId: Scalars['ID']['input'];
|
|
814
|
+
permissionType: AvpDashboardPermissionType;
|
|
815
|
+
};
|
|
816
|
+
export declare type AvpUpdateDashboardResourcePermissionPayload = Payload & {
|
|
817
|
+
__typename?: 'AVPUpdateDashboardResourcePermissionPayload';
|
|
818
|
+
errors?: Maybe<Array<MutationError>>;
|
|
819
|
+
success: Scalars['Boolean']['output'];
|
|
820
|
+
};
|
|
812
821
|
export declare type AvpUpdateDashboardRowHeightInput = {
|
|
813
822
|
dashboardAri: Scalars['ID']['input'];
|
|
814
823
|
height: AvpCanvasRowHeight;
|
|
@@ -1013,6 +1022,7 @@ export declare type ActionsActionableAppEdge = {
|
|
|
1013
1022
|
node?: Maybe<ActionsActionableApp>;
|
|
1014
1023
|
};
|
|
1015
1024
|
export declare type ActionsActionableAppsFilter = {
|
|
1025
|
+
byActionAri?: InputMaybe<Scalars['String']['input']>;
|
|
1016
1026
|
byActionId?: InputMaybe<Scalars['String']['input']>;
|
|
1017
1027
|
byActionType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1018
1028
|
byActionVerb?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -1059,6 +1069,7 @@ export declare type ActionsDescription = {
|
|
|
1059
1069
|
default: Scalars['String']['output'];
|
|
1060
1070
|
};
|
|
1061
1071
|
export declare type ActionsExecuteActionFilter = {
|
|
1072
|
+
actionAri?: InputMaybe<Scalars['String']['input']>;
|
|
1062
1073
|
actionId?: InputMaybe<Scalars['String']['input']>;
|
|
1063
1074
|
authType?: InputMaybe<Array<InputMaybe<ActionsAuthType>>>;
|
|
1064
1075
|
extensionAri?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4723,6 +4734,21 @@ export declare type AquaLiveChatSubscriptionResponse = {
|
|
|
4723
4734
|
__typename?: 'AquaLiveChatSubscriptionResponse';
|
|
4724
4735
|
result?: Maybe<Scalars['String']['output']>;
|
|
4725
4736
|
};
|
|
4737
|
+
export declare type AquaMessage = {
|
|
4738
|
+
__typename?: 'AquaMessage';
|
|
4739
|
+
content: Scalars['String']['output'];
|
|
4740
|
+
conversationId: Scalars['String']['output'];
|
|
4741
|
+
id: Scalars['String']['output'];
|
|
4742
|
+
messageType: AquaMessageType;
|
|
4743
|
+
senderId: Scalars['String']['output'];
|
|
4744
|
+
sentAt: Scalars['String']['output'];
|
|
4745
|
+
};
|
|
4746
|
+
export declare enum AquaMessageType {
|
|
4747
|
+
File = "FILE",
|
|
4748
|
+
Image = "IMAGE",
|
|
4749
|
+
System = "SYSTEM",
|
|
4750
|
+
Text = "TEXT"
|
|
4751
|
+
}
|
|
4726
4752
|
export declare type AquaNotificationDetails = {
|
|
4727
4753
|
__typename?: 'AquaNotificationDetails';
|
|
4728
4754
|
actionTaken?: Maybe<Scalars['String']['output']>;
|
|
@@ -4789,6 +4815,11 @@ export declare type AquaProjectContext = {
|
|
|
4789
4815
|
__typename?: 'AquaProjectContext';
|
|
4790
4816
|
id?: Maybe<Scalars['Long']['output']>;
|
|
4791
4817
|
};
|
|
4818
|
+
export declare type AquaSendMessageInput = {
|
|
4819
|
+
content: Scalars['String']['input'];
|
|
4820
|
+
messageType?: InputMaybe<AquaMessageType>;
|
|
4821
|
+
senderId: Scalars['String']['input'];
|
|
4822
|
+
};
|
|
4792
4823
|
export declare type ArchiveFeature = {
|
|
4793
4824
|
__typename?: 'ArchiveFeature';
|
|
4794
4825
|
isEntitled: Scalars['Boolean']['output'];
|
|
@@ -26699,6 +26730,7 @@ export declare type DevConsoleDeveloperSpace = {
|
|
|
26699
26730
|
__typename?: 'DevConsoleDeveloperSpace';
|
|
26700
26731
|
id: Scalars['String']['output'];
|
|
26701
26732
|
name: Scalars['String']['output'];
|
|
26733
|
+
publishStatus: DevConsoleDeveloperSpacePublishStatus;
|
|
26702
26734
|
status: Scalars['String']['output'];
|
|
26703
26735
|
type: DevConsoleDeveloperSpaceType;
|
|
26704
26736
|
version: Scalars['Int']['output'];
|
|
@@ -26708,6 +26740,7 @@ export declare type DevConsoleDeveloperSpaceDetails = {
|
|
|
26708
26740
|
__typename?: 'DevConsoleDeveloperSpaceDetails';
|
|
26709
26741
|
logo?: Maybe<Scalars['String']['output']>;
|
|
26710
26742
|
name: Scalars['String']['output'];
|
|
26743
|
+
publishStatus: DevConsoleDeveloperSpacePublishStatus;
|
|
26711
26744
|
};
|
|
26712
26745
|
export declare type DevConsoleDeveloperSpaceDetailsResult = {
|
|
26713
26746
|
__typename?: 'DevConsoleDeveloperSpaceDetailsResult';
|
|
@@ -26758,6 +26791,10 @@ export declare type DevConsoleDeveloperSpacePermissions = {
|
|
|
26758
26791
|
canViewDevSpaceDetails?: Maybe<Scalars['Boolean']['output']>;
|
|
26759
26792
|
canViewDevSpaceMembers?: Maybe<Scalars['Boolean']['output']>;
|
|
26760
26793
|
};
|
|
26794
|
+
export declare enum DevConsoleDeveloperSpacePublishStatus {
|
|
26795
|
+
Private = "PRIVATE",
|
|
26796
|
+
Public = "PUBLIC"
|
|
26797
|
+
}
|
|
26761
26798
|
export declare type DevConsoleDeveloperSpaceSettingsPayload = Payload & {
|
|
26762
26799
|
__typename?: 'DevConsoleDeveloperSpaceSettingsPayload';
|
|
26763
26800
|
devSpace?: Maybe<DevConsoleDeveloperSpace>;
|
|
@@ -36636,6 +36673,8 @@ export declare type GraphStore = {
|
|
|
36636
36673
|
userFavoritedFocusAreaBatch?: Maybe<GraphStoreBatchUserFavoritedFocusAreaConnection>;
|
|
36637
36674
|
userFavoritedFocusAreaInverse?: Maybe<GraphStoreSimplifiedUserFavoritedFocusAreaInverseConnection>;
|
|
36638
36675
|
userFavoritedFocusAreaInverseBatch?: Maybe<GraphStoreBatchUserFavoritedFocusAreaConnection>;
|
|
36676
|
+
userFavoritedTownsquareProject?: Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectConnection>;
|
|
36677
|
+
userFavoritedTownsquareProjectInverse?: Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseConnection>;
|
|
36639
36678
|
userHasExternalPosition?: Maybe<GraphStoreSimplifiedUserHasExternalPositionConnection>;
|
|
36640
36679
|
userHasExternalPositionInverse?: Maybe<GraphStoreSimplifiedUserHasExternalPositionInverseConnection>;
|
|
36641
36680
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
@@ -41172,6 +41211,20 @@ export declare type GraphStoreUserFavoritedFocusAreaInverseBatchArgs = {
|
|
|
41172
41211
|
ids: Array<Scalars['ID']['input']>;
|
|
41173
41212
|
sort?: InputMaybe<GraphStoreUserFavoritedFocusAreaSortInput>;
|
|
41174
41213
|
};
|
|
41214
|
+
export declare type GraphStoreUserFavoritedTownsquareProjectArgs = {
|
|
41215
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41216
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41217
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41218
|
+
id: Scalars['ID']['input'];
|
|
41219
|
+
sort?: InputMaybe<GraphStoreUserFavoritedTownsquareProjectSortInput>;
|
|
41220
|
+
};
|
|
41221
|
+
export declare type GraphStoreUserFavoritedTownsquareProjectInverseArgs = {
|
|
41222
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
41223
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
41224
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
41225
|
+
id: Scalars['ID']['input'];
|
|
41226
|
+
sort?: InputMaybe<GraphStoreUserFavoritedTownsquareProjectSortInput>;
|
|
41227
|
+
};
|
|
41175
41228
|
export declare type GraphStoreUserHasExternalPositionArgs = {
|
|
41176
41229
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
41177
41230
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -44085,6 +44138,20 @@ export declare type GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagRelations
|
|
|
44085
44138
|
to: Scalars['ID']['input'];
|
|
44086
44139
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
44087
44140
|
};
|
|
44141
|
+
export declare type GraphStoreCreateUserFavoritedTownsquareProjectInput = {
|
|
44142
|
+
relationships: Array<GraphStoreCreateUserFavoritedTownsquareProjectRelationshipInput>;
|
|
44143
|
+
};
|
|
44144
|
+
export declare type GraphStoreCreateUserFavoritedTownsquareProjectPayload = Payload & {
|
|
44145
|
+
__typename?: 'GraphStoreCreateUserFavoritedTownsquareProjectPayload';
|
|
44146
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44147
|
+
success: Scalars['Boolean']['output'];
|
|
44148
|
+
};
|
|
44149
|
+
export declare type GraphStoreCreateUserFavoritedTownsquareProjectRelationshipInput = {
|
|
44150
|
+
from: Scalars['ID']['input'];
|
|
44151
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
44152
|
+
to: Scalars['ID']['input'];
|
|
44153
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
44154
|
+
};
|
|
44088
44155
|
export declare type GraphStoreCreateUserHasRelevantProjectInput = {
|
|
44089
44156
|
relationships: Array<GraphStoreCreateUserHasRelevantProjectRelationshipInput>;
|
|
44090
44157
|
};
|
|
@@ -44672,6 +44739,19 @@ export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelations
|
|
|
44672
44739
|
from: Scalars['ID']['input'];
|
|
44673
44740
|
to: Scalars['ID']['input'];
|
|
44674
44741
|
};
|
|
44742
|
+
export declare type GraphStoreDeleteUserFavoritedTownsquareProjectInput = {
|
|
44743
|
+
relationships: Array<GraphStoreDeleteUserFavoritedTownsquareProjectRelationshipInput>;
|
|
44744
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
44745
|
+
};
|
|
44746
|
+
export declare type GraphStoreDeleteUserFavoritedTownsquareProjectPayload = Payload & {
|
|
44747
|
+
__typename?: 'GraphStoreDeleteUserFavoritedTownsquareProjectPayload';
|
|
44748
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44749
|
+
success: Scalars['Boolean']['output'];
|
|
44750
|
+
};
|
|
44751
|
+
export declare type GraphStoreDeleteUserFavoritedTownsquareProjectRelationshipInput = {
|
|
44752
|
+
from: Scalars['ID']['input'];
|
|
44753
|
+
to: Scalars['ID']['input'];
|
|
44754
|
+
};
|
|
44675
44755
|
export declare type GraphStoreDeleteUserHasRelevantProjectInput = {
|
|
44676
44756
|
relationships: Array<GraphStoreDeleteUserHasRelevantProjectRelationshipInput>;
|
|
44677
44757
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -48648,6 +48728,7 @@ export declare type GraphStoreMutation = {
|
|
|
48648
48728
|
createTeamConnectedToContainer?: Maybe<GraphStoreCreateTeamConnectedToContainerPayload>;
|
|
48649
48729
|
createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
|
|
48650
48730
|
createTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagPayload>;
|
|
48731
|
+
createUserFavoritedTownsquareProject?: Maybe<GraphStoreCreateUserFavoritedTownsquareProjectPayload>;
|
|
48651
48732
|
createUserHasRelevantProject?: Maybe<GraphStoreCreateUserHasRelevantProjectPayload>;
|
|
48652
48733
|
createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
|
|
48653
48734
|
createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
|
|
@@ -48676,6 +48757,7 @@ export declare type GraphStoreMutation = {
|
|
|
48676
48757
|
deleteTeamConnectedToContainer?: Maybe<GraphStoreDeleteTeamConnectedToContainerPayload>;
|
|
48677
48758
|
deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
|
|
48678
48759
|
deleteTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload>;
|
|
48760
|
+
deleteUserFavoritedTownsquareProject?: Maybe<GraphStoreDeleteUserFavoritedTownsquareProjectPayload>;
|
|
48679
48761
|
deleteUserHasRelevantProject?: Maybe<GraphStoreDeleteUserHasRelevantProjectPayload>;
|
|
48680
48762
|
deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
|
|
48681
48763
|
deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
|
|
@@ -48755,6 +48837,9 @@ export declare type GraphStoreMutationCreateTestPerfhammerRelationshipArgs = {
|
|
|
48755
48837
|
export declare type GraphStoreMutationCreateTownsquareTagIsAliasOfTownsquareTagArgs = {
|
|
48756
48838
|
input?: InputMaybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagInput>;
|
|
48757
48839
|
};
|
|
48840
|
+
export declare type GraphStoreMutationCreateUserFavoritedTownsquareProjectArgs = {
|
|
48841
|
+
input?: InputMaybe<GraphStoreCreateUserFavoritedTownsquareProjectInput>;
|
|
48842
|
+
};
|
|
48758
48843
|
export declare type GraphStoreMutationCreateUserHasRelevantProjectArgs = {
|
|
48759
48844
|
input?: InputMaybe<GraphStoreCreateUserHasRelevantProjectInput>;
|
|
48760
48845
|
};
|
|
@@ -48839,6 +48924,9 @@ export declare type GraphStoreMutationDeleteTestPerfhammerRelationshipArgs = {
|
|
|
48839
48924
|
export declare type GraphStoreMutationDeleteTownsquareTagIsAliasOfTownsquareTagArgs = {
|
|
48840
48925
|
input?: InputMaybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagInput>;
|
|
48841
48926
|
};
|
|
48927
|
+
export declare type GraphStoreMutationDeleteUserFavoritedTownsquareProjectArgs = {
|
|
48928
|
+
input?: InputMaybe<GraphStoreDeleteUserFavoritedTownsquareProjectInput>;
|
|
48929
|
+
};
|
|
48842
48930
|
export declare type GraphStoreMutationDeleteUserHasRelevantProjectArgs = {
|
|
48843
48931
|
input?: InputMaybe<GraphStoreDeleteUserHasRelevantProjectInput>;
|
|
48844
48932
|
};
|
|
@@ -56180,6 +56268,38 @@ export declare type GraphStoreSimplifiedUserFavoritedFocusAreaInverseEdge = {
|
|
|
56180
56268
|
};
|
|
56181
56269
|
export declare type GraphStoreSimplifiedUserFavoritedFocusAreaInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56182
56270
|
export declare type GraphStoreSimplifiedUserFavoritedFocusAreaUnion = MercuryFocusArea;
|
|
56271
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectConnection = HasPageInfo & HasTotal & {
|
|
56272
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedTownsquareProjectConnection';
|
|
56273
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectEdge>>>;
|
|
56274
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
56275
|
+
pageInfo: PageInfo;
|
|
56276
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
56277
|
+
};
|
|
56278
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectEdge = {
|
|
56279
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedTownsquareProjectEdge';
|
|
56280
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56281
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56282
|
+
id: Scalars['ID']['output'];
|
|
56283
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
56284
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectUnion>;
|
|
56285
|
+
};
|
|
56286
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
56287
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseConnection';
|
|
56288
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseEdge>>>;
|
|
56289
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
56290
|
+
pageInfo: PageInfo;
|
|
56291
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
56292
|
+
};
|
|
56293
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseEdge = {
|
|
56294
|
+
__typename?: 'GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseEdge';
|
|
56295
|
+
createdAt: Scalars['DateTime']['output'];
|
|
56296
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
56297
|
+
id: Scalars['ID']['output'];
|
|
56298
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
56299
|
+
node?: Maybe<GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseUnion>;
|
|
56300
|
+
};
|
|
56301
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
56302
|
+
export declare type GraphStoreSimplifiedUserFavoritedTownsquareProjectUnion = TownsquareProject;
|
|
56183
56303
|
export declare type GraphStoreSimplifiedUserHasExternalPositionConnection = HasPageInfo & HasTotal & {
|
|
56184
56304
|
__typename?: 'GraphStoreSimplifiedUserHasExternalPositionConnection';
|
|
56185
56305
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasExternalPositionEdge>>>;
|
|
@@ -58632,6 +58752,12 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
|
58632
58752
|
export declare type GraphStoreUserFavoritedFocusAreaSortInput = {
|
|
58633
58753
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
58634
58754
|
};
|
|
58755
|
+
export declare type GraphStoreUserFavoritedTownsquareProjectSortInput = {
|
|
58756
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
58757
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
58758
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
58759
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
58760
|
+
};
|
|
58635
58761
|
export declare type GraphStoreUserHasExternalPositionSortInput = {
|
|
58636
58762
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
58637
58763
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -60065,6 +60191,7 @@ export declare type HelpCenterContentGapIndicatorsWithMetaData = {
|
|
|
60065
60191
|
contentGapIndicators?: Maybe<Array<HelpCenterContentGapIndicator>>;
|
|
60066
60192
|
};
|
|
60067
60193
|
export declare type HelpCenterCreateInput = {
|
|
60194
|
+
helpCenterType?: InputMaybe<HelpCenterTypeInput>;
|
|
60068
60195
|
homePageLayout?: InputMaybe<HelpCenterHomePageLayoutInput>;
|
|
60069
60196
|
name: HelpCenterNameInput;
|
|
60070
60197
|
slug: Scalars['String']['input'];
|
|
@@ -60635,8 +60762,14 @@ export declare enum HelpCenterType {
|
|
|
60635
60762
|
Advanced = "ADVANCED",
|
|
60636
60763
|
Basic = "BASIC",
|
|
60637
60764
|
CustomerService = "CUSTOMER_SERVICE",
|
|
60765
|
+
HelpHub = "HELP_HUB",
|
|
60638
60766
|
Unified = "UNIFIED"
|
|
60639
60767
|
}
|
|
60768
|
+
export declare enum HelpCenterTypeInput {
|
|
60769
|
+
Basic = "BASIC",
|
|
60770
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
60771
|
+
HelpHub = "HELP_HUB"
|
|
60772
|
+
}
|
|
60640
60773
|
export declare type HelpCenterUpdateInput = {
|
|
60641
60774
|
helpCenterAri: Scalars['String']['input'];
|
|
60642
60775
|
helpCenterBranding?: InputMaybe<HelpCenterBrandingInput>;
|
|
@@ -64880,6 +65013,7 @@ export declare type JiraBulkCreateIssueLinksPayload = Payload & {
|
|
|
64880
65013
|
__typename?: 'JiraBulkCreateIssueLinksPayload';
|
|
64881
65014
|
errors?: Maybe<Array<MutationError>>;
|
|
64882
65015
|
issueLinkEdges?: Maybe<Array<JiraIssueLinkEdge>>;
|
|
65016
|
+
issueLinkField?: Maybe<JiraIssueLinkField>;
|
|
64883
65017
|
success: Scalars['Boolean']['output'];
|
|
64884
65018
|
};
|
|
64885
65019
|
export declare type JiraBulkDeleteInput = {
|
|
@@ -66927,6 +67061,8 @@ export declare type JiraCustomFieldType = {
|
|
|
66927
67061
|
isManaged?: Maybe<Scalars['Boolean']['output']>;
|
|
66928
67062
|
key?: Maybe<Scalars['String']['output']>;
|
|
66929
67063
|
name?: Maybe<Scalars['String']['output']>;
|
|
67064
|
+
providerConnectAppName?: Maybe<Scalars['String']['output']>;
|
|
67065
|
+
providerForgeApp?: Maybe<App>;
|
|
66930
67066
|
type?: Maybe<JiraConfigFieldType>;
|
|
66931
67067
|
};
|
|
66932
67068
|
export declare enum JiraCustomFieldTypeCategory {
|
|
@@ -67320,6 +67456,7 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
|
67320
67456
|
deletedIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
67321
67457
|
errors?: Maybe<Array<MutationError>>;
|
|
67322
67458
|
id?: Maybe<Scalars['ID']['output']>;
|
|
67459
|
+
issueLinkField?: Maybe<JiraIssueLinkField>;
|
|
67323
67460
|
issueLinkId?: Maybe<Scalars['ID']['output']>;
|
|
67324
67461
|
success: Scalars['Boolean']['output'];
|
|
67325
67462
|
};
|
|
@@ -67417,6 +67554,7 @@ export declare type JiraDetailedView = JiraIssueSearchViewMetadata & JiraView &
|
|
|
67417
67554
|
jql?: Maybe<Scalars['String']['output']>;
|
|
67418
67555
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
67419
67556
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
67557
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
67420
67558
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
67421
67559
|
};
|
|
67422
67560
|
export declare type JiraDetailedViewFieldSetsArgs = {
|
|
@@ -67446,6 +67584,9 @@ export declare type JiraDetailedViewIssuesArgs = {
|
|
|
67446
67584
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
67447
67585
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
67448
67586
|
};
|
|
67587
|
+
export declare type JiraDetailedViewValidateJqlArgs = {
|
|
67588
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
67589
|
+
};
|
|
67449
67590
|
export declare type JiraDevInfoConfigError = {
|
|
67450
67591
|
__typename?: 'JiraDevInfoConfigError';
|
|
67451
67592
|
dataProviderId?: Maybe<Scalars['String']['output']>;
|
|
@@ -69463,6 +69604,7 @@ export declare type JiraGroupedListView = JiraIssueSearchViewMetadata & JiraSpre
|
|
|
69463
69604
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
69464
69605
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
69465
69606
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
69607
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
69466
69608
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
69467
69609
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
69468
69610
|
};
|
|
@@ -69496,6 +69638,9 @@ export declare type JiraGroupedListViewHasDefaultFieldSetsArgs = {
|
|
|
69496
69638
|
export declare type JiraGroupedListViewIsViewConfigModifiedArgs = {
|
|
69497
69639
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
69498
69640
|
};
|
|
69641
|
+
export declare type JiraGroupedListViewValidateJqlArgs = {
|
|
69642
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
69643
|
+
};
|
|
69499
69644
|
export declare type JiraGroupedListViewViewSettingsArgs = {
|
|
69500
69645
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
69501
69646
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -70618,6 +70763,8 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
70618
70763
|
lastUsedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
70619
70764
|
name: Scalars['String']['output'];
|
|
70620
70765
|
plannedDeletionTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
70766
|
+
providerConnectAppName?: Maybe<Scalars['String']['output']>;
|
|
70767
|
+
providerForgeApp?: Maybe<App>;
|
|
70621
70768
|
requiredOnWorkTypes?: Maybe<Array<Maybe<JiraIssueType>>>;
|
|
70622
70769
|
searcherTemplate?: Maybe<JiraFieldSearcherTemplate>;
|
|
70623
70770
|
searcherTemplateOptions?: Maybe<JiraFieldSearcherTemplateConnection>;
|
|
@@ -71147,7 +71294,10 @@ export declare enum JiraIssueModuleType {
|
|
|
71147
71294
|
}
|
|
71148
71295
|
export declare type JiraIssueMutatedStreamHubPayload = {
|
|
71149
71296
|
__typename?: 'JiraIssueMutatedStreamHubPayload';
|
|
71297
|
+
actionerAccountId?: Maybe<Scalars['String']['output']>;
|
|
71298
|
+
project?: Maybe<JiraIssueStreamHubEventPayloadProject>;
|
|
71150
71299
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
71300
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
71151
71301
|
};
|
|
71152
71302
|
export declare type JiraIssueNavigatorJqlHistoryDeletePayload = Payload & {
|
|
71153
71303
|
__typename?: 'JiraIssueNavigatorJQLHistoryDeletePayload';
|
|
@@ -71588,6 +71738,7 @@ export declare type JiraIssueSearchView = JiraIssueSearchViewMetadata & Node & {
|
|
|
71588
71738
|
jql?: Maybe<Scalars['String']['output']>;
|
|
71589
71739
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
71590
71740
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
71741
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
71591
71742
|
viewConfigSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
71592
71743
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
71593
71744
|
};
|
|
@@ -71605,6 +71756,9 @@ export declare type JiraIssueSearchViewHasDefaultFieldSetsArgs = {
|
|
|
71605
71756
|
export declare type JiraIssueSearchViewIsViewConfigModifiedArgs = {
|
|
71606
71757
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
71607
71758
|
};
|
|
71759
|
+
export declare type JiraIssueSearchViewValidateJqlArgs = {
|
|
71760
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
71761
|
+
};
|
|
71608
71762
|
export declare type JiraIssueSearchViewViewConfigSettingsArgs = {
|
|
71609
71763
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
71610
71764
|
};
|
|
@@ -71686,6 +71840,7 @@ export declare type JiraIssueSearchViewMetadata = {
|
|
|
71686
71840
|
jql?: Maybe<Scalars['String']['output']>;
|
|
71687
71841
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
71688
71842
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
71843
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
71689
71844
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
71690
71845
|
};
|
|
71691
71846
|
export declare type JiraIssueSearchViewMetadataFieldSetsArgs = {
|
|
@@ -71702,6 +71857,9 @@ export declare type JiraIssueSearchViewMetadataHasDefaultFieldSetsArgs = {
|
|
|
71702
71857
|
export declare type JiraIssueSearchViewMetadataIsViewConfigModifiedArgs = {
|
|
71703
71858
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
71704
71859
|
};
|
|
71860
|
+
export declare type JiraIssueSearchViewMetadataValidateJqlArgs = {
|
|
71861
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
71862
|
+
};
|
|
71705
71863
|
export declare type JiraIssueSearchViewPayload = Payload & {
|
|
71706
71864
|
__typename?: 'JiraIssueSearchViewPayload';
|
|
71707
71865
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -72820,6 +72978,14 @@ export declare enum JiraJqlSyntaxError {
|
|
|
72820
72978
|
UnfinishedString = "UNFINISHED_STRING",
|
|
72821
72979
|
Unknown = "UNKNOWN"
|
|
72822
72980
|
}
|
|
72981
|
+
export declare type JiraJqlTeamFieldValue = JiraJqlFieldValue & {
|
|
72982
|
+
__typename?: 'JiraJqlTeamFieldValue';
|
|
72983
|
+
displayName: Scalars['String']['output'];
|
|
72984
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
72985
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
72986
|
+
jqlTerm: Scalars['String']['output'];
|
|
72987
|
+
team: JiraAtlassianTeam;
|
|
72988
|
+
};
|
|
72823
72989
|
export declare type JiraJqlTownsquareProjectFieldValue = JiraJqlFieldValue & {
|
|
72824
72990
|
__typename?: 'JiraJqlTownsquareProjectFieldValue';
|
|
72825
72991
|
displayName: Scalars['String']['output'];
|
|
@@ -72847,6 +73013,11 @@ export declare type JiraJqlUserFieldValueEdge = {
|
|
|
72847
73013
|
cursor: Scalars['String']['output'];
|
|
72848
73014
|
node?: Maybe<JiraJqlUserFieldValue>;
|
|
72849
73015
|
};
|
|
73016
|
+
export declare type JiraJqlValidationResult = {
|
|
73017
|
+
__typename?: 'JiraJqlValidationResult';
|
|
73018
|
+
errors: Array<QueryError>;
|
|
73019
|
+
isValid: Scalars['Boolean']['output'];
|
|
73020
|
+
};
|
|
72850
73021
|
export declare type JiraJqlVersionFieldValue = JiraJqlFieldValue & {
|
|
72851
73022
|
__typename?: 'JiraJqlVersionFieldValue';
|
|
72852
73023
|
displayName: Scalars['String']['output'];
|
|
@@ -73077,6 +73248,7 @@ export declare type JiraListView = JiraIssueSearchViewMetadata & JiraSpreadsheet
|
|
|
73077
73248
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
73078
73249
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
73079
73250
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
73251
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
73080
73252
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
73081
73253
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
73082
73254
|
};
|
|
@@ -73112,6 +73284,9 @@ export declare type JiraListViewIssuesArgs = {
|
|
|
73112
73284
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
73113
73285
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
73114
73286
|
};
|
|
73287
|
+
export declare type JiraListViewValidateJqlArgs = {
|
|
73288
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
73289
|
+
};
|
|
73115
73290
|
export declare type JiraListViewViewSettingsArgs = {
|
|
73116
73291
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
73117
73292
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -80784,6 +80959,15 @@ export declare type JiraSetIssueSearchHideDoneItemsPayload = Payload & {
|
|
|
80784
80959
|
errors?: Maybe<Array<MutationError>>;
|
|
80785
80960
|
success: Scalars['Boolean']['output'];
|
|
80786
80961
|
};
|
|
80962
|
+
export declare type JiraSetIssueSearchHideWarningsInput = {
|
|
80963
|
+
hideWarnings: Scalars['Boolean']['input'];
|
|
80964
|
+
viewId: Scalars['ID']['input'];
|
|
80965
|
+
};
|
|
80966
|
+
export declare type JiraSetIssueSearchHideWarningsPayload = Payload & {
|
|
80967
|
+
__typename?: 'JiraSetIssueSearchHideWarningsPayload';
|
|
80968
|
+
errors?: Maybe<Array<MutationError>>;
|
|
80969
|
+
success: Scalars['Boolean']['output'];
|
|
80970
|
+
};
|
|
80787
80971
|
export declare type JiraSetIssueSearchHierarchyEnabledInput = {
|
|
80788
80972
|
hierarchyEnabled: Scalars['Boolean']['input'];
|
|
80789
80973
|
viewId: Scalars['ID']['input'];
|
|
@@ -81337,6 +81521,7 @@ export declare type JiraSpreadsheetView = {
|
|
|
81337
81521
|
namespace?: Maybe<Scalars['String']['output']>;
|
|
81338
81522
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
81339
81523
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
81524
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
81340
81525
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
81341
81526
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
81342
81527
|
};
|
|
@@ -81358,6 +81543,9 @@ export declare type JiraSpreadsheetViewHasDefaultFieldSetsArgs = {
|
|
|
81358
81543
|
export declare type JiraSpreadsheetViewIsViewConfigModifiedArgs = {
|
|
81359
81544
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
81360
81545
|
};
|
|
81546
|
+
export declare type JiraSpreadsheetViewValidateJqlArgs = {
|
|
81547
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
81548
|
+
};
|
|
81361
81549
|
export declare type JiraSpreadsheetViewViewSettingsArgs = {
|
|
81362
81550
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
81363
81551
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -82190,6 +82378,7 @@ export declare type JiraTimelineView = JiraFieldSetsViewMetadata & JiraIssueSear
|
|
|
82190
82378
|
savedViewId?: Maybe<Scalars['ID']['output']>;
|
|
82191
82379
|
settings?: Maybe<JiraSpreadsheetViewSettings>;
|
|
82192
82380
|
timelineSettings?: Maybe<JiraIssueSearchTimelineViewConfigSettings>;
|
|
82381
|
+
validateJql?: Maybe<JiraJqlValidationResult>;
|
|
82193
82382
|
viewId?: Maybe<Scalars['String']['output']>;
|
|
82194
82383
|
viewSettings?: Maybe<JiraIssueSearchViewConfigSettings>;
|
|
82195
82384
|
};
|
|
@@ -82227,6 +82416,9 @@ export declare type JiraTimelineViewIssuesArgs = {
|
|
|
82227
82416
|
export declare type JiraTimelineViewTimelineSettingsArgs = {
|
|
82228
82417
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
82229
82418
|
};
|
|
82419
|
+
export declare type JiraTimelineViewValidateJqlArgs = {
|
|
82420
|
+
issueSearchInput: JiraIssueSearchInput;
|
|
82421
|
+
};
|
|
82230
82422
|
export declare type JiraTimelineViewViewSettingsArgs = {
|
|
82231
82423
|
groupBy?: InputMaybe<Scalars['String']['input']>;
|
|
82232
82424
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
@@ -84508,7 +84700,6 @@ export declare type JpdPlayEvent = {
|
|
|
84508
84700
|
__typename?: 'JpdPlayEvent';
|
|
84509
84701
|
parameters: JpdPlayParameters;
|
|
84510
84702
|
playAri: Scalars['ID']['output'];
|
|
84511
|
-
playId: Scalars['Int']['output'];
|
|
84512
84703
|
projectAri: Scalars['ID']['output'];
|
|
84513
84704
|
updatedByUserId: Scalars['ID']['output'];
|
|
84514
84705
|
updatedTime: Scalars['String']['output'];
|
|
@@ -89308,9 +89499,15 @@ export declare type MarketplaceStoreCollectionUsecases = {
|
|
|
89308
89499
|
heading: Scalars['String']['output'];
|
|
89309
89500
|
values: Array<MarketplaceStoreCollectionUsecasesValues>;
|
|
89310
89501
|
};
|
|
89502
|
+
export declare type MarketplaceStoreCollectionUsecasesImage = {
|
|
89503
|
+
__typename?: 'MarketplaceStoreCollectionUsecasesImage';
|
|
89504
|
+
altText: Scalars['String']['output'];
|
|
89505
|
+
url: Scalars['String']['output'];
|
|
89506
|
+
};
|
|
89311
89507
|
export declare type MarketplaceStoreCollectionUsecasesValues = {
|
|
89312
89508
|
__typename?: 'MarketplaceStoreCollectionUsecasesValues';
|
|
89313
89509
|
description: Scalars['String']['output'];
|
|
89510
|
+
image?: Maybe<MarketplaceStoreCollectionUsecasesImage>;
|
|
89314
89511
|
title: Scalars['String']['output'];
|
|
89315
89512
|
};
|
|
89316
89513
|
export declare type MarketplaceStoreCompatibleProducts = {
|
|
@@ -89510,6 +89707,7 @@ export declare type MarketplaceStoreHostStatusResponse = {
|
|
|
89510
89707
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
89511
89708
|
appKey: Scalars['String']['input'];
|
|
89512
89709
|
chargeQuantity?: InputMaybe<Scalars['Int']['input']>;
|
|
89710
|
+
installationId?: InputMaybe<Scalars['String']['input']>;
|
|
89513
89711
|
offeringId?: InputMaybe<Scalars['String']['input']>;
|
|
89514
89712
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
89515
89713
|
};
|
|
@@ -89838,6 +90036,7 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
89838
90036
|
orgId: MarketplaceStoreOrgIdResponse;
|
|
89839
90037
|
partner: MarketplaceStorePartnerResponse;
|
|
89840
90038
|
siteDetails: MarketplaceStoreSiteDetailsResponse;
|
|
90039
|
+
userProfile: MarketplaceStoreUserProfileResponse;
|
|
89841
90040
|
};
|
|
89842
90041
|
export declare type MarketplaceStoreQueryApiAppReviewByIdArgs = {
|
|
89843
90042
|
appKey: Scalars['String']['input'];
|
|
@@ -89922,6 +90121,9 @@ export declare type MarketplaceStoreQueryApiPartnerArgs = {
|
|
|
89922
90121
|
export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
|
|
89923
90122
|
input: MarketplaceStoreSiteDetailsInput;
|
|
89924
90123
|
};
|
|
90124
|
+
export declare type MarketplaceStoreQueryApiUserProfileArgs = {
|
|
90125
|
+
userId: Scalars['String']['input'];
|
|
90126
|
+
};
|
|
89925
90127
|
export declare type MarketplaceStoreReviewAuthor = {
|
|
89926
90128
|
__typename?: 'MarketplaceStoreReviewAuthor';
|
|
89927
90129
|
id: Scalars['ID']['output'];
|
|
@@ -90003,6 +90205,14 @@ export declare type MarketplaceStoreUpdateReviewVoteResponse = {
|
|
|
90003
90205
|
id: Scalars['ID']['output'];
|
|
90004
90206
|
status?: Maybe<Scalars['String']['output']>;
|
|
90005
90207
|
};
|
|
90208
|
+
export declare type MarketplaceStoreUserProfileResponse = {
|
|
90209
|
+
__typename?: 'MarketplaceStoreUserProfileResponse';
|
|
90210
|
+
developerSpaces?: Maybe<Array<MarketplaceStoreLoggedInUserDeveloperSpace>>;
|
|
90211
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
90212
|
+
id: Scalars['ID']['output'];
|
|
90213
|
+
name: Scalars['String']['output'];
|
|
90214
|
+
picture: Scalars['String']['output'];
|
|
90215
|
+
};
|
|
90006
90216
|
export declare type MarketplaceSupportedAtlassianProduct = {
|
|
90007
90217
|
__typename?: 'MarketplaceSupportedAtlassianProduct';
|
|
90008
90218
|
hostingOptions: Array<AtlassianProductHostingType>;
|
|
@@ -93623,6 +93833,7 @@ export declare type Mutation = {
|
|
|
93623
93833
|
avp_updateChart?: Maybe<AvpUpdateChartPayload>;
|
|
93624
93834
|
avp_updateDashboard?: Maybe<AvpUpdateDashboardPayload>;
|
|
93625
93835
|
avp_updateDashboardFilter?: Maybe<AvpUpdateDashboardFilterPayload>;
|
|
93836
|
+
avp_updateDashboardResourcePermission?: Maybe<AvpUpdateDashboardResourcePermissionPayload>;
|
|
93626
93837
|
avp_updateDashboardRowHeight?: Maybe<AvpUpdateDashboardRowHeightPayload>;
|
|
93627
93838
|
avp_updateDashboardRowNumElements?: Maybe<AvpUpdateDashboardRowNumElementsPayload>;
|
|
93628
93839
|
avp_updateDashboardStatus?: Maybe<AvpUpdateDashboardStatusPayload>;
|
|
@@ -93898,9 +94109,11 @@ export declare type Mutation = {
|
|
|
93898
94109
|
goals_editMetric?: Maybe<TownsquareGoalsEditMetricPayload>;
|
|
93899
94110
|
goals_editMetricTarget?: Maybe<TownsquareGoalsEditMetricTargetPayload>;
|
|
93900
94111
|
goals_editUpdate?: Maybe<TownsquareGoalsEditUpdatePayload>;
|
|
94112
|
+
goals_linkWorkItem?: Maybe<TownsquareGoalsLinkWorkItemPayload>;
|
|
93901
94113
|
goals_removeGoalTeamLink?: Maybe<TownsquareGoalsRemoveGoalTeamLinkPayload>;
|
|
93902
94114
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
93903
94115
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
94116
|
+
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
93904
94117
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
93905
94118
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
93906
94119
|
graphIntegration_createDataConnectorConnection?: Maybe<GraphIntegrationCreateConnectionPayload>;
|
|
@@ -94004,6 +94217,7 @@ export declare type Mutation = {
|
|
|
94004
94217
|
jira_setIssueSearchFieldSets?: Maybe<JiraSetIssueSearchFieldSetsPayload>;
|
|
94005
94218
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
94006
94219
|
jira_setIssueSearchHideDoneItems?: Maybe<JiraSetIssueSearchHideDoneItemsPayload>;
|
|
94220
|
+
jira_setIssueSearchHideWarnings?: Maybe<JiraSetIssueSearchHideWarningsPayload>;
|
|
94007
94221
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
94008
94222
|
jira_setIssueSearchJql?: Maybe<JiraSetIssueSearchJqlPayload>;
|
|
94009
94223
|
jira_setIssueSearchViewLayout?: Maybe<JiraSetIssueSearchViewLayoutPayload>;
|
|
@@ -94135,6 +94349,7 @@ export declare type Mutation = {
|
|
|
94135
94349
|
revertToLegacyEditor?: Maybe<RevertToLegacyEditorResult>;
|
|
94136
94350
|
roadmaps?: Maybe<RoadmapsMutation>;
|
|
94137
94351
|
runImport?: Maybe<RunImportPayload>;
|
|
94352
|
+
sendMessage: AquaMessage;
|
|
94138
94353
|
setAppEnvironmentVariable?: Maybe<SetAppEnvironmentVariablePayload>;
|
|
94139
94354
|
setAppLicenseId?: Maybe<SetAppLicenseIdResponse>;
|
|
94140
94355
|
setBatchedTaskStatus?: Maybe<GraphQlMutationResponse>;
|
|
@@ -94203,6 +94418,8 @@ export declare type Mutation = {
|
|
|
94203
94418
|
stakeholderComms_createPage?: Maybe<StakeholderCommsPageResponse>;
|
|
94204
94419
|
stakeholderComms_createStakeholder?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
94205
94420
|
stakeholderComms_createStakeholderGroupAndMembers?: Maybe<StakeholderCommsStakeholderGroupsAndStakeholders>;
|
|
94421
|
+
stakeholderComms_deleteDraftPage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
94422
|
+
stakeholderComms_deletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
94206
94423
|
stakeholderComms_deleteStakeholder?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
94207
94424
|
stakeholderComms_publishPage?: Maybe<StakeholderCommsPageResponse>;
|
|
94208
94425
|
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
@@ -94676,6 +94893,9 @@ export declare type MutationAvp_UpdateDashboardArgs = {
|
|
|
94676
94893
|
export declare type MutationAvp_UpdateDashboardFilterArgs = {
|
|
94677
94894
|
input: AvpUpdateDashboardFilterInput;
|
|
94678
94895
|
};
|
|
94896
|
+
export declare type MutationAvp_UpdateDashboardResourcePermissionArgs = {
|
|
94897
|
+
input: AvpUpdateDashboardResourcePermissionInput;
|
|
94898
|
+
};
|
|
94679
94899
|
export declare type MutationAvp_UpdateDashboardRowHeightArgs = {
|
|
94680
94900
|
input: AvpUpdateDashboardRowHeightInput;
|
|
94681
94901
|
};
|
|
@@ -95658,6 +95878,9 @@ export declare type MutationGoals_EditMetricTargetArgs = {
|
|
|
95658
95878
|
export declare type MutationGoals_EditUpdateArgs = {
|
|
95659
95879
|
input?: InputMaybe<TownsquareGoalsEditUpdateInput>;
|
|
95660
95880
|
};
|
|
95881
|
+
export declare type MutationGoals_LinkWorkItemArgs = {
|
|
95882
|
+
input: TownsquareGoalsLinkWorkItemInput;
|
|
95883
|
+
};
|
|
95661
95884
|
export declare type MutationGoals_RemoveGoalTeamLinkArgs = {
|
|
95662
95885
|
input?: InputMaybe<TownsquareGoalsRemoveGoalTeamLinkInput>;
|
|
95663
95886
|
};
|
|
@@ -95667,6 +95890,9 @@ export declare type MutationGoals_SetWatchingGoalArgs = {
|
|
|
95667
95890
|
export declare type MutationGoals_ShareGoalArgs = {
|
|
95668
95891
|
input: TownsquareGoalsShareGoalInput;
|
|
95669
95892
|
};
|
|
95893
|
+
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
95894
|
+
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
95895
|
+
};
|
|
95670
95896
|
export declare type MutationGrantContentAccessArgs = {
|
|
95671
95897
|
grantContentAccessInput: GrantContentAccessInput;
|
|
95672
95898
|
};
|
|
@@ -95975,6 +96201,9 @@ export declare type MutationJira_SetIssueSearchGroupByArgs = {
|
|
|
95975
96201
|
export declare type MutationJira_SetIssueSearchHideDoneItemsArgs = {
|
|
95976
96202
|
input: JiraSetIssueSearchHideDoneItemsInput;
|
|
95977
96203
|
};
|
|
96204
|
+
export declare type MutationJira_SetIssueSearchHideWarningsArgs = {
|
|
96205
|
+
input: JiraSetIssueSearchHideWarningsInput;
|
|
96206
|
+
};
|
|
95978
96207
|
export declare type MutationJira_SetIssueSearchHierarchyEnabledArgs = {
|
|
95979
96208
|
input: JiraSetIssueSearchHierarchyEnabledInput;
|
|
95980
96209
|
};
|
|
@@ -96364,6 +96593,10 @@ export declare type MutationRevertToLegacyEditorArgs = {
|
|
|
96364
96593
|
export declare type MutationRunImportArgs = {
|
|
96365
96594
|
input: RunImportInput;
|
|
96366
96595
|
};
|
|
96596
|
+
export declare type MutationSendMessageArgs = {
|
|
96597
|
+
conversationId: Scalars['String']['input'];
|
|
96598
|
+
input: AquaSendMessageInput;
|
|
96599
|
+
};
|
|
96367
96600
|
export declare type MutationSetAppEnvironmentVariableArgs = {
|
|
96368
96601
|
input: SetAppEnvironmentVariableInput;
|
|
96369
96602
|
};
|
|
@@ -96581,6 +96814,12 @@ export declare type MutationStakeholderComms_CreateStakeholderGroupAndMembersArg
|
|
|
96581
96814
|
stakeholderGroupInput: StakeholderCommsCreateStakeholderGroupInput;
|
|
96582
96815
|
stakeholders?: InputMaybe<Array<InputMaybe<StakeholderCommsCreateStakeholderInput>>>;
|
|
96583
96816
|
};
|
|
96817
|
+
export declare type MutationStakeholderComms_DeleteDraftPageArgs = {
|
|
96818
|
+
pageId: Scalars['String']['input'];
|
|
96819
|
+
};
|
|
96820
|
+
export declare type MutationStakeholderComms_DeletePageArgs = {
|
|
96821
|
+
pageId: Scalars['String']['input'];
|
|
96822
|
+
};
|
|
96584
96823
|
export declare type MutationStakeholderComms_DeleteStakeholderArgs = {
|
|
96585
96824
|
id: Scalars['String']['input'];
|
|
96586
96825
|
};
|
|
@@ -100518,6 +100757,7 @@ export declare type Query = {
|
|
|
100518
100757
|
spf_askLinksByIds?: Maybe<Array<Maybe<SpfAskLink>>>;
|
|
100519
100758
|
spf_asks?: Maybe<SpfAskConnection>;
|
|
100520
100759
|
spf_asksByIds?: Maybe<Array<Maybe<SpfAsk>>>;
|
|
100760
|
+
spf_getMediaToken?: Maybe<SpfMediaTokenResult>;
|
|
100521
100761
|
spf_resolveImpactedWorkUrl?: Maybe<SpfResolveImpactedWorkUrlPayload>;
|
|
100522
100762
|
sqlSchemaSizeLog: SqlSchemaSizeLogResponse;
|
|
100523
100763
|
sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
|
|
@@ -100551,12 +100791,14 @@ export declare type Query = {
|
|
|
100551
100791
|
stakeholderComms_getStakeholdersByAssignment?: Maybe<StakeholderCommsPaginatedStakeholderResults>;
|
|
100552
100792
|
stakeholderComms_getStakeholdersByAssignmentV2?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
100553
100793
|
stakeholderComms_getStakeholdersbyAri?: Maybe<Array<Maybe<StakeholderCommsSimplifiedStakeholder>>>;
|
|
100794
|
+
stakeholderComms_getUniqueSubdomainForPage?: Maybe<Scalars['String']['output']>;
|
|
100554
100795
|
stakeholderComms_getUploadMediaToken?: Maybe<StakeholderCommsMediaToken>;
|
|
100555
100796
|
stakeholderComms_getWorkspaceAriMappingByCustomDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
100556
100797
|
stakeholderComms_getWorkspaceAriMappingByPageId?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
100557
100798
|
stakeholderComms_getWorkspaceAriMappingByStatuspageDomain?: Maybe<StakeholderCommsWorkspaceAriMappingResponse>;
|
|
100558
100799
|
stakeholderComms_isPageNameUnique?: Maybe<Scalars['Boolean']['output']>;
|
|
100559
100800
|
stakeholderComms_isStakeholderGroupNameUnique?: Maybe<Scalars['Boolean']['output']>;
|
|
100801
|
+
stakeholderComms_isUniqueSubdomainAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
100560
100802
|
stakeholderComms_listIncidents?: Maybe<StakeholderCommsListIncidentResponse>;
|
|
100561
100803
|
stakeholderComms_listIncidentsV2?: Maybe<StakeholderCommsIncidentWithUpdatesConnection>;
|
|
100562
100804
|
stakeholderComms_listStakeholders?: Maybe<StakeholderCommsStakeholderConnection>;
|
|
@@ -103801,6 +104043,11 @@ export declare type QuerySpf_AsksArgs = {
|
|
|
103801
104043
|
export declare type QuerySpf_AsksByIdsArgs = {
|
|
103802
104044
|
ids: Array<Scalars['ID']['input']>;
|
|
103803
104045
|
};
|
|
104046
|
+
export declare type QuerySpf_GetMediaTokenArgs = {
|
|
104047
|
+
cloudId: Scalars['ID']['input'];
|
|
104048
|
+
id: Scalars['ID']['input'];
|
|
104049
|
+
usageType: SpfMediaTokenUsageType;
|
|
104050
|
+
};
|
|
103804
104051
|
export declare type QuerySpf_ResolveImpactedWorkUrlArgs = {
|
|
103805
104052
|
cloudId: Scalars['ID']['input'];
|
|
103806
104053
|
url: Scalars['String']['input'];
|
|
@@ -103917,6 +104164,9 @@ export declare type QueryStakeholderComms_GetStakeholdersByAssignmentV2Args = {
|
|
|
103917
104164
|
export declare type QueryStakeholderComms_GetStakeholdersbyAriArgs = {
|
|
103918
104165
|
stakeholderAris: Array<Scalars['String']['input']>;
|
|
103919
104166
|
};
|
|
104167
|
+
export declare type QueryStakeholderComms_GetUniqueSubdomainForPageArgs = {
|
|
104168
|
+
pageName: Scalars['String']['input'];
|
|
104169
|
+
};
|
|
103920
104170
|
export declare type QueryStakeholderComms_GetWorkspaceAriMappingByCustomDomainArgs = {
|
|
103921
104171
|
customDomain: Scalars['String']['input'];
|
|
103922
104172
|
};
|
|
@@ -103932,6 +104182,9 @@ export declare type QueryStakeholderComms_IsPageNameUniqueArgs = {
|
|
|
103932
104182
|
export declare type QueryStakeholderComms_IsStakeholderGroupNameUniqueArgs = {
|
|
103933
104183
|
name: Scalars['String']['input'];
|
|
103934
104184
|
};
|
|
104185
|
+
export declare type QueryStakeholderComms_IsUniqueSubdomainAvailableArgs = {
|
|
104186
|
+
subdomain: Scalars['String']['input'];
|
|
104187
|
+
};
|
|
103935
104188
|
export declare type QueryStakeholderComms_ListIncidentsArgs = {
|
|
103936
104189
|
listIncidentInput?: InputMaybe<StakeholderCommsListIncidentInput>;
|
|
103937
104190
|
};
|
|
@@ -104356,11 +104609,6 @@ export declare type RadarDateFieldValue = {
|
|
|
104356
104609
|
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
104357
104610
|
value?: Maybe<Scalars['DateTime']['output']>;
|
|
104358
104611
|
};
|
|
104359
|
-
export declare type RadarDateTimeFieldValue = {
|
|
104360
|
-
__typename?: 'RadarDateTimeFieldValue';
|
|
104361
|
-
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
104362
|
-
value?: Maybe<Scalars['DateTime']['output']>;
|
|
104363
|
-
};
|
|
104364
104612
|
export declare type RadarDeleteConnectorInput = {
|
|
104365
104613
|
connectorId: Scalars['ID']['input'];
|
|
104366
104614
|
};
|
|
@@ -104437,7 +104685,6 @@ export declare enum RadarFieldType {
|
|
|
104437
104685
|
Ari = "ARI",
|
|
104438
104686
|
Boolean = "BOOLEAN",
|
|
104439
104687
|
Date = "DATE",
|
|
104440
|
-
Datetime = "DATETIME",
|
|
104441
104688
|
Keyword = "KEYWORD",
|
|
104442
104689
|
Money = "MONEY",
|
|
104443
104690
|
Number = "NUMBER",
|
|
@@ -104445,7 +104692,7 @@ export declare enum RadarFieldType {
|
|
|
104445
104692
|
String = "STRING",
|
|
104446
104693
|
Url = "URL"
|
|
104447
104694
|
}
|
|
104448
|
-
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue |
|
|
104695
|
+
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarMoneyFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
104449
104696
|
export declare type RadarFieldValueIdPair = {
|
|
104450
104697
|
__typename?: 'RadarFieldValueIdPair';
|
|
104451
104698
|
fieldId: Scalars['ID']['output'];
|
|
@@ -128020,6 +128267,15 @@ export declare type SpfDeleteAskUpdatePayload = Payload & {
|
|
|
128020
128267
|
success: Scalars['Boolean']['output'];
|
|
128021
128268
|
};
|
|
128022
128269
|
export declare type SpfImpactedWork = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
128270
|
+
export declare type SpfMediaToken = {
|
|
128271
|
+
__typename?: 'SpfMediaToken';
|
|
128272
|
+
value: Scalars['String']['output'];
|
|
128273
|
+
};
|
|
128274
|
+
export declare type SpfMediaTokenResult = QueryError | SpfMediaToken;
|
|
128275
|
+
export declare enum SpfMediaTokenUsageType {
|
|
128276
|
+
Read = "READ",
|
|
128277
|
+
Write = "WRITE"
|
|
128278
|
+
}
|
|
128023
128279
|
export declare type SpfResolveImpactedWorkUrlPayload = {
|
|
128024
128280
|
__typename?: 'SpfResolveImpactedWorkUrlPayload';
|
|
128025
128281
|
impactedWorkId?: Maybe<Scalars['String']['output']>;
|
|
@@ -128790,6 +129046,11 @@ export declare type StakeholderCommsPageComponentsWithUptimeResponse = {
|
|
|
128790
129046
|
pageComponentsUptime?: Maybe<Array<Maybe<StakeholderCommsNestedComponentWithUptime>>>;
|
|
128791
129047
|
pageUptime?: Maybe<StakeholderCommsPageUptime>;
|
|
128792
129048
|
};
|
|
129049
|
+
export declare type StakeholderCommsPageDeleteResponse = {
|
|
129050
|
+
__typename?: 'StakeholderCommsPageDeleteResponse';
|
|
129051
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
129052
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
129053
|
+
};
|
|
128793
129054
|
export declare type StakeholderCommsPageDraftComponentResponse = {
|
|
128794
129055
|
__typename?: 'StakeholderCommsPageDraftComponentResponse';
|
|
128795
129056
|
components?: Maybe<Array<Maybe<StakeholderCommsNestedComponent>>>;
|
|
@@ -131522,6 +131783,16 @@ export declare type TownsquareGoalsEditUpdatePayload = {
|
|
|
131522
131783
|
success: Scalars['Boolean']['output'];
|
|
131523
131784
|
update?: Maybe<TownsquareGoalUpdate>;
|
|
131524
131785
|
};
|
|
131786
|
+
export declare type TownsquareGoalsLinkWorkItemInput = {
|
|
131787
|
+
goalId: Scalars['ID']['input'];
|
|
131788
|
+
workItemId: Scalars['ID']['input'];
|
|
131789
|
+
};
|
|
131790
|
+
export declare type TownsquareGoalsLinkWorkItemPayload = {
|
|
131791
|
+
__typename?: 'TownsquareGoalsLinkWorkItemPayload';
|
|
131792
|
+
errors?: Maybe<Array<MutationError>>;
|
|
131793
|
+
goal?: Maybe<TownsquareGoal>;
|
|
131794
|
+
success: Scalars['Boolean']['output'];
|
|
131795
|
+
};
|
|
131525
131796
|
export declare type TownsquareGoalsRemoveGoalTeamLinkInput = {
|
|
131526
131797
|
goalId: Scalars['ID']['input'];
|
|
131527
131798
|
teamId: Scalars['ID']['input'];
|
|
@@ -131556,6 +131827,16 @@ export declare type TownsquareGoalsShareGoalPayload = {
|
|
|
131556
131827
|
success: Scalars['Boolean']['output'];
|
|
131557
131828
|
usersAdded?: Maybe<Array<User>>;
|
|
131558
131829
|
};
|
|
131830
|
+
export declare type TownsquareGoalsUnlinkWorkItemInput = {
|
|
131831
|
+
goalId: Scalars['ID']['input'];
|
|
131832
|
+
workItemId: Scalars['ID']['input'];
|
|
131833
|
+
};
|
|
131834
|
+
export declare type TownsquareGoalsUnlinkWorkItemPayload = {
|
|
131835
|
+
__typename?: 'TownsquareGoalsUnlinkWorkItemPayload';
|
|
131836
|
+
errors?: Maybe<Array<MutationError>>;
|
|
131837
|
+
goal?: Maybe<TownsquareGoal>;
|
|
131838
|
+
success: Scalars['Boolean']['output'];
|
|
131839
|
+
};
|
|
131559
131840
|
export declare type TownsquareHighlight = {
|
|
131560
131841
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
131561
131842
|
creator?: Maybe<User>;
|
|
@@ -135168,6 +135449,7 @@ export declare type TrelloMutationApi = {
|
|
|
135168
135449
|
removeMemberFromCard?: Maybe<TrelloRemoveMemberFromCardPayload>;
|
|
135169
135450
|
removeMemberFromWorkspace?: Maybe<TrelloRemoveMemberFromWorkspacePayload>;
|
|
135170
135451
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
135452
|
+
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
135171
135453
|
smartScheduleCards?: Maybe<TrelloProposedSmartSchedule>;
|
|
135172
135454
|
smartScheduleCardsWithSmartSelection?: Maybe<TrelloProposedSmartSchedule>;
|
|
135173
135455
|
sortInboxCards?: Maybe<TrelloSortInboxCardsPayload>;
|
|
@@ -135270,6 +135552,9 @@ export declare type TrelloMutationApiRemoveMemberFromWorkspaceArgs = {
|
|
|
135270
135552
|
export declare type TrelloMutationApiRemoveWorkspaceTagFromBoardArgs = {
|
|
135271
135553
|
input: TrelloRemoveWorkspaceTagFromBoardInput;
|
|
135272
135554
|
};
|
|
135555
|
+
export declare type TrelloMutationApiResetCardCoverArgs = {
|
|
135556
|
+
input: TrelloResetCardCoverInput;
|
|
135557
|
+
};
|
|
135273
135558
|
export declare type TrelloMutationApiSmartScheduleCardsArgs = {
|
|
135274
135559
|
input: TrelloSmartScheduleCardsInput;
|
|
135275
135560
|
};
|
|
@@ -136125,6 +136410,15 @@ export declare type TrelloRemoveWorkspaceTagFromBoardPayload = Payload & {
|
|
|
136125
136410
|
errors?: Maybe<Array<MutationError>>;
|
|
136126
136411
|
success: Scalars['Boolean']['output'];
|
|
136127
136412
|
};
|
|
136413
|
+
export declare type TrelloResetCardCoverInput = {
|
|
136414
|
+
cardId: Scalars['ID']['input'];
|
|
136415
|
+
};
|
|
136416
|
+
export declare type TrelloResetCardCoverPayload = Payload & {
|
|
136417
|
+
__typename?: 'TrelloResetCardCoverPayload';
|
|
136418
|
+
cardId: Scalars['ID']['output'];
|
|
136419
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136420
|
+
success: Scalars['Boolean']['output'];
|
|
136421
|
+
};
|
|
136128
136422
|
export declare type TrelloScaleProps = {
|
|
136129
136423
|
__typename?: 'TrelloScaleProps';
|
|
136130
136424
|
height?: Maybe<Scalars['Int']['output']>;
|
|
@@ -136308,6 +136602,7 @@ export declare type TrelloUpdateBoardBackgroundInput = {
|
|
|
136308
136602
|
};
|
|
136309
136603
|
export declare type TrelloUpdateBoardBackgroundPayload = Payload & {
|
|
136310
136604
|
__typename?: 'TrelloUpdateBoardBackgroundPayload';
|
|
136605
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
136311
136606
|
errors?: Maybe<Array<MutationError>>;
|
|
136312
136607
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
136313
136608
|
success: Scalars['Boolean']['output'];
|
|
@@ -136557,6 +136852,7 @@ export declare type TrelloUpdateInboxBackgroundInput = {
|
|
|
136557
136852
|
export declare type TrelloUpdateInboxBackgroundPayload = Payload & {
|
|
136558
136853
|
__typename?: 'TrelloUpdateInboxBackgroundPayload';
|
|
136559
136854
|
errors?: Maybe<Array<MutationError>>;
|
|
136855
|
+
memberId?: Maybe<Scalars['ID']['output']>;
|
|
136560
136856
|
prefs?: Maybe<TrelloInboxPrefs>;
|
|
136561
136857
|
success: Scalars['Boolean']['output'];
|
|
136562
136858
|
};
|