@forge/cli-shared 8.14.0 → 8.14.1-next.0
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 +7 -0
- package/out/graphql/graphql-types.d.ts +876 -253
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +57 -28
- package/package.json +2 -2
|
@@ -1803,6 +1803,20 @@ export declare type AdminAuditLogEventExportResponsePayload = Payload & {
|
|
|
1803
1803
|
errors?: Maybe<Array<MutationError>>;
|
|
1804
1804
|
success: Scalars['Boolean']['output'];
|
|
1805
1805
|
};
|
|
1806
|
+
export declare type AdminAuditLogEventIpAddress = {
|
|
1807
|
+
__typename?: 'AdminAuditLogEventIpAddress';
|
|
1808
|
+
ip: Scalars['String']['output'];
|
|
1809
|
+
};
|
|
1810
|
+
export declare type AdminAuditLogEventIpAddressConnection = {
|
|
1811
|
+
__typename?: 'AdminAuditLogEventIpAddressConnection';
|
|
1812
|
+
edges?: Maybe<Array<AdminAuditLogEventIpAddressEdge>>;
|
|
1813
|
+
pageInfo: PageInfo;
|
|
1814
|
+
};
|
|
1815
|
+
export declare type AdminAuditLogEventIpAddressEdge = {
|
|
1816
|
+
__typename?: 'AdminAuditLogEventIpAddressEdge';
|
|
1817
|
+
cursor: Scalars['String']['output'];
|
|
1818
|
+
node: AdminAuditLogEventIpAddress;
|
|
1819
|
+
};
|
|
1806
1820
|
export declare type AdminAuditLogEventLocation = {
|
|
1807
1821
|
__typename?: 'AdminAuditLogEventLocation';
|
|
1808
1822
|
cityName: Scalars['String']['output'];
|
|
@@ -4632,6 +4646,7 @@ export declare type AppInstallation = {
|
|
|
4632
4646
|
isRecoverable: Scalars['Boolean']['output'];
|
|
4633
4647
|
license?: Maybe<AppInstallationLicense>;
|
|
4634
4648
|
provisionedExternally?: Maybe<Scalars['Boolean']['output']>;
|
|
4649
|
+
remoteInstallationRegion?: Maybe<Scalars['String']['output']>;
|
|
4635
4650
|
secondaryInstallationContexts?: Maybe<Array<Scalars['ID']['output']>>;
|
|
4636
4651
|
version?: Maybe<AppVersion>;
|
|
4637
4652
|
};
|
|
@@ -4860,12 +4875,14 @@ export declare type AppLogsWithMetaData = {
|
|
|
4860
4875
|
appId: Scalars['String']['output'];
|
|
4861
4876
|
appVersion?: Maybe<Scalars['String']['output']>;
|
|
4862
4877
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
4878
|
+
container?: Maybe<Scalars['String']['output']>;
|
|
4863
4879
|
context?: Maybe<Context>;
|
|
4864
4880
|
edition?: Maybe<EditionValue>;
|
|
4865
4881
|
environmentId: Scalars['String']['output'];
|
|
4866
4882
|
error?: Maybe<Scalars['String']['output']>;
|
|
4867
4883
|
functionKey?: Maybe<Scalars['String']['output']>;
|
|
4868
4884
|
installationContext?: Maybe<Scalars['String']['output']>;
|
|
4885
|
+
instance?: Maybe<Scalars['String']['output']>;
|
|
4869
4886
|
invocationId: Scalars['String']['output'];
|
|
4870
4887
|
licenseState?: Maybe<LicenseValue>;
|
|
4871
4888
|
lvl?: Maybe<Scalars['String']['output']>;
|
|
@@ -4875,6 +4892,7 @@ export declare type AppLogsWithMetaData = {
|
|
|
4875
4892
|
other?: Maybe<Scalars['String']['output']>;
|
|
4876
4893
|
p?: Maybe<Scalars['String']['output']>;
|
|
4877
4894
|
product?: Maybe<Scalars['String']['output']>;
|
|
4895
|
+
service?: Maybe<Scalars['String']['output']>;
|
|
4878
4896
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
4879
4897
|
ts: Scalars['String']['output'];
|
|
4880
4898
|
};
|
|
@@ -5834,6 +5852,20 @@ export declare type AssetsDmAutoColumnMappingResponse = {
|
|
|
5834
5852
|
isSuccessful: Scalars['Boolean']['output'];
|
|
5835
5853
|
message: Scalars['String']['output'];
|
|
5836
5854
|
};
|
|
5855
|
+
export declare type AssetsDmBatchCreateComputeDictionaryValueResult = {
|
|
5856
|
+
__typename?: 'AssetsDMBatchCreateComputeDictionaryValueResult';
|
|
5857
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5858
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
5859
|
+
name: Scalars['String']['output'];
|
|
5860
|
+
};
|
|
5861
|
+
export declare type AssetsDmBatchCreateComputeDictionaryValuesResponse = {
|
|
5862
|
+
__typename?: 'AssetsDMBatchCreateComputeDictionaryValuesResponse';
|
|
5863
|
+
failureCount: Scalars['Int']['output'];
|
|
5864
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
5865
|
+
results: Array<AssetsDmBatchCreateComputeDictionaryValueResult>;
|
|
5866
|
+
successCount: Scalars['Int']['output'];
|
|
5867
|
+
totalCount: Scalars['Int']['output'];
|
|
5868
|
+
};
|
|
5837
5869
|
export declare type AssetsDmChangeDataSourceStatusArgs = {
|
|
5838
5870
|
cloudId: Scalars['ID']['input'];
|
|
5839
5871
|
input: AssetsDmChangeDataSourceStatusInput;
|
|
@@ -5923,11 +5955,6 @@ export declare type AssetsDmCreateComputeDictionaryValueInput = {
|
|
|
5923
5955
|
isImported: Scalars['Boolean']['input'];
|
|
5924
5956
|
name: Scalars['String']['input'];
|
|
5925
5957
|
};
|
|
5926
|
-
export declare type AssetsDmCreateComputeDictionaryValueResponse = {
|
|
5927
|
-
__typename?: 'AssetsDMCreateComputeDictionaryValueResponse';
|
|
5928
|
-
isSuccessful: Scalars['Boolean']['output'];
|
|
5929
|
-
message: Scalars['String']['output'];
|
|
5930
|
-
};
|
|
5931
5958
|
export declare type AssetsDmCreateDataDictionaryGroupInput = {
|
|
5932
5959
|
computeDictionaryId: Scalars['ID']['input'];
|
|
5933
5960
|
name: Scalars['String']['input'];
|
|
@@ -6396,6 +6423,7 @@ export declare type AssetsDmDataSourceFormFields = {
|
|
|
6396
6423
|
schemaObjectTypes: Array<AssetsDmSchemaObjectType>;
|
|
6397
6424
|
};
|
|
6398
6425
|
export declare type AssetsDmDataSourceFormFieldsDataSourceTypesArgs = {
|
|
6426
|
+
createDataSourceTypeIfMissing?: InputMaybe<Scalars['Boolean']['input']>;
|
|
6399
6427
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
6400
6428
|
page?: InputMaybe<Scalars['Int']['input']>;
|
|
6401
6429
|
pageSize?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -8135,6 +8163,7 @@ export declare type BitbucketWorkspaceRepositoriesArgs = {
|
|
|
8135
8163
|
};
|
|
8136
8164
|
export declare type BlockServiceBatchRetrieveBlocksInput = {
|
|
8137
8165
|
blockAris: Array<Scalars['String']['input']>;
|
|
8166
|
+
documentAri?: InputMaybe<Scalars['String']['input']>;
|
|
8138
8167
|
};
|
|
8139
8168
|
export declare type BlockServiceBatchRetrieveBlocksPayload = {
|
|
8140
8169
|
__typename?: 'BlockServiceBatchRetrieveBlocksPayload';
|
|
@@ -8172,6 +8201,7 @@ export declare type BlockServiceCreateBlockInput = {
|
|
|
8172
8201
|
content: Scalars['String']['input'];
|
|
8173
8202
|
product: BlockServiceBlockProduct;
|
|
8174
8203
|
sourceAri: Scalars['String']['input'];
|
|
8204
|
+
status?: InputMaybe<Scalars['String']['input']>;
|
|
8175
8205
|
stepVersion?: InputMaybe<Scalars['Float']['input']>;
|
|
8176
8206
|
};
|
|
8177
8207
|
export declare type BlockServiceDeleteBlockInput = {
|
|
@@ -8188,6 +8218,11 @@ export declare type BlockServiceDocumentReferenceBlocksPayload = {
|
|
|
8188
8218
|
blocks: Array<BlockServiceBlockPayload>;
|
|
8189
8219
|
errors?: Maybe<Array<BlockServiceBlockErrorPayload>>;
|
|
8190
8220
|
};
|
|
8221
|
+
export declare type BlockServiceUpdateBlockInput = {
|
|
8222
|
+
blockAri: Scalars['String']['input'];
|
|
8223
|
+
content: Scalars['String']['input'];
|
|
8224
|
+
stepVersion?: InputMaybe<Scalars['Float']['input']>;
|
|
8225
|
+
};
|
|
8191
8226
|
export declare type BlockSmartLink = SmartLink & {
|
|
8192
8227
|
__typename?: 'BlockSmartLink';
|
|
8193
8228
|
url: Scalars['String']['output'];
|
|
@@ -10898,6 +10933,15 @@ export declare type CcpUsageUpdateCadence = {
|
|
|
10898
10933
|
cadenceIntervalMinutes?: Maybe<Scalars['Int']['output']>;
|
|
10899
10934
|
name?: Maybe<Scalars['String']['output']>;
|
|
10900
10935
|
};
|
|
10936
|
+
export declare type ChangeManagementGlobalRiskAssessmentSettingsPayload = {
|
|
10937
|
+
__typename?: 'ChangeManagementGlobalRiskAssessmentSettingsPayload';
|
|
10938
|
+
isEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
10939
|
+
};
|
|
10940
|
+
export declare type ChangeManagementLastRovoRiskAssessmentPayload = {
|
|
10941
|
+
__typename?: 'ChangeManagementLastRovoRiskAssessmentPayload';
|
|
10942
|
+
response?: Maybe<Scalars['String']['output']>;
|
|
10943
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
10944
|
+
};
|
|
10901
10945
|
export declare type ChangeManagementRovoRiskAssessmentSettingsPayload = {
|
|
10902
10946
|
__typename?: 'ChangeManagementRovoRiskAssessmentSettingsPayload';
|
|
10903
10947
|
isBusinessEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -10906,6 +10950,16 @@ export declare type ChangeManagementRovoRiskAssessmentSettingsPayload = {
|
|
|
10906
10950
|
isTechnicalEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
10907
10951
|
knowledgeBases?: Maybe<Array<Scalars['String']['output']>>;
|
|
10908
10952
|
};
|
|
10953
|
+
export declare type ChangeManagementUpdateGlobalRiskAssessmentSettingsInput = {
|
|
10954
|
+
cloudId: Scalars['ID']['input'];
|
|
10955
|
+
isEnabled: Scalars['Boolean']['input'];
|
|
10956
|
+
projectId: Scalars['String']['input'];
|
|
10957
|
+
};
|
|
10958
|
+
export declare type ChangeManagementUpdateLastRovoRiskAssessmentInput = {
|
|
10959
|
+
cloudId: Scalars['ID']['input'];
|
|
10960
|
+
issueId: Scalars['String']['input'];
|
|
10961
|
+
response: Scalars['String']['input'];
|
|
10962
|
+
};
|
|
10909
10963
|
export declare type ChangeManagementUpdateRovoRiskAssessmentSettingsInput = {
|
|
10910
10964
|
cloudId: Scalars['ID']['input'];
|
|
10911
10965
|
isBusinessEnabled: Scalars['Boolean']['input'];
|
|
@@ -16905,6 +16959,11 @@ export declare type ConfluenceAcceptAnswerPayload = Payload & {
|
|
|
16905
16959
|
errors?: Maybe<Array<MutationError>>;
|
|
16906
16960
|
success: Scalars['Boolean']['output'];
|
|
16907
16961
|
};
|
|
16962
|
+
export declare type ConfluenceAccessRequestSettings = {
|
|
16963
|
+
__typename?: 'ConfluenceAccessRequestSettings';
|
|
16964
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
16965
|
+
messageContent?: Maybe<Scalars['String']['output']>;
|
|
16966
|
+
};
|
|
16908
16967
|
export declare type ConfluenceAddCustomApplicationLinkInput = {
|
|
16909
16968
|
allowedGroups?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
16910
16969
|
displayName: Scalars['String']['input'];
|
|
@@ -17808,6 +17867,7 @@ export declare type ConfluenceContentTemplateRef = {
|
|
|
17808
17867
|
__typename?: 'ConfluenceContentTemplateRef';
|
|
17809
17868
|
id: Scalars['ID']['output'];
|
|
17810
17869
|
moduleCompleteKey?: Maybe<Scalars['String']['output']>;
|
|
17870
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
17811
17871
|
templateId?: Maybe<Scalars['ID']['output']>;
|
|
17812
17872
|
};
|
|
17813
17873
|
export declare type ConfluenceContentTitleEmoji = {
|
|
@@ -20377,6 +20437,107 @@ export declare enum ConfluencePermission {
|
|
|
20377
20437
|
Edit = "EDIT",
|
|
20378
20438
|
View = "VIEW"
|
|
20379
20439
|
}
|
|
20440
|
+
export declare type ConfluencePermissionCombinationPrincipalTypeAssignmentInput = {
|
|
20441
|
+
principalType: ConfluencePermissionTransitionPrincipalType;
|
|
20442
|
+
removeAccess: Scalars['Boolean']['input'];
|
|
20443
|
+
roleId?: InputMaybe<Scalars['ID']['input']>;
|
|
20444
|
+
};
|
|
20445
|
+
export declare type ConfluencePermissionCombinationRoleAssignmentInput = {
|
|
20446
|
+
permissionCombinationId: Scalars['ID']['input'];
|
|
20447
|
+
principalTypeAssignment: Array<InputMaybe<ConfluencePermissionCombinationPrincipalTypeAssignmentInput>>;
|
|
20448
|
+
};
|
|
20449
|
+
export declare type ConfluencePermissionTransitionBulkAssignRolesInput = {
|
|
20450
|
+
assignments: Array<InputMaybe<ConfluencePermissionCombinationRoleAssignmentInput>>;
|
|
20451
|
+
spaceSelection: ConfluencePermissionTransitionSpaceTargetSelectionInput;
|
|
20452
|
+
};
|
|
20453
|
+
export declare type ConfluencePermissionTransitionBulkAssignRolesPayload = Payload & {
|
|
20454
|
+
__typename?: 'ConfluencePermissionTransitionBulkAssignRolesPayload';
|
|
20455
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20456
|
+
success: Scalars['Boolean']['output'];
|
|
20457
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
20458
|
+
};
|
|
20459
|
+
export declare type ConfluencePermissionTransitionBulkRemoveAccessInput = {
|
|
20460
|
+
permissionCombinationIds: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
20461
|
+
spaceTargetSelection: ConfluencePermissionTransitionSpaceTargetSelectionInput;
|
|
20462
|
+
};
|
|
20463
|
+
export declare type ConfluencePermissionTransitionBulkRemoveAccessPayload = Payload & {
|
|
20464
|
+
__typename?: 'ConfluencePermissionTransitionBulkRemoveAccessPayload';
|
|
20465
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20466
|
+
success: Scalars['Boolean']['output'];
|
|
20467
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
20468
|
+
};
|
|
20469
|
+
export declare type ConfluencePermissionTransitionPrincipal = {
|
|
20470
|
+
__typename?: 'ConfluencePermissionTransitionPrincipal';
|
|
20471
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
20472
|
+
id: Scalars['ID']['output'];
|
|
20473
|
+
memberCount?: Maybe<Scalars['Int']['output']>;
|
|
20474
|
+
name: Scalars['String']['output'];
|
|
20475
|
+
profilePicture?: Maybe<Icon>;
|
|
20476
|
+
type: ConfluencePermissionTransitionPrincipalType;
|
|
20477
|
+
};
|
|
20478
|
+
export declare type ConfluencePermissionTransitionPrincipalEdge = {
|
|
20479
|
+
__typename?: 'ConfluencePermissionTransitionPrincipalEdge';
|
|
20480
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
20481
|
+
node: ConfluencePermissionTransitionPrincipal;
|
|
20482
|
+
};
|
|
20483
|
+
export declare type ConfluencePermissionTransitionPrincipalPageInfo = {
|
|
20484
|
+
__typename?: 'ConfluencePermissionTransitionPrincipalPageInfo';
|
|
20485
|
+
endCursor?: Maybe<Scalars['String']['output']>;
|
|
20486
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
20487
|
+
};
|
|
20488
|
+
export declare enum ConfluencePermissionTransitionPrincipalType {
|
|
20489
|
+
Anonymous = "ANONYMOUS",
|
|
20490
|
+
Group = "GROUP",
|
|
20491
|
+
Guest = "GUEST",
|
|
20492
|
+
User = "USER"
|
|
20493
|
+
}
|
|
20494
|
+
export declare type ConfluencePermissionTransitionPrincipalsConnection = {
|
|
20495
|
+
__typename?: 'ConfluencePermissionTransitionPrincipalsConnection';
|
|
20496
|
+
edges?: Maybe<Array<Maybe<ConfluencePermissionTransitionPrincipalEdge>>>;
|
|
20497
|
+
pageInfo: ConfluencePermissionTransitionPrincipalPageInfo;
|
|
20498
|
+
};
|
|
20499
|
+
export declare type ConfluencePermissionTransitionSpace = {
|
|
20500
|
+
__typename?: 'ConfluencePermissionTransitionSpace';
|
|
20501
|
+
icon: Scalars['String']['output'];
|
|
20502
|
+
id: Scalars['ID']['output'];
|
|
20503
|
+
isPersonalSpace: Scalars['Boolean']['output'];
|
|
20504
|
+
key: Scalars['String']['output'];
|
|
20505
|
+
name: Scalars['String']['output'];
|
|
20506
|
+
owner: ConfluencePermissionTransitionSpaceOwner;
|
|
20507
|
+
};
|
|
20508
|
+
export declare type ConfluencePermissionTransitionSpaceConnection = {
|
|
20509
|
+
__typename?: 'ConfluencePermissionTransitionSpaceConnection';
|
|
20510
|
+
edges?: Maybe<Array<Maybe<ConfluencePermissionTransitionSpaceEdge>>>;
|
|
20511
|
+
pageInfo: ConfluenceSpacePermissionPageInfo;
|
|
20512
|
+
};
|
|
20513
|
+
export declare type ConfluencePermissionTransitionSpaceEdge = {
|
|
20514
|
+
__typename?: 'ConfluencePermissionTransitionSpaceEdge';
|
|
20515
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
20516
|
+
node: ConfluencePermissionTransitionSpace;
|
|
20517
|
+
};
|
|
20518
|
+
export declare type ConfluencePermissionTransitionSpaceOwner = {
|
|
20519
|
+
__typename?: 'ConfluencePermissionTransitionSpaceOwner';
|
|
20520
|
+
email: Scalars['String']['output'];
|
|
20521
|
+
name: Scalars['String']['output'];
|
|
20522
|
+
profilePicture: Icon;
|
|
20523
|
+
};
|
|
20524
|
+
export declare type ConfluencePermissionTransitionSpaceTargetSelectionInput = {
|
|
20525
|
+
selectedSpaces?: InputMaybe<Array<InputMaybe<ConfluenceSpaceTargetInput>>>;
|
|
20526
|
+
spaceType: ConfluencePermissionTransitionSpaceType;
|
|
20527
|
+
};
|
|
20528
|
+
export declare enum ConfluencePermissionTransitionSpaceType {
|
|
20529
|
+
All = "ALL",
|
|
20530
|
+
AllExceptPersonal = "ALL_EXCEPT_PERSONAL",
|
|
20531
|
+
AllExceptSpecific = "ALL_EXCEPT_SPECIFIC",
|
|
20532
|
+
Personal = "PERSONAL",
|
|
20533
|
+
Specific = "SPECIFIC"
|
|
20534
|
+
}
|
|
20535
|
+
export declare enum ConfluencePermissionTransitionSpaceTypeFilter {
|
|
20536
|
+
Collaboration = "COLLABORATION",
|
|
20537
|
+
Global = "GLOBAL",
|
|
20538
|
+
KnowledgeBase = "KNOWLEDGE_BASE",
|
|
20539
|
+
Personal = "PERSONAL"
|
|
20540
|
+
}
|
|
20380
20541
|
export declare enum ConfluencePermissionTypeAssignabilityCode {
|
|
20381
20542
|
AnonymousAssignable = "ANONYMOUS_ASSIGNABLE",
|
|
20382
20543
|
Assignable = "ASSIGNABLE",
|
|
@@ -21097,6 +21258,7 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
21097
21258
|
attachmentSettings?: Maybe<ConfluenceAttachmentSettings>;
|
|
21098
21259
|
connectionTimeout?: Maybe<Scalars['Int']['output']>;
|
|
21099
21260
|
contactAdministratorsMessage?: Maybe<Scalars['String']['output']>;
|
|
21261
|
+
contentAccessRequestSettings?: Maybe<ConfluenceAccessRequestSettings>;
|
|
21100
21262
|
customPageSettings?: Maybe<ConfluenceCustomPageSettings>;
|
|
21101
21263
|
editorDefaultWidth?: Maybe<ConfluenceSiteConfigurationEditorDefaultWidth>;
|
|
21102
21264
|
formattingSettings?: Maybe<ConfluenceFormattingSettings>;
|
|
@@ -21130,6 +21292,7 @@ export declare type ConfluenceSiteConfiguration = {
|
|
|
21130
21292
|
siteHomePage?: Maybe<Scalars['String']['output']>;
|
|
21131
21293
|
siteTitle?: Maybe<Scalars['String']['output']>;
|
|
21132
21294
|
socketTimeout?: Maybe<Scalars['Int']['output']>;
|
|
21295
|
+
spaceAccessRequestSettings?: Maybe<ConfluenceAccessRequestSettings>;
|
|
21133
21296
|
teamAdminControlsSettings?: Maybe<ConfluenceTeamAdminControlsSettings>;
|
|
21134
21297
|
teamPresenceSettings?: Maybe<ConfluenceTeamPresenceSettings>;
|
|
21135
21298
|
};
|
|
@@ -21367,6 +21530,10 @@ export declare enum ConfluenceSpaceStatus {
|
|
|
21367
21530
|
Current = "CURRENT",
|
|
21368
21531
|
Trashed = "TRASHED"
|
|
21369
21532
|
}
|
|
21533
|
+
export declare type ConfluenceSpaceTargetInput = {
|
|
21534
|
+
id: Scalars['ID']['input'];
|
|
21535
|
+
key: Scalars['String']['input'];
|
|
21536
|
+
};
|
|
21370
21537
|
export declare enum ConfluenceSpaceType {
|
|
21371
21538
|
Global = "GLOBAL",
|
|
21372
21539
|
Personal = "PERSONAL"
|
|
@@ -21694,6 +21861,15 @@ export declare type ConfluenceUnwatchSubCalendarPayload = {
|
|
|
21694
21861
|
errors?: Maybe<Array<MutationError>>;
|
|
21695
21862
|
success: Scalars['Boolean']['output'];
|
|
21696
21863
|
};
|
|
21864
|
+
export declare type ConfluenceUpdateAccessRequestSettingsInput = {
|
|
21865
|
+
enabled: Scalars['Boolean']['input'];
|
|
21866
|
+
messageContent?: InputMaybe<Scalars['String']['input']>;
|
|
21867
|
+
};
|
|
21868
|
+
export declare type ConfluenceUpdateAccessRequestSettingsPayload = Payload & {
|
|
21869
|
+
__typename?: 'ConfluenceUpdateAccessRequestSettingsPayload';
|
|
21870
|
+
errors?: Maybe<Array<MutationError>>;
|
|
21871
|
+
success: Scalars['Boolean']['output'];
|
|
21872
|
+
};
|
|
21697
21873
|
export declare type ConfluenceUpdateAdminAnnouncementBannerInput = {
|
|
21698
21874
|
appearance?: InputMaybe<Scalars['String']['input']>;
|
|
21699
21875
|
content?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24765,6 +24941,17 @@ export declare type ConvoAiAgentMessage = {
|
|
|
24765
24941
|
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
24766
24942
|
timeCreated: Scalars['DateTime']['output'];
|
|
24767
24943
|
};
|
|
24944
|
+
export declare type ConvoAiAgentSession = ConvoAiAgentSessionNode & {
|
|
24945
|
+
__typename?: 'ConvoAiAgentSession';
|
|
24946
|
+
_type?: Maybe<Scalars['String']['output']>;
|
|
24947
|
+
expireTime?: Maybe<Scalars['DateTime']['output']>;
|
|
24948
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
24949
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
24950
|
+
version?: Maybe<Scalars['Long']['output']>;
|
|
24951
|
+
};
|
|
24952
|
+
export declare type ConvoAiAgentSessionNode = {
|
|
24953
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
24954
|
+
};
|
|
24768
24955
|
export declare type ConvoAiAgentSessionUpdate = ConvoAiConversationMessage | ConvoAiEmptyConversation | ConvoAiErrorMessage | ConvoAiTraceMessage;
|
|
24769
24956
|
export declare type ConvoAiConfluenceSpaceRecommendation = {
|
|
24770
24957
|
__typename?: 'ConvoAiConfluenceSpaceRecommendation';
|
|
@@ -25314,12 +25501,14 @@ export declare type CplsFilters = {
|
|
|
25314
25501
|
__typename?: 'CplsFilters';
|
|
25315
25502
|
contributorDataIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
25316
25503
|
customContributionTargets?: Maybe<Array<Scalars['ID']['output']>>;
|
|
25504
|
+
jiraWorkItemStatuses?: Maybe<Array<Scalars['ID']['output']>>;
|
|
25317
25505
|
jiraWorkItems?: Maybe<Array<Scalars['ID']['output']>>;
|
|
25318
25506
|
workTypes?: Maybe<Array<CplsWorkType>>;
|
|
25319
25507
|
};
|
|
25320
25508
|
export declare type CplsFiltersInput = {
|
|
25321
25509
|
contributorDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25322
25510
|
customContributionTargets?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25511
|
+
jiraWorkItemStatuses?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25323
25512
|
jiraWorkItems?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
25324
25513
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
25325
25514
|
};
|
|
@@ -29399,6 +29588,17 @@ export declare type DevAiRovoDevBulkSessionResult = {
|
|
|
29399
29588
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
29400
29589
|
session?: Maybe<DevAiRovoDevSession>;
|
|
29401
29590
|
};
|
|
29591
|
+
export declare type DevAiRovoDevCreatePullRequestInput = {
|
|
29592
|
+
branchName?: InputMaybe<Scalars['String']['input']>;
|
|
29593
|
+
codeChanges?: InputMaybe<Scalars['String']['input']>;
|
|
29594
|
+
sessionAri: Scalars['ID']['input'];
|
|
29595
|
+
};
|
|
29596
|
+
export declare type DevAiRovoDevCreatePullRequestPayload = Payload & {
|
|
29597
|
+
__typename?: 'DevAiRovoDevCreatePullRequestPayload';
|
|
29598
|
+
errors: Array<MutationError>;
|
|
29599
|
+
session?: Maybe<DevAiRovoDevSession>;
|
|
29600
|
+
success: Scalars['Boolean']['output'];
|
|
29601
|
+
};
|
|
29402
29602
|
export declare type DevAiRovoDevCreateSessionByCloudIdInput = {
|
|
29403
29603
|
automationInvokerId?: InputMaybe<Scalars['String']['input']>;
|
|
29404
29604
|
cloudId: Scalars['ID']['input'];
|
|
@@ -32440,7 +32640,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
32440
32640
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
32441
32641
|
node?: Maybe<ExternalAssociation>;
|
|
32442
32642
|
};
|
|
32443
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
32643
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
32444
32644
|
export declare type ExternalAttachment = {
|
|
32445
32645
|
__typename?: 'ExternalAttachment';
|
|
32446
32646
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -33099,12 +33299,13 @@ export declare type ExternalEntities = {
|
|
|
33099
33299
|
testExecution?: Maybe<Array<Maybe<ExternalTestExecution>>>;
|
|
33100
33300
|
testPlan?: Maybe<Array<Maybe<ExternalTestPlan>>>;
|
|
33101
33301
|
testRun?: Maybe<Array<Maybe<ExternalTestRun>>>;
|
|
33302
|
+
testStatus?: Maybe<Array<Maybe<ExternalTestStatus>>>;
|
|
33102
33303
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
33103
33304
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
33104
33305
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
33105
33306
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
33106
33307
|
};
|
|
33107
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
33308
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
33108
33309
|
export declare type ExternalEntityExtendedValue = {
|
|
33109
33310
|
__typename?: 'ExternalEntityExtendedValue';
|
|
33110
33311
|
fieldDisplayName?: Maybe<ExternalEntityExtendedValueDisplayName>;
|
|
@@ -33642,6 +33843,32 @@ export declare type ExternalTestRun = Node & {
|
|
|
33642
33843
|
url?: Maybe<Scalars['String']['output']>;
|
|
33643
33844
|
version?: Maybe<Scalars['String']['output']>;
|
|
33644
33845
|
};
|
|
33846
|
+
export declare type ExternalTestStatus = Node & {
|
|
33847
|
+
__typename?: 'ExternalTestStatus';
|
|
33848
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
33849
|
+
container?: Maybe<ExternalEntity>;
|
|
33850
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
33851
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
33852
|
+
createdBy?: Maybe<ExternalUser>;
|
|
33853
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
33854
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
33855
|
+
environment?: Maybe<Scalars['String']['output']>;
|
|
33856
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
33857
|
+
id: Scalars['ID']['output'];
|
|
33858
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
33859
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
33860
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
33861
|
+
parent?: Maybe<ExternalEntity>;
|
|
33862
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
33863
|
+
provider?: Maybe<ExternalProvider>;
|
|
33864
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
33865
|
+
statusPrecedence?: Maybe<Scalars['String']['output']>;
|
|
33866
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
33867
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
33868
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
33869
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
33870
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
33871
|
+
};
|
|
33645
33872
|
export declare type ExternalThumbnail = {
|
|
33646
33873
|
__typename?: 'ExternalThumbnail';
|
|
33647
33874
|
externalUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -36407,6 +36634,11 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
36407
36634
|
McpTool = "MCP_TOOL",
|
|
36408
36635
|
Skill = "SKILL"
|
|
36409
36636
|
}
|
|
36637
|
+
export declare type GraphIntegrationIcon = {
|
|
36638
|
+
__typename?: 'GraphIntegrationIcon';
|
|
36639
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
36640
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
36641
|
+
};
|
|
36410
36642
|
export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
|
|
36411
36643
|
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
|
|
36412
36644
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge>>;
|
|
@@ -36651,6 +36883,7 @@ export declare type GraphIntegrationTwgCapabilityContainer = {
|
|
|
36651
36883
|
contextAri: Scalars['ID']['output'];
|
|
36652
36884
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
36653
36885
|
description: Scalars['String']['output'];
|
|
36886
|
+
icon?: Maybe<GraphIntegrationIcon>;
|
|
36654
36887
|
iconKey: Scalars['String']['output'];
|
|
36655
36888
|
id: Scalars['String']['output'];
|
|
36656
36889
|
maxInstallations: Scalars['Int']['output'];
|
|
@@ -36671,6 +36904,7 @@ export declare type GraphIntegrationTwgCapabilityContainerMeta = {
|
|
|
36671
36904
|
__typename?: 'GraphIntegrationTwgCapabilityContainerMeta';
|
|
36672
36905
|
availableCapabilities: Array<GraphIntegrationAppCapability>;
|
|
36673
36906
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
36907
|
+
icon?: Maybe<GraphIntegrationIcon>;
|
|
36674
36908
|
iconKey: Scalars['String']['output'];
|
|
36675
36909
|
maxInstallations: Scalars['Int']['output'];
|
|
36676
36910
|
name: Scalars['String']['output'];
|
|
@@ -39718,6 +39952,8 @@ export declare type GraphStore = {
|
|
|
39718
39952
|
jiraRepoIsProviderRepoInverse?: Maybe<GraphStoreSimplifiedJiraRepoIsProviderRepoInverseConnection>;
|
|
39719
39953
|
jiraWorkItemCommentHasChildComment?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentConnection>;
|
|
39720
39954
|
jiraWorkItemCommentHasChildCommentInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseConnection>;
|
|
39955
|
+
jiraWorkItemLinksAssetObject?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection>;
|
|
39956
|
+
jiraWorkItemLinksAssetObjectInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseConnection>;
|
|
39721
39957
|
jsmProjectAssociatedService?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceConnection>;
|
|
39722
39958
|
jsmProjectAssociatedServiceBatch?: Maybe<GraphStoreBatchJsmProjectAssociatedServiceConnection>;
|
|
39723
39959
|
jsmProjectAssociatedServiceInverse?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceInverseConnection>;
|
|
@@ -43005,6 +43241,22 @@ export declare type GraphStoreJiraWorkItemCommentHasChildCommentInverseArgs = {
|
|
|
43005
43241
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
43006
43242
|
sort?: InputMaybe<GraphStoreJiraWorkItemCommentHasChildCommentSortInput>;
|
|
43007
43243
|
};
|
|
43244
|
+
export declare type GraphStoreJiraWorkItemLinksAssetObjectArgs = {
|
|
43245
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43246
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43247
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43248
|
+
id: Scalars['ID']['input'];
|
|
43249
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
43250
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemLinksAssetObjectSortInput>;
|
|
43251
|
+
};
|
|
43252
|
+
export declare type GraphStoreJiraWorkItemLinksAssetObjectInverseArgs = {
|
|
43253
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
43254
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
43255
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
43256
|
+
id: Scalars['ID']['input'];
|
|
43257
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
43258
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemLinksAssetObjectSortInput>;
|
|
43259
|
+
};
|
|
43008
43260
|
export declare type GraphStoreJsmProjectAssociatedServiceArgs = {
|
|
43009
43261
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
43010
43262
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -48002,7 +48254,7 @@ export declare type GraphStoreBatchContentReferencedEntityStartNode = {
|
|
|
48002
48254
|
data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
|
|
48003
48255
|
id: Scalars['ID']['output'];
|
|
48004
48256
|
};
|
|
48005
|
-
export declare type GraphStoreBatchContentReferencedEntityStartUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
48257
|
+
export declare type GraphStoreBatchContentReferencedEntityStartUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
48006
48258
|
export declare type GraphStoreBatchFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
48007
48259
|
__typename?: 'GraphStoreBatchFocusAreaAssociatedToProjectConnection';
|
|
48008
48260
|
edges: Array<Maybe<GraphStoreBatchFocusAreaAssociatedToProjectEdge>>;
|
|
@@ -50768,7 +51020,7 @@ export declare type GraphStoreFullContentReferencedEntityStartNode = {
|
|
|
50768
51020
|
data?: Maybe<GraphStoreFullContentReferencedEntityStartUnion>;
|
|
50769
51021
|
id: Scalars['ID']['output'];
|
|
50770
51022
|
};
|
|
50771
|
-
export declare type GraphStoreFullContentReferencedEntityStartUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
51023
|
+
export declare type GraphStoreFullContentReferencedEntityStartUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
50772
51024
|
export declare type GraphStoreFullIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & HasTotal & {
|
|
50773
51025
|
__typename?: 'GraphStoreFullIncidentAssociatedPostIncidentReviewConnection';
|
|
50774
51026
|
edges: Array<Maybe<GraphStoreFullIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -54224,6 +54476,9 @@ export declare type GraphStoreJiraRepoIsProviderRepoSortInput = {
|
|
|
54224
54476
|
export declare type GraphStoreJiraWorkItemCommentHasChildCommentSortInput = {
|
|
54225
54477
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
54226
54478
|
};
|
|
54479
|
+
export declare type GraphStoreJiraWorkItemLinksAssetObjectSortInput = {
|
|
54480
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
54481
|
+
};
|
|
54227
54482
|
export declare type GraphStoreJsmProjectAssociatedServiceSortInput = {
|
|
54228
54483
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
54229
54484
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -56905,7 +57160,7 @@ export declare type GraphStoreSimplifiedContentReferencedEntityInverseEdge = {
|
|
|
56905
57160
|
lastUpdated: Scalars['DateTime']['output'];
|
|
56906
57161
|
node?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseUnion>;
|
|
56907
57162
|
};
|
|
56908
|
-
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
57163
|
+
export declare type GraphStoreSimplifiedContentReferencedEntityInverseUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
56909
57164
|
export declare type GraphStoreSimplifiedContentReferencedEntityUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
56910
57165
|
export declare type GraphStoreSimplifiedConversationHasMessageConnection = HasPageInfo & {
|
|
56911
57166
|
__typename?: 'GraphStoreSimplifiedConversationHasMessageConnection';
|
|
@@ -58923,6 +59178,34 @@ export declare type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInvers
|
|
|
58923
59178
|
};
|
|
58924
59179
|
export declare type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
58925
59180
|
export declare type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
59181
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection = HasPageInfo & {
|
|
59182
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection';
|
|
59183
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectEdge>>>;
|
|
59184
|
+
pageInfo: PageInfo;
|
|
59185
|
+
};
|
|
59186
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectEdge = {
|
|
59187
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemLinksAssetObjectEdge';
|
|
59188
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59189
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59190
|
+
id: Scalars['ID']['output'];
|
|
59191
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59192
|
+
node?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectUnion>;
|
|
59193
|
+
};
|
|
59194
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseConnection = HasPageInfo & {
|
|
59195
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseConnection';
|
|
59196
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseEdge>>>;
|
|
59197
|
+
pageInfo: PageInfo;
|
|
59198
|
+
};
|
|
59199
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseEdge = {
|
|
59200
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseEdge';
|
|
59201
|
+
createdAt: Scalars['DateTime']['output'];
|
|
59202
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
59203
|
+
id: Scalars['ID']['output'];
|
|
59204
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
59205
|
+
node?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseUnion>;
|
|
59206
|
+
};
|
|
59207
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseUnion = JiraIssue;
|
|
59208
|
+
export declare type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectUnion = AssetsObject;
|
|
58926
59209
|
export declare type GraphStoreSimplifiedJsmProjectAssociatedServiceConnection = HasPageInfo & HasTotal & {
|
|
58927
59210
|
__typename?: 'GraphStoreSimplifiedJsmProjectAssociatedServiceConnection';
|
|
58928
59211
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceEdge>>>;
|
|
@@ -66329,6 +66612,10 @@ export declare type GraphStoreV2 = {
|
|
|
66329
66612
|
atlassianUserCreatedLoomVideoInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserCreatedLoomVideoInverseConnection>;
|
|
66330
66613
|
atlassianUserDismissedJiraForYouRecommendationEntity?: Maybe<GraphStoreV2SimplifiedAtlassianUserDismissedJiraForYouRecommendationEntityConnection>;
|
|
66331
66614
|
atlassianUserDismissedJiraForYouRecommendationEntityInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserDismissedJiraForYouRecommendationEntityInverseConnection>;
|
|
66615
|
+
atlassianUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalConnection>;
|
|
66616
|
+
atlassianUserFavoritedAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseConnection>;
|
|
66617
|
+
atlassianUserFavoritedAtlassianProject?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectConnection>;
|
|
66618
|
+
atlassianUserFavoritedAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseConnection>;
|
|
66332
66619
|
atlassianUserFavoritedConfluenceBlogpost?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceBlogpostConnection>;
|
|
66333
66620
|
atlassianUserFavoritedConfluenceBlogpostInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceBlogpostInverseConnection>;
|
|
66334
66621
|
atlassianUserFavoritedConfluenceDatabase?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceDatabaseConnection>;
|
|
@@ -66365,8 +66652,10 @@ export declare type GraphStoreV2 = {
|
|
|
66365
66652
|
atlassianUserMentionedInConfluenceCommentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInConfluenceCommentInverseConnection>;
|
|
66366
66653
|
atlassianUserMentionedInConfluencePage?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInConfluencePageConnection>;
|
|
66367
66654
|
atlassianUserMentionedInConfluencePageInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInConfluencePageInverseConnection>;
|
|
66655
|
+
atlassianUserMentionedInJiraWorkItem?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemConnection>;
|
|
66368
66656
|
atlassianUserMentionedInJiraWorkItemComment?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemCommentConnection>;
|
|
66369
66657
|
atlassianUserMentionedInJiraWorkItemCommentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemCommentInverseConnection>;
|
|
66658
|
+
atlassianUserMentionedInJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseConnection>;
|
|
66370
66659
|
atlassianUserMentionedInLoomVideoComment?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInLoomVideoCommentConnection>;
|
|
66371
66660
|
atlassianUserMentionedInLoomVideoCommentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInLoomVideoCommentInverseConnection>;
|
|
66372
66661
|
atlassianUserOwnsAtlassianGoal?: Maybe<GraphStoreV2SimplifiedAtlassianUserOwnsAtlassianGoalConnection>;
|
|
@@ -66514,8 +66803,6 @@ export declare type GraphStoreV2 = {
|
|
|
66514
66803
|
externalDocumentHasChildExternalDocumentInverse?: Maybe<GraphStoreV2SimplifiedExternalDocumentHasChildExternalDocumentInverseConnection>;
|
|
66515
66804
|
externalDocumentLinksThirdPartyDocumentInverse?: Maybe<GraphStoreV2SimplifiedExternalDocumentLinksThirdPartyDocumentInverseConnection>;
|
|
66516
66805
|
externalEntityIsThirdPartyEntityInverse?: Maybe<GraphStoreV2SimplifiedExternalEntityIsThirdPartyEntityInverseConnection>;
|
|
66517
|
-
externalMeetingHasExternalMeetingNotesPage?: Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageConnection>;
|
|
66518
|
-
externalMeetingHasExternalMeetingNotesPageInverse?: Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseConnection>;
|
|
66519
66806
|
externalMeetingRecurrenceHasJiraSpace?: Maybe<GraphStoreV2SimplifiedExternalMeetingRecurrenceHasJiraSpaceConnection>;
|
|
66520
66807
|
externalMeetingRecurrenceHasJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedExternalMeetingRecurrenceHasJiraSpaceInverseConnection>;
|
|
66521
66808
|
externalMessageHasChildExternalMessage?: Maybe<GraphStoreV2SimplifiedExternalMessageHasChildExternalMessageConnection>;
|
|
@@ -66612,10 +66899,6 @@ export declare type GraphStoreV2 = {
|
|
|
66612
66899
|
externalUserCreatedExternalTestInverse?: Maybe<GraphStoreV2SimplifiedExternalUserCreatedExternalTestInverseConnection>;
|
|
66613
66900
|
externalUserCreatedExternalWorkItem?: Maybe<GraphStoreV2SimplifiedExternalUserCreatedExternalWorkItemConnection>;
|
|
66614
66901
|
externalUserCreatedExternalWorkItemInverse?: Maybe<GraphStoreV2SimplifiedExternalUserCreatedExternalWorkItemInverseConnection>;
|
|
66615
|
-
externalUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalConnection>;
|
|
66616
|
-
externalUserFavoritedAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseConnection>;
|
|
66617
|
-
externalUserFavoritedAtlassianProject?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectConnection>;
|
|
66618
|
-
externalUserFavoritedAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseConnection>;
|
|
66619
66902
|
externalUserLastUpdatedExternalDesign?: Maybe<GraphStoreV2SimplifiedExternalUserLastUpdatedExternalDesignConnection>;
|
|
66620
66903
|
externalUserLastUpdatedExternalDesignInverse?: Maybe<GraphStoreV2SimplifiedExternalUserLastUpdatedExternalDesignInverseConnection>;
|
|
66621
66904
|
externalUserMemberOfExternalConversation?: Maybe<GraphStoreV2SimplifiedExternalUserMemberOfExternalConversationConnection>;
|
|
@@ -66792,6 +67075,8 @@ export declare type GraphStoreV2 = {
|
|
|
66792
67075
|
jiraWorkItemHasJiraPriorityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraPriorityInverseConnection>;
|
|
66793
67076
|
jiraWorkItemHasJiraWorkItemComment?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentConnection>;
|
|
66794
67077
|
jiraWorkItemHasJiraWorkItemCommentInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseConnection>;
|
|
67078
|
+
jiraWorkItemLinksAssetObject?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectConnection>;
|
|
67079
|
+
jiraWorkItemLinksAssetObjectInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseConnection>;
|
|
66795
67080
|
jiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardConnection>;
|
|
66796
67081
|
jiraWorkItemLinksConfluenceWhiteboardInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardInverseConnection>;
|
|
66797
67082
|
jiraWorkItemLinksExternalBranch?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalBranchConnection>;
|
|
@@ -66833,6 +67118,8 @@ export declare type GraphStoreV2 = {
|
|
|
66833
67118
|
jsmSpaceLinksExternalServiceInverse?: Maybe<GraphStoreV2SimplifiedJsmSpaceLinksExternalServiceInverseConnection>;
|
|
66834
67119
|
jsmSpaceLinksKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJsmSpaceLinksKnowledgeBaseEntityConnection>;
|
|
66835
67120
|
jsmSpaceLinksKnowledgeBaseEntityInverse?: Maybe<GraphStoreV2SimplifiedJsmSpaceLinksKnowledgeBaseEntityInverseConnection>;
|
|
67121
|
+
loomMeetingHasConfluenceMeetingNotesPage?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageConnection>;
|
|
67122
|
+
loomMeetingHasConfluenceMeetingNotesPageInverse?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseConnection>;
|
|
66836
67123
|
loomMeetingHasJiraSpace?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasJiraSpaceConnection>;
|
|
66837
67124
|
loomMeetingHasJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasJiraSpaceInverseConnection>;
|
|
66838
67125
|
loomMeetingHasLoomVideo?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasLoomVideoConnection>;
|
|
@@ -67555,6 +67842,34 @@ export declare type GraphStoreV2AtlassianUserDismissedJiraForYouRecommendationEn
|
|
|
67555
67842
|
id: Scalars['ID']['input'];
|
|
67556
67843
|
sort?: InputMaybe<GraphStoreV2AtlassianUserDismissedJiraForYouRecommendationEntitySortInput>;
|
|
67557
67844
|
};
|
|
67845
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianGoalArgs = {
|
|
67846
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67847
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67848
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67849
|
+
id: Scalars['ID']['input'];
|
|
67850
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserFavoritedAtlassianGoalSortInput>;
|
|
67851
|
+
};
|
|
67852
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianGoalInverseArgs = {
|
|
67853
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67854
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67855
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67856
|
+
id: Scalars['ID']['input'];
|
|
67857
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserFavoritedAtlassianGoalSortInput>;
|
|
67858
|
+
};
|
|
67859
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianProjectArgs = {
|
|
67860
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67861
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67862
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67863
|
+
id: Scalars['ID']['input'];
|
|
67864
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserFavoritedAtlassianProjectSortInput>;
|
|
67865
|
+
};
|
|
67866
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianProjectInverseArgs = {
|
|
67867
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67868
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67869
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67870
|
+
id: Scalars['ID']['input'];
|
|
67871
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserFavoritedAtlassianProjectSortInput>;
|
|
67872
|
+
};
|
|
67558
67873
|
export declare type GraphStoreV2AtlassianUserFavoritedConfluenceBlogpostArgs = {
|
|
67559
67874
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
67560
67875
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -67809,6 +68124,13 @@ export declare type GraphStoreV2AtlassianUserMentionedInConfluencePageInverseArg
|
|
|
67809
68124
|
id: Scalars['ID']['input'];
|
|
67810
68125
|
sort?: InputMaybe<GraphStoreV2AtlassianUserMentionedInConfluencePageSortInput>;
|
|
67811
68126
|
};
|
|
68127
|
+
export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemArgs = {
|
|
68128
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68129
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68130
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68131
|
+
id: Scalars['ID']['input'];
|
|
68132
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserMentionedInJiraWorkItemSortInput>;
|
|
68133
|
+
};
|
|
67812
68134
|
export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemCommentArgs = {
|
|
67813
68135
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
67814
68136
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -67823,6 +68145,13 @@ export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemCommentInver
|
|
|
67823
68145
|
id: Scalars['ID']['input'];
|
|
67824
68146
|
sort?: InputMaybe<GraphStoreV2AtlassianUserMentionedInJiraWorkItemCommentSortInput>;
|
|
67825
68147
|
};
|
|
68148
|
+
export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemInverseArgs = {
|
|
68149
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
68150
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68151
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68152
|
+
id: Scalars['ID']['input'];
|
|
68153
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserMentionedInJiraWorkItemSortInput>;
|
|
68154
|
+
};
|
|
67826
68155
|
export declare type GraphStoreV2AtlassianUserMentionedInLoomVideoCommentArgs = {
|
|
67827
68156
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
67828
68157
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -68855,20 +69184,6 @@ export declare type GraphStoreV2ExternalEntityIsThirdPartyEntityInverseArgs = {
|
|
|
68855
69184
|
id: Scalars['ID']['input'];
|
|
68856
69185
|
sort?: InputMaybe<GraphStoreV2ExternalEntityIsThirdPartyEntitySortInput>;
|
|
68857
69186
|
};
|
|
68858
|
-
export declare type GraphStoreV2ExternalMeetingHasExternalMeetingNotesPageArgs = {
|
|
68859
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
68860
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68861
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68862
|
-
id: Scalars['ID']['input'];
|
|
68863
|
-
sort?: InputMaybe<GraphStoreV2ExternalMeetingHasExternalMeetingNotesPageSortInput>;
|
|
68864
|
-
};
|
|
68865
|
-
export declare type GraphStoreV2ExternalMeetingHasExternalMeetingNotesPageInverseArgs = {
|
|
68866
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
68867
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68868
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
68869
|
-
id: Scalars['ID']['input'];
|
|
68870
|
-
sort?: InputMaybe<GraphStoreV2ExternalMeetingHasExternalMeetingNotesPageSortInput>;
|
|
68871
|
-
};
|
|
68872
69187
|
export declare type GraphStoreV2ExternalMeetingRecurrenceHasJiraSpaceArgs = {
|
|
68873
69188
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
68874
69189
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -69547,34 +69862,6 @@ export declare type GraphStoreV2ExternalUserCreatedExternalWorkItemInverseArgs =
|
|
|
69547
69862
|
id: Scalars['ID']['input'];
|
|
69548
69863
|
sort?: InputMaybe<GraphStoreV2ExternalUserCreatedExternalWorkItemSortInput>;
|
|
69549
69864
|
};
|
|
69550
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianGoalArgs = {
|
|
69551
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69552
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69553
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69554
|
-
id: Scalars['ID']['input'];
|
|
69555
|
-
sort?: InputMaybe<GraphStoreV2ExternalUserFavoritedAtlassianGoalSortInput>;
|
|
69556
|
-
};
|
|
69557
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianGoalInverseArgs = {
|
|
69558
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69559
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69560
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69561
|
-
id: Scalars['ID']['input'];
|
|
69562
|
-
sort?: InputMaybe<GraphStoreV2ExternalUserFavoritedAtlassianGoalSortInput>;
|
|
69563
|
-
};
|
|
69564
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianProjectArgs = {
|
|
69565
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69566
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69567
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69568
|
-
id: Scalars['ID']['input'];
|
|
69569
|
-
sort?: InputMaybe<GraphStoreV2ExternalUserFavoritedAtlassianProjectSortInput>;
|
|
69570
|
-
};
|
|
69571
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianProjectInverseArgs = {
|
|
69572
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
69573
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69574
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69575
|
-
id: Scalars['ID']['input'];
|
|
69576
|
-
sort?: InputMaybe<GraphStoreV2ExternalUserFavoritedAtlassianProjectSortInput>;
|
|
69577
|
-
};
|
|
69578
69865
|
export declare type GraphStoreV2ExternalUserLastUpdatedExternalDesignArgs = {
|
|
69579
69866
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69580
69867
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -70839,6 +71126,20 @@ export declare type GraphStoreV2JiraWorkItemHasJiraWorkItemCommentInverseArgs =
|
|
|
70839
71126
|
id: Scalars['ID']['input'];
|
|
70840
71127
|
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJiraWorkItemCommentSortInput>;
|
|
70841
71128
|
};
|
|
71129
|
+
export declare type GraphStoreV2JiraWorkItemLinksAssetObjectArgs = {
|
|
71130
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71131
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71132
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71133
|
+
id: Scalars['ID']['input'];
|
|
71134
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksAssetObjectSortInput>;
|
|
71135
|
+
};
|
|
71136
|
+
export declare type GraphStoreV2JiraWorkItemLinksAssetObjectInverseArgs = {
|
|
71137
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71138
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71139
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71140
|
+
id: Scalars['ID']['input'];
|
|
71141
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksAssetObjectSortInput>;
|
|
71142
|
+
};
|
|
70842
71143
|
export declare type GraphStoreV2JiraWorkItemLinksConfluenceWhiteboardArgs = {
|
|
70843
71144
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70844
71145
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -71134,6 +71435,20 @@ export declare type GraphStoreV2JsmSpaceLinksKnowledgeBaseEntityInverseArgs = {
|
|
|
71134
71435
|
id: Scalars['ID']['input'];
|
|
71135
71436
|
sort?: InputMaybe<GraphStoreV2JsmSpaceLinksKnowledgeBaseEntitySortInput>;
|
|
71136
71437
|
};
|
|
71438
|
+
export declare type GraphStoreV2LoomMeetingHasConfluenceMeetingNotesPageArgs = {
|
|
71439
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71440
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71441
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71442
|
+
id: Scalars['ID']['input'];
|
|
71443
|
+
sort?: InputMaybe<GraphStoreV2LoomMeetingHasConfluenceMeetingNotesPageSortInput>;
|
|
71444
|
+
};
|
|
71445
|
+
export declare type GraphStoreV2LoomMeetingHasConfluenceMeetingNotesPageInverseArgs = {
|
|
71446
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
71447
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71448
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71449
|
+
id: Scalars['ID']['input'];
|
|
71450
|
+
sort?: InputMaybe<GraphStoreV2LoomMeetingHasConfluenceMeetingNotesPageSortInput>;
|
|
71451
|
+
};
|
|
71137
71452
|
export declare type GraphStoreV2LoomMeetingHasJiraSpaceArgs = {
|
|
71138
71453
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71139
71454
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -71527,6 +71842,18 @@ export declare type GraphStoreV2AtlassianUserDismissedJiraForYouRecommendationEn
|
|
|
71527
71842
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
71528
71843
|
to_dismissedCategories?: InputMaybe<GraphStoreV2AtlassianUserDismissedJiraForYouRecommendationEntityCategoryDismissalSortInput>;
|
|
71529
71844
|
};
|
|
71845
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianGoalSortInput = {
|
|
71846
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
71847
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
71848
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71849
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
71850
|
+
};
|
|
71851
|
+
export declare type GraphStoreV2AtlassianUserFavoritedAtlassianProjectSortInput = {
|
|
71852
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
71853
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
71854
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71855
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
71856
|
+
};
|
|
71530
71857
|
export declare type GraphStoreV2AtlassianUserFavoritedConfluenceBlogpostSortInput = {
|
|
71531
71858
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71532
71859
|
};
|
|
@@ -71611,6 +71938,9 @@ export declare type GraphStoreV2AtlassianUserMentionedInConfluencePageSortInput
|
|
|
71611
71938
|
export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemCommentSortInput = {
|
|
71612
71939
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71613
71940
|
};
|
|
71941
|
+
export declare type GraphStoreV2AtlassianUserMentionedInJiraWorkItemSortInput = {
|
|
71942
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71943
|
+
};
|
|
71614
71944
|
export declare type GraphStoreV2AtlassianUserMentionedInLoomVideoCommentSortInput = {
|
|
71615
71945
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
71616
71946
|
};
|
|
@@ -71889,73 +72219,73 @@ export declare type GraphStoreV2CreateAtlassianUserDismissedJiraForYouRecommenda
|
|
|
71889
72219
|
export declare type GraphStoreV2CreateAtlassianUserDismissedJiraForYouRecommendationEntityRelationshipObjectMetadataInput = {
|
|
71890
72220
|
dismissedCategories?: InputMaybe<GraphStoreV2CreateAtlassianUserDismissedJiraForYouRecommendationEntityCategoryDismissalInput>;
|
|
71891
72221
|
};
|
|
71892
|
-
export declare type
|
|
72222
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalAliasInput = {
|
|
71893
72223
|
from: Scalars['ID']['input'];
|
|
71894
72224
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
71895
72225
|
to: Scalars['ID']['input'];
|
|
71896
72226
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
71897
72227
|
};
|
|
71898
|
-
export declare type
|
|
71899
|
-
aliases: Array<
|
|
72228
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalInput = {
|
|
72229
|
+
aliases: Array<GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalAliasInput>;
|
|
71900
72230
|
};
|
|
71901
|
-
export declare type
|
|
71902
|
-
__typename?: '
|
|
72231
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalPayload = {
|
|
72232
|
+
__typename?: 'GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalPayload';
|
|
71903
72233
|
errors?: Maybe<Array<MutationError>>;
|
|
71904
72234
|
success: Scalars['Boolean']['output'];
|
|
71905
72235
|
};
|
|
71906
|
-
export declare type
|
|
72236
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectAliasInput = {
|
|
71907
72237
|
from: Scalars['ID']['input'];
|
|
71908
72238
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
71909
72239
|
to: Scalars['ID']['input'];
|
|
71910
72240
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
71911
72241
|
};
|
|
71912
|
-
export declare type
|
|
71913
|
-
aliases: Array<
|
|
72242
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectInput = {
|
|
72243
|
+
aliases: Array<GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectAliasInput>;
|
|
71914
72244
|
};
|
|
71915
|
-
export declare type
|
|
71916
|
-
__typename?: '
|
|
72245
|
+
export declare type GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectPayload = {
|
|
72246
|
+
__typename?: 'GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectPayload';
|
|
71917
72247
|
errors?: Maybe<Array<MutationError>>;
|
|
71918
72248
|
success: Scalars['Boolean']['output'];
|
|
71919
72249
|
};
|
|
71920
|
-
export declare type
|
|
72250
|
+
export declare type GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderAliasInput = {
|
|
71921
72251
|
from: Scalars['ID']['input'];
|
|
71922
72252
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
71923
72253
|
to: Scalars['ID']['input'];
|
|
71924
72254
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
71925
72255
|
};
|
|
71926
|
-
export declare type
|
|
71927
|
-
aliases: Array<
|
|
72256
|
+
export declare type GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderInput = {
|
|
72257
|
+
aliases: Array<GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderAliasInput>;
|
|
71928
72258
|
};
|
|
71929
|
-
export declare type
|
|
71930
|
-
__typename?: '
|
|
72259
|
+
export declare type GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderPayload = {
|
|
72260
|
+
__typename?: 'GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderPayload';
|
|
71931
72261
|
errors?: Maybe<Array<MutationError>>;
|
|
71932
72262
|
success: Scalars['Boolean']['output'];
|
|
71933
72263
|
};
|
|
71934
|
-
export declare type
|
|
72264
|
+
export declare type GraphStoreV2CreateAtlassianUserHasRelevantJiraSpaceAliasInput = {
|
|
71935
72265
|
from: Scalars['ID']['input'];
|
|
71936
72266
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
71937
72267
|
to: Scalars['ID']['input'];
|
|
71938
72268
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
71939
72269
|
};
|
|
71940
|
-
export declare type
|
|
71941
|
-
aliases: Array<
|
|
72270
|
+
export declare type GraphStoreV2CreateAtlassianUserHasRelevantJiraSpaceInput = {
|
|
72271
|
+
aliases: Array<GraphStoreV2CreateAtlassianUserHasRelevantJiraSpaceAliasInput>;
|
|
71942
72272
|
};
|
|
71943
|
-
export declare type
|
|
71944
|
-
__typename?: '
|
|
72273
|
+
export declare type GraphStoreV2CreateAtlassianUserHasRelevantJiraSpacePayload = {
|
|
72274
|
+
__typename?: 'GraphStoreV2CreateAtlassianUserHasRelevantJiraSpacePayload';
|
|
71945
72275
|
errors?: Maybe<Array<MutationError>>;
|
|
71946
72276
|
success: Scalars['Boolean']['output'];
|
|
71947
72277
|
};
|
|
71948
|
-
export declare type
|
|
72278
|
+
export declare type GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpaceAliasInput = {
|
|
71949
72279
|
from: Scalars['ID']['input'];
|
|
71950
72280
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
71951
72281
|
to: Scalars['ID']['input'];
|
|
71952
72282
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
71953
72283
|
};
|
|
71954
|
-
export declare type
|
|
71955
|
-
aliases: Array<
|
|
72284
|
+
export declare type GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpaceInput = {
|
|
72285
|
+
aliases: Array<GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpaceAliasInput>;
|
|
71956
72286
|
};
|
|
71957
|
-
export declare type
|
|
71958
|
-
__typename?: '
|
|
72287
|
+
export declare type GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpacePayload = {
|
|
72288
|
+
__typename?: 'GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpacePayload';
|
|
71959
72289
|
errors?: Maybe<Array<MutationError>>;
|
|
71960
72290
|
success: Scalars['Boolean']['output'];
|
|
71961
72291
|
};
|
|
@@ -72412,6 +72742,30 @@ export declare type GraphStoreV2DeleteAtlassianUserDismissedJiraForYouRecommenda
|
|
|
72412
72742
|
errors?: Maybe<Array<MutationError>>;
|
|
72413
72743
|
success: Scalars['Boolean']['output'];
|
|
72414
72744
|
};
|
|
72745
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalAliasInput = {
|
|
72746
|
+
from: Scalars['ID']['input'];
|
|
72747
|
+
to: Scalars['ID']['input'];
|
|
72748
|
+
};
|
|
72749
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalInput = {
|
|
72750
|
+
aliases: Array<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalAliasInput>;
|
|
72751
|
+
};
|
|
72752
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalPayload = {
|
|
72753
|
+
__typename?: 'GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalPayload';
|
|
72754
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72755
|
+
success: Scalars['Boolean']['output'];
|
|
72756
|
+
};
|
|
72757
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectAliasInput = {
|
|
72758
|
+
from: Scalars['ID']['input'];
|
|
72759
|
+
to: Scalars['ID']['input'];
|
|
72760
|
+
};
|
|
72761
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectInput = {
|
|
72762
|
+
aliases: Array<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectAliasInput>;
|
|
72763
|
+
};
|
|
72764
|
+
export declare type GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectPayload = {
|
|
72765
|
+
__typename?: 'GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectPayload';
|
|
72766
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72767
|
+
success: Scalars['Boolean']['output'];
|
|
72768
|
+
};
|
|
72415
72769
|
export declare type GraphStoreV2DeleteAtlassianUserHasConfluenceMeetingNotesFolderAliasInput = {
|
|
72416
72770
|
from: Scalars['ID']['input'];
|
|
72417
72771
|
to: Scalars['ID']['input'];
|
|
@@ -72448,30 +72802,6 @@ export declare type GraphStoreV2DeleteExternalMeetingRecurrenceHasJiraSpacePaylo
|
|
|
72448
72802
|
errors?: Maybe<Array<MutationError>>;
|
|
72449
72803
|
success: Scalars['Boolean']['output'];
|
|
72450
72804
|
};
|
|
72451
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalAliasInput = {
|
|
72452
|
-
from: Scalars['ID']['input'];
|
|
72453
|
-
to: Scalars['ID']['input'];
|
|
72454
|
-
};
|
|
72455
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalInput = {
|
|
72456
|
-
aliases: Array<GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalAliasInput>;
|
|
72457
|
-
};
|
|
72458
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalPayload = {
|
|
72459
|
-
__typename?: 'GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalPayload';
|
|
72460
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72461
|
-
success: Scalars['Boolean']['output'];
|
|
72462
|
-
};
|
|
72463
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectAliasInput = {
|
|
72464
|
-
from: Scalars['ID']['input'];
|
|
72465
|
-
to: Scalars['ID']['input'];
|
|
72466
|
-
};
|
|
72467
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectInput = {
|
|
72468
|
-
aliases: Array<GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectAliasInput>;
|
|
72469
|
-
};
|
|
72470
|
-
export declare type GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectPayload = {
|
|
72471
|
-
__typename?: 'GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectPayload';
|
|
72472
|
-
errors?: Maybe<Array<MutationError>>;
|
|
72473
|
-
success: Scalars['Boolean']['output'];
|
|
72474
|
-
};
|
|
72475
72805
|
export declare type GraphStoreV2DeleteJiraSpaceHasJiraReleaseVersionAliasInput = {
|
|
72476
72806
|
from: Scalars['ID']['input'];
|
|
72477
72807
|
to: Scalars['ID']['input'];
|
|
@@ -72745,9 +73075,6 @@ export declare type GraphStoreV2ExternalDocumentLinksThirdPartyDocumentSortInput
|
|
|
72745
73075
|
export declare type GraphStoreV2ExternalEntityIsThirdPartyEntitySortInput = {
|
|
72746
73076
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72747
73077
|
};
|
|
72748
|
-
export declare type GraphStoreV2ExternalMeetingHasExternalMeetingNotesPageSortInput = {
|
|
72749
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72750
|
-
};
|
|
72751
73078
|
export declare type GraphStoreV2ExternalMeetingRecurrenceHasJiraSpaceSortInput = {
|
|
72752
73079
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
72753
73080
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -72951,18 +73278,6 @@ export declare type GraphStoreV2ExternalUserCreatedExternalTestSortInput = {
|
|
|
72951
73278
|
export declare type GraphStoreV2ExternalUserCreatedExternalWorkItemSortInput = {
|
|
72952
73279
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72953
73280
|
};
|
|
72954
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianGoalSortInput = {
|
|
72955
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
72956
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
72957
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72958
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
72959
|
-
};
|
|
72960
|
-
export declare type GraphStoreV2ExternalUserFavoritedAtlassianProjectSortInput = {
|
|
72961
|
-
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
72962
|
-
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
72963
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72964
|
-
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
72965
|
-
};
|
|
72966
73281
|
export declare type GraphStoreV2ExternalUserLastUpdatedExternalDesignSortInput = {
|
|
72967
73282
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72968
73283
|
};
|
|
@@ -74033,6 +74348,9 @@ export declare type GraphStoreV2JiraWorkItemHasJiraPrioritySortInput = {
|
|
|
74033
74348
|
export declare type GraphStoreV2JiraWorkItemHasJiraWorkItemCommentSortInput = {
|
|
74034
74349
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
74035
74350
|
};
|
|
74351
|
+
export declare type GraphStoreV2JiraWorkItemLinksAssetObjectSortInput = {
|
|
74352
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
74353
|
+
};
|
|
74036
74354
|
export declare type GraphStoreV2JiraWorkItemLinksConfluenceWhiteboardConditionalFilterInput = {
|
|
74037
74355
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
74038
74356
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -74289,6 +74607,9 @@ export declare type GraphStoreV2JsmSpaceLinksExternalServiceSortInput = {
|
|
|
74289
74607
|
export declare type GraphStoreV2JsmSpaceLinksKnowledgeBaseEntitySortInput = {
|
|
74290
74608
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
74291
74609
|
};
|
|
74610
|
+
export declare type GraphStoreV2LoomMeetingHasConfluenceMeetingNotesPageSortInput = {
|
|
74611
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
74612
|
+
};
|
|
74292
74613
|
export declare type GraphStoreV2LoomMeetingHasJiraSpaceSortInput = {
|
|
74293
74614
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
74294
74615
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -74325,11 +74646,11 @@ export declare type GraphStoreV2Mutation = {
|
|
|
74325
74646
|
createAtlassianTeamHasChildAtlassianTeam?: Maybe<GraphStoreV2CreateAtlassianTeamHasChildAtlassianTeamPayload>;
|
|
74326
74647
|
createAtlassianTeamLinksSpaceEntity?: Maybe<GraphStoreV2CreateAtlassianTeamLinksSpaceEntityPayload>;
|
|
74327
74648
|
createAtlassianUserDismissedJiraForYouRecommendationEntity?: Maybe<GraphStoreV2CreateAtlassianUserDismissedJiraForYouRecommendationEntityPayload>;
|
|
74649
|
+
createAtlassianUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalPayload>;
|
|
74650
|
+
createAtlassianUserFavoritedAtlassianProject?: Maybe<GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectPayload>;
|
|
74328
74651
|
createAtlassianUserHasConfluenceMeetingNotesFolder?: Maybe<GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderPayload>;
|
|
74329
74652
|
createAtlassianUserHasRelevantJiraSpace?: Maybe<GraphStoreV2CreateAtlassianUserHasRelevantJiraSpacePayload>;
|
|
74330
74653
|
createExternalMeetingRecurrenceHasJiraSpace?: Maybe<GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpacePayload>;
|
|
74331
|
-
createExternalUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2CreateExternalUserFavoritedAtlassianGoalPayload>;
|
|
74332
|
-
createExternalUserFavoritedAtlassianProject?: Maybe<GraphStoreV2CreateExternalUserFavoritedAtlassianProjectPayload>;
|
|
74333
74654
|
createJiraSpaceHasJiraReleaseVersion?: Maybe<GraphStoreV2CreateJiraSpaceHasJiraReleaseVersionPayload>;
|
|
74334
74655
|
createJiraSpaceLinksDocumentEntity?: Maybe<GraphStoreV2CreateJiraSpaceLinksDocumentEntityPayload>;
|
|
74335
74656
|
createJiraSpaceLinksExternalSecurityContainer?: Maybe<GraphStoreV2CreateJiraSpaceLinksExternalSecurityContainerPayload>;
|
|
@@ -74353,11 +74674,11 @@ export declare type GraphStoreV2Mutation = {
|
|
|
74353
74674
|
deleteAtlassianTeamHasChildAtlassianTeam?: Maybe<GraphStoreV2DeleteAtlassianTeamHasChildAtlassianTeamPayload>;
|
|
74354
74675
|
deleteAtlassianTeamLinksSpaceEntity?: Maybe<GraphStoreV2DeleteAtlassianTeamLinksSpaceEntityPayload>;
|
|
74355
74676
|
deleteAtlassianUserDismissedJiraForYouRecommendationEntity?: Maybe<GraphStoreV2DeleteAtlassianUserDismissedJiraForYouRecommendationEntityPayload>;
|
|
74677
|
+
deleteAtlassianUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalPayload>;
|
|
74678
|
+
deleteAtlassianUserFavoritedAtlassianProject?: Maybe<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectPayload>;
|
|
74356
74679
|
deleteAtlassianUserHasConfluenceMeetingNotesFolder?: Maybe<GraphStoreV2DeleteAtlassianUserHasConfluenceMeetingNotesFolderPayload>;
|
|
74357
74680
|
deleteAtlassianUserHasRelevantJiraSpace?: Maybe<GraphStoreV2DeleteAtlassianUserHasRelevantJiraSpacePayload>;
|
|
74358
74681
|
deleteExternalMeetingRecurrenceHasJiraSpace?: Maybe<GraphStoreV2DeleteExternalMeetingRecurrenceHasJiraSpacePayload>;
|
|
74359
|
-
deleteExternalUserFavoritedAtlassianGoal?: Maybe<GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalPayload>;
|
|
74360
|
-
deleteExternalUserFavoritedAtlassianProject?: Maybe<GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectPayload>;
|
|
74361
74682
|
deleteJiraSpaceHasJiraReleaseVersion?: Maybe<GraphStoreV2DeleteJiraSpaceHasJiraReleaseVersionPayload>;
|
|
74362
74683
|
deleteJiraSpaceLinksDocumentEntity?: Maybe<GraphStoreV2DeleteJiraSpaceLinksDocumentEntityPayload>;
|
|
74363
74684
|
deleteJiraSpaceLinksExternalSecurityContainer?: Maybe<GraphStoreV2DeleteJiraSpaceLinksExternalSecurityContainerPayload>;
|
|
@@ -74390,6 +74711,12 @@ export declare type GraphStoreV2MutationCreateAtlassianTeamLinksSpaceEntityArgs
|
|
|
74390
74711
|
export declare type GraphStoreV2MutationCreateAtlassianUserDismissedJiraForYouRecommendationEntityArgs = {
|
|
74391
74712
|
input?: InputMaybe<GraphStoreV2CreateAtlassianUserDismissedJiraForYouRecommendationEntityInput>;
|
|
74392
74713
|
};
|
|
74714
|
+
export declare type GraphStoreV2MutationCreateAtlassianUserFavoritedAtlassianGoalArgs = {
|
|
74715
|
+
input?: InputMaybe<GraphStoreV2CreateAtlassianUserFavoritedAtlassianGoalInput>;
|
|
74716
|
+
};
|
|
74717
|
+
export declare type GraphStoreV2MutationCreateAtlassianUserFavoritedAtlassianProjectArgs = {
|
|
74718
|
+
input?: InputMaybe<GraphStoreV2CreateAtlassianUserFavoritedAtlassianProjectInput>;
|
|
74719
|
+
};
|
|
74393
74720
|
export declare type GraphStoreV2MutationCreateAtlassianUserHasConfluenceMeetingNotesFolderArgs = {
|
|
74394
74721
|
input?: InputMaybe<GraphStoreV2CreateAtlassianUserHasConfluenceMeetingNotesFolderInput>;
|
|
74395
74722
|
};
|
|
@@ -74399,12 +74726,6 @@ export declare type GraphStoreV2MutationCreateAtlassianUserHasRelevantJiraSpaceA
|
|
|
74399
74726
|
export declare type GraphStoreV2MutationCreateExternalMeetingRecurrenceHasJiraSpaceArgs = {
|
|
74400
74727
|
input?: InputMaybe<GraphStoreV2CreateExternalMeetingRecurrenceHasJiraSpaceInput>;
|
|
74401
74728
|
};
|
|
74402
|
-
export declare type GraphStoreV2MutationCreateExternalUserFavoritedAtlassianGoalArgs = {
|
|
74403
|
-
input?: InputMaybe<GraphStoreV2CreateExternalUserFavoritedAtlassianGoalInput>;
|
|
74404
|
-
};
|
|
74405
|
-
export declare type GraphStoreV2MutationCreateExternalUserFavoritedAtlassianProjectArgs = {
|
|
74406
|
-
input?: InputMaybe<GraphStoreV2CreateExternalUserFavoritedAtlassianProjectInput>;
|
|
74407
|
-
};
|
|
74408
74729
|
export declare type GraphStoreV2MutationCreateJiraSpaceHasJiraReleaseVersionArgs = {
|
|
74409
74730
|
input?: InputMaybe<GraphStoreV2CreateJiraSpaceHasJiraReleaseVersionInput>;
|
|
74410
74731
|
};
|
|
@@ -74474,6 +74795,12 @@ export declare type GraphStoreV2MutationDeleteAtlassianTeamLinksSpaceEntityArgs
|
|
|
74474
74795
|
export declare type GraphStoreV2MutationDeleteAtlassianUserDismissedJiraForYouRecommendationEntityArgs = {
|
|
74475
74796
|
input?: InputMaybe<GraphStoreV2DeleteAtlassianUserDismissedJiraForYouRecommendationEntityInput>;
|
|
74476
74797
|
};
|
|
74798
|
+
export declare type GraphStoreV2MutationDeleteAtlassianUserFavoritedAtlassianGoalArgs = {
|
|
74799
|
+
input?: InputMaybe<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianGoalInput>;
|
|
74800
|
+
};
|
|
74801
|
+
export declare type GraphStoreV2MutationDeleteAtlassianUserFavoritedAtlassianProjectArgs = {
|
|
74802
|
+
input?: InputMaybe<GraphStoreV2DeleteAtlassianUserFavoritedAtlassianProjectInput>;
|
|
74803
|
+
};
|
|
74477
74804
|
export declare type GraphStoreV2MutationDeleteAtlassianUserHasConfluenceMeetingNotesFolderArgs = {
|
|
74478
74805
|
input?: InputMaybe<GraphStoreV2DeleteAtlassianUserHasConfluenceMeetingNotesFolderInput>;
|
|
74479
74806
|
};
|
|
@@ -74483,12 +74810,6 @@ export declare type GraphStoreV2MutationDeleteAtlassianUserHasRelevantJiraSpaceA
|
|
|
74483
74810
|
export declare type GraphStoreV2MutationDeleteExternalMeetingRecurrenceHasJiraSpaceArgs = {
|
|
74484
74811
|
input?: InputMaybe<GraphStoreV2DeleteExternalMeetingRecurrenceHasJiraSpaceInput>;
|
|
74485
74812
|
};
|
|
74486
|
-
export declare type GraphStoreV2MutationDeleteExternalUserFavoritedAtlassianGoalArgs = {
|
|
74487
|
-
input?: InputMaybe<GraphStoreV2DeleteExternalUserFavoritedAtlassianGoalInput>;
|
|
74488
|
-
};
|
|
74489
|
-
export declare type GraphStoreV2MutationDeleteExternalUserFavoritedAtlassianProjectArgs = {
|
|
74490
|
-
input?: InputMaybe<GraphStoreV2DeleteExternalUserFavoritedAtlassianProjectInput>;
|
|
74491
|
-
};
|
|
74492
74813
|
export declare type GraphStoreV2MutationDeleteJiraSpaceHasJiraReleaseVersionArgs = {
|
|
74493
74814
|
input?: InputMaybe<GraphStoreV2DeleteJiraSpaceHasJiraReleaseVersionInput>;
|
|
74494
74815
|
};
|
|
@@ -75951,6 +76272,70 @@ export declare type GraphStoreV2SimplifiedAtlassianUserDismissedJiraForYouRecomm
|
|
|
75951
76272
|
};
|
|
75952
76273
|
export declare type GraphStoreV2SimplifiedAtlassianUserDismissedJiraForYouRecommendationEntityInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
75953
76274
|
export declare type GraphStoreV2SimplifiedAtlassianUserDismissedJiraForYouRecommendationEntityUnion = DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment | TeamV2;
|
|
76275
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalConnection = HasPageInfo & HasTotal & {
|
|
76276
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalConnection';
|
|
76277
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalEdge>>>;
|
|
76278
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
76279
|
+
pageInfo: PageInfo;
|
|
76280
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
76281
|
+
};
|
|
76282
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalEdge = {
|
|
76283
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalEdge';
|
|
76284
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76285
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76286
|
+
id: Scalars['ID']['output'];
|
|
76287
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76288
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalUnion>;
|
|
76289
|
+
};
|
|
76290
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseConnection = HasPageInfo & HasTotal & {
|
|
76291
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseConnection';
|
|
76292
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseEdge>>>;
|
|
76293
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
76294
|
+
pageInfo: PageInfo;
|
|
76295
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
76296
|
+
};
|
|
76297
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseEdge = {
|
|
76298
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseEdge';
|
|
76299
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76300
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76301
|
+
id: Scalars['ID']['output'];
|
|
76302
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76303
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseUnion>;
|
|
76304
|
+
};
|
|
76305
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
76306
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianGoalUnion = TownsquareGoal;
|
|
76307
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectConnection = HasPageInfo & HasTotal & {
|
|
76308
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectConnection';
|
|
76309
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectEdge>>>;
|
|
76310
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
76311
|
+
pageInfo: PageInfo;
|
|
76312
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
76313
|
+
};
|
|
76314
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectEdge = {
|
|
76315
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectEdge';
|
|
76316
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76317
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76318
|
+
id: Scalars['ID']['output'];
|
|
76319
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76320
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectUnion>;
|
|
76321
|
+
};
|
|
76322
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
76323
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseConnection';
|
|
76324
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseEdge>>>;
|
|
76325
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
76326
|
+
pageInfo: PageInfo;
|
|
76327
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
76328
|
+
};
|
|
76329
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseEdge = {
|
|
76330
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseEdge';
|
|
76331
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76332
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76333
|
+
id: Scalars['ID']['output'];
|
|
76334
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76335
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseUnion>;
|
|
76336
|
+
};
|
|
76337
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
76338
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedAtlassianProjectUnion = TownsquareProject;
|
|
75954
76339
|
export declare type GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceBlogpostConnection = HasPageInfo & {
|
|
75955
76340
|
__typename?: 'GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceBlogpostConnection';
|
|
75956
76341
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserFavoritedConfluenceBlogpostEdge>>>;
|
|
@@ -76495,6 +76880,34 @@ export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemCo
|
|
|
76495
76880
|
};
|
|
76496
76881
|
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
76497
76882
|
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
76883
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemConnection = HasPageInfo & {
|
|
76884
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemConnection';
|
|
76885
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemEdge>>>;
|
|
76886
|
+
pageInfo: PageInfo;
|
|
76887
|
+
};
|
|
76888
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemEdge = {
|
|
76889
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemEdge';
|
|
76890
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76891
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76892
|
+
id: Scalars['ID']['output'];
|
|
76893
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76894
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemUnion>;
|
|
76895
|
+
};
|
|
76896
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseConnection = HasPageInfo & {
|
|
76897
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseConnection';
|
|
76898
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseEdge>>>;
|
|
76899
|
+
pageInfo: PageInfo;
|
|
76900
|
+
};
|
|
76901
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseEdge = {
|
|
76902
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseEdge';
|
|
76903
|
+
createdAt: Scalars['DateTime']['output'];
|
|
76904
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
76905
|
+
id: Scalars['ID']['output'];
|
|
76906
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
76907
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseUnion>;
|
|
76908
|
+
};
|
|
76909
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
76910
|
+
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInJiraWorkItemUnion = JiraIssue;
|
|
76498
76911
|
export declare type GraphStoreV2SimplifiedAtlassianUserMentionedInLoomVideoCommentConnection = HasPageInfo & {
|
|
76499
76912
|
__typename?: 'GraphStoreV2SimplifiedAtlassianUserMentionedInLoomVideoCommentConnection';
|
|
76500
76913
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserMentionedInLoomVideoCommentEdge>>>;
|
|
@@ -78097,7 +78510,7 @@ export declare type GraphStoreV2SimplifiedContentEntityLinksEntityInverseEdge =
|
|
|
78097
78510
|
lastUpdated: Scalars['DateTime']['output'];
|
|
78098
78511
|
node?: Maybe<GraphStoreV2SimplifiedContentEntityLinksEntityInverseUnion>;
|
|
78099
78512
|
};
|
|
78100
|
-
export declare type GraphStoreV2SimplifiedContentEntityLinksEntityInverseUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
78513
|
+
export declare type GraphStoreV2SimplifiedContentEntityLinksEntityInverseUnion = AppUser | AssetsObject | AtlassianAccountUser | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
78101
78514
|
export declare type GraphStoreV2SimplifiedContentEntityLinksEntityUnion = AppUser | AssetsObject | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
|
|
78102
78515
|
export declare type GraphStoreV2SimplifiedCustomer360CustomerHasExternalConversationConnection = HasPageInfo & {
|
|
78103
78516
|
__typename?: 'GraphStoreV2SimplifiedCustomer360CustomerHasExternalConversationConnection';
|
|
@@ -78547,34 +78960,6 @@ export declare type GraphStoreV2SimplifiedExternalEntityIsThirdPartyEntityInvers
|
|
|
78547
78960
|
node?: Maybe<GraphStoreV2SimplifiedExternalEntityIsThirdPartyEntityInverseUnion>;
|
|
78548
78961
|
};
|
|
78549
78962
|
export declare type GraphStoreV2SimplifiedExternalEntityIsThirdPartyEntityInverseUnion = DeploymentSummary | DevOpsDocument | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | ExternalBranch | ExternalBuildInfo | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDocument | ExternalMessage | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
78550
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageConnection = HasPageInfo & {
|
|
78551
|
-
__typename?: 'GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageConnection';
|
|
78552
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageEdge>>>;
|
|
78553
|
-
pageInfo: PageInfo;
|
|
78554
|
-
};
|
|
78555
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageEdge = {
|
|
78556
|
-
__typename?: 'GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageEdge';
|
|
78557
|
-
createdAt: Scalars['DateTime']['output'];
|
|
78558
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
78559
|
-
id: Scalars['ID']['output'];
|
|
78560
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
78561
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageUnion>;
|
|
78562
|
-
};
|
|
78563
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseConnection = HasPageInfo & {
|
|
78564
|
-
__typename?: 'GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseConnection';
|
|
78565
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseEdge>>>;
|
|
78566
|
-
pageInfo: PageInfo;
|
|
78567
|
-
};
|
|
78568
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseEdge = {
|
|
78569
|
-
__typename?: 'GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseEdge';
|
|
78570
|
-
createdAt: Scalars['DateTime']['output'];
|
|
78571
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
78572
|
-
id: Scalars['ID']['output'];
|
|
78573
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
78574
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseUnion>;
|
|
78575
|
-
};
|
|
78576
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageInverseUnion = LoomMeeting;
|
|
78577
|
-
export declare type GraphStoreV2SimplifiedExternalMeetingHasExternalMeetingNotesPageUnion = ConfluencePage;
|
|
78578
78963
|
export declare type GraphStoreV2SimplifiedExternalMeetingRecurrenceHasJiraSpaceConnection = HasPageInfo & HasTotal & {
|
|
78579
78964
|
__typename?: 'GraphStoreV2SimplifiedExternalMeetingRecurrenceHasJiraSpaceConnection';
|
|
78580
78965
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalMeetingRecurrenceHasJiraSpaceEdge>>>;
|
|
@@ -79947,70 +80332,6 @@ export declare type GraphStoreV2SimplifiedExternalUserCreatedExternalWorkItemInv
|
|
|
79947
80332
|
};
|
|
79948
80333
|
export declare type GraphStoreV2SimplifiedExternalUserCreatedExternalWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
79949
80334
|
export declare type GraphStoreV2SimplifiedExternalUserCreatedExternalWorkItemUnion = ExternalWorkItem;
|
|
79950
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalConnection = HasPageInfo & HasTotal & {
|
|
79951
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalConnection';
|
|
79952
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalEdge>>>;
|
|
79953
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
79954
|
-
pageInfo: PageInfo;
|
|
79955
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
79956
|
-
};
|
|
79957
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalEdge = {
|
|
79958
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalEdge';
|
|
79959
|
-
createdAt: Scalars['DateTime']['output'];
|
|
79960
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
79961
|
-
id: Scalars['ID']['output'];
|
|
79962
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
79963
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalUnion>;
|
|
79964
|
-
};
|
|
79965
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseConnection = HasPageInfo & HasTotal & {
|
|
79966
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseConnection';
|
|
79967
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseEdge>>>;
|
|
79968
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
79969
|
-
pageInfo: PageInfo;
|
|
79970
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
79971
|
-
};
|
|
79972
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseEdge = {
|
|
79973
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseEdge';
|
|
79974
|
-
createdAt: Scalars['DateTime']['output'];
|
|
79975
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
79976
|
-
id: Scalars['ID']['output'];
|
|
79977
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
79978
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseUnion>;
|
|
79979
|
-
};
|
|
79980
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
79981
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianGoalUnion = TownsquareGoal;
|
|
79982
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectConnection = HasPageInfo & HasTotal & {
|
|
79983
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectConnection';
|
|
79984
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectEdge>>>;
|
|
79985
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
79986
|
-
pageInfo: PageInfo;
|
|
79987
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
79988
|
-
};
|
|
79989
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectEdge = {
|
|
79990
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectEdge';
|
|
79991
|
-
createdAt: Scalars['DateTime']['output'];
|
|
79992
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
79993
|
-
id: Scalars['ID']['output'];
|
|
79994
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
79995
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectUnion>;
|
|
79996
|
-
};
|
|
79997
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
79998
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseConnection';
|
|
79999
|
-
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseEdge>>>;
|
|
80000
|
-
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
80001
|
-
pageInfo: PageInfo;
|
|
80002
|
-
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
80003
|
-
};
|
|
80004
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseEdge = {
|
|
80005
|
-
__typename?: 'GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseEdge';
|
|
80006
|
-
createdAt: Scalars['DateTime']['output'];
|
|
80007
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
80008
|
-
id: Scalars['ID']['output'];
|
|
80009
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
80010
|
-
node?: Maybe<GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseUnion>;
|
|
80011
|
-
};
|
|
80012
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
80013
|
-
export declare type GraphStoreV2SimplifiedExternalUserFavoritedAtlassianProjectUnion = TownsquareProject;
|
|
80014
80335
|
export declare type GraphStoreV2SimplifiedExternalUserLastUpdatedExternalDesignConnection = HasPageInfo & {
|
|
80015
80336
|
__typename?: 'GraphStoreV2SimplifiedExternalUserLastUpdatedExternalDesignConnection';
|
|
80016
80337
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedExternalUserLastUpdatedExternalDesignEdge>>>;
|
|
@@ -82631,6 +82952,34 @@ export declare type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInve
|
|
|
82631
82952
|
};
|
|
82632
82953
|
export declare type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseUnion = JiraIssue;
|
|
82633
82954
|
export declare type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
82955
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectConnection = HasPageInfo & {
|
|
82956
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectConnection';
|
|
82957
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectEdge>>>;
|
|
82958
|
+
pageInfo: PageInfo;
|
|
82959
|
+
};
|
|
82960
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectEdge = {
|
|
82961
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectEdge';
|
|
82962
|
+
createdAt: Scalars['DateTime']['output'];
|
|
82963
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
82964
|
+
id: Scalars['ID']['output'];
|
|
82965
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
82966
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectUnion>;
|
|
82967
|
+
};
|
|
82968
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseConnection = HasPageInfo & {
|
|
82969
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseConnection';
|
|
82970
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseEdge>>>;
|
|
82971
|
+
pageInfo: PageInfo;
|
|
82972
|
+
};
|
|
82973
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseEdge = {
|
|
82974
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseEdge';
|
|
82975
|
+
createdAt: Scalars['DateTime']['output'];
|
|
82976
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
82977
|
+
id: Scalars['ID']['output'];
|
|
82978
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
82979
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseUnion>;
|
|
82980
|
+
};
|
|
82981
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectInverseUnion = JiraIssue;
|
|
82982
|
+
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksAssetObjectUnion = AssetsObject;
|
|
82634
82983
|
export declare type GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardConnection = HasPageInfo & HasTotal & {
|
|
82635
82984
|
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardConnection';
|
|
82636
82985
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardEdge>>>;
|
|
@@ -83261,6 +83610,34 @@ export declare type GraphStoreV2SimplifiedJsmSpaceLinksKnowledgeBaseEntityInvers
|
|
|
83261
83610
|
};
|
|
83262
83611
|
export declare type GraphStoreV2SimplifiedJsmSpaceLinksKnowledgeBaseEntityInverseUnion = JiraProject;
|
|
83263
83612
|
export declare type GraphStoreV2SimplifiedJsmSpaceLinksKnowledgeBaseEntityUnion = ConfluenceSpace | DevOpsDocument | ExternalDocument;
|
|
83613
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageConnection = HasPageInfo & {
|
|
83614
|
+
__typename?: 'GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageConnection';
|
|
83615
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageEdge>>>;
|
|
83616
|
+
pageInfo: PageInfo;
|
|
83617
|
+
};
|
|
83618
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageEdge = {
|
|
83619
|
+
__typename?: 'GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageEdge';
|
|
83620
|
+
createdAt: Scalars['DateTime']['output'];
|
|
83621
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
83622
|
+
id: Scalars['ID']['output'];
|
|
83623
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
83624
|
+
node?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageUnion>;
|
|
83625
|
+
};
|
|
83626
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseConnection = HasPageInfo & {
|
|
83627
|
+
__typename?: 'GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseConnection';
|
|
83628
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseEdge>>>;
|
|
83629
|
+
pageInfo: PageInfo;
|
|
83630
|
+
};
|
|
83631
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseEdge = {
|
|
83632
|
+
__typename?: 'GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseEdge';
|
|
83633
|
+
createdAt: Scalars['DateTime']['output'];
|
|
83634
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
83635
|
+
id: Scalars['ID']['output'];
|
|
83636
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
83637
|
+
node?: Maybe<GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseUnion>;
|
|
83638
|
+
};
|
|
83639
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageInverseUnion = LoomMeeting;
|
|
83640
|
+
export declare type GraphStoreV2SimplifiedLoomMeetingHasConfluenceMeetingNotesPageUnion = ConfluencePage;
|
|
83264
83641
|
export declare type GraphStoreV2SimplifiedLoomMeetingHasJiraSpaceConnection = HasPageInfo & HasTotal & {
|
|
83265
83642
|
__typename?: 'GraphStoreV2SimplifiedLoomMeetingHasJiraSpaceConnection';
|
|
83266
83643
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedLoomMeetingHasJiraSpaceEdge>>>;
|
|
@@ -88170,6 +88547,7 @@ export declare type JiraAiAgentSession = {
|
|
|
88170
88547
|
__typename?: 'JiraAiAgentSession';
|
|
88171
88548
|
agent?: Maybe<User>;
|
|
88172
88549
|
conversationId: Scalars['ID']['output'];
|
|
88550
|
+
convoAiSession?: Maybe<ConvoAiAgentSession>;
|
|
88173
88551
|
};
|
|
88174
88552
|
export declare type JiraAiAgentSessionConnection = {
|
|
88175
88553
|
__typename?: 'JiraAiAgentSessionConnection';
|
|
@@ -89778,6 +90156,9 @@ export declare type JiraBoardViewIsEmptyArgs = {
|
|
|
89778
90156
|
export declare type JiraBoardViewIsViewConfigModifiedArgs = {
|
|
89779
90157
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
89780
90158
|
};
|
|
90159
|
+
export declare type JiraBoardViewLayoutArgs = {
|
|
90160
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
90161
|
+
};
|
|
89781
90162
|
export declare type JiraBoardViewSelectedWorkflowIdArgs = {
|
|
89782
90163
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
89783
90164
|
};
|
|
@@ -89889,12 +90270,25 @@ export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
89889
90270
|
field?: Maybe<JiraField>;
|
|
89890
90271
|
id: Scalars['ID']['output'];
|
|
89891
90272
|
};
|
|
90273
|
+
export declare type JiraBoardViewFieldSwimlane = JiraBoardViewSwimlane & Node & {
|
|
90274
|
+
__typename?: 'JiraBoardViewFieldSwimlane';
|
|
90275
|
+
cells?: Maybe<JiraBoardViewCellConnection>;
|
|
90276
|
+
field?: Maybe<JiraField>;
|
|
90277
|
+
id: Scalars['ID']['output'];
|
|
90278
|
+
value?: Maybe<JiraBoardViewFieldSwimlaneValue>;
|
|
90279
|
+
};
|
|
90280
|
+
export declare type JiraBoardViewFieldSwimlaneCellsArgs = {
|
|
90281
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90282
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90283
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
90284
|
+
};
|
|
90285
|
+
export declare type JiraBoardViewFieldSwimlaneValue = JiraOption | JiraPriority;
|
|
89892
90286
|
export declare type JiraBoardViewInput = {
|
|
89893
90287
|
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
89894
90288
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
89895
90289
|
viewQueryInput?: InputMaybe<JiraViewQueryInput>;
|
|
89896
90290
|
};
|
|
89897
|
-
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout;
|
|
90291
|
+
export declare type JiraBoardViewLayout = JiraBoardViewColumnLayout | JiraBoardViewSwimlaneLayout;
|
|
89898
90292
|
export declare type JiraBoardViewPriorityColumn = JiraBoardViewColumn & Node & {
|
|
89899
90293
|
__typename?: 'JiraBoardViewPriorityColumn';
|
|
89900
90294
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -89934,6 +90328,7 @@ export declare type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
89934
90328
|
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
89935
90329
|
name?: Maybe<Scalars['String']['output']>;
|
|
89936
90330
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
90331
|
+
transitionAgents?: Maybe<Array<JiraTransitionAgent>>;
|
|
89937
90332
|
};
|
|
89938
90333
|
export declare type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
89939
90334
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -89955,6 +90350,35 @@ export declare type JiraBoardViewStatusEdge = {
|
|
|
89955
90350
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
89956
90351
|
node?: Maybe<JiraBoardViewStatus>;
|
|
89957
90352
|
};
|
|
90353
|
+
export declare type JiraBoardViewSwimlane = {
|
|
90354
|
+
cells?: Maybe<JiraBoardViewCellConnection>;
|
|
90355
|
+
id: Scalars['ID']['output'];
|
|
90356
|
+
};
|
|
90357
|
+
export declare type JiraBoardViewSwimlaneCellsArgs = {
|
|
90358
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90359
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90360
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
90361
|
+
};
|
|
90362
|
+
export declare type JiraBoardViewSwimlaneConnection = {
|
|
90363
|
+
__typename?: 'JiraBoardViewSwimlaneConnection';
|
|
90364
|
+
edges?: Maybe<Array<Maybe<JiraBoardViewSwimlaneEdge>>>;
|
|
90365
|
+
errors?: Maybe<Array<QueryError>>;
|
|
90366
|
+
pageInfo?: Maybe<PageInfo>;
|
|
90367
|
+
};
|
|
90368
|
+
export declare type JiraBoardViewSwimlaneEdge = {
|
|
90369
|
+
__typename?: 'JiraBoardViewSwimlaneEdge';
|
|
90370
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
90371
|
+
node?: Maybe<JiraBoardViewSwimlane>;
|
|
90372
|
+
};
|
|
90373
|
+
export declare type JiraBoardViewSwimlaneLayout = Node & {
|
|
90374
|
+
__typename?: 'JiraBoardViewSwimlaneLayout';
|
|
90375
|
+
id: Scalars['ID']['output'];
|
|
90376
|
+
swimlanes?: Maybe<JiraBoardViewSwimlaneConnection>;
|
|
90377
|
+
};
|
|
90378
|
+
export declare type JiraBoardViewSwimlaneLayoutSwimlanesArgs = {
|
|
90379
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
90380
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
90381
|
+
};
|
|
89958
90382
|
export declare type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
89959
90383
|
__typename?: 'JiraBoardViewSyntheticFieldCardOption';
|
|
89960
90384
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -94601,6 +95025,9 @@ export declare type JiraFormulaReferencedFieldType = {
|
|
|
94601
95025
|
__typename?: 'JiraFormulaReferencedFieldType';
|
|
94602
95026
|
key: Scalars['String']['output'];
|
|
94603
95027
|
};
|
|
95028
|
+
export declare type JiraGenerateIssueAiSummaryInput = {
|
|
95029
|
+
issueId: Scalars['ID']['input'];
|
|
95030
|
+
};
|
|
94604
95031
|
export declare type JiraGeneratedJqlInvalidError = {
|
|
94605
95032
|
__typename?: 'JiraGeneratedJqlInvalidError';
|
|
94606
95033
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -98029,6 +98456,15 @@ export declare type JiraJqlComponentFieldValue = JiraJqlFieldValue & {
|
|
|
98029
98456
|
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
98030
98457
|
jqlTerm: Scalars['String']['output'];
|
|
98031
98458
|
};
|
|
98459
|
+
export declare type JiraJqlDateBucketFieldValue = JiraJqlFieldValue & {
|
|
98460
|
+
__typename?: 'JiraJqlDateBucketFieldValue';
|
|
98461
|
+
displayName: Scalars['String']['output'];
|
|
98462
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
98463
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
98464
|
+
jqlTerm: Scalars['String']['output'];
|
|
98465
|
+
rangeEnd?: Maybe<Scalars['String']['output']>;
|
|
98466
|
+
rangeStart?: Maybe<Scalars['String']['output']>;
|
|
98467
|
+
};
|
|
98032
98468
|
export declare type JiraJqlEmptyFieldValue = JiraJqlFieldValue & {
|
|
98033
98469
|
__typename?: 'JiraJqlEmptyFieldValue';
|
|
98034
98470
|
displayName: Scalars['String']['output'];
|
|
@@ -99247,6 +99683,7 @@ export declare type JiraMutation = {
|
|
|
99247
99683
|
editCustomField?: Maybe<JiraEditCustomFieldPayload>;
|
|
99248
99684
|
forge: JiraForgeMutation;
|
|
99249
99685
|
generateCFORecommendations?: Maybe<JiraCfoCreateRecommendationsPayload>;
|
|
99686
|
+
generateIssueAISummary?: Maybe<JiraIssueAiSummaryResult>;
|
|
99250
99687
|
grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
|
|
99251
99688
|
initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
|
|
99252
99689
|
issueRemoteLinkMutation?: Maybe<JiraIssueRemoteIssueLinkPayload>;
|
|
@@ -99650,6 +100087,9 @@ export declare type JiraMutationEditCustomFieldArgs = {
|
|
|
99650
100087
|
export declare type JiraMutationGenerateCfoRecommendationsArgs = {
|
|
99651
100088
|
cloudId: Scalars['ID']['input'];
|
|
99652
100089
|
};
|
|
100090
|
+
export declare type JiraMutationGenerateIssueAiSummaryArgs = {
|
|
100091
|
+
input: JiraGenerateIssueAiSummaryInput;
|
|
100092
|
+
};
|
|
99653
100093
|
export declare type JiraMutationGrantGlobalPermissionArgs = {
|
|
99654
100094
|
cloudId: Scalars['ID']['input'];
|
|
99655
100095
|
input: JiraGlobalPermissionAddGroupGrantInput;
|
|
@@ -100451,11 +100891,15 @@ export declare type JiraNumberFieldOperationInput = {
|
|
|
100451
100891
|
number?: InputMaybe<Scalars['Float']['input']>;
|
|
100452
100892
|
operation: JiraSingleValueFieldOperations;
|
|
100453
100893
|
};
|
|
100454
|
-
export declare type JiraNumberFieldPayload = Payload & {
|
|
100894
|
+
export declare type JiraNumberFieldPayload = JiraSupportsUpdatedDependentFields & Payload & {
|
|
100455
100895
|
__typename?: 'JiraNumberFieldPayload';
|
|
100456
100896
|
errors?: Maybe<Array<MutationError>>;
|
|
100457
100897
|
field?: Maybe<JiraNumberField>;
|
|
100458
100898
|
success: Scalars['Boolean']['output'];
|
|
100899
|
+
updatedDependentFields?: Maybe<JiraIssueFieldConnection>;
|
|
100900
|
+
};
|
|
100901
|
+
export declare type JiraNumberFieldPayloadUpdatedDependentFieldsArgs = {
|
|
100902
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
100459
100903
|
};
|
|
100460
100904
|
export declare type JiraNumberFormulaField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
100461
100905
|
__typename?: 'JiraNumberFormulaField';
|
|
@@ -101892,6 +102336,8 @@ export declare type JiraProjectAssignableUsersArgs = {
|
|
|
101892
102336
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
101893
102337
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
101894
102338
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
102339
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
102340
|
+
recommend?: InputMaybe<Scalars['Boolean']['input']>;
|
|
101895
102341
|
};
|
|
101896
102342
|
export declare type JiraProjectAssociatedComponentsArgs = {
|
|
101897
102343
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -102078,6 +102524,7 @@ export declare type JiraProjectAccessRequestDetails = {
|
|
|
102078
102524
|
accessUrl?: Maybe<Scalars['String']['output']>;
|
|
102079
102525
|
createdAt: Scalars['Long']['output'];
|
|
102080
102526
|
id: Scalars['ID']['output'];
|
|
102527
|
+
isPending?: Maybe<Scalars['Boolean']['output']>;
|
|
102081
102528
|
note?: Maybe<Scalars['String']['output']>;
|
|
102082
102529
|
requester?: Maybe<User>;
|
|
102083
102530
|
user?: Maybe<User>;
|
|
@@ -107537,11 +107984,15 @@ export declare type JiraStoryPointEstimateFieldOperationInput = {
|
|
|
107537
107984
|
operation: JiraSingleValueFieldOperations;
|
|
107538
107985
|
storyPoint?: InputMaybe<Scalars['Float']['input']>;
|
|
107539
107986
|
};
|
|
107540
|
-
export declare type JiraStoryPointEstimateFieldPayload = Payload & {
|
|
107987
|
+
export declare type JiraStoryPointEstimateFieldPayload = JiraSupportsUpdatedDependentFields & Payload & {
|
|
107541
107988
|
__typename?: 'JiraStoryPointEstimateFieldPayload';
|
|
107542
107989
|
errors?: Maybe<Array<MutationError>>;
|
|
107543
107990
|
field?: Maybe<JiraNumberField>;
|
|
107544
107991
|
success: Scalars['Boolean']['output'];
|
|
107992
|
+
updatedDependentFields?: Maybe<JiraIssueFieldConnection>;
|
|
107993
|
+
};
|
|
107994
|
+
export declare type JiraStoryPointEstimateFieldPayloadUpdatedDependentFieldsArgs = {
|
|
107995
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
107545
107996
|
};
|
|
107546
107997
|
export declare type JiraStreamHubResourceIdentifier = {
|
|
107547
107998
|
__typename?: 'JiraStreamHubResourceIdentifier';
|
|
@@ -107899,6 +108350,13 @@ export declare type JiraSuggestionsConnection = HasPageInfo & {
|
|
|
107899
108350
|
errors?: Maybe<Array<QueryError>>;
|
|
107900
108351
|
pageInfo: PageInfo;
|
|
107901
108352
|
};
|
|
108353
|
+
export declare type JiraSupportsUpdatedDependentFields = {
|
|
108354
|
+
field?: Maybe<JiraIssueField>;
|
|
108355
|
+
updatedDependentFields?: Maybe<JiraIssueFieldConnection>;
|
|
108356
|
+
};
|
|
108357
|
+
export declare type JiraSupportsUpdatedDependentFieldsUpdatedDependentFieldsArgs = {
|
|
108358
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
108359
|
+
};
|
|
107902
108360
|
export declare enum JiraSyntheticFieldCardOptionType {
|
|
107903
108361
|
CardCover = "CARD_COVER",
|
|
107904
108362
|
Pages = "PAGES"
|
|
@@ -108309,6 +108767,11 @@ export declare type JiraTransition = Node & {
|
|
|
108309
108767
|
to?: Maybe<JiraStatus>;
|
|
108310
108768
|
transitionId?: Maybe<Scalars['Int']['output']>;
|
|
108311
108769
|
};
|
|
108770
|
+
export declare type JiraTransitionAgent = {
|
|
108771
|
+
__typename?: 'JiraTransitionAgent';
|
|
108772
|
+
accountId: Scalars['ID']['output'];
|
|
108773
|
+
agent?: Maybe<User>;
|
|
108774
|
+
};
|
|
108312
108775
|
export declare type JiraTransitionConnection = {
|
|
108313
108776
|
__typename?: 'JiraTransitionConnection';
|
|
108314
108777
|
edges?: Maybe<Array<Maybe<JiraTransitionEdge>>>;
|
|
@@ -112041,9 +112504,9 @@ export declare type KitsuneSourceInput = {
|
|
|
112041
112504
|
export declare type KitsuneSourceInputWeb = {
|
|
112042
112505
|
url: Scalars['String']['input'];
|
|
112043
112506
|
};
|
|
112044
|
-
export declare type KitsuneSpace =
|
|
112507
|
+
export declare type KitsuneSpace = Node & {
|
|
112045
112508
|
__typename?: 'KitsuneSpace';
|
|
112046
|
-
|
|
112509
|
+
id: Scalars['ID']['output'];
|
|
112047
112510
|
name?: Maybe<Scalars['String']['output']>;
|
|
112048
112511
|
};
|
|
112049
112512
|
export declare type KnowledgeBaseAccessibleLinkedSourceResult = {
|
|
@@ -113560,18 +114023,21 @@ export declare type LogDetails = {
|
|
|
113560
114023
|
export declare type LogQueryInput = {
|
|
113561
114024
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
113562
114025
|
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
114026
|
+
container?: InputMaybe<Scalars['String']['input']>;
|
|
113563
114027
|
contexts?: InputMaybe<Array<InputMaybe<Context>>>;
|
|
113564
114028
|
dates?: InputMaybe<DateSearchInput>;
|
|
113565
114029
|
editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
|
|
113566
114030
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
113567
114031
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
113568
114032
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
114033
|
+
instance?: InputMaybe<Scalars['String']['input']>;
|
|
113569
114034
|
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
113570
114035
|
licenseStates?: InputMaybe<Array<InputMaybe<LicenseValue>>>;
|
|
113571
114036
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
113572
114037
|
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
113573
114038
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
113574
114039
|
runtime?: InputMaybe<Scalars['String']['input']>;
|
|
114040
|
+
service?: InputMaybe<Scalars['String']['input']>;
|
|
113575
114041
|
traceId?: InputMaybe<Scalars['String']['input']>;
|
|
113576
114042
|
};
|
|
113577
114043
|
export declare type LookAndFeel = {
|
|
@@ -118724,6 +119190,7 @@ export declare type MercuryFundsMonthlySummary = {
|
|
|
118724
119190
|
__typename?: 'MercuryFundsMonthlySummary';
|
|
118725
119191
|
amountSummary?: Maybe<MercuryFundsAmountSummary>;
|
|
118726
119192
|
costSubtype?: Maybe<MercuryCostSubtype>;
|
|
119193
|
+
fiscalQuarter?: Maybe<Scalars['Int']['output']>;
|
|
118727
119194
|
fundsType?: Maybe<MercuryFundsType>;
|
|
118728
119195
|
investmentCategory?: Maybe<MercuryInvestmentCategory>;
|
|
118729
119196
|
investmentCategorySet?: Maybe<MercuryInvestmentCategorySet>;
|
|
@@ -121291,12 +121758,12 @@ export declare type Mutation = {
|
|
|
121291
121758
|
assetsDM_addDefaultAttributeMapping?: Maybe<AssetsDmAddDefaultAttributeMappingResponse>;
|
|
121292
121759
|
assetsDM_associateObjectTag?: Maybe<AssetsDmObjectTagAssociateResponse>;
|
|
121293
121760
|
assetsDM_autoColumnMapping?: Maybe<AssetsDmAutoColumnMappingResponse>;
|
|
121761
|
+
assetsDM_batchCreateComputeDictionaryValues?: Maybe<AssetsDmBatchCreateComputeDictionaryValuesResponse>;
|
|
121294
121762
|
assetsDM_changeDataSourceStatus?: Maybe<AssetsDmUpdateDataSourcePayload>;
|
|
121295
121763
|
assetsDM_configureDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
|
|
121296
121764
|
assetsDM_configureDefaultDataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
121297
121765
|
assetsDM_createAttributePriority?: Maybe<AssetsDmCreateAttributePriorityPayload>;
|
|
121298
121766
|
assetsDM_createCleansingReason?: Maybe<AssetsDmCreateCleansingReasonResponse>;
|
|
121299
|
-
assetsDM_createComputeDictionaryValue?: Maybe<AssetsDmCreateComputeDictionaryValueResponse>;
|
|
121300
121767
|
assetsDM_createDataDictionaryGroup?: Maybe<AssetsDmCreateDataDictionaryGroupResponse>;
|
|
121301
121768
|
assetsDM_createDataDictionaryGroupValue?: Maybe<AssetsDmCreateDataDictionaryGroupValueResponse>;
|
|
121302
121769
|
assetsDM_createDataSource?: Maybe<AssetsDmCreateDataSourcePayload>;
|
|
@@ -121368,6 +121835,7 @@ export declare type Mutation = {
|
|
|
121368
121835
|
avp_updateVariable?: Maybe<AvpUpdateVariablePayload>;
|
|
121369
121836
|
blockService_createBlock?: Maybe<BlockServiceBlockPayload>;
|
|
121370
121837
|
blockService_deleteBlock?: Maybe<BlockServiceDeleteBlockPayload>;
|
|
121838
|
+
blockService_updateBlock?: Maybe<BlockServiceBlockPayload>;
|
|
121371
121839
|
boardCardMove?: Maybe<MoveCardOutput>;
|
|
121372
121840
|
bulkDeleteContentDataClassificationLevel?: Maybe<BulkDeleteContentDataClassificationLevelPayload>;
|
|
121373
121841
|
bulkRemoveRoleAssignmentFromSpaces?: Maybe<BulkRemoveRoleAssignmentFromSpacesPayload>;
|
|
@@ -121378,6 +121846,8 @@ export declare type Mutation = {
|
|
|
121378
121846
|
bulkUpdateContentDataClassificationLevel?: Maybe<BulkUpdateContentDataClassificationLevelPayload>;
|
|
121379
121847
|
bulkUpdateMainSpaceSidebarLinks?: Maybe<Array<Maybe<SpaceSidebarLink>>>;
|
|
121380
121848
|
ccp?: Maybe<CcpMutationApi>;
|
|
121849
|
+
changeManagement_recordLastRovoRiskAssessment: Scalars['Boolean']['output'];
|
|
121850
|
+
changeManagement_updateGlobalRiskAssessmentSettings: Scalars['Boolean']['output'];
|
|
121381
121851
|
changeManagement_updateRovoRiskAssessmentSettings: Scalars['Boolean']['output'];
|
|
121382
121852
|
channelPlatform_assignAgentToContact?: Maybe<ChannelPlatformMutationStatus>;
|
|
121383
121853
|
channelPlatform_createAttendee?: Maybe<ChannelPlatformConnectionData>;
|
|
@@ -121395,7 +121865,9 @@ export declare type Mutation = {
|
|
|
121395
121865
|
confluence_addReaction?: Maybe<ConfluenceReactionPayload>;
|
|
121396
121866
|
confluence_addTrack?: Maybe<ConfluenceAddTrackPayload>;
|
|
121397
121867
|
confluence_batchFollowTeammates?: Maybe<ConfluenceBatchFollowTeammatesPayload>;
|
|
121868
|
+
confluence_bulkAssignRolesForCombinationId?: Maybe<ConfluencePermissionTransitionBulkAssignRolesPayload>;
|
|
121398
121869
|
confluence_bulkNestedConvertToLiveDocs?: Maybe<ConfluenceBulkNestedConvertToLiveDocsPayload>;
|
|
121870
|
+
confluence_bulkRemoveAccess?: Maybe<ConfluencePermissionTransitionBulkRemoveAccessPayload>;
|
|
121399
121871
|
confluence_convertNote?: Maybe<ConfluenceConvertNotePayload>;
|
|
121400
121872
|
confluence_convertToBlogpost?: Maybe<ConfluenceConvertContentToBlogpostPayload>;
|
|
121401
121873
|
confluence_copyNote?: Maybe<ConfluenceCopyNotePayload>;
|
|
@@ -121466,6 +121938,7 @@ export declare type Mutation = {
|
|
|
121466
121938
|
confluence_updateCalendarSandboxEventTypeReminder?: Maybe<ConfluenceUpdateCalendarSandboxEventTypeReminderPayload>;
|
|
121467
121939
|
confluence_updateCalendarView?: Maybe<ConfluenceUpdateCalendarViewPayload>;
|
|
121468
121940
|
confluence_updateContentAccessRequest?: Maybe<ConfluenceUpdateContentAccessRequestPayload>;
|
|
121941
|
+
confluence_updateContentAccessRequestSettings?: Maybe<ConfluenceUpdateAccessRequestSettingsPayload>;
|
|
121469
121942
|
confluence_updateContentAppearance?: Maybe<ConfluenceUpdateContentAppearancePayload>;
|
|
121470
121943
|
confluence_updateContentDirectRestrictions?: Maybe<ConfluenceUpdateContentDirectRestrictionsPayload>;
|
|
121471
121944
|
confluence_updateContentMode?: Maybe<ConfluenceUpdateContentModePayload>;
|
|
@@ -121479,6 +121952,7 @@ export declare type Mutation = {
|
|
|
121479
121952
|
confluence_updatePage?: Maybe<ConfluenceUpdatePagePayload>;
|
|
121480
121953
|
confluence_updateQuestion?: Maybe<ConfluenceUpdateQuestionPayload>;
|
|
121481
121954
|
confluence_updateShareableLink?: Maybe<ConfluenceUpdateShareableLinksPayload>;
|
|
121955
|
+
confluence_updateSpaceAccessRequestSettings?: Maybe<ConfluenceUpdateAccessRequestSettingsPayload>;
|
|
121482
121956
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
121483
121957
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
121484
121958
|
confluence_updateTitleEmoji?: Maybe<ConfluenceUpdateTitleEmojiPayload>;
|
|
@@ -121627,6 +122101,7 @@ export declare type Mutation = {
|
|
|
121627
122101
|
devai_completeFlowSession?: Maybe<DevAiFlowSessionCompletePayload>;
|
|
121628
122102
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
121629
122103
|
devai_createFlow?: Maybe<DevAiFlowSessionCreatePayload>;
|
|
122104
|
+
devai_createPullRequest?: Maybe<DevAiRovoDevCreatePullRequestPayload>;
|
|
121630
122105
|
devai_createTechnicalPlannerJob?: Maybe<DevAiCreateTechnicalPlannerJobPayload>;
|
|
121631
122106
|
devai_flowCreate?: Maybe<DevAiFlowSession>;
|
|
121632
122107
|
devai_flowSessionComplete?: Maybe<DevAiFlowSession>;
|
|
@@ -121707,6 +122182,7 @@ export declare type Mutation = {
|
|
|
121707
122182
|
goals_setWatchingTeam?: Maybe<TownsquareGoalsSetWatchingTeamPayload>;
|
|
121708
122183
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
121709
122184
|
goals_shareUpdate?: Maybe<TownsquareGoalsShareUpdatePayload>;
|
|
122185
|
+
goals_unlinkJiraAlignProject?: Maybe<TownsquareGoalsUnlinkJiraAlignProjectPayload>;
|
|
121710
122186
|
goals_unlinkWorkItem?: Maybe<TownsquareGoalsUnlinkWorkItemPayload>;
|
|
121711
122187
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
121712
122188
|
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
@@ -121853,6 +122329,7 @@ export declare type Mutation = {
|
|
|
121853
122329
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
121854
122330
|
kitsune_removeFeedback?: Maybe<Scalars['ID']['output']>;
|
|
121855
122331
|
kitsune_suggestSnippets?: Maybe<Scalars['Boolean']['output']>;
|
|
122332
|
+
kitsune_updateSpace?: Maybe<KitsuneSpace>;
|
|
121856
122333
|
knowledgeBase?: Maybe<KnowledgeBaseMutationApi>;
|
|
121857
122334
|
knowledgeBaseSpacePermission_updateView: KnowledgeBaseSpacePermissionMutationResponse;
|
|
121858
122335
|
knowledgeBase_linkSources?: Maybe<KnowledgeBaseLinkSourcesResponse>;
|
|
@@ -122095,6 +122572,7 @@ export declare type Mutation = {
|
|
|
122095
122572
|
stakeholderComms_issueSsl?: Maybe<StakeholderCommsIssueSslResponse>;
|
|
122096
122573
|
stakeholderComms_permanentlyDeletePage?: Maybe<StakeholderCommsPageDeleteResponse>;
|
|
122097
122574
|
stakeholderComms_publishPage?: Maybe<StakeholderCommsPageResponse>;
|
|
122575
|
+
stakeholderComms_removeCustomDomain?: Maybe<StakeholderCommsRemoveCustomDomainResponse>;
|
|
122098
122576
|
stakeholderComms_removeStakeholderAssignment?: Maybe<StakeholderCommsStakeholderAssignmentResponse>;
|
|
122099
122577
|
stakeholderComms_removeStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
122100
122578
|
stakeholderComms_removeStakeholderGroups?: Maybe<StakeholderCommsStakeholderGroupMutationResponse>;
|
|
@@ -122442,10 +122920,15 @@ export declare type MutationAssetsDm_AssociateObjectTagArgs = {
|
|
|
122442
122920
|
workspaceId: Scalars['ID']['input'];
|
|
122443
122921
|
};
|
|
122444
122922
|
export declare type MutationAssetsDm_AutoColumnMappingArgs = {
|
|
122445
|
-
autoColumnMappingInput
|
|
122923
|
+
autoColumnMappingInput: AssetsDmAutoColumnMappingInput;
|
|
122446
122924
|
cloudId: Scalars['ID']['input'];
|
|
122447
122925
|
workspaceId: Scalars['ID']['input'];
|
|
122448
122926
|
};
|
|
122927
|
+
export declare type MutationAssetsDm_BatchCreateComputeDictionaryValuesArgs = {
|
|
122928
|
+
cloudId: Scalars['ID']['input'];
|
|
122929
|
+
inputs: Array<AssetsDmCreateComputeDictionaryValueInput>;
|
|
122930
|
+
workspaceId: Scalars['ID']['input'];
|
|
122931
|
+
};
|
|
122449
122932
|
export declare type MutationAssetsDm_ChangeDataSourceStatusArgs = {
|
|
122450
122933
|
cloudId: Scalars['ID']['input'];
|
|
122451
122934
|
input: AssetsDmChangeDataSourceStatusInput;
|
|
@@ -122474,11 +122957,6 @@ export declare type MutationAssetsDm_CreateCleansingReasonArgs = {
|
|
|
122474
122957
|
input: AssetsDmCreateCleansingReasonInput;
|
|
122475
122958
|
workspaceId: Scalars['ID']['input'];
|
|
122476
122959
|
};
|
|
122477
|
-
export declare type MutationAssetsDm_CreateComputeDictionaryValueArgs = {
|
|
122478
|
-
cloudId: Scalars['ID']['input'];
|
|
122479
|
-
input: AssetsDmCreateComputeDictionaryValueInput;
|
|
122480
|
-
workspaceId: Scalars['ID']['input'];
|
|
122481
|
-
};
|
|
122482
122960
|
export declare type MutationAssetsDm_CreateDataDictionaryGroupArgs = {
|
|
122483
122961
|
cloudId: Scalars['ID']['input'];
|
|
122484
122962
|
input: AssetsDmCreateDataDictionaryGroupInput;
|
|
@@ -122780,6 +123258,9 @@ export declare type MutationBlockService_CreateBlockArgs = {
|
|
|
122780
123258
|
export declare type MutationBlockService_DeleteBlockArgs = {
|
|
122781
123259
|
input: BlockServiceDeleteBlockInput;
|
|
122782
123260
|
};
|
|
123261
|
+
export declare type MutationBlockService_UpdateBlockArgs = {
|
|
123262
|
+
input: BlockServiceUpdateBlockInput;
|
|
123263
|
+
};
|
|
122783
123264
|
export declare type MutationBoardCardMoveArgs = {
|
|
122784
123265
|
input?: InputMaybe<BoardCardMoveInput>;
|
|
122785
123266
|
};
|
|
@@ -122810,6 +123291,12 @@ export declare type MutationBulkUpdateMainSpaceSidebarLinksArgs = {
|
|
|
122810
123291
|
input: Array<InputMaybe<BulkUpdateMainSpaceSidebarLinksInput>>;
|
|
122811
123292
|
spaceKey: Scalars['String']['input'];
|
|
122812
123293
|
};
|
|
123294
|
+
export declare type MutationChangeManagement_RecordLastRovoRiskAssessmentArgs = {
|
|
123295
|
+
input: ChangeManagementUpdateLastRovoRiskAssessmentInput;
|
|
123296
|
+
};
|
|
123297
|
+
export declare type MutationChangeManagement_UpdateGlobalRiskAssessmentSettingsArgs = {
|
|
123298
|
+
input: ChangeManagementUpdateGlobalRiskAssessmentSettingsInput;
|
|
123299
|
+
};
|
|
122813
123300
|
export declare type MutationChangeManagement_UpdateRovoRiskAssessmentSettingsArgs = {
|
|
122814
123301
|
input: ChangeManagementUpdateRovoRiskAssessmentSettingsInput;
|
|
122815
123302
|
};
|
|
@@ -122867,10 +123354,18 @@ export declare type MutationConfluence_BatchFollowTeammatesArgs = {
|
|
|
122867
123354
|
cloudId: Scalars['ID']['input'];
|
|
122868
123355
|
input: ConfluenceBatchFollowTeammatesInput;
|
|
122869
123356
|
};
|
|
123357
|
+
export declare type MutationConfluence_BulkAssignRolesForCombinationIdArgs = {
|
|
123358
|
+
cloudId: Scalars['ID']['input'];
|
|
123359
|
+
input: ConfluencePermissionTransitionBulkAssignRolesInput;
|
|
123360
|
+
};
|
|
122870
123361
|
export declare type MutationConfluence_BulkNestedConvertToLiveDocsArgs = {
|
|
122871
123362
|
cloudId: Scalars['ID']['input'];
|
|
122872
123363
|
input: Array<InputMaybe<NestedPageInput>>;
|
|
122873
123364
|
};
|
|
123365
|
+
export declare type MutationConfluence_BulkRemoveAccessArgs = {
|
|
123366
|
+
cloudId: Scalars['ID']['input'];
|
|
123367
|
+
input: ConfluencePermissionTransitionBulkRemoveAccessInput;
|
|
123368
|
+
};
|
|
122874
123369
|
export declare type MutationConfluence_ConvertNoteArgs = {
|
|
122875
123370
|
input: ConfluenceConvertNoteInput;
|
|
122876
123371
|
};
|
|
@@ -123149,6 +123644,10 @@ export declare type MutationConfluence_UpdateContentAccessRequestArgs = {
|
|
|
123149
123644
|
cloudId: Scalars['ID']['input'];
|
|
123150
123645
|
updateContentAccessRequestInput: ConfluenceUpdateContentAccessRequestInput;
|
|
123151
123646
|
};
|
|
123647
|
+
export declare type MutationConfluence_UpdateContentAccessRequestSettingsArgs = {
|
|
123648
|
+
cloudId: Scalars['ID']['input'];
|
|
123649
|
+
input: ConfluenceUpdateAccessRequestSettingsInput;
|
|
123650
|
+
};
|
|
123152
123651
|
export declare type MutationConfluence_UpdateContentAppearanceArgs = {
|
|
123153
123652
|
cloudId: Scalars['ID']['input'];
|
|
123154
123653
|
input: ConfluenceUpdateContentAppearanceInput;
|
|
@@ -123203,6 +123702,10 @@ export declare type MutationConfluence_UpdateShareableLinkArgs = {
|
|
|
123203
123702
|
cloudId: Scalars['ID']['input'];
|
|
123204
123703
|
input: ConfluenceUpdateShareableLinksInput;
|
|
123205
123704
|
};
|
|
123705
|
+
export declare type MutationConfluence_UpdateSpaceAccessRequestSettingsArgs = {
|
|
123706
|
+
cloudId: Scalars['ID']['input'];
|
|
123707
|
+
input: ConfluenceUpdateAccessRequestSettingsInput;
|
|
123708
|
+
};
|
|
123206
123709
|
export declare type MutationConfluence_UpdateSubCalendarHiddenEventsArgs = {
|
|
123207
123710
|
cloudId: Scalars['ID']['input'];
|
|
123208
123711
|
input: Array<ConfluenceUpdateSubCalendarHiddenEventsInput>;
|
|
@@ -123741,6 +124244,9 @@ export declare type MutationDevai_CreateFlowArgs = {
|
|
|
123741
124244
|
jiraIssueJSON?: InputMaybe<Scalars['String']['input']>;
|
|
123742
124245
|
repoUrl: Scalars['URL']['input'];
|
|
123743
124246
|
};
|
|
124247
|
+
export declare type MutationDevai_CreatePullRequestArgs = {
|
|
124248
|
+
input: DevAiRovoDevCreatePullRequestInput;
|
|
124249
|
+
};
|
|
123744
124250
|
export declare type MutationDevai_CreateTechnicalPlannerJobArgs = {
|
|
123745
124251
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
123746
124252
|
issueAri: Scalars['ID']['input'];
|
|
@@ -123985,6 +124491,9 @@ export declare type MutationGoals_ShareGoalArgs = {
|
|
|
123985
124491
|
export declare type MutationGoals_ShareUpdateArgs = {
|
|
123986
124492
|
input: TownsquareGoalsShareUpdateInput;
|
|
123987
124493
|
};
|
|
124494
|
+
export declare type MutationGoals_UnlinkJiraAlignProjectArgs = {
|
|
124495
|
+
input: TownsquareGoalsUnlinkJiraAlignProjectInput;
|
|
124496
|
+
};
|
|
123988
124497
|
export declare type MutationGoals_UnlinkWorkItemArgs = {
|
|
123989
124498
|
input?: InputMaybe<TownsquareGoalsUnlinkWorkItemInput>;
|
|
123990
124499
|
};
|
|
@@ -124428,11 +124937,15 @@ export declare type MutationKitsune_CreateSpaceArgs = {
|
|
|
124428
124937
|
workspaceAri: Scalars['ID']['input'];
|
|
124429
124938
|
};
|
|
124430
124939
|
export declare type MutationKitsune_RemoveFeedbackArgs = {
|
|
124431
|
-
|
|
124940
|
+
feedbackAri: Scalars['ID']['input'];
|
|
124432
124941
|
};
|
|
124433
124942
|
export declare type MutationKitsune_SuggestSnippetsArgs = {
|
|
124434
|
-
projectAri: Scalars['ID']['input'];
|
|
124435
124943
|
title: Scalars['String']['input'];
|
|
124944
|
+
workspaceAri: Scalars['ID']['input'];
|
|
124945
|
+
};
|
|
124946
|
+
export declare type MutationKitsune_UpdateSpaceArgs = {
|
|
124947
|
+
id: Scalars['ID']['input'];
|
|
124948
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
124436
124949
|
};
|
|
124437
124950
|
export declare type MutationKnowledgeBaseArgs = {
|
|
124438
124951
|
cloudId: Scalars['ID']['input'];
|
|
@@ -125174,6 +125687,9 @@ export declare type MutationStakeholderComms_PermanentlyDeletePageArgs = {
|
|
|
125174
125687
|
export declare type MutationStakeholderComms_PublishPageArgs = {
|
|
125175
125688
|
draftPageId: Scalars['String']['input'];
|
|
125176
125689
|
};
|
|
125690
|
+
export declare type MutationStakeholderComms_RemoveCustomDomainArgs = {
|
|
125691
|
+
input: StakeholderCommsRemoveCustomDomainInput;
|
|
125692
|
+
};
|
|
125177
125693
|
export declare type MutationStakeholderComms_RemoveStakeholderAssignmentArgs = {
|
|
125178
125694
|
stakeholderAssignmentInput: StakeholderCommsStakeholderAssignmentIdInput;
|
|
125179
125695
|
};
|
|
@@ -128362,6 +128878,7 @@ export declare type Query = {
|
|
|
128362
128878
|
admin_appModules?: Maybe<AdminAppModuleConnection>;
|
|
128363
128879
|
admin_auditAuditLogEvents?: Maybe<AdminAuditLogEventConnection>;
|
|
128364
128880
|
admin_auditLogEventActions?: Maybe<AdminAuditLogGroupEventActionConnection>;
|
|
128881
|
+
admin_auditLogEventIpAddresses?: Maybe<AdminAuditLogEventIpAddressConnection>;
|
|
128365
128882
|
admin_auditLogEventLocations?: Maybe<AdminAuditLogEventLocationConnection>;
|
|
128366
128883
|
admin_checkLicensesCapacity?: Maybe<AdminCheckLicensesCapacity>;
|
|
128367
128884
|
admin_connectedAppInstallations?: Maybe<AdminConnectedResourcesConnection>;
|
|
@@ -128400,6 +128917,7 @@ export declare type Query = {
|
|
|
128400
128917
|
agentStudio_batchEvalConversationListByContainerId?: Maybe<AgentStudioConversationListResult>;
|
|
128401
128918
|
agentStudio_batchEvaluationJob?: Maybe<AgentStudioBatchEvaluationJob>;
|
|
128402
128919
|
agentStudio_batchEvaluationJobList?: Maybe<AgentStudioBatchEvaluationJobsResult>;
|
|
128920
|
+
agentStudio_batchEvaluationResultByConversationId?: Maybe<AgentStudioEvaluationResult>;
|
|
128403
128921
|
agentStudio_batchEvaluationSummary?: Maybe<AgentStudioEvaluationSummary>;
|
|
128404
128922
|
agentStudio_canAddMcpServer?: Maybe<AgentStudioCanAddMcpServerResult>;
|
|
128405
128923
|
agentStudio_conversationReportByAgentId?: Maybe<AgentStudioConversationReportByAgentIdResult>;
|
|
@@ -128561,6 +129079,8 @@ export declare type Query = {
|
|
|
128561
129079
|
ccp_transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
128562
129080
|
ccp_transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
128563
129081
|
cfo_analytics?: Maybe<CfoAnalyticsResult>;
|
|
129082
|
+
changeManagement_globalRiskAssessmentSettings: ChangeManagementGlobalRiskAssessmentSettingsPayload;
|
|
129083
|
+
changeManagement_lastRovoRiskAssessment: ChangeManagementLastRovoRiskAssessmentPayload;
|
|
128564
129084
|
changeManagement_rovoRiskAssessmentSettings: ChangeManagementRovoRiskAssessmentSettingsPayload;
|
|
128565
129085
|
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
128566
129086
|
channelPlatform_createContact?: Maybe<ChannelPlatformCreateContactResponse>;
|
|
@@ -128637,6 +129157,7 @@ export declare type Query = {
|
|
|
128637
129157
|
confluence_getCustomContentPermissionAssignments?: Maybe<ConfluenceCustomContentPermissionAssignmentConnection>;
|
|
128638
129158
|
confluence_getLatestPendingRequests?: Maybe<ConfluenceLatestPendingRequests>;
|
|
128639
129159
|
confluence_getPlaylist?: Maybe<ConfluencePlaylist>;
|
|
129160
|
+
confluence_getTotalPendingContentAccessRequestsCount?: Maybe<Scalars['Int']['output']>;
|
|
128640
129161
|
confluence_getWacTemplate?: Maybe<ConfluenceWacTemplate>;
|
|
128641
129162
|
confluence_hasClearPermissionForSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
128642
129163
|
confluence_hasDivergedFromDefaultSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -128666,6 +129187,7 @@ export declare type Query = {
|
|
|
128666
129187
|
confluence_pdfExportTask?: Maybe<ConfluencePdfExportTask>;
|
|
128667
129188
|
confluence_pendingRequestExists?: Maybe<ConfluencePendingAccessRequest>;
|
|
128668
129189
|
confluence_popularCalendars?: Maybe<ConfluenceCalendarConnection>;
|
|
129190
|
+
confluence_principalsByCombinationId?: Maybe<ConfluencePermissionTransitionPrincipalsConnection>;
|
|
128669
129191
|
confluence_publicLinkSpaceHomePage?: Maybe<PublicLinkPage>;
|
|
128670
129192
|
confluence_question?: Maybe<ConfluenceQuestion>;
|
|
128671
129193
|
confluence_questions?: Maybe<Array<Maybe<ConfluenceQuestion>>>;
|
|
@@ -128685,6 +129207,7 @@ export declare type Query = {
|
|
|
128685
129207
|
confluence_spaceRecommendations?: Maybe<ConfluenceSpaceRecommendations>;
|
|
128686
129208
|
confluence_spaceRoleMode?: Maybe<ConfluenceSpaceRoleMode>;
|
|
128687
129209
|
confluence_spaceWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
129210
|
+
confluence_spacesByCombinationId?: Maybe<ConfluencePermissionTransitionSpaceConnection>;
|
|
128688
129211
|
confluence_storage?: Maybe<ConfluenceStorage>;
|
|
128689
129212
|
confluence_subCalendarEmbedInfo?: Maybe<Array<Maybe<ConfluenceSubCalendarEmbedInfo>>>;
|
|
128690
129213
|
confluence_subCalendarSubscribersCount?: Maybe<ConfluenceSubCalendarSubscribersCount>;
|
|
@@ -128731,6 +129254,8 @@ export declare type Query = {
|
|
|
128731
129254
|
contributorsLinkedToAtlasProject?: Maybe<GraphStoreCypherQueryConnection>;
|
|
128732
129255
|
contributorsLinkedToConfluencePage?: Maybe<GraphStoreCypherQueryConnection>;
|
|
128733
129256
|
contributorsLinkedToConfluencePageV2?: Maybe<GraphStoreCypherQueryConnection>;
|
|
129257
|
+
convoAiAgentSession_getById?: Maybe<ConvoAiAgentSession>;
|
|
129258
|
+
convoAiAgentSession_getByIds?: Maybe<Array<Maybe<ConvoAiAgentSession>>>;
|
|
128734
129259
|
convoai_confluenceSpaceRecommendations?: Maybe<Array<ConvoAiConfluenceSpaceRecommendation>>;
|
|
128735
129260
|
convoai_homeThreads?: Maybe<ConvoAiHomeThreadsResult>;
|
|
128736
129261
|
convoai_jiraEchoAiFeature?: Maybe<Scalars['String']['output']>;
|
|
@@ -128886,6 +129411,7 @@ export declare type Query = {
|
|
|
128886
129411
|
goals_appSettings?: Maybe<TownsquareGoalsAppSettings>;
|
|
128887
129412
|
goals_byId?: Maybe<TownsquareGoal>;
|
|
128888
129413
|
goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
129414
|
+
goals_byKey?: Maybe<TownsquareGoal>;
|
|
128889
129415
|
goals_goalTypeById?: Maybe<TownsquareGoalType>;
|
|
128890
129416
|
goals_goalTypes?: Maybe<TownsquareGoalTypeConnection>;
|
|
128891
129417
|
goals_goalTypesByIds?: Maybe<Array<Maybe<TownsquareGoalType>>>;
|
|
@@ -129011,6 +129537,7 @@ export declare type Query = {
|
|
|
129011
129537
|
kitsune_feedbackEvent?: Maybe<KitsuneFeedbackEvent>;
|
|
129012
129538
|
kitsune_feedbacks?: Maybe<Array<Maybe<KitsuneFeedback>>>;
|
|
129013
129539
|
kitsune_node?: Maybe<KitsuneNode>;
|
|
129540
|
+
kitsune_spaces?: Maybe<Array<Maybe<KitsuneSpace>>>;
|
|
129014
129541
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
129015
129542
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
129016
129543
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
@@ -129411,6 +129938,14 @@ export declare type QueryAdmin_AuditLogEventActionsArgs = {
|
|
|
129411
129938
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
129412
129939
|
orgId: Scalars['ID']['input'];
|
|
129413
129940
|
};
|
|
129941
|
+
export declare type QueryAdmin_AuditLogEventIpAddressesArgs = {
|
|
129942
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
129943
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
129944
|
+
filter?: InputMaybe<Scalars['String']['input']>;
|
|
129945
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129946
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
129947
|
+
orgId: Scalars['ID']['input'];
|
|
129948
|
+
};
|
|
129414
129949
|
export declare type QueryAdmin_AuditLogEventLocationsArgs = {
|
|
129415
129950
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
129416
129951
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -129633,6 +130168,13 @@ export declare type QueryAgentStudio_BatchEvaluationJobListArgs = {
|
|
|
129633
130168
|
productType: AgentStudioProductType;
|
|
129634
130169
|
projectContainerAri: Scalars['ID']['input'];
|
|
129635
130170
|
};
|
|
130171
|
+
export declare type QueryAgentStudio_BatchEvaluationResultByConversationIdArgs = {
|
|
130172
|
+
cloudId: Scalars['String']['input'];
|
|
130173
|
+
conversationId: Scalars['ID']['input'];
|
|
130174
|
+
productType: AgentStudioProductType;
|
|
130175
|
+
projectContainerAri: Scalars['ID']['input'];
|
|
130176
|
+
runId: Scalars['ID']['input'];
|
|
130177
|
+
};
|
|
129636
130178
|
export declare type QueryAgentStudio_BatchEvaluationSummaryArgs = {
|
|
129637
130179
|
cloudId: Scalars['String']['input'];
|
|
129638
130180
|
productType: AgentStudioProductType;
|
|
@@ -130084,6 +130626,7 @@ export declare type QueryAssetsDm_DatasourceCleansingRulesArgs = {
|
|
|
130084
130626
|
export declare type QueryAssetsDm_DefaultAttributeMappingArgs = {
|
|
130085
130627
|
cloudId: Scalars['ID']['input'];
|
|
130086
130628
|
filterBy?: InputMaybe<AssetsDmDefaultAttributeMappingFilterBy>;
|
|
130629
|
+
objectClassId?: InputMaybe<Scalars['ID']['input']>;
|
|
130087
130630
|
pageInfo?: InputMaybe<AssetsDmDefaultAttributeMappingPageInfoInput>;
|
|
130088
130631
|
sortBy?: InputMaybe<AssetsDmDefaultAttributeMappingSortBy>;
|
|
130089
130632
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -130310,6 +130853,7 @@ export declare type QueryBlockService_BatchRetrieveBlocksArgs = {
|
|
|
130310
130853
|
};
|
|
130311
130854
|
export declare type QueryBlockService_GetBlockArgs = {
|
|
130312
130855
|
blockAri: Scalars['String']['input'];
|
|
130856
|
+
documentAri?: InputMaybe<Scalars['String']['input']>;
|
|
130313
130857
|
};
|
|
130314
130858
|
export declare type QueryBlockService_GetDocumentReferenceBlocksArgs = {
|
|
130315
130859
|
documentAri: Scalars['String']['input'];
|
|
@@ -130424,6 +130968,14 @@ export declare type QueryCfo_AnalyticsArgs = {
|
|
|
130424
130968
|
endDate: Scalars['String']['input'];
|
|
130425
130969
|
startDate: Scalars['String']['input'];
|
|
130426
130970
|
};
|
|
130971
|
+
export declare type QueryChangeManagement_GlobalRiskAssessmentSettingsArgs = {
|
|
130972
|
+
cloudId: Scalars['ID']['input'];
|
|
130973
|
+
projectId: Scalars['String']['input'];
|
|
130974
|
+
};
|
|
130975
|
+
export declare type QueryChangeManagement_LastRovoRiskAssessmentArgs = {
|
|
130976
|
+
cloudId: Scalars['ID']['input'];
|
|
130977
|
+
issueId: Scalars['String']['input'];
|
|
130978
|
+
};
|
|
130427
130979
|
export declare type QueryChangeManagement_RovoRiskAssessmentSettingsArgs = {
|
|
130428
130980
|
cloudId: Scalars['ID']['input'];
|
|
130429
130981
|
projectId: Scalars['String']['input'];
|
|
@@ -130760,6 +131312,9 @@ export declare type QueryConfluence_GetPlaylistArgs = {
|
|
|
130760
131312
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130761
131313
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
130762
131314
|
};
|
|
131315
|
+
export declare type QueryConfluence_GetTotalPendingContentAccessRequestsCountArgs = {
|
|
131316
|
+
cloudId: Scalars['ID']['input'];
|
|
131317
|
+
};
|
|
130763
131318
|
export declare type QueryConfluence_GetWacTemplateArgs = {
|
|
130764
131319
|
cloudId: Scalars['ID']['input'];
|
|
130765
131320
|
};
|
|
@@ -130892,6 +131447,13 @@ export declare type QueryConfluence_PopularCalendarsArgs = {
|
|
|
130892
131447
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130893
131448
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
130894
131449
|
};
|
|
131450
|
+
export declare type QueryConfluence_PrincipalsByCombinationIdArgs = {
|
|
131451
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131452
|
+
cloudId: Scalars['ID']['input'];
|
|
131453
|
+
combinationId: Scalars['String']['input'];
|
|
131454
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131455
|
+
principalTypes?: InputMaybe<Array<InputMaybe<ConfluencePermissionTransitionPrincipalType>>>;
|
|
131456
|
+
};
|
|
130895
131457
|
export declare type QueryConfluence_PublicLinkSpaceHomePageArgs = {
|
|
130896
131458
|
cloudId: Scalars['ID']['input'];
|
|
130897
131459
|
spaceKey: Scalars['String']['input'];
|
|
@@ -131000,6 +131562,14 @@ export declare type QueryConfluence_SpaceWatchersUnfilteredArgs = {
|
|
|
131000
131562
|
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
131001
131563
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
131002
131564
|
};
|
|
131565
|
+
export declare type QueryConfluence_SpacesByCombinationIdArgs = {
|
|
131566
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131567
|
+
cloudId: Scalars['ID']['input'];
|
|
131568
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131569
|
+
permissionCombinationId: Scalars['String']['input'];
|
|
131570
|
+
spaceSelection?: InputMaybe<ConfluencePermissionTransitionSpaceTargetSelectionInput>;
|
|
131571
|
+
spaceTypeFilters?: InputMaybe<Array<InputMaybe<ConfluencePermissionTransitionSpaceTypeFilter>>>;
|
|
131572
|
+
};
|
|
131003
131573
|
export declare type QueryConfluence_StorageArgs = {
|
|
131004
131574
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
131005
131575
|
};
|
|
@@ -131248,6 +131818,13 @@ export declare type QueryContributorsLinkedToConfluencePageV2Args = {
|
|
|
131248
131818
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131249
131819
|
pageId: Scalars['ID']['input'];
|
|
131250
131820
|
};
|
|
131821
|
+
export declare type QueryConvoAiAgentSession_GetByIdArgs = {
|
|
131822
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
131823
|
+
shardingContext?: InputMaybe<Scalars['String']['input']>;
|
|
131824
|
+
};
|
|
131825
|
+
export declare type QueryConvoAiAgentSession_GetByIdsArgs = {
|
|
131826
|
+
ids?: InputMaybe<Array<InputMaybe<SkyBridgeIdInput>>>;
|
|
131827
|
+
};
|
|
131251
131828
|
export declare type QueryConvoai_ConfluenceSpaceRecommendationsArgs = {
|
|
131252
131829
|
cloudId: Scalars['ID']['input'];
|
|
131253
131830
|
pageTitle: Scalars['String']['input'];
|
|
@@ -131889,6 +132466,10 @@ export declare type QueryGoals_ByIdArgs = {
|
|
|
131889
132466
|
export declare type QueryGoals_ByIdsArgs = {
|
|
131890
132467
|
goalIds: Array<Scalars['ID']['input']>;
|
|
131891
132468
|
};
|
|
132469
|
+
export declare type QueryGoals_ByKeyArgs = {
|
|
132470
|
+
containerId: Scalars['ID']['input'];
|
|
132471
|
+
goalKey: Scalars['String']['input'];
|
|
132472
|
+
};
|
|
131892
132473
|
export declare type QueryGoals_GoalTypeByIdArgs = {
|
|
131893
132474
|
goalTypeId: Scalars['ID']['input'];
|
|
131894
132475
|
};
|
|
@@ -132362,6 +132943,9 @@ export declare type QueryKitsune_FeedbacksArgs = {
|
|
|
132362
132943
|
export declare type QueryKitsune_NodeArgs = {
|
|
132363
132944
|
id: Scalars['ID']['input'];
|
|
132364
132945
|
};
|
|
132946
|
+
export declare type QueryKitsune_SpacesArgs = {
|
|
132947
|
+
ids: Array<Scalars['ID']['input']>;
|
|
132948
|
+
};
|
|
132365
132949
|
export declare type QueryKnowledgeBaseArgs = {
|
|
132366
132950
|
cloudId: Scalars['ID']['input'];
|
|
132367
132951
|
};
|
|
@@ -154777,6 +155361,7 @@ export declare type ShepherdActorActivity = {
|
|
|
154777
155361
|
eventType: Scalars['String']['output'];
|
|
154778
155362
|
id: Scalars['String']['output'];
|
|
154779
155363
|
message?: Maybe<Scalars['JSON']['output']>;
|
|
155364
|
+
resourceAri?: Maybe<Scalars['String']['output']>;
|
|
154780
155365
|
time: Scalars['DateTime']['output'];
|
|
154781
155366
|
};
|
|
154782
155367
|
export declare type ShepherdActorInput = {
|
|
@@ -155172,6 +155757,12 @@ export declare type ShepherdBulkRedactionInput = {
|
|
|
155172
155757
|
redactions: Array<ShepherdBulkRedactionItemInput>;
|
|
155173
155758
|
workspaceId: Scalars['ID']['input'];
|
|
155174
155759
|
};
|
|
155760
|
+
export declare type ShepherdBulkRedactionItemErrorPayload = {
|
|
155761
|
+
__typename?: 'ShepherdBulkRedactionItemErrorPayload';
|
|
155762
|
+
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
155763
|
+
id: Scalars['ID']['output'];
|
|
155764
|
+
status?: Maybe<ShepherdBulkRedactionItemStatus>;
|
|
155765
|
+
};
|
|
155175
155766
|
export declare type ShepherdBulkRedactionItemInput = {
|
|
155176
155767
|
contentHash?: InputMaybe<Scalars['String']['input']>;
|
|
155177
155768
|
detection: Scalars['String']['input'];
|
|
@@ -155184,15 +155775,15 @@ export declare type ShepherdBulkRedactionItemInput = {
|
|
|
155184
155775
|
};
|
|
155185
155776
|
export declare enum ShepherdBulkRedactionItemStatus {
|
|
155186
155777
|
Failed = "FAILED",
|
|
155187
|
-
|
|
155778
|
+
InProgress = "IN_PROGRESS",
|
|
155779
|
+
Succeeded = "SUCCEEDED"
|
|
155780
|
+
}
|
|
155781
|
+
export declare enum ShepherdBulkRedactionJobStatus {
|
|
155782
|
+
Failed = "FAILED",
|
|
155783
|
+
InProgress = "IN_PROGRESS",
|
|
155784
|
+
PartiallySucceeded = "PARTIALLY_SUCCEEDED",
|
|
155188
155785
|
Succeeded = "SUCCEEDED"
|
|
155189
155786
|
}
|
|
155190
|
-
export declare type ShepherdBulkRedactionItemStatusPayload = {
|
|
155191
|
-
__typename?: 'ShepherdBulkRedactionItemStatusPayload';
|
|
155192
|
-
errors?: Maybe<Array<Scalars['String']['output']>>;
|
|
155193
|
-
id: Scalars['ID']['output'];
|
|
155194
|
-
status?: Maybe<ShepherdBulkRedactionItemStatus>;
|
|
155195
|
-
};
|
|
155196
155787
|
export declare type ShepherdBulkRedactionPayload = {
|
|
155197
155788
|
__typename?: 'ShepherdBulkRedactionPayload';
|
|
155198
155789
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -155202,7 +155793,8 @@ export declare type ShepherdBulkRedactionPayload = {
|
|
|
155202
155793
|
};
|
|
155203
155794
|
export declare type ShepherdBulkRedactionStatusPayload = {
|
|
155204
155795
|
__typename?: 'ShepherdBulkRedactionStatusPayload';
|
|
155205
|
-
|
|
155796
|
+
jobStatus?: Maybe<ShepherdBulkRedactionJobStatus>;
|
|
155797
|
+
redactionErrors: Array<ShepherdBulkRedactionItemErrorPayload>;
|
|
155206
155798
|
};
|
|
155207
155799
|
export declare type ShepherdCategorizedAlertMetadata = {
|
|
155208
155800
|
__typename?: 'ShepherdCategorizedAlertMetadata';
|
|
@@ -157364,6 +157956,8 @@ export declare type SpfAsk = Node & {
|
|
|
157364
157956
|
owner?: Maybe<User>;
|
|
157365
157957
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
157366
157958
|
priority: SpfAskPriority;
|
|
157959
|
+
proposedBy?: Maybe<User>;
|
|
157960
|
+
proposedDate?: Maybe<SpfAskTargetDate>;
|
|
157367
157961
|
receivingTeam?: Maybe<TeamV2>;
|
|
157368
157962
|
receivingTeamId?: Maybe<Scalars['String']['output']>;
|
|
157369
157963
|
status: SpfAskStatus;
|
|
@@ -157623,8 +158217,12 @@ export declare type SpfAskUpdate = {
|
|
|
157623
158217
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
157624
158218
|
description?: Maybe<Scalars['String']['output']>;
|
|
157625
158219
|
id: Scalars['ID']['output'];
|
|
158220
|
+
newProposedBy?: Maybe<Scalars['String']['output']>;
|
|
158221
|
+
newProposedDate?: Maybe<SpfAskTargetDate>;
|
|
157626
158222
|
newStatus?: Maybe<SpfAskStatus>;
|
|
157627
158223
|
newTargetDate?: Maybe<SpfAskTargetDate>;
|
|
158224
|
+
oldProposedBy?: Maybe<Scalars['String']['output']>;
|
|
158225
|
+
oldProposedDate?: Maybe<SpfAskTargetDate>;
|
|
157628
158226
|
oldStatus?: Maybe<SpfAskStatus>;
|
|
157629
158227
|
oldTargetDate?: Maybe<SpfAskTargetDate>;
|
|
157630
158228
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -157688,6 +158286,7 @@ export declare type SpfCreateAskInput = {
|
|
|
157688
158286
|
export declare type SpfCreateAskUpdateInput = {
|
|
157689
158287
|
askId: Scalars['String']['input'];
|
|
157690
158288
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
158289
|
+
proposedDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
157691
158290
|
status?: InputMaybe<SpfAskStatus>;
|
|
157692
158291
|
targetDate?: InputMaybe<SpfAskTargetDateInput>;
|
|
157693
158292
|
};
|
|
@@ -159049,6 +159648,17 @@ export declare type StakeholderCommsPublicCommunicationResponse = {
|
|
|
159049
159648
|
message?: Maybe<Scalars['String']['output']>;
|
|
159050
159649
|
title?: Maybe<Scalars['String']['output']>;
|
|
159051
159650
|
};
|
|
159651
|
+
export declare type StakeholderCommsRemoveCustomDomainInput = {
|
|
159652
|
+
domain: Scalars['String']['input'];
|
|
159653
|
+
pageId: Scalars['String']['input'];
|
|
159654
|
+
};
|
|
159655
|
+
export declare type StakeholderCommsRemoveCustomDomainResponse = {
|
|
159656
|
+
__typename?: 'StakeholderCommsRemoveCustomDomainResponse';
|
|
159657
|
+
domain?: Maybe<Scalars['String']['output']>;
|
|
159658
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
159659
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
159660
|
+
success: Scalars['Boolean']['output'];
|
|
159661
|
+
};
|
|
159052
159662
|
export declare type StakeholderCommsResendInviteInput = {
|
|
159053
159663
|
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
159054
159664
|
emailId: Scalars['String']['input'];
|
|
@@ -162555,6 +163165,17 @@ export declare type TownsquareGoalsShareUpdatePayload = {
|
|
|
162555
163165
|
isShared: Scalars['Boolean']['output'];
|
|
162556
163166
|
success: Scalars['Boolean']['output'];
|
|
162557
163167
|
};
|
|
163168
|
+
export declare type TownsquareGoalsUnlinkJiraAlignProjectInput = {
|
|
163169
|
+
goalId: Scalars['ID']['input'];
|
|
163170
|
+
jiraAlignProjectId: Scalars['ID']['input'];
|
|
163171
|
+
};
|
|
163172
|
+
export declare type TownsquareGoalsUnlinkJiraAlignProjectPayload = {
|
|
163173
|
+
__typename?: 'TownsquareGoalsUnlinkJiraAlignProjectPayload';
|
|
163174
|
+
errors?: Maybe<Array<MutationError>>;
|
|
163175
|
+
goalId?: Maybe<Scalars['ID']['output']>;
|
|
163176
|
+
jiraAlignProjectId?: Maybe<Scalars['ID']['output']>;
|
|
163177
|
+
success: Scalars['Boolean']['output'];
|
|
163178
|
+
};
|
|
162558
163179
|
export declare type TownsquareGoalsUnlinkWorkItemInput = {
|
|
162559
163180
|
goalId: Scalars['ID']['input'];
|
|
162560
163181
|
workItemId: Scalars['ID']['input'];
|
|
@@ -166637,6 +167258,8 @@ export declare type TrelloMemberPlannerEventCardsUpdated = {
|
|
|
166637
167258
|
__typename?: 'TrelloMemberPlannerEventCardsUpdated';
|
|
166638
167259
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
166639
167260
|
boardOrInboxUpdated?: Maybe<TrelloBaseBoardUpdated>;
|
|
167261
|
+
forceUpdateTimestamp?: Maybe<Scalars['DateTime']['output']>;
|
|
167262
|
+
id: Scalars['ID']['output'];
|
|
166640
167263
|
};
|
|
166641
167264
|
export declare type TrelloMemberPrefs = {
|
|
166642
167265
|
__typename?: 'TrelloMemberPrefs';
|