@forge/cli-shared 6.5.5-next.0 → 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 +70 -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 +1281 -9
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +49 -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>;
|
|
@@ -22660,6 +22803,29 @@ export declare type EcosystemDataClassificationsContext = {
|
|
|
22660
22803
|
hasConstraints?: Maybe<Scalars['Boolean']['output']>;
|
|
22661
22804
|
id: Scalars['ID']['output'];
|
|
22662
22805
|
};
|
|
22806
|
+
export declare type EcosystemGlobalInstallationConfigInput = {
|
|
22807
|
+
cloudId: Scalars['ID']['input'];
|
|
22808
|
+
config: Array<EcosystemGlobalInstallationOverrideInput>;
|
|
22809
|
+
};
|
|
22810
|
+
export declare type EcosystemGlobalInstallationConfigResponse = Payload & {
|
|
22811
|
+
__typename?: 'EcosystemGlobalInstallationConfigResponse';
|
|
22812
|
+
config?: Maybe<Array<EcosystemGlobalInstallationOverride>>;
|
|
22813
|
+
errors?: Maybe<Array<MutationError>>;
|
|
22814
|
+
success: Scalars['Boolean']['output'];
|
|
22815
|
+
};
|
|
22816
|
+
export declare type EcosystemGlobalInstallationOverride = {
|
|
22817
|
+
__typename?: 'EcosystemGlobalInstallationOverride';
|
|
22818
|
+
key: EcosystemGlobalInstallationOverrideKeys;
|
|
22819
|
+
value: Scalars['Boolean']['output'];
|
|
22820
|
+
};
|
|
22821
|
+
export declare type EcosystemGlobalInstallationOverrideInput = {
|
|
22822
|
+
key: EcosystemGlobalInstallationOverrideKeys;
|
|
22823
|
+
value: Scalars['Boolean']['input'];
|
|
22824
|
+
};
|
|
22825
|
+
export declare enum EcosystemGlobalInstallationOverrideKeys {
|
|
22826
|
+
AllowEgressAnalytics = "ALLOW_EGRESS_ANALYTICS",
|
|
22827
|
+
AllowLogsAccess = "ALLOW_LOGS_ACCESS"
|
|
22828
|
+
}
|
|
22663
22829
|
export declare type EcosystemInstallationConfigInput = {
|
|
22664
22830
|
overrides: Array<EcosystemInstallationOverrides>;
|
|
22665
22831
|
};
|
|
@@ -22675,8 +22841,39 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
22675
22841
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
22676
22842
|
}
|
|
22677
22843
|
export declare enum EcosystemLicenseMode {
|
|
22844
|
+
Agent = "AGENT",
|
|
22678
22845
|
UserAccess = "USER_ACCESS"
|
|
22679
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
|
+
};
|
|
22680
22877
|
export declare type EcosystemMutation = {
|
|
22681
22878
|
__typename?: 'EcosystemMutation';
|
|
22682
22879
|
addAppContributor?: Maybe<AddAppContributorResponsePayload>;
|
|
@@ -22693,6 +22890,7 @@ export declare type EcosystemMutation = {
|
|
|
22693
22890
|
updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
|
|
22694
22891
|
updateAppOAuthClient: EcosystemUpdateAppOAuthClientResult;
|
|
22695
22892
|
updateAppOwnership?: Maybe<UpdateAppOwnershipResponsePayload>;
|
|
22893
|
+
updateGlobalInstallationConfig?: Maybe<EcosystemGlobalInstallationConfigResponse>;
|
|
22696
22894
|
updateInstallationDetails?: Maybe<UpdateInstallationDetailsResponse>;
|
|
22697
22895
|
updateInstallationRemoteRegion?: Maybe<EcosystemUpdateInstallationRemoteRegionResponse>;
|
|
22698
22896
|
updateUserInstallationRules?: Maybe<UserInstallationRulesPayload>;
|
|
@@ -22745,6 +22943,9 @@ export declare type EcosystemMutationUpdateAppOAuthClientArgs = {
|
|
|
22745
22943
|
export declare type EcosystemMutationUpdateAppOwnershipArgs = {
|
|
22746
22944
|
input: UpdateAppOwnershipInput;
|
|
22747
22945
|
};
|
|
22946
|
+
export declare type EcosystemMutationUpdateGlobalInstallationConfigArgs = {
|
|
22947
|
+
input: EcosystemGlobalInstallationConfigInput;
|
|
22948
|
+
};
|
|
22748
22949
|
export declare type EcosystemMutationUpdateInstallationDetailsArgs = {
|
|
22749
22950
|
input: EcosystemUpdateInstallationDetailsInput;
|
|
22750
22951
|
};
|
|
@@ -22783,6 +22984,8 @@ export declare type EcosystemQuery = {
|
|
|
22783
22984
|
forgeContributors?: Maybe<ForgeAuditLogsContributorsActivityResult>;
|
|
22784
22985
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
22785
22986
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
22987
|
+
globalInstallationConfig?: Maybe<Array<Maybe<EcosystemGlobalInstallationOverride>>>;
|
|
22988
|
+
marketplaceData: EcosystemMarketplaceData;
|
|
22786
22989
|
userAccess?: Maybe<UserAccess>;
|
|
22787
22990
|
userGrants?: Maybe<UserGrantConnection>;
|
|
22788
22991
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
@@ -22845,6 +23048,13 @@ export declare type EcosystemQueryForgeMetricsArgs = {
|
|
|
22845
23048
|
export declare type EcosystemQueryFortifiedMetricsArgs = {
|
|
22846
23049
|
appKey: Scalars['ID']['input'];
|
|
22847
23050
|
};
|
|
23051
|
+
export declare type EcosystemQueryGlobalInstallationConfigArgs = {
|
|
23052
|
+
cloudId: Scalars['ID']['input'];
|
|
23053
|
+
filter?: InputMaybe<GlobalInstallationConfigFilter>;
|
|
23054
|
+
};
|
|
23055
|
+
export declare type EcosystemQueryMarketplaceDataArgs = {
|
|
23056
|
+
cloudAppId: Scalars['ID']['input'];
|
|
23057
|
+
};
|
|
22848
23058
|
export declare type EcosystemQueryUserAccessArgs = {
|
|
22849
23059
|
contextId: Scalars['ID']['input'];
|
|
22850
23060
|
definitionId: Scalars['ID']['input'];
|
|
@@ -23141,6 +23351,7 @@ export declare type Extension = {
|
|
|
23141
23351
|
environmentKey: Scalars['String']['output'];
|
|
23142
23352
|
environmentType: Scalars['String']['output'];
|
|
23143
23353
|
id: Scalars['ID']['output'];
|
|
23354
|
+
installation?: Maybe<AppInstallationSummary>;
|
|
23144
23355
|
installationId: Scalars['String']['output'];
|
|
23145
23356
|
key: Scalars['String']['output'];
|
|
23146
23357
|
license?: Maybe<AppInstallationLicense>;
|
|
@@ -23280,6 +23491,7 @@ export declare type ExternalBranch = Node & {
|
|
|
23280
23491
|
name?: Maybe<Scalars['String']['output']>;
|
|
23281
23492
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23282
23493
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23494
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23283
23495
|
url?: Maybe<Scalars['String']['output']>;
|
|
23284
23496
|
};
|
|
23285
23497
|
export declare type ExternalBranchReference = {
|
|
@@ -23296,15 +23508,24 @@ export declare type ExternalBuildInfo = Node & {
|
|
|
23296
23508
|
__typename?: 'ExternalBuildInfo';
|
|
23297
23509
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23298
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>;
|
|
23299
23515
|
description?: Maybe<Scalars['String']['output']>;
|
|
23300
23516
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23301
23517
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23518
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23302
23519
|
id: Scalars['ID']['output'];
|
|
23303
23520
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23521
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23522
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23304
23523
|
pipelineId?: Maybe<Scalars['String']['output']>;
|
|
23305
23524
|
references?: Maybe<Array<Maybe<ExternalBuildReferences>>>;
|
|
23306
23525
|
state?: Maybe<ExternalBuildState>;
|
|
23307
23526
|
testInfo?: Maybe<ExternalTestInfo>;
|
|
23527
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23528
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23308
23529
|
url?: Maybe<Scalars['String']['output']>;
|
|
23309
23530
|
};
|
|
23310
23531
|
export declare type ExternalBuildRefReference = {
|
|
@@ -23345,6 +23566,7 @@ export declare type ExternalCalendarEvent = Node & {
|
|
|
23345
23566
|
parent?: Maybe<ExternalEntity>;
|
|
23346
23567
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23347
23568
|
recurringEventId?: Maybe<Scalars['String']['output']>;
|
|
23569
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23348
23570
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23349
23571
|
url?: Maybe<Scalars['String']['output']>;
|
|
23350
23572
|
videoMeetingUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -23397,6 +23619,7 @@ export declare type ExternalComment = Node & {
|
|
|
23397
23619
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23398
23620
|
reactions?: Maybe<Array<Maybe<ExternalReactions>>>;
|
|
23399
23621
|
text?: Maybe<Scalars['String']['output']>;
|
|
23622
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23400
23623
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23401
23624
|
url?: Maybe<Scalars['String']['output']>;
|
|
23402
23625
|
};
|
|
@@ -23423,6 +23646,7 @@ export declare type ExternalCommit = Node & {
|
|
|
23423
23646
|
message?: Maybe<Scalars['String']['output']>;
|
|
23424
23647
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23425
23648
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
23649
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23426
23650
|
url?: Maybe<Scalars['String']['output']>;
|
|
23427
23651
|
};
|
|
23428
23652
|
export declare enum ExternalCommitFlags {
|
|
@@ -23450,6 +23674,7 @@ export declare type ExternalConversation = Node & {
|
|
|
23450
23674
|
members?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23451
23675
|
membershipType?: Maybe<ExternalMembershipType>;
|
|
23452
23676
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23677
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23453
23678
|
topic?: Maybe<Scalars['String']['output']>;
|
|
23454
23679
|
type?: Maybe<ExternalConversationType>;
|
|
23455
23680
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23471,16 +23696,26 @@ export declare type ExternalCue = {
|
|
|
23471
23696
|
export declare type ExternalDeployment = Node & {
|
|
23472
23697
|
__typename?: 'ExternalDeployment';
|
|
23473
23698
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
23699
|
+
container?: Maybe<ExternalEntity>;
|
|
23700
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
23701
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
23702
|
+
createdBy?: Maybe<ExternalUser>;
|
|
23474
23703
|
deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23475
23704
|
description?: Maybe<Scalars['String']['output']>;
|
|
23476
23705
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
23477
23706
|
duration?: Maybe<Scalars['Long']['output']>;
|
|
23478
23707
|
environment?: Maybe<ExternalEnvironment>;
|
|
23708
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
23479
23709
|
id: Scalars['ID']['output'];
|
|
23480
23710
|
label?: Maybe<Scalars['String']['output']>;
|
|
23481
23711
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23712
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23713
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23482
23714
|
pipeline?: Maybe<ExternalPipeline>;
|
|
23715
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
23483
23716
|
state?: Maybe<ExternalDeploymentState>;
|
|
23717
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23718
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23484
23719
|
triggeredBy?: Maybe<ExternalUser>;
|
|
23485
23720
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23486
23721
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23510,6 +23745,7 @@ export declare type ExternalDesign = Node & {
|
|
|
23510
23745
|
liveEmbedUrl?: Maybe<Scalars['String']['output']>;
|
|
23511
23746
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23512
23747
|
status?: Maybe<ExternalDesignStatus>;
|
|
23748
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23513
23749
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23514
23750
|
type?: Maybe<ExternalDesignType>;
|
|
23515
23751
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23548,6 +23784,7 @@ export declare type ExternalDocument = Node & {
|
|
|
23548
23784
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23549
23785
|
parent?: Maybe<ExternalEntity>;
|
|
23550
23786
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23787
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23551
23788
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23552
23789
|
truncatedDisplayName?: Maybe<Scalars['Boolean']['output']>;
|
|
23553
23790
|
type?: Maybe<ExternalDocumentType>;
|
|
@@ -23644,6 +23881,7 @@ export declare type ExternalFeatureFlag = Node & {
|
|
|
23644
23881
|
id: Scalars['ID']['output'];
|
|
23645
23882
|
key?: Maybe<Scalars['String']['output']>;
|
|
23646
23883
|
summary?: Maybe<ExternalFeatureFlagSummary>;
|
|
23884
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23647
23885
|
};
|
|
23648
23886
|
export declare type ExternalFeatureFlagDetail = {
|
|
23649
23887
|
__typename?: 'ExternalFeatureFlagDetail';
|
|
@@ -23733,6 +23971,7 @@ export declare type ExternalMessage = Node & {
|
|
|
23733
23971
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23734
23972
|
parent?: Maybe<ExternalEntity>;
|
|
23735
23973
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23974
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23736
23975
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23737
23976
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23738
23977
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23750,6 +23989,7 @@ export declare type ExternalOrganisation = Node & {
|
|
|
23750
23989
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23751
23990
|
parent?: Maybe<ExternalEntity>;
|
|
23752
23991
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23992
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23753
23993
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23754
23994
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23755
23995
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23774,6 +24014,7 @@ export declare type ExternalPosition = Node & {
|
|
|
23774
24014
|
parent?: Maybe<ExternalEntity>;
|
|
23775
24015
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
23776
24016
|
status?: Maybe<Scalars['String']['output']>;
|
|
24017
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23777
24018
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23778
24019
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23779
24020
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23806,6 +24047,7 @@ export declare type ExternalPullRequest = Node & {
|
|
|
23806
24047
|
status?: Maybe<ExternalPullRequestStatus>;
|
|
23807
24048
|
supportedActions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
23808
24049
|
tasksCount?: Maybe<Scalars['Int']['output']>;
|
|
24050
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23809
24051
|
title?: Maybe<Scalars['String']['output']>;
|
|
23810
24052
|
url?: Maybe<Scalars['String']['output']>;
|
|
23811
24053
|
};
|
|
@@ -23839,6 +24081,7 @@ export declare type ExternalRemoteLink = Node & {
|
|
|
23839
24081
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23840
24082
|
remoteLinkId?: Maybe<Scalars['String']['output']>;
|
|
23841
24083
|
status?: Maybe<ExternalRemoteLinkStatus>;
|
|
24084
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23842
24085
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
23843
24086
|
type?: Maybe<Scalars['String']['output']>;
|
|
23844
24087
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
@@ -23868,6 +24111,7 @@ export declare type ExternalRepository = Node & {
|
|
|
23868
24111
|
name?: Maybe<Scalars['String']['output']>;
|
|
23869
24112
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23870
24113
|
repositoryId?: Maybe<Scalars['String']['output']>;
|
|
24114
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23871
24115
|
url?: Maybe<Scalars['String']['output']>;
|
|
23872
24116
|
};
|
|
23873
24117
|
export declare type ExternalReviewer = {
|
|
@@ -23890,6 +24134,7 @@ export declare type ExternalSpace = Node & {
|
|
|
23890
24134
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23891
24135
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23892
24136
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
24137
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23893
24138
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23894
24139
|
url?: Maybe<Scalars['String']['output']>;
|
|
23895
24140
|
};
|
|
@@ -23934,6 +24179,7 @@ export declare type ExternalVideo = Node & {
|
|
|
23934
24179
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
23935
24180
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
23936
24181
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
24182
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23937
24183
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
23938
24184
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23939
24185
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -23952,6 +24198,7 @@ export declare type ExternalVulnerability = Node & {
|
|
|
23952
24198
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
23953
24199
|
severity?: Maybe<ExternalVulnerabilitySeverity>;
|
|
23954
24200
|
status?: Maybe<ExternalVulnerabilityStatus>;
|
|
24201
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
23955
24202
|
type?: Maybe<ExternalVulnerabilityType>;
|
|
23956
24203
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
23957
24204
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -24011,6 +24258,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
24011
24258
|
status?: Maybe<Scalars['String']['output']>;
|
|
24012
24259
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
24013
24260
|
team?: Maybe<Scalars['String']['output']>;
|
|
24261
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24014
24262
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24015
24263
|
url?: Maybe<Scalars['String']['output']>;
|
|
24016
24264
|
};
|
|
@@ -24049,6 +24297,7 @@ export declare type ExternalWorker = Node & {
|
|
|
24049
24297
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24050
24298
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
24051
24299
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
24300
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
24052
24301
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
24053
24302
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
24054
24303
|
url?: Maybe<Scalars['String']['output']>;
|
|
@@ -25346,6 +25595,9 @@ export declare type GlobalCardCreateAdditionalFields = {
|
|
|
25346
25595
|
rankCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
25347
25596
|
sprintCustomFieldId?: Maybe<Scalars['String']['output']>;
|
|
25348
25597
|
};
|
|
25598
|
+
export declare type GlobalInstallationConfigFilter = {
|
|
25599
|
+
keys: Array<EcosystemGlobalInstallationOverrideKeys>;
|
|
25600
|
+
};
|
|
25349
25601
|
export declare type GlobalSpaceConfiguration = {
|
|
25350
25602
|
__typename?: 'GlobalSpaceConfiguration';
|
|
25351
25603
|
publicLinkDefaultSpaceStatus?: Maybe<PublicLinkDefaultSpaceStatus>;
|
|
@@ -26756,6 +27008,12 @@ export declare type GraphProjectServiceEdge = {
|
|
|
26756
27008
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
26757
27009
|
node: GraphProjectService;
|
|
26758
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
|
+
};
|
|
26759
27017
|
export declare type GraphQlContactAdminStatus = {
|
|
26760
27018
|
__typename?: 'GraphQLContactAdminStatus';
|
|
26761
27019
|
success: Scalars['Boolean']['output'];
|
|
@@ -29069,6 +29327,8 @@ export declare type GraphStore = {
|
|
|
29069
29327
|
componentLinkedJswIssueInverse?: Maybe<GraphStoreSimplifiedComponentLinkedJswIssueInverseConnection>;
|
|
29070
29328
|
componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29071
29329
|
componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
|
|
29330
|
+
confluenceBlogpostSharedWithUser?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserConnection>;
|
|
29331
|
+
confluenceBlogpostSharedWithUserInverse?: Maybe<GraphStoreSimplifiedConfluenceBlogpostSharedWithUserInverseConnection>;
|
|
29072
29332
|
confluencePageHasConfluenceComment?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection>;
|
|
29073
29333
|
confluencePageHasConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentInverseConnection>;
|
|
29074
29334
|
confluencePageHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceDatabaseConnection>;
|
|
@@ -29082,6 +29342,8 @@ export declare type GraphStore = {
|
|
|
29082
29342
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29083
29343
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29084
29344
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29345
|
+
confluenceSpaceHasConfluenceFolder?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection>;
|
|
29346
|
+
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29085
29347
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29086
29348
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
29087
29349
|
contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
|
|
@@ -29095,6 +29357,7 @@ export declare type GraphStore = {
|
|
|
29095
29357
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
29096
29358
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
29097
29359
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
29360
|
+
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
29098
29361
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
29099
29362
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
29100
29363
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -29187,6 +29450,10 @@ export declare type GraphStore = {
|
|
|
29187
29450
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
29188
29451
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
29189
29452
|
issueInStatusInverse?: Maybe<GraphStoreSimplifiedIssueInStatusInverseConnection>;
|
|
29453
|
+
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
29454
|
+
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
29455
|
+
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
29456
|
+
issueMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseConnection>;
|
|
29190
29457
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
29191
29458
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
29192
29459
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -29207,6 +29474,8 @@ export declare type GraphStore = {
|
|
|
29207
29474
|
jiraEpicContributesToAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseConnection>;
|
|
29208
29475
|
jiraEpicContributesToAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29209
29476
|
jiraEpicContributesToAtlasGoalRelationship?: Maybe<GraphStoreFullJiraEpicContributesToAtlasGoalConnection>;
|
|
29477
|
+
jiraIssueBlockedByJiraIssue?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueConnection>;
|
|
29478
|
+
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
29210
29479
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
29211
29480
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
29212
29481
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
@@ -29237,6 +29506,8 @@ export declare type GraphStore = {
|
|
|
29237
29506
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
29238
29507
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29239
29508
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29509
|
+
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
29510
|
+
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
29240
29511
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
29241
29512
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
29242
29513
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -29361,6 +29632,8 @@ export declare type GraphStore = {
|
|
|
29361
29632
|
serviceAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedDeploymentInverseConnection>;
|
|
29362
29633
|
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
29363
29634
|
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
29635
|
+
serviceAssociatedTeam?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamConnection>;
|
|
29636
|
+
serviceAssociatedTeamInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseConnection>;
|
|
29364
29637
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
29365
29638
|
serviceLinkedIncidentInverse?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentInverseConnection>;
|
|
29366
29639
|
serviceLinkedIncidentInverseRelationship?: Maybe<GraphStoreFullServiceLinkedIncidentConnection>;
|
|
@@ -29466,6 +29739,8 @@ export declare type GraphStore = {
|
|
|
29466
29739
|
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
29467
29740
|
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
29468
29741
|
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
29742
|
+
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
29743
|
+
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
29469
29744
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
29470
29745
|
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
29471
29746
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
@@ -29482,6 +29757,8 @@ export declare type GraphStore = {
|
|
|
29482
29757
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
29483
29758
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
29484
29759
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
29760
|
+
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
29761
|
+
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
29485
29762
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
29486
29763
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
29487
29764
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
@@ -29494,6 +29771,10 @@ export declare type GraphStore = {
|
|
|
29494
29771
|
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
29495
29772
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
29496
29773
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
29774
|
+
userMentionedInConversation?: Maybe<GraphStoreSimplifiedUserMentionedInConversationConnection>;
|
|
29775
|
+
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
29776
|
+
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
29777
|
+
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
29497
29778
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
29498
29779
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
29499
29780
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -29518,6 +29799,7 @@ export declare type GraphStore = {
|
|
|
29518
29799
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
29519
29800
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
29520
29801
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
29802
|
+
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
29521
29803
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
29522
29804
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
29523
29805
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -29868,6 +30150,20 @@ export declare type GraphStoreComponentLinkedJswIssueRelationshipArgs = {
|
|
|
29868
30150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29869
30151
|
id: Scalars['ID']['input'];
|
|
29870
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
|
+
};
|
|
29871
30167
|
export declare type GraphStoreConfluencePageHasConfluenceCommentArgs = {
|
|
29872
30168
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29873
30169
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -29959,6 +30255,20 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
29959
30255
|
id: Scalars['ID']['input'];
|
|
29960
30256
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
29961
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
|
+
};
|
|
29962
30272
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardArgs = {
|
|
29963
30273
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29964
30274
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30043,6 +30353,13 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
30043
30353
|
id: Scalars['ID']['input'];
|
|
30044
30354
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
30045
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
|
+
};
|
|
30046
30363
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
30047
30364
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30048
30365
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30616,6 +30933,34 @@ export declare type GraphStoreIssueInStatusInverseArgs = {
|
|
|
30616
30933
|
id: Scalars['ID']['input'];
|
|
30617
30934
|
sort?: InputMaybe<GraphStoreIssueInStatusSortInput>;
|
|
30618
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
|
+
};
|
|
30619
30964
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
30620
30965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30621
30966
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30736,6 +31081,20 @@ export declare type GraphStoreJiraEpicContributesToAtlasGoalRelationshipArgs = {
|
|
|
30736
31081
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30737
31082
|
id: Scalars['ID']['input'];
|
|
30738
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
|
+
};
|
|
30739
31098
|
export declare type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
30740
31099
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30741
31100
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30924,6 +31283,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
30924
31283
|
ids: Array<Scalars['ID']['input']>;
|
|
30925
31284
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
30926
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
|
+
};
|
|
30927
31300
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
30928
31301
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30929
31302
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31718,6 +32091,20 @@ export declare type GraphStoreServiceAssociatedRemoteLinkInverseArgs = {
|
|
|
31718
32091
|
id: Scalars['ID']['input'];
|
|
31719
32092
|
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
31720
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
|
+
};
|
|
31721
32108
|
export declare type GraphStoreServiceLinkedIncidentArgs = {
|
|
31722
32109
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31723
32110
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32426,6 +32813,20 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
|
32426
32813
|
id: Scalars['ID']['input'];
|
|
32427
32814
|
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
32428
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
|
+
};
|
|
32429
32830
|
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
32430
32831
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32431
32832
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32538,6 +32939,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
32538
32939
|
id: Scalars['ID']['input'];
|
|
32539
32940
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
32540
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
|
+
};
|
|
32541
32956
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
32542
32957
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32543
32958
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32622,6 +33037,34 @@ export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
|
32622
33037
|
id: Scalars['ID']['input'];
|
|
32623
33038
|
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
32624
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
|
+
};
|
|
32625
33068
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
32626
33069
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32627
33070
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32790,6 +33233,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
32790
33233
|
id: Scalars['ID']['input'];
|
|
32791
33234
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32792
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
|
+
};
|
|
32793
33243
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32794
33244
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32795
33245
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34019,6 +34469,9 @@ export declare type GraphStoreComponentLinkedJswIssueSortInput = {
|
|
|
34019
34469
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34020
34470
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
34021
34471
|
};
|
|
34472
|
+
export declare type GraphStoreConfluenceBlogpostSharedWithUserSortInput = {
|
|
34473
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34474
|
+
};
|
|
34022
34475
|
export declare type GraphStoreConfluencePageHasConfluenceCommentSortInput = {
|
|
34023
34476
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34024
34477
|
};
|
|
@@ -34040,6 +34493,9 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceBlogpostSortInput = {
|
|
|
34040
34493
|
export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput = {
|
|
34041
34494
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34042
34495
|
};
|
|
34496
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderSortInput = {
|
|
34497
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34498
|
+
};
|
|
34043
34499
|
export declare type GraphStoreConfluenceSpaceHasConfluenceWhiteboardSortInput = {
|
|
34044
34500
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34045
34501
|
};
|
|
@@ -34159,6 +34615,20 @@ export declare type GraphStoreCreateJswProjectAssociatedComponentRelationshipInp
|
|
|
34159
34615
|
to: Scalars['ID']['input'];
|
|
34160
34616
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34161
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
|
+
};
|
|
34162
34632
|
export declare type GraphStoreCreateProjectAssociatedOpsgenieTeamInput = {
|
|
34163
34633
|
relationships: Array<GraphStoreCreateProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34164
34634
|
};
|
|
@@ -34450,7 +34920,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
34450
34920
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
34451
34921
|
id: Scalars['ID']['output'];
|
|
34452
34922
|
};
|
|
34453
|
-
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;
|
|
34454
34924
|
export declare type GraphStoreCypherQueryNode = {
|
|
34455
34925
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
34456
34926
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -34475,8 +34945,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
34475
34945
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
34476
34946
|
id: Scalars['ID']['output'];
|
|
34477
34947
|
};
|
|
34478
|
-
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;
|
|
34479
|
-
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;
|
|
34480
34950
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
34481
34951
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
34482
34952
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -34564,6 +35034,19 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
|
|
|
34564
35034
|
from: Scalars['ID']['input'];
|
|
34565
35035
|
to: Scalars['ID']['input'];
|
|
34566
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
|
+
};
|
|
34567
35050
|
export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
|
|
34568
35051
|
relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34569
35052
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34788,6 +35271,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
34788
35271
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
34789
35272
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34790
35273
|
};
|
|
35274
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
35275
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35276
|
+
};
|
|
34791
35277
|
export declare type GraphStoreFloatFilterInput = {
|
|
34792
35278
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
34793
35279
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -38361,6 +38847,12 @@ export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
|
38361
38847
|
export declare type GraphStoreIssueInStatusSortInput = {
|
|
38362
38848
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38363
38849
|
};
|
|
38850
|
+
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
38851
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38852
|
+
};
|
|
38853
|
+
export declare type GraphStoreIssueMentionedInMessageSortInput = {
|
|
38854
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38855
|
+
};
|
|
38364
38856
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
38365
38857
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38366
38858
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38388,6 +38880,9 @@ export declare type GraphStoreIssueToWhiteboardSortInput = {
|
|
|
38388
38880
|
export declare type GraphStoreJiraEpicContributesToAtlasGoalSortInput = {
|
|
38389
38881
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38390
38882
|
};
|
|
38883
|
+
export declare type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
38884
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38885
|
+
};
|
|
38391
38886
|
export declare type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
38392
38887
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38393
38888
|
};
|
|
@@ -38485,6 +38980,12 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
38485
38980
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
38486
38981
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38487
38982
|
};
|
|
38983
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
38984
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38985
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38986
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38987
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38988
|
+
};
|
|
38488
38989
|
export declare type GraphStoreMutation = {
|
|
38489
38990
|
__typename?: 'GraphStoreMutation';
|
|
38490
38991
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -38493,6 +38994,7 @@ export declare type GraphStoreMutation = {
|
|
|
38493
38994
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
38494
38995
|
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
38495
38996
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
38997
|
+
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38496
38998
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
38497
38999
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
38498
39000
|
createProjectDisassociatedRepo?: Maybe<GraphStoreCreateProjectDisassociatedRepoPayload>;
|
|
@@ -38516,6 +39018,7 @@ export declare type GraphStoreMutation = {
|
|
|
38516
39018
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
38517
39019
|
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
38518
39020
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
39021
|
+
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38519
39022
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
38520
39023
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
38521
39024
|
deleteProjectDisassociatedRepo?: Maybe<GraphStoreDeleteProjectDisassociatedRepoPayload>;
|
|
@@ -38552,6 +39055,9 @@ export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
|
38552
39055
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
38553
39056
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
38554
39057
|
};
|
|
39058
|
+
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39059
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39060
|
+
};
|
|
38555
39061
|
export declare type GraphStoreMutationCreateProjectAssociatedOpsgenieTeamArgs = {
|
|
38556
39062
|
input?: InputMaybe<GraphStoreCreateProjectAssociatedOpsgenieTeamInput>;
|
|
38557
39063
|
};
|
|
@@ -38621,6 +39127,9 @@ export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
|
38621
39127
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
38622
39128
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
38623
39129
|
};
|
|
39130
|
+
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39131
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39132
|
+
};
|
|
38624
39133
|
export declare type GraphStoreMutationDeleteProjectAssociatedOpsgenieTeamArgs = {
|
|
38625
39134
|
input?: InputMaybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamInput>;
|
|
38626
39135
|
};
|
|
@@ -39137,6 +39646,9 @@ export declare type GraphStoreServiceAssociatedDeploymentSortInput = {
|
|
|
39137
39646
|
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
39138
39647
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39139
39648
|
};
|
|
39649
|
+
export declare type GraphStoreServiceAssociatedTeamSortInput = {
|
|
39650
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
39651
|
+
};
|
|
39140
39652
|
export declare type GraphStoreServiceLinkedIncidentConditionalFilterInput = {
|
|
39141
39653
|
createdAt?: InputMaybe<GraphStoreDateFilterInput>;
|
|
39142
39654
|
fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
|
|
@@ -39616,6 +40128,34 @@ export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseEdge = {
|
|
|
39616
40128
|
};
|
|
39617
40129
|
export declare type GraphStoreSimplifiedComponentLinkedJswIssueInverseUnion = CompassComponent | DevOpsOperationsComponentDetails | DevOpsService;
|
|
39618
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;
|
|
39619
40159
|
export declare type GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection = HasPageInfo & {
|
|
39620
40160
|
__typename?: 'GraphStoreSimplifiedConfluencePageHasConfluenceCommentConnection';
|
|
39621
40161
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluencePageHasConfluenceCommentEdge>>>;
|
|
@@ -39798,6 +40338,34 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
39798
40338
|
};
|
|
39799
40339
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
39800
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;
|
|
39801
40369
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
39802
40370
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
39803
40371
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -39910,6 +40478,20 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
39910
40478
|
};
|
|
39911
40479
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
39912
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;
|
|
39913
40495
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
39914
40496
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
39915
40497
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -40508,6 +41090,62 @@ export declare type GraphStoreSimplifiedIssueInStatusInverseEdge = {
|
|
|
40508
41090
|
node?: Maybe<GraphStoreSimplifiedIssueInStatusInverseUnion>;
|
|
40509
41091
|
};
|
|
40510
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;
|
|
40511
41149
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
40512
41150
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
40513
41151
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -40664,6 +41302,34 @@ export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseEdg
|
|
|
40664
41302
|
};
|
|
40665
41303
|
export declare type GraphStoreSimplifiedJiraEpicContributesToAtlasGoalInverseUnion = JiraIssue;
|
|
40666
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;
|
|
40667
41333
|
export declare type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection = HasPageInfo & {
|
|
40668
41334
|
__typename?: 'GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection';
|
|
40669
41335
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge>>>;
|
|
@@ -40884,6 +41550,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
40884
41550
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
40885
41551
|
};
|
|
40886
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;
|
|
40887
41585
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
40888
41586
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
40889
41587
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -41926,6 +42624,34 @@ export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge =
|
|
|
41926
42624
|
};
|
|
41927
42625
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion = DevOpsService;
|
|
41928
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;
|
|
41929
42655
|
export declare type GraphStoreSimplifiedServiceLinkedIncidentConnection = HasPageInfo & HasTotal & {
|
|
41930
42656
|
__typename?: 'GraphStoreSimplifiedServiceLinkedIncidentConnection';
|
|
41931
42657
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceLinkedIncidentEdge>>>;
|
|
@@ -43020,6 +43746,34 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
|
43020
43746
|
};
|
|
43021
43747
|
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43022
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;
|
|
43023
43777
|
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
43024
43778
|
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
43025
43779
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
@@ -43244,6 +43998,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
43244
43998
|
};
|
|
43245
43999
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43246
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;
|
|
43247
44029
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
43248
44030
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
43249
44031
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -43416,6 +44198,62 @@ export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
|
43416
44198
|
};
|
|
43417
44199
|
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43418
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;
|
|
43419
44257
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
43420
44258
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
43421
44259
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -43756,6 +44594,20 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
43756
44594
|
};
|
|
43757
44595
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43758
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;
|
|
43759
44611
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
43760
44612
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
43761
44613
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -44922,6 +45774,9 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
|
44922
45774
|
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
44923
45775
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44924
45776
|
};
|
|
45777
|
+
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
45778
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45779
|
+
};
|
|
44925
45780
|
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
44926
45781
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44927
45782
|
};
|
|
@@ -44946,6 +45801,9 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
44946
45801
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
44947
45802
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44948
45803
|
};
|
|
45804
|
+
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
45805
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45806
|
+
};
|
|
44949
45807
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
44950
45808
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
44951
45809
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -44967,6 +45825,12 @@ export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
|
44967
45825
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
44968
45826
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44969
45827
|
};
|
|
45828
|
+
export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
45829
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45830
|
+
};
|
|
45831
|
+
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
45832
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45833
|
+
};
|
|
44970
45834
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
44971
45835
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
44972
45836
|
};
|
|
@@ -45006,6 +45870,9 @@ export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
|
45006
45870
|
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
45007
45871
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45008
45872
|
};
|
|
45873
|
+
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
45874
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45875
|
+
};
|
|
45009
45876
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
45010
45877
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45011
45878
|
};
|
|
@@ -45540,6 +46407,11 @@ export declare type HamsChargeDetails = CommerceChargeDetails & {
|
|
|
45540
46407
|
__typename?: 'HamsChargeDetails';
|
|
45541
46408
|
chargeQuantities?: Maybe<Array<Maybe<HamsChargeQuantity>>>;
|
|
45542
46409
|
};
|
|
46410
|
+
export declare type HamsChargeElement = CommerceChargeElement & {
|
|
46411
|
+
__typename?: 'HamsChargeElement';
|
|
46412
|
+
ceiling?: Maybe<Scalars['Int']['output']>;
|
|
46413
|
+
unit?: Maybe<Scalars['String']['output']>;
|
|
46414
|
+
};
|
|
45543
46415
|
export declare type HamsChargeQuantity = CommerceChargeQuantity & {
|
|
45544
46416
|
__typename?: 'HamsChargeQuantity';
|
|
45545
46417
|
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
@@ -45630,6 +46502,7 @@ export declare type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGrou
|
|
|
45630
46502
|
};
|
|
45631
46503
|
export declare type HamsOffering = CommerceOffering & {
|
|
45632
46504
|
__typename?: 'HamsOffering';
|
|
46505
|
+
chargeElements?: Maybe<Array<Maybe<HamsChargeElement>>>;
|
|
45633
46506
|
name?: Maybe<Scalars['String']['output']>;
|
|
45634
46507
|
trial?: Maybe<HamsOfferingTrial>;
|
|
45635
46508
|
};
|
|
@@ -45671,6 +46544,7 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45671
46544
|
__typename?: 'HamsTrial';
|
|
45672
46545
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45673
46546
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
46547
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
45674
46548
|
};
|
|
45675
46549
|
export declare type HardDeleteSpacePayload = {
|
|
45676
46550
|
__typename?: 'HardDeleteSpacePayload';
|
|
@@ -49415,6 +50289,13 @@ export declare type JiraBoard = Node & {
|
|
|
49415
50289
|
id: Scalars['ID']['output'];
|
|
49416
50290
|
lastViewedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
49417
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']>;
|
|
49418
50299
|
};
|
|
49419
50300
|
export declare type JiraBoardConnection = {
|
|
49420
50301
|
__typename?: 'JiraBoardConnection';
|
|
@@ -49469,6 +50350,8 @@ export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
|
49469
50350
|
user?: Maybe<User>;
|
|
49470
50351
|
};
|
|
49471
50352
|
export declare type JiraBoardViewCardOption = {
|
|
50353
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
50354
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49472
50355
|
id: Scalars['ID']['output'];
|
|
49473
50356
|
};
|
|
49474
50357
|
export declare type JiraBoardViewCardOptionConnection = {
|
|
@@ -49623,12 +50506,15 @@ export declare type JiraBulkOperationInput = {
|
|
|
49623
50506
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
49624
50507
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
49625
50508
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
50509
|
+
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
49626
50510
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
49627
50511
|
};
|
|
49628
50512
|
export declare enum JiraBulkOperationType {
|
|
49629
50513
|
BulkDelete = "BULK_DELETE",
|
|
49630
50514
|
BulkEdit = "BULK_EDIT",
|
|
49631
|
-
BulkTransition = "BULK_TRANSITION"
|
|
50515
|
+
BulkTransition = "BULK_TRANSITION",
|
|
50516
|
+
BulkUnwatch = "BULK_UNWATCH",
|
|
50517
|
+
BulkWatch = "BULK_WATCH"
|
|
49632
50518
|
}
|
|
49633
50519
|
export declare type JiraBulkTransition = Node & {
|
|
49634
50520
|
__typename?: 'JiraBulkTransition';
|
|
@@ -49681,11 +50567,15 @@ export declare type JiraBulkTransitionsInput = {
|
|
|
49681
50567
|
transitionId: Scalars['String']['input'];
|
|
49682
50568
|
transitionScreenInput?: InputMaybe<JiraTransitionScreenInput>;
|
|
49683
50569
|
};
|
|
50570
|
+
export declare type JiraBulkWatchOrUnwatchInput = {
|
|
50571
|
+
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
50572
|
+
};
|
|
49684
50573
|
export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
49685
50574
|
__typename?: 'JiraCMDBField';
|
|
49686
50575
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
49687
50576
|
attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
49688
50577
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
50578
|
+
cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
|
|
49689
50579
|
description?: Maybe<Scalars['String']['output']>;
|
|
49690
50580
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
49691
50581
|
fieldId: Scalars['String']['output'];
|
|
@@ -49703,6 +50593,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
49703
50593
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
49704
50594
|
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
49705
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
|
+
};
|
|
49706
50603
|
export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
49707
50604
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
49708
50605
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -50142,6 +51039,25 @@ export declare type JiraClearableNumberFieldInput = {
|
|
|
50142
51039
|
fieldId: Scalars['ID']['input'];
|
|
50143
51040
|
value?: InputMaybe<Scalars['Float']['input']>;
|
|
50144
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
|
+
};
|
|
50145
51061
|
export declare type JiraCmdbAttribute = {
|
|
50146
51062
|
__typename?: 'JiraCmdbAttribute';
|
|
50147
51063
|
attributeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -50234,6 +51150,16 @@ export declare type JiraCmdbFieldConfigAttributesIncludedInAutoCompleteSearchArg
|
|
|
50234
51150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50235
51151
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
50236
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
|
+
};
|
|
50237
51163
|
export declare type JiraCmdbIcon = {
|
|
50238
51164
|
__typename?: 'JiraCmdbIcon';
|
|
50239
51165
|
id: Scalars['String']['output'];
|
|
@@ -51178,6 +52104,9 @@ export declare type JiraCustomRemoteIssueLink = {
|
|
|
51178
52104
|
summary?: Maybe<Scalars['String']['output']>;
|
|
51179
52105
|
title?: Maybe<Scalars['String']['output']>;
|
|
51180
52106
|
};
|
|
52107
|
+
export declare type JiraCustomerOrganizationsBulkFetchInput = {
|
|
52108
|
+
customerOrganizationUUIDs: Array<Scalars['String']['input']>;
|
|
52109
|
+
};
|
|
51181
52110
|
export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
51182
52111
|
__typename?: 'JiraCustomerServiceOrganizationField';
|
|
51183
52112
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -51808,6 +52737,15 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
51808
52737
|
id: Scalars['ID']['input'];
|
|
51809
52738
|
version: Scalars['Long']['input'];
|
|
51810
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
|
+
};
|
|
51811
52749
|
export declare type JiraDismissBitbucketPendingAccessRequestBannerInput = {
|
|
51812
52750
|
isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51813
52751
|
};
|
|
@@ -52130,6 +53068,10 @@ export declare type JiraFieldEdge = {
|
|
|
52130
53068
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
52131
53069
|
node?: Maybe<JiraField>;
|
|
52132
53070
|
};
|
|
53071
|
+
export declare type JiraFieldKeyValueInput = {
|
|
53072
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
53073
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
53074
|
+
};
|
|
52133
53075
|
export declare type JiraFieldNonEditableReason = {
|
|
52134
53076
|
__typename?: 'JiraFieldNonEditableReason';
|
|
52135
53077
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -54316,6 +55258,7 @@ export declare type JiraIssueSearchScope = {
|
|
|
54316
55258
|
};
|
|
54317
55259
|
export declare type JiraIssueSearchStaticViewInput = {
|
|
54318
55260
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55261
|
+
isHideDoneEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54319
55262
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54320
55263
|
};
|
|
54321
55264
|
export declare type JiraIssueSearchStatus = {
|
|
@@ -54453,6 +55396,7 @@ export declare type JiraIssueTransitionCommentVisibilityInput = {
|
|
|
54453
55396
|
export declare type JiraIssueTransitionFieldLevelInput = {
|
|
54454
55397
|
JiraAffectedServicesField?: InputMaybe<Array<JiraUpdateAffectedServicesFieldInput>>;
|
|
54455
55398
|
JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
|
|
55399
|
+
JiraCMDBField?: InputMaybe<Array<JiraUpdateCmdbFieldInput>>;
|
|
54456
55400
|
JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
|
|
54457
55401
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
54458
55402
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
@@ -54815,7 +55759,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
54815
55759
|
Version = "VERSION"
|
|
54816
55760
|
}
|
|
54817
55761
|
export declare type JiraJqlBoardInput = {
|
|
54818
|
-
boardId
|
|
55762
|
+
boardId: Scalars['Long']['input'];
|
|
54819
55763
|
};
|
|
54820
55764
|
export declare type JiraJqlBuilder = {
|
|
54821
55765
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -54858,6 +55802,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
|
|
|
54858
55802
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54859
55803
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
54860
55804
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
55805
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
54861
55806
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
54862
55807
|
};
|
|
54863
55808
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -55353,7 +56298,6 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
55353
56298
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55354
56299
|
};
|
|
55355
56300
|
export declare enum JiraJqlViewContext {
|
|
55356
|
-
FilterRefinement = "FILTER_REFINEMENT",
|
|
55357
56301
|
JpdRoadmaps = "JPD_ROADMAPS",
|
|
55358
56302
|
JswPlans = "JSW_PLANS",
|
|
55359
56303
|
Jwm = "JWM",
|
|
@@ -55890,6 +56834,7 @@ export declare type JiraMutation = {
|
|
|
55890
56834
|
assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
|
|
55891
56835
|
attributeUnsplashImage?: Maybe<JiraUnsplashAttributionPayload>;
|
|
55892
56836
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
56837
|
+
cloneIssue?: Maybe<JiraCloneIssueResponse>;
|
|
55893
56838
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
55894
56839
|
createAppNavigationItem?: Maybe<JiraCreateNavigationItemPayload>;
|
|
55895
56840
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
@@ -55986,6 +56931,7 @@ export declare type JiraMutation = {
|
|
|
55986
56931
|
updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
|
|
55987
56932
|
updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
|
|
55988
56933
|
updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
|
|
56934
|
+
updateCmdbField?: Maybe<JiraCmdbFieldPayload>;
|
|
55989
56935
|
updateColorField?: Maybe<JiraColorFieldPayload>;
|
|
55990
56936
|
updateComponentsField?: Maybe<JiraComponentsFieldPayload>;
|
|
55991
56937
|
updateCustomBackground?: Maybe<JiraUpdateCustomBackgroundPayload>;
|
|
@@ -56105,6 +57051,9 @@ export declare type JiraMutationAttributeUnsplashImageArgs = {
|
|
|
56105
57051
|
export declare type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
|
|
56106
57052
|
input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
|
|
56107
57053
|
};
|
|
57054
|
+
export declare type JiraMutationCloneIssueArgs = {
|
|
57055
|
+
input: JiraCloneIssueInput;
|
|
57056
|
+
};
|
|
56108
57057
|
export declare type JiraMutationCreateAndAssociateWorkflowFromJsmTemplateArgs = {
|
|
56109
57058
|
input: JiraServiceManagementCreateAndAssociateWorkflowFromTemplateInput;
|
|
56110
57059
|
};
|
|
@@ -56427,6 +57376,9 @@ export declare type JiraMutationUpdateCascadingSelectFieldArgs = {
|
|
|
56427
57376
|
export declare type JiraMutationUpdateCheckboxesFieldArgs = {
|
|
56428
57377
|
input: JiraUpdateCheckboxesFieldInput;
|
|
56429
57378
|
};
|
|
57379
|
+
export declare type JiraMutationUpdateCmdbFieldArgs = {
|
|
57380
|
+
input: JiraUpdateCmdbFieldInput;
|
|
57381
|
+
};
|
|
56430
57382
|
export declare type JiraMutationUpdateColorFieldArgs = {
|
|
56431
57383
|
input: JiraUpdateColorFieldInput;
|
|
56432
57384
|
};
|
|
@@ -57141,6 +58093,10 @@ export declare type JiraOptionEdge = {
|
|
|
57141
58093
|
cursor: Scalars['String']['output'];
|
|
57142
58094
|
node?: Maybe<JiraOption>;
|
|
57143
58095
|
};
|
|
58096
|
+
export declare type JiraOptionalFieldInput = {
|
|
58097
|
+
fieldId: Scalars['String']['input'];
|
|
58098
|
+
shouldClone: Scalars['Boolean']['input'];
|
|
58099
|
+
};
|
|
57144
58100
|
export declare type JiraOptoutDevOpsIssuePanelNotConnectedInput = {
|
|
57145
58101
|
cloudId: Scalars['ID']['input'];
|
|
57146
58102
|
};
|
|
@@ -57883,6 +58839,7 @@ export declare type JiraProject = Node & {
|
|
|
57883
58839
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
57884
58840
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
57885
58841
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
58842
|
+
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
57886
58843
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
57887
58844
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
57888
58845
|
selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
|
|
@@ -57998,6 +58955,12 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
57998
58955
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
57999
58956
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
58000
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
|
+
};
|
|
58001
58964
|
export declare type JiraProjectRepositoriesArgs = {
|
|
58002
58965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58003
58966
|
filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
|
|
@@ -58159,6 +59122,12 @@ export declare type JiraProjectConnection = HasPageInfo & HasTotal & {
|
|
|
58159
59122
|
pageInfo: PageInfo;
|
|
58160
59123
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
58161
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
|
+
};
|
|
58162
59131
|
export declare enum JiraProjectDateTimeFormat {
|
|
58163
59132
|
CompleteDatetimeFormat = "COMPLETE_DATETIME_FORMAT",
|
|
58164
59133
|
DayFormat = "DAY_FORMAT",
|
|
@@ -58166,6 +59135,16 @@ export declare enum JiraProjectDateTimeFormat {
|
|
|
58166
59135
|
Relative = "RELATIVE",
|
|
58167
59136
|
TimeFormat = "TIME_FORMAT"
|
|
58168
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
|
+
};
|
|
58169
59148
|
export declare type JiraProjectEdge = {
|
|
58170
59149
|
__typename?: 'JiraProjectEdge';
|
|
58171
59150
|
cursor: Scalars['String']['output'];
|
|
@@ -58530,6 +59509,16 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
58530
59509
|
helpCenterId: Scalars['ID']['input'];
|
|
58531
59510
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
58532
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
|
+
};
|
|
58533
59522
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
58534
59523
|
id: Scalars['ID']['input'];
|
|
58535
59524
|
version: Scalars['Long']['input'];
|
|
@@ -58640,6 +59629,7 @@ export declare type JiraQuery = {
|
|
|
58640
59629
|
jiraBoard?: Maybe<JiraBoardResult>;
|
|
58641
59630
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
58642
59631
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
59632
|
+
jiraCustomerOrganizationsByUUIDs?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
58643
59633
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
58644
59634
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
58645
59635
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
@@ -59169,6 +60159,14 @@ export declare type JiraQueryJiraCalendarArgs = {
|
|
|
59169
60159
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
59170
60160
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
59171
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
|
+
};
|
|
59172
60170
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
59173
60171
|
issueIds: Array<Scalars['ID']['input']>;
|
|
59174
60172
|
};
|
|
@@ -60031,6 +61029,40 @@ export declare type JiraReportCategory = {
|
|
|
60031
61029
|
name?: Maybe<Scalars['String']['output']>;
|
|
60032
61030
|
reports?: Maybe<Array<Maybe<JiraReport>>>;
|
|
60033
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
|
+
};
|
|
60034
61066
|
export declare type JiraReportsPage = {
|
|
60035
61067
|
__typename?: 'JiraReportsPage';
|
|
60036
61068
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
@@ -61652,6 +62684,7 @@ export declare type JiraSetBoardViewFilterInput = {
|
|
|
61652
62684
|
};
|
|
61653
62685
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
61654
62686
|
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
62687
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61655
62688
|
errors?: Maybe<Array<MutationError>>;
|
|
61656
62689
|
success: Scalars['Boolean']['output'];
|
|
61657
62690
|
view?: Maybe<JiraBoardView>;
|
|
@@ -61662,6 +62695,7 @@ export declare type JiraSetBoardViewGroupByInput = {
|
|
|
61662
62695
|
};
|
|
61663
62696
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
61664
62697
|
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
62698
|
+
boardView?: Maybe<JiraBoardView>;
|
|
61665
62699
|
errors?: Maybe<Array<MutationError>>;
|
|
61666
62700
|
success: Scalars['Boolean']['output'];
|
|
61667
62701
|
view?: Maybe<JiraBoardView>;
|
|
@@ -62982,6 +64016,10 @@ export declare type JiraUpdateCheckboxesFieldInput = {
|
|
|
62982
64016
|
id: Scalars['ID']['input'];
|
|
62983
64017
|
operations: Array<JiraCheckboxesFieldOperationInput>;
|
|
62984
64018
|
};
|
|
64019
|
+
export declare type JiraUpdateCmdbFieldInput = {
|
|
64020
|
+
id: Scalars['ID']['input'];
|
|
64021
|
+
operation: JiraCmdbFieldOperationInput;
|
|
64022
|
+
};
|
|
62985
64023
|
export declare type JiraUpdateColorFieldInput = {
|
|
62986
64024
|
id: Scalars['ID']['input'];
|
|
62987
64025
|
operation: JiraColorFieldOperationInput;
|
|
@@ -63478,6 +64516,9 @@ export declare type JiraUserGroup = {
|
|
|
63478
64516
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
63479
64517
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
63480
64518
|
};
|
|
64519
|
+
export declare type JiraUserInfoInput = {
|
|
64520
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
64521
|
+
};
|
|
63481
64522
|
export declare type JiraUserInput = {
|
|
63482
64523
|
accountId: Scalars['ID']['input'];
|
|
63483
64524
|
};
|
|
@@ -64941,10 +65982,25 @@ export declare type JsmChatInitializeNativeConfigResponse = {
|
|
|
64941
65982
|
};
|
|
64942
65983
|
export declare type JsmChatJiraFieldAppendix = {
|
|
64943
65984
|
__typename?: 'JsmChatJiraFieldAppendix';
|
|
65985
|
+
field?: Maybe<JsmChatRequestTypeField>;
|
|
64944
65986
|
fieldId: Scalars['String']['output'];
|
|
64945
65987
|
jiraProjectId: Scalars['String']['output'];
|
|
64946
65988
|
requestTypeId: Scalars['String']['output'];
|
|
64947
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
|
+
};
|
|
64948
66004
|
export declare type JsmChatMessageConnection = {
|
|
64949
66005
|
__typename?: 'JsmChatMessageConnection';
|
|
64950
66006
|
edges?: Maybe<Array<Maybe<JsmChatMessageEdge>>>;
|
|
@@ -65132,6 +66188,17 @@ export declare type JsmChatRequestTypeData = {
|
|
|
65132
66188
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
65133
66189
|
requestTypeName?: Maybe<Scalars['String']['output']>;
|
|
65134
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
|
+
};
|
|
65135
66202
|
export declare type JsmChatRequestTypesMappedResponse = {
|
|
65136
66203
|
__typename?: 'JsmChatRequestTypesMappedResponse';
|
|
65137
66204
|
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -65722,6 +66789,7 @@ export declare type KnowledgeDiscoveryAdminhubBookmarkFailureMetadata = {
|
|
|
65722
66789
|
};
|
|
65723
66790
|
export declare type KnowledgeDiscoveryAdminhubBookmarkProperties = {
|
|
65724
66791
|
__typename?: 'KnowledgeDiscoveryAdminhubBookmarkProperties';
|
|
66792
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65725
66793
|
cloudId: Scalars['String']['output'];
|
|
65726
66794
|
createdTimestamp: Scalars['String']['output'];
|
|
65727
66795
|
creator?: Maybe<User>;
|
|
@@ -65763,6 +66831,7 @@ export declare type KnowledgeDiscoveryBookmarkMutationErrorExtension = MutationE
|
|
|
65763
66831
|
};
|
|
65764
66832
|
export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
65765
66833
|
__typename?: 'KnowledgeDiscoveryBookmarkProperties';
|
|
66834
|
+
bookmarkState?: Maybe<KnowledgeDiscoveryBookmarkState>;
|
|
65766
66835
|
description?: Maybe<Scalars['String']['output']>;
|
|
65767
66836
|
keyPhrase: Scalars['String']['output'];
|
|
65768
66837
|
lastModifiedTimestamp: Scalars['String']['output'];
|
|
@@ -65771,6 +66840,10 @@ export declare type KnowledgeDiscoveryBookmarkProperties = {
|
|
|
65771
66840
|
url: Scalars['String']['output'];
|
|
65772
66841
|
};
|
|
65773
66842
|
export declare type KnowledgeDiscoveryBookmarkResult = KnowledgeDiscoveryBookmark | QueryError;
|
|
66843
|
+
export declare enum KnowledgeDiscoveryBookmarkState {
|
|
66844
|
+
Active = "ACTIVE",
|
|
66845
|
+
Suggested = "SUGGESTED"
|
|
66846
|
+
}
|
|
65774
66847
|
export declare type KnowledgeDiscoveryBookmarkValidationFailureMetadata = KnowledgeDiscoveryAdminhubBookmarkFailureMetadata & {
|
|
65775
66848
|
__typename?: 'KnowledgeDiscoveryBookmarkValidationFailureMetadata';
|
|
65776
66849
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -66090,6 +67163,7 @@ export declare type KnowledgeDiscoveryRelatedEntityRequests = {
|
|
|
66090
67163
|
export declare enum KnowledgeDiscoverySearchQueryClassification {
|
|
66091
67164
|
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
66092
67165
|
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
67166
|
+
Navigational = "NAVIGATIONAL",
|
|
66093
67167
|
None = "NONE",
|
|
66094
67168
|
Person = "PERSON",
|
|
66095
67169
|
Team = "TEAM"
|
|
@@ -67694,6 +68768,7 @@ export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
|
67694
68768
|
export declare type MarketplaceConsoleProduct = {
|
|
67695
68769
|
__typename?: 'MarketplaceConsoleProduct';
|
|
67696
68770
|
appKey: Scalars['ID']['output'];
|
|
68771
|
+
isEditionDetailsMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67697
68772
|
isPricingPlanMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
67698
68773
|
productId: Scalars['ID']['output'];
|
|
67699
68774
|
};
|
|
@@ -68215,6 +69290,13 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
68215
69290
|
name: Scalars['String']['output'];
|
|
68216
69291
|
slug: Scalars['String']['output'];
|
|
68217
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
|
+
};
|
|
68218
69300
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
68219
69301
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
68220
69302
|
backgroundColor: Scalars['String']['output'];
|
|
@@ -68603,9 +69685,11 @@ export declare type MarketplaceStoreProduct = {
|
|
|
68603
69685
|
};
|
|
68604
69686
|
export declare type MarketplaceStoreQueryApi = {
|
|
68605
69687
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
68606
|
-
|
|
69688
|
+
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
69689
|
+
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
68607
69690
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
68608
69691
|
category: MarketplaceStoreCategoryResponse;
|
|
69692
|
+
cmtAvailability: MarketplaceStoreCmtAvailabilityResponse;
|
|
68609
69693
|
collection: MarketplaceStoreCollectionResponse;
|
|
68610
69694
|
currentUser: MarketplaceStoreCurrentUserResponse;
|
|
68611
69695
|
editions: Array<MarketplaceStoreEdition>;
|
|
@@ -68620,7 +69704,13 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
68620
69704
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
68621
69705
|
partner: MarketplaceStorePartnerResponse;
|
|
68622
69706
|
};
|
|
68623
|
-
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 = {
|
|
68624
69714
|
appKey: Scalars['String']['input'];
|
|
68625
69715
|
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
68626
69716
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -68632,6 +69722,9 @@ export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
|
68632
69722
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
68633
69723
|
slug: Scalars['String']['input'];
|
|
68634
69724
|
};
|
|
69725
|
+
export declare type MarketplaceStoreQueryApiCmtAvailabilityArgs = {
|
|
69726
|
+
input: MarketplaceStoreInstallAppInput;
|
|
69727
|
+
};
|
|
68635
69728
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
68636
69729
|
slug: Scalars['String']['input'];
|
|
68637
69730
|
};
|
|
@@ -70603,6 +71696,7 @@ export declare type Mutation = {
|
|
|
70603
71696
|
devAi?: Maybe<DevAiMutations>;
|
|
70604
71697
|
devOps?: Maybe<DevOpsMutation>;
|
|
70605
71698
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
71699
|
+
devai_createTechnicalPlannerJob?: Maybe<DevAiCreateTechnicalPlannerJobPayload>;
|
|
70606
71700
|
devai_invokeAutodevRovoAgent?: Maybe<DevAiInvokeAutodevRovoAgentPayload>;
|
|
70607
71701
|
disableExperiment?: Maybe<TapExperiment>;
|
|
70608
71702
|
disablePublicLinkForPage?: Maybe<DisablePublicLinkForPagePayload>;
|
|
@@ -70637,6 +71731,10 @@ export declare type Mutation = {
|
|
|
70637
71731
|
jira?: Maybe<JiraMutation>;
|
|
70638
71732
|
jiraCannedResponse?: Maybe<JiraCannedResponseMutationApi>;
|
|
70639
71733
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
71734
|
+
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
71735
|
+
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
71736
|
+
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
71737
|
+
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
70640
71738
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
70641
71739
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
70642
71740
|
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
@@ -71774,6 +72872,12 @@ export declare type MutationDevai_ContinueJobWithPromptArgs = {
|
|
|
71774
72872
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
71775
72873
|
repoUrl: Scalars['String']['input'];
|
|
71776
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
|
+
};
|
|
71777
72881
|
export declare type MutationDevai_InvokeAutodevRovoAgentArgs = {
|
|
71778
72882
|
agentId: Scalars['ID']['input'];
|
|
71779
72883
|
issueId: Scalars['ID']['input'];
|
|
@@ -71845,6 +72949,18 @@ export declare type MutationInvokeExtensionArgs = {
|
|
|
71845
72949
|
export declare type MutationInvokePolarisObjectArgs = {
|
|
71846
72950
|
input: InvokePolarisObjectInput;
|
|
71847
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
|
+
};
|
|
71848
72964
|
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
71849
72965
|
input: JiraReorderBoardViewColumnInput;
|
|
71850
72966
|
};
|
|
@@ -75301,6 +76417,7 @@ export declare type Query = {
|
|
|
75301
76417
|
confluenceV2_spaceSettings?: Maybe<ConfluenceV2SpaceSettings>;
|
|
75302
76418
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
75303
76419
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
76420
|
+
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
75304
76421
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75305
76422
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
75306
76423
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -75314,6 +76431,7 @@ export declare type Query = {
|
|
|
75314
76431
|
confluence_teamPresenceSpaceSettings?: Maybe<ConfluenceTeamPresenceSpaceSettings>;
|
|
75315
76432
|
confluence_template?: Maybe<ContentTemplate>;
|
|
75316
76433
|
confluence_tenantContext?: Maybe<ConfluenceTenantContext>;
|
|
76434
|
+
confluence_userContentAccess?: Maybe<ConfluenceUserContentAccessResult>;
|
|
75317
76435
|
confluence_validateCalendarJql?: Maybe<ConfluenceCalendarJqlValidationResult>;
|
|
75318
76436
|
confluence_workflow?: Maybe<ConfluenceWorkflow>;
|
|
75319
76437
|
confluence_workflowApplicationsByContentId?: Maybe<ConfluenceWorkflowApplicationConnection>;
|
|
@@ -75387,7 +76505,10 @@ export declare type Query = {
|
|
|
75387
76505
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
75388
76506
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
75389
76507
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
76508
|
+
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
75390
76509
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
76510
|
+
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
76511
|
+
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
75391
76512
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
75392
76513
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
75393
76514
|
diagnostics?: Maybe<Scalars['JSON']['output']>;
|
|
@@ -75915,6 +77036,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75915
77036
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
75916
77037
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
75917
77038
|
commentId?: InputMaybe<Scalars['ID']['input']>;
|
|
77039
|
+
confluenceCommentFilter?: InputMaybe<ConfluenceCommentFilter>;
|
|
75918
77040
|
contentStatus?: InputMaybe<Array<InputMaybe<GraphQlContentStatus>>>;
|
|
75919
77041
|
depth?: InputMaybe<Depth>;
|
|
75920
77042
|
first?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -75924,6 +77046,7 @@ export declare type QueryCommentsArgs = {
|
|
|
75924
77046
|
location?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
75925
77047
|
pageId?: InputMaybe<Scalars['ID']['input']>;
|
|
75926
77048
|
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77049
|
+
singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
|
|
75927
77050
|
type?: InputMaybe<Array<InputMaybe<CommentType>>>;
|
|
75928
77051
|
};
|
|
75929
77052
|
export declare type QueryCommentsDigestArgs = {
|
|
@@ -76867,6 +77990,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
76867
77990
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
76868
77991
|
ids: Array<Scalars['ID']['input']>;
|
|
76869
77992
|
};
|
|
77993
|
+
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
77994
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77995
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
77996
|
+
};
|
|
76870
77997
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
76871
77998
|
cloudId: Scalars['ID']['input'];
|
|
76872
77999
|
};
|
|
@@ -76926,6 +78053,12 @@ export declare type QueryConfluence_TemplateArgs = {
|
|
|
76926
78053
|
export declare type QueryConfluence_TenantContextArgs = {
|
|
76927
78054
|
cloudId: Scalars['ID']['input'];
|
|
76928
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
|
+
};
|
|
76929
78062
|
export declare type QueryConfluence_ValidateCalendarJqlArgs = {
|
|
76930
78063
|
applicationId: Scalars['ID']['input'];
|
|
76931
78064
|
cloudId: Scalars['ID']['input'];
|
|
@@ -76950,6 +78083,7 @@ export declare type QueryConnectionManager_ConnectionsByJiraProjectArgs = {
|
|
|
76950
78083
|
};
|
|
76951
78084
|
export declare type QueryContentArgs = {
|
|
76952
78085
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78086
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
76953
78087
|
draftShareId?: InputMaybe<Scalars['String']['input']>;
|
|
76954
78088
|
embeddedContentRender?: InputMaybe<Scalars['String']['input']>;
|
|
76955
78089
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -77272,6 +78406,10 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
77272
78406
|
jobId: Scalars['ID']['input'];
|
|
77273
78407
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
77274
78408
|
};
|
|
78409
|
+
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
78410
|
+
issueAri: Scalars['ID']['input'];
|
|
78411
|
+
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
78412
|
+
};
|
|
77275
78413
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
77276
78414
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77277
78415
|
cloudId: Scalars['ID']['input'];
|
|
@@ -77279,6 +78417,13 @@ export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
|
77279
78417
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
77280
78418
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
77281
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
|
+
};
|
|
77282
78427
|
export declare type QueryDeveloperLogAccessArgs = {
|
|
77283
78428
|
appId: Scalars['ID']['input'];
|
|
77284
78429
|
contextIds: Array<Scalars['ID']['input']>;
|
|
@@ -78006,6 +79151,7 @@ export declare type QuerySettings_NavigationCustomisationArgs = {
|
|
|
78006
79151
|
ownerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
78007
79152
|
};
|
|
78008
79153
|
export declare type QuerySingleContentArgs = {
|
|
79154
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78009
79155
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
78010
79156
|
shareToken?: InputMaybe<Scalars['String']['input']>;
|
|
78011
79157
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -81006,6 +82152,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
81006
82152
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81007
82153
|
};
|
|
81008
82154
|
export declare type SearchThirdPartyProduct = {
|
|
82155
|
+
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81009
82156
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
81010
82157
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
81011
82158
|
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83936,6 +85083,7 @@ export declare type SprintWithStatistics = BaseSprint & {
|
|
|
83936
85083
|
goal?: Maybe<Scalars['String']['output']>;
|
|
83937
85084
|
id?: Maybe<Scalars['ID']['output']>;
|
|
83938
85085
|
incompleteCardsDestinations?: Maybe<Array<Maybe<InCompleteCardsDestination>>>;
|
|
85086
|
+
lastColumnName?: Maybe<Scalars['String']['output']>;
|
|
83939
85087
|
name?: Maybe<Scalars['String']['output']>;
|
|
83940
85088
|
sprintMetadata?: Maybe<SoftwareSprintMetadata>;
|
|
83941
85089
|
sprintState: SprintState;
|
|
@@ -84055,6 +85203,7 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
84055
85203
|
};
|
|
84056
85204
|
export declare type Subscription = {
|
|
84057
85205
|
__typename?: 'Subscription';
|
|
85206
|
+
confluence?: Maybe<ConfluenceSubscriptionApi>;
|
|
84058
85207
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
84059
85208
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
84060
85209
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -85514,6 +86663,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
85514
86663
|
status?: Maybe<TownsquareStatus>;
|
|
85515
86664
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
85516
86665
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
86666
|
+
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
85517
86667
|
url?: Maybe<Scalars['String']['output']>;
|
|
85518
86668
|
uuid: Scalars['String']['output'];
|
|
85519
86669
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
@@ -85522,6 +86672,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
85522
86672
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85523
86673
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85524
86674
|
};
|
|
86675
|
+
export declare type TownsquareGoalUpdatesArgs = {
|
|
86676
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
86677
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86678
|
+
};
|
|
85525
86679
|
export declare type TownsquareGoalConnection = {
|
|
85526
86680
|
__typename?: 'TownsquareGoalConnection';
|
|
85527
86681
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -85665,6 +86819,16 @@ export declare type TownsquareGoalUpdateCommentsArgs = {
|
|
|
85665
86819
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85666
86820
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85667
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
|
+
};
|
|
85668
86832
|
export declare type TownsquareLocalizationField = {
|
|
85669
86833
|
__typename?: 'TownsquareLocalizationField';
|
|
85670
86834
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88016,7 +89180,9 @@ export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
|
88016
89180
|
aaid?: Maybe<Scalars['String']['output']>;
|
|
88017
89181
|
emailId?: Maybe<Scalars['String']['output']>;
|
|
88018
89182
|
id: Scalars['ID']['output'];
|
|
89183
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
88019
89184
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
89185
|
+
picture?: Maybe<Scalars['String']['output']>;
|
|
88020
89186
|
};
|
|
88021
89187
|
export declare type UnifiedAccountMutation = {
|
|
88022
89188
|
__typename?: 'UnifiedAccountMutation';
|
|
@@ -88071,6 +89237,82 @@ export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
|
88071
89237
|
aaid: Scalars['String']['input'];
|
|
88072
89238
|
dataPoint: Scalars['String']['input'];
|
|
88073
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
|
+
};
|
|
88074
89316
|
export declare type UnifiedForums = UnifiedINode & {
|
|
88075
89317
|
__typename?: 'UnifiedForums';
|
|
88076
89318
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -88086,6 +89328,27 @@ export declare type UnifiedForumsGroupsArgs = {
|
|
|
88086
89328
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88087
89329
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88088
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
|
+
};
|
|
88089
89352
|
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
88090
89353
|
__typename?: 'UnifiedForumsBadge';
|
|
88091
89354
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -88202,6 +89465,11 @@ export declare type UnifiedGamificationLevel = UnifiedINode & {
|
|
|
88202
89465
|
maxPoints?: Maybe<Scalars['Int']['output']>;
|
|
88203
89466
|
nextLevelName?: Maybe<Scalars['String']['output']>;
|
|
88204
89467
|
};
|
|
89468
|
+
export declare type UnifiedGamificationProfile = {
|
|
89469
|
+
__typename?: 'UnifiedGamificationProfile';
|
|
89470
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89471
|
+
userId?: Maybe<Scalars['String']['output']>;
|
|
89472
|
+
};
|
|
88205
89473
|
export declare type UnifiedGamificationRecognitionsSummary = UnifiedINode & {
|
|
88206
89474
|
__typename?: 'UnifiedGamificationRecognitionsSummary';
|
|
88207
89475
|
id: Scalars['ID']['output'];
|
|
@@ -88403,6 +89671,8 @@ export declare type UnifiedMutation = {
|
|
|
88403
89671
|
__typename?: 'UnifiedMutation';
|
|
88404
89672
|
account?: Maybe<UnifiedAccountMutation>;
|
|
88405
89673
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
89674
|
+
community?: Maybe<UnifiedCommunityMutation>;
|
|
89675
|
+
consent?: Maybe<UnifiedConsentMutation>;
|
|
88406
89676
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
88407
89677
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
88408
89678
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -88516,6 +89786,7 @@ export declare type UnifiedQuery = {
|
|
|
88516
89786
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
88517
89787
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
88518
89788
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
89789
|
+
consent?: Maybe<UnifiedConsentQuery>;
|
|
88519
89790
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
88520
89791
|
node?: Maybe<UnifiedINode>;
|
|
88521
89792
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
@@ -88582,6 +89853,7 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
88582
89853
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
88583
89854
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
88584
89855
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
89856
|
+
export declare type UnifiedUConsentStatusResult = UnifiedConsentStatus | UnifiedQueryError;
|
|
88585
89857
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
88586
89858
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
88587
89859
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|