@forge/cli-shared 6.5.5-next.1 → 6.6.0-next.10
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 +62 -0
- package/LICENSE.txt +7 -0
- package/out/ari/ari.d.ts +4 -9
- package/out/ari/ari.d.ts.map +1 -1
- package/out/ari/ari.js +8 -22
- package/out/graphql/graphql-types.d.ts +1246 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +44 -23
- package/out/service/index.d.ts +1 -0
- package/out/service/index.d.ts.map +1 -1
- package/out/service/index.js +1 -0
- package/out/service/statsig-service.d.ts +3 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -0
- package/out/service/supported-products-service.d.ts +28 -0
- package/out/service/supported-products-service.d.ts.map +1 -0
- package/out/service/supported-products-service.js +112 -0
- package/out/shared/index.d.ts +0 -1
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +0 -1
- package/out/shared/product.d.ts +3 -8
- package/out/shared/product.d.ts.map +1 -1
- package/out/shared/product.js +18 -29
- package/out/ui/text.d.ts +136 -4
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +149 -9
- package/package.json +5 -5
- package/out/shared/validate.d.ts +0 -3
- package/out/shared/validate.d.ts.map +0 -1
- package/out/shared/validate.js +0 -24
|
@@ -770,14 +770,28 @@ export declare type AgentAiSummary = {
|
|
|
770
770
|
adf?: Maybe<Scalars['String']['output']>;
|
|
771
771
|
text?: Maybe<Scalars['String']['output']>;
|
|
772
772
|
};
|
|
773
|
+
export declare type AgentStudioAction = {
|
|
774
|
+
__typename?: 'AgentStudioAction';
|
|
775
|
+
actionKey: Scalars['String']['output'];
|
|
776
|
+
};
|
|
777
|
+
export declare type AgentStudioActionConfiguration = {
|
|
778
|
+
__typename?: 'AgentStudioActionConfiguration';
|
|
779
|
+
actions?: Maybe<Array<AgentStudioAction>>;
|
|
780
|
+
};
|
|
773
781
|
export declare type AgentStudioAgent = {
|
|
782
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
774
783
|
id: Scalars['ID']['output'];
|
|
775
784
|
name?: Maybe<Scalars['String']['output']>;
|
|
776
785
|
};
|
|
777
786
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | QueryError;
|
|
778
787
|
export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
779
788
|
__typename?: 'AgentStudioAssistant';
|
|
789
|
+
actions?: Maybe<AgentStudioActionConfiguration>;
|
|
790
|
+
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
791
|
+
creator?: Maybe<User>;
|
|
792
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
780
793
|
id: Scalars['ID']['output'];
|
|
794
|
+
instructions?: Maybe<Scalars['String']['output']>;
|
|
781
795
|
name?: Maybe<Scalars['String']['output']>;
|
|
782
796
|
};
|
|
783
797
|
export declare enum AlertEventStatus {
|
|
@@ -1227,6 +1241,7 @@ export declare type AppInstallation = {
|
|
|
1227
1241
|
installationContext: Scalars['ID']['output'];
|
|
1228
1242
|
isRecoverable: Scalars['Boolean']['output'];
|
|
1229
1243
|
license?: Maybe<AppInstallationLicense>;
|
|
1244
|
+
secondaryInstallationContexts?: Maybe<Array<Scalars['ID']['output']>>;
|
|
1230
1245
|
version?: Maybe<AppVersion>;
|
|
1231
1246
|
};
|
|
1232
1247
|
export declare type AppInstallationByIndexConnection = {
|
|
@@ -1329,6 +1344,13 @@ export declare type AppInstallationSubscribeTask = AppInstallationTask & {
|
|
|
1329
1344
|
id: Scalars['ID']['output'];
|
|
1330
1345
|
state: AppTaskState;
|
|
1331
1346
|
};
|
|
1347
|
+
export declare type AppInstallationSummary = {
|
|
1348
|
+
__typename?: 'AppInstallationSummary';
|
|
1349
|
+
id: Scalars['ID']['output'];
|
|
1350
|
+
installationContext: Scalars['ID']['output'];
|
|
1351
|
+
primaryInstallationContext: Scalars['ID']['output'];
|
|
1352
|
+
secondaryInstallationContexts?: Maybe<Array<Scalars['ID']['output']>>;
|
|
1353
|
+
};
|
|
1332
1354
|
export declare type AppInstallationTask = {
|
|
1333
1355
|
appEnvironmentId?: Maybe<Scalars['ID']['output']>;
|
|
1334
1356
|
appId: Scalars['ID']['output'];
|
|
@@ -1855,6 +1877,7 @@ export declare type ApplyPolarisProjectTemplatePayload = Payload & {
|
|
|
1855
1877
|
export declare type AppsFilter = {
|
|
1856
1878
|
isPublishable?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1857
1879
|
migrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
1880
|
+
storesPersonalData?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1858
1881
|
};
|
|
1859
1882
|
export declare type AquaIssueContext = {
|
|
1860
1883
|
__typename?: 'AquaIssueContext';
|
|
@@ -2179,6 +2202,31 @@ export declare enum AtlassianProductHostingType {
|
|
|
2179
2202
|
DataCenter = "DATA_CENTER",
|
|
2180
2203
|
Server = "SERVER"
|
|
2181
2204
|
}
|
|
2205
|
+
export declare type AtlassianUser = {
|
|
2206
|
+
__typename?: 'AtlassianUser';
|
|
2207
|
+
companyName?: Maybe<Scalars['String']['output']>;
|
|
2208
|
+
confluence?: Maybe<ConfluenceUser>;
|
|
2209
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
2210
|
+
emails?: Maybe<Array<Maybe<AtlassianUserEmail>>>;
|
|
2211
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2212
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
2213
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
2214
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
2215
|
+
photos?: Maybe<Array<Maybe<AtlassianUserPhoto>>>;
|
|
2216
|
+
team?: Maybe<Scalars['String']['output']>;
|
|
2217
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
2218
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
2219
|
+
};
|
|
2220
|
+
export declare type AtlassianUserEmail = {
|
|
2221
|
+
__typename?: 'AtlassianUserEmail';
|
|
2222
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2223
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2224
|
+
};
|
|
2225
|
+
export declare type AtlassianUserPhoto = {
|
|
2226
|
+
__typename?: 'AtlassianUserPhoto';
|
|
2227
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2228
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2229
|
+
};
|
|
2182
2230
|
export declare type AttachCompassComponentDataManagerInput = {
|
|
2183
2231
|
componentId: Scalars['ID']['input'];
|
|
2184
2232
|
externalSourceURL?: InputMaybe<Scalars['URL']['input']>;
|
|
@@ -3097,7 +3145,7 @@ export declare type CcpChargeDetails = CommerceChargeDetails & {
|
|
|
3097
3145
|
pricingPlanId?: Maybe<Scalars['ID']['output']>;
|
|
3098
3146
|
promotionInstances?: Maybe<Array<Maybe<CcpPromotionInstance>>>;
|
|
3099
3147
|
};
|
|
3100
|
-
export declare type CcpChargeElement = {
|
|
3148
|
+
export declare type CcpChargeElement = CommerceChargeElement & {
|
|
3101
3149
|
__typename?: 'CcpChargeElement';
|
|
3102
3150
|
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
3103
3151
|
unit?: Maybe<Scalars['String']['output']>;
|
|
@@ -3197,6 +3245,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3197
3245
|
context?: Maybe<CcpContext>;
|
|
3198
3246
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
3199
3247
|
defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3248
|
+
defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
|
|
3200
3249
|
enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
|
|
3201
3250
|
entitlementId?: Maybe<Scalars['ID']['output']>;
|
|
3202
3251
|
entitlementTemplate?: Maybe<CcpEntitlementTemplate>;
|
|
@@ -3225,6 +3274,9 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
3225
3274
|
export declare type CcpEntitlementDefaultOfferingTransitionsArgs = {
|
|
3226
3275
|
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3227
3276
|
};
|
|
3277
|
+
export declare type CcpEntitlementDefaultStandaloneOfferingTransitionsArgs = {
|
|
3278
|
+
offeringName?: InputMaybe<Scalars['String']['input']>;
|
|
3279
|
+
};
|
|
3228
3280
|
export declare type CcpEntitlementLatestUsageForChargeElementArgs = {
|
|
3229
3281
|
chargeElement?: InputMaybe<Scalars['String']['input']>;
|
|
3230
3282
|
};
|
|
@@ -3683,6 +3735,7 @@ export declare type CcpTrial = CommerceTrial & {
|
|
|
3683
3735
|
offeringId?: Maybe<Scalars['ID']['output']>;
|
|
3684
3736
|
pricingPlanId?: Maybe<Scalars['ID']['output']>;
|
|
3685
3737
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3738
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
3686
3739
|
};
|
|
3687
3740
|
export declare type CcpUsageUpdateCadence = {
|
|
3688
3741
|
__typename?: 'CcpUsageUpdateCadence';
|
|
@@ -3992,6 +4045,10 @@ export declare type CommerceAccountDetails = {
|
|
|
3992
4045
|
export declare type CommerceChargeDetails = {
|
|
3993
4046
|
chargeQuantities?: Maybe<Array<Maybe<CommerceChargeQuantity>>>;
|
|
3994
4047
|
};
|
|
4048
|
+
export declare type CommerceChargeElement = {
|
|
4049
|
+
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
4050
|
+
unit?: Maybe<Scalars['String']['output']>;
|
|
4051
|
+
};
|
|
3995
4052
|
export declare type CommerceChargeQuantity = {
|
|
3996
4053
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
3997
4054
|
lastUpdatedAt?: Maybe<Scalars['Float']['output']>;
|
|
@@ -4068,6 +4125,7 @@ export declare type CommerceInvoiceGroupExperienceCapabilities = {
|
|
|
4068
4125
|
configurePaymentV2?: Maybe<CommerceExperienceCapability>;
|
|
4069
4126
|
};
|
|
4070
4127
|
export declare type CommerceOffering = {
|
|
4128
|
+
chargeElements?: Maybe<Array<Maybe<CommerceChargeElement>>>;
|
|
4071
4129
|
name?: Maybe<Scalars['String']['output']>;
|
|
4072
4130
|
trial?: Maybe<CommerceOfferingTrial>;
|
|
4073
4131
|
};
|
|
@@ -4102,6 +4160,7 @@ export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
|
4102
4160
|
export declare type CommerceTrial = {
|
|
4103
4161
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4104
4162
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4163
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
4105
4164
|
};
|
|
4106
4165
|
export declare type CompanyHubFeature = {
|
|
4107
4166
|
__typename?: 'CompanyHubFeature';
|
|
@@ -8505,11 +8564,19 @@ export declare type ConfluenceCommentCountSummary = {
|
|
|
8505
8564
|
__typename?: 'ConfluenceCommentCountSummary';
|
|
8506
8565
|
total?: Maybe<Scalars['Int']['output']>;
|
|
8507
8566
|
};
|
|
8567
|
+
export declare type ConfluenceCommentFilter = {
|
|
8568
|
+
commentState?: InputMaybe<Array<InputMaybe<ConfluenceCommentState>>>;
|
|
8569
|
+
commentType?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
8570
|
+
};
|
|
8508
8571
|
export declare type ConfluenceCommentLinks = {
|
|
8509
8572
|
__typename?: 'ConfluenceCommentLinks';
|
|
8510
8573
|
base?: Maybe<Scalars['String']['output']>;
|
|
8511
8574
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
8512
8575
|
};
|
|
8576
|
+
export declare enum ConfluenceCommentState {
|
|
8577
|
+
Resolved = "RESOLVED",
|
|
8578
|
+
Unresolved = "UNRESOLVED"
|
|
8579
|
+
}
|
|
8513
8580
|
export declare enum ConfluenceCommentStatus {
|
|
8514
8581
|
Current = "CURRENT",
|
|
8515
8582
|
Draft = "DRAFT"
|
|
@@ -15140,6 +15207,17 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
|
|
|
15140
15207
|
__typename?: 'ConfluenceSubCalendarSubscribersCount';
|
|
15141
15208
|
count?: Maybe<Scalars['Int']['output']>;
|
|
15142
15209
|
};
|
|
15210
|
+
export declare type ConfluenceSubscriptionApi = {
|
|
15211
|
+
__typename?: 'ConfluenceSubscriptionApi';
|
|
15212
|
+
subscriptionPayload?: Maybe<ConfluenceSubscriptionPayload>;
|
|
15213
|
+
};
|
|
15214
|
+
export declare type ConfluenceSubscriptionApiSubscriptionPayloadArgs = {
|
|
15215
|
+
id: Scalars['ID']['input'];
|
|
15216
|
+
};
|
|
15217
|
+
export declare type ConfluenceSubscriptionPayload = {
|
|
15218
|
+
__typename?: 'ConfluenceSubscriptionPayload';
|
|
15219
|
+
contentType: Scalars['String']['output'];
|
|
15220
|
+
};
|
|
15143
15221
|
export declare type ConfluenceTeamPresence = {
|
|
15144
15222
|
__typename?: 'ConfluenceTeamPresence';
|
|
15145
15223
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
@@ -15147,6 +15225,7 @@ export declare type ConfluenceTeamPresence = {
|
|
|
15147
15225
|
export declare type ConfluenceTeamPresenceSpaceSettings = {
|
|
15148
15226
|
__typename?: 'ConfluenceTeamPresenceSpaceSettings';
|
|
15149
15227
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
15228
|
+
isEnabledOnContentViewForSite: Scalars['Boolean']['output'];
|
|
15150
15229
|
};
|
|
15151
15230
|
export declare type ConfluenceTenantContext = {
|
|
15152
15231
|
__typename?: 'ConfluenceTenantContext';
|
|
@@ -15308,6 +15387,27 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
|
15308
15387
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
15309
15388
|
success: Scalars['Boolean']['output'];
|
|
15310
15389
|
};
|
|
15390
|
+
export declare type ConfluenceUser = {
|
|
15391
|
+
__typename?: 'ConfluenceUser';
|
|
15392
|
+
accessStatus: AccessStatus;
|
|
15393
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
15394
|
+
currentUser?: Maybe<CurrentUserOperations>;
|
|
15395
|
+
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
15396
|
+
groupsWithId: Array<Maybe<Group>>;
|
|
15397
|
+
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
15398
|
+
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
15399
|
+
locale: Scalars['String']['output'];
|
|
15400
|
+
operations: Array<Maybe<OperationCheckResult>>;
|
|
15401
|
+
permissionType?: Maybe<SitePermissionType>;
|
|
15402
|
+
roles?: Maybe<GraphQlConfluenceUserRoles>;
|
|
15403
|
+
space?: Maybe<Space>;
|
|
15404
|
+
userKey?: Maybe<Scalars['String']['output']>;
|
|
15405
|
+
};
|
|
15406
|
+
export declare type ConfluenceUserContentAccessResult = {
|
|
15407
|
+
__typename?: 'ConfluenceUserContentAccessResult';
|
|
15408
|
+
canAccessList: Array<Maybe<Scalars['String']['output']>>;
|
|
15409
|
+
cannotAccessList: Array<Maybe<Scalars['String']['output']>>;
|
|
15410
|
+
};
|
|
15311
15411
|
export declare type ConfluenceUserInfo = {
|
|
15312
15412
|
__typename?: 'ConfluenceUserInfo';
|
|
15313
15413
|
type: ConfluenceUserType;
|
|
@@ -18869,6 +18969,11 @@ export declare type CurrentUser = {
|
|
|
18869
18969
|
__typename?: 'CurrentUser';
|
|
18870
18970
|
permissions: Array<Maybe<Scalars['SoftwareBoardPermission']['output']>>;
|
|
18871
18971
|
};
|
|
18972
|
+
export declare type CurrentUserOperations = {
|
|
18973
|
+
__typename?: 'CurrentUserOperations';
|
|
18974
|
+
canFollow?: Maybe<Scalars['Boolean']['output']>;
|
|
18975
|
+
followed?: Maybe<Scalars['Boolean']['output']>;
|
|
18976
|
+
};
|
|
18872
18977
|
export declare type CustomEntity = {
|
|
18873
18978
|
attributes: Array<CustomEntityAttribute>;
|
|
18874
18979
|
indexes?: InputMaybe<Array<CustomEntityIndex>>;
|
|
@@ -20698,6 +20803,12 @@ export declare type DevAiCancelRunningAutofixScanInput = {
|
|
|
20698
20803
|
repoUrl: Scalars['URL']['input'];
|
|
20699
20804
|
workspaceId: Scalars['ID']['input'];
|
|
20700
20805
|
};
|
|
20806
|
+
export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
20807
|
+
__typename?: 'DevAiCreateTechnicalPlannerJobPayload';
|
|
20808
|
+
errors?: Maybe<Array<MutationError>>;
|
|
20809
|
+
job?: Maybe<DevAiTechnicalPlannerJob>;
|
|
20810
|
+
success: Scalars['Boolean']['output'];
|
|
20811
|
+
};
|
|
20701
20812
|
export declare type DevAiGenericAutodevLog = DevAiAutodevLog & {
|
|
20702
20813
|
__typename?: 'DevAiGenericAutodevLog';
|
|
20703
20814
|
attributes?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -20864,6 +20975,25 @@ export declare enum DevAiSupportedRepoFilterOption {
|
|
|
20864
20975
|
DisabledOnly = "DISABLED_ONLY",
|
|
20865
20976
|
EnabledOnly = "ENABLED_ONLY"
|
|
20866
20977
|
}
|
|
20978
|
+
export declare type DevAiTechnicalPlannerJob = {
|
|
20979
|
+
__typename?: 'DevAiTechnicalPlannerJob';
|
|
20980
|
+
error?: Maybe<DevAiWorkflowRunError>;
|
|
20981
|
+
id: Scalars['ID']['output'];
|
|
20982
|
+
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
20983
|
+
planAdf?: Maybe<Scalars['JSON']['output']>;
|
|
20984
|
+
repoUrl?: Maybe<Scalars['URL']['output']>;
|
|
20985
|
+
status?: Maybe<DevAiWorkflowRunStatus>;
|
|
20986
|
+
};
|
|
20987
|
+
export declare type DevAiTechnicalPlannerJobConnection = {
|
|
20988
|
+
__typename?: 'DevAiTechnicalPlannerJobConnection';
|
|
20989
|
+
edges?: Maybe<Array<Maybe<DevAiTechnicalPlannerJobEdge>>>;
|
|
20990
|
+
pageInfo: PageInfo;
|
|
20991
|
+
};
|
|
20992
|
+
export declare type DevAiTechnicalPlannerJobEdge = {
|
|
20993
|
+
__typename?: 'DevAiTechnicalPlannerJobEdge';
|
|
20994
|
+
cursor: Scalars['String']['output'];
|
|
20995
|
+
node?: Maybe<DevAiTechnicalPlannerJob>;
|
|
20996
|
+
};
|
|
20867
20997
|
export declare type DevAiTriggerAutofixScanInput = {
|
|
20868
20998
|
codeCoverageCommand: Scalars['String']['input'];
|
|
20869
20999
|
codeCoverageReportPath: Scalars['String']['input'];
|
|
@@ -20879,6 +21009,19 @@ export declare type DevAiTriggerAutofixScanPayload = Payload & {
|
|
|
20879
21009
|
errors?: Maybe<Array<MutationError>>;
|
|
20880
21010
|
success: Scalars['Boolean']['output'];
|
|
20881
21011
|
};
|
|
21012
|
+
export declare type DevAiWorkflowRunError = {
|
|
21013
|
+
__typename?: 'DevAiWorkflowRunError';
|
|
21014
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
21015
|
+
httpStatus?: Maybe<Scalars['Int']['output']>;
|
|
21016
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
21017
|
+
};
|
|
21018
|
+
export declare enum DevAiWorkflowRunStatus {
|
|
21019
|
+
Cancelled = "CANCELLED",
|
|
21020
|
+
Completed = "COMPLETED",
|
|
21021
|
+
Failed = "FAILED",
|
|
21022
|
+
InProgress = "IN_PROGRESS",
|
|
21023
|
+
Pending = "PENDING"
|
|
21024
|
+
}
|
|
20882
21025
|
export declare type DevOps = {
|
|
20883
21026
|
__typename?: 'DevOps';
|
|
20884
21027
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -22698,8 +22841,39 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
22698
22841
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
22699
22842
|
}
|
|
22700
22843
|
export declare enum EcosystemLicenseMode {
|
|
22844
|
+
Agent = "AGENT",
|
|
22701
22845
|
UserAccess = "USER_ACCESS"
|
|
22702
22846
|
}
|
|
22847
|
+
export declare type EcosystemMarketplaceAppVersion = {
|
|
22848
|
+
__typename?: 'EcosystemMarketplaceAppVersion';
|
|
22849
|
+
buildNumber: Scalars['Float']['output'];
|
|
22850
|
+
editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
22851
|
+
isSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
22852
|
+
version: Scalars['String']['output'];
|
|
22853
|
+
};
|
|
22854
|
+
export declare type EcosystemMarketplaceData = {
|
|
22855
|
+
__typename?: 'EcosystemMarketplaceData';
|
|
22856
|
+
appId?: Maybe<Scalars['ID']['output']>;
|
|
22857
|
+
appKey?: Maybe<Scalars['String']['output']>;
|
|
22858
|
+
cloudAppId: Scalars['ID']['output'];
|
|
22859
|
+
forumsUrl?: Maybe<Scalars['String']['output']>;
|
|
22860
|
+
issueTrackerUrl?: Maybe<Scalars['String']['output']>;
|
|
22861
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
22862
|
+
slug?: Maybe<Scalars['String']['output']>;
|
|
22863
|
+
supportTicketSystemUrl?: Maybe<Scalars['String']['output']>;
|
|
22864
|
+
versions?: Maybe<EcosystemMarketplaceVersionConnection>;
|
|
22865
|
+
wikiUrl?: Maybe<Scalars['String']['output']>;
|
|
22866
|
+
};
|
|
22867
|
+
export declare type EcosystemMarketplaceVersionConnection = {
|
|
22868
|
+
__typename?: 'EcosystemMarketplaceVersionConnection';
|
|
22869
|
+
edges?: Maybe<Array<EcosystemMarketplaceVersionEdge>>;
|
|
22870
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
22871
|
+
};
|
|
22872
|
+
export declare type EcosystemMarketplaceVersionEdge = {
|
|
22873
|
+
__typename?: 'EcosystemMarketplaceVersionEdge';
|
|
22874
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
22875
|
+
node: EcosystemMarketplaceAppVersion;
|
|
22876
|
+
};
|
|
22703
22877
|
export declare type EcosystemMutation = {
|
|
22704
22878
|
__typename?: 'EcosystemMutation';
|
|
22705
22879
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
@@ -22811,6 +22985,7 @@ export declare type EcosystemQuery = {
|
|
|
22811
22985
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
22812
22986
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
22813
22987
|
globalInstallationConfig?: Maybe<Array<Maybe<EcosystemGlobalInstallationOverride>>>;
|
|
22988
|
+
marketplaceData: EcosystemMarketplaceData;
|
|
22814
22989
|
userAccess?: Maybe<UserAccess>;
|
|
22815
22990
|
userGrants?: Maybe<UserGrantConnection>;
|
|
22816
22991
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
@@ -22877,6 +23052,9 @@ export declare type EcosystemQueryGlobalInstallationConfigArgs = {
|
|
|
22877
23052
|
cloudId: Scalars['ID']['input'];
|
|
22878
23053
|
filter?: InputMaybe<GlobalInstallationConfigFilter>;
|
|
22879
23054
|
};
|
|
23055
|
+
export declare type EcosystemQueryMarketplaceDataArgs = {
|
|
23056
|
+
cloudAppId: Scalars['ID']['input'];
|
|
23057
|
+
};
|
|
22880
23058
|
export declare type EcosystemQueryUserAccessArgs = {
|
|
22881
23059
|
contextId: Scalars['ID']['input'];
|
|
22882
23060
|
definitionId: Scalars['ID']['input'];
|
|
@@ -23173,6 +23351,7 @@ export declare type Extension = {
|
|
|
23173
23351
|
environmentKey: Scalars['String']['output'];
|
|
23174
23352
|
environmentType: Scalars['String']['output'];
|
|
23175
23353
|
id: Scalars['ID']['output'];
|
|
23354
|
+
installation?: Maybe<AppInstallationSummary>;
|
|
23176
23355
|
installationId: Scalars['String']['output'];
|
|
23177
23356
|
key: Scalars['String']['output'];
|
|
23178
23357
|
license?: Maybe<AppInstallationLicense>;
|
|
@@ -23312,6 +23491,7 @@ export declare type ExternalBranch = Node & {
|
|
|
23312
23491
|
name?: Maybe<Scalars['String']['output']>;
|
|
23313
23492
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23314
23493
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23494
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23315
23495
|
url?: Maybe<Scalars['String']['output']>;
|
|
23316
23496
|
};
|
|
23317
23497
|
export declare type ExternalBranchReference = {
|
|
@@ -23328,15 +23508,24 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
23328
23508
|
__typename?: 'ExternalBuildInfo';
|
|
23329
23509
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23330
23510
|
buildNumber?: Maybe<Scalars['Long']['output']>;
|
|
23511
|
+
container?: Maybe<ExternalEntity>;
|
|
23512
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23513
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23514
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23331
23515
|
description?: Maybe<Scalars['String']['output']>;
|
|
23332
23516
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23333
23517
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23518
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23334
23519
|
id: Scalars['ID']['output'];
|
|
23335
23520
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23521
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23522
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23336
23523
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
23337
23524
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
23338
23525
|
state?: Maybe<ExternalBuildState>;
|
|
23339
23526
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
23527
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23528
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23340
23529
|
url?: Maybe<Scalars['String']['output']>;
|
|
23341
23530
|
};
|
|
23342
23531
|
export declare type ExternalBuildRefReference = {
|
|
@@ -23377,6 +23566,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
23377
23566
|
parent?: Maybe<ExternalEntity>;
|
|
23378
23567
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23379
23568
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
23569
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23380
23570
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23381
23571
|
url?: Maybe<Scalars['String']['output']>;
|
|
23382
23572
|
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -23429,6 +23619,7 @@ export declare type ExternalComment = Node & {
|
|
|
23429
23619
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23430
23620
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
23431
23621
|
text?: Maybe<Scalars['String']['output']>;
|
|
23622
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23432
23623
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23433
23624
|
url?: Maybe<Scalars['String']['output']>;
|
|
23434
23625
|
};
|
|
@@ -23455,6 +23646,7 @@ export declare type ExternalCommit = Node & {
|
|
|
23455
23646
|
message?: Maybe<Scalars['String']['output']>;
|
|
23456
23647
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23457
23648
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23649
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23458
23650
|
url?: Maybe<Scalars['String']['output']>;
|
|
23459
23651
|
};
|
|
23460
23652
|
export declare enum ExternalCommitFlags {
|
|
@@ -23482,6 +23674,7 @@ export declare type ExternalConversation = Node & {
|
|
|
23482
23674
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23483
23675
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
23484
23676
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23677
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23485
23678
|
topic?: Maybe<Scalars['String']['output']>;
|
|
23486
23679
|
type?: Maybe<ExternalConversationType>;
|
|
23487
23680
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23503,16 +23696,26 @@ export declare type ExternalCue = {
|
|
|
23503
23696
|
export declare type ExternalDeployment = Node & {
|
|
23504
23697
|
__typename?: 'ExternalDeployment';
|
|
23505
23698
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23699
|
+
container?: Maybe<ExternalEntity>;
|
|
23700
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23701
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23702
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23506
23703
|
deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23507
23704
|
description?: Maybe<Scalars['String']['output']>;
|
|
23508
23705
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23509
23706
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23510
23707
|
environment?: Maybe<ExternalEnvironment>;
|
|
23708
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23511
23709
|
id: Scalars['ID']['output'];
|
|
23512
23710
|
label?: Maybe<Scalars['String']['output']>;
|
|
23513
23711
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23712
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23713
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23514
23714
|
pipeline?: Maybe<ExternalPipeline>;
|
|
23715
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
23515
23716
|
state?: Maybe<ExternalDeploymentState>;
|
|
23717
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23718
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23516
23719
|
triggeredBy?: Maybe<ExternalUser>;
|
|
23517
23720
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23518
23721
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23542,6 +23745,7 @@ export declare type ExternalDesign = Node & {
|
|
|
23542
23745
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
23543
23746
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23544
23747
|
status?: Maybe<ExternalDesignStatus>;
|
|
23748
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23545
23749
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23546
23750
|
type?: Maybe<ExternalDesignType>;
|
|
23547
23751
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23580,6 +23784,7 @@ export declare type ExternalDocument = Node & {
|
|
|
23580
23784
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23581
23785
|
parent?: Maybe<ExternalEntity>;
|
|
23582
23786
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23787
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23583
23788
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23584
23789
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
23585
23790
|
type?: Maybe<ExternalDocumentType>;
|
|
@@ -23676,6 +23881,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
23676
23881
|
id: Scalars['ID']['output'];
|
|
23677
23882
|
key?: Maybe<Scalars['String']['output']>;
|
|
23678
23883
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
23884
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23679
23885
|
};
|
|
23680
23886
|
export declare type ExternalFeatureFlagDetail = {
|
|
23681
23887
|
__typename?: 'ExternalFeatureFlagDetail';
|
|
@@ -23765,6 +23971,7 @@ export declare type ExternalMessage = Node & {
|
|
|
23765
23971
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23766
23972
|
parent?: Maybe<ExternalEntity>;
|
|
23767
23973
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23974
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23768
23975
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23769
23976
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23770
23977
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23782,6 +23989,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
23782
23989
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23783
23990
|
parent?: Maybe<ExternalEntity>;
|
|
23784
23991
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23992
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23785
23993
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23786
23994
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23787
23995
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23806,6 +24014,7 @@ export declare type ExternalPosition = Node & {
|
|
|
23806
24014
|
parent?: Maybe<ExternalEntity>;
|
|
23807
24015
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23808
24016
|
status?: Maybe<Scalars['String']['output']>;
|
|
24017
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23809
24018
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23810
24019
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23811
24020
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23838,6 +24047,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
23838
24047
|
status?: Maybe<ExternalPullRequestStatus>;
|
|
23839
24048
|
supportedActions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
23840
24049
|
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
24050
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23841
24051
|
title?: Maybe<Scalars['String']['output']>;
|
|
23842
24052
|
url?: Maybe<Scalars['String']['output']>;
|
|
23843
24053
|
};
|
|
@@ -23871,6 +24081,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
23871
24081
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23872
24082
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
23873
24083
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
24084
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23874
24085
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23875
24086
|
type?: Maybe<Scalars['String']['output']>;
|
|
23876
24087
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23900,6 +24111,7 @@ export declare type ExternalRepository = Node & {
|
|
|
23900
24111
|
name?: Maybe<Scalars['String']['output']>;
|
|
23901
24112
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23902
24113
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24114
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23903
24115
|
url?: Maybe<Scalars['String']['output']>;
|
|
23904
24116
|
};
|
|
23905
24117
|
export declare type ExternalReviewer = {
|
|
@@ -23922,6 +24134,7 @@ export declare type ExternalSpace = Node & {
|
|
|
23922
24134
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23923
24135
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23924
24136
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
24137
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23925
24138
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23926
24139
|
url?: Maybe<Scalars['String']['output']>;
|
|
23927
24140
|
};
|
|
@@ -23966,6 +24179,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23966
24179
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23967
24180
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23968
24181
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
24182
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23969
24183
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
23970
24184
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23971
24185
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23984,6 +24198,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
23984
24198
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23985
24199
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
23986
24200
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
24201
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23987
24202
|
type?: Maybe<ExternalVulnerabilityType>;
|
|
23988
24203
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23989
24204
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24043,6 +24258,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24043
24258
|
status?: Maybe<Scalars['String']['output']>;
|
|
24044
24259
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
24045
24260
|
team?: Maybe<Scalars['String']['output']>;
|
|
24261
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24046
24262
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24047
24263
|
url?: Maybe<Scalars['String']['output']>;
|
|
24048
24264
|
};
|
|
@@ -24081,6 +24297,7 @@ export declare type ExternalWorker = Node & {
|
|
|
24081
24297
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24082
24298
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24083
24299
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24300
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24084
24301
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24085
24302
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24086
24303
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -26791,6 +27008,12 @@ export declare type GraphProjectServiceEdge = {
|
|
|
26791
27008
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
26792
27009
|
node: GraphProjectService;
|
|
26793
27010
|
};
|
|
27011
|
+
export declare type GraphQlConfluenceUserRoles = {
|
|
27012
|
+
__typename?: 'GraphQLConfluenceUserRoles';
|
|
27013
|
+
canBeSuperAdmin: Scalars['Boolean']['output'];
|
|
27014
|
+
canUseConfluence: Scalars['Boolean']['output'];
|
|
27015
|
+
isSuperAdmin: Scalars['Boolean']['output'];
|
|
27016
|
+
};
|
|
26794
27017
|
export declare type GraphQlContactAdminStatus = {
|
|
26795
27018
|
__typename?: 'GraphQLContactAdminStatus';
|
|
26796
27019
|
success: Scalars['Boolean']['output'];
|
|
@@ -29104,6 +29327,8 @@ export declare type GraphStore = {
|
|
|
29104
29327
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
29105
29328
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29106
29329
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29330
|
+
confluenceBlogpostSharedWithUser?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection>;
|
|
29331
|
+
confluenceBlogpostSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection>;
|
|
29107
29332
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
29108
29333
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
29109
29334
|
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
@@ -29117,6 +29342,8 @@ export declare type GraphStore = {
|
|
|
29117
29342
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29118
29343
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29119
29344
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29345
|
+
confluenceSpaceHasConfluenceFolder?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection>;
|
|
29346
|
+
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29120
29347
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29121
29348
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
29122
29349
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -29130,6 +29357,7 @@ export declare type GraphStore = {
|
|
|
29130
29357
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
29131
29358
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
29132
29359
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
29360
|
+
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
29133
29361
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
29134
29362
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
29135
29363
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -29222,6 +29450,10 @@ export declare type GraphStore = {
|
|
|
29222
29450
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
29223
29451
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
29224
29452
|
issueInStatusInverse?: Maybe<GraphStoreSimplifiedIssueInStatusInverseConnection>;
|
|
29453
|
+
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
29454
|
+
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
29455
|
+
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
29456
|
+
issueMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseConnection>;
|
|
29225
29457
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
29226
29458
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
29227
29459
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -29242,6 +29474,8 @@ export declare type GraphStore = {
|
|
|
29242
29474
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
29243
29475
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29244
29476
|
jiraEpicContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29477
|
+
jiraIssueBlockedByJiraIssue?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection>;
|
|
29478
|
+
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
29245
29479
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
29246
29480
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
29247
29481
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
@@ -29272,6 +29506,8 @@ export declare type GraphStore = {
|
|
|
29272
29506
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
29273
29507
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29274
29508
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29509
|
+
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
29510
|
+
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
29275
29511
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
29276
29512
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
29277
29513
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -29396,6 +29632,8 @@ export declare type GraphStore = {
|
|
|
29396
29632
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
29397
29633
|
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
29398
29634
|
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
29635
|
+
serviceAssociatedTeam?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamConnection>;
|
|
29636
|
+
serviceAssociatedTeamInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseConnection>;
|
|
29399
29637
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
29400
29638
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
29401
29639
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -29501,6 +29739,8 @@ export declare type GraphStore = {
|
|
|
29501
29739
|
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
29502
29740
|
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
29503
29741
|
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
29742
|
+
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
29743
|
+
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
29504
29744
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
29505
29745
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
29506
29746
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
@@ -29517,6 +29757,8 @@ export declare type GraphStore = {
|
|
|
29517
29757
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
29518
29758
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
29519
29759
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
29760
|
+
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
29761
|
+
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
29520
29762
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
29521
29763
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
29522
29764
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
@@ -29529,6 +29771,10 @@ export declare type GraphStore = {
|
|
|
29529
29771
|
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
29530
29772
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
29531
29773
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
29774
|
+
userMentionedInConversation?: Maybe<GraphStoreSimplifiedUserMentionedInConversationConnection>;
|
|
29775
|
+
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
29776
|
+
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
29777
|
+
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
29532
29778
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
29533
29779
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
29534
29780
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -29553,6 +29799,7 @@ export declare type GraphStore = {
|
|
|
29553
29799
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
29554
29800
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
29555
29801
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
29802
|
+
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
29556
29803
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
29557
29804
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
29558
29805
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -29903,6 +30150,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
29903
30150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29904
30151
|
id: Scalars['ID']['input'];
|
|
29905
30152
|
};
|
|
30153
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserArgs = {
|
|
30154
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30155
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30156
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30157
|
+
id: Scalars['ID']['input'];
|
|
30158
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
30159
|
+
};
|
|
30160
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserInverseArgs = {
|
|
30161
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30162
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30163
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30164
|
+
id: Scalars['ID']['input'];
|
|
30165
|
+
sort?: InputMaybe<GraphStoreConfluenceBlogpostSharedWithUserSortInput>;
|
|
30166
|
+
};
|
|
29906
30167
|
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
29907
30168
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29908
30169
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29994,6 +30255,20 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
29994
30255
|
id: Scalars['ID']['input'];
|
|
29995
30256
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29996
30257
|
};
|
|
30258
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderArgs = {
|
|
30259
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30260
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30261
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30262
|
+
id: Scalars['ID']['input'];
|
|
30263
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30264
|
+
};
|
|
30265
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderInverseArgs = {
|
|
30266
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30267
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30268
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30269
|
+
id: Scalars['ID']['input'];
|
|
30270
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30271
|
+
};
|
|
29997
30272
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29998
30273
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29999
30274
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30078,6 +30353,13 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
30078
30353
|
id: Scalars['ID']['input'];
|
|
30079
30354
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
30080
30355
|
};
|
|
30356
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserArgs = {
|
|
30357
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30358
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30359
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30360
|
+
id: Scalars['ID']['input'];
|
|
30361
|
+
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
|
|
30362
|
+
};
|
|
30081
30363
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
30082
30364
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30083
30365
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30651,6 +30933,34 @@ export declare type GraphStoreIssueInStatusInverseArgs = {
|
|
|
30651
30933
|
id: Scalars['ID']['input'];
|
|
30652
30934
|
sort?: InputMaybe<GraphStoreIssueInStatusSortInput>;
|
|
30653
30935
|
};
|
|
30936
|
+
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
30937
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30938
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30939
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30940
|
+
id: Scalars['ID']['input'];
|
|
30941
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30942
|
+
};
|
|
30943
|
+
export declare type GraphStoreIssueMentionedInConversationInverseArgs = {
|
|
30944
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30945
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30946
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30947
|
+
id: Scalars['ID']['input'];
|
|
30948
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30949
|
+
};
|
|
30950
|
+
export declare type GraphStoreIssueMentionedInMessageArgs = {
|
|
30951
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30952
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30953
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30954
|
+
id: Scalars['ID']['input'];
|
|
30955
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30956
|
+
};
|
|
30957
|
+
export declare type GraphStoreIssueMentionedInMessageInverseArgs = {
|
|
30958
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30959
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30960
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30961
|
+
id: Scalars['ID']['input'];
|
|
30962
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30963
|
+
};
|
|
30654
30964
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
30655
30965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30656
30966
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30771,6 +31081,20 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
|
|
|
30771
31081
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30772
31082
|
id: Scalars['ID']['input'];
|
|
30773
31083
|
};
|
|
31084
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueArgs = {
|
|
31085
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31086
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31087
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31088
|
+
id: Scalars['ID']['input'];
|
|
31089
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
31090
|
+
};
|
|
31091
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueInverseArgs = {
|
|
31092
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31093
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31094
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31095
|
+
id: Scalars['ID']['input'];
|
|
31096
|
+
sort?: InputMaybe<GraphStoreJiraIssueBlockedByJiraIssueSortInput>;
|
|
31097
|
+
};
|
|
30774
31098
|
export declare type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
30775
31099
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30776
31100
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30959,6 +31283,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
30959
31283
|
ids: Array<Scalars['ID']['input']>;
|
|
30960
31284
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
30961
31285
|
};
|
|
31286
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
31287
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31288
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31289
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31290
|
+
id: Scalars['ID']['input'];
|
|
31291
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31292
|
+
};
|
|
31293
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderInverseArgs = {
|
|
31294
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31295
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31296
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31297
|
+
id: Scalars['ID']['input'];
|
|
31298
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31299
|
+
};
|
|
30962
31300
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
30963
31301
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30964
31302
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31753,6 +32091,20 @@ export declare type GraphStoreServiceAssociatedRemoteLinkInverseArgs = {
|
|
|
31753
32091
|
id: Scalars['ID']['input'];
|
|
31754
32092
|
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
31755
32093
|
};
|
|
32094
|
+
export declare type GraphStoreServiceAssociatedTeamArgs = {
|
|
32095
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32096
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32097
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32098
|
+
id: Scalars['ID']['input'];
|
|
32099
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedTeamSortInput>;
|
|
32100
|
+
};
|
|
32101
|
+
export declare type GraphStoreServiceAssociatedTeamInverseArgs = {
|
|
32102
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32103
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32104
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32105
|
+
id: Scalars['ID']['input'];
|
|
32106
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedTeamSortInput>;
|
|
32107
|
+
};
|
|
31756
32108
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
31757
32109
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31758
32110
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32461,6 +32813,20 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
|
32461
32813
|
id: Scalars['ID']['input'];
|
|
32462
32814
|
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
32463
32815
|
};
|
|
32816
|
+
export declare type GraphStoreUserCreatedIssueWorklogArgs = {
|
|
32817
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32818
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32819
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32820
|
+
id: Scalars['ID']['input'];
|
|
32821
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
|
|
32822
|
+
};
|
|
32823
|
+
export declare type GraphStoreUserCreatedIssueWorklogInverseArgs = {
|
|
32824
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32825
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32826
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32827
|
+
id: Scalars['ID']['input'];
|
|
32828
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
|
|
32829
|
+
};
|
|
32464
32830
|
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
32465
32831
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32466
32832
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32573,6 +32939,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
32573
32939
|
id: Scalars['ID']['input'];
|
|
32574
32940
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
32575
32941
|
};
|
|
32942
|
+
export declare type GraphStoreUserHasCollaboratorsArgs = {
|
|
32943
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32944
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32945
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32946
|
+
id: Scalars['ID']['input'];
|
|
32947
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32948
|
+
};
|
|
32949
|
+
export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
|
|
32950
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32951
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32952
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32953
|
+
id: Scalars['ID']['input'];
|
|
32954
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32955
|
+
};
|
|
32576
32956
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
32577
32957
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32578
32958
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32657,6 +33037,34 @@ export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
|
32657
33037
|
id: Scalars['ID']['input'];
|
|
32658
33038
|
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
32659
33039
|
};
|
|
33040
|
+
export declare type GraphStoreUserMentionedInConversationArgs = {
|
|
33041
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33042
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33043
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33044
|
+
id: Scalars['ID']['input'];
|
|
33045
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
33046
|
+
};
|
|
33047
|
+
export declare type GraphStoreUserMentionedInConversationInverseArgs = {
|
|
33048
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33049
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33050
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33051
|
+
id: Scalars['ID']['input'];
|
|
33052
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
33053
|
+
};
|
|
33054
|
+
export declare type GraphStoreUserMentionedInMessageArgs = {
|
|
33055
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33056
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33057
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33058
|
+
id: Scalars['ID']['input'];
|
|
33059
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
33060
|
+
};
|
|
33061
|
+
export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
33062
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33063
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33064
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33065
|
+
id: Scalars['ID']['input'];
|
|
33066
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
33067
|
+
};
|
|
32660
33068
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
32661
33069
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32662
33070
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32825,6 +33233,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
32825
33233
|
id: Scalars['ID']['input'];
|
|
32826
33234
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32827
33235
|
};
|
|
33236
|
+
export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
33237
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33238
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33239
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33240
|
+
id: Scalars['ID']['input'];
|
|
33241
|
+
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
33242
|
+
};
|
|
32828
33243
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32829
33244
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32830
33245
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34054,6 +34469,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
34054
34469
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34055
34470
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34056
34471
|
};
|
|
34472
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserSortInput = {
|
|
34473
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34474
|
+
};
|
|
34057
34475
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
34058
34476
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34059
34477
|
};
|
|
@@ -34075,6 +34493,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
|
34075
34493
|
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
34076
34494
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34077
34495
|
};
|
|
34496
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
34497
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34498
|
+
};
|
|
34078
34499
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
34079
34500
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34080
34501
|
};
|
|
@@ -34194,6 +34615,20 @@ export declare type GraphStoreCreateJswProjectAssociatedComponentRelationshipInp
|
|
|
34194
34615
|
to: Scalars['ID']['input'];
|
|
34195
34616
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34196
34617
|
};
|
|
34618
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34619
|
+
relationships: Array<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34620
|
+
};
|
|
34621
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34622
|
+
__typename?: 'GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34623
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34624
|
+
success: Scalars['Boolean']['output'];
|
|
34625
|
+
};
|
|
34626
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34627
|
+
from: Scalars['ID']['input'];
|
|
34628
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
34629
|
+
to: Scalars['ID']['input'];
|
|
34630
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34631
|
+
};
|
|
34197
34632
|
export declare type GraphStoreCreateProjectAssociatedOpsgenieTeamInput = {
|
|
34198
34633
|
relationships: Array<GraphStoreCreateProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34199
34634
|
};
|
|
@@ -34485,7 +34920,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
34485
34920
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
34486
34921
|
id: Scalars['ID']['output'];
|
|
34487
34922
|
};
|
|
34488
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34923
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34489
34924
|
export declare type GraphStoreCypherQueryNode = {
|
|
34490
34925
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
34491
34926
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -34510,8 +34945,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
34510
34945
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
34511
34946
|
id: Scalars['ID']['output'];
|
|
34512
34947
|
};
|
|
34513
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34514
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34948
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34949
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject;
|
|
34515
34950
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
34516
34951
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
34517
34952
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -34599,6 +35034,19 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
|
|
|
34599
35034
|
from: Scalars['ID']['input'];
|
|
34600
35035
|
to: Scalars['ID']['input'];
|
|
34601
35036
|
};
|
|
35037
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
35038
|
+
relationships: Array<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
35039
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35040
|
+
};
|
|
35041
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
35042
|
+
__typename?: 'GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
35043
|
+
errors?: Maybe<Array<MutationError>>;
|
|
35044
|
+
success: Scalars['Boolean']['output'];
|
|
35045
|
+
};
|
|
35046
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
35047
|
+
from: Scalars['ID']['input'];
|
|
35048
|
+
to: Scalars['ID']['input'];
|
|
35049
|
+
};
|
|
34602
35050
|
export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
|
|
34603
35051
|
relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34604
35052
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34823,6 +35271,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
34823
35271
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
34824
35272
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34825
35273
|
};
|
|
35274
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
35275
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35276
|
+
};
|
|
34826
35277
|
export declare type GraphStoreFloatFilterInput = {
|
|
34827
35278
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
34828
35279
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -38396,6 +38847,12 @@ export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
|
38396
38847
|
export declare type GraphStoreIssueInStatusSortInput = {
|
|
38397
38848
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38398
38849
|
};
|
|
38850
|
+
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
38851
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38852
|
+
};
|
|
38853
|
+
export declare type GraphStoreIssueMentionedInMessageSortInput = {
|
|
38854
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38855
|
+
};
|
|
38399
38856
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
38400
38857
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38401
38858
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38423,6 +38880,9 @@ export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
|
38423
38880
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
38424
38881
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38425
38882
|
};
|
|
38883
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
38884
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38885
|
+
};
|
|
38426
38886
|
export declare type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
38427
38887
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38428
38888
|
};
|
|
@@ -38520,6 +38980,12 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
38520
38980
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
38521
38981
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38522
38982
|
};
|
|
38983
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
38984
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38985
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38986
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38987
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38988
|
+
};
|
|
38523
38989
|
export declare type GraphStoreMutation = {
|
|
38524
38990
|
__typename?: 'GraphStoreMutation';
|
|
38525
38991
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -38528,6 +38994,7 @@ export declare type GraphStoreMutation = {
|
|
|
38528
38994
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
38529
38995
|
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
38530
38996
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
38997
|
+
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38531
38998
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
38532
38999
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
38533
39000
|
createProjectDisassociatedRepo?: Maybe<GraphStoreCreateProjectDisassociatedRepoPayload>;
|
|
@@ -38551,6 +39018,7 @@ export declare type GraphStoreMutation = {
|
|
|
38551
39018
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
38552
39019
|
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
38553
39020
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
39021
|
+
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38554
39022
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
38555
39023
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
38556
39024
|
deleteProjectDisassociatedRepo?: Maybe<GraphStoreDeleteProjectDisassociatedRepoPayload>;
|
|
@@ -38587,6 +39055,9 @@ export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
|
38587
39055
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
38588
39056
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
38589
39057
|
};
|
|
39058
|
+
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39059
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39060
|
+
};
|
|
38590
39061
|
export declare type GraphStoreMutationCreateProjectAssociatedOpsgenieTeamArgs = {
|
|
38591
39062
|
input?: InputMaybe<GraphStoreCreateProjectAssociatedOpsgenieTeamInput>;
|
|
38592
39063
|
};
|
|
@@ -38656,6 +39127,9 @@ export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
|
38656
39127
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
38657
39128
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
38658
39129
|
};
|
|
39130
|
+
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39131
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39132
|
+
};
|
|
38659
39133
|
export declare type GraphStoreMutationDeleteProjectAssociatedOpsgenieTeamArgs = {
|
|
38660
39134
|
input?: InputMaybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamInput>;
|
|
38661
39135
|
};
|
|
@@ -39172,6 +39646,9 @@ export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
|
39172
39646
|
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
39173
39647
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39174
39648
|
};
|
|
39649
|
+
export declare type GraphStoreServiceAssociatedTeamSortInput = {
|
|
39650
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39651
|
+
};
|
|
39175
39652
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
39176
39653
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
39177
39654
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -39651,6 +40128,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
39651
40128
|
};
|
|
39652
40129
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
39653
40130
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueUnion = JiraIssue;
|
|
40131
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection = HasPageInfo & {
|
|
40132
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection';
|
|
40133
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge>>>;
|
|
40134
|
+
pageInfo: PageInfo;
|
|
40135
|
+
};
|
|
40136
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge = {
|
|
40137
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserEdge';
|
|
40138
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40139
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40140
|
+
id: Scalars['ID']['output'];
|
|
40141
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40142
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion>;
|
|
40143
|
+
};
|
|
40144
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection = HasPageInfo & {
|
|
40145
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection';
|
|
40146
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge>>>;
|
|
40147
|
+
pageInfo: PageInfo;
|
|
40148
|
+
};
|
|
40149
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge = {
|
|
40150
|
+
__typename?: 'GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseEdge';
|
|
40151
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40152
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40153
|
+
id: Scalars['ID']['output'];
|
|
40154
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40155
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion>;
|
|
40156
|
+
};
|
|
40157
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseUnion = ConfluenceBlogPost;
|
|
40158
|
+
export declare type GraphStoreSimplifiedConfluenceBlogpostSharedWithUserUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39654
40159
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
39655
40160
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
39656
40161
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
@@ -39833,6 +40338,34 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
39833
40338
|
};
|
|
39834
40339
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39835
40340
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
40341
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection = HasPageInfo & {
|
|
40342
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection';
|
|
40343
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge>>>;
|
|
40344
|
+
pageInfo: PageInfo;
|
|
40345
|
+
};
|
|
40346
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge = {
|
|
40347
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge';
|
|
40348
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40349
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40350
|
+
id: Scalars['ID']['output'];
|
|
40351
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40352
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion>;
|
|
40353
|
+
};
|
|
40354
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection = HasPageInfo & {
|
|
40355
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection';
|
|
40356
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge>>>;
|
|
40357
|
+
pageInfo: PageInfo;
|
|
40358
|
+
};
|
|
40359
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge = {
|
|
40360
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge';
|
|
40361
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40362
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40363
|
+
id: Scalars['ID']['output'];
|
|
40364
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40365
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion>;
|
|
40366
|
+
};
|
|
40367
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion = ConfluenceSpace;
|
|
40368
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion = ConfluenceFolder;
|
|
39836
40369
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39837
40370
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39838
40371
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -39945,6 +40478,20 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
39945
40478
|
};
|
|
39946
40479
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
39947
40480
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
40481
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection = HasPageInfo & {
|
|
40482
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection';
|
|
40483
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge>>>;
|
|
40484
|
+
pageInfo: PageInfo;
|
|
40485
|
+
};
|
|
40486
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge = {
|
|
40487
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge';
|
|
40488
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40489
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40490
|
+
id: Scalars['ID']['output'];
|
|
40491
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40492
|
+
node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion>;
|
|
40493
|
+
};
|
|
40494
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
|
|
39948
40495
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
39949
40496
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
39950
40497
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -40543,6 +41090,62 @@ export declare type GraphStoreSimplifiedIssueInStatusInverseEdge = {
|
|
|
40543
41090
|
node?: Maybe<GraphStoreSimplifiedIssueInStatusInverseUnion>;
|
|
40544
41091
|
};
|
|
40545
41092
|
export declare type GraphStoreSimplifiedIssueInStatusInverseUnion = JiraIssue;
|
|
41093
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
41094
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
41095
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
41096
|
+
pageInfo: PageInfo;
|
|
41097
|
+
};
|
|
41098
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationEdge = {
|
|
41099
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationEdge';
|
|
41100
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41101
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41102
|
+
id: Scalars['ID']['output'];
|
|
41103
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41104
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationUnion>;
|
|
41105
|
+
};
|
|
41106
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseConnection = HasPageInfo & {
|
|
41107
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseConnection';
|
|
41108
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseEdge>>>;
|
|
41109
|
+
pageInfo: PageInfo;
|
|
41110
|
+
};
|
|
41111
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseEdge = {
|
|
41112
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseEdge';
|
|
41113
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41114
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41115
|
+
id: Scalars['ID']['output'];
|
|
41116
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41117
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseUnion>;
|
|
41118
|
+
};
|
|
41119
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseUnion = JiraIssue;
|
|
41120
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationUnion = ExternalConversation;
|
|
41121
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageConnection = HasPageInfo & {
|
|
41122
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageConnection';
|
|
41123
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageEdge>>>;
|
|
41124
|
+
pageInfo: PageInfo;
|
|
41125
|
+
};
|
|
41126
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageEdge = {
|
|
41127
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageEdge';
|
|
41128
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41129
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41130
|
+
id: Scalars['ID']['output'];
|
|
41131
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41132
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageUnion>;
|
|
41133
|
+
};
|
|
41134
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseConnection = HasPageInfo & {
|
|
41135
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseConnection';
|
|
41136
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseEdge>>>;
|
|
41137
|
+
pageInfo: PageInfo;
|
|
41138
|
+
};
|
|
41139
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseEdge = {
|
|
41140
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseEdge';
|
|
41141
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41142
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41143
|
+
id: Scalars['ID']['output'];
|
|
41144
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41145
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseUnion>;
|
|
41146
|
+
};
|
|
41147
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseUnion = JiraIssue;
|
|
41148
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageUnion = ExternalMessage;
|
|
40546
41149
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
40547
41150
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
40548
41151
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -40699,6 +41302,34 @@ export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseEdg
|
|
|
40699
41302
|
};
|
|
40700
41303
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseUnion = JiraIssue;
|
|
40701
41304
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalUnion = TownsquareGoal;
|
|
41305
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection = HasPageInfo & {
|
|
41306
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection';
|
|
41307
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge>>>;
|
|
41308
|
+
pageInfo: PageInfo;
|
|
41309
|
+
};
|
|
41310
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge = {
|
|
41311
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueEdge';
|
|
41312
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41313
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41314
|
+
id: Scalars['ID']['output'];
|
|
41315
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41316
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion>;
|
|
41317
|
+
};
|
|
41318
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection = HasPageInfo & {
|
|
41319
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection';
|
|
41320
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge>>>;
|
|
41321
|
+
pageInfo: PageInfo;
|
|
41322
|
+
};
|
|
41323
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge = {
|
|
41324
|
+
__typename?: 'GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseEdge';
|
|
41325
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41326
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41327
|
+
id: Scalars['ID']['output'];
|
|
41328
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41329
|
+
node?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion>;
|
|
41330
|
+
};
|
|
41331
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseUnion = JiraIssue;
|
|
41332
|
+
export declare type GraphStoreSimplifiedJiraIssueBlockedByJiraIssueUnion = JiraIssue;
|
|
40702
41333
|
export declare type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection = HasPageInfo & {
|
|
40703
41334
|
__typename?: 'GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection';
|
|
40704
41335
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge>>>;
|
|
@@ -40919,6 +41550,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
40919
41550
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
40920
41551
|
};
|
|
40921
41552
|
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
41553
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection = HasPageInfo & HasTotal & {
|
|
41554
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection';
|
|
41555
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge>>>;
|
|
41556
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41557
|
+
pageInfo: PageInfo;
|
|
41558
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41559
|
+
};
|
|
41560
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge = {
|
|
41561
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge';
|
|
41562
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41563
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41564
|
+
id: Scalars['ID']['output'];
|
|
41565
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41566
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion>;
|
|
41567
|
+
};
|
|
41568
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection = HasPageInfo & HasTotal & {
|
|
41569
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection';
|
|
41570
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge>>>;
|
|
41571
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41572
|
+
pageInfo: PageInfo;
|
|
41573
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41574
|
+
};
|
|
41575
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge = {
|
|
41576
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge';
|
|
41577
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41578
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41579
|
+
id: Scalars['ID']['output'];
|
|
41580
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41581
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion>;
|
|
41582
|
+
};
|
|
41583
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41584
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion = ConfluenceFolder;
|
|
40922
41585
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
40923
41586
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
40924
41587
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -41961,6 +42624,34 @@ export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge =
|
|
|
41961
42624
|
};
|
|
41962
42625
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion = DevOpsService;
|
|
41963
42626
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
42627
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamConnection = HasPageInfo & {
|
|
42628
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamConnection';
|
|
42629
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedTeamEdge>>>;
|
|
42630
|
+
pageInfo: PageInfo;
|
|
42631
|
+
};
|
|
42632
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamEdge = {
|
|
42633
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamEdge';
|
|
42634
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42635
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42636
|
+
id: Scalars['ID']['output'];
|
|
42637
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42638
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamUnion>;
|
|
42639
|
+
};
|
|
42640
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseConnection = HasPageInfo & {
|
|
42641
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamInverseConnection';
|
|
42642
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseEdge>>>;
|
|
42643
|
+
pageInfo: PageInfo;
|
|
42644
|
+
};
|
|
42645
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseEdge = {
|
|
42646
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamInverseEdge';
|
|
42647
|
+
createdAt: Scalars['DateTime']['output'];
|
|
42648
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
42649
|
+
id: Scalars['ID']['output'];
|
|
42650
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
42651
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseUnion>;
|
|
42652
|
+
};
|
|
42653
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamInverseUnion = DevOpsService;
|
|
42654
|
+
export declare type GraphStoreSimplifiedServiceAssociatedTeamUnion = OpsgenieTeam;
|
|
41964
42655
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
41965
42656
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
41966
42657
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -43055,6 +43746,34 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
|
43055
43746
|
};
|
|
43056
43747
|
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43057
43748
|
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
43749
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogConnection = HasPageInfo & {
|
|
43750
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogConnection';
|
|
43751
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogEdge>>>;
|
|
43752
|
+
pageInfo: PageInfo;
|
|
43753
|
+
};
|
|
43754
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogEdge = {
|
|
43755
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogEdge';
|
|
43756
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43757
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43758
|
+
id: Scalars['ID']['output'];
|
|
43759
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43760
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogUnion>;
|
|
43761
|
+
};
|
|
43762
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection = HasPageInfo & {
|
|
43763
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection';
|
|
43764
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge>>>;
|
|
43765
|
+
pageInfo: PageInfo;
|
|
43766
|
+
};
|
|
43767
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
43768
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge';
|
|
43769
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43770
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43771
|
+
id: Scalars['ID']['output'];
|
|
43772
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43773
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion>;
|
|
43774
|
+
};
|
|
43775
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43776
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
43058
43777
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
43059
43778
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
43060
43779
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -43279,6 +43998,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
43279
43998
|
};
|
|
43280
43999
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43281
44000
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
44001
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
|
|
44002
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
|
|
44003
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
|
|
44004
|
+
pageInfo: PageInfo;
|
|
44005
|
+
};
|
|
44006
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
|
|
44007
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
|
|
44008
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44009
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44010
|
+
id: Scalars['ID']['output'];
|
|
44011
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44012
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
|
|
44013
|
+
};
|
|
44014
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
|
|
44015
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
|
|
44016
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
|
|
44017
|
+
pageInfo: PageInfo;
|
|
44018
|
+
};
|
|
44019
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
|
|
44020
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
|
|
44021
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44022
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44023
|
+
id: Scalars['ID']['output'];
|
|
44024
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44025
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
|
|
44026
|
+
};
|
|
44027
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44028
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43282
44029
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
43283
44030
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
43284
44031
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -43451,6 +44198,62 @@ export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
|
43451
44198
|
};
|
|
43452
44199
|
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43453
44200
|
export declare type GraphStoreSimplifiedUserMemberOfConversationUnion = ExternalConversation;
|
|
44201
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationConnection = HasPageInfo & {
|
|
44202
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationConnection';
|
|
44203
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationEdge>>>;
|
|
44204
|
+
pageInfo: PageInfo;
|
|
44205
|
+
};
|
|
44206
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationEdge = {
|
|
44207
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationEdge';
|
|
44208
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44209
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44210
|
+
id: Scalars['ID']['output'];
|
|
44211
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44212
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationUnion>;
|
|
44213
|
+
};
|
|
44214
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseConnection = HasPageInfo & {
|
|
44215
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseConnection';
|
|
44216
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseEdge>>>;
|
|
44217
|
+
pageInfo: PageInfo;
|
|
44218
|
+
};
|
|
44219
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseEdge = {
|
|
44220
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseEdge';
|
|
44221
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44222
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44223
|
+
id: Scalars['ID']['output'];
|
|
44224
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44225
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseUnion>;
|
|
44226
|
+
};
|
|
44227
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44228
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationUnion = ExternalConversation;
|
|
44229
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageConnection = HasPageInfo & {
|
|
44230
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageConnection';
|
|
44231
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageEdge>>>;
|
|
44232
|
+
pageInfo: PageInfo;
|
|
44233
|
+
};
|
|
44234
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageEdge = {
|
|
44235
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageEdge';
|
|
44236
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44237
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44238
|
+
id: Scalars['ID']['output'];
|
|
44239
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44240
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageUnion>;
|
|
44241
|
+
};
|
|
44242
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseConnection = HasPageInfo & {
|
|
44243
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseConnection';
|
|
44244
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseEdge>>>;
|
|
44245
|
+
pageInfo: PageInfo;
|
|
44246
|
+
};
|
|
44247
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
44248
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseEdge';
|
|
44249
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44250
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44251
|
+
id: Scalars['ID']['output'];
|
|
44252
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44253
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseUnion>;
|
|
44254
|
+
};
|
|
44255
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44256
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
43454
44257
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
43455
44258
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
43456
44259
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -43791,6 +44594,20 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
43791
44594
|
};
|
|
43792
44595
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43793
44596
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
44597
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection = HasPageInfo & {
|
|
44598
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection';
|
|
44599
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge>>>;
|
|
44600
|
+
pageInfo: PageInfo;
|
|
44601
|
+
};
|
|
44602
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
44603
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge';
|
|
44604
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44605
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44606
|
+
id: Scalars['ID']['output'];
|
|
44607
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44608
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion>;
|
|
44609
|
+
};
|
|
44610
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43794
44611
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
43795
44612
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
43796
44613
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -44957,6 +45774,9 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
|
44957
45774
|
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
44958
45775
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44959
45776
|
};
|
|
45777
|
+
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
45778
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45779
|
+
};
|
|
44960
45780
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
44961
45781
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44962
45782
|
};
|
|
@@ -44981,6 +45801,9 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
44981
45801
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
44982
45802
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44983
45803
|
};
|
|
45804
|
+
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
45805
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45806
|
+
};
|
|
44984
45807
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
44985
45808
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
44986
45809
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -45002,6 +45825,12 @@ export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
|
45002
45825
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
45003
45826
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45004
45827
|
};
|
|
45828
|
+
export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
45829
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45830
|
+
};
|
|
45831
|
+
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
45832
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45833
|
+
};
|
|
45005
45834
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
45006
45835
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45007
45836
|
};
|
|
@@ -45041,6 +45870,9 @@ export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
|
45041
45870
|
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
45042
45871
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45043
45872
|
};
|
|
45873
|
+
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
45874
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45875
|
+
};
|
|
45044
45876
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
45045
45877
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45046
45878
|
};
|
|
@@ -45575,6 +46407,11 @@ export declare type HamsChargeDetails = CommerceChargeDetails & {
|
|
|
45575
46407
|
__typename?: 'HamsChargeDetails';
|
|
45576
46408
|
chargeQuantities?: Maybe<Array<Maybe<HamsChargeQuantity>>>;
|
|
45577
46409
|
};
|
|
46410
|
+
export declare type HamsChargeElement = CommerceChargeElement & {
|
|
46411
|
+
__typename?: 'HamsChargeElement';
|
|
46412
|
+
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
46413
|
+
unit?: Maybe<Scalars['String']['output']>;
|
|
46414
|
+
};
|
|
45578
46415
|
export declare type HamsChargeQuantity = CommerceChargeQuantity & {
|
|
45579
46416
|
__typename?: 'HamsChargeQuantity';
|
|
45580
46417
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
@@ -45665,6 +46502,7 @@ export declare type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGrou
|
|
|
45665
46502
|
};
|
|
45666
46503
|
export declare type HamsOffering = CommerceOffering & {
|
|
45667
46504
|
__typename?: 'HamsOffering';
|
|
46505
|
+
chargeElements?: Maybe<Array<Maybe<HamsChargeElement>>>;
|
|
45668
46506
|
name?: Maybe<Scalars['String']['output']>;
|
|
45669
46507
|
trial?: Maybe<HamsOfferingTrial>;
|
|
45670
46508
|
};
|
|
@@ -45706,6 +46544,7 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45706
46544
|
__typename?: 'HamsTrial';
|
|
45707
46545
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45708
46546
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
46547
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
45709
46548
|
};
|
|
45710
46549
|
export declare type HardDeleteSpacePayload = {
|
|
45711
46550
|
__typename?: 'HardDeleteSpacePayload';
|
|
@@ -49450,6 +50289,13 @@ export declare type JiraBoard = Node & {
|
|
|
49450
50289
|
id: Scalars['ID']['output'];
|
|
49451
50290
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
49452
50291
|
name?: Maybe<Scalars['String']['output']>;
|
|
50292
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
50293
|
+
};
|
|
50294
|
+
export declare type JiraBoardReportCategoriesArgs = {
|
|
50295
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50296
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
50297
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50298
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
49453
50299
|
};
|
|
49454
50300
|
export declare type JiraBoardConnection = {
|
|
49455
50301
|
__typename?: 'JiraBoardConnection';
|
|
@@ -49504,6 +50350,8 @@ export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
|
49504
50350
|
user?: Maybe<User>;
|
|
49505
50351
|
};
|
|
49506
50352
|
export declare type JiraBoardViewCardOption = {
|
|
50353
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
50354
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49507
50355
|
id: Scalars['ID']['output'];
|
|
49508
50356
|
};
|
|
49509
50357
|
export declare type JiraBoardViewCardOptionConnection = {
|
|
@@ -49658,12 +50506,15 @@ export declare type JiraBulkOperationInput = {
|
|
|
49658
50506
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
49659
50507
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
49660
50508
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
50509
|
+
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
49661
50510
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49662
50511
|
};
|
|
49663
50512
|
export declare enum JiraBulkOperationType {
|
|
49664
50513
|
BulkDelete = "BULK_DELETE",
|
|
49665
50514
|
BulkEdit = "BULK_EDIT",
|
|
49666
|
-
BulkTransition = "BULK_TRANSITION"
|
|
50515
|
+
BulkTransition = "BULK_TRANSITION",
|
|
50516
|
+
BulkUnwatch = "BULK_UNWATCH",
|
|
50517
|
+
BulkWatch = "BULK_WATCH"
|
|
49667
50518
|
}
|
|
49668
50519
|
export declare type JiraBulkTransition = Node & {
|
|
49669
50520
|
__typename?: 'JiraBulkTransition';
|
|
@@ -49716,11 +50567,15 @@ export declare type JiraBulkTransitionsInput = {
|
|
|
49716
50567
|
transitionId: Scalars['String']['input'];
|
|
49717
50568
|
transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
|
|
49718
50569
|
};
|
|
50570
|
+
export declare type JiraBulkWatchOrUnwatchInput = {
|
|
50571
|
+
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
50572
|
+
};
|
|
49719
50573
|
export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
49720
50574
|
__typename?: 'JiraCMDBField';
|
|
49721
50575
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
49722
50576
|
attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
49723
50577
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
50578
|
+
cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
|
|
49724
50579
|
description?: Maybe<Scalars['String']['output']>;
|
|
49725
50580
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
49726
50581
|
fieldId: Scalars['String']['output'];
|
|
@@ -49738,6 +50593,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
49738
50593
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
49739
50594
|
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
49740
50595
|
};
|
|
50596
|
+
export declare type JiraCmdbFieldCmdbObjectsArgs = {
|
|
50597
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50598
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraFieldKeyValueInput>>>;
|
|
50599
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
50600
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50601
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
50602
|
+
};
|
|
49741
50603
|
export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
49742
50604
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49743
50605
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50177,6 +51039,25 @@ export declare type JiraClearableNumberFieldInput = {
|
|
|
50177
51039
|
fieldId: Scalars['ID']['input'];
|
|
50178
51040
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
50179
51041
|
};
|
|
51042
|
+
export declare type JiraCloneIssueInput = {
|
|
51043
|
+
assignee?: InputMaybe<JiraUserInfoInput>;
|
|
51044
|
+
includeAttachments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51045
|
+
includeComments?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51046
|
+
includeLinks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51047
|
+
includeSubtasksOrChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51048
|
+
issueId: Scalars['ID']['input'];
|
|
51049
|
+
optionalFields?: InputMaybe<Array<JiraOptionalFieldInput>>;
|
|
51050
|
+
reporter?: InputMaybe<JiraUserInfoInput>;
|
|
51051
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
51052
|
+
};
|
|
51053
|
+
export declare type JiraCloneIssueResponse = Payload & {
|
|
51054
|
+
__typename?: 'JiraCloneIssueResponse';
|
|
51055
|
+
errors?: Maybe<Array<MutationError>>;
|
|
51056
|
+
success: Scalars['Boolean']['output'];
|
|
51057
|
+
taskDescription?: Maybe<Scalars['String']['output']>;
|
|
51058
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
51059
|
+
taskStatus?: Maybe<JiraLongRunningTaskStatus>;
|
|
51060
|
+
};
|
|
50180
51061
|
export declare type JiraCmdbAttribute = {
|
|
50181
51062
|
__typename?: 'JiraCmdbAttribute';
|
|
50182
51063
|
attributeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -50269,6 +51150,16 @@ export declare type JiraCmdbFieldConfigAttributesIncludedInAutoCompleteSearchArg
|
|
|
50269
51150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50270
51151
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
50271
51152
|
};
|
|
51153
|
+
export declare type JiraCmdbFieldOperationInput = {
|
|
51154
|
+
ids?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
51155
|
+
operation: JiraSingleValueFieldOperations;
|
|
51156
|
+
};
|
|
51157
|
+
export declare type JiraCmdbFieldPayload = Payload & {
|
|
51158
|
+
__typename?: 'JiraCmdbFieldPayload';
|
|
51159
|
+
errors?: Maybe<Array<MutationError>>;
|
|
51160
|
+
field?: Maybe<JiraCmdbField>;
|
|
51161
|
+
success: Scalars['Boolean']['output'];
|
|
51162
|
+
};
|
|
50272
51163
|
export declare type JiraCmdbIcon = {
|
|
50273
51164
|
__typename?: 'JiraCmdbIcon';
|
|
50274
51165
|
id: Scalars['String']['output'];
|
|
@@ -51213,6 +52104,9 @@ export declare type JiraCustomRemoteIssueLink = {
|
|
|
51213
52104
|
summary?: Maybe<Scalars['String']['output']>;
|
|
51214
52105
|
title?: Maybe<Scalars['String']['output']>;
|
|
51215
52106
|
};
|
|
52107
|
+
export declare type JiraCustomerOrganizationsBulkFetchInput = {
|
|
52108
|
+
customerOrganizationUUIDs: Array<Scalars['String']['input']>;
|
|
52109
|
+
};
|
|
51216
52110
|
export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
51217
52111
|
__typename?: 'JiraCustomerServiceOrganizationField';
|
|
51218
52112
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -51843,6 +52737,15 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
51843
52737
|
id: Scalars['ID']['input'];
|
|
51844
52738
|
version: Scalars['Long']['input'];
|
|
51845
52739
|
};
|
|
52740
|
+
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
52741
|
+
viewId: Scalars['ID']['input'];
|
|
52742
|
+
};
|
|
52743
|
+
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
52744
|
+
__typename?: 'JiraDiscardUserBoardViewConfigPayload';
|
|
52745
|
+
boardView?: Maybe<JiraBoardView>;
|
|
52746
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52747
|
+
success: Scalars['Boolean']['output'];
|
|
52748
|
+
};
|
|
51846
52749
|
export declare type JiraDismissBitbucketPendingAccessRequestBannerInput = {
|
|
51847
52750
|
isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51848
52751
|
};
|
|
@@ -52165,6 +53068,10 @@ export declare type JiraFieldEdge = {
|
|
|
52165
53068
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
52166
53069
|
node?: Maybe<JiraField>;
|
|
52167
53070
|
};
|
|
53071
|
+
export declare type JiraFieldKeyValueInput = {
|
|
53072
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
53073
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
53074
|
+
};
|
|
52168
53075
|
export declare type JiraFieldNonEditableReason = {
|
|
52169
53076
|
__typename?: 'JiraFieldNonEditableReason';
|
|
52170
53077
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -54351,6 +55258,7 @@ export declare type JiraIssueSearchScope = {
|
|
|
54351
55258
|
};
|
|
54352
55259
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
54353
55260
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55261
|
+
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54354
55262
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54355
55263
|
};
|
|
54356
55264
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -54488,6 +55396,7 @@ export declare type JiraIssueTransitionCommentVisibilityInput = {
|
|
|
54488
55396
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
54489
55397
|
JiraAffectedServicesField?: InputMaybe<Array<JiraUpdateAffectedServicesFieldInput>>;
|
|
54490
55398
|
JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
|
|
55399
|
+
JiraCMDBField?: InputMaybe<Array<JiraUpdateCmdbFieldInput>>;
|
|
54491
55400
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
54492
55401
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
54493
55402
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
@@ -54850,7 +55759,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
54850
55759
|
Version = "VERSION"
|
|
54851
55760
|
}
|
|
54852
55761
|
export declare type JiraJqlBoardInput = {
|
|
54853
|
-
boardId
|
|
55762
|
+
boardId: Scalars['Long']['input'];
|
|
54854
55763
|
};
|
|
54855
55764
|
export declare type JiraJqlBuilder = {
|
|
54856
55765
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -54893,6 +55802,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
|
|
|
54893
55802
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54894
55803
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
54895
55804
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
55805
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
54896
55806
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
54897
55807
|
};
|
|
54898
55808
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -55388,7 +56298,6 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
55388
56298
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55389
56299
|
};
|
|
55390
56300
|
export declare enum JiraJqlViewContext {
|
|
55391
|
-
FilterRefinement = "FILTER_REFINEMENT",
|
|
55392
56301
|
JpdRoadmaps = "JPD_ROADMAPS",
|
|
55393
56302
|
JswPlans = "JSW_PLANS",
|
|
55394
56303
|
Jwm = "JWM",
|
|
@@ -55925,6 +56834,7 @@ export declare type JiraMutation = {
|
|
|
55925
56834
|
assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
|
|
55926
56835
|
attributeUnsplashImage?: Maybe<JiraUnsplashAttributionPayload>;
|
|
55927
56836
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
56837
|
+
cloneIssue?: Maybe<JiraCloneIssueResponse>;
|
|
55928
56838
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
55929
56839
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
55930
56840
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
@@ -56021,6 +56931,7 @@ export declare type JiraMutation = {
|
|
|
56021
56931
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
56022
56932
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
56023
56933
|
updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
|
|
56934
|
+
updateCmdbField?: Maybe<JiraCmdbFieldPayload>;
|
|
56024
56935
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
56025
56936
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
56026
56937
|
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
@@ -56140,6 +57051,9 @@ export declare type JiraMutationAttributeUnsplashImageArgs = {
|
|
|
56140
57051
|
export declare type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
|
|
56141
57052
|
input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
|
|
56142
57053
|
};
|
|
57054
|
+
export declare type JiraMutationCloneIssueArgs = {
|
|
57055
|
+
input: JiraCloneIssueInput;
|
|
57056
|
+
};
|
|
56143
57057
|
export declare type JiraMutationCreateAndAssociateWorkflowFromJsmTemplateArgs = {
|
|
56144
57058
|
input: JiraServiceManagementCreateAndAssociateWorkflowFromTemplateInput;
|
|
56145
57059
|
};
|
|
@@ -56462,6 +57376,9 @@ export declare type JiraMutationUpdateCascadingSelectFieldArgs = {
|
|
|
56462
57376
|
export declare type JiraMutationUpdateCheckboxesFieldArgs = {
|
|
56463
57377
|
input: JiraUpdateCheckboxesFieldInput;
|
|
56464
57378
|
};
|
|
57379
|
+
export declare type JiraMutationUpdateCmdbFieldArgs = {
|
|
57380
|
+
input: JiraUpdateCmdbFieldInput;
|
|
57381
|
+
};
|
|
56465
57382
|
export declare type JiraMutationUpdateColorFieldArgs = {
|
|
56466
57383
|
input: JiraUpdateColorFieldInput;
|
|
56467
57384
|
};
|
|
@@ -57176,6 +58093,10 @@ export declare type JiraOptionEdge = {
|
|
|
57176
58093
|
cursor: Scalars['String']['output'];
|
|
57177
58094
|
node?: Maybe<JiraOption>;
|
|
57178
58095
|
};
|
|
58096
|
+
export declare type JiraOptionalFieldInput = {
|
|
58097
|
+
fieldId: Scalars['String']['input'];
|
|
58098
|
+
shouldClone: Scalars['Boolean']['input'];
|
|
58099
|
+
};
|
|
57179
58100
|
export declare type JiraOptoutDevOpsIssuePanelNotConnectedInput = {
|
|
57180
58101
|
cloudId: Scalars['ID']['input'];
|
|
57181
58102
|
};
|
|
@@ -57918,6 +58839,7 @@ export declare type JiraProject = Node & {
|
|
|
57918
58839
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
57919
58840
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
57920
58841
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
58842
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
57921
58843
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
57922
58844
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
57923
58845
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -58033,6 +58955,12 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
58033
58955
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58034
58956
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58035
58957
|
};
|
|
58958
|
+
export declare type JiraProjectReportCategoriesArgs = {
|
|
58959
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
58960
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
58961
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58962
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
58963
|
+
};
|
|
58036
58964
|
export declare type JiraProjectRepositoriesArgs = {
|
|
58037
58965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58038
58966
|
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
|
|
@@ -58194,6 +59122,12 @@ export declare type JiraProjectConnection = HasPageInfo & HasTotal & {
|
|
|
58194
59122
|
pageInfo: PageInfo;
|
|
58195
59123
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58196
59124
|
};
|
|
59125
|
+
export declare type JiraProjectCreateCustomBackgroundMutationPayload = Payload & {
|
|
59126
|
+
__typename?: 'JiraProjectCreateCustomBackgroundMutationPayload';
|
|
59127
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59128
|
+
project?: Maybe<JiraProject>;
|
|
59129
|
+
success: Scalars['Boolean']['output'];
|
|
59130
|
+
};
|
|
58197
59131
|
export declare enum JiraProjectDateTimeFormat {
|
|
58198
59132
|
CompleteDatetimeFormat = "COMPLETE_DATETIME_FORMAT",
|
|
58199
59133
|
DayFormat = "DAY_FORMAT",
|
|
@@ -58201,6 +59135,16 @@ export declare enum JiraProjectDateTimeFormat {
|
|
|
58201
59135
|
Relative = "RELATIVE",
|
|
58202
59136
|
TimeFormat = "TIME_FORMAT"
|
|
58203
59137
|
}
|
|
59138
|
+
export declare type JiraProjectDeleteCustomBackgroundInput = {
|
|
59139
|
+
customBackgroundId: Scalars['ID']['input'];
|
|
59140
|
+
entityId: Scalars['ID']['input'];
|
|
59141
|
+
};
|
|
59142
|
+
export declare type JiraProjectDeleteCustomBackgroundMutationPayload = Payload & {
|
|
59143
|
+
__typename?: 'JiraProjectDeleteCustomBackgroundMutationPayload';
|
|
59144
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59145
|
+
project?: Maybe<JiraProject>;
|
|
59146
|
+
success: Scalars['Boolean']['output'];
|
|
59147
|
+
};
|
|
58204
59148
|
export declare type JiraProjectEdge = {
|
|
58205
59149
|
__typename?: 'JiraProjectEdge';
|
|
58206
59150
|
cursor: Scalars['String']['output'];
|
|
@@ -58565,6 +59509,16 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
58565
59509
|
helpCenterId: Scalars['ID']['input'];
|
|
58566
59510
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
58567
59511
|
};
|
|
59512
|
+
export declare type JiraPublishBoardViewConfigInput = {
|
|
59513
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
59514
|
+
viewId: Scalars['ID']['input'];
|
|
59515
|
+
};
|
|
59516
|
+
export declare type JiraPublishBoardViewConfigPayload = Payload & {
|
|
59517
|
+
__typename?: 'JiraPublishBoardViewConfigPayload';
|
|
59518
|
+
boardView?: Maybe<JiraBoardView>;
|
|
59519
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59520
|
+
success: Scalars['Boolean']['output'];
|
|
59521
|
+
};
|
|
58568
59522
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
58569
59523
|
id: Scalars['ID']['input'];
|
|
58570
59524
|
version: Scalars['Long']['input'];
|
|
@@ -58675,6 +59629,7 @@ export declare type JiraQuery = {
|
|
|
58675
59629
|
jiraBoard?: Maybe<JiraBoardResult>;
|
|
58676
59630
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
58677
59631
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
59632
|
+
jiraCustomerOrganizationsByUUIDs?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
58678
59633
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
58679
59634
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
58680
59635
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
@@ -59204,6 +60159,14 @@ export declare type JiraQueryJiraCalendarArgs = {
|
|
|
59204
60159
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
59205
60160
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
59206
60161
|
};
|
|
60162
|
+
export declare type JiraQueryJiraCustomerOrganizationsByUuiDsArgs = {
|
|
60163
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60164
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
60165
|
+
cloudId: Scalars['ID']['input'];
|
|
60166
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60167
|
+
input: JiraCustomerOrganizationsBulkFetchInput;
|
|
60168
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60169
|
+
};
|
|
59207
60170
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
59208
60171
|
issueIds: Array<Scalars['ID']['input']>;
|
|
59209
60172
|
};
|
|
@@ -60066,6 +61029,40 @@ export declare type JiraReportCategory = {
|
|
|
60066
61029
|
name?: Maybe<Scalars['String']['output']>;
|
|
60067
61030
|
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
60068
61031
|
};
|
|
61032
|
+
export declare type JiraReportCategoryConnection = {
|
|
61033
|
+
__typename?: 'JiraReportCategoryConnection';
|
|
61034
|
+
edges?: Maybe<Array<Maybe<JiraReportCategoryEdge>>>;
|
|
61035
|
+
pageInfo: PageInfo;
|
|
61036
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
61037
|
+
};
|
|
61038
|
+
export declare type JiraReportCategoryEdge = {
|
|
61039
|
+
__typename?: 'JiraReportCategoryEdge';
|
|
61040
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
61041
|
+
node?: Maybe<JiraReportCategoryNode>;
|
|
61042
|
+
};
|
|
61043
|
+
export declare type JiraReportCategoryNode = {
|
|
61044
|
+
__typename?: 'JiraReportCategoryNode';
|
|
61045
|
+
id: Scalars['ID']['output'];
|
|
61046
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
61047
|
+
reports?: Maybe<JiraReportConnection>;
|
|
61048
|
+
};
|
|
61049
|
+
export declare type JiraReportCategoryNodeReportsArgs = {
|
|
61050
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61051
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
61052
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61053
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61054
|
+
};
|
|
61055
|
+
export declare type JiraReportConnection = {
|
|
61056
|
+
__typename?: 'JiraReportConnection';
|
|
61057
|
+
edges?: Maybe<Array<Maybe<JiraReportConnectionEdge>>>;
|
|
61058
|
+
pageInfo: PageInfo;
|
|
61059
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
61060
|
+
};
|
|
61061
|
+
export declare type JiraReportConnectionEdge = {
|
|
61062
|
+
__typename?: 'JiraReportConnectionEdge';
|
|
61063
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
61064
|
+
node?: Maybe<JiraReport>;
|
|
61065
|
+
};
|
|
60069
61066
|
export declare type JiraReportsPage = {
|
|
60070
61067
|
__typename?: 'JiraReportsPage';
|
|
60071
61068
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
@@ -61687,6 +62684,7 @@ export declare type JiraSetBoardViewFilterInput = {
|
|
|
61687
62684
|
};
|
|
61688
62685
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
61689
62686
|
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
62687
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61690
62688
|
errors?: Maybe<Array<MutationError>>;
|
|
61691
62689
|
success: Scalars['Boolean']['output'];
|
|
61692
62690
|
view?: Maybe<JiraBoardView>;
|
|
@@ -61697,6 +62695,7 @@ export declare type JiraSetBoardViewGroupByInput = {
|
|
|
61697
62695
|
};
|
|
61698
62696
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
61699
62697
|
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
62698
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61700
62699
|
errors?: Maybe<Array<MutationError>>;
|
|
61701
62700
|
success: Scalars['Boolean']['output'];
|
|
61702
62701
|
view?: Maybe<JiraBoardView>;
|
|
@@ -63017,6 +64016,10 @@ export declare type JiraUpdateCheckboxesFieldInput = {
|
|
|
63017
64016
|
id: Scalars['ID']['input'];
|
|
63018
64017
|
operations: Array<JiraCheckboxesFieldOperationInput>;
|
|
63019
64018
|
};
|
|
64019
|
+
export declare type JiraUpdateCmdbFieldInput = {
|
|
64020
|
+
id: Scalars['ID']['input'];
|
|
64021
|
+
operation: JiraCmdbFieldOperationInput;
|
|
64022
|
+
};
|
|
63020
64023
|
export declare type JiraUpdateColorFieldInput = {
|
|
63021
64024
|
id: Scalars['ID']['input'];
|
|
63022
64025
|
operation: JiraColorFieldOperationInput;
|
|
@@ -63513,6 +64516,9 @@ export declare type JiraUserGroup = {
|
|
|
63513
64516
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
63514
64517
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
63515
64518
|
};
|
|
64519
|
+
export declare type JiraUserInfoInput = {
|
|
64520
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
64521
|
+
};
|
|
63516
64522
|
export declare type JiraUserInput = {
|
|
63517
64523
|
accountId: Scalars['ID']['input'];
|
|
63518
64524
|
};
|
|
@@ -64976,10 +65982,25 @@ export declare type JsmChatInitializeNativeConfigResponse = {
|
|
|
64976
65982
|
};
|
|
64977
65983
|
export declare type JsmChatJiraFieldAppendix = {
|
|
64978
65984
|
__typename?: 'JsmChatJiraFieldAppendix';
|
|
65985
|
+
field?: Maybe<JsmChatRequestTypeField>;
|
|
64979
65986
|
fieldId: Scalars['String']['output'];
|
|
64980
65987
|
jiraProjectId: Scalars['String']['output'];
|
|
64981
65988
|
requestTypeId: Scalars['String']['output'];
|
|
64982
65989
|
};
|
|
65990
|
+
export declare type JsmChatJiraFieldOption = {
|
|
65991
|
+
__typename?: 'JsmChatJiraFieldOption';
|
|
65992
|
+
children?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
65993
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
65994
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
65995
|
+
};
|
|
65996
|
+
export declare type JsmChatJiraSchema = {
|
|
65997
|
+
__typename?: 'JsmChatJiraSchema';
|
|
65998
|
+
custom?: Maybe<Scalars['String']['output']>;
|
|
65999
|
+
customId?: Maybe<Scalars['String']['output']>;
|
|
66000
|
+
items?: Maybe<Scalars['String']['output']>;
|
|
66001
|
+
system?: Maybe<Scalars['String']['output']>;
|
|
66002
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
66003
|
+
};
|
|
64983
66004
|
export declare type JsmChatMessageConnection = {
|
|
64984
66005
|
__typename?: 'JsmChatMessageConnection';
|
|
64985
66006
|
edges?: Maybe<Array<Maybe<JsmChatMessageEdge>>>;
|
|
@@ -65167,6 +66188,17 @@ export declare type JsmChatRequestTypeData = {
|
|
|
65167
66188
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
65168
66189
|
requestTypeName?: Maybe<Scalars['String']['output']>;
|
|
65169
66190
|
};
|
|
66191
|
+
export declare type JsmChatRequestTypeField = {
|
|
66192
|
+
__typename?: 'JsmChatRequestTypeField';
|
|
66193
|
+
defaultValues?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
66194
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
66195
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
66196
|
+
jiraSchema?: Maybe<JsmChatJiraSchema>;
|
|
66197
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
66198
|
+
required?: Maybe<Scalars['Boolean']['output']>;
|
|
66199
|
+
validValues?: Maybe<Array<Maybe<JsmChatJiraFieldOption>>>;
|
|
66200
|
+
visible?: Maybe<Scalars['Boolean']['output']>;
|
|
66201
|
+
};
|
|
65170
66202
|
export declare type JsmChatRequestTypesMappedResponse = {
|
|
65171
66203
|
__typename?: 'JsmChatRequestTypesMappedResponse';
|
|
65172
66204
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -65757,6 +66789,7 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkFailureMetadata = {
|
|
|
65757
66789
|
};
|
|
65758
66790
|
export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
65759
66791
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmarkProperties';
|
|
66792
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65760
66793
|
cloudId: Scalars['String']['output'];
|
|
65761
66794
|
createdTimestamp: Scalars['String']['output'];
|
|
65762
66795
|
creator?: Maybe<User>;
|
|
@@ -65798,6 +66831,7 @@ export declare type KnowledgeDiscoveryBookmarkMutationErrorExtension = MutationE
|
|
|
65798
66831
|
};
|
|
65799
66832
|
export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
65800
66833
|
__typename?: 'KnowledgeDiscoveryBookmarkProperties';
|
|
66834
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65801
66835
|
description?: Maybe<Scalars['String']['output']>;
|
|
65802
66836
|
keyPhrase: Scalars['String']['output'];
|
|
65803
66837
|
lastModifiedTimestamp: Scalars['String']['output'];
|
|
@@ -65806,6 +66840,10 @@ export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
|
65806
66840
|
url: Scalars['String']['output'];
|
|
65807
66841
|
};
|
|
65808
66842
|
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
66843
|
+
export declare enum KnowledgeDiscoveryBookmarkState {
|
|
66844
|
+
Active = "ACTIVE",
|
|
66845
|
+
Suggested = "SUGGESTED"
|
|
66846
|
+
}
|
|
65809
66847
|
export declare type KnowledgeDiscoveryBookmarkValidationFailureMetadata = KnowledgeDiscoveryAdminhubBookmarkFailureMetadata & {
|
|
65810
66848
|
__typename?: 'KnowledgeDiscoveryBookmarkValidationFailureMetadata';
|
|
65811
66849
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -66125,6 +67163,7 @@ export declare type KnowledgeDiscoveryRelatedEntityRequests = {
|
|
|
66125
67163
|
export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
66126
67164
|
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
66127
67165
|
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
67166
|
+
Navigational = "NAVIGATIONAL",
|
|
66128
67167
|
None = "NONE",
|
|
66129
67168
|
Person = "PERSON",
|
|
66130
67169
|
Team = "TEAM"
|
|
@@ -67729,6 +68768,7 @@ export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
|
67729
68768
|
export declare type MarketplaceConsoleProduct = {
|
|
67730
68769
|
__typename?: 'MarketplaceConsoleProduct';
|
|
67731
68770
|
appKey: Scalars['ID']['output'];
|
|
68771
|
+
isEditionDetailsMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67732
68772
|
isPricingPlanMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67733
68773
|
productId: Scalars['ID']['output'];
|
|
67734
68774
|
};
|
|
@@ -68250,6 +69290,13 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
68250
69290
|
name: Scalars['String']['output'];
|
|
68251
69291
|
slug: Scalars['String']['output'];
|
|
68252
69292
|
};
|
|
69293
|
+
export declare type MarketplaceStoreCmtAvailabilityResponse = {
|
|
69294
|
+
__typename?: 'MarketplaceStoreCmtAvailabilityResponse';
|
|
69295
|
+
allowed: Scalars['Boolean']['output'];
|
|
69296
|
+
btfAddOnAccountId?: Maybe<Scalars['String']['output']>;
|
|
69297
|
+
maintenanceEndDate?: Maybe<Scalars['String']['output']>;
|
|
69298
|
+
migrationSourceUuid?: Maybe<Scalars['String']['output']>;
|
|
69299
|
+
};
|
|
68253
69300
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
68254
69301
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
68255
69302
|
backgroundColor: Scalars['String']['output'];
|
|
@@ -68638,9 +69685,11 @@ export declare type MarketplaceStoreProduct = {
|
|
|
68638
69685
|
};
|
|
68639
69686
|
export declare type MarketplaceStoreQueryApi = {
|
|
68640
69687
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
68641
|
-
|
|
69688
|
+
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
69689
|
+
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
68642
69690
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
68643
69691
|
category: MarketplaceStoreCategoryResponse;
|
|
69692
|
+
cmtAvailability: MarketplaceStoreCmtAvailabilityResponse;
|
|
68644
69693
|
collection: MarketplaceStoreCollectionResponse;
|
|
68645
69694
|
currentUser: MarketplaceStoreCurrentUserResponse;
|
|
68646
69695
|
editions: Array<MarketplaceStoreEdition>;
|
|
@@ -68655,7 +69704,13 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
68655
69704
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
68656
69705
|
partner: MarketplaceStorePartnerResponse;
|
|
68657
69706
|
};
|
|
68658
|
-
export declare type
|
|
69707
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
|
|
69708
|
+
appId: Scalars['ID']['input'];
|
|
69709
|
+
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
69710
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69711
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
69712
|
+
};
|
|
69713
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
68659
69714
|
appKey: Scalars['String']['input'];
|
|
68660
69715
|
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
68661
69716
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -68667,6 +69722,9 @@ export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
|
68667
69722
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
68668
69723
|
slug: Scalars['String']['input'];
|
|
68669
69724
|
};
|
|
69725
|
+
export declare type MarketplaceStoreQueryApiCmtAvailabilityArgs = {
|
|
69726
|
+
input: MarketplaceStoreInstallAppInput;
|
|
69727
|
+
};
|
|
68670
69728
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
68671
69729
|
slug: Scalars['String']['input'];
|
|
68672
69730
|
};
|
|
@@ -70638,6 +71696,7 @@ export declare type Mutation = {
|
|
|
70638
71696
|
devAi?: Maybe<DevAiMutations>;
|
|
70639
71697
|
devOps?: Maybe<DevOpsMutation>;
|
|
70640
71698
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
71699
|
+
devai_createTechnicalPlannerJob?: Maybe<DevAiCreateTechnicalPlannerJobPayload>;
|
|
70641
71700
|
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
70642
71701
|
disableExperiment?: Maybe<TapExperiment>;
|
|
70643
71702
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
@@ -70672,6 +71731,10 @@ export declare type Mutation = {
|
|
|
70672
71731
|
jira?: Maybe<JiraMutation>;
|
|
70673
71732
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
70674
71733
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
71734
|
+
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
71735
|
+
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
71736
|
+
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
71737
|
+
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
70675
71738
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
70676
71739
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
70677
71740
|
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
@@ -71809,6 +72872,12 @@ export declare type MutationDevai_ContinueJobWithPromptArgs = {
|
|
|
71809
72872
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
71810
72873
|
repoUrl: Scalars['String']['input'];
|
|
71811
72874
|
};
|
|
72875
|
+
export declare type MutationDevai_CreateTechnicalPlannerJobArgs = {
|
|
72876
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
72877
|
+
issueAri: Scalars['ID']['input'];
|
|
72878
|
+
repoUrl: Scalars['URL']['input'];
|
|
72879
|
+
summary?: InputMaybe<Scalars['String']['input']>;
|
|
72880
|
+
};
|
|
71812
72881
|
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
71813
72882
|
agentId: Scalars['ID']['input'];
|
|
71814
72883
|
issueId: Scalars['ID']['input'];
|
|
@@ -71880,6 +72949,18 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
71880
72949
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
71881
72950
|
input: InvokePolarisObjectInput;
|
|
71882
72951
|
};
|
|
72952
|
+
export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
72953
|
+
input: JiraCreateCustomBackgroundInput;
|
|
72954
|
+
};
|
|
72955
|
+
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
72956
|
+
input: JiraProjectDeleteCustomBackgroundInput;
|
|
72957
|
+
};
|
|
72958
|
+
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
72959
|
+
input: JiraDiscardUserBoardViewConfigInput;
|
|
72960
|
+
};
|
|
72961
|
+
export declare type MutationJira_PublishBoardViewConfigArgs = {
|
|
72962
|
+
input: JiraPublishBoardViewConfigInput;
|
|
72963
|
+
};
|
|
71883
72964
|
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
71884
72965
|
input: JiraReorderBoardViewColumnInput;
|
|
71885
72966
|
};
|
|
@@ -75336,6 +76417,7 @@ export declare type Query = {
|
|
|
75336
76417
|
confluenceV2_spaceSettings?: Maybe<ConfluenceV2SpaceSettings>;
|
|
75337
76418
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
75338
76419
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
76420
|
+
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
75339
76421
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75340
76422
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
75341
76423
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -75349,6 +76431,7 @@ export declare type Query = {
|
|
|
75349
76431
|
confluence_teamPresenceSpaceSettings?: Maybe<ConfluenceTeamPresenceSpaceSettings>;
|
|
75350
76432
|
confluence_template?: Maybe<ContentTemplate>;
|
|
75351
76433
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
76434
|
+
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
75352
76435
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
75353
76436
|
confluence_workflow?: Maybe<ConfluenceWorkflow>;
|
|
75354
76437
|
confluence_workflowApplicationsByContentId?: Maybe<ConfluenceWorkflowApplicationConnection>;
|
|
@@ -75422,7 +76505,10 @@ export declare type Query = {
|
|
|
75422
76505
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
75423
76506
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
75424
76507
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
76508
|
+
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
75425
76509
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
76510
|
+
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
76511
|
+
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
75426
76512
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
75427
76513
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
75428
76514
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -75950,6 +77036,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75950
77036
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
75951
77037
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
75952
77038
|
commentId?: InputMaybe<Scalars['ID']['input']>;
|
|
77039
|
+
confluenceCommentFilter?: InputMaybe<ConfluenceCommentFilter>;
|
|
75953
77040
|
contentStatus?: InputMaybe<Array<InputMaybe<GraphQlContentStatus>>>;
|
|
75954
77041
|
depth?: InputMaybe<Depth>;
|
|
75955
77042
|
first?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -75959,6 +77046,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75959
77046
|
location?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75960
77047
|
pageId?: InputMaybe<Scalars['ID']['input']>;
|
|
75961
77048
|
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77049
|
+
singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
75962
77050
|
type?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
75963
77051
|
};
|
|
75964
77052
|
export declare type QueryCommentsDigestArgs = {
|
|
@@ -76902,6 +77990,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
76902
77990
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
76903
77991
|
ids: Array<Scalars['ID']['input']>;
|
|
76904
77992
|
};
|
|
77993
|
+
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
77994
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77995
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
77996
|
+
};
|
|
76905
77997
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
76906
77998
|
cloudId: Scalars['ID']['input'];
|
|
76907
77999
|
};
|
|
@@ -76961,6 +78053,12 @@ export declare type QueryConfluence_TemplateArgs = {
|
|
|
76961
78053
|
export declare type QueryConfluence_TenantContextArgs = {
|
|
76962
78054
|
cloudId: Scalars['ID']['input'];
|
|
76963
78055
|
};
|
|
78056
|
+
export declare type QueryConfluence_UserContentAccessArgs = {
|
|
78057
|
+
accessType: ResourceAccessType;
|
|
78058
|
+
accountIds: Array<InputMaybe<Scalars['String']['input']>>;
|
|
78059
|
+
cloudId: Scalars['ID']['input'];
|
|
78060
|
+
contentId: Scalars['Long']['input'];
|
|
78061
|
+
};
|
|
76964
78062
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
76965
78063
|
applicationId: Scalars['ID']['input'];
|
|
76966
78064
|
cloudId: Scalars['ID']['input'];
|
|
@@ -76985,6 +78083,7 @@ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
|
76985
78083
|
};
|
|
76986
78084
|
export declare type QueryContentArgs = {
|
|
76987
78085
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78086
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76988
78087
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
76989
78088
|
embeddedContentRender?: InputMaybe<Scalars['String']['input']>;
|
|
76990
78089
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -77307,6 +78406,10 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
77307
78406
|
jobId: Scalars['ID']['input'];
|
|
77308
78407
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
77309
78408
|
};
|
|
78409
|
+
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
78410
|
+
issueAri: Scalars['ID']['input'];
|
|
78411
|
+
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
78412
|
+
};
|
|
77310
78413
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
77311
78414
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77312
78415
|
cloudId: Scalars['ID']['input'];
|
|
@@ -77314,6 +78417,13 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
77314
78417
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
77315
78418
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
77316
78419
|
};
|
|
78420
|
+
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
78421
|
+
cloudId: Scalars['ID']['input'];
|
|
78422
|
+
jobId: Scalars['ID']['input'];
|
|
78423
|
+
};
|
|
78424
|
+
export declare type QueryDevai_TechnicalPlannerJobsForIssueArgs = {
|
|
78425
|
+
issueAri: Scalars['ID']['input'];
|
|
78426
|
+
};
|
|
77317
78427
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
77318
78428
|
appId: Scalars['ID']['input'];
|
|
77319
78429
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -78041,6 +79151,7 @@ export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
|
78041
79151
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78042
79152
|
};
|
|
78043
79153
|
export declare type QuerySingleContentArgs = {
|
|
79154
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78044
79155
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78045
79156
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
78046
79157
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -81041,6 +82152,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
81041
82152
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81042
82153
|
};
|
|
81043
82154
|
export declare type SearchThirdPartyProduct = {
|
|
82155
|
+
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81044
82156
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
81045
82157
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
81046
82158
|
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83971,6 +85083,7 @@ export declare type SprintWithStatistics = BaseSprint & {
|
|
|
83971
85083
|
goal?: Maybe<Scalars['String']['output']>;
|
|
83972
85084
|
id?: Maybe<Scalars['ID']['output']>;
|
|
83973
85085
|
incompleteCardsDestinations?: Maybe<Array<Maybe<InCompleteCardsDestination>>>;
|
|
85086
|
+
lastColumnName?: Maybe<Scalars['String']['output']>;
|
|
83974
85087
|
name?: Maybe<Scalars['String']['output']>;
|
|
83975
85088
|
sprintMetadata?: Maybe<SoftwareSprintMetadata>;
|
|
83976
85089
|
sprintState: SprintState;
|
|
@@ -84090,6 +85203,7 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
84090
85203
|
};
|
|
84091
85204
|
export declare type Subscription = {
|
|
84092
85205
|
__typename?: 'Subscription';
|
|
85206
|
+
confluence?: Maybe<ConfluenceSubscriptionApi>;
|
|
84093
85207
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
84094
85208
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
84095
85209
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -85549,6 +86663,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
85549
86663
|
status?: Maybe<TownsquareStatus>;
|
|
85550
86664
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
85551
86665
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
86666
|
+
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
85552
86667
|
url?: Maybe<Scalars['String']['output']>;
|
|
85553
86668
|
uuid: Scalars['String']['output'];
|
|
85554
86669
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
@@ -85557,6 +86672,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
85557
86672
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85558
86673
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85559
86674
|
};
|
|
86675
|
+
export declare type TownsquareGoalUpdatesArgs = {
|
|
86676
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
86677
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86678
|
+
};
|
|
85560
86679
|
export declare type TownsquareGoalConnection = {
|
|
85561
86680
|
__typename?: 'TownsquareGoalConnection';
|
|
85562
86681
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -85700,6 +86819,16 @@ export declare type TownsquareGoalUpdateCommentsArgs = {
|
|
|
85700
86819
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85701
86820
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85702
86821
|
};
|
|
86822
|
+
export declare type TownsquareGoalUpdateConnection = {
|
|
86823
|
+
__typename?: 'TownsquareGoalUpdateConnection';
|
|
86824
|
+
edges?: Maybe<Array<Maybe<TownsquareGoalUpdateEdge>>>;
|
|
86825
|
+
pageInfo: PageInfo;
|
|
86826
|
+
};
|
|
86827
|
+
export declare type TownsquareGoalUpdateEdge = {
|
|
86828
|
+
__typename?: 'TownsquareGoalUpdateEdge';
|
|
86829
|
+
cursor: Scalars['String']['output'];
|
|
86830
|
+
node?: Maybe<TownsquareGoalUpdate>;
|
|
86831
|
+
};
|
|
85703
86832
|
export declare type TownsquareLocalizationField = {
|
|
85704
86833
|
__typename?: 'TownsquareLocalizationField';
|
|
85705
86834
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88051,7 +89180,9 @@ export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
|
88051
89180
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
88052
89181
|
emailId?: Maybe<Scalars['String']['output']>;
|
|
88053
89182
|
id: Scalars['ID']['output'];
|
|
89183
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
88054
89184
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
89185
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
88055
89186
|
};
|
|
88056
89187
|
export declare type UnifiedAccountMutation = {
|
|
88057
89188
|
__typename?: 'UnifiedAccountMutation';
|
|
@@ -88106,6 +89237,82 @@ export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
|
88106
89237
|
aaid: Scalars['String']['input'];
|
|
88107
89238
|
dataPoint: Scalars['String']['input'];
|
|
88108
89239
|
};
|
|
89240
|
+
export declare type UnifiedCommunityMutation = {
|
|
89241
|
+
__typename?: 'UnifiedCommunityMutation';
|
|
89242
|
+
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
89243
|
+
};
|
|
89244
|
+
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
89245
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
89246
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
89247
|
+
};
|
|
89248
|
+
export declare type UnifiedCommunityPayload = UnifiedPayload & {
|
|
89249
|
+
__typename?: 'UnifiedCommunityPayload';
|
|
89250
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89251
|
+
forumsProfile?: Maybe<UnifiedForumsAccount>;
|
|
89252
|
+
gamificationProfile?: Maybe<UnifiedGamificationProfile>;
|
|
89253
|
+
success: Scalars['Boolean']['output'];
|
|
89254
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
89255
|
+
};
|
|
89256
|
+
export declare type UnifiedConsentMutation = {
|
|
89257
|
+
__typename?: 'UnifiedConsentMutation';
|
|
89258
|
+
deleteConsent?: Maybe<UnifiedConsentPayload>;
|
|
89259
|
+
removeConsent?: Maybe<UnifiedConsentPayload>;
|
|
89260
|
+
setConsent?: Maybe<UnifiedConsentPayload>;
|
|
89261
|
+
updateConsent?: Maybe<UnifiedConsentPayload>;
|
|
89262
|
+
};
|
|
89263
|
+
export declare type UnifiedConsentMutationDeleteConsentArgs = {
|
|
89264
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89265
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89266
|
+
value: Scalars['String']['input'];
|
|
89267
|
+
};
|
|
89268
|
+
export declare type UnifiedConsentMutationRemoveConsentArgs = {
|
|
89269
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89270
|
+
value: Scalars['String']['input'];
|
|
89271
|
+
};
|
|
89272
|
+
export declare type UnifiedConsentMutationSetConsentArgs = {
|
|
89273
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89274
|
+
type: Scalars['String']['input'];
|
|
89275
|
+
value: Scalars['String']['input'];
|
|
89276
|
+
};
|
|
89277
|
+
export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
89278
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89279
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89280
|
+
value: Scalars['String']['input'];
|
|
89281
|
+
};
|
|
89282
|
+
export declare type UnifiedConsentObj = {
|
|
89283
|
+
__typename?: 'UnifiedConsentObj';
|
|
89284
|
+
consent_key: Scalars['String']['output'];
|
|
89285
|
+
consent_status: Scalars['String']['output'];
|
|
89286
|
+
created_at: Scalars['String']['output'];
|
|
89287
|
+
updated_at: Scalars['String']['output'];
|
|
89288
|
+
};
|
|
89289
|
+
export declare type UnifiedConsentObjInput = {
|
|
89290
|
+
consent_key: Scalars['String']['input'];
|
|
89291
|
+
consent_status: Scalars['String']['input'];
|
|
89292
|
+
};
|
|
89293
|
+
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
89294
|
+
__typename?: 'UnifiedConsentPayload';
|
|
89295
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89296
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
89297
|
+
success: Scalars['Boolean']['output'];
|
|
89298
|
+
};
|
|
89299
|
+
export declare type UnifiedConsentQuery = {
|
|
89300
|
+
__typename?: 'UnifiedConsentQuery';
|
|
89301
|
+
getConsent?: Maybe<UnifiedUConsentStatusResult>;
|
|
89302
|
+
};
|
|
89303
|
+
export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
89304
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89305
|
+
value: Scalars['String']['input'];
|
|
89306
|
+
};
|
|
89307
|
+
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
89308
|
+
__typename?: 'UnifiedConsentStatus';
|
|
89309
|
+
consent_obj: Array<UnifiedConsentObj>;
|
|
89310
|
+
created_at: Scalars['String']['output'];
|
|
89311
|
+
id: Scalars['ID']['output'];
|
|
89312
|
+
type: Scalars['String']['output'];
|
|
89313
|
+
updated_at: Scalars['String']['output'];
|
|
89314
|
+
value: Scalars['String']['output'];
|
|
89315
|
+
};
|
|
88109
89316
|
export declare type UnifiedForums = UnifiedINode & {
|
|
88110
89317
|
__typename?: 'UnifiedForums';
|
|
88111
89318
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -88121,6 +89328,27 @@ export declare type UnifiedForumsGroupsArgs = {
|
|
|
88121
89328
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88122
89329
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88123
89330
|
};
|
|
89331
|
+
export declare type UnifiedForumsAccount = UnifiedINode & {
|
|
89332
|
+
__typename?: 'UnifiedForumsAccount';
|
|
89333
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
89334
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89335
|
+
href?: Maybe<Scalars['String']['output']>;
|
|
89336
|
+
id: Scalars['ID']['output'];
|
|
89337
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
|
89338
|
+
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
89339
|
+
login?: Maybe<Scalars['String']['output']>;
|
|
89340
|
+
onlineStatus?: Maybe<Scalars['String']['output']>;
|
|
89341
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
89342
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
89343
|
+
};
|
|
89344
|
+
export declare type UnifiedForumsAccountDetails = UnifiedINode & {
|
|
89345
|
+
__typename?: 'UnifiedForumsAccountDetails';
|
|
89346
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
89347
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
89348
|
+
id: Scalars['ID']['output'];
|
|
89349
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
89350
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
89351
|
+
};
|
|
88124
89352
|
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
88125
89353
|
__typename?: 'UnifiedForumsBadge';
|
|
88126
89354
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -88237,6 +89465,11 @@ export declare type UnifiedGamificationLevel = UnifiedINode & {
|
|
|
88237
89465
|
maxPoints?: Maybe<Scalars['Int']['output']>;
|
|
88238
89466
|
nextLevelName?: Maybe<Scalars['String']['output']>;
|
|
88239
89467
|
};
|
|
89468
|
+
export declare type UnifiedGamificationProfile = {
|
|
89469
|
+
__typename?: 'UnifiedGamificationProfile';
|
|
89470
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89471
|
+
userId?: Maybe<Scalars['String']['output']>;
|
|
89472
|
+
};
|
|
88240
89473
|
export declare type UnifiedGamificationRecognitionsSummary = UnifiedINode & {
|
|
88241
89474
|
__typename?: 'UnifiedGamificationRecognitionsSummary';
|
|
88242
89475
|
id: Scalars['ID']['output'];
|
|
@@ -88438,6 +89671,8 @@ export declare type UnifiedMutation = {
|
|
|
88438
89671
|
__typename?: 'UnifiedMutation';
|
|
88439
89672
|
account?: Maybe<UnifiedAccountMutation>;
|
|
88440
89673
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
89674
|
+
community?: Maybe<UnifiedCommunityMutation>;
|
|
89675
|
+
consent?: Maybe<UnifiedConsentMutation>;
|
|
88441
89676
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
88442
89677
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
88443
89678
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -88551,6 +89786,7 @@ export declare type UnifiedQuery = {
|
|
|
88551
89786
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
88552
89787
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
88553
89788
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
89789
|
+
consent?: Maybe<UnifiedConsentQuery>;
|
|
88554
89790
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
88555
89791
|
node?: Maybe<UnifiedINode>;
|
|
88556
89792
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
@@ -88617,6 +89853,7 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
88617
89853
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
88618
89854
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
88619
89855
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
89856
|
+
export declare type UnifiedUConsentStatusResult = UnifiedConsentStatus | UnifiedQueryError;
|
|
88620
89857
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
88621
89858
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
88622
89859
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|