@forge/cli-shared 6.11.0-next.3 → 6.11.0-next.3-experimental-0d1d910
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 +15 -0
- package/out/graphql/graphql-types.d.ts +675 -54
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +64 -24
- package/package.json +2 -2
|
@@ -809,6 +809,11 @@ export declare type AgentStudioAgentEdge = {
|
|
|
809
809
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
810
810
|
node?: Maybe<AgentStudioAssistant>;
|
|
811
811
|
};
|
|
812
|
+
export declare type AgentStudioAgentQueryInput = {
|
|
813
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
814
|
+
onlyFavouriteAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
815
|
+
onlyMyAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
816
|
+
};
|
|
812
817
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
|
|
813
818
|
export declare enum AgentStudioAgentType {
|
|
814
819
|
Assistant = "ASSISTANT",
|
|
@@ -1013,6 +1018,12 @@ export declare type AgentStudioUpdateAgentActionsPayload = Payload & {
|
|
|
1013
1018
|
errors?: Maybe<Array<MutationError>>;
|
|
1014
1019
|
success: Scalars['Boolean']['output'];
|
|
1015
1020
|
};
|
|
1021
|
+
export declare type AgentStudioUpdateAgentAsFavouritePayload = Payload & {
|
|
1022
|
+
__typename?: 'AgentStudioUpdateAgentAsFavouritePayload';
|
|
1023
|
+
agent?: Maybe<AgentStudioAgent>;
|
|
1024
|
+
errors?: Maybe<Array<MutationError>>;
|
|
1025
|
+
success: Scalars['Boolean']['output'];
|
|
1026
|
+
};
|
|
1016
1027
|
export declare type AgentStudioUpdateAgentDetailsInput = {
|
|
1017
1028
|
creatorId?: InputMaybe<Scalars['ID']['input']>;
|
|
1018
1029
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -3122,6 +3133,7 @@ export declare type Build = {
|
|
|
3122
3133
|
__typename?: 'Build';
|
|
3123
3134
|
appId: Scalars['ID']['output'];
|
|
3124
3135
|
createdAt: Scalars['String']['output'];
|
|
3136
|
+
createdByUser?: Maybe<User>;
|
|
3125
3137
|
tag: Scalars['String']['output'];
|
|
3126
3138
|
};
|
|
3127
3139
|
export declare type BuildConnection = {
|
|
@@ -4121,7 +4133,7 @@ export declare type CcpQuote = Node & {
|
|
|
4121
4133
|
__typename?: 'CcpQuote';
|
|
4122
4134
|
autoRefresh?: Maybe<CcpQuoteAutoRefresh>;
|
|
4123
4135
|
cancelledReason?: Maybe<CcpQuoteCancelledReason>;
|
|
4124
|
-
clonedFrom?: Maybe<
|
|
4136
|
+
clonedFrom?: Maybe<CcpQuote>;
|
|
4125
4137
|
contractType?: Maybe<CcpQuoteContractType>;
|
|
4126
4138
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
4127
4139
|
createdBy?: Maybe<CcpQuoteAuthorContext>;
|
|
@@ -4129,9 +4141,9 @@ export declare type CcpQuote = Node & {
|
|
|
4129
4141
|
expiresAt?: Maybe<Scalars['Float']['output']>;
|
|
4130
4142
|
externalNotes?: Maybe<Array<Maybe<CcpQuoteExternalNote>>>;
|
|
4131
4143
|
finalizedAt?: Maybe<Scalars['Float']['output']>;
|
|
4132
|
-
fromQuote?: Maybe<
|
|
4144
|
+
fromQuote?: Maybe<CcpQuote>;
|
|
4133
4145
|
id: Scalars['ID']['output'];
|
|
4134
|
-
|
|
4146
|
+
invoiceGroupKey?: Maybe<Scalars['ID']['output']>;
|
|
4135
4147
|
lineItems?: Maybe<Array<Maybe<CcpQuoteLineItem>>>;
|
|
4136
4148
|
locale?: Maybe<Scalars['String']['output']>;
|
|
4137
4149
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -4140,7 +4152,7 @@ export declare type CcpQuote = Node & {
|
|
|
4140
4152
|
revision?: Maybe<Scalars['Int']['output']>;
|
|
4141
4153
|
staleReason?: Maybe<CcpQuoteStaleReason>;
|
|
4142
4154
|
status?: Maybe<CcpQuoteStatus>;
|
|
4143
|
-
|
|
4155
|
+
transactionAccountKey?: Maybe<Scalars['ID']['output']>;
|
|
4144
4156
|
upcomingBills?: Maybe<CcpQuoteUpcomingBills>;
|
|
4145
4157
|
upcomingBillsComputedAt?: Maybe<Scalars['Float']['output']>;
|
|
4146
4158
|
upcomingBillsRequestedAt?: Maybe<Scalars['Float']['output']>;
|
|
@@ -4153,7 +4165,7 @@ export declare type CcpQuoteAdjustment = {
|
|
|
4153
4165
|
amount?: Maybe<Scalars['Float']['output']>;
|
|
4154
4166
|
percent?: Maybe<Scalars['Float']['output']>;
|
|
4155
4167
|
promoCode?: Maybe<Scalars['String']['output']>;
|
|
4156
|
-
|
|
4168
|
+
promotionKey?: Maybe<Scalars['ID']['output']>;
|
|
4157
4169
|
reasonCode?: Maybe<Scalars['String']['output']>;
|
|
4158
4170
|
type?: Maybe<Scalars['String']['output']>;
|
|
4159
4171
|
};
|
|
@@ -4161,7 +4173,7 @@ export declare type CcpQuoteAuthorContext = {
|
|
|
4161
4173
|
__typename?: 'CcpQuoteAuthorContext';
|
|
4162
4174
|
isCustomerAdvocate?: Maybe<Scalars['Boolean']['output']>;
|
|
4163
4175
|
isSystemDrivenAction?: Maybe<Scalars['Boolean']['output']>;
|
|
4164
|
-
|
|
4176
|
+
subjectId?: Maybe<Scalars['ID']['output']>;
|
|
4165
4177
|
subjectType?: Maybe<Scalars['String']['output']>;
|
|
4166
4178
|
};
|
|
4167
4179
|
export declare type CcpQuoteAutoRefresh = {
|
|
@@ -4202,8 +4214,8 @@ export declare type CcpQuoteCancelledReason = {
|
|
|
4202
4214
|
code?: Maybe<Scalars['String']['output']>;
|
|
4203
4215
|
lastUpdatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4204
4216
|
name?: Maybe<Scalars['String']['output']>;
|
|
4205
|
-
|
|
4206
|
-
|
|
4217
|
+
orderItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4218
|
+
orderKey?: Maybe<Scalars['ID']['output']>;
|
|
4207
4219
|
};
|
|
4208
4220
|
export declare type CcpQuoteChargeQuantity = {
|
|
4209
4221
|
__typename?: 'CcpQuoteChargeQuantity';
|
|
@@ -4237,15 +4249,15 @@ export declare type CcpQuoteLineItem = {
|
|
|
4237
4249
|
cancelledReason?: Maybe<CcpQuoteLineItemStaleOrCancelledReason>;
|
|
4238
4250
|
chargeQuantities?: Maybe<Array<Maybe<CcpQuoteChargeQuantity>>>;
|
|
4239
4251
|
endsAt?: Maybe<CcpQuoteLineItemEndsAt>;
|
|
4240
|
-
|
|
4252
|
+
entitlementKey?: Maybe<Scalars['ID']['output']>;
|
|
4241
4253
|
entitlementVersion?: Maybe<Scalars['String']['output']>;
|
|
4242
|
-
|
|
4254
|
+
lineItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4243
4255
|
lineItemType?: Maybe<CcpQuoteLineItemType>;
|
|
4244
4256
|
lockContext?: Maybe<CcpQuoteLockContext>;
|
|
4245
|
-
offeringKey?: Maybe<Scalars['
|
|
4246
|
-
|
|
4257
|
+
offeringKey?: Maybe<Scalars['ID']['output']>;
|
|
4258
|
+
orderItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4247
4259
|
preBillingConfiguration?: Maybe<CcpQuotePreBillingConfiguration>;
|
|
4248
|
-
|
|
4260
|
+
pricingPlanKey?: Maybe<Scalars['ID']['output']>;
|
|
4249
4261
|
promotions?: Maybe<Array<Maybe<CcpQuotePromotion>>>;
|
|
4250
4262
|
prorationBehaviour?: Maybe<CcpQuoteProrationBehaviour>;
|
|
4251
4263
|
relatesFromEntitlements?: Maybe<Array<Maybe<CcpQuoteRelatesFromEntitlement>>>;
|
|
@@ -4253,7 +4265,7 @@ export declare type CcpQuoteLineItem = {
|
|
|
4253
4265
|
staleReason?: Maybe<CcpQuoteLineItemStaleOrCancelledReason>;
|
|
4254
4266
|
startsAt?: Maybe<CcpQuoteStartsAt>;
|
|
4255
4267
|
status?: Maybe<CcpQuoteLineItemStatus>;
|
|
4256
|
-
|
|
4268
|
+
subscriptionKey?: Maybe<Scalars['ID']['output']>;
|
|
4257
4269
|
};
|
|
4258
4270
|
export declare type CcpQuoteLineItemEndsAt = {
|
|
4259
4271
|
__typename?: 'CcpQuoteLineItemEndsAt';
|
|
@@ -4266,8 +4278,8 @@ export declare type CcpQuoteLineItemStaleOrCancelledReason = {
|
|
|
4266
4278
|
code?: Maybe<Scalars['String']['output']>;
|
|
4267
4279
|
lastUpdatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4268
4280
|
name?: Maybe<Scalars['String']['output']>;
|
|
4269
|
-
|
|
4270
|
-
|
|
4281
|
+
orderItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4282
|
+
orderKey?: Maybe<Scalars['ID']['output']>;
|
|
4271
4283
|
};
|
|
4272
4284
|
export declare enum CcpQuoteLineItemStatus {
|
|
4273
4285
|
Cancelled = "CANCELLED",
|
|
@@ -4287,10 +4299,11 @@ export declare type CcpQuoteLockContext = {
|
|
|
4287
4299
|
export declare type CcpQuoteMargin = {
|
|
4288
4300
|
__typename?: 'CcpQuoteMargin';
|
|
4289
4301
|
amount?: Maybe<Scalars['Float']['output']>;
|
|
4302
|
+
blended?: Maybe<Scalars['Boolean']['output']>;
|
|
4290
4303
|
blendedComputation?: Maybe<CcpQuoteBlendedMarginComputation>;
|
|
4291
4304
|
percent?: Maybe<Scalars['Float']['output']>;
|
|
4292
4305
|
promoCode?: Maybe<Scalars['String']['output']>;
|
|
4293
|
-
|
|
4306
|
+
promotionKey?: Maybe<Scalars['ID']['output']>;
|
|
4294
4307
|
reasonCode?: Maybe<Scalars['String']['output']>;
|
|
4295
4308
|
type?: Maybe<Scalars['String']['output']>;
|
|
4296
4309
|
};
|
|
@@ -4307,12 +4320,12 @@ export declare type CcpQuotePreBillingConfiguration = {
|
|
|
4307
4320
|
export declare type CcpQuotePromotion = {
|
|
4308
4321
|
__typename?: 'CcpQuotePromotion';
|
|
4309
4322
|
promotionDefinition?: Maybe<CcpQuotePromotionDefinition>;
|
|
4310
|
-
|
|
4323
|
+
promotionInstanceKey?: Maybe<Scalars['ID']['output']>;
|
|
4311
4324
|
};
|
|
4312
4325
|
export declare type CcpQuotePromotionDefinition = {
|
|
4313
4326
|
__typename?: 'CcpQuotePromotionDefinition';
|
|
4314
4327
|
promotionCode?: Maybe<Scalars['String']['output']>;
|
|
4315
|
-
|
|
4328
|
+
promotionKey?: Maybe<Scalars['ID']['output']>;
|
|
4316
4329
|
};
|
|
4317
4330
|
export declare enum CcpQuoteProrationBehaviour {
|
|
4318
4331
|
CreateProrations = "CREATE_PRORATIONS",
|
|
@@ -4324,8 +4337,8 @@ export declare enum CcpQuoteReferenceType {
|
|
|
4324
4337
|
}
|
|
4325
4338
|
export declare type CcpQuoteRelatesFromEntitlement = {
|
|
4326
4339
|
__typename?: 'CcpQuoteRelatesFromEntitlement';
|
|
4327
|
-
|
|
4328
|
-
|
|
4340
|
+
entitlementKey?: Maybe<Scalars['ID']['output']>;
|
|
4341
|
+
lineItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4329
4342
|
referenceType?: Maybe<CcpQuoteReferenceType>;
|
|
4330
4343
|
relationshipType?: Maybe<Scalars['String']['output']>;
|
|
4331
4344
|
};
|
|
@@ -4335,8 +4348,8 @@ export declare type CcpQuoteStaleReason = {
|
|
|
4335
4348
|
expiresAt?: Maybe<Scalars['Float']['output']>;
|
|
4336
4349
|
lastUpdatedAt?: Maybe<Scalars['Float']['output']>;
|
|
4337
4350
|
name?: Maybe<Scalars['String']['output']>;
|
|
4338
|
-
|
|
4339
|
-
|
|
4351
|
+
orderItemKey?: Maybe<Scalars['ID']['output']>;
|
|
4352
|
+
orderKey?: Maybe<Scalars['ID']['output']>;
|
|
4340
4353
|
};
|
|
4341
4354
|
export declare enum CcpQuoteStartDateType {
|
|
4342
4355
|
QuoteAcceptanceDate = "QUOTE_ACCEPTANCE_DATE",
|
|
@@ -4382,13 +4395,13 @@ export declare type CcpQuoteUpcomingBillsLine = {
|
|
|
4382
4395
|
adjustments?: Maybe<Array<Maybe<CcpQuoteAdjustment>>>;
|
|
4383
4396
|
currency?: Maybe<CcpCurrency>;
|
|
4384
4397
|
description?: Maybe<Scalars['String']['output']>;
|
|
4385
|
-
|
|
4398
|
+
key?: Maybe<Scalars['ID']['output']>;
|
|
4386
4399
|
margins?: Maybe<Array<Maybe<CcpQuoteMargin>>>;
|
|
4387
|
-
|
|
4400
|
+
offeringKey?: Maybe<Scalars['ID']['output']>;
|
|
4388
4401
|
period?: Maybe<CcpQuotePeriod>;
|
|
4389
|
-
|
|
4402
|
+
pricingPlanKey?: Maybe<Scalars['ID']['output']>;
|
|
4390
4403
|
quantity?: Maybe<Scalars['Float']['output']>;
|
|
4391
|
-
|
|
4404
|
+
quoteLineKey?: Maybe<Scalars['ID']['output']>;
|
|
4392
4405
|
subTotal?: Maybe<Scalars['Float']['output']>;
|
|
4393
4406
|
tax?: Maybe<Scalars['Float']['output']>;
|
|
4394
4407
|
taxItems?: Maybe<Array<Maybe<CcpQuoteTaxItem>>>;
|
|
@@ -4573,6 +4586,11 @@ export declare enum ChannelPlatformChannelType {
|
|
|
4573
4586
|
Chat = "CHAT",
|
|
4574
4587
|
Voice = "VOICE"
|
|
4575
4588
|
}
|
|
4589
|
+
export declare type ChannelPlatformConnectDetails = {
|
|
4590
|
+
__typename?: 'ChannelPlatformConnectDetails';
|
|
4591
|
+
instanceCcpUrl?: Maybe<Scalars['String']['output']>;
|
|
4592
|
+
region?: Maybe<Scalars['String']['output']>;
|
|
4593
|
+
};
|
|
4576
4594
|
export declare type ChannelPlatformConnectQueue = {
|
|
4577
4595
|
__typename?: 'ChannelPlatformConnectQueue';
|
|
4578
4596
|
arn?: Maybe<Scalars['String']['output']>;
|
|
@@ -9908,6 +9926,17 @@ export declare type ConfluenceAdminReportStatus = {
|
|
|
9908
9926
|
reports?: Maybe<Array<Maybe<ConfluenceAdminReport>>>;
|
|
9909
9927
|
};
|
|
9910
9928
|
export declare type ConfluenceAncestor = ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluencePage | ConfluenceWhiteboard;
|
|
9929
|
+
export declare type ConfluenceApplicationLink = {
|
|
9930
|
+
__typename?: 'ConfluenceApplicationLink';
|
|
9931
|
+
applicationId: Scalars['String']['output'];
|
|
9932
|
+
displayUrl: Scalars['String']['output'];
|
|
9933
|
+
isCloud: Scalars['Boolean']['output'];
|
|
9934
|
+
isPrimary: Scalars['Boolean']['output'];
|
|
9935
|
+
isSystem: Scalars['Boolean']['output'];
|
|
9936
|
+
name: Scalars['String']['output'];
|
|
9937
|
+
rpcUrl?: Maybe<Scalars['String']['output']>;
|
|
9938
|
+
typeId: Scalars['String']['output'];
|
|
9939
|
+
};
|
|
9911
9940
|
export declare type ConfluenceBlogPost = Node & {
|
|
9912
9941
|
__typename?: 'ConfluenceBlogPost';
|
|
9913
9942
|
author?: Maybe<ConfluenceUserInfo>;
|
|
@@ -9966,6 +9995,7 @@ export declare type ConfluenceBlogPostViewerSummary = {
|
|
|
9966
9995
|
favoritedSummary?: Maybe<ConfluenceFavoritedSummary>;
|
|
9967
9996
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
9968
9997
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
9998
|
+
scheduledPublishSummary?: Maybe<ConfluenceScheduledPublishSummary>;
|
|
9969
9999
|
};
|
|
9970
10000
|
export declare type ConfluenceBodies = {
|
|
9971
10001
|
__typename?: 'ConfluenceBodies';
|
|
@@ -10107,6 +10137,11 @@ export declare type ConfluenceCommentResolutionState = {
|
|
|
10107
10137
|
resolveProperties?: Maybe<InlineCommentResolveProperties>;
|
|
10108
10138
|
status?: Maybe<Scalars['Boolean']['output']>;
|
|
10109
10139
|
};
|
|
10140
|
+
export declare enum ConfluenceCommentResolveAllLocation {
|
|
10141
|
+
Editor = "EDITOR",
|
|
10142
|
+
Live = "LIVE",
|
|
10143
|
+
Renderer = "RENDERER"
|
|
10144
|
+
}
|
|
10110
10145
|
export declare enum ConfluenceCommentState {
|
|
10111
10146
|
Resolved = "RESOLVED",
|
|
10112
10147
|
Unresolved = "UNRESOLVED"
|
|
@@ -10131,6 +10166,11 @@ export declare type ConfluenceContent = {
|
|
|
10131
10166
|
eventType: Scalars['String']['output'];
|
|
10132
10167
|
id: Scalars['ID']['output'];
|
|
10133
10168
|
};
|
|
10169
|
+
export declare type ConfluenceContentAnalyticsCountUserByContentType = {
|
|
10170
|
+
__typename?: 'ConfluenceContentAnalyticsCountUserByContentType';
|
|
10171
|
+
nodes: Array<ConfluenceCountGroupByContentItem>;
|
|
10172
|
+
pageInfo: GroupByPageInfo;
|
|
10173
|
+
};
|
|
10134
10174
|
export declare type ConfluenceContentBody = {
|
|
10135
10175
|
__typename?: 'ConfluenceContentBody';
|
|
10136
10176
|
adf?: Maybe<Scalars['String']['output']>;
|
|
@@ -10298,6 +10338,11 @@ export declare type ConfluenceCopySpaceSecurityConfigurationPayload = Payload &
|
|
|
10298
10338
|
errors?: Maybe<Array<MutationError>>;
|
|
10299
10339
|
success: Scalars['Boolean']['output'];
|
|
10300
10340
|
};
|
|
10341
|
+
export declare type ConfluenceCountGroupByContentItem = {
|
|
10342
|
+
__typename?: 'ConfluenceCountGroupByContentItem';
|
|
10343
|
+
content: Scalars['String']['output'];
|
|
10344
|
+
count: Scalars['Int']['output'];
|
|
10345
|
+
};
|
|
10301
10346
|
export declare type ConfluenceCoverPictureWidthUpdated = {
|
|
10302
10347
|
__typename?: 'ConfluenceCoverPictureWidthUpdated';
|
|
10303
10348
|
coverPictureWidth?: Maybe<Scalars['String']['output']>;
|
|
@@ -10424,6 +10469,10 @@ export declare type ConfluenceCurrentContentNativeProperties = {
|
|
|
10424
10469
|
__typename?: 'ConfluenceCurrentContentNativeProperties';
|
|
10425
10470
|
contentState?: Maybe<ConfluenceContentState>;
|
|
10426
10471
|
};
|
|
10472
|
+
export declare type ConfluenceDataLifecycleManagementPolicy = {
|
|
10473
|
+
__typename?: 'ConfluenceDataLifecycleManagementPolicy';
|
|
10474
|
+
isDataRetentionPolicyEnabled: ConfluencePolicyEnabledStatus;
|
|
10475
|
+
};
|
|
10427
10476
|
export declare type ConfluenceDatabase = Node & {
|
|
10428
10477
|
__typename?: 'ConfluenceDatabase';
|
|
10429
10478
|
allAncestors?: Maybe<Array<Maybe<ConfluenceAncestor>>>;
|
|
@@ -10599,6 +10648,33 @@ export declare type ConfluenceEmbedUpdated = {
|
|
|
10599
10648
|
isBlankStateUpdate?: Maybe<Scalars['Boolean']['output']>;
|
|
10600
10649
|
product?: Maybe<Scalars['String']['output']>;
|
|
10601
10650
|
};
|
|
10651
|
+
export declare type ConfluenceExpandTypeFromJira = {
|
|
10652
|
+
__typename?: 'ConfluenceExpandTypeFromJira';
|
|
10653
|
+
confluenceExpandTypeFromJira?: Maybe<Scalars['String']['output']>;
|
|
10654
|
+
};
|
|
10655
|
+
export declare type ConfluenceExperimentInitModernizePayload = {
|
|
10656
|
+
__typename?: 'ConfluenceExperimentInitModernizePayload';
|
|
10657
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10658
|
+
success: Scalars['Boolean']['output'];
|
|
10659
|
+
};
|
|
10660
|
+
export declare type ConfluenceExternalLink = {
|
|
10661
|
+
__typename?: 'ConfluenceExternalLink';
|
|
10662
|
+
id?: Maybe<Scalars['Long']['output']>;
|
|
10663
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
10664
|
+
};
|
|
10665
|
+
export declare type ConfluenceExternalLinkConnection = {
|
|
10666
|
+
__typename?: 'ConfluenceExternalLinkConnection';
|
|
10667
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
10668
|
+
edges?: Maybe<Array<Maybe<ConfluenceExternalLinkEdge>>>;
|
|
10669
|
+
links?: Maybe<LinksContextBase>;
|
|
10670
|
+
nodes?: Maybe<Array<Maybe<ConfluenceExternalLink>>>;
|
|
10671
|
+
pageInfo?: Maybe<PageInfo>;
|
|
10672
|
+
};
|
|
10673
|
+
export declare type ConfluenceExternalLinkEdge = {
|
|
10674
|
+
__typename?: 'ConfluenceExternalLinkEdge';
|
|
10675
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
10676
|
+
node?: Maybe<ConfluenceExternalLink>;
|
|
10677
|
+
};
|
|
10602
10678
|
export declare type ConfluenceFavoritedSummary = {
|
|
10603
10679
|
__typename?: 'ConfluenceFavoritedSummary';
|
|
10604
10680
|
favoritedAt?: Maybe<Scalars['String']['output']>;
|
|
@@ -10636,6 +10712,10 @@ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
|
|
|
10636
10712
|
name?: Maybe<Scalars['String']['output']>;
|
|
10637
10713
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
10638
10714
|
};
|
|
10715
|
+
export declare enum ConfluenceGraphQlDefaultTitleEmoji {
|
|
10716
|
+
LivePageDefault = "LIVE_PAGE_DEFAULT",
|
|
10717
|
+
None = "NONE"
|
|
10718
|
+
}
|
|
10639
10719
|
export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
10640
10720
|
__typename?: 'ConfluenceInlineComment';
|
|
10641
10721
|
author?: Maybe<ConfluenceUserInfo>;
|
|
@@ -10747,6 +10827,15 @@ export declare type ConfluenceLabelSearchResults = {
|
|
|
10747
10827
|
otherLabels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
10748
10828
|
suggestedLabels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
10749
10829
|
};
|
|
10830
|
+
export declare type ConfluenceLabelWatchInput = {
|
|
10831
|
+
accountId?: InputMaybe<Scalars['String']['input']>;
|
|
10832
|
+
currentUser?: InputMaybe<Scalars['Boolean']['input']>;
|
|
10833
|
+
labelName: Scalars['String']['input'];
|
|
10834
|
+
};
|
|
10835
|
+
export declare type ConfluenceLabelWatchStatus = {
|
|
10836
|
+
__typename?: 'ConfluenceLabelWatchStatus';
|
|
10837
|
+
isWatching: Scalars['Boolean']['output'];
|
|
10838
|
+
};
|
|
10750
10839
|
export declare type ConfluenceLegacyAiConfigResponse = {
|
|
10751
10840
|
__typename?: 'ConfluenceLegacyAIConfigResponse';
|
|
10752
10841
|
isEnabled: Scalars['Boolean']['output'];
|
|
@@ -16413,6 +16502,23 @@ export declare type ConfluenceMakeSubCalendarPrivateUrlPayload = {
|
|
|
16413
16502
|
privateUrl: Scalars['String']['output'];
|
|
16414
16503
|
success: Scalars['Boolean']['output'];
|
|
16415
16504
|
};
|
|
16505
|
+
export declare type ConfluenceMarkAllCommentsAsReadPayload = Payload & {
|
|
16506
|
+
__typename?: 'ConfluenceMarkAllCommentsAsReadPayload';
|
|
16507
|
+
errors: Array<MutationError>;
|
|
16508
|
+
success: Scalars['Boolean']['output'];
|
|
16509
|
+
};
|
|
16510
|
+
export declare type ConfluenceMarkAllContainerCommentsAsReadInput = {
|
|
16511
|
+
contentId: Scalars['String']['input'];
|
|
16512
|
+
readView?: InputMaybe<ConfluenceViewState>;
|
|
16513
|
+
};
|
|
16514
|
+
export declare type ConfluenceMarkCommentAsDanglingInput = {
|
|
16515
|
+
id: Scalars['ID']['input'];
|
|
16516
|
+
};
|
|
16517
|
+
export declare type ConfluenceMarkCommentAsDanglingPayload = Payload & {
|
|
16518
|
+
__typename?: 'ConfluenceMarkCommentAsDanglingPayload';
|
|
16519
|
+
errors: Array<MutationError>;
|
|
16520
|
+
success: Scalars['Boolean']['output'];
|
|
16521
|
+
};
|
|
16416
16522
|
export declare type ConfluenceMutationApi = {
|
|
16417
16523
|
__typename?: 'ConfluenceMutationApi';
|
|
16418
16524
|
createBlogPost?: Maybe<ConfluenceCreateBlogPostPayload>;
|
|
@@ -16667,6 +16773,7 @@ export declare type ConfluencePageViewerSummary = {
|
|
|
16667
16773
|
favoritedSummary?: Maybe<ConfluenceFavoritedSummary>;
|
|
16668
16774
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
16669
16775
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
16776
|
+
scheduledPublishSummary?: Maybe<ConfluenceScheduledPublishSummary>;
|
|
16670
16777
|
};
|
|
16671
16778
|
export declare type ConfluencePdfExportDownloadLink = {
|
|
16672
16779
|
__typename?: 'ConfluencePdfExportDownloadLink';
|
|
@@ -16722,6 +16829,11 @@ export declare type ConfluencePersonWithPermissionsConnection = {
|
|
|
16722
16829
|
nodes?: Maybe<Array<Maybe<ConfluencePerson>>>;
|
|
16723
16830
|
pageInfo?: Maybe<PageInfo>;
|
|
16724
16831
|
};
|
|
16832
|
+
export declare enum ConfluencePolicyEnabledStatus {
|
|
16833
|
+
Disabled = "DISABLED",
|
|
16834
|
+
Enabled = "ENABLED",
|
|
16835
|
+
UndeterminedDueToInternalError = "UNDETERMINED_DUE_TO_INTERNAL_ERROR"
|
|
16836
|
+
}
|
|
16725
16837
|
export declare enum ConfluencePrincipalType {
|
|
16726
16838
|
Group = "GROUP",
|
|
16727
16839
|
User = "USER"
|
|
@@ -16947,6 +17059,11 @@ export declare enum ConfluenceSchedulePublishedType {
|
|
|
16947
17059
|
Scheduled = "SCHEDULED",
|
|
16948
17060
|
Unscheduled = "UNSCHEDULED"
|
|
16949
17061
|
}
|
|
17062
|
+
export declare type ConfluenceScheduledPublishSummary = {
|
|
17063
|
+
__typename?: 'ConfluenceScheduledPublishSummary';
|
|
17064
|
+
isScheduled: Scalars['Boolean']['output'];
|
|
17065
|
+
scheduledToPublishAt?: Maybe<Scalars['String']['output']>;
|
|
17066
|
+
};
|
|
16950
17067
|
export declare type ConfluenceSearchConnection = {
|
|
16951
17068
|
__typename?: 'ConfluenceSearchConnection';
|
|
16952
17069
|
count?: Maybe<Scalars['Int']['output']>;
|
|
@@ -17187,6 +17304,14 @@ export declare type ConfluenceTrashPagePayload = Payload & {
|
|
|
17187
17304
|
errors?: Maybe<Array<MutationError>>;
|
|
17188
17305
|
success: Scalars['Boolean']['output'];
|
|
17189
17306
|
};
|
|
17307
|
+
export declare type ConfluenceUnmarkCommentAsDanglingInput = {
|
|
17308
|
+
id: Scalars['ID']['input'];
|
|
17309
|
+
};
|
|
17310
|
+
export declare type ConfluenceUnmarkCommentAsDanglingPayload = Payload & {
|
|
17311
|
+
__typename?: 'ConfluenceUnmarkCommentAsDanglingPayload';
|
|
17312
|
+
errors: Array<MutationError>;
|
|
17313
|
+
success: Scalars['Boolean']['output'];
|
|
17314
|
+
};
|
|
17190
17315
|
export declare type ConfluenceUnwatchSubCalendarInput = {
|
|
17191
17316
|
subCalendarId: Scalars['ID']['input'];
|
|
17192
17317
|
};
|
|
@@ -17251,6 +17376,17 @@ export declare type ConfluenceUpdateCustomRolePayload = Payload & {
|
|
|
17251
17376
|
success: Scalars['Boolean']['output'];
|
|
17252
17377
|
taskId?: Maybe<Scalars['ID']['output']>;
|
|
17253
17378
|
};
|
|
17379
|
+
export declare type ConfluenceUpdateDefaultTitleEmojiInput = {
|
|
17380
|
+
contentId: Scalars['ID']['input'];
|
|
17381
|
+
defaultTitleEmoji: ConfluenceGraphQlDefaultTitleEmoji;
|
|
17382
|
+
};
|
|
17383
|
+
export declare type ConfluenceUpdateDefaultTitleEmojiPayload = {
|
|
17384
|
+
__typename?: 'ConfluenceUpdateDefaultTitleEmojiPayload';
|
|
17385
|
+
contentId: Scalars['String']['output'];
|
|
17386
|
+
defaultTitleEmoji?: Maybe<ConfluenceGraphQlDefaultTitleEmoji>;
|
|
17387
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17388
|
+
success: Scalars['Boolean']['output'];
|
|
17389
|
+
};
|
|
17254
17390
|
export declare type ConfluenceUpdateDraftBlogPostInput = {
|
|
17255
17391
|
body?: InputMaybe<ConfluenceContentBodyInput>;
|
|
17256
17392
|
id: Scalars['ID']['input'];
|
|
@@ -17273,6 +17409,14 @@ export declare type ConfluenceUpdateDraftPagePayload = Payload & {
|
|
|
17273
17409
|
page?: Maybe<ConfluencePage>;
|
|
17274
17410
|
success: Scalars['Boolean']['output'];
|
|
17275
17411
|
};
|
|
17412
|
+
export declare type ConfluenceUpdateNav4OptInInput = {
|
|
17413
|
+
enableNav4: Scalars['Boolean']['input'];
|
|
17414
|
+
};
|
|
17415
|
+
export declare type ConfluenceUpdateNav4OptInPayload = Payload & {
|
|
17416
|
+
__typename?: 'ConfluenceUpdateNav4OptInPayload';
|
|
17417
|
+
errors?: Maybe<Array<MutationError>>;
|
|
17418
|
+
success: Scalars['Boolean']['output'];
|
|
17419
|
+
};
|
|
17276
17420
|
export declare type ConfluenceUpdateSpaceInput = {
|
|
17277
17421
|
id: Scalars['ID']['input'];
|
|
17278
17422
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -17369,6 +17513,11 @@ export declare type ConfluenceValidateSpaceKeyResponse = {
|
|
|
17369
17513
|
generatedUniqueKey?: Maybe<Scalars['String']['output']>;
|
|
17370
17514
|
isValid: Scalars['Boolean']['output'];
|
|
17371
17515
|
};
|
|
17516
|
+
export declare enum ConfluenceViewState {
|
|
17517
|
+
Editor = "EDITOR",
|
|
17518
|
+
Live = "LIVE",
|
|
17519
|
+
Renderer = "RENDERER"
|
|
17520
|
+
}
|
|
17372
17521
|
export declare type ConfluenceWatchSubCalendarInput = {
|
|
17373
17522
|
subCalendarId: Scalars['ID']['input'];
|
|
17374
17523
|
};
|
|
@@ -17834,6 +17983,7 @@ export declare type ContentContributors = {
|
|
|
17834
17983
|
count?: Maybe<Scalars['Int']['output']>;
|
|
17835
17984
|
edges?: Maybe<Array<Maybe<PersonEdge>>>;
|
|
17836
17985
|
isCurrentUserContributor?: Maybe<Scalars['Boolean']['output']>;
|
|
17986
|
+
isOwnerContributor?: Maybe<Scalars['Boolean']['output']>;
|
|
17837
17987
|
nodes?: Maybe<Array<Maybe<Person>>>;
|
|
17838
17988
|
pageInfo?: Maybe<PageInfo>;
|
|
17839
17989
|
};
|
|
@@ -20119,6 +20269,14 @@ export declare type CreateInlineTaskNotificationPayload = Payload & {
|
|
|
20119
20269
|
success: Scalars['Boolean']['output'];
|
|
20120
20270
|
tasks: Array<Maybe<IndividualInlineTaskNotification>>;
|
|
20121
20271
|
};
|
|
20272
|
+
export declare type CreateInvitationUrlPayload = {
|
|
20273
|
+
__typename?: 'CreateInvitationUrlPayload';
|
|
20274
|
+
expiration: Scalars['String']['output'];
|
|
20275
|
+
id: Scalars['ID']['output'];
|
|
20276
|
+
rules: Array<InvitationUrlRule>;
|
|
20277
|
+
status: InvitationUrlsStatus;
|
|
20278
|
+
url: Scalars['String']['output'];
|
|
20279
|
+
};
|
|
20122
20280
|
export declare type CreateJiraPlaybookInput = {
|
|
20123
20281
|
cloudId: Scalars['ID']['input'];
|
|
20124
20282
|
filters?: InputMaybe<Array<JiraPlaybookIssueFilterInput>>;
|
|
@@ -31328,6 +31486,8 @@ export declare type GraphStore = {
|
|
|
31328
31486
|
conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
|
|
31329
31487
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
31330
31488
|
cypherQueryV2: GraphStoreCypherQueryV2Connection;
|
|
31489
|
+
deploymentAssociatedDeployment?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection>;
|
|
31490
|
+
deploymentAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection>;
|
|
31331
31491
|
deploymentAssociatedRepo?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoConnection>;
|
|
31332
31492
|
deploymentAssociatedRepoInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection>;
|
|
31333
31493
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
@@ -31860,6 +32020,10 @@ export declare type GraphStore = {
|
|
|
31860
32020
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
31861
32021
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
31862
32022
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
32023
|
+
userUpdatedAtlasGoal?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalConnection>;
|
|
32024
|
+
userUpdatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalInverseConnection>;
|
|
32025
|
+
userUpdatedAtlasProject?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectConnection>;
|
|
32026
|
+
userUpdatedAtlasProjectInverse?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection>;
|
|
31863
32027
|
userUpdatedComment?: Maybe<GraphStoreSimplifiedUserUpdatedCommentConnection>;
|
|
31864
32028
|
userUpdatedCommentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedCommentInverseConnection>;
|
|
31865
32029
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -32616,6 +32780,20 @@ export declare type GraphStoreCypherQueryV2Args = {
|
|
|
32616
32780
|
query: Scalars['String']['input'];
|
|
32617
32781
|
version?: InputMaybe<GraphStoreCypherQueryV2VersionEnum>;
|
|
32618
32782
|
};
|
|
32783
|
+
export declare type GraphStoreDeploymentAssociatedDeploymentArgs = {
|
|
32784
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32785
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32786
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32787
|
+
id: Scalars['ID']['input'];
|
|
32788
|
+
sort?: InputMaybe<GraphStoreDeploymentAssociatedDeploymentSortInput>;
|
|
32789
|
+
};
|
|
32790
|
+
export declare type GraphStoreDeploymentAssociatedDeploymentInverseArgs = {
|
|
32791
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32792
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32793
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32794
|
+
id: Scalars['ID']['input'];
|
|
32795
|
+
sort?: InputMaybe<GraphStoreDeploymentAssociatedDeploymentSortInput>;
|
|
32796
|
+
};
|
|
32619
32797
|
export declare type GraphStoreDeploymentAssociatedRepoArgs = {
|
|
32620
32798
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32621
32799
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36159,6 +36337,34 @@ export declare type GraphStoreUserTriggeredDeploymentInverseArgs = {
|
|
|
36159
36337
|
id: Scalars['ID']['input'];
|
|
36160
36338
|
sort?: InputMaybe<GraphStoreUserTriggeredDeploymentSortInput>;
|
|
36161
36339
|
};
|
|
36340
|
+
export declare type GraphStoreUserUpdatedAtlasGoalArgs = {
|
|
36341
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36342
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36343
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36344
|
+
id: Scalars['ID']['input'];
|
|
36345
|
+
sort?: InputMaybe<GraphStoreUserUpdatedAtlasGoalSortInput>;
|
|
36346
|
+
};
|
|
36347
|
+
export declare type GraphStoreUserUpdatedAtlasGoalInverseArgs = {
|
|
36348
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36349
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36350
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36351
|
+
id: Scalars['ID']['input'];
|
|
36352
|
+
sort?: InputMaybe<GraphStoreUserUpdatedAtlasGoalSortInput>;
|
|
36353
|
+
};
|
|
36354
|
+
export declare type GraphStoreUserUpdatedAtlasProjectArgs = {
|
|
36355
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36356
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36357
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36358
|
+
id: Scalars['ID']['input'];
|
|
36359
|
+
sort?: InputMaybe<GraphStoreUserUpdatedAtlasProjectSortInput>;
|
|
36360
|
+
};
|
|
36361
|
+
export declare type GraphStoreUserUpdatedAtlasProjectInverseArgs = {
|
|
36362
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
36363
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36364
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36365
|
+
id: Scalars['ID']['input'];
|
|
36366
|
+
sort?: InputMaybe<GraphStoreUserUpdatedAtlasProjectSortInput>;
|
|
36367
|
+
};
|
|
36162
36368
|
export declare type GraphStoreUserUpdatedCommentArgs = {
|
|
36163
36369
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
36164
36370
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38784,6 +38990,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
38784
38990
|
from: Scalars['ID']['input'];
|
|
38785
38991
|
to: Scalars['ID']['input'];
|
|
38786
38992
|
};
|
|
38993
|
+
export declare type GraphStoreDeploymentAssociatedDeploymentSortInput = {
|
|
38994
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38995
|
+
};
|
|
38787
38996
|
export declare type GraphStoreDeploymentAssociatedRepoSortInput = {
|
|
38788
38997
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38789
38998
|
};
|
|
@@ -44645,6 +44854,34 @@ export declare type GraphStoreSimplifiedConversationHasMessageInverseEdge = {
|
|
|
44645
44854
|
};
|
|
44646
44855
|
export declare type GraphStoreSimplifiedConversationHasMessageInverseUnion = ExternalConversation;
|
|
44647
44856
|
export declare type GraphStoreSimplifiedConversationHasMessageUnion = ExternalMessage;
|
|
44857
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection = HasPageInfo & {
|
|
44858
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection';
|
|
44859
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge>>>;
|
|
44860
|
+
pageInfo: PageInfo;
|
|
44861
|
+
};
|
|
44862
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge = {
|
|
44863
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge';
|
|
44864
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44865
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44866
|
+
id: Scalars['ID']['output'];
|
|
44867
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44868
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentUnion>;
|
|
44869
|
+
};
|
|
44870
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection = HasPageInfo & {
|
|
44871
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection';
|
|
44872
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge>>>;
|
|
44873
|
+
pageInfo: PageInfo;
|
|
44874
|
+
};
|
|
44875
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge = {
|
|
44876
|
+
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge';
|
|
44877
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44878
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44879
|
+
id: Scalars['ID']['output'];
|
|
44880
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44881
|
+
node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseUnion>;
|
|
44882
|
+
};
|
|
44883
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
44884
|
+
export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
44648
44885
|
export declare type GraphStoreSimplifiedDeploymentAssociatedRepoConnection = HasPageInfo & {
|
|
44649
44886
|
__typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoConnection';
|
|
44650
44887
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoEdge>>>;
|
|
@@ -50135,6 +50372,62 @@ export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge = {
|
|
|
50135
50372
|
};
|
|
50136
50373
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
50137
50374
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentUnion = DeploymentSummary | ExternalDeployment;
|
|
50375
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalConnection = HasPageInfo & {
|
|
50376
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasGoalConnection';
|
|
50377
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalEdge>>>;
|
|
50378
|
+
pageInfo: PageInfo;
|
|
50379
|
+
};
|
|
50380
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalEdge = {
|
|
50381
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasGoalEdge';
|
|
50382
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50383
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50384
|
+
id: Scalars['ID']['output'];
|
|
50385
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50386
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalUnion>;
|
|
50387
|
+
};
|
|
50388
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalInverseConnection = HasPageInfo & {
|
|
50389
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasGoalInverseConnection';
|
|
50390
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalInverseEdge>>>;
|
|
50391
|
+
pageInfo: PageInfo;
|
|
50392
|
+
};
|
|
50393
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalInverseEdge = {
|
|
50394
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasGoalInverseEdge';
|
|
50395
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50396
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50397
|
+
id: Scalars['ID']['output'];
|
|
50398
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50399
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasGoalInverseUnion>;
|
|
50400
|
+
};
|
|
50401
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
50402
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasGoalUnion = TownsquareGoal;
|
|
50403
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectConnection = HasPageInfo & {
|
|
50404
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectConnection';
|
|
50405
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectEdge>>>;
|
|
50406
|
+
pageInfo: PageInfo;
|
|
50407
|
+
};
|
|
50408
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectEdge = {
|
|
50409
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectEdge';
|
|
50410
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50411
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50412
|
+
id: Scalars['ID']['output'];
|
|
50413
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50414
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectUnion>;
|
|
50415
|
+
};
|
|
50416
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection = HasPageInfo & {
|
|
50417
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection';
|
|
50418
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge>>>;
|
|
50419
|
+
pageInfo: PageInfo;
|
|
50420
|
+
};
|
|
50421
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge = {
|
|
50422
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge';
|
|
50423
|
+
createdAt: Scalars['DateTime']['output'];
|
|
50424
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
50425
|
+
id: Scalars['ID']['output'];
|
|
50426
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
50427
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseUnion>;
|
|
50428
|
+
};
|
|
50429
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
50430
|
+
export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectUnion = TownsquareProject;
|
|
50138
50431
|
export declare type GraphStoreSimplifiedUserUpdatedCommentConnection = HasPageInfo & {
|
|
50139
50432
|
__typename?: 'GraphStoreSimplifiedUserUpdatedCommentConnection';
|
|
50140
50433
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedCommentEdge>>>;
|
|
@@ -51624,6 +51917,12 @@ export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
|
51624
51917
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
51625
51918
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
51626
51919
|
};
|
|
51920
|
+
export declare type GraphStoreUserUpdatedAtlasGoalSortInput = {
|
|
51921
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
51922
|
+
};
|
|
51923
|
+
export declare type GraphStoreUserUpdatedAtlasProjectSortInput = {
|
|
51924
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
51925
|
+
};
|
|
51627
51926
|
export declare type GraphStoreUserUpdatedCommentSortInput = {
|
|
51628
51927
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
51629
51928
|
};
|
|
@@ -54731,6 +55030,28 @@ export declare type IntervalInput = {
|
|
|
54731
55030
|
endTime: Scalars['DateTime']['input'];
|
|
54732
55031
|
startTime: Scalars['DateTime']['input'];
|
|
54733
55032
|
};
|
|
55033
|
+
export declare type InvitationUrl = {
|
|
55034
|
+
__typename?: 'InvitationUrl';
|
|
55035
|
+
expiration: Scalars['String']['output'];
|
|
55036
|
+
id: Scalars['String']['output'];
|
|
55037
|
+
rules: Array<InvitationUrlRule>;
|
|
55038
|
+
status: InvitationUrlsStatus;
|
|
55039
|
+
url: Scalars['String']['output'];
|
|
55040
|
+
};
|
|
55041
|
+
export declare type InvitationUrlRule = {
|
|
55042
|
+
__typename?: 'InvitationUrlRule';
|
|
55043
|
+
resource: Scalars['ID']['output'];
|
|
55044
|
+
role: Scalars['ID']['output'];
|
|
55045
|
+
};
|
|
55046
|
+
export declare type InvitationUrlsPayload = {
|
|
55047
|
+
__typename?: 'InvitationUrlsPayload';
|
|
55048
|
+
urls: Array<Maybe<InvitationUrl>>;
|
|
55049
|
+
};
|
|
55050
|
+
export declare enum InvitationUrlsStatus {
|
|
55051
|
+
Active = "ACTIVE",
|
|
55052
|
+
Deleted = "DELETED",
|
|
55053
|
+
Expired = "EXPIRED"
|
|
55054
|
+
}
|
|
54734
55055
|
export declare type InvocationMetrics = {
|
|
54735
55056
|
__typename?: 'InvocationMetrics';
|
|
54736
55057
|
appExecutionRegion?: Maybe<Scalars['String']['output']>;
|
|
@@ -59276,7 +59597,6 @@ export declare type JiraFieldConfigSchemesEdge = {
|
|
|
59276
59597
|
node?: Maybe<JiraFieldConfigScheme>;
|
|
59277
59598
|
};
|
|
59278
59599
|
export declare type JiraFieldConfigSchemesInput = {
|
|
59279
|
-
fieldId: Scalars['ID']['input'];
|
|
59280
59600
|
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
59281
59601
|
};
|
|
59282
59602
|
export declare type JiraFieldConnection = {
|
|
@@ -60931,20 +61251,25 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
60931
61251
|
associatedContexts?: Maybe<JiraContextConnection>;
|
|
60932
61252
|
associatedContextsCount?: Maybe<Scalars['Int']['output']>;
|
|
60933
61253
|
associatedContextsV2?: Maybe<JiraContextConnection>;
|
|
61254
|
+
associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
61255
|
+
associatedFieldConfigSchemesCount?: Maybe<Scalars['Int']['output']>;
|
|
60934
61256
|
associatedProjects?: Maybe<JiraProjectConnection>;
|
|
60935
61257
|
associatedProjectsCount?: Maybe<Scalars['Int']['output']>;
|
|
60936
61258
|
associatedProjectsV2?: Maybe<JiraProjectConnection>;
|
|
60937
61259
|
associatedScreens?: Maybe<JiraScreenConnection>;
|
|
60938
61260
|
associatedScreensCount?: Maybe<Scalars['Int']['output']>;
|
|
60939
61261
|
associatedScreensV2?: Maybe<JiraScreenConnection>;
|
|
61262
|
+
availableFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
60940
61263
|
customId?: Maybe<Scalars['Int']['output']>;
|
|
60941
61264
|
dateCreated?: Maybe<Scalars['DateTime']['output']>;
|
|
60942
61265
|
dateCreatedTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
61266
|
+
defaultFieldOptions?: Maybe<JiraParentOptionConnection>;
|
|
60943
61267
|
defaultJqlClauseName?: Maybe<Scalars['String']['output']>;
|
|
60944
61268
|
description?: Maybe<Scalars['String']['output']>;
|
|
60945
61269
|
fieldId: Scalars['String']['output'];
|
|
60946
61270
|
id: Scalars['ID']['output'];
|
|
60947
61271
|
isCustom: Scalars['Boolean']['output'];
|
|
61272
|
+
isDefaultFieldOptionsCountOverLimit?: Maybe<Scalars['Boolean']['output']>;
|
|
60948
61273
|
isGlobal?: Maybe<Scalars['Boolean']['output']>;
|
|
60949
61274
|
isLocked?: Maybe<Scalars['Boolean']['output']>;
|
|
60950
61275
|
isTrashed?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -60970,6 +61295,11 @@ export declare type JiraIssueFieldConfigAssociatedContextsV2Args = {
|
|
|
60970
61295
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60971
61296
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60972
61297
|
};
|
|
61298
|
+
export declare type JiraIssueFieldConfigAssociatedFieldConfigSchemesArgs = {
|
|
61299
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61300
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61301
|
+
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
61302
|
+
};
|
|
60973
61303
|
export declare type JiraIssueFieldConfigAssociatedProjectsArgs = {
|
|
60974
61304
|
after?: InputMaybe<Scalars['Int']['input']>;
|
|
60975
61305
|
before?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -60996,6 +61326,20 @@ export declare type JiraIssueFieldConfigAssociatedScreensV2Args = {
|
|
|
60996
61326
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60997
61327
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60998
61328
|
};
|
|
61329
|
+
export declare type JiraIssueFieldConfigAvailableFieldConfigSchemesArgs = {
|
|
61330
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61331
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61332
|
+
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
61333
|
+
};
|
|
61334
|
+
export declare type JiraIssueFieldConfigDefaultFieldOptionsArgs = {
|
|
61335
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
61336
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
61337
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
61338
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
61339
|
+
};
|
|
61340
|
+
export declare type JiraIssueFieldConfigIsDefaultFieldOptionsCountOverLimitArgs = {
|
|
61341
|
+
limit: Scalars['Int']['input'];
|
|
61342
|
+
};
|
|
60999
61343
|
export declare type JiraIssueFieldConfiguration = {
|
|
61000
61344
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
61001
61345
|
};
|
|
@@ -62845,6 +63189,7 @@ export declare type JiraJwmField = {
|
|
|
62845
63189
|
};
|
|
62846
63190
|
export declare type JiraLabel = {
|
|
62847
63191
|
__typename?: 'JiraLabel';
|
|
63192
|
+
color?: Maybe<JiraColor>;
|
|
62848
63193
|
labelId?: Maybe<Scalars['String']['output']>;
|
|
62849
63194
|
name?: Maybe<Scalars['String']['output']>;
|
|
62850
63195
|
};
|
|
@@ -64472,7 +64817,7 @@ export declare type JiraNumberFieldFormatConfig = {
|
|
|
64472
64817
|
export declare enum JiraNumberFieldFormatStyle {
|
|
64473
64818
|
Currency = "CURRENCY",
|
|
64474
64819
|
Decimal = "DECIMAL",
|
|
64475
|
-
|
|
64820
|
+
Percent = "PERCENT",
|
|
64476
64821
|
Unit = "UNIT"
|
|
64477
64822
|
}
|
|
64478
64823
|
export declare type JiraNumberFieldInput = {
|
|
@@ -74610,6 +74955,7 @@ export declare type License = {
|
|
|
74610
74955
|
__typename?: 'License';
|
|
74611
74956
|
billingPeriod?: Maybe<Scalars['String']['output']>;
|
|
74612
74957
|
billingSourceSystem?: Maybe<BillingSourceSystem>;
|
|
74958
|
+
firstPredunningEndTime?: Maybe<Scalars['Long']['output']>;
|
|
74613
74959
|
licenseConsumingUserCount: Scalars['Int']['output'];
|
|
74614
74960
|
licenseStatus: LicenseStatus;
|
|
74615
74961
|
trialEndDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -74878,6 +75224,7 @@ export declare type LoomSpace = Node & {
|
|
|
74878
75224
|
__typename?: 'LoomSpace';
|
|
74879
75225
|
id: Scalars['ID']['output'];
|
|
74880
75226
|
name: Scalars['String']['output'];
|
|
75227
|
+
url: Scalars['String']['output'];
|
|
74881
75228
|
};
|
|
74882
75229
|
export declare enum LoomSpacePrivacyType {
|
|
74883
75230
|
Private = "private",
|
|
@@ -76779,6 +77126,16 @@ export declare type MarketplaceStoreAppDetails = MarketplaceStoreMultiInstanceDe
|
|
|
76779
77126
|
multiInstanceEntitlementId?: Maybe<Scalars['String']['output']>;
|
|
76780
77127
|
status?: Maybe<Scalars['String']['output']>;
|
|
76781
77128
|
};
|
|
77129
|
+
export declare type MarketplaceStoreAppSoftwareVersionListingLinks = {
|
|
77130
|
+
__typename?: 'MarketplaceStoreAppSoftwareVersionListingLinks';
|
|
77131
|
+
bonTermsSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
77132
|
+
eula?: Maybe<Scalars['String']['output']>;
|
|
77133
|
+
partnerSpecificTerms?: Maybe<Scalars['String']['output']>;
|
|
77134
|
+
};
|
|
77135
|
+
export declare type MarketplaceStoreAppSoftwareVersionListingResponse = {
|
|
77136
|
+
__typename?: 'MarketplaceStoreAppSoftwareVersionListingResponse';
|
|
77137
|
+
vendorLinks?: Maybe<MarketplaceStoreAppSoftwareVersionListingLinks>;
|
|
77138
|
+
};
|
|
76782
77139
|
export declare enum MarketplaceStoreAtlassianProductHostingType {
|
|
76783
77140
|
Cloud = "CLOUD",
|
|
76784
77141
|
Datacenter = "DATACENTER",
|
|
@@ -76942,11 +77299,6 @@ export declare type MarketplaceStoreDeleteReviewResponseInput = {
|
|
|
76942
77299
|
appKey: Scalars['String']['input'];
|
|
76943
77300
|
reviewId: Scalars['ID']['input'];
|
|
76944
77301
|
};
|
|
76945
|
-
export declare type MarketplaceStoreDeleteReviewResponseResponse = {
|
|
76946
|
-
__typename?: 'MarketplaceStoreDeleteReviewResponseResponse';
|
|
76947
|
-
id: Scalars['ID']['output'];
|
|
76948
|
-
status?: Maybe<Scalars['String']['output']>;
|
|
76949
|
-
};
|
|
76950
77302
|
export declare type MarketplaceStoreDeveloperSpace = {
|
|
76951
77303
|
__typename?: 'MarketplaceStoreDeveloperSpace';
|
|
76952
77304
|
name: Scalars['String']['output'];
|
|
@@ -76974,6 +77326,7 @@ export declare type MarketplaceStoreEditionFeature = {
|
|
|
76974
77326
|
};
|
|
76975
77327
|
export declare enum MarketplaceStoreEditionType {
|
|
76976
77328
|
Advanced = "ADVANCED",
|
|
77329
|
+
Free = "FREE",
|
|
76977
77330
|
Standard = "STANDARD"
|
|
76978
77331
|
}
|
|
76979
77332
|
export declare type MarketplaceStoreEditionsByAppKeyInput = {
|
|
@@ -77182,7 +77535,7 @@ export declare type MarketplaceStoreMutationApi = {
|
|
|
77182
77535
|
createOrUpdateReview: MarketplaceStoreCreateOrUpdateReviewResponse;
|
|
77183
77536
|
createOrUpdateReviewResponse: MarketplaceStoreCreateOrUpdateReviewResponseResponse;
|
|
77184
77537
|
deleteReview: MarketplaceStoreDeleteReviewResponse;
|
|
77185
|
-
deleteReviewResponse:
|
|
77538
|
+
deleteReviewResponse: MarketplaceStoreDeleteReviewResponse;
|
|
77186
77539
|
installApp: MarketplaceStoreInstallAppResponse;
|
|
77187
77540
|
updateReviewDownvote: MarketplaceStoreUpdateReviewVoteResponse;
|
|
77188
77541
|
updateReviewFlag: MarketplaceStoreUpdateReviewFlagResponse;
|
|
@@ -77379,6 +77732,8 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
77379
77732
|
appReviewById?: Maybe<MarketplaceStoreReviewByIdResponse>;
|
|
77380
77733
|
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
77381
77734
|
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
77735
|
+
appSoftwareVersionListingByAppId?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
77736
|
+
appSoftwareVersionListingByAppKey?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
|
|
77382
77737
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
77383
77738
|
bundleDetail: MarketplaceStoreBundleDetailResponse;
|
|
77384
77739
|
category: MarketplaceStoreCategoryResponse;
|
|
@@ -77415,6 +77770,14 @@ export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
|
77415
77770
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
77416
77771
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
77417
77772
|
};
|
|
77773
|
+
export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppIdArgs = {
|
|
77774
|
+
appId: Scalars['ID']['input'];
|
|
77775
|
+
buildNumber: Scalars['ID']['input'];
|
|
77776
|
+
};
|
|
77777
|
+
export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppKeyArgs = {
|
|
77778
|
+
appKey: Scalars['String']['input'];
|
|
77779
|
+
buildNumber: Scalars['ID']['input'];
|
|
77780
|
+
};
|
|
77418
77781
|
export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
77419
77782
|
billingSystemInput: MarketplaceStoreBillingSystemInput;
|
|
77420
77783
|
};
|
|
@@ -77774,15 +78137,32 @@ export declare type MercuryChangeProposalConnection = {
|
|
|
77774
78137
|
pageInfo: PageInfo;
|
|
77775
78138
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
77776
78139
|
};
|
|
78140
|
+
export declare type MercuryChangeProposalCountByStatus = {
|
|
78141
|
+
__typename?: 'MercuryChangeProposalCountByStatus';
|
|
78142
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
78143
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
78144
|
+
};
|
|
77777
78145
|
export declare type MercuryChangeProposalEdge = {
|
|
77778
78146
|
__typename?: 'MercuryChangeProposalEdge';
|
|
77779
78147
|
cursor: Scalars['String']['output'];
|
|
77780
78148
|
node?: Maybe<MercuryChangeProposal>;
|
|
77781
78149
|
};
|
|
78150
|
+
export declare type MercuryChangeProposalFundSummary = {
|
|
78151
|
+
__typename?: 'MercuryChangeProposalFundSummary';
|
|
78152
|
+
changeProposalId: Scalars['ID']['output'];
|
|
78153
|
+
laborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
78154
|
+
nonLaborAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
78155
|
+
};
|
|
77782
78156
|
export declare type MercuryChangeProposalImpact = {
|
|
77783
78157
|
__typename?: 'MercuryChangeProposalImpact';
|
|
77784
78158
|
value: Scalars['Int']['output'];
|
|
77785
78159
|
};
|
|
78160
|
+
export declare type MercuryChangeProposalPositionSummary = {
|
|
78161
|
+
__typename?: 'MercuryChangeProposalPositionSummary';
|
|
78162
|
+
changeProposalId: Scalars['ID']['output'];
|
|
78163
|
+
movedCount?: Maybe<Scalars['Int']['output']>;
|
|
78164
|
+
newCount?: Maybe<Scalars['Int']['output']>;
|
|
78165
|
+
};
|
|
77786
78166
|
export declare type MercuryChangeProposalSort = {
|
|
77787
78167
|
field: MercuryChangeProposalSortField;
|
|
77788
78168
|
order: SortOrder;
|
|
@@ -77807,6 +78187,18 @@ export declare type MercuryChangeProposalStatusTransitions = {
|
|
|
77807
78187
|
__typename?: 'MercuryChangeProposalStatusTransitions';
|
|
77808
78188
|
available: Array<MercuryChangeProposalStatusTransition>;
|
|
77809
78189
|
};
|
|
78190
|
+
export declare type MercuryChangeProposalSummaryByStatus = {
|
|
78191
|
+
__typename?: 'MercuryChangeProposalSummaryByStatus';
|
|
78192
|
+
countByStatus?: Maybe<Array<Maybe<MercuryChangeProposalCountByStatus>>>;
|
|
78193
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
78194
|
+
};
|
|
78195
|
+
export declare type MercuryChangeProposalSummaryForStrategicEvent = {
|
|
78196
|
+
__typename?: 'MercuryChangeProposalSummaryForStrategicEvent';
|
|
78197
|
+
changeProposal?: Maybe<MercuryChangeProposalSummaryByStatus>;
|
|
78198
|
+
newFunds?: Maybe<MercuryNewFundSummaryByChangeProposalStatus>;
|
|
78199
|
+
newPositions?: Maybe<MercuryNewPositionSummaryByChangeProposalStatus>;
|
|
78200
|
+
strategicEventId: Scalars['ID']['output'];
|
|
78201
|
+
};
|
|
77810
78202
|
export declare type MercuryChangeSort = {
|
|
77811
78203
|
field: MercuryChangeSortField;
|
|
77812
78204
|
order: SortOrder;
|
|
@@ -77826,6 +78218,12 @@ export declare type MercuryChangeSummary = {
|
|
|
77826
78218
|
positionChangeSummary?: Maybe<MercuryPositionChangeSummary>;
|
|
77827
78219
|
strategicEventId: Scalars['ID']['output'];
|
|
77828
78220
|
};
|
|
78221
|
+
export declare type MercuryChangeSummaryForChangeProposal = {
|
|
78222
|
+
__typename?: 'MercuryChangeSummaryForChangeProposal';
|
|
78223
|
+
changeProposalId: Scalars['ID']['output'];
|
|
78224
|
+
fundChangeSummary?: Maybe<MercuryChangeProposalFundSummary>;
|
|
78225
|
+
positionChangeSummary?: Maybe<MercuryChangeProposalPositionSummary>;
|
|
78226
|
+
};
|
|
77829
78227
|
export declare type MercuryChangeSummaryInput = {
|
|
77830
78228
|
focusAreaId: Scalars['ID']['input'];
|
|
77831
78229
|
hydrationContextId: Scalars['ID']['input'];
|
|
@@ -78767,6 +79165,26 @@ export declare type MercuryMutationApiUpdatePortfolioNameArgs = {
|
|
|
78767
79165
|
export declare type MercuryMutationApiValidateFocusAreaArchivalArgs = {
|
|
78768
79166
|
input: MercuryArchiveFocusAreaValidationInput;
|
|
78769
79167
|
};
|
|
79168
|
+
export declare type MercuryNewFundSummaryByChangeProposalStatus = {
|
|
79169
|
+
__typename?: 'MercuryNewFundSummaryByChangeProposalStatus';
|
|
79170
|
+
totalAmount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
79171
|
+
totalByStatus?: Maybe<Array<Maybe<MercuryNewFundsByChangeProposalStatus>>>;
|
|
79172
|
+
};
|
|
79173
|
+
export declare type MercuryNewFundsByChangeProposalStatus = {
|
|
79174
|
+
__typename?: 'MercuryNewFundsByChangeProposalStatus';
|
|
79175
|
+
amount?: Maybe<Scalars['BigDecimal']['output']>;
|
|
79176
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
79177
|
+
};
|
|
79178
|
+
export declare type MercuryNewPositionCountByStatus = {
|
|
79179
|
+
__typename?: 'MercuryNewPositionCountByStatus';
|
|
79180
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
79181
|
+
status?: Maybe<MercuryChangeProposalStatus>;
|
|
79182
|
+
};
|
|
79183
|
+
export declare type MercuryNewPositionSummaryByChangeProposalStatus = {
|
|
79184
|
+
__typename?: 'MercuryNewPositionSummaryByChangeProposalStatus';
|
|
79185
|
+
countByStatus?: Maybe<Array<Maybe<MercuryNewPositionCountByStatus>>>;
|
|
79186
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
79187
|
+
};
|
|
78770
79188
|
export declare type MercuryOriginalProjectStatus = {
|
|
78771
79189
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
78772
79190
|
};
|
|
@@ -79519,10 +79937,12 @@ export declare type MercuryStrategicEventsQueryApi = {
|
|
|
79519
79937
|
__typename?: 'MercuryStrategicEventsQueryApi';
|
|
79520
79938
|
changeProposal?: Maybe<MercuryChangeProposal>;
|
|
79521
79939
|
changeProposalStatuses: Array<MercuryChangeProposalStatus>;
|
|
79940
|
+
changeProposalSummaryForStrategicEvent?: Maybe<MercuryChangeProposalSummaryForStrategicEvent>;
|
|
79522
79941
|
changeProposals?: Maybe<Array<Maybe<MercuryChangeProposal>>>;
|
|
79523
79942
|
changeProposalsSearch?: Maybe<MercuryChangeProposalConnection>;
|
|
79524
79943
|
changeSummariesReport?: Maybe<MercuryChangeSummaries>;
|
|
79525
79944
|
changeSummaryByFocusAreaIds?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
79945
|
+
changeSummaryForChangeProposal?: Maybe<MercuryChangeSummaryForChangeProposal>;
|
|
79526
79946
|
changeSummaryInternal?: Maybe<Array<Maybe<MercuryChangeSummary>>>;
|
|
79527
79947
|
changes?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
79528
79948
|
changesByPositionIds?: Maybe<Array<Maybe<MercuryChange>>>;
|
|
@@ -79538,6 +79958,9 @@ export declare type MercuryStrategicEventsQueryApiChangeProposalArgs = {
|
|
|
79538
79958
|
export declare type MercuryStrategicEventsQueryApiChangeProposalStatusesArgs = {
|
|
79539
79959
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
79540
79960
|
};
|
|
79961
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalSummaryForStrategicEventArgs = {
|
|
79962
|
+
strategicEventId: Scalars['ID']['input'];
|
|
79963
|
+
};
|
|
79541
79964
|
export declare type MercuryStrategicEventsQueryApiChangeProposalsArgs = {
|
|
79542
79965
|
ids: Array<Scalars['ID']['input']>;
|
|
79543
79966
|
};
|
|
@@ -79555,6 +79978,9 @@ export declare type MercuryStrategicEventsQueryApiChangeSummaryByFocusAreaIdsArg
|
|
|
79555
79978
|
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
79556
79979
|
strategicEventId?: InputMaybe<Scalars['ID']['input']>;
|
|
79557
79980
|
};
|
|
79981
|
+
export declare type MercuryStrategicEventsQueryApiChangeSummaryForChangeProposalArgs = {
|
|
79982
|
+
changeProposalId: Scalars['ID']['input'];
|
|
79983
|
+
};
|
|
79558
79984
|
export declare type MercuryStrategicEventsQueryApiChangeSummaryInternalArgs = {
|
|
79559
79985
|
inputs: Array<MercuryChangeSummaryInput>;
|
|
79560
79986
|
};
|
|
@@ -80135,6 +80561,7 @@ export declare type Mutation = {
|
|
|
80135
80561
|
agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
80136
80562
|
agentStudio_createCustomAction?: Maybe<AgentStudioCreateCustomActionPayload>;
|
|
80137
80563
|
agentStudio_updateAgentActions?: Maybe<AgentStudioUpdateAgentActionsPayload>;
|
|
80564
|
+
agentStudio_updateAgentAsFavourite?: Maybe<AgentStudioUpdateAgentAsFavouritePayload>;
|
|
80138
80565
|
agentStudio_updateAgentDetails?: Maybe<AgentStudioUpdateAgentDetailsPayload>;
|
|
80139
80566
|
agentStudio_updateAgentKnowledgeSources?: Maybe<AgentStudioUpdateAgentKnowledgeSourcesPayload>;
|
|
80140
80567
|
agentStudio_updateConversationStarters?: Maybe<AgentStudioUpdateConversationStartersPayload>;
|
|
@@ -80335,16 +80762,24 @@ export declare type Mutation = {
|
|
|
80335
80762
|
confluence_deleteSubCalendarHiddenEvents?: Maybe<ConfluenceDeleteSubCalendarHiddenEventsPayload>;
|
|
80336
80763
|
confluence_deleteSubCalendarPrivateUrl?: Maybe<ConfluenceDeleteSubCalendarPrivateUrlPayload>;
|
|
80337
80764
|
confluence_deleteSubCalendarSingleEvent?: Maybe<ConfluenceDeleteSubCalendarSingleEventPayload>;
|
|
80765
|
+
confluence_experimentInitModernize?: Maybe<ConfluenceExperimentInitModernizePayload>;
|
|
80338
80766
|
confluence_inviteUsers?: Maybe<ConfluenceInviteUserPayload>;
|
|
80339
80767
|
confluence_makeSubCalendarPrivateUrl?: Maybe<ConfluenceMakeSubCalendarPrivateUrlPayload>;
|
|
80768
|
+
confluence_markAllCommentsAsRead?: Maybe<ConfluenceMarkAllCommentsAsReadPayload>;
|
|
80769
|
+
confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
|
|
80340
80770
|
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
80341
80771
|
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
80342
80772
|
confluence_resolveCommentsByContentId?: Maybe<ConfluenceResolveCommentByContentIdPayload>;
|
|
80343
80773
|
confluence_setSubCalendarReminder?: Maybe<ConfluenceSetSubCalendarReminderPayload>;
|
|
80774
|
+
confluence_unmarkCommentAsDangling?: Maybe<ConfluenceUnmarkCommentAsDanglingPayload>;
|
|
80775
|
+
confluence_unwatchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
80344
80776
|
confluence_unwatchSubCalendar?: Maybe<ConfluenceUnwatchSubCalendarPayload>;
|
|
80345
80777
|
confluence_updateCustomRole?: Maybe<ConfluenceUpdateCustomRolePayload>;
|
|
80778
|
+
confluence_updateDefaultTitleEmoji?: Maybe<ConfluenceUpdateDefaultTitleEmojiPayload>;
|
|
80779
|
+
confluence_updateNav4OptIn?: Maybe<ConfluenceUpdateNav4OptInPayload>;
|
|
80346
80780
|
confluence_updateSubCalendarHiddenEvents?: Maybe<ConfluenceUpdateSubCalendarHiddenEventsPayload>;
|
|
80347
80781
|
confluence_updateTeamPresenceSpaceSettings?: Maybe<ConfluenceUpdateTeamPresenceSpaceSettingsPayload>;
|
|
80782
|
+
confluence_watchLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
80348
80783
|
confluence_watchSubCalendar?: Maybe<ConfluenceWatchSubCalendarPayload>;
|
|
80349
80784
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
80350
80785
|
connectionManager_createOAuthConnectionForJiraProject?: Maybe<ConnectionManagerCreateOAuthConnectionForJiraProjectPayload>;
|
|
@@ -80381,6 +80816,7 @@ export declare type Mutation = {
|
|
|
80381
80816
|
createHostedResourceUploadUrl?: Maybe<CreateHostedResourceUploadUrlPayload>;
|
|
80382
80817
|
createInlineComment?: Maybe<Comment>;
|
|
80383
80818
|
createInlineTaskNotification?: Maybe<CreateInlineTaskNotificationPayload>;
|
|
80819
|
+
createInvitationUrl?: Maybe<CreateInvitationUrlPayload>;
|
|
80384
80820
|
createLivePage?: Maybe<Content>;
|
|
80385
80821
|
createMentionNotification?: Maybe<CreateMentionNotificationPayload>;
|
|
80386
80822
|
createMentionReminderNotification?: Maybe<CreateMentionReminderNotificationPayload>;
|
|
@@ -80741,6 +81177,10 @@ export declare type MutationAgentStudio_UpdateAgentActionsArgs = {
|
|
|
80741
81177
|
id: Scalars['ID']['input'];
|
|
80742
81178
|
input: AgentStudioActionConfigurationInput;
|
|
80743
81179
|
};
|
|
81180
|
+
export declare type MutationAgentStudio_UpdateAgentAsFavouriteArgs = {
|
|
81181
|
+
favourite: Scalars['Boolean']['input'];
|
|
81182
|
+
id: Scalars['ID']['input'];
|
|
81183
|
+
};
|
|
80744
81184
|
export declare type MutationAgentStudio_UpdateAgentDetailsArgs = {
|
|
80745
81185
|
id: Scalars['ID']['input'];
|
|
80746
81186
|
input: AgentStudioUpdateAgentDetailsInput;
|
|
@@ -81362,6 +81802,9 @@ export declare type MutationConfluence_DeleteSubCalendarSingleEventArgs = {
|
|
|
81362
81802
|
cloudId: Scalars['ID']['input'];
|
|
81363
81803
|
input: ConfluenceDeleteSubCalendarSingleEventInput;
|
|
81364
81804
|
};
|
|
81805
|
+
export declare type MutationConfluence_ExperimentInitModernizeArgs = {
|
|
81806
|
+
cloudId: Scalars['ID']['input'];
|
|
81807
|
+
};
|
|
81365
81808
|
export declare type MutationConfluence_InviteUsersArgs = {
|
|
81366
81809
|
cloudId: Scalars['ID']['input'];
|
|
81367
81810
|
input: ConfluenceInviteUserInput;
|
|
@@ -81370,6 +81813,14 @@ export declare type MutationConfluence_MakeSubCalendarPrivateUrlArgs = {
|
|
|
81370
81813
|
cloudId: Scalars['ID']['input'];
|
|
81371
81814
|
input: ConfluenceMakeSubCalendarPrivateUrlInput;
|
|
81372
81815
|
};
|
|
81816
|
+
export declare type MutationConfluence_MarkAllCommentsAsReadArgs = {
|
|
81817
|
+
cloudId: Scalars['ID']['input'];
|
|
81818
|
+
input: ConfluenceMarkAllContainerCommentsAsReadInput;
|
|
81819
|
+
};
|
|
81820
|
+
export declare type MutationConfluence_MarkCommentAsDanglingArgs = {
|
|
81821
|
+
cloudId: Scalars['ID']['input'];
|
|
81822
|
+
input: ConfluenceMarkCommentAsDanglingInput;
|
|
81823
|
+
};
|
|
81373
81824
|
export declare type MutationConfluence_ReopenCommentArgs = {
|
|
81374
81825
|
cloudId: Scalars['ID']['input'];
|
|
81375
81826
|
commentId: Scalars['ID']['input'];
|
|
@@ -81381,11 +81832,20 @@ export declare type MutationConfluence_ResolveCommentsArgs = {
|
|
|
81381
81832
|
export declare type MutationConfluence_ResolveCommentsByContentIdArgs = {
|
|
81382
81833
|
cloudId: Scalars['ID']['input'];
|
|
81383
81834
|
contentId: Scalars['ID']['input'];
|
|
81835
|
+
resolveView?: InputMaybe<ConfluenceCommentResolveAllLocation>;
|
|
81384
81836
|
};
|
|
81385
81837
|
export declare type MutationConfluence_SetSubCalendarReminderArgs = {
|
|
81386
81838
|
cloudId: Scalars['ID']['input'];
|
|
81387
81839
|
input: ConfluenceSetSubCalendarReminderInput;
|
|
81388
81840
|
};
|
|
81841
|
+
export declare type MutationConfluence_UnmarkCommentAsDanglingArgs = {
|
|
81842
|
+
cloudId: Scalars['ID']['input'];
|
|
81843
|
+
input: ConfluenceUnmarkCommentAsDanglingInput;
|
|
81844
|
+
};
|
|
81845
|
+
export declare type MutationConfluence_UnwatchLabelArgs = {
|
|
81846
|
+
cloudId: Scalars['ID']['input'];
|
|
81847
|
+
input: ConfluenceLabelWatchInput;
|
|
81848
|
+
};
|
|
81389
81849
|
export declare type MutationConfluence_UnwatchSubCalendarArgs = {
|
|
81390
81850
|
cloudId: Scalars['ID']['input'];
|
|
81391
81851
|
input: ConfluenceUnwatchSubCalendarInput;
|
|
@@ -81394,6 +81854,14 @@ export declare type MutationConfluence_UpdateCustomRoleArgs = {
|
|
|
81394
81854
|
cloudId: Scalars['ID']['input'];
|
|
81395
81855
|
input: ConfluenceUpdateCustomRoleInput;
|
|
81396
81856
|
};
|
|
81857
|
+
export declare type MutationConfluence_UpdateDefaultTitleEmojiArgs = {
|
|
81858
|
+
cloudId: Scalars['ID']['input'];
|
|
81859
|
+
input: ConfluenceUpdateDefaultTitleEmojiInput;
|
|
81860
|
+
};
|
|
81861
|
+
export declare type MutationConfluence_UpdateNav4OptInArgs = {
|
|
81862
|
+
cloudId: Scalars['ID']['input'];
|
|
81863
|
+
input: ConfluenceUpdateNav4OptInInput;
|
|
81864
|
+
};
|
|
81397
81865
|
export declare type MutationConfluence_UpdateSubCalendarHiddenEventsArgs = {
|
|
81398
81866
|
cloudId: Scalars['ID']['input'];
|
|
81399
81867
|
input: Array<ConfluenceUpdateSubCalendarHiddenEventsInput>;
|
|
@@ -81402,6 +81870,10 @@ export declare type MutationConfluence_UpdateTeamPresenceSpaceSettingsArgs = {
|
|
|
81402
81870
|
cloudId: Scalars['ID']['input'];
|
|
81403
81871
|
input: ConfluenceUpdateTeamPresenceSpaceSettingsInput;
|
|
81404
81872
|
};
|
|
81873
|
+
export declare type MutationConfluence_WatchLabelArgs = {
|
|
81874
|
+
cloudId: Scalars['ID']['input'];
|
|
81875
|
+
input: ConfluenceLabelWatchInput;
|
|
81876
|
+
};
|
|
81405
81877
|
export declare type MutationConfluence_WatchSubCalendarArgs = {
|
|
81406
81878
|
cloudId: Scalars['ID']['input'];
|
|
81407
81879
|
input: ConfluenceWatchSubCalendarInput;
|
|
@@ -83000,6 +83472,10 @@ export declare type OpsgenieTeamMemberEdge = {
|
|
|
83000
83472
|
cursor: Scalars['String']['output'];
|
|
83001
83473
|
node?: Maybe<OpsgenieTeamMember>;
|
|
83002
83474
|
};
|
|
83475
|
+
export declare type Organization = {
|
|
83476
|
+
__typename?: 'Organization';
|
|
83477
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
83478
|
+
};
|
|
83003
83479
|
export declare type OrganizationContext = {
|
|
83004
83480
|
__typename?: 'OrganizationContext';
|
|
83005
83481
|
hasPaidProduct?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -83018,8 +83494,13 @@ export declare type OriginalSplitIssue = {
|
|
|
83018
83494
|
};
|
|
83019
83495
|
export declare type OutgoingLinks = {
|
|
83020
83496
|
__typename?: 'OutgoingLinks';
|
|
83497
|
+
externalOutgoingLinks?: Maybe<ConfluenceExternalLinkConnection>;
|
|
83021
83498
|
internalOutgoingLinks?: Maybe<PaginatedContentList>;
|
|
83022
83499
|
};
|
|
83500
|
+
export declare type OutgoingLinksExternalOutgoingLinksArgs = {
|
|
83501
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
83502
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83503
|
+
};
|
|
83023
83504
|
export declare type OutgoingLinksInternalOutgoingLinksArgs = {
|
|
83024
83505
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
83025
83506
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -84885,10 +85366,45 @@ export declare type PublicLinkConnection = {
|
|
|
84885
85366
|
nodes: Array<Maybe<PublicLink>>;
|
|
84886
85367
|
pageInfo: PublicLinkPageInfo;
|
|
84887
85368
|
};
|
|
85369
|
+
export declare type PublicLinkContentBody = {
|
|
85370
|
+
__typename?: 'PublicLinkContentBody';
|
|
85371
|
+
mediaToken?: Maybe<PublicLinkMediaToken>;
|
|
85372
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
85373
|
+
};
|
|
85374
|
+
export declare type PublicLinkContentRepresentationMap = {
|
|
85375
|
+
__typename?: 'PublicLinkContentRepresentationMap';
|
|
85376
|
+
atlas_doc_format?: Maybe<PublicLinkContentBody>;
|
|
85377
|
+
};
|
|
85378
|
+
export declare enum PublicLinkContentType {
|
|
85379
|
+
Page = "page",
|
|
85380
|
+
Whiteboard = "whiteboard"
|
|
85381
|
+
}
|
|
84888
85382
|
export declare enum PublicLinkDefaultSpaceStatus {
|
|
84889
85383
|
Off = "OFF",
|
|
84890
85384
|
On = "ON"
|
|
84891
85385
|
}
|
|
85386
|
+
export declare type PublicLinkHistory = {
|
|
85387
|
+
__typename?: 'PublicLinkHistory';
|
|
85388
|
+
createdBy?: Maybe<PublicLinkPerson>;
|
|
85389
|
+
createdDate?: Maybe<Scalars['String']['output']>;
|
|
85390
|
+
lastOwnedBy?: Maybe<PublicLinkPerson>;
|
|
85391
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
85392
|
+
ownedBy?: Maybe<PublicLinkPerson>;
|
|
85393
|
+
};
|
|
85394
|
+
export declare type PublicLinkInformation = {
|
|
85395
|
+
__typename?: 'PublicLinkInformation';
|
|
85396
|
+
body?: Maybe<PublicLinkContentRepresentationMap>;
|
|
85397
|
+
history?: Maybe<PublicLinkHistory>;
|
|
85398
|
+
id: Scalars['ID']['output'];
|
|
85399
|
+
referenceId?: Maybe<Scalars['String']['output']>;
|
|
85400
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
85401
|
+
type?: Maybe<PublicLinkContentType>;
|
|
85402
|
+
version?: Maybe<PublicLinkVersion>;
|
|
85403
|
+
};
|
|
85404
|
+
export declare type PublicLinkMediaToken = {
|
|
85405
|
+
__typename?: 'PublicLinkMediaToken';
|
|
85406
|
+
token?: Maybe<Scalars['String']['output']>;
|
|
85407
|
+
};
|
|
84892
85408
|
export declare type PublicLinkOnboardingReference = {
|
|
84893
85409
|
__typename?: 'PublicLinkOnboardingReference';
|
|
84894
85410
|
publicLinkId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -84936,6 +85452,12 @@ export declare enum PublicLinkPermissionsObjectType {
|
|
|
84936
85452
|
export declare enum PublicLinkPermissionsType {
|
|
84937
85453
|
Edit = "EDIT"
|
|
84938
85454
|
}
|
|
85455
|
+
export declare type PublicLinkPerson = {
|
|
85456
|
+
__typename?: 'PublicLinkPerson';
|
|
85457
|
+
accountId?: Maybe<Scalars['ID']['output']>;
|
|
85458
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
85459
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
85460
|
+
};
|
|
84939
85461
|
export declare type PublicLinkSitePayload = {
|
|
84940
85462
|
__typename?: 'PublicLinkSitePayload';
|
|
84941
85463
|
status: PublicLinkSiteStatus;
|
|
@@ -85001,6 +85523,15 @@ export declare enum PublicLinkStatus {
|
|
|
85001
85523
|
SpaceBlocked = "SPACE_BLOCKED",
|
|
85002
85524
|
SpaceDisabled = "SPACE_DISABLED"
|
|
85003
85525
|
}
|
|
85526
|
+
export declare type PublicLinkVersion = {
|
|
85527
|
+
__typename?: 'PublicLinkVersion';
|
|
85528
|
+
by?: Maybe<PublicLinkPerson>;
|
|
85529
|
+
confRev?: Maybe<Scalars['String']['output']>;
|
|
85530
|
+
contentTypeModified?: Maybe<Scalars['Boolean']['output']>;
|
|
85531
|
+
friendlyWhen?: Maybe<Scalars['String']['output']>;
|
|
85532
|
+
number?: Maybe<Scalars['Int']['output']>;
|
|
85533
|
+
syncRev?: Maybe<Scalars['String']['output']>;
|
|
85534
|
+
};
|
|
85004
85535
|
export declare enum PublicLinksByCriteriaOrder {
|
|
85005
85536
|
DateEnabled = "DATE_ENABLED",
|
|
85006
85537
|
Status = "STATUS",
|
|
@@ -85025,6 +85556,7 @@ export declare type PublishConditionsDialog = {
|
|
|
85025
85556
|
export declare type PublishedContentProperties = {
|
|
85026
85557
|
__typename?: 'PublishedContentProperties';
|
|
85027
85558
|
coverPictureWidth?: Maybe<Scalars['String']['output']>;
|
|
85559
|
+
defaultTitleEmoji?: Maybe<Scalars['String']['output']>;
|
|
85028
85560
|
externalVersionId?: Maybe<Scalars['String']['output']>;
|
|
85029
85561
|
};
|
|
85030
85562
|
export declare type PullRequestStatusInTimeRangeQueryFilter = {
|
|
@@ -85157,6 +85689,7 @@ export declare type Query = {
|
|
|
85157
85689
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
85158
85690
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
85159
85691
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
85692
|
+
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
85160
85693
|
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
|
|
85161
85694
|
channelPlatform_listQueues?: Maybe<Array<Maybe<ChannelPlatformConnectQueue>>>;
|
|
85162
85695
|
channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
|
|
@@ -85360,16 +85893,22 @@ export declare type Query = {
|
|
|
85360
85893
|
confluenceLegacy_webItems?: Maybe<Array<Maybe<ConfluenceLegacyWebItem>>>;
|
|
85361
85894
|
confluenceLegacy_webPanels?: Maybe<Array<Maybe<ConfluenceLegacyWebPanel>>>;
|
|
85362
85895
|
confluenceUsers?: Maybe<PaginatedPersonList>;
|
|
85896
|
+
confluence_applicationLinkByOauth2ClientId?: Maybe<ConfluenceApplicationLink>;
|
|
85363
85897
|
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
85364
85898
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
85365
85899
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
85900
|
+
confluence_contentAnalyticsCountUserByContentType?: Maybe<ConfluenceContentAnalyticsCountUserByContentType>;
|
|
85901
|
+
confluence_contentSmartLinksForDraft?: Maybe<PaginatedSmartLinkList>;
|
|
85366
85902
|
confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
85367
85903
|
confluence_contents?: Maybe<Array<Maybe<Content>>>;
|
|
85904
|
+
confluence_dataLifecycleManagementPolicy?: Maybe<ConfluenceDataLifecycleManagementPolicy>;
|
|
85368
85905
|
confluence_deletedUserAccountIds?: Maybe<ConfluenceDeletedUser>;
|
|
85369
85906
|
confluence_empty?: Maybe<Scalars['String']['output']>;
|
|
85907
|
+
confluence_expandTypeFromJira?: Maybe<ConfluenceExpandTypeFromJira>;
|
|
85370
85908
|
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
|
|
85371
85909
|
confluence_hasClearPermissionForSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
85372
85910
|
confluence_hasDivergedFromDefaultSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
85911
|
+
confluence_isWatchingLabel?: Maybe<ConfluenceLabelWatchStatus>;
|
|
85373
85912
|
confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
|
|
85374
85913
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
85375
85914
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -85553,6 +86092,7 @@ export declare type Query = {
|
|
|
85553
86092
|
instanceAnalyticsCount?: Maybe<InstanceAnalyticsCount>;
|
|
85554
86093
|
intentdetection_getIntent?: Maybe<IntentDetectionResponse>;
|
|
85555
86094
|
internalFrontendResource?: Maybe<FrontendResourceRenderResponse>;
|
|
86095
|
+
invitationUrls?: Maybe<InvitationUrlsPayload>;
|
|
85556
86096
|
ipmFlag?: Maybe<ContentPlatformIpmFlag>;
|
|
85557
86097
|
ipmFlags: ContentPlatformIpmFlagSearchConnection;
|
|
85558
86098
|
ipmInlineDialog?: Maybe<ContentPlatformIpmInlineDialog>;
|
|
@@ -85571,9 +86111,6 @@ export declare type Query = {
|
|
|
85571
86111
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
85572
86112
|
jiraReleases?: Maybe<JiraReleases>;
|
|
85573
86113
|
jiraServers?: Maybe<JiraServersResult>;
|
|
85574
|
-
jira_associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
85575
|
-
jira_associatedFieldConfigSchemesCount?: Maybe<Scalars['Int']['output']>;
|
|
85576
|
-
jira_availableFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
85577
86114
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
85578
86115
|
jira_categoryField?: Maybe<JiraJqlField>;
|
|
85579
86116
|
jira_creatableGlobalCustomFieldTypes?: Maybe<JiraCustomFieldTypeConnection>;
|
|
@@ -85611,6 +86148,7 @@ export declare type Query = {
|
|
|
85611
86148
|
loom_video?: Maybe<LoomVideo>;
|
|
85612
86149
|
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
85613
86150
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
86151
|
+
loom_workspaceTrendingVideos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
85614
86152
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
85615
86153
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
85616
86154
|
macros?: Maybe<MacroConnection>;
|
|
@@ -85641,6 +86179,7 @@ export declare type Query = {
|
|
|
85641
86179
|
opsgenie?: Maybe<OpsgenieQuery>;
|
|
85642
86180
|
opsgenieTeamRelationshipForDevOpsService?: Maybe<DevOpsServiceAndOpsgenieTeamRelationship>;
|
|
85643
86181
|
orgDefaultClassificationLevelId?: Maybe<Scalars['ID']['output']>;
|
|
86182
|
+
organization?: Maybe<Organization>;
|
|
85644
86183
|
organizationContext?: Maybe<OrganizationContext>;
|
|
85645
86184
|
page?: Maybe<Page>;
|
|
85646
86185
|
pageActivity?: Maybe<PaginatedPageActivity>;
|
|
@@ -85682,6 +86221,7 @@ export declare type Query = {
|
|
|
85682
86221
|
productListing?: Maybe<ProductListingResult>;
|
|
85683
86222
|
productListings: Array<ProductListingResult>;
|
|
85684
86223
|
ptpage?: Maybe<PtPage>;
|
|
86224
|
+
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
85685
86225
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
85686
86226
|
publicLinkPage?: Maybe<PublicLinkPage>;
|
|
85687
86227
|
publicLinkPermissionsForObject?: Maybe<PublicLinkPermissions>;
|
|
@@ -85839,6 +86379,7 @@ export declare type QueryAgentStudio_GetAgentsArgs = {
|
|
|
85839
86379
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85840
86380
|
cloudId: Scalars['String']['input'];
|
|
85841
86381
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86382
|
+
input?: InputMaybe<AgentStudioAgentQueryInput>;
|
|
85842
86383
|
};
|
|
85843
86384
|
export declare type QueryAgentStudio_SuggestConversationStartersArgs = {
|
|
85844
86385
|
cloudId: Scalars['String']['input'];
|
|
@@ -86921,6 +87462,10 @@ export declare type QueryConfluenceUsersArgs = {
|
|
|
86921
87462
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
86922
87463
|
start?: InputMaybe<Scalars['Int']['input']>;
|
|
86923
87464
|
};
|
|
87465
|
+
export declare type QueryConfluence_ApplicationLinkByOauth2ClientIdArgs = {
|
|
87466
|
+
cloudId: Scalars['ID']['input'];
|
|
87467
|
+
oauthClientId: Scalars['String']['input'];
|
|
87468
|
+
};
|
|
86924
87469
|
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
86925
87470
|
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
86926
87471
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -86931,6 +87476,22 @@ export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
|
86931
87476
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
86932
87477
|
cloudId: Scalars['ID']['input'];
|
|
86933
87478
|
};
|
|
87479
|
+
export declare type QueryConfluence_ContentAnalyticsCountUserByContentTypeArgs = {
|
|
87480
|
+
cloudId: Scalars['ID']['input'];
|
|
87481
|
+
contentIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
87482
|
+
contentType: Scalars['String']['input'];
|
|
87483
|
+
endTime?: InputMaybe<Scalars['String']['input']>;
|
|
87484
|
+
eventName: Array<AnalyticsEventName>;
|
|
87485
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
87486
|
+
sortOrder?: InputMaybe<RelevantUsersSortOrder>;
|
|
87487
|
+
startTime: Scalars['String']['input'];
|
|
87488
|
+
subType?: InputMaybe<Scalars['String']['input']>;
|
|
87489
|
+
};
|
|
87490
|
+
export declare type QueryConfluence_ContentSmartLinksForDraftArgs = {
|
|
87491
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
87492
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87493
|
+
id: Scalars['ID']['input'];
|
|
87494
|
+
};
|
|
86934
87495
|
export declare type QueryConfluence_ContentWatchersUnfilteredArgs = {
|
|
86935
87496
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86936
87497
|
cloudId: Scalars['ID']['input'];
|
|
@@ -86941,6 +87502,9 @@ export declare type QueryConfluence_ContentWatchersUnfilteredArgs = {
|
|
|
86941
87502
|
export declare type QueryConfluence_ContentsArgs = {
|
|
86942
87503
|
ids: Array<InputMaybe<Scalars['ID']['input']>>;
|
|
86943
87504
|
};
|
|
87505
|
+
export declare type QueryConfluence_DataLifecycleManagementPolicyArgs = {
|
|
87506
|
+
cloudId: Scalars['ID']['input'];
|
|
87507
|
+
};
|
|
86944
87508
|
export declare type QueryConfluence_DeletedUserAccountIdsArgs = {
|
|
86945
87509
|
cloudId: Scalars['ID']['input'];
|
|
86946
87510
|
spaceKey: Scalars['String']['input'];
|
|
@@ -86948,6 +87512,9 @@ export declare type QueryConfluence_DeletedUserAccountIdsArgs = {
|
|
|
86948
87512
|
export declare type QueryConfluence_EmptyArgs = {
|
|
86949
87513
|
id: Scalars['ID']['input'];
|
|
86950
87514
|
};
|
|
87515
|
+
export declare type QueryConfluence_ExpandTypeFromJiraArgs = {
|
|
87516
|
+
cloudId: Scalars['ID']['input'];
|
|
87517
|
+
};
|
|
86951
87518
|
export declare type QueryConfluence_ExternalCollaboratorsByCriteriaArgs = {
|
|
86952
87519
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86953
87520
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -86968,6 +87535,10 @@ export declare type QueryConfluence_HasDivergedFromDefaultSpacePermissionsArgs =
|
|
|
86968
87535
|
cloudId: Scalars['ID']['input'];
|
|
86969
87536
|
spaceKey: Scalars['String']['input'];
|
|
86970
87537
|
};
|
|
87538
|
+
export declare type QueryConfluence_IsWatchingLabelArgs = {
|
|
87539
|
+
cloudId: Scalars['ID']['input'];
|
|
87540
|
+
input: ConfluenceLabelWatchInput;
|
|
87541
|
+
};
|
|
86971
87542
|
export declare type QueryConfluence_LatestKnowledgeGraphObjectV2Args = {
|
|
86972
87543
|
cloudId: Scalars['String']['input'];
|
|
86973
87544
|
contentId: Scalars['ID']['input'];
|
|
@@ -87775,22 +88346,6 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
87775
88346
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87776
88347
|
id: Scalars['ID']['input'];
|
|
87777
88348
|
};
|
|
87778
|
-
export declare type QueryJira_AssociatedFieldConfigSchemesArgs = {
|
|
87779
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
87780
|
-
cloudId: Scalars['ID']['input'];
|
|
87781
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87782
|
-
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
87783
|
-
};
|
|
87784
|
-
export declare type QueryJira_AssociatedFieldConfigSchemesCountArgs = {
|
|
87785
|
-
cloudId: Scalars['ID']['input'];
|
|
87786
|
-
fieldId: Scalars['ID']['input'];
|
|
87787
|
-
};
|
|
87788
|
-
export declare type QueryJira_AvailableFieldConfigSchemesArgs = {
|
|
87789
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
87790
|
-
cloudId: Scalars['ID']['input'];
|
|
87791
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87792
|
-
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
87793
|
-
};
|
|
87794
88349
|
export declare type QueryJira_BoardViewArgs = {
|
|
87795
88350
|
input: JiraBoardViewInput;
|
|
87796
88351
|
};
|
|
@@ -87898,6 +88453,9 @@ export declare type QueryLoom_VideoDurationsArgs = {
|
|
|
87898
88453
|
export declare type QueryLoom_VideosArgs = {
|
|
87899
88454
|
ids: Array<Scalars['ID']['input']>;
|
|
87900
88455
|
};
|
|
88456
|
+
export declare type QueryLoom_WorkspaceTrendingVideosArgs = {
|
|
88457
|
+
id: Scalars['ID']['input'];
|
|
88458
|
+
};
|
|
87901
88459
|
export declare type QueryMacroBodyRendererArgs = {
|
|
87902
88460
|
adf: Scalars['String']['input'];
|
|
87903
88461
|
containedRender?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -88127,6 +88685,9 @@ export declare type QueryPtpageArgs = {
|
|
|
88127
88685
|
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
88128
88686
|
status?: InputMaybe<Array<InputMaybe<PtGraphQlPageStatus>>>;
|
|
88129
88687
|
};
|
|
88688
|
+
export declare type QueryPublicLinkInformationArgs = {
|
|
88689
|
+
id: Scalars['ID']['input'];
|
|
88690
|
+
};
|
|
88130
88691
|
export declare type QueryPublicLinkPageArgs = {
|
|
88131
88692
|
pageId: Scalars['ID']['input'];
|
|
88132
88693
|
};
|
|
@@ -88704,6 +89265,7 @@ export declare type QuotaInfo = {
|
|
|
88704
89265
|
export declare type RadarAriFieldValue = {
|
|
88705
89266
|
__typename?: 'RadarAriFieldValue';
|
|
88706
89267
|
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
89268
|
+
isRestricted?: Maybe<Scalars['Boolean']['output']>;
|
|
88707
89269
|
value?: Maybe<RadarAriObject>;
|
|
88708
89270
|
};
|
|
88709
89271
|
export declare type RadarAriObject = MercuryChangeProposal | MercuryFocusArea | RadarPosition | RadarWorker;
|
|
@@ -88973,6 +89535,7 @@ export declare type RadarPosition = Node & RadarEntity & {
|
|
|
88973
89535
|
isManager: Scalars['Boolean']['output'];
|
|
88974
89536
|
manager?: Maybe<RadarPosition>;
|
|
88975
89537
|
reportingLine?: Maybe<Array<RadarPosition>>;
|
|
89538
|
+
role?: Maybe<RadarPositionRole>;
|
|
88976
89539
|
type?: Maybe<RadarEntityType>;
|
|
88977
89540
|
worker?: Maybe<RadarWorker>;
|
|
88978
89541
|
};
|
|
@@ -89002,6 +89565,10 @@ export declare type RadarPositionProposalChangeInput = {
|
|
|
89002
89565
|
sourceFocusAreaAri?: InputMaybe<Scalars['ID']['input']>;
|
|
89003
89566
|
targetFocusAreaAri: Scalars['ID']['input'];
|
|
89004
89567
|
};
|
|
89568
|
+
export declare enum RadarPositionRole {
|
|
89569
|
+
IndividualContributor = "INDIVIDUAL_CONTRIBUTOR",
|
|
89570
|
+
Manager = "MANAGER"
|
|
89571
|
+
}
|
|
89005
89572
|
export declare type RadarPrincipalByResourceRole = {
|
|
89006
89573
|
__typename?: 'RadarPrincipalByResourceRole';
|
|
89007
89574
|
principals: Array<RadarGroupPrincipal>;
|
|
@@ -90876,6 +91443,7 @@ export declare type SearchConfluenceFilter = {
|
|
|
90876
91443
|
};
|
|
90877
91444
|
export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider & SearchResult & {
|
|
90878
91445
|
__typename?: 'SearchConfluencePageBlogAttachment';
|
|
91446
|
+
bodyText?: Maybe<Scalars['String']['output']>;
|
|
90879
91447
|
confluenceEntity?: Maybe<SearchConfluenceEntity>;
|
|
90880
91448
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
90881
91449
|
description: Scalars['String']['output'];
|
|
@@ -91537,6 +92105,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
91537
92105
|
assignees?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
91538
92106
|
containerAris?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
91539
92107
|
containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
92108
|
+
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
91540
92109
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
91541
92110
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
91542
92111
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
@@ -94287,6 +94856,7 @@ export declare type SpaceRoleAccessClassPrincipal = SpaceRolePrincipal & {
|
|
|
94287
94856
|
};
|
|
94288
94857
|
export declare type SpaceRoleAssignment = {
|
|
94289
94858
|
__typename?: 'SpaceRoleAssignment';
|
|
94859
|
+
assignablePermissions?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
94290
94860
|
permissions?: Maybe<Array<SpacePermissionInfo>>;
|
|
94291
94861
|
principal: SpaceRolePrincipal;
|
|
94292
94862
|
role?: Maybe<SpaceRole>;
|
|
@@ -96219,6 +96789,21 @@ export declare type TownsquareCreateRelationshipsPayload = {
|
|
|
96219
96789
|
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
96220
96790
|
success: Scalars['Boolean']['output'];
|
|
96221
96791
|
};
|
|
96792
|
+
export declare type TownsquareDeleteGoalHasJiraAlignProjectInput = {
|
|
96793
|
+
from: Scalars['String']['input'];
|
|
96794
|
+
to: Scalars['String']['input'];
|
|
96795
|
+
};
|
|
96796
|
+
export declare type TownsquareDeleteGoalHasJiraAlignProjectMutationErrorExtension = MutationErrorExtension & {
|
|
96797
|
+
__typename?: 'TownsquareDeleteGoalHasJiraAlignProjectMutationErrorExtension';
|
|
96798
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
96799
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
96800
|
+
};
|
|
96801
|
+
export declare type TownsquareDeleteGoalHasJiraAlignProjectPayload = {
|
|
96802
|
+
__typename?: 'TownsquareDeleteGoalHasJiraAlignProjectPayload';
|
|
96803
|
+
errors?: Maybe<Array<MutationError>>;
|
|
96804
|
+
node?: Maybe<JiraAlignAggProject>;
|
|
96805
|
+
success: Scalars['Boolean']['output'];
|
|
96806
|
+
};
|
|
96222
96807
|
export declare type TownsquareDeleteRelationshipsInput = {
|
|
96223
96808
|
relationships: Array<TownsquareRelationshipInput>;
|
|
96224
96809
|
};
|
|
@@ -96501,6 +97086,7 @@ export declare type TownsquareMutationApi = {
|
|
|
96501
97086
|
createGoalHasJiraAlignProject?: Maybe<TownsquareCreateGoalHasJiraAlignProjectPayload>;
|
|
96502
97087
|
createGoalType?: Maybe<TownsquareCreateGoalTypePayload>;
|
|
96503
97088
|
createRelationships?: Maybe<TownsquareCreateRelationshipsPayload>;
|
|
97089
|
+
deleteGoalHasJiraAlignProject?: Maybe<TownsquareDeleteGoalHasJiraAlignProjectPayload>;
|
|
96504
97090
|
deleteRelationships?: Maybe<TownsquareDeleteRelationshipsPayload>;
|
|
96505
97091
|
editGoal?: Maybe<TownsquareEditGoalPayload>;
|
|
96506
97092
|
editGoalType?: Maybe<TownsquareEditGoalTypePayload>;
|
|
@@ -96523,6 +97109,9 @@ export declare type TownsquareMutationApiCreateGoalTypeArgs = {
|
|
|
96523
97109
|
export declare type TownsquareMutationApiCreateRelationshipsArgs = {
|
|
96524
97110
|
input: TownsquareCreateRelationshipsInput;
|
|
96525
97111
|
};
|
|
97112
|
+
export declare type TownsquareMutationApiDeleteGoalHasJiraAlignProjectArgs = {
|
|
97113
|
+
input: TownsquareDeleteGoalHasJiraAlignProjectInput;
|
|
97114
|
+
};
|
|
96526
97115
|
export declare type TownsquareMutationApiDeleteRelationshipsArgs = {
|
|
96527
97116
|
input: TownsquareDeleteRelationshipsInput;
|
|
96528
97117
|
};
|
|
@@ -101631,6 +102220,8 @@ export declare type VirtualAgentConfiguration = Node & {
|
|
|
101631
102220
|
intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjectionResult>;
|
|
101632
102221
|
intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
|
|
101633
102222
|
isAiResponsesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
102223
|
+
lastModified?: Maybe<Scalars['DateTime']['output']>;
|
|
102224
|
+
linkedContainer?: Maybe<VirtualAgentContainerData>;
|
|
101634
102225
|
liveIntentsCount?: Maybe<Scalars['Int']['output']>;
|
|
101635
102226
|
offerEscalationConfig?: Maybe<VirtualAgentOfferEscalationConfig>;
|
|
101636
102227
|
respondToQueries: Scalars['Boolean']['output'];
|
|
@@ -101661,7 +102252,19 @@ export declare type VirtualAgentConfigurationVirtualAgentStatisticsProjectionArg
|
|
|
101661
102252
|
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
101662
102253
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
101663
102254
|
};
|
|
102255
|
+
export declare type VirtualAgentConfigurationEdge = {
|
|
102256
|
+
__typename?: 'VirtualAgentConfigurationEdge';
|
|
102257
|
+
cursor: Scalars['String']['output'];
|
|
102258
|
+
node: VirtualAgentConfiguration;
|
|
102259
|
+
};
|
|
101664
102260
|
export declare type VirtualAgentConfigurationResult = VirtualAgentConfiguration | VirtualAgentQueryError;
|
|
102261
|
+
export declare type VirtualAgentConfigurationsConnection = {
|
|
102262
|
+
__typename?: 'VirtualAgentConfigurationsConnection';
|
|
102263
|
+
edges: Array<VirtualAgentConfigurationEdge>;
|
|
102264
|
+
nodes: Array<VirtualAgentConfiguration>;
|
|
102265
|
+
pageInfo: PageInfo;
|
|
102266
|
+
};
|
|
102267
|
+
export declare type VirtualAgentContainerData = JiraProject;
|
|
101665
102268
|
export declare type VirtualAgentConversation = Node & {
|
|
101666
102269
|
__typename?: 'VirtualAgentConversation';
|
|
101667
102270
|
action?: Maybe<VirtualAgentConversationActionType>;
|
|
@@ -102034,6 +102637,7 @@ export declare type VirtualAgentQueryApi = {
|
|
|
102034
102637
|
validateRequestType?: Maybe<VirtualAgentRequestTypeConnectionStatus>;
|
|
102035
102638
|
virtualAgentAvailability?: Maybe<Scalars['Boolean']['output']>;
|
|
102036
102639
|
virtualAgentEntitlements?: Maybe<VirtualAgentFeatures>;
|
|
102640
|
+
virtualAgents?: Maybe<VirtualAgentConfigurationsConnection>;
|
|
102037
102641
|
};
|
|
102038
102642
|
export declare type VirtualAgentQueryApiAvailableToHelpCenterArgs = {
|
|
102039
102643
|
helpCenterId: Scalars['ID']['input'];
|
|
@@ -102060,6 +102664,11 @@ export declare type VirtualAgentQueryApiVirtualAgentAvailabilityArgs = {
|
|
|
102060
102664
|
export declare type VirtualAgentQueryApiVirtualAgentEntitlementsArgs = {
|
|
102061
102665
|
cloudId: Scalars['ID']['input'];
|
|
102062
102666
|
};
|
|
102667
|
+
export declare type VirtualAgentQueryApiVirtualAgentsArgs = {
|
|
102668
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
102669
|
+
cloudId: Scalars['ID']['input'];
|
|
102670
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
102671
|
+
};
|
|
102063
102672
|
export declare type VirtualAgentQueryError = {
|
|
102064
102673
|
__typename?: 'VirtualAgentQueryError';
|
|
102065
102674
|
extensions?: Maybe<Array<QueryErrorExtension>>;
|
|
@@ -102425,6 +103034,7 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
102425
103034
|
__typename?: 'WorkSuggestionsByProjectsResponse';
|
|
102426
103035
|
autoDevJobsSuggestions?: Maybe<Array<WorkSuggestionsAutoDevJobTask>>;
|
|
102427
103036
|
blockingIssueSuggestions?: Maybe<Array<WorkSuggestionsBlockingIssueTask>>;
|
|
103037
|
+
compass?: Maybe<WorkSuggestionsCompassResponse>;
|
|
102428
103038
|
compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
|
|
102429
103039
|
draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
|
|
102430
103040
|
inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
|
|
@@ -102474,6 +103084,17 @@ export declare type WorkSuggestionsCompassAnnouncementTask = WorkSuggestionsComp
|
|
|
102474
103084
|
title: Scalars['String']['output'];
|
|
102475
103085
|
url: Scalars['String']['output'];
|
|
102476
103086
|
};
|
|
103087
|
+
export declare type WorkSuggestionsCompassResponse = {
|
|
103088
|
+
__typename?: 'WorkSuggestionsCompassResponse';
|
|
103089
|
+
announcements?: Maybe<Array<WorkSuggestionsCompassAnnouncementTask>>;
|
|
103090
|
+
scorecardCriteria?: Maybe<Array<WorkSuggestionsCompassScorecardCriterionTask>>;
|
|
103091
|
+
};
|
|
103092
|
+
export declare type WorkSuggestionsCompassResponseAnnouncementsArgs = {
|
|
103093
|
+
input?: InputMaybe<WorkSuggestionsInput>;
|
|
103094
|
+
};
|
|
103095
|
+
export declare type WorkSuggestionsCompassResponseScorecardCriteriaArgs = {
|
|
103096
|
+
input?: InputMaybe<WorkSuggestionsInput>;
|
|
103097
|
+
};
|
|
102477
103098
|
export declare type WorkSuggestionsCompassScorecardCriterionTask = WorkSuggestionsCompassTask & {
|
|
102478
103099
|
__typename?: 'WorkSuggestionsCompassScorecardCriterionTask';
|
|
102479
103100
|
componentAri?: Maybe<Scalars['ID']['output']>;
|