@forge/cli-shared 9.4.0-next.4 → 9.4.0-next.4-experimental-c575574
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 +701 -28
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +196 -54
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
|
@@ -4244,6 +4244,11 @@ export type AdminAuditLogUpdateBackgroundQueryInput = {
|
|
|
4244
4244
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
4245
4245
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4246
4246
|
};
|
|
4247
|
+
export type AdminAuditLogUserProfilesInput = {
|
|
4248
|
+
container: AdminAuditLogContainer;
|
|
4249
|
+
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
4250
|
+
viewerId: Scalars['ID']['input'];
|
|
4251
|
+
};
|
|
4247
4252
|
export type AdminAuthPolicyConfig = {
|
|
4248
4253
|
__typename?: 'AdminAuthPolicyConfig';
|
|
4249
4254
|
apiToken?: Maybe<AdminApiTokenConfig>;
|
|
@@ -7969,6 +7974,10 @@ export type AgentWorkspaceAvailabilityInputPayload = {
|
|
|
7969
7974
|
statuses?: InputMaybe<Array<AgentWorkspaceAvailabilityStatus>>;
|
|
7970
7975
|
teamId: Scalars['ID']['input'];
|
|
7971
7976
|
};
|
|
7977
|
+
export declare enum AgentWorkspaceAvailabilityMode {
|
|
7978
|
+
Auto = "AUTO",
|
|
7979
|
+
Manual = "MANUAL"
|
|
7980
|
+
}
|
|
7972
7981
|
export type AgentWorkspaceAvailabilityPageInfo = {
|
|
7973
7982
|
__typename?: 'AgentWorkspaceAvailabilityPageInfo';
|
|
7974
7983
|
currentPage: Scalars['Int']['output'];
|
|
@@ -8461,6 +8470,7 @@ export type AgentWorkspacePendingTicketsByTeamInput = {
|
|
|
8461
8470
|
};
|
|
8462
8471
|
export type AgentWorkspaceProjectDefaultAvailability = {
|
|
8463
8472
|
__typename?: 'AgentWorkspaceProjectDefaultAvailability';
|
|
8473
|
+
availabilityMode: AgentWorkspaceAvailabilityMode;
|
|
8464
8474
|
projectId: Scalars['ID']['output'];
|
|
8465
8475
|
status: AgentWorkspaceAvailabilityStatus;
|
|
8466
8476
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -8926,6 +8936,7 @@ export type AgentWorkspaceSetDraftedRoutingTableServiceFieldPayload = {
|
|
|
8926
8936
|
serviceFieldId: Scalars['String']['output'];
|
|
8927
8937
|
};
|
|
8928
8938
|
export type AgentWorkspaceSetProjectDefaultAvailabilityInput = {
|
|
8939
|
+
availabilityMode?: InputMaybe<AgentWorkspaceAvailabilityMode>;
|
|
8929
8940
|
cloudId: Scalars['ID']['input'];
|
|
8930
8941
|
projectId: Scalars['ID']['input'];
|
|
8931
8942
|
status: AgentWorkspaceAvailabilityStatus;
|
|
@@ -10166,6 +10177,7 @@ export type AiPlannerPlanCollaboratorConnection = {
|
|
|
10166
10177
|
__typename?: 'AiPlannerPlanCollaboratorConnection';
|
|
10167
10178
|
edges: Array<AiPlannerPlanCollaboratorEdge>;
|
|
10168
10179
|
pageInfo: PageInfo;
|
|
10180
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10169
10181
|
};
|
|
10170
10182
|
export type AiPlannerPlanCollaboratorEdge = {
|
|
10171
10183
|
__typename?: 'AiPlannerPlanCollaboratorEdge';
|
|
@@ -10176,6 +10188,7 @@ export type AiPlannerPlanConnection = {
|
|
|
10176
10188
|
__typename?: 'AiPlannerPlanConnection';
|
|
10177
10189
|
edges: Array<AiPlannerPlanEdge>;
|
|
10178
10190
|
pageInfo: PageInfo;
|
|
10191
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10179
10192
|
};
|
|
10180
10193
|
export type AiPlannerPlanConversation = {
|
|
10181
10194
|
__typename?: 'AiPlannerPlanConversation';
|
|
@@ -10189,6 +10202,7 @@ export type AiPlannerPlanConversationConnection = {
|
|
|
10189
10202
|
__typename?: 'AiPlannerPlanConversationConnection';
|
|
10190
10203
|
edges: Array<AiPlannerPlanConversationEdge>;
|
|
10191
10204
|
pageInfo: PageInfo;
|
|
10205
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10192
10206
|
};
|
|
10193
10207
|
export type AiPlannerPlanConversationEdge = {
|
|
10194
10208
|
__typename?: 'AiPlannerPlanConversationEdge';
|
|
@@ -10224,6 +10238,7 @@ export type AiPlannerPlanTaskConnection = {
|
|
|
10224
10238
|
__typename?: 'AiPlannerPlanTaskConnection';
|
|
10225
10239
|
edges: Array<AiPlannerPlanTaskEdge>;
|
|
10226
10240
|
pageInfo: PageInfo;
|
|
10241
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10227
10242
|
};
|
|
10228
10243
|
export type AiPlannerPlanTaskEdge = {
|
|
10229
10244
|
__typename?: 'AiPlannerPlanTaskEdge';
|
|
@@ -10709,6 +10724,9 @@ export type AppEnvironmentAppVersionRolloutsArgs = {
|
|
|
10709
10724
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10710
10725
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
10711
10726
|
};
|
|
10727
|
+
export type AppEnvironmentDeploymentsArgs = {
|
|
10728
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
10729
|
+
};
|
|
10712
10730
|
export type AppEnvironmentVersionsArgs = {
|
|
10713
10731
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10714
10732
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -15315,6 +15333,13 @@ export type AssetsVerticalAssetTypesTrackingQueryErrorExtension = QueryErrorExte
|
|
|
15315
15333
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
15316
15334
|
};
|
|
15317
15335
|
export type AssetsVerticalAssetTypesTrackingResult = AssetsVerticalAssetTypesTracking | QueryError;
|
|
15336
|
+
export declare enum AssetsVerticalAssetTypesTrackingSortField {
|
|
15337
|
+
ObjectTypeName = "OBJECT_TYPE_NAME"
|
|
15338
|
+
}
|
|
15339
|
+
export type AssetsVerticalAssetTypesTrackingSortInput = {
|
|
15340
|
+
direction?: SortDirection;
|
|
15341
|
+
field: AssetsVerticalAssetTypesTrackingSortField;
|
|
15342
|
+
};
|
|
15318
15343
|
export type AssetsVerticalAssetTypesTrackingsPayload = Payload & {
|
|
15319
15344
|
__typename?: 'AssetsVerticalAssetTypesTrackingsPayload';
|
|
15320
15345
|
assetTypesTrackings?: Maybe<Array<AssetsVerticalAssetTypesTracking>>;
|
|
@@ -15700,6 +15725,13 @@ export type AssetsVerticalDepreciationRuleQueryErrorExtension = QueryErrorExtens
|
|
|
15700
15725
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
15701
15726
|
};
|
|
15702
15727
|
export type AssetsVerticalDepreciationRuleResult = AssetsVerticalDepreciationRule | QueryError;
|
|
15728
|
+
export declare enum AssetsVerticalDepreciationRulesSortField {
|
|
15729
|
+
Name = "NAME"
|
|
15730
|
+
}
|
|
15731
|
+
export type AssetsVerticalDepreciationRulesSortInput = {
|
|
15732
|
+
direction?: SortDirection;
|
|
15733
|
+
field: AssetsVerticalDepreciationRulesSortField;
|
|
15734
|
+
};
|
|
15703
15735
|
export type AssetsVerticalDisableVerticalInstantiationInput = {
|
|
15704
15736
|
cloudId: Scalars['ID']['input'];
|
|
15705
15737
|
message?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16357,6 +16389,8 @@ export type AssetsVerticalVerticalInstantiationDepreciationRulesArgs = {
|
|
|
16357
16389
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16358
16390
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16359
16391
|
objTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16392
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
16393
|
+
sort?: InputMaybe<AssetsVerticalDepreciationRulesSortInput>;
|
|
16360
16394
|
};
|
|
16361
16395
|
export type AssetsVerticalVerticalInstantiationCategory = {
|
|
16362
16396
|
__typename?: 'AssetsVerticalVerticalInstantiationCategory';
|
|
@@ -16375,6 +16409,9 @@ export type AssetsVerticalVerticalInstantiationCategoryAssetTypesTrackingsArgs =
|
|
|
16375
16409
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16376
16410
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16377
16411
|
objSchemaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16412
|
+
parentObjectTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16413
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
16414
|
+
sort?: InputMaybe<AssetsVerticalAssetTypesTrackingSortInput>;
|
|
16378
16415
|
};
|
|
16379
16416
|
export type AssetsVerticalVerticalInstantiationCategoryItemsArgs = {
|
|
16380
16417
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -20753,6 +20790,7 @@ export type CloudifyAnalysisId = {
|
|
|
20753
20790
|
export type CloudifyAnalysisPart = {
|
|
20754
20791
|
__typename?: 'CloudifyAnalysisPart';
|
|
20755
20792
|
analysisResult: CloudifyAnalysisResult;
|
|
20793
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
20756
20794
|
finishedAt: Scalars['String']['output'];
|
|
20757
20795
|
serviceKey: Scalars['String']['output'];
|
|
20758
20796
|
startedAt: Scalars['String']['output'];
|
|
@@ -20863,9 +20901,7 @@ export type CloudifyProjectAri = {
|
|
|
20863
20901
|
};
|
|
20864
20902
|
export type CloudifyRawCustomizationRecommendation = {
|
|
20865
20903
|
__typename?: 'CloudifyRawCustomizationRecommendation';
|
|
20866
|
-
analysisType: CloudifyAnalysisType;
|
|
20867
20904
|
content: Scalars['String']['output'];
|
|
20868
|
-
customizationId: Scalars['String']['output'];
|
|
20869
20905
|
id: Scalars['ID']['output'];
|
|
20870
20906
|
type: CloudifyRawCustomizationRecommendationType;
|
|
20871
20907
|
};
|
|
@@ -21325,6 +21361,40 @@ export type CommerceExpAccountModification = {
|
|
|
21325
21361
|
invoiceGroup?: Maybe<CommerceExpCcpInvoiceGroup>;
|
|
21326
21362
|
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
21327
21363
|
};
|
|
21364
|
+
export type CommerceExpAccruedChargeBreakdown = {
|
|
21365
|
+
__typename?: 'CommerceExpAccruedChargeBreakdown';
|
|
21366
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21367
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
21368
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21369
|
+
events: Array<CommerceExpAccruedChargeEvent>;
|
|
21370
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21371
|
+
periodEnd?: Maybe<Scalars['Float']['output']>;
|
|
21372
|
+
periodStart?: Maybe<Scalars['Float']['output']>;
|
|
21373
|
+
quantity?: Maybe<Scalars['Float']['output']>;
|
|
21374
|
+
};
|
|
21375
|
+
export type CommerceExpAccruedChargeComponent = {
|
|
21376
|
+
__typename?: 'CommerceExpAccruedChargeComponent';
|
|
21377
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21378
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21379
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21380
|
+
type: CommerceExpAccruedChargeComponentType;
|
|
21381
|
+
};
|
|
21382
|
+
export declare enum CommerceExpAccruedChargeComponentType {
|
|
21383
|
+
AdditionalCharge = "ADDITIONAL_CHARGE",
|
|
21384
|
+
Credit = "CREDIT"
|
|
21385
|
+
}
|
|
21386
|
+
export type CommerceExpAccruedChargeEvent = {
|
|
21387
|
+
__typename?: 'CommerceExpAccruedChargeEvent';
|
|
21388
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21389
|
+
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
21390
|
+
components: Array<CommerceExpAccruedChargeComponent>;
|
|
21391
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21392
|
+
id: Scalars['ID']['output'];
|
|
21393
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21394
|
+
periodEnd?: Maybe<Scalars['Float']['output']>;
|
|
21395
|
+
periodStart?: Maybe<Scalars['Float']['output']>;
|
|
21396
|
+
quantity?: Maybe<Scalars['Float']['output']>;
|
|
21397
|
+
};
|
|
21328
21398
|
export type CommerceExpAchInfo = {
|
|
21329
21399
|
__typename?: 'CommerceExpAchInfo';
|
|
21330
21400
|
accountHolder: Scalars['String']['output'];
|
|
@@ -21401,7 +21471,8 @@ export type CommerceExpAggregationPeriodBoundaryUsage = {
|
|
|
21401
21471
|
};
|
|
21402
21472
|
export declare enum CommerceExpAllowanceCycle {
|
|
21403
21473
|
Annual = "ANNUAL",
|
|
21404
|
-
Monthly = "MONTHLY"
|
|
21474
|
+
Monthly = "MONTHLY",
|
|
21475
|
+
Quarterly = "QUARTERLY"
|
|
21405
21476
|
}
|
|
21406
21477
|
export type CommerceExpAllowanceDetails = {
|
|
21407
21478
|
__typename?: 'CommerceExpAllowanceDetails';
|
|
@@ -23699,6 +23770,7 @@ export type CommerceExpLineItemEndsAt = {
|
|
|
23699
23770
|
};
|
|
23700
23771
|
export type CommerceExpLineItemResponse = {
|
|
23701
23772
|
__typename?: 'CommerceExpLineItemResponse';
|
|
23773
|
+
accruedChargeBreakdown?: Maybe<CommerceExpAccruedChargeBreakdown>;
|
|
23702
23774
|
accumulateAccruedCharges?: Maybe<Scalars['Float']['output']>;
|
|
23703
23775
|
adjustments?: Maybe<Array<Maybe<CommerceExpAdjustmentDetail>>>;
|
|
23704
23776
|
billableUsage?: Maybe<Scalars['Float']['output']>;
|
|
@@ -24278,7 +24350,8 @@ export declare enum CommerceExpPaymentMethodType {
|
|
|
24278
24350
|
Ach = "ACH",
|
|
24279
24351
|
Card = "CARD",
|
|
24280
24352
|
Deferred = "DEFERRED",
|
|
24281
|
-
Paypal = "PAYPAL"
|
|
24353
|
+
Paypal = "PAYPAL",
|
|
24354
|
+
Wallet = "WALLET"
|
|
24282
24355
|
}
|
|
24283
24356
|
export type CommerceExpPaymentStatus = {
|
|
24284
24357
|
__typename?: 'CommerceExpPaymentStatus';
|
|
@@ -34802,6 +34875,17 @@ export type ConfluencePatchCalendarPayload = Payload & {
|
|
|
34802
34875
|
errors?: Maybe<Array<MutationError>>;
|
|
34803
34876
|
success: Scalars['Boolean']['output'];
|
|
34804
34877
|
};
|
|
34878
|
+
export type ConfluencePatchFolderInput = {
|
|
34879
|
+
expectedVersion: Scalars['Int']['input'];
|
|
34880
|
+
id: Scalars['ID']['input'];
|
|
34881
|
+
summary?: InputMaybe<ConfluenceContentBodyInput>;
|
|
34882
|
+
};
|
|
34883
|
+
export type ConfluencePatchFolderPayload = Payload & {
|
|
34884
|
+
__typename?: 'ConfluencePatchFolderPayload';
|
|
34885
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34886
|
+
folder?: Maybe<ConfluenceFolder>;
|
|
34887
|
+
success: Scalars['Boolean']['output'];
|
|
34888
|
+
};
|
|
34805
34889
|
export type ConfluencePatchSpaceSettingsInput = {
|
|
34806
34890
|
contentMode?: InputMaybe<ConfluenceGraphQlContentMode>;
|
|
34807
34891
|
id: Scalars['ID']['input'];
|
|
@@ -36390,6 +36474,11 @@ export type ConfluenceSlideLinks = {
|
|
|
36390
36474
|
base?: Maybe<Scalars['String']['output']>;
|
|
36391
36475
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
36392
36476
|
};
|
|
36477
|
+
export declare enum ConfluenceSmartFolderSyncOutcome {
|
|
36478
|
+
Ran = "RAN",
|
|
36479
|
+
SkippedPaused = "SKIPPED_PAUSED",
|
|
36480
|
+
SkippedTtl = "SKIPPED_TTL"
|
|
36481
|
+
}
|
|
36393
36482
|
export type ConfluenceSmartSpaceOverview = {
|
|
36394
36483
|
__typename?: 'ConfluenceSmartSpaceOverview';
|
|
36395
36484
|
faq?: Maybe<ConfluenceSmartSpaceOverviewFaq>;
|
|
@@ -36833,9 +36922,17 @@ export type ConfluenceSyncSmartFolderInput = {
|
|
|
36833
36922
|
export type ConfluenceSyncSmartFolderPayload = Payload & {
|
|
36834
36923
|
__typename?: 'ConfluenceSyncSmartFolderPayload';
|
|
36835
36924
|
errors?: Maybe<Array<MutationError>>;
|
|
36925
|
+
outcome?: Maybe<ConfluenceSmartFolderSyncOutcome>;
|
|
36836
36926
|
success: Scalars['Boolean']['output'];
|
|
36927
|
+
syncResult?: Maybe<ConfluenceSyncSmartFolderResult>;
|
|
36837
36928
|
taskAri?: Maybe<Scalars['ID']['output']>;
|
|
36838
36929
|
};
|
|
36930
|
+
export type ConfluenceSyncSmartFolderResult = {
|
|
36931
|
+
__typename?: 'ConfluenceSyncSmartFolderResult';
|
|
36932
|
+
addedCount: Scalars['Int']['output'];
|
|
36933
|
+
changedCount: Scalars['Int']['output'];
|
|
36934
|
+
removedCount: Scalars['Int']['output'];
|
|
36935
|
+
};
|
|
36839
36936
|
export declare enum ConfluenceSystemOperation {
|
|
36840
36937
|
CompanyHubAdmin = "COMPANY_HUB_ADMIN",
|
|
36841
36938
|
CompanyHubViewer = "COMPANY_HUB_VIEWER",
|
|
@@ -38530,6 +38627,7 @@ export type ContentCommentsArgs = {
|
|
|
38530
38627
|
};
|
|
38531
38628
|
export type ContentContentAnalyticsViewsByUserArgs = {
|
|
38532
38629
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
38630
|
+
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
38533
38631
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
38534
38632
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38535
38633
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -40376,6 +40474,8 @@ export type CplsTimeCell = {
|
|
|
40376
40474
|
startDate: Scalars['Date']['output'];
|
|
40377
40475
|
};
|
|
40378
40476
|
export declare enum CplsTimeScaleType {
|
|
40477
|
+
Fortnightly = "FORTNIGHTLY",
|
|
40478
|
+
Monthly = "MONTHLY",
|
|
40379
40479
|
Weekly = "WEEKLY"
|
|
40380
40480
|
}
|
|
40381
40481
|
export type CplsUpdateCustomContributionTargetInput = {
|
|
@@ -40410,6 +40510,7 @@ export type CplsUpdateViewSettingsPayload = Payload & {
|
|
|
40410
40510
|
};
|
|
40411
40511
|
export type CplsUpdateWorkResourcingEstimate = {
|
|
40412
40512
|
cloudId: Scalars['ID']['input'];
|
|
40513
|
+
timeScale?: InputMaybe<CplsTimeScaleType>;
|
|
40413
40514
|
workDataId: Scalars['ID']['input'];
|
|
40414
40515
|
workResourcingEstimateHours: Scalars['Float']['input'];
|
|
40415
40516
|
};
|
|
@@ -43323,6 +43424,7 @@ export type CustomerServiceNotes = {
|
|
|
43323
43424
|
export type CustomerServiceNotesQueryResult = CustomerServiceNotes | QueryError;
|
|
43324
43425
|
export type CustomerServiceOmniInteraction = {
|
|
43325
43426
|
__typename?: 'CustomerServiceOmniInteraction';
|
|
43427
|
+
helpseeker?: Maybe<User>;
|
|
43326
43428
|
helpseekerAtlassianAccountId?: Maybe<Scalars['ID']['output']>;
|
|
43327
43429
|
id: Scalars['ID']['output'];
|
|
43328
43430
|
identifiedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -43349,6 +43451,7 @@ export type CustomerServiceOmniInteractionMatchedIdentifier = {
|
|
|
43349
43451
|
export type CustomerServiceOmniInteractionQueryResult = CustomerServiceOmniInteraction | QueryError;
|
|
43350
43452
|
export type CustomerServiceOmniInteractionRelatedHelpseeker = {
|
|
43351
43453
|
__typename?: 'CustomerServiceOmniInteractionRelatedHelpseeker';
|
|
43454
|
+
helpseeker?: Maybe<User>;
|
|
43352
43455
|
helpseekerAtlassianAccountId: Scalars['ID']['output'];
|
|
43353
43456
|
matchedIdentifiers: Array<CustomerServiceOmniInteractionMatchedIdentifier>;
|
|
43354
43457
|
};
|
|
@@ -44007,6 +44110,7 @@ export declare enum DataSecurityPolicyAction {
|
|
|
44007
44110
|
AppAccess = "APP_ACCESS",
|
|
44008
44111
|
AppAccessConfigured = "APP_ACCESS_CONFIGURED",
|
|
44009
44112
|
AttachmentDownload = "ATTACHMENT_DOWNLOAD",
|
|
44113
|
+
McpAccess = "MCP_ACCESS",
|
|
44010
44114
|
PageExport = "PAGE_EXPORT",
|
|
44011
44115
|
PublicLinks = "PUBLIC_LINKS"
|
|
44012
44116
|
}
|
|
@@ -44814,6 +44918,7 @@ export type DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload = Pay
|
|
|
44814
44918
|
export type DevAiAutodevNextCreateWorkstreamInput = {
|
|
44815
44919
|
cloudId: Scalars['ID']['input'];
|
|
44816
44920
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
44921
|
+
loopType?: InputMaybe<Scalars['String']['input']>;
|
|
44817
44922
|
members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
|
|
44818
44923
|
name: Scalars['String']['input'];
|
|
44819
44924
|
projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
|
|
@@ -44845,6 +44950,15 @@ export declare enum DevAiAutodevNextDayOfWeek {
|
|
|
44845
44950
|
Tuesday = "TUESDAY",
|
|
44846
44951
|
Wednesday = "WEDNESDAY"
|
|
44847
44952
|
}
|
|
44953
|
+
export type DevAiAutodevNextDeleteSuggestedClassificationRepositoryInput = {
|
|
44954
|
+
cloudId: Scalars['ID']['input'];
|
|
44955
|
+
suggestedClassificationRepositoryId: Scalars['ID']['input'];
|
|
44956
|
+
};
|
|
44957
|
+
export type DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload = Payload & {
|
|
44958
|
+
__typename?: 'DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload';
|
|
44959
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44960
|
+
success: Scalars['Boolean']['output'];
|
|
44961
|
+
};
|
|
44848
44962
|
export type DevAiAutodevNextDeleteWorkstreamInput = {
|
|
44849
44963
|
cloudId: Scalars['ID']['input'];
|
|
44850
44964
|
workstreamId: Scalars['ID']['input'];
|
|
@@ -44981,6 +45095,16 @@ export type DevAiAutodevNextRemoveProjectsPayload = Payload & {
|
|
|
44981
45095
|
errors?: Maybe<Array<MutationError>>;
|
|
44982
45096
|
success: Scalars['Boolean']['output'];
|
|
44983
45097
|
};
|
|
45098
|
+
export type DevAiAutodevNextResetWorkItemClassificationInput = {
|
|
45099
|
+
cloudId: Scalars['ID']['input'];
|
|
45100
|
+
workItemId: Scalars['ID']['input'];
|
|
45101
|
+
};
|
|
45102
|
+
export type DevAiAutodevNextResetWorkItemClassificationPayload = Payload & {
|
|
45103
|
+
__typename?: 'DevAiAutodevNextResetWorkItemClassificationPayload';
|
|
45104
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45105
|
+
success: Scalars['Boolean']['output'];
|
|
45106
|
+
workItem?: Maybe<DevAiAutodevNextWorkItem>;
|
|
45107
|
+
};
|
|
44984
45108
|
export type DevAiAutodevNextScanSchedule = {
|
|
44985
45109
|
__typename?: 'DevAiAutodevNextScanSchedule';
|
|
44986
45110
|
dayOfWeek: DevAiAutodevNextDayOfWeek;
|
|
@@ -45181,6 +45305,7 @@ export type DevAiAutodevNextWorkstream = {
|
|
|
45181
45305
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
45182
45306
|
id: Scalars['ID']['output'];
|
|
45183
45307
|
lastSweep?: Maybe<DevAiAutodevNextWorkstreamLastSweep>;
|
|
45308
|
+
loopType?: Maybe<Scalars['String']['output']>;
|
|
45184
45309
|
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
45185
45310
|
name?: Maybe<Scalars['String']['output']>;
|
|
45186
45311
|
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
@@ -54902,11 +55027,6 @@ export type GraphIntegrationConsentInput = {
|
|
|
54902
55027
|
formUrlReferer: Scalars['URL']['input'];
|
|
54903
55028
|
source: Scalars['String']['input'];
|
|
54904
55029
|
};
|
|
54905
|
-
export type GraphIntegrationContainerRelationship = {
|
|
54906
|
-
__typename?: 'GraphIntegrationContainerRelationship';
|
|
54907
|
-
relationship: Scalars['String']['output'];
|
|
54908
|
-
type: Scalars['String']['output'];
|
|
54909
|
-
};
|
|
54910
55030
|
export type GraphIntegrationCreateConnectionPayload = Payload & {
|
|
54911
55031
|
__typename?: 'GraphIntegrationCreateConnectionPayload';
|
|
54912
55032
|
connectionId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -55078,11 +55198,9 @@ export type GraphIntegrationDataProvider = {
|
|
|
55078
55198
|
handledDomainName?: Maybe<Scalars['String']['output']>;
|
|
55079
55199
|
homeUrl?: Maybe<Scalars['String']['output']>;
|
|
55080
55200
|
id: Scalars['String']['output'];
|
|
55081
|
-
installationAri?: Maybe<Scalars['String']['output']>;
|
|
55082
55201
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
55083
55202
|
name?: Maybe<Scalars['String']['output']>;
|
|
55084
55203
|
namespace: GraphIntegrationProviderNamespace;
|
|
55085
|
-
projectContainerRelationships: Array<GraphIntegrationContainerRelationship>;
|
|
55086
55204
|
providerType: GraphIntegrationProviderType;
|
|
55087
55205
|
};
|
|
55088
55206
|
export type GraphIntegrationDeleteConnectionPayload = Payload & {
|
|
@@ -55102,15 +55220,14 @@ export type GraphIntegrationDeleteSkillInput = {
|
|
|
55102
55220
|
};
|
|
55103
55221
|
export type GraphIntegrationDetailedEntityType = {
|
|
55104
55222
|
__typename?: 'GraphIntegrationDetailedEntityType';
|
|
55105
|
-
|
|
55106
|
-
container?: Maybe<GraphIntegrationDetailedEntityTypeContainer>;
|
|
55107
|
-
name: GraphIntegrationProviderType;
|
|
55108
|
-
};
|
|
55109
|
-
export type GraphIntegrationDetailedEntityTypeContainer = {
|
|
55110
|
-
__typename?: 'GraphIntegrationDetailedEntityTypeContainer';
|
|
55111
|
-
ati: Scalars['String']['output'];
|
|
55112
|
-
name: GraphIntegrationProviderType;
|
|
55223
|
+
name: GraphIntegrationEntityType;
|
|
55113
55224
|
};
|
|
55225
|
+
export declare enum GraphIntegrationDirectoryAuthType {
|
|
55226
|
+
ApiToken = "API_TOKEN",
|
|
55227
|
+
ClientCredentials = "CLIENT_CREDENTIALS",
|
|
55228
|
+
None = "NONE",
|
|
55229
|
+
Oauth = "OAUTH"
|
|
55230
|
+
}
|
|
55114
55231
|
export type GraphIntegrationDirectoryFilterDimension = {
|
|
55115
55232
|
__typename?: 'GraphIntegrationDirectoryFilterDimension';
|
|
55116
55233
|
displayName: Scalars['String']['output'];
|
|
@@ -55151,6 +55268,44 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
55151
55268
|
PlatformSkill = "PLATFORM_SKILL",
|
|
55152
55269
|
Skill = "SKILL"
|
|
55153
55270
|
}
|
|
55271
|
+
export declare enum GraphIntegrationEntityType {
|
|
55272
|
+
Branch = "BRANCH",
|
|
55273
|
+
BuildInfo = "BUILD_INFO",
|
|
55274
|
+
CalendarEvent = "CALENDAR_EVENT",
|
|
55275
|
+
Campaign = "CAMPAIGN",
|
|
55276
|
+
Case = "CASE",
|
|
55277
|
+
Comment = "COMMENT",
|
|
55278
|
+
Commit = "COMMIT",
|
|
55279
|
+
Conversation = "CONVERSATION",
|
|
55280
|
+
CustomerContact = "CUSTOMER_CONTACT",
|
|
55281
|
+
CustomerOrganization = "CUSTOMER_ORGANIZATION",
|
|
55282
|
+
Dashboard = "DASHBOARD",
|
|
55283
|
+
DataTable = "DATA_TABLE",
|
|
55284
|
+
Deal = "DEAL",
|
|
55285
|
+
DeploymentInfo = "DEPLOYMENT_INFO",
|
|
55286
|
+
Design = "DESIGN",
|
|
55287
|
+
DevopsComponent = "DEVOPS_COMPONENT",
|
|
55288
|
+
Document = "DOCUMENT",
|
|
55289
|
+
FeatureFlag = "FEATURE_FLAG",
|
|
55290
|
+
Incident = "INCIDENT",
|
|
55291
|
+
Lead = "LEAD",
|
|
55292
|
+
Message = "MESSAGE",
|
|
55293
|
+
Organisation = "ORGANISATION",
|
|
55294
|
+
Position = "POSITION",
|
|
55295
|
+
PostIncidentReview = "POST_INCIDENT_REVIEW",
|
|
55296
|
+
Project = "PROJECT",
|
|
55297
|
+
PullRequest = "PULL_REQUEST",
|
|
55298
|
+
RemoteLink = "REMOTE_LINK",
|
|
55299
|
+
Repository = "REPOSITORY",
|
|
55300
|
+
ServicenowBusinessApp = "SERVICENOW_BUSINESS_APP",
|
|
55301
|
+
SoftwareService = "SOFTWARE_SERVICE",
|
|
55302
|
+
Space = "SPACE",
|
|
55303
|
+
User = "USER",
|
|
55304
|
+
Video = "VIDEO",
|
|
55305
|
+
Vulnerability = "VULNERABILITY",
|
|
55306
|
+
Worker = "WORKER",
|
|
55307
|
+
WorkItem = "WORK_ITEM"
|
|
55308
|
+
}
|
|
55154
55309
|
export type GraphIntegrationExternalProviderAction = {
|
|
55155
55310
|
__typename?: 'GraphIntegrationExternalProviderAction';
|
|
55156
55311
|
id: Scalars['String']['output'];
|
|
@@ -55224,6 +55379,7 @@ export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
|
55224
55379
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55225
55380
|
isInstalled: Scalars['Boolean']['output'];
|
|
55226
55381
|
serverUrl: Scalars['String']['output'];
|
|
55382
|
+
supportedAuthTypes: Array<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
|
|
55227
55383
|
templateId: Scalars['String']['output'];
|
|
55228
55384
|
};
|
|
55229
55385
|
export type GraphIntegrationMcpAdminManagementExtraInputEntry = {
|
|
@@ -55428,6 +55584,7 @@ export type GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload
|
|
|
55428
55584
|
};
|
|
55429
55585
|
export type GraphIntegrationMcpServer = {
|
|
55430
55586
|
__typename?: 'GraphIntegrationMcpServer';
|
|
55587
|
+
authType: GraphIntegrationDirectoryAuthType;
|
|
55431
55588
|
displayName: Scalars['String']['output'];
|
|
55432
55589
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55433
55590
|
id: Scalars['ID']['output'];
|
|
@@ -55576,16 +55733,28 @@ export declare enum GraphIntegrationProviderNamespace {
|
|
|
55576
55733
|
}
|
|
55577
55734
|
export declare enum GraphIntegrationProviderType {
|
|
55578
55735
|
Builds = "BUILDS",
|
|
55736
|
+
Calendars = "CALENDARS",
|
|
55737
|
+
Comments = "COMMENTS",
|
|
55738
|
+
Conversations = "CONVERSATIONS",
|
|
55739
|
+
Crms = "CRMS",
|
|
55740
|
+
Dashboards = "DASHBOARDS",
|
|
55741
|
+
DataTables = "DATA_TABLES",
|
|
55579
55742
|
Deployments = "DEPLOYMENTS",
|
|
55580
55743
|
Designs = "DESIGNS",
|
|
55581
55744
|
DevelopmentInfo = "DEVELOPMENT_INFO",
|
|
55582
55745
|
DevopsComponents = "DEVOPS_COMPONENTS",
|
|
55583
55746
|
Documentation = "DOCUMENTATION",
|
|
55584
55747
|
FeatureFlags = "FEATURE_FLAGS",
|
|
55748
|
+
GraphProvider = "GRAPH_PROVIDER",
|
|
55749
|
+
Hris = "HRIS",
|
|
55585
55750
|
Operations = "OPERATIONS",
|
|
55751
|
+
Projects = "PROJECTS",
|
|
55586
55752
|
RemoteLinks = "REMOTE_LINKS",
|
|
55587
|
-
|
|
55588
|
-
|
|
55753
|
+
Security = "SECURITY",
|
|
55754
|
+
SoftwareServices = "SOFTWARE_SERVICES",
|
|
55755
|
+
Spaces = "SPACES",
|
|
55756
|
+
Videos = "VIDEOS",
|
|
55757
|
+
WorkItems = "WORK_ITEMS"
|
|
55589
55758
|
}
|
|
55590
55759
|
export type GraphIntegrationRbacCreateRecordInput = {
|
|
55591
55760
|
cloudId: Scalars['ID']['input'];
|
|
@@ -55851,6 +56020,15 @@ export type GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings = {
|
|
|
55851
56020
|
__typename?: 'GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings';
|
|
55852
56021
|
settings: Array<GraphIntegrationTwgPlatformCapabilityGlobalAdminSetting>;
|
|
55853
56022
|
};
|
|
56023
|
+
export declare enum GraphIntegrationTwgProductAccessMode {
|
|
56024
|
+
DefaultAllow = "DEFAULT_ALLOW",
|
|
56025
|
+
DefaultDeny = "DEFAULT_DENY"
|
|
56026
|
+
}
|
|
56027
|
+
export type GraphIntegrationTwgProductAdminSettings = {
|
|
56028
|
+
__typename?: 'GraphIntegrationTwgProductAdminSettings';
|
|
56029
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56030
|
+
productAri: Scalars['ID']['output'];
|
|
56031
|
+
};
|
|
55854
56032
|
export type GraphIntegrationUpdateConnectionPayload = Payload & {
|
|
55855
56033
|
__typename?: 'GraphIntegrationUpdateConnectionPayload';
|
|
55856
56034
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -55876,6 +56054,17 @@ export type GraphIntegrationUpdateSkillInput = {
|
|
|
55876
56054
|
tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
|
|
55877
56055
|
visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
|
|
55878
56056
|
};
|
|
56057
|
+
export type GraphIntegrationUpdateTwgProductAdminSettingsInput = {
|
|
56058
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56059
|
+
contextAri: Scalars['ID']['input'];
|
|
56060
|
+
productAri: Scalars['ID']['input'];
|
|
56061
|
+
};
|
|
56062
|
+
export type GraphIntegrationUpdateTwgProductAdminSettingsPayload = Payload & {
|
|
56063
|
+
__typename?: 'GraphIntegrationUpdateTwgProductAdminSettingsPayload';
|
|
56064
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56065
|
+
errors?: Maybe<Array<MutationError>>;
|
|
56066
|
+
success: Scalars['Boolean']['output'];
|
|
56067
|
+
};
|
|
55879
56068
|
export type GraphIssueAssociatedDesignPayload = Payload & {
|
|
55880
56069
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
55881
56070
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -118189,10 +118378,12 @@ export type GravityUpdateDraftContentInput = {
|
|
|
118189
118378
|
};
|
|
118190
118379
|
export type GravityUpsertActionInput = {
|
|
118191
118380
|
draftId: Scalars['String']['input'];
|
|
118381
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
118192
118382
|
kind: Scalars['String']['input'];
|
|
118193
118383
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
118194
118384
|
payload?: InputMaybe<Scalars['String']['input']>;
|
|
118195
118385
|
rationale?: InputMaybe<Scalars['String']['input']>;
|
|
118386
|
+
status?: InputMaybe<GravityActionStatus>;
|
|
118196
118387
|
targetRef: Scalars['String']['input'];
|
|
118197
118388
|
};
|
|
118198
118389
|
export type GravityView = {
|
|
@@ -119684,6 +119875,7 @@ export type HelpCenterBranding = {
|
|
|
119684
119875
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
119685
119876
|
cornerRadius?: Maybe<Scalars['Int']['output']>;
|
|
119686
119877
|
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
119878
|
+
helpCenterIcon?: Maybe<Scalars['String']['output']>;
|
|
119687
119879
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
119688
119880
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
119689
119881
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -119713,6 +119905,7 @@ export type HelpCenterBrandingInput = {
|
|
|
119713
119905
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
119714
119906
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
119715
119907
|
cornerRadius?: InputMaybe<Scalars['Int']['input']>;
|
|
119908
|
+
helpCenterIcon?: InputMaybe<Scalars['String']['input']>;
|
|
119716
119909
|
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
119717
119910
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
119718
119911
|
navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
|
|
@@ -120162,6 +120355,7 @@ export type HelpCenterPageRovoConfig = {
|
|
|
120162
120355
|
agentId?: Maybe<Scalars['String']['output']>;
|
|
120163
120356
|
isCustomAgentsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
120164
120357
|
isRovoEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
120358
|
+
widgetContainerAri?: Maybe<Scalars['String']['output']>;
|
|
120165
120359
|
};
|
|
120166
120360
|
export declare enum HelpCenterPageType {
|
|
120167
120361
|
Custom = "CUSTOM",
|
|
@@ -120440,6 +120634,7 @@ export type HelpCenterQueryApiHelpCentersListArgs = {
|
|
|
120440
120634
|
};
|
|
120441
120635
|
export type HelpCenterQueryApiHubMediaConfigArgs = {
|
|
120442
120636
|
ari: Scalars['ID']['input'];
|
|
120637
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
120443
120638
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
120444
120639
|
};
|
|
120445
120640
|
export type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
@@ -121524,6 +121719,7 @@ export declare enum HelpObjectStoreEntityTypes {
|
|
|
121524
121719
|
RequestTypes = "REQUEST_TYPES"
|
|
121525
121720
|
}
|
|
121526
121721
|
export type HelpObjectStoreFilter = {
|
|
121722
|
+
entityIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121527
121723
|
parentId?: InputMaybe<Scalars['String']['input']>;
|
|
121528
121724
|
subEntityTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121529
121725
|
};
|
|
@@ -123796,6 +123992,9 @@ export type JiraAgentsInSpace = {
|
|
|
123796
123992
|
agents?: Maybe<JiraAgentInSpaceConnection>;
|
|
123797
123993
|
sourceStatuses: Array<JiraAgentInSpaceSourceStatus>;
|
|
123798
123994
|
};
|
|
123995
|
+
export type JiraAgentsInSpaceFilter = {
|
|
123996
|
+
nameContains?: InputMaybe<Scalars['String']['input']>;
|
|
123997
|
+
};
|
|
123799
123998
|
export type JiraAgentsInSpaceIdentifier = {
|
|
123800
123999
|
cloudId: Scalars['ID']['input'];
|
|
123801
124000
|
projectKey: Scalars['String']['input'];
|
|
@@ -123986,6 +124185,7 @@ export type JiraAlignAggProject = HasMercuryProjectFields & Node & {
|
|
|
123986
124185
|
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
123987
124186
|
mercuryProjectType?: Maybe<MercuryProjectType>;
|
|
123988
124187
|
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
124188
|
+
mercuryStartDate?: Maybe<Scalars['DateTime']['output']>;
|
|
123989
124189
|
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
123990
124190
|
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
123991
124191
|
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -126596,9 +126796,47 @@ export type JiraBulkMergeValidationResponse = {
|
|
|
126596
126796
|
success: Scalars['Boolean']['output'];
|
|
126597
126797
|
};
|
|
126598
126798
|
export type JiraBulkMergeValidationResult = JiraBulkMergeValidationResponse | QueryError;
|
|
126799
|
+
export type JiraBulkMoveClassificationEntryInput = {
|
|
126800
|
+
sourceClassificationIds: Array<Scalars['ID']['input']>;
|
|
126801
|
+
targetClassificationId: Scalars['ID']['input'];
|
|
126802
|
+
};
|
|
126803
|
+
export type JiraBulkMoveClassificationMappingInput = {
|
|
126804
|
+
classifications: Array<JiraBulkMoveClassificationEntryInput>;
|
|
126805
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126806
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126807
|
+
};
|
|
126808
|
+
export type JiraBulkMoveInput = {
|
|
126809
|
+
inferClassificationDefaults: Scalars['Boolean']['input'];
|
|
126810
|
+
inferFieldDefaults: Scalars['Boolean']['input'];
|
|
126811
|
+
inferStatusDefaults: Scalars['Boolean']['input'];
|
|
126812
|
+
inferSubtaskTypeDefault: Scalars['Boolean']['input'];
|
|
126813
|
+
inputId: Scalars['String']['input'];
|
|
126814
|
+
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
126815
|
+
targetClassification?: InputMaybe<Array<JiraBulkMoveClassificationMappingInput>>;
|
|
126816
|
+
targetIssueTypeId: Scalars['ID']['input'];
|
|
126817
|
+
targetMandatoryFields?: InputMaybe<Array<JiraBulkMoveMandatoryFieldsMappingInput>>;
|
|
126818
|
+
targetParentIssueId?: InputMaybe<Scalars['ID']['input']>;
|
|
126819
|
+
targetProjectId: Scalars['ID']['input'];
|
|
126820
|
+
targetStatus?: InputMaybe<Array<JiraBulkMoveStatusMappingInput>>;
|
|
126821
|
+
};
|
|
126822
|
+
export type JiraBulkMoveMandatoryFieldsMappingInput = {
|
|
126823
|
+
fields: JiraIssueFieldsInput;
|
|
126824
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126825
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126826
|
+
};
|
|
126827
|
+
export type JiraBulkMoveStatusEntryInput = {
|
|
126828
|
+
sourceStatusIds: Array<Scalars['ID']['input']>;
|
|
126829
|
+
targetStatusId: Scalars['ID']['input'];
|
|
126830
|
+
};
|
|
126831
|
+
export type JiraBulkMoveStatusMappingInput = {
|
|
126832
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126833
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126834
|
+
statuses: Array<JiraBulkMoveStatusEntryInput>;
|
|
126835
|
+
};
|
|
126599
126836
|
export type JiraBulkOperationInput = {
|
|
126600
126837
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
126601
126838
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
126839
|
+
bulkMoveInput?: InputMaybe<JiraSubmitBulkMoveOperationInput>;
|
|
126602
126840
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
126603
126841
|
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
126604
126842
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -126606,6 +126844,7 @@ export type JiraBulkOperationInput = {
|
|
|
126606
126844
|
export declare enum JiraBulkOperationType {
|
|
126607
126845
|
BulkDelete = "BULK_DELETE",
|
|
126608
126846
|
BulkEdit = "BULK_EDIT",
|
|
126847
|
+
BulkMove = "BULK_MOVE",
|
|
126609
126848
|
BulkTransition = "BULK_TRANSITION",
|
|
126610
126849
|
BulkUnwatch = "BULK_UNWATCH",
|
|
126611
126850
|
BulkWatch = "BULK_WATCH"
|
|
@@ -126649,6 +126888,7 @@ export type JiraBulkStartAgentSessionsInput = {
|
|
|
126649
126888
|
};
|
|
126650
126889
|
export type JiraBulkStartAgentSessionsPayload = Payload & {
|
|
126651
126890
|
__typename?: 'JiraBulkStartAgentSessionsPayload';
|
|
126891
|
+
alreadyStartedCount: Scalars['Int']['output'];
|
|
126652
126892
|
errors?: Maybe<Array<MutationError>>;
|
|
126653
126893
|
failedCount: Scalars['Int']['output'];
|
|
126654
126894
|
rateLimitedCount: Scalars['Int']['output'];
|
|
@@ -148576,6 +148816,7 @@ export type JiraStakeholderUpdatedValue = {
|
|
|
148576
148816
|
message?: Maybe<Scalars['String']['output']>;
|
|
148577
148817
|
};
|
|
148578
148818
|
export declare enum JiraStartAgentSessionResult {
|
|
148819
|
+
AlreadyStarted = "ALREADY_STARTED",
|
|
148579
148820
|
Failed = "FAILED",
|
|
148580
148821
|
RateLimited = "RATE_LIMITED",
|
|
148581
148822
|
Skipped = "SKIPPED",
|
|
@@ -148747,6 +148988,9 @@ export type JiraStreamHubResourceIdentifier = {
|
|
|
148747
148988
|
__typename?: 'JiraStreamHubResourceIdentifier';
|
|
148748
148989
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
148749
148990
|
};
|
|
148991
|
+
export type JiraSubmitBulkMoveOperationInput = {
|
|
148992
|
+
bulkMoveInputs: Array<JiraBulkMoveInput>;
|
|
148993
|
+
};
|
|
148750
148994
|
export type JiraSubmitBulkOperationInput = {
|
|
148751
148995
|
bulkOperationInput: JiraBulkOperationInput;
|
|
148752
148996
|
bulkOperationType: JiraBulkOperationType;
|
|
@@ -152607,6 +152851,10 @@ export type JpdViewCreatedEvent = {
|
|
|
152607
152851
|
viewId: Scalars['Int']['output'];
|
|
152608
152852
|
viewUuid: Scalars['ID']['output'];
|
|
152609
152853
|
};
|
|
152854
|
+
export type JpdViewDeleted = {
|
|
152855
|
+
__typename?: 'JpdViewDeleted';
|
|
152856
|
+
success: Scalars['Boolean']['output'];
|
|
152857
|
+
};
|
|
152610
152858
|
export type JpdViewDeletedEvent = {
|
|
152611
152859
|
__typename?: 'JpdViewDeletedEvent';
|
|
152612
152860
|
deletedByUserId: Scalars['ID']['output'];
|
|
@@ -153408,6 +153656,10 @@ export type JsmAdaptiveLanguageQueryApi = {
|
|
|
153408
153656
|
export type JsmAdaptiveLanguageQueryApiGlossaryForProjectArgs = {
|
|
153409
153657
|
projectAri: Scalars['ID']['input'];
|
|
153410
153658
|
};
|
|
153659
|
+
export declare enum JsmChannelsAuthMode {
|
|
153660
|
+
Application = "APPLICATION",
|
|
153661
|
+
Delegated = "DELEGATED"
|
|
153662
|
+
}
|
|
153411
153663
|
export type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
153412
153664
|
__typename?: 'JsmChannelsConditionNode';
|
|
153413
153665
|
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
@@ -153452,6 +153704,7 @@ export type JsmChannelsEnabledRovoServiceToolsConfiguration = {
|
|
|
153452
153704
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
153453
153705
|
};
|
|
153454
153706
|
export type JsmChannelsEstablishConnectionInput = {
|
|
153707
|
+
authMode?: InputMaybe<JsmChannelsAuthMode>;
|
|
153455
153708
|
clientId: Scalars['String']['input'];
|
|
153456
153709
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
153457
153710
|
connectionType: JsmChannelsConnectionType;
|
|
@@ -156157,7 +156410,7 @@ export type KitsuneFieldEdge = KitsuneEdge & {
|
|
|
156157
156410
|
export type KitsuneFieldOptionUpdateInput = {
|
|
156158
156411
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
156159
156412
|
id: Scalars['ID']['input'];
|
|
156160
|
-
name
|
|
156413
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
156161
156414
|
};
|
|
156162
156415
|
export type KitsuneFieldOptionsInput = {
|
|
156163
156416
|
create?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -156291,6 +156544,8 @@ export declare enum KitsuneJobStatus {
|
|
|
156291
156544
|
Pending = "PENDING"
|
|
156292
156545
|
}
|
|
156293
156546
|
export declare enum KitsuneJobType {
|
|
156547
|
+
BackfillAutoTagging = "BACKFILL_AUTO_TAGGING",
|
|
156548
|
+
DeleteFeedback = "DELETE_FEEDBACK",
|
|
156294
156549
|
DeleteSpace = "DELETE_SPACE",
|
|
156295
156550
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
156296
156551
|
ImportCustomer = "IMPORT_CUSTOMER",
|
|
@@ -156300,7 +156555,8 @@ export declare enum KitsuneJobType {
|
|
|
156300
156555
|
ResyncFeedback = "RESYNC_FEEDBACK",
|
|
156301
156556
|
ResyncInsights = "RESYNC_INSIGHTS",
|
|
156302
156557
|
SyncCsmProperties = "SYNC_CSM_PROPERTIES",
|
|
156303
|
-
SyncCustomer = "SYNC_CUSTOMER"
|
|
156558
|
+
SyncCustomer = "SYNC_CUSTOMER",
|
|
156559
|
+
UpdateFeedback = "UPDATE_FEEDBACK"
|
|
156304
156560
|
}
|
|
156305
156561
|
export declare enum KitsuneLogicalOperator {
|
|
156306
156562
|
And = "AND",
|
|
@@ -156628,6 +156884,7 @@ export type KitsuneSourceInputWeb = {
|
|
|
156628
156884
|
};
|
|
156629
156885
|
export type KitsuneSpace = Node & {
|
|
156630
156886
|
__typename?: 'KitsuneSpace';
|
|
156887
|
+
accessLevel: KitsuneSpaceAccessLevel;
|
|
156631
156888
|
description?: Maybe<Scalars['String']['output']>;
|
|
156632
156889
|
feedbacks: KitsuneFeedbackConnection;
|
|
156633
156890
|
fields: KitsuneFieldConnection;
|
|
@@ -156659,6 +156916,10 @@ export type KitsuneSpaceViewTreeArgs = {
|
|
|
156659
156916
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
156660
156917
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
156661
156918
|
};
|
|
156919
|
+
export declare enum KitsuneSpaceAccessLevel {
|
|
156920
|
+
Open = "OPEN",
|
|
156921
|
+
Private = "PRIVATE"
|
|
156922
|
+
}
|
|
156662
156923
|
export type KitsuneSpaceConnection = KitsuneConnection & {
|
|
156663
156924
|
__typename?: 'KitsuneSpaceConnection';
|
|
156664
156925
|
edges: Array<KitsuneSpaceEdge>;
|
|
@@ -157471,10 +157732,13 @@ export type KnowledgeDiscoveryIntent = {
|
|
|
157471
157732
|
export type KnowledgeDiscoveryIntentDetectionMetadata = {
|
|
157472
157733
|
__typename?: 'KnowledgeDiscoveryIntentDetectionMetadata';
|
|
157473
157734
|
cacheHit?: Maybe<Scalars['Boolean']['output']>;
|
|
157735
|
+
elsTraceId?: Maybe<Scalars['String']['output']>;
|
|
157474
157736
|
entityMetadata?: Maybe<Array<KnowledgeDiscoveryEntityMetadata>>;
|
|
157475
157737
|
latencyMs?: Maybe<Scalars['Int']['output']>;
|
|
157476
157738
|
method: Scalars['String']['output'];
|
|
157477
157739
|
model?: Maybe<Scalars['String']['output']>;
|
|
157740
|
+
originalIntent?: Maybe<KnowledgeDiscoveryQueryClassification>;
|
|
157741
|
+
prefilterEntities?: Maybe<Array<KnowledgeDiscoveryPrefilterEntityData>>;
|
|
157478
157742
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
157479
157743
|
};
|
|
157480
157744
|
export type KnowledgeDiscoveryIntentDetectionResult = KnowledgeDiscoveryIntentDetectionSuccess | QueryError;
|
|
@@ -157699,6 +157963,15 @@ export type KnowledgeDiscoveryPopularSearchQuery = {
|
|
|
157699
157963
|
isPopular: Scalars['Boolean']['output'];
|
|
157700
157964
|
};
|
|
157701
157965
|
export type KnowledgeDiscoveryPopularSearchQueryResult = KnowledgeDiscoveryPopularSearchQuery | QueryError;
|
|
157966
|
+
export type KnowledgeDiscoveryPrefilterEntityData = {
|
|
157967
|
+
__typename?: 'KnowledgeDiscoveryPrefilterEntityData';
|
|
157968
|
+
clarificationLevel?: Maybe<Scalars['Int']['output']>;
|
|
157969
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
157970
|
+
entityType: Scalars['String']['output'];
|
|
157971
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
157972
|
+
mention?: Maybe<Scalars['String']['output']>;
|
|
157973
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
157974
|
+
};
|
|
157702
157975
|
export declare enum KnowledgeDiscoveryProduct {
|
|
157703
157976
|
Confluence = "CONFLUENCE",
|
|
157704
157977
|
Google = "GOOGLE",
|
|
@@ -158888,6 +159161,7 @@ export type LoomMeeting = Node & {
|
|
|
158888
159161
|
id: Scalars['ID']['output'];
|
|
158889
159162
|
inviteeAris?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
158890
159163
|
invitees?: Maybe<Array<Maybe<User>>>;
|
|
159164
|
+
oneClickActions?: Maybe<Array<Maybe<LoomMeetingOneClickAction>>>;
|
|
158891
159165
|
recorder?: Maybe<User>;
|
|
158892
159166
|
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
158893
159167
|
recurrenceAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -158913,6 +159187,32 @@ export type LoomMeetingEdge = {
|
|
|
158913
159187
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
158914
159188
|
node?: Maybe<LoomMeeting>;
|
|
158915
159189
|
};
|
|
159190
|
+
export type LoomMeetingOneClickAction = {
|
|
159191
|
+
__typename?: 'LoomMeetingOneClickAction';
|
|
159192
|
+
action?: Maybe<Scalars['String']['output']>;
|
|
159193
|
+
confluenceContentType?: Maybe<LoomMeetingOneClickActionConfluenceContentType>;
|
|
159194
|
+
id: Scalars['ID']['output'];
|
|
159195
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
159196
|
+
status?: Maybe<LoomMeetingOneClickActionStatus>;
|
|
159197
|
+
timestampSeconds?: Maybe<Scalars['Int']['output']>;
|
|
159198
|
+
type?: Maybe<LoomMeetingOneClickActionType>;
|
|
159199
|
+
};
|
|
159200
|
+
export declare enum LoomMeetingOneClickActionConfluenceContentType {
|
|
159201
|
+
Database = "DATABASE",
|
|
159202
|
+
LiveDoc = "LIVE_DOC",
|
|
159203
|
+
Slides = "SLIDES",
|
|
159204
|
+
Whiteboard = "WHITEBOARD"
|
|
159205
|
+
}
|
|
159206
|
+
export declare enum LoomMeetingOneClickActionStatus {
|
|
159207
|
+
Accepted = "ACCEPTED",
|
|
159208
|
+
Dismissed = "DISMISSED",
|
|
159209
|
+
Pending = "PENDING"
|
|
159210
|
+
}
|
|
159211
|
+
export declare enum LoomMeetingOneClickActionType {
|
|
159212
|
+
Confluence = "CONFLUENCE",
|
|
159213
|
+
Jira = "JIRA",
|
|
159214
|
+
Message = "MESSAGE"
|
|
159215
|
+
}
|
|
158916
159216
|
export type LoomMeetingRecurrence = Node & {
|
|
158917
159217
|
__typename?: 'LoomMeetingRecurrence';
|
|
158918
159218
|
id: Scalars['ID']['output'];
|
|
@@ -159039,6 +159339,7 @@ export type LoomS3UploadInfo = {
|
|
|
159039
159339
|
export type LoomSettings = {
|
|
159040
159340
|
__typename?: 'LoomSettings';
|
|
159041
159341
|
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159342
|
+
meetingNotesEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
159042
159343
|
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
159043
159344
|
meetingRecordingsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159044
159345
|
};
|
|
@@ -159188,6 +159489,20 @@ export type LoomUnauthenticatedUserPrimaryAuthType = {
|
|
|
159188
159489
|
hasActiveMemberships?: Maybe<Scalars['Boolean']['output']>;
|
|
159189
159490
|
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
159190
159491
|
};
|
|
159492
|
+
export declare enum LoomUpdateMeetingOneClickActionStatus {
|
|
159493
|
+
Accepted = "ACCEPTED",
|
|
159494
|
+
Dismissed = "DISMISSED"
|
|
159495
|
+
}
|
|
159496
|
+
export type LoomUpdateMeetingOneClickActionStatusInput = {
|
|
159497
|
+
id: Scalars['ID']['input'];
|
|
159498
|
+
siteId: Scalars['ID']['input'];
|
|
159499
|
+
status: LoomUpdateMeetingOneClickActionStatus;
|
|
159500
|
+
};
|
|
159501
|
+
export type LoomUpdateMeetingOneClickActionStatusPayload = {
|
|
159502
|
+
__typename?: 'LoomUpdateMeetingOneClickActionStatusPayload';
|
|
159503
|
+
oneClickAction?: Maybe<LoomMeetingOneClickAction>;
|
|
159504
|
+
success: Scalars['Boolean']['output'];
|
|
159505
|
+
};
|
|
159191
159506
|
export type LoomUpdateVideoPermissionsInput = {
|
|
159192
159507
|
id: Scalars['ID']['input'];
|
|
159193
159508
|
visibility: LoomVideoVisibility;
|
|
@@ -159239,6 +159554,7 @@ export type LoomVideo = Node & {
|
|
|
159239
159554
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
159240
159555
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
159241
159556
|
reactionCount?: Maybe<Scalars['Int']['output']>;
|
|
159557
|
+
shortSummary?: Maybe<Scalars['String']['output']>;
|
|
159242
159558
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
159243
159559
|
thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
|
|
159244
159560
|
transcript?: Maybe<LoomTranscript>;
|
|
@@ -164634,10 +164950,21 @@ export type MercuryAskConnection = {
|
|
|
164634
164950
|
pageInfo: PageInfo;
|
|
164635
164951
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
164636
164952
|
};
|
|
164953
|
+
export type MercuryAskCustomFieldActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
164954
|
+
__typename?: 'MercuryAskCustomFieldActivityHistoryMetadata';
|
|
164955
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
164956
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
164957
|
+
searchKey: Scalars['String']['output'];
|
|
164958
|
+
};
|
|
164637
164959
|
export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
|
|
164638
164960
|
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
164639
164961
|
entityType: Scalars['String']['output'];
|
|
164640
164962
|
};
|
|
164963
|
+
export type MercuryAskCustomFieldValuesByAsk = {
|
|
164964
|
+
__typename?: 'MercuryAskCustomFieldValuesByAsk';
|
|
164965
|
+
askId: Scalars['ID']['output'];
|
|
164966
|
+
customFields: Array<MercuryCustomField>;
|
|
164967
|
+
};
|
|
164641
164968
|
export type MercuryAskEdge = {
|
|
164642
164969
|
__typename?: 'MercuryAskEdge';
|
|
164643
164970
|
cursor: Scalars['String']['output'];
|
|
@@ -164651,6 +164978,14 @@ export declare enum MercuryAskEventType {
|
|
|
164651
164978
|
}
|
|
164652
164979
|
export declare enum MercuryAskField {
|
|
164653
164980
|
ConnectedWork = "CONNECTED_WORK",
|
|
164981
|
+
CustomCheckbox = "CUSTOM_CHECKBOX",
|
|
164982
|
+
CustomDate = "CUSTOM_DATE",
|
|
164983
|
+
CustomMultiSelect = "CUSTOM_MULTI_SELECT",
|
|
164984
|
+
CustomMultiUser = "CUSTOM_MULTI_USER",
|
|
164985
|
+
CustomNumber = "CUSTOM_NUMBER",
|
|
164986
|
+
CustomSingleSelect = "CUSTOM_SINGLE_SELECT",
|
|
164987
|
+
CustomSingleUser = "CUSTOM_SINGLE_USER",
|
|
164988
|
+
CustomText = "CUSTOM_TEXT",
|
|
164654
164989
|
Description = "DESCRIPTION",
|
|
164655
164990
|
ImpactedWork = "IMPACTED_WORK",
|
|
164656
164991
|
Justification = "JUSTIFICATION",
|
|
@@ -164774,6 +165109,7 @@ export type MercuryAskTransition = {
|
|
|
164774
165109
|
export type MercuryAskUpdatedField = {
|
|
164775
165110
|
__typename?: 'MercuryAskUpdatedField';
|
|
164776
165111
|
field: MercuryAskField;
|
|
165112
|
+
metadata?: Maybe<Array<MercuryActivityHistoryMetadata>>;
|
|
164777
165113
|
newData?: Maybe<MercuryAskActivityHistoryData>;
|
|
164778
165114
|
newValue?: Maybe<Scalars['String']['output']>;
|
|
164779
165115
|
oldData?: Maybe<MercuryAskActivityHistoryData>;
|
|
@@ -164843,7 +165179,7 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
164843
165179
|
InProgress = "IN_PROGRESS",
|
|
164844
165180
|
Succeeded = "SUCCEEDED"
|
|
164845
165181
|
}
|
|
164846
|
-
export type MercuryBaselineRevision = {
|
|
165182
|
+
export type MercuryBaselineRevision = Node & {
|
|
164847
165183
|
__typename?: 'MercuryBaselineRevision';
|
|
164848
165184
|
createdBy?: Maybe<User>;
|
|
164849
165185
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -166049,6 +166385,20 @@ export type MercuryCreatePortfolioPayload = Payload & {
|
|
|
166049
166385
|
errors?: Maybe<Array<MutationError>>;
|
|
166050
166386
|
success: Scalars['Boolean']['output'];
|
|
166051
166387
|
};
|
|
166388
|
+
export type MercuryCreateRateCardInput = {
|
|
166389
|
+
attributeValues?: InputMaybe<Array<InputMaybe<MercuryRateCardAttributeValueInput>>>;
|
|
166390
|
+
cloudId: Scalars['ID']['input'];
|
|
166391
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
166392
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
166393
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
166394
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
166395
|
+
};
|
|
166396
|
+
export type MercuryCreateRateCardPayload = Payload & {
|
|
166397
|
+
__typename?: 'MercuryCreateRateCardPayload';
|
|
166398
|
+
createdRateCard?: Maybe<MercuryRateCard>;
|
|
166399
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166400
|
+
success: Scalars['Boolean']['output'];
|
|
166401
|
+
};
|
|
166052
166402
|
export type MercuryCreateRiskInput = {
|
|
166053
166403
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
166054
166404
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -166608,6 +166958,25 @@ export type MercuryDeletePreferencePayload = Payload & {
|
|
|
166608
166958
|
errors?: Maybe<Array<MutationError>>;
|
|
166609
166959
|
success: Scalars['Boolean']['output'];
|
|
166610
166960
|
};
|
|
166961
|
+
export type MercuryDeleteRateCardInput = {
|
|
166962
|
+
cloudId: Scalars['ID']['input'];
|
|
166963
|
+
id: Scalars['ID']['input'];
|
|
166964
|
+
};
|
|
166965
|
+
export type MercuryDeleteRateCardPayload = Payload & {
|
|
166966
|
+
__typename?: 'MercuryDeleteRateCardPayload';
|
|
166967
|
+
deletedRateCard?: Maybe<MercuryRateCard>;
|
|
166968
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166969
|
+
success: Scalars['Boolean']['output'];
|
|
166970
|
+
};
|
|
166971
|
+
export type MercuryDeleteRateCardsInput = {
|
|
166972
|
+
cloudId: Scalars['ID']['input'];
|
|
166973
|
+
ids: Array<Scalars['ID']['input']>;
|
|
166974
|
+
};
|
|
166975
|
+
export type MercuryDeleteRateCardsPayload = Payload & {
|
|
166976
|
+
__typename?: 'MercuryDeleteRateCardsPayload';
|
|
166977
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166978
|
+
success: Scalars['Boolean']['output'];
|
|
166979
|
+
};
|
|
166611
166980
|
export type MercuryDeleteRiskInput = {
|
|
166612
166981
|
id: Scalars['ID']['input'];
|
|
166613
166982
|
};
|
|
@@ -167295,8 +167664,10 @@ export type MercuryFocusAreaInsight = MercuryInsight & {
|
|
|
167295
167664
|
id: Scalars['ID']['output'];
|
|
167296
167665
|
insightData?: Maybe<MercuryFocusArea>;
|
|
167297
167666
|
insightReason: Scalars['String']['output'];
|
|
167667
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
167298
167668
|
summary?: Maybe<Scalars['String']['output']>;
|
|
167299
167669
|
title?: Maybe<Scalars['String']['output']>;
|
|
167670
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
167300
167671
|
};
|
|
167301
167672
|
export type MercuryFocusAreaInsightsFilter = {
|
|
167302
167673
|
insightType?: InputMaybe<MercuryInsightTypeEnum>;
|
|
@@ -167438,6 +167809,7 @@ export declare enum MercuryFocusAreaSortField {
|
|
|
167438
167809
|
Ranking = "RANKING",
|
|
167439
167810
|
Spend = "SPEND",
|
|
167440
167811
|
Starred = "STARRED",
|
|
167812
|
+
StartDate = "START_DATE",
|
|
167441
167813
|
Status = "STATUS",
|
|
167442
167814
|
TargetDate = "TARGET_DATE",
|
|
167443
167815
|
Watching = "WATCHING"
|
|
@@ -167658,6 +168030,7 @@ export type MercuryFundsMutationApi = {
|
|
|
167658
168030
|
createFiscalCalendarConfiguration?: Maybe<MercuryCreateFiscalCalendarConfigurationPayload>;
|
|
167659
168031
|
createFocusAreaBudget?: Maybe<MercuryCreateFocusAreaBudgetPayload>;
|
|
167660
168032
|
createInvestmentCategory?: Maybe<MercuryCreateInvestmentCategoryPayload>;
|
|
168033
|
+
createRateCard?: Maybe<MercuryCreateRateCardPayload>;
|
|
167661
168034
|
deleteBenefitItem?: Maybe<MercuryDeleteBenefitItemPayload>;
|
|
167662
168035
|
deleteBenefitPeriodValue?: Maybe<MercuryDeleteBenefitPeriodValuePayload>;
|
|
167663
168036
|
deleteBenefitType?: Maybe<MercuryDeleteBenefitTypePayload>;
|
|
@@ -167666,6 +168039,9 @@ export type MercuryFundsMutationApi = {
|
|
|
167666
168039
|
deleteCostSubtype?: Maybe<MercuryDeleteCostSubtypePayload>;
|
|
167667
168040
|
deleteFocusAreaBudget?: Maybe<MercuryDeleteFocusAreaBudgetPayload>;
|
|
167668
168041
|
deleteInvestmentCategory?: Maybe<MercuryDeleteInvestmentCategoryPayload>;
|
|
168042
|
+
deleteRateCard?: Maybe<MercuryDeleteRateCardPayload>;
|
|
168043
|
+
deleteRateCards?: Maybe<MercuryDeleteRateCardsPayload>;
|
|
168044
|
+
rerankRateCardAttributes?: Maybe<MercuryRerankRateCardAttributesPayload>;
|
|
167669
168045
|
setBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167670
168046
|
setBenefitBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167671
168047
|
setBenefitBaselineAndDescendants?: Maybe<MercurySetBaselineAndDescendantsPayload>;
|
|
@@ -167689,6 +168065,8 @@ export type MercuryFundsMutationApi = {
|
|
|
167689
168065
|
updateCostSubtypeName?: Maybe<MercuryUpdateCostSubtypePayload>;
|
|
167690
168066
|
updateFocusAreaBudgetAmount?: Maybe<MercuryUpdateFocusAreaBudgetPayload>;
|
|
167691
168067
|
updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
|
|
168068
|
+
updateRateCard?: Maybe<MercuryUpdateRateCardPayload>;
|
|
168069
|
+
updateRateCardConfigurationRatePeriod?: Maybe<MercuryUpdateRateCardConfigurationPayload>;
|
|
167692
168070
|
};
|
|
167693
168071
|
export type MercuryFundsMutationApiCreateBenefitItemArgs = {
|
|
167694
168072
|
input: MercuryCreateBenefitItemInput;
|
|
@@ -167717,6 +168095,9 @@ export type MercuryFundsMutationApiCreateFocusAreaBudgetArgs = {
|
|
|
167717
168095
|
export type MercuryFundsMutationApiCreateInvestmentCategoryArgs = {
|
|
167718
168096
|
input: MercuryCreateInvestmentCategoryInput;
|
|
167719
168097
|
};
|
|
168098
|
+
export type MercuryFundsMutationApiCreateRateCardArgs = {
|
|
168099
|
+
input: MercuryCreateRateCardInput;
|
|
168100
|
+
};
|
|
167720
168101
|
export type MercuryFundsMutationApiDeleteBenefitItemArgs = {
|
|
167721
168102
|
input: MercuryDeleteBenefitItemInput;
|
|
167722
168103
|
};
|
|
@@ -167741,6 +168122,15 @@ export type MercuryFundsMutationApiDeleteFocusAreaBudgetArgs = {
|
|
|
167741
168122
|
export type MercuryFundsMutationApiDeleteInvestmentCategoryArgs = {
|
|
167742
168123
|
input: MercuryDeleteInvestmentCategoryInput;
|
|
167743
168124
|
};
|
|
168125
|
+
export type MercuryFundsMutationApiDeleteRateCardArgs = {
|
|
168126
|
+
input: MercuryDeleteRateCardInput;
|
|
168127
|
+
};
|
|
168128
|
+
export type MercuryFundsMutationApiDeleteRateCardsArgs = {
|
|
168129
|
+
input: MercuryDeleteRateCardsInput;
|
|
168130
|
+
};
|
|
168131
|
+
export type MercuryFundsMutationApiRerankRateCardAttributesArgs = {
|
|
168132
|
+
input: MercuryRerankRateCardAttributesInput;
|
|
168133
|
+
};
|
|
167744
168134
|
export type MercuryFundsMutationApiSetBaselineArgs = {
|
|
167745
168135
|
input: MercurySetBaselineInput;
|
|
167746
168136
|
};
|
|
@@ -167810,6 +168200,12 @@ export type MercuryFundsMutationApiUpdateFocusAreaBudgetAmountArgs = {
|
|
|
167810
168200
|
export type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
167811
168201
|
input: MercuryUpdateInvestmentCategoryNameInput;
|
|
167812
168202
|
};
|
|
168203
|
+
export type MercuryFundsMutationApiUpdateRateCardArgs = {
|
|
168204
|
+
input: MercuryUpdateRateCardInput;
|
|
168205
|
+
};
|
|
168206
|
+
export type MercuryFundsMutationApiUpdateRateCardConfigurationRatePeriodArgs = {
|
|
168207
|
+
input: MercuryUpdateRateCardConfigurationRatePeriodInput;
|
|
168208
|
+
};
|
|
167813
168209
|
export declare enum MercuryFundsPermission {
|
|
167814
168210
|
EditBaseline = "EDIT_BASELINE",
|
|
167815
168211
|
EditBudget = "EDIT_BUDGET",
|
|
@@ -167821,6 +168217,7 @@ export type MercuryFundsQueryApi = {
|
|
|
167821
168217
|
__typename?: 'MercuryFundsQueryApi';
|
|
167822
168218
|
activeCurrency: MercuryCurrency;
|
|
167823
168219
|
activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
168220
|
+
baselineRevisions?: Maybe<Array<Maybe<MercuryBaselineRevision>>>;
|
|
167824
168221
|
benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
|
|
167825
168222
|
benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
|
|
167826
168223
|
benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
|
|
@@ -167852,6 +168249,10 @@ export type MercuryFundsQueryApi = {
|
|
|
167852
168249
|
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
167853
168250
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
167854
168251
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
168252
|
+
rateCardAttributeTypes?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168253
|
+
rateCardAttributeTypesByIds?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168254
|
+
rateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
168255
|
+
rateCardsSearch?: Maybe<MercuryRateCardConnection>;
|
|
167855
168256
|
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
167856
168257
|
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
167857
168258
|
setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
@@ -167865,6 +168266,9 @@ export type MercuryFundsQueryApiActiveCurrencyArgs = {
|
|
|
167865
168266
|
export type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
|
|
167866
168267
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
167867
168268
|
};
|
|
168269
|
+
export type MercuryFundsQueryApiBaselineRevisionsArgs = {
|
|
168270
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168271
|
+
};
|
|
167868
168272
|
export type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
|
|
167869
168273
|
ids: Array<Scalars['ID']['input']>;
|
|
167870
168274
|
};
|
|
@@ -167996,6 +168400,22 @@ export type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
|
|
|
167996
168400
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
167997
168401
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
|
|
167998
168402
|
};
|
|
168403
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesArgs = {
|
|
168404
|
+
cloudId: Scalars['ID']['input'];
|
|
168405
|
+
};
|
|
168406
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesByIdsArgs = {
|
|
168407
|
+
cloudId: Scalars['ID']['input'];
|
|
168408
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168409
|
+
};
|
|
168410
|
+
export type MercuryFundsQueryApiRateCardConfigurationArgs = {
|
|
168411
|
+
cloudId: Scalars['ID']['input'];
|
|
168412
|
+
};
|
|
168413
|
+
export type MercuryFundsQueryApiRateCardsSearchArgs = {
|
|
168414
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
168415
|
+
cloudId: Scalars['ID']['input'];
|
|
168416
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168417
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
168418
|
+
};
|
|
167999
168419
|
export type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
|
|
168000
168420
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
168001
168421
|
cloudId: Scalars['ID']['input'];
|
|
@@ -168040,13 +168460,17 @@ export type MercuryGoalAggregatedStatusCount = {
|
|
|
168040
168460
|
export type MercuryGoalInsight = MercuryInsight & {
|
|
168041
168461
|
__typename?: 'MercuryGoalInsight';
|
|
168042
168462
|
ari: Scalars['ID']['output'];
|
|
168463
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168464
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168043
168465
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168044
168466
|
focusAreaId: Scalars['ID']['output'];
|
|
168045
168467
|
id: Scalars['ID']['output'];
|
|
168046
168468
|
insightData?: Maybe<TownsquareGoal>;
|
|
168047
168469
|
insightReason: Scalars['String']['output'];
|
|
168470
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168048
168471
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168049
168472
|
title?: Maybe<Scalars['String']['output']>;
|
|
168473
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168050
168474
|
};
|
|
168051
168475
|
export declare enum MercuryGoalStatus {
|
|
168052
168476
|
Archived = "ARCHIVED",
|
|
@@ -168140,8 +168564,10 @@ export declare enum MercuryImportJobStatus {
|
|
|
168140
168564
|
export type MercuryInsight = {
|
|
168141
168565
|
id: Scalars['ID']['output'];
|
|
168142
168566
|
insightReason: Scalars['String']['output'];
|
|
168567
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168143
168568
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168144
168569
|
title?: Maybe<Scalars['String']['output']>;
|
|
168570
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168145
168571
|
};
|
|
168146
168572
|
export type MercuryInsightObject = MercuryFocusAreaInsight | MercuryGoalInsight | MercuryJiraAlignProjectInsight | MercuryJiraIssueInsight | MercuryTownsquareProjectInsight;
|
|
168147
168573
|
export type MercuryInsightObjectConnection = {
|
|
@@ -168301,13 +168727,17 @@ export declare enum MercuryInviteStatus {
|
|
|
168301
168727
|
export type MercuryJiraAlignProjectInsight = MercuryInsight & {
|
|
168302
168728
|
__typename?: 'MercuryJiraAlignProjectInsight';
|
|
168303
168729
|
ari: Scalars['ID']['output'];
|
|
168730
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168731
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168304
168732
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168305
168733
|
focusAreaId: Scalars['ID']['output'];
|
|
168306
168734
|
id: Scalars['ID']['output'];
|
|
168307
168735
|
insightData?: Maybe<JiraAlignAggProject>;
|
|
168308
168736
|
insightReason: Scalars['String']['output'];
|
|
168737
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168309
168738
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168310
168739
|
title?: Maybe<Scalars['String']['output']>;
|
|
168740
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168311
168741
|
};
|
|
168312
168742
|
export type MercuryJiraAlignProjectType = {
|
|
168313
168743
|
__typename?: 'MercuryJiraAlignProjectType';
|
|
@@ -168333,13 +168763,17 @@ export type MercuryJiraAlignProviderQueryApiUserAccessibleJiraAlignProjectTypesA
|
|
|
168333
168763
|
export type MercuryJiraIssueInsight = MercuryInsight & {
|
|
168334
168764
|
__typename?: 'MercuryJiraIssueInsight';
|
|
168335
168765
|
ari: Scalars['ID']['output'];
|
|
168766
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168767
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168336
168768
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168337
168769
|
focusAreaId: Scalars['ID']['output'];
|
|
168338
168770
|
id: Scalars['ID']['output'];
|
|
168339
168771
|
insightData?: Maybe<JiraIssue>;
|
|
168340
168772
|
insightReason: Scalars['String']['output'];
|
|
168773
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168341
168774
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168342
168775
|
title?: Maybe<Scalars['String']['output']>;
|
|
168776
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168343
168777
|
};
|
|
168344
168778
|
export type MercuryJiraProviderMappingContext = {
|
|
168345
168779
|
__typename?: 'MercuryJiraProviderMappingContext';
|
|
@@ -169234,6 +169668,11 @@ export type MercuryOrganizationCustomFieldDefinitionScope = MercuryCustomFieldDe
|
|
|
169234
169668
|
__typename?: 'MercuryOrganizationCustomFieldDefinitionScope';
|
|
169235
169669
|
entityType: Scalars['String']['output'];
|
|
169236
169670
|
};
|
|
169671
|
+
export type MercuryOrganizationCustomFieldValuesByOrganization = {
|
|
169672
|
+
__typename?: 'MercuryOrganizationCustomFieldValuesByOrganization';
|
|
169673
|
+
customFields: Array<MercuryCustomField>;
|
|
169674
|
+
organizationId: Scalars['ID']['output'];
|
|
169675
|
+
};
|
|
169237
169676
|
export type MercuryOrganizationEdge = {
|
|
169238
169677
|
__typename?: 'MercuryOrganizationEdge';
|
|
169239
169678
|
cursor: Scalars['String']['output'];
|
|
@@ -169412,6 +169851,11 @@ export declare enum MercuryOrganizationPermission {
|
|
|
169412
169851
|
Export = "EXPORT",
|
|
169413
169852
|
ViewFund = "VIEW_FUND"
|
|
169414
169853
|
}
|
|
169854
|
+
export declare enum MercuryOrganizationPlanAuthorityPosition {
|
|
169855
|
+
AbovePlanningAuthority = "ABOVE_PLANNING_AUTHORITY",
|
|
169856
|
+
AtPlanningAuthority = "AT_PLANNING_AUTHORITY",
|
|
169857
|
+
BelowPlanningAuthority = "BELOW_PLANNING_AUTHORITY"
|
|
169858
|
+
}
|
|
169415
169859
|
export type MercuryOrganizationPlans = {
|
|
169416
169860
|
__typename?: 'MercuryOrganizationPlans';
|
|
169417
169861
|
organizationId: Scalars['ID']['output'];
|
|
@@ -169923,6 +170367,7 @@ export type MercuryOrganizationsQueryApi = {
|
|
|
169923
170367
|
organizationViewsSearch?: Maybe<MercuryOrganizationViewConnection>;
|
|
169924
170368
|
organizations?: Maybe<Array<MercuryOrganization>>;
|
|
169925
170369
|
organizationsByExternalIds?: Maybe<Array<Maybe<MercuryOrganization>>>;
|
|
170370
|
+
organizationsCustomFields?: Maybe<Array<MercuryOrganizationCustomFieldValuesByOrganization>>;
|
|
169926
170371
|
organizationsForUser?: Maybe<MercuryOrganizationConnection>;
|
|
169927
170372
|
organizationsSearch?: Maybe<MercuryOrganizationConnection>;
|
|
169928
170373
|
planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
|
|
@@ -170008,6 +170453,11 @@ export type MercuryOrganizationsQueryApiOrganizationsByExternalIdsArgs = {
|
|
|
170008
170453
|
cloudId: Scalars['ID']['input'];
|
|
170009
170454
|
ids: Array<Scalars['String']['input']>;
|
|
170010
170455
|
};
|
|
170456
|
+
export type MercuryOrganizationsQueryApiOrganizationsCustomFieldsArgs = {
|
|
170457
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
170458
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
170459
|
+
organizationIds: Array<Scalars['ID']['input']>;
|
|
170460
|
+
};
|
|
170011
170461
|
export type MercuryOrganizationsQueryApiOrganizationsForUserArgs = {
|
|
170012
170462
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
170013
170463
|
cloudId: Scalars['ID']['input'];
|
|
@@ -170045,15 +170495,11 @@ export type MercuryPassionfruitContext = {
|
|
|
170045
170495
|
};
|
|
170046
170496
|
export declare enum MercuryPassionfruitPermission {
|
|
170047
170497
|
CreateAsk = "CREATE_ASK",
|
|
170048
|
-
CreatePlan = "CREATE_PLAN",
|
|
170049
170498
|
DeleteAsk = "DELETE_ASK",
|
|
170050
|
-
DeletePlan = "DELETE_PLAN",
|
|
170051
170499
|
EditAsk = "EDIT_ASK",
|
|
170052
|
-
EditPlan = "EDIT_PLAN",
|
|
170053
170500
|
Manage = "MANAGE",
|
|
170054
170501
|
Read = "READ",
|
|
170055
170502
|
ViewAsk = "VIEW_ASK",
|
|
170056
|
-
ViewPlan = "VIEW_PLAN",
|
|
170057
170503
|
Write = "WRITE"
|
|
170058
170504
|
}
|
|
170059
170505
|
export declare enum MercuryPermission {
|
|
@@ -170103,6 +170549,7 @@ export type MercuryPlan = Node & {
|
|
|
170103
170549
|
isSystemManaged: Scalars['Boolean']['output'];
|
|
170104
170550
|
memberCountAllocationTotals: Array<MercuryPlanMemberCountAllocationComputedByPlan>;
|
|
170105
170551
|
organizationId: Scalars['ID']['output'];
|
|
170552
|
+
organizationPlanAuthority?: Maybe<MercuryPlanOrganizationAuthority>;
|
|
170106
170553
|
startDate: Scalars['Date']['output'];
|
|
170107
170554
|
type: MercuryPlanType;
|
|
170108
170555
|
};
|
|
@@ -170111,6 +170558,9 @@ export type MercuryPlanFocusAreaLinksArgs = {
|
|
|
170111
170558
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170112
170559
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
170113
170560
|
};
|
|
170561
|
+
export type MercuryPlanOrganizationPlanAuthorityArgs = {
|
|
170562
|
+
viewingOrganizationId?: InputMaybe<Scalars['ID']['input']>;
|
|
170563
|
+
};
|
|
170114
170564
|
export type MercuryPlanAuthoritySetting = {
|
|
170115
170565
|
__typename?: 'MercuryPlanAuthoritySetting';
|
|
170116
170566
|
focusAreaType?: Maybe<MercuryFocusAreaType>;
|
|
@@ -170192,6 +170642,10 @@ export type MercuryPlanMemberCountAllocationToFocusAreaInput = {
|
|
|
170192
170642
|
focusAreaId: Scalars['ID']['input'];
|
|
170193
170643
|
memberCountAllocations: Array<MercuryPlanMemberCountAllocationInput>;
|
|
170194
170644
|
};
|
|
170645
|
+
export type MercuryPlanOrganizationAuthority = {
|
|
170646
|
+
__typename?: 'MercuryPlanOrganizationAuthority';
|
|
170647
|
+
organizationPlanAuthorityPosition?: Maybe<MercuryOrganizationPlanAuthorityPosition>;
|
|
170648
|
+
};
|
|
170195
170649
|
export declare enum MercuryPlanType {
|
|
170196
170650
|
Baseline = "BASELINE",
|
|
170197
170651
|
Draft = "DRAFT"
|
|
@@ -170939,6 +171393,68 @@ export declare enum MercuryRankingGroupType {
|
|
|
170939
171393
|
Prioritized = "PRIORITIZED",
|
|
170940
171394
|
Unprioritized = "UNPRIORITIZED"
|
|
170941
171395
|
}
|
|
171396
|
+
export type MercuryRateCard = {
|
|
171397
|
+
__typename?: 'MercuryRateCard';
|
|
171398
|
+
attributeValues?: Maybe<Array<Maybe<MercuryRateCardAttributeValue>>>;
|
|
171399
|
+
effectiveStartDate?: Maybe<Scalars['Date']['output']>;
|
|
171400
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
171401
|
+
id: Scalars['ID']['output'];
|
|
171402
|
+
rate?: Maybe<MercuryMoney>;
|
|
171403
|
+
workingHoursPerWeek?: Maybe<Scalars['Int']['output']>;
|
|
171404
|
+
};
|
|
171405
|
+
export type MercuryRateCardAttribute = {
|
|
171406
|
+
__typename?: 'MercuryRateCardAttribute';
|
|
171407
|
+
attributeType?: Maybe<MercuryRateCardAttributeType>;
|
|
171408
|
+
id: Scalars['ID']['output'];
|
|
171409
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
171410
|
+
};
|
|
171411
|
+
export type MercuryRateCardAttributeType = {
|
|
171412
|
+
__typename?: 'MercuryRateCardAttributeType';
|
|
171413
|
+
displayName: Scalars['String']['output'];
|
|
171414
|
+
id: Scalars['ID']['output'];
|
|
171415
|
+
key: Scalars['String']['output'];
|
|
171416
|
+
order: Scalars['Int']['output'];
|
|
171417
|
+
};
|
|
171418
|
+
export type MercuryRateCardAttributeValue = MercuryRateCardOrganizationAttributeValue;
|
|
171419
|
+
export type MercuryRateCardAttributeValueInput = {
|
|
171420
|
+
attributeId: Scalars['ID']['input'];
|
|
171421
|
+
attributeValue?: InputMaybe<Scalars['String']['input']>;
|
|
171422
|
+
id: Scalars['ID']['input'];
|
|
171423
|
+
};
|
|
171424
|
+
export type MercuryRateCardAttributeValueInterface = {
|
|
171425
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171426
|
+
id: Scalars['ID']['output'];
|
|
171427
|
+
};
|
|
171428
|
+
export type MercuryRateCardConfiguration = {
|
|
171429
|
+
__typename?: 'MercuryRateCardConfiguration';
|
|
171430
|
+
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
171431
|
+
id: Scalars['ID']['output'];
|
|
171432
|
+
ratePeriod?: Maybe<MercuryRateCardRatePeriod>;
|
|
171433
|
+
};
|
|
171434
|
+
export type MercuryRateCardConnection = {
|
|
171435
|
+
__typename?: 'MercuryRateCardConnection';
|
|
171436
|
+
edges?: Maybe<Array<MercuryRateCardEdge>>;
|
|
171437
|
+
pageInfo: PageInfo;
|
|
171438
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
171439
|
+
};
|
|
171440
|
+
export type MercuryRateCardEdge = {
|
|
171441
|
+
__typename?: 'MercuryRateCardEdge';
|
|
171442
|
+
cursor: Scalars['String']['output'];
|
|
171443
|
+
node?: Maybe<MercuryRateCard>;
|
|
171444
|
+
};
|
|
171445
|
+
export type MercuryRateCardOrganizationAttributeValue = MercuryRateCardAttributeValueInterface & {
|
|
171446
|
+
__typename?: 'MercuryRateCardOrganizationAttributeValue';
|
|
171447
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171448
|
+
id: Scalars['ID']['output'];
|
|
171449
|
+
organization?: Maybe<MercuryOrganization>;
|
|
171450
|
+
};
|
|
171451
|
+
export type MercuryRateCardRatePeriod = {
|
|
171452
|
+
__typename?: 'MercuryRateCardRatePeriod';
|
|
171453
|
+
displayName: Scalars['String']['output'];
|
|
171454
|
+
id: Scalars['ID']['output'];
|
|
171455
|
+
key: Scalars['String']['output'];
|
|
171456
|
+
order: Scalars['Int']['output'];
|
|
171457
|
+
};
|
|
170942
171458
|
export type MercuryRecreateOrganizationViewOrganizationsInput = {
|
|
170943
171459
|
id: Scalars['ID']['input'];
|
|
170944
171460
|
organizationIds: Array<Scalars['ID']['input']>;
|
|
@@ -171163,6 +171679,18 @@ export type MercuryRerankFocusAreasPayload = Payload & {
|
|
|
171163
171679
|
focusAreas?: Maybe<Array<MercuryFocusArea>>;
|
|
171164
171680
|
success: Scalars['Boolean']['output'];
|
|
171165
171681
|
};
|
|
171682
|
+
export type MercuryRerankRateCardAttributesInput = {
|
|
171683
|
+
afterRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171684
|
+
beforeRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171685
|
+
cloudId: Scalars['ID']['input'];
|
|
171686
|
+
rateCardAttributeIds: Array<Scalars['ID']['input']>;
|
|
171687
|
+
};
|
|
171688
|
+
export type MercuryRerankRateCardAttributesPayload = Payload & {
|
|
171689
|
+
__typename?: 'MercuryRerankRateCardAttributesPayload';
|
|
171690
|
+
errors?: Maybe<Array<MutationError>>;
|
|
171691
|
+
rateCardAttributes?: Maybe<Array<MercuryRateCardAttribute>>;
|
|
171692
|
+
success: Scalars['Boolean']['output'];
|
|
171693
|
+
};
|
|
171166
171694
|
export type MercuryResolveProposedDateInput = {
|
|
171167
171695
|
askId: Scalars['ID']['input'];
|
|
171168
171696
|
};
|
|
@@ -172327,13 +172855,17 @@ export type MercuryThreadedCommentEdge = {
|
|
|
172327
172855
|
export type MercuryTownsquareProjectInsight = MercuryInsight & {
|
|
172328
172856
|
__typename?: 'MercuryTownsquareProjectInsight';
|
|
172329
172857
|
ari: Scalars['ID']['output'];
|
|
172858
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
172859
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
172330
172860
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
172331
172861
|
focusAreaId: Scalars['ID']['output'];
|
|
172332
172862
|
id: Scalars['ID']['output'];
|
|
172333
172863
|
insightData?: Maybe<TownsquareProject>;
|
|
172334
172864
|
insightReason: Scalars['String']['output'];
|
|
172865
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
172335
172866
|
summary?: Maybe<Scalars['String']['output']>;
|
|
172336
172867
|
title?: Maybe<Scalars['String']['output']>;
|
|
172868
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
172337
172869
|
};
|
|
172338
172870
|
export type MercuryTransitionChangeProposalPayload = Payload & {
|
|
172339
172871
|
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
@@ -173072,6 +173604,30 @@ export type MercuryUpdatePortfolioPayload = Payload & {
|
|
|
173072
173604
|
success: Scalars['Boolean']['output'];
|
|
173073
173605
|
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
173074
173606
|
};
|
|
173607
|
+
export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
173608
|
+
__typename?: 'MercuryUpdateRateCardConfigurationPayload';
|
|
173609
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173610
|
+
success: Scalars['Boolean']['output'];
|
|
173611
|
+
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
173612
|
+
};
|
|
173613
|
+
export type MercuryUpdateRateCardConfigurationRatePeriodInput = {
|
|
173614
|
+
cloudId: Scalars['ID']['input'];
|
|
173615
|
+
ratePeriodKey: Scalars['String']['input'];
|
|
173616
|
+
};
|
|
173617
|
+
export type MercuryUpdateRateCardInput = {
|
|
173618
|
+
cloudId: Scalars['ID']['input'];
|
|
173619
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
173620
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
173621
|
+
id: Scalars['ID']['input'];
|
|
173622
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
173623
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
173624
|
+
};
|
|
173625
|
+
export type MercuryUpdateRateCardPayload = Payload & {
|
|
173626
|
+
__typename?: 'MercuryUpdateRateCardPayload';
|
|
173627
|
+
errors?: Maybe<Array<MutationError>>;
|
|
173628
|
+
success: Scalars['Boolean']['output'];
|
|
173629
|
+
updatedRateCard?: Maybe<MercuryRateCard>;
|
|
173630
|
+
};
|
|
173075
173631
|
export type MercuryUpdateRequestFundsChangeInput = {
|
|
173076
173632
|
amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
|
|
173077
173633
|
changeId: Scalars['ID']['input'];
|
|
@@ -173928,6 +174484,7 @@ export type Mutation = {
|
|
|
173928
174484
|
aiops_regenerateIncidentSuggestion?: Maybe<AiOpsRegenerateIncidentSuggestionPayload>;
|
|
173929
174485
|
aiops_terminateInvestigation?: Maybe<AiOpsInvestigation>;
|
|
173930
174486
|
aiops_triggerInvestigation?: Maybe<AiOpsCreateInvestigationPayload>;
|
|
174487
|
+
aiplanner_restorePlan?: Maybe<Scalars['String']['output']>;
|
|
173931
174488
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
173932
174489
|
appStorage?: Maybe<AppStorageMutation>;
|
|
173933
174490
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
@@ -174210,6 +174767,7 @@ export type Mutation = {
|
|
|
174210
174767
|
confluence_nbmUploadTransformerConfig?: Maybe<ConfluenceNbmUploadTransformerConfigPayload>;
|
|
174211
174768
|
confluence_notifyContentOwner?: Maybe<ConfluenceNotifyContentOwnerPayload>;
|
|
174212
174769
|
confluence_patchCalendar?: Maybe<ConfluencePatchCalendarPayload>;
|
|
174770
|
+
confluence_patchFolder?: Maybe<ConfluencePatchFolderPayload>;
|
|
174213
174771
|
confluence_patchSpaceSettings?: Maybe<ConfluencePatchSpaceSettingsPayload>;
|
|
174214
174772
|
confluence_publishBlueprintSharedDraft?: Maybe<ConfluencePublishBlueprintSharedDraftPayload>;
|
|
174215
174773
|
confluence_publishDraftWithApprovalReviewTransfer?: Maybe<ConfluenceWorkflowApplicationPayload>;
|
|
@@ -174475,11 +175033,13 @@ export type Mutation = {
|
|
|
174475
175033
|
devai_autodevNextCompleteWorkItemRefinement?: Maybe<DevAiAutodevNextCompleteWorkItemRefinementPayload>;
|
|
174476
175034
|
devai_autodevNextCreateSuggestedClassificationRepository?: Maybe<DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload>;
|
|
174477
175035
|
devai_autodevNextCreateWorkstream?: Maybe<DevAiAutodevNextCreateWorkstreamPayload>;
|
|
175036
|
+
devai_autodevNextDeleteSuggestedClassificationRepository?: Maybe<DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload>;
|
|
174478
175037
|
devai_autodevNextDeleteWorkstream?: Maybe<DevAiAutodevNextDeleteWorkstreamPayload>;
|
|
174479
175038
|
devai_autodevNextReassignWorkItem?: Maybe<DevAiAutodevNextReassignWorkItemPayload>;
|
|
174480
175039
|
devai_autodevNextRemoveExcludedRepositories?: Maybe<DevAiAutodevNextRemoveExcludedRepositoriesPayload>;
|
|
174481
175040
|
devai_autodevNextRemoveMembers?: Maybe<DevAiAutodevNextRemoveMembersPayload>;
|
|
174482
175041
|
devai_autodevNextRemoveProjects?: Maybe<DevAiAutodevNextRemoveProjectsPayload>;
|
|
175042
|
+
devai_autodevNextResetWorkItemClassification?: Maybe<DevAiAutodevNextResetWorkItemClassificationPayload>;
|
|
174483
175043
|
devai_autodevNextSendWorkstreamNudges?: Maybe<DevAiAutodevNextSendWorkstreamNudgesPayload>;
|
|
174484
175044
|
devai_autodevNextTriggerWorkstreamScan?: Maybe<DevAiAutodevNextTriggerWorkstreamScanPayload>;
|
|
174485
175045
|
devai_autodevNextUnassignWorkItem?: Maybe<DevAiAutodevNextUnassignWorkItemPayload>;
|
|
@@ -174633,6 +175193,7 @@ export type Mutation = {
|
|
|
174633
175193
|
graphIntegration_setTwgPlatformCapabilityGlobalAdminSetting?: Maybe<GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingPayload>;
|
|
174634
175194
|
graphIntegration_updateDataConnectorConnection?: Maybe<GraphIntegrationUpdateConnectionPayload>;
|
|
174635
175195
|
graphIntegration_updateSkill?: Maybe<GraphIntegrationSkillMutationPayload>;
|
|
175196
|
+
graphIntegration_updateTwgProductAdminSettings?: Maybe<GraphIntegrationUpdateTwgProductAdminSettingsPayload>;
|
|
174636
175197
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
174637
175198
|
graphStoreV2?: Maybe<GraphStoreV2Mutation>;
|
|
174638
175199
|
graphStoreV2_createAtlassianHomeTagIsAliasOfAtlassianHomeTag?: Maybe<GraphStoreV2CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagPayload>;
|
|
@@ -174795,6 +175356,7 @@ export type Mutation = {
|
|
|
174795
175356
|
gravity_createViewFromTemplate: GravityCreateViewFromTemplatePayload;
|
|
174796
175357
|
gravity_createViewFromUserPrompt?: Maybe<GravityCreateViewFromUserPromptPayload>;
|
|
174797
175358
|
gravity_deleteReaction?: Maybe<GravityDeleteReactionPayload>;
|
|
175359
|
+
gravity_deleteView?: Maybe<JpdViewDeleted>;
|
|
174798
175360
|
gravity_discardDraft?: Maybe<GravityDraftPayload>;
|
|
174799
175361
|
gravity_generateViewTemplateFromUserPrompt?: Maybe<GravityGenerateViewTemplateFromUserPromptPayload>;
|
|
174800
175362
|
gravity_postFeedback?: Maybe<GravityPostFeedbackPayload>;
|
|
@@ -175099,6 +175661,7 @@ export type Mutation = {
|
|
|
175099
175661
|
loom_recoverVideo?: Maybe<LoomRecoverVideoPayload>;
|
|
175100
175662
|
loom_shareVideo?: Maybe<LoomShareVideoPayload>;
|
|
175101
175663
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
175664
|
+
loom_updateMeetingOneClickActionStatus?: Maybe<LoomUpdateMeetingOneClickActionStatusPayload>;
|
|
175102
175665
|
loom_updateVideoPermissions?: Maybe<LoomUpdateVideoPermissionsPayload>;
|
|
175103
175666
|
loom_updateVideoTitle?: Maybe<LoomUpdateVideoTitlePayload>;
|
|
175104
175667
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
@@ -175247,6 +175810,7 @@ export type Mutation = {
|
|
|
175247
175810
|
psm_linkSensorKbArticles?: Maybe<PsmLinkSensorKbArticlesPayload>;
|
|
175248
175811
|
psm_onboardTenant?: Maybe<PsmOnboardTenantPayload>;
|
|
175249
175812
|
psm_registerDevice?: Maybe<PsmRegisterDevicePayload>;
|
|
175813
|
+
psm_triggerRemediation?: Maybe<PsmTriggerRemediationPayload>;
|
|
175250
175814
|
psm_updateSensorEnablement?: Maybe<PsmUpdateSensorEnablementPayload>;
|
|
175251
175815
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
175252
175816
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
@@ -176086,6 +176650,10 @@ export type MutationAiops_TriggerInvestigationArgs = {
|
|
|
176086
176650
|
cloudId: Scalars['ID']['input'];
|
|
176087
176651
|
input: AiOpsTriggerInvestigationInput;
|
|
176088
176652
|
};
|
|
176653
|
+
export type MutationAiplanner_RestorePlanArgs = {
|
|
176654
|
+
cloudId: Scalars['String']['input'];
|
|
176655
|
+
planId: Scalars['String']['input'];
|
|
176656
|
+
};
|
|
176089
176657
|
export type MutationAppStorage_AdminArgs = {
|
|
176090
176658
|
appId: Scalars['ID']['input'];
|
|
176091
176659
|
};
|
|
@@ -177156,6 +177724,10 @@ export type MutationConfluence_PatchCalendarArgs = {
|
|
|
177156
177724
|
cloudId: Scalars['ID']['input'];
|
|
177157
177725
|
input: ConfluencePatchCalendarInput;
|
|
177158
177726
|
};
|
|
177727
|
+
export type MutationConfluence_PatchFolderArgs = {
|
|
177728
|
+
cloudId: Scalars['ID']['input'];
|
|
177729
|
+
input: ConfluencePatchFolderInput;
|
|
177730
|
+
};
|
|
177159
177731
|
export type MutationConfluence_PatchSpaceSettingsArgs = {
|
|
177160
177732
|
cloudId: Scalars['ID']['input'];
|
|
177161
177733
|
input: ConfluencePatchSpaceSettingsInput;
|
|
@@ -178148,6 +178720,9 @@ export type MutationDevai_AutodevNextCreateSuggestedClassificationRepositoryArgs
|
|
|
178148
178720
|
export type MutationDevai_AutodevNextCreateWorkstreamArgs = {
|
|
178149
178721
|
input: DevAiAutodevNextCreateWorkstreamInput;
|
|
178150
178722
|
};
|
|
178723
|
+
export type MutationDevai_AutodevNextDeleteSuggestedClassificationRepositoryArgs = {
|
|
178724
|
+
input: DevAiAutodevNextDeleteSuggestedClassificationRepositoryInput;
|
|
178725
|
+
};
|
|
178151
178726
|
export type MutationDevai_AutodevNextDeleteWorkstreamArgs = {
|
|
178152
178727
|
input: DevAiAutodevNextDeleteWorkstreamInput;
|
|
178153
178728
|
};
|
|
@@ -178163,6 +178738,9 @@ export type MutationDevai_AutodevNextRemoveMembersArgs = {
|
|
|
178163
178738
|
export type MutationDevai_AutodevNextRemoveProjectsArgs = {
|
|
178164
178739
|
input: DevAiAutodevNextRemoveProjectsInput;
|
|
178165
178740
|
};
|
|
178741
|
+
export type MutationDevai_AutodevNextResetWorkItemClassificationArgs = {
|
|
178742
|
+
input: DevAiAutodevNextResetWorkItemClassificationInput;
|
|
178743
|
+
};
|
|
178166
178744
|
export type MutationDevai_AutodevNextSendWorkstreamNudgesArgs = {
|
|
178167
178745
|
input: DevAiAutodevNextSendWorkstreamNudgesInput;
|
|
178168
178746
|
};
|
|
@@ -178640,6 +179218,9 @@ export type MutationGraphIntegration_UpdateDataConnectorConnectionArgs = {
|
|
|
178640
179218
|
export type MutationGraphIntegration_UpdateSkillArgs = {
|
|
178641
179219
|
input: GraphIntegrationUpdateSkillInput;
|
|
178642
179220
|
};
|
|
179221
|
+
export type MutationGraphIntegration_UpdateTwgProductAdminSettingsArgs = {
|
|
179222
|
+
input: GraphIntegrationUpdateTwgProductAdminSettingsInput;
|
|
179223
|
+
};
|
|
178643
179224
|
export type MutationGraphStoreV2_CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagArgs = {
|
|
178644
179225
|
input?: InputMaybe<GraphStoreV2CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagInput>;
|
|
178645
179226
|
};
|
|
@@ -179130,6 +179711,10 @@ export type MutationGravity_DeleteReactionArgs = {
|
|
|
179130
179711
|
cloudId: Scalars['ID']['input'];
|
|
179131
179712
|
input: GravityDeleteReactionInput;
|
|
179132
179713
|
};
|
|
179714
|
+
export type MutationGravity_DeleteViewArgs = {
|
|
179715
|
+
cloudId: Scalars['ID']['input'];
|
|
179716
|
+
viewId: Scalars['ID']['input'];
|
|
179717
|
+
};
|
|
179133
179718
|
export type MutationGravity_DiscardDraftArgs = {
|
|
179134
179719
|
cloudId: Scalars['ID']['input'];
|
|
179135
179720
|
input: GravityDiscardDraftInput;
|
|
@@ -180135,6 +180720,7 @@ export type MutationKitsune_UpdateSnippetArgs = {
|
|
|
180135
180720
|
insightId?: InputMaybe<Scalars['ID']['input']>;
|
|
180136
180721
|
};
|
|
180137
180722
|
export type MutationKitsune_UpdateSpaceArgs = {
|
|
180723
|
+
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
180138
180724
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
180139
180725
|
id: Scalars['ID']['input'];
|
|
180140
180726
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180227,6 +180813,9 @@ export type MutationLoom_SpaceCreateArgs = {
|
|
|
180227
180813
|
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
180228
180814
|
siteId: Scalars['ID']['input'];
|
|
180229
180815
|
};
|
|
180816
|
+
export type MutationLoom_UpdateMeetingOneClickActionStatusArgs = {
|
|
180817
|
+
input: LoomUpdateMeetingOneClickActionStatusInput;
|
|
180818
|
+
};
|
|
180230
180819
|
export type MutationLoom_UpdateVideoPermissionsArgs = {
|
|
180231
180820
|
input: LoomUpdateVideoPermissionsInput;
|
|
180232
180821
|
};
|
|
@@ -180627,6 +181216,9 @@ export type MutationPsm_OnboardTenantArgs = {
|
|
|
180627
181216
|
export type MutationPsm_RegisterDeviceArgs = {
|
|
180628
181217
|
input: PsmRegisterDeviceInput;
|
|
180629
181218
|
};
|
|
181219
|
+
export type MutationPsm_TriggerRemediationArgs = {
|
|
181220
|
+
input: PsmTriggerRemediationInput;
|
|
181221
|
+
};
|
|
180630
181222
|
export type MutationPsm_UpdateSensorEnablementArgs = {
|
|
180631
181223
|
cloudId: Scalars['ID']['input'];
|
|
180632
181224
|
input: PsmUpdateSensorEnablementInput;
|
|
@@ -181383,6 +181975,7 @@ export type MutationSubscribeToAppArgs = {
|
|
|
181383
181975
|
};
|
|
181384
181976
|
export type MutationTags_AssignLabelArgs = {
|
|
181385
181977
|
input: TagsAssignLabelInput;
|
|
181978
|
+
kind?: Scalars['String']['input'];
|
|
181386
181979
|
};
|
|
181387
181980
|
export type MutationTags_CreateAndAssignLabelArgs = {
|
|
181388
181981
|
input: TagsCreateAndAssignLabelInput;
|
|
@@ -181394,6 +181987,7 @@ export type MutationTags_CreateTagArgs = {
|
|
|
181394
181987
|
};
|
|
181395
181988
|
export type MutationTags_UnassignLabelArgs = {
|
|
181396
181989
|
entityAri: Scalars['String']['input'];
|
|
181990
|
+
kind?: Scalars['String']['input'];
|
|
181397
181991
|
labelId: Scalars['String']['input'];
|
|
181398
181992
|
orgId: Scalars['String']['input'];
|
|
181399
181993
|
};
|
|
@@ -184377,6 +184971,12 @@ export declare enum PsmRemediationTrigger {
|
|
|
184377
184971
|
Auto = "AUTO",
|
|
184378
184972
|
EndUser = "END_USER"
|
|
184379
184973
|
}
|
|
184974
|
+
export type PsmRemediationTriggerSummary = {
|
|
184975
|
+
__typename?: 'PsmRemediationTriggerSummary';
|
|
184976
|
+
closed?: Maybe<Array<Scalars['String']['output']>>;
|
|
184977
|
+
offline?: Maybe<Array<Scalars['String']['output']>>;
|
|
184978
|
+
queued?: Maybe<Array<Scalars['String']['output']>>;
|
|
184979
|
+
};
|
|
184380
184980
|
export type PsmSensorCategoriesInput = {
|
|
184381
184981
|
spaceId: Scalars['ID']['input'];
|
|
184382
184982
|
};
|
|
@@ -184517,6 +185117,18 @@ export type PsmTopIssue = {
|
|
|
184517
185117
|
name: Scalars['String']['output'];
|
|
184518
185118
|
severity: PsmSeverity;
|
|
184519
185119
|
};
|
|
185120
|
+
export type PsmTriggerRemediationInput = {
|
|
185121
|
+
cloudId: Scalars['ID']['input'];
|
|
185122
|
+
faultIds: Array<Scalars['String']['input']>;
|
|
185123
|
+
remediationId: Scalars['String']['input'];
|
|
185124
|
+
spaceId: Scalars['ID']['input'];
|
|
185125
|
+
};
|
|
185126
|
+
export type PsmTriggerRemediationPayload = Payload & {
|
|
185127
|
+
__typename?: 'PsmTriggerRemediationPayload';
|
|
185128
|
+
errors?: Maybe<Array<MutationError>>;
|
|
185129
|
+
success: Scalars['Boolean']['output'];
|
|
185130
|
+
summary?: Maybe<PsmRemediationTriggerSummary>;
|
|
185131
|
+
};
|
|
184520
185132
|
export type PsmTriggeredSensor = {
|
|
184521
185133
|
__typename?: 'PsmTriggeredSensor';
|
|
184522
185134
|
affectedDeviceCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -184866,6 +185478,7 @@ export type Query = {
|
|
|
184866
185478
|
admin_auditLogEventLocations?: Maybe<AdminAuditLogEventLocationConnection>;
|
|
184867
185479
|
admin_auditLogEvents?: Maybe<AdminAuditLogEventConnection>;
|
|
184868
185480
|
admin_auditLogProductMapping?: Maybe<Array<AdminAuditLogProductMapping>>;
|
|
185481
|
+
admin_auditLogUserProfiles?: Maybe<AdminUserConnection>;
|
|
184869
185482
|
admin_auditLogUsers?: Maybe<AdminUserConnection>;
|
|
184870
185483
|
admin_breachingConnectionsForUnit?: Maybe<AdminBreachingConnectionsConnection>;
|
|
184871
185484
|
admin_checkLicensesCapacity?: Maybe<AdminCheckLicensesCapacity>;
|
|
@@ -185831,6 +186444,7 @@ export type Query = {
|
|
|
185831
186444
|
graphIntegration_twgCapabilityContainer?: Maybe<GraphIntegrationTwgCapabilityContainer>;
|
|
185832
186445
|
graphIntegration_twgCapabilityContainersInContext?: Maybe<GraphIntegrationTwgCapabilityContainerConnection>;
|
|
185833
186446
|
graphIntegration_twgPlatformCapabilityGlobalAdminSettings?: Maybe<GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings>;
|
|
186447
|
+
graphIntegration_twgProductAdminSettings?: Maybe<GraphIntegrationTwgProductAdminSettings>;
|
|
185834
186448
|
graphStore?: Maybe<GraphStore>;
|
|
185835
186449
|
graphStoreV2?: Maybe<GraphStoreV2>;
|
|
185836
186450
|
graphStoreV2_assetTypeHasChildAssetType?: Maybe<GraphStoreV2SimplifiedAssetTypeHasChildAssetTypeConnection>;
|
|
@@ -188225,6 +188839,7 @@ export type Query = {
|
|
|
188225
188839
|
loom_meetingsSearch?: Maybe<LoomMeetings>;
|
|
188226
188840
|
loom_playlist?: Maybe<LoomPlaylist>;
|
|
188227
188841
|
loom_playlists?: Maybe<Array<Maybe<LoomPlaylist>>>;
|
|
188842
|
+
loom_recordedMeetings?: Maybe<LoomMeetingConnection>;
|
|
188228
188843
|
loom_settings?: Maybe<LoomSettings>;
|
|
188229
188844
|
loom_space?: Maybe<LoomSpace>;
|
|
188230
188845
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -188270,6 +188885,7 @@ export type Query = {
|
|
|
188270
188885
|
mercury_askActivityHistoryByIds?: Maybe<Array<Maybe<MercuryAskActivityHistory>>>;
|
|
188271
188886
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
188272
188887
|
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
188888
|
+
mercury_askCustomFields?: Maybe<Array<MercuryAskCustomFieldValuesByAsk>>;
|
|
188273
188889
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
188274
188890
|
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
188275
188891
|
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
@@ -188768,6 +189384,13 @@ export type QueryAdmin_AuditLogEventsArgs = {
|
|
|
188768
189384
|
export type QueryAdmin_AuditLogProductMappingArgs = {
|
|
188769
189385
|
container: AdminAuditLogContainer;
|
|
188770
189386
|
};
|
|
189387
|
+
export type QueryAdmin_AuditLogUserProfilesArgs = {
|
|
189388
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
189389
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
189390
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
189391
|
+
input: AdminAuditLogUserProfilesInput;
|
|
189392
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
189393
|
+
};
|
|
188771
189394
|
export type QueryAdmin_AuditLogUsersArgs = {
|
|
188772
189395
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
188773
189396
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -190357,6 +190980,9 @@ export type QueryAssetsVertical_AssetTypesTrackingsArgs = {
|
|
|
190357
190980
|
cloudId: Scalars['ID']['input'];
|
|
190358
190981
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
190359
190982
|
objSchemaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190983
|
+
parentObjectTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190984
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
190985
|
+
sort?: InputMaybe<AssetsVerticalAssetTypesTrackingSortInput>;
|
|
190360
190986
|
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
190361
190987
|
};
|
|
190362
190988
|
export type QueryAssetsVertical_AsyncTaskArgs = {
|
|
@@ -190407,6 +191033,8 @@ export type QueryAssetsVertical_DepreciationRulesArgs = {
|
|
|
190407
191033
|
cloudId: Scalars['ID']['input'];
|
|
190408
191034
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
190409
191035
|
objTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
191036
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
191037
|
+
sort?: InputMaybe<AssetsVerticalDepreciationRulesSortInput>;
|
|
190410
191038
|
verticalInstantiationId: Scalars['ID']['input'];
|
|
190411
191039
|
};
|
|
190412
191040
|
export type QueryAssetsVertical_HardwareCountByStatusArgs = {
|
|
@@ -191992,8 +192620,11 @@ export type QueryContentAnalyticsViewsByUserArgs = {
|
|
|
191992
192620
|
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
191993
192621
|
contentId: Scalars['ID']['input'];
|
|
191994
192622
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
192623
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
191995
192624
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
191996
192625
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
192626
|
+
timezone?: InputMaybe<Scalars['String']['input']>;
|
|
192627
|
+
toDate?: InputMaybe<Scalars['String']['input']>;
|
|
191997
192628
|
};
|
|
191998
192629
|
export type QueryContentBodyArgs = {
|
|
191999
192630
|
id: Scalars['ID']['input'];
|
|
@@ -193265,6 +193896,7 @@ export type QueryGraphIntegration_ComponentDirectoryDimensionsArgs = {
|
|
|
193265
193896
|
};
|
|
193266
193897
|
export type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
193267
193898
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
193899
|
+
authTypes?: InputMaybe<Array<GraphIntegrationDirectoryAuthType>>;
|
|
193268
193900
|
cloudId: Scalars['ID']['input'];
|
|
193269
193901
|
dimensionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
193270
193902
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -193373,6 +194005,10 @@ export type QueryGraphIntegration_TwgCapabilityContainersInContextArgs = {
|
|
|
193373
194005
|
export type QueryGraphIntegration_TwgPlatformCapabilityGlobalAdminSettingsArgs = {
|
|
193374
194006
|
cloudId: Scalars['ID']['input'];
|
|
193375
194007
|
};
|
|
194008
|
+
export type QueryGraphIntegration_TwgProductAdminSettingsArgs = {
|
|
194009
|
+
contextAri: Scalars['ID']['input'];
|
|
194010
|
+
productAri: Scalars['ID']['input'];
|
|
194011
|
+
};
|
|
193376
194012
|
export type QueryGraphStoreV2_AssetTypeHasChildAssetTypeArgs = {
|
|
193377
194013
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
193378
194014
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -209569,6 +210205,7 @@ export type QueryJira_AgentSpaceInstructionsArgs = {
|
|
|
209569
210205
|
export type QueryJira_AgentsInSpaceArgs = {
|
|
209570
210206
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
209571
210207
|
cloudId: Scalars['ID']['input'];
|
|
210208
|
+
filter?: InputMaybe<JiraAgentsInSpaceFilter>;
|
|
209572
210209
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209573
210210
|
input: JiraAgentsInSpaceInput;
|
|
209574
210211
|
};
|
|
@@ -210309,6 +210946,12 @@ export type QueryLoom_PlaylistArgs = {
|
|
|
210309
210946
|
export type QueryLoom_PlaylistsArgs = {
|
|
210310
210947
|
ids: Array<Scalars['ID']['input']>;
|
|
210311
210948
|
};
|
|
210949
|
+
export type QueryLoom_RecordedMeetingsArgs = {
|
|
210950
|
+
order?: InputMaybe<LoomSortDirection>;
|
|
210951
|
+
rangeEnd?: InputMaybe<Scalars['String']['input']>;
|
|
210952
|
+
rangeStart?: InputMaybe<Scalars['String']['input']>;
|
|
210953
|
+
siteId: Scalars['ID']['input'];
|
|
210954
|
+
};
|
|
210312
210955
|
export type QueryLoom_SettingsArgs = {
|
|
210313
210956
|
siteId: Scalars['ID']['input'];
|
|
210314
210957
|
};
|
|
@@ -210457,6 +211100,11 @@ export type QueryMercury_AskCustomFieldDefinitionsSearchArgs = {
|
|
|
210457
211100
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
210458
211101
|
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
210459
211102
|
};
|
|
211103
|
+
export type QueryMercury_AskCustomFieldsArgs = {
|
|
211104
|
+
askIds: Array<Scalars['ID']['input']>;
|
|
211105
|
+
cloudId: Scalars['ID']['input'];
|
|
211106
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
211107
|
+
};
|
|
210460
211108
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
210461
211109
|
ids: Array<Scalars['ID']['input']>;
|
|
210462
211110
|
};
|
|
@@ -211806,6 +212454,7 @@ export type QueryTags_GetAssignedLabelsArgs = {
|
|
|
211806
212454
|
};
|
|
211807
212455
|
export type QueryTags_GetLabelAssignmentsArgs = {
|
|
211808
212456
|
entityAri: Scalars['String']['input'];
|
|
212457
|
+
kind?: Scalars['String']['input'];
|
|
211809
212458
|
};
|
|
211810
212459
|
export type QueryTags_GetTagArgs = {
|
|
211811
212460
|
kind: Scalars['String']['input'];
|
|
@@ -226218,6 +226867,8 @@ export type TownsquareDraftUpdate = {
|
|
|
226218
226867
|
};
|
|
226219
226868
|
export type TownsquareEditGoalInput = {
|
|
226220
226869
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
226870
|
+
descriptionMeasurement?: InputMaybe<Scalars['String']['input']>;
|
|
226871
|
+
descriptionWhy?: InputMaybe<Scalars['String']['input']>;
|
|
226221
226872
|
id: Scalars['String']['input'];
|
|
226222
226873
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
226223
226874
|
owner?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -226305,6 +226956,8 @@ export type TownsquareGoal = Node & {
|
|
|
226305
226956
|
creationDate: Scalars['DateTime']['output'];
|
|
226306
226957
|
customFields?: Maybe<TownsquareCustomFieldConnection>;
|
|
226307
226958
|
description?: Maybe<Scalars['String']['output']>;
|
|
226959
|
+
descriptionMeasurement?: Maybe<Scalars['String']['output']>;
|
|
226960
|
+
descriptionWhy?: Maybe<Scalars['String']['output']>;
|
|
226308
226961
|
draftUpdate?: Maybe<TownsquareDraftUpdate>;
|
|
226309
226962
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
226310
226963
|
focusAreas?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection>;
|
|
@@ -226500,6 +227153,7 @@ export type TownsquareGoalAppCapabilities = {
|
|
|
226500
227153
|
canCreateUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
226501
227154
|
canExportGoals?: Maybe<Scalars['Boolean']['output']>;
|
|
226502
227155
|
canManageConnections?: Maybe<Scalars['Boolean']['output']>;
|
|
227156
|
+
canManagePeriodicMetricTargets?: Maybe<Scalars['Boolean']['output']>;
|
|
226503
227157
|
canRemoveAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
226504
227158
|
focus?: Maybe<TownsquareFocusAppCapabilities>;
|
|
226505
227159
|
};
|
|
@@ -227295,6 +227949,8 @@ export type TownsquareGoalsEditGoalTypePairInput = {
|
|
|
227295
227949
|
export type TownsquareGoalsEditInput = {
|
|
227296
227950
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
227297
227951
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
227952
|
+
descriptionMeasurement?: InputMaybe<Scalars['String']['input']>;
|
|
227953
|
+
descriptionWhy?: InputMaybe<Scalars['String']['input']>;
|
|
227298
227954
|
goalId: Scalars['ID']['input'];
|
|
227299
227955
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
227300
227956
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -233294,6 +233950,7 @@ export type TrelloInitializeVoiceCaptureSessionInput = {
|
|
|
233294
233950
|
export type TrelloInitializeVoiceCaptureSessionPayload = Payload & {
|
|
233295
233951
|
__typename?: 'TrelloInitializeVoiceCaptureSessionPayload';
|
|
233296
233952
|
errors?: Maybe<Array<MutationError>>;
|
|
233953
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
233297
233954
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
233298
233955
|
success: Scalars['Boolean']['output'];
|
|
233299
233956
|
};
|
|
@@ -234153,6 +234810,7 @@ export type TrelloMutationApi = {
|
|
|
234153
234810
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
234154
234811
|
resetMemberAiImageGenerationUsage?: Maybe<TrelloResetMemberAiImageGenerationUsagePayload>;
|
|
234155
234812
|
retryAiOnBoard?: Maybe<TrelloRetryAiOnBoardPayload>;
|
|
234813
|
+
revertEditBoardWithAi?: Maybe<TrelloRevertEditBoardWithAiPayload>;
|
|
234156
234814
|
revokeMemberOAuth2AccessGrants?: Maybe<TrelloRevokeMemberOAuth2AccessGrantsPayload>;
|
|
234157
234815
|
rotateOAuth2ClientSecret?: Maybe<TrelloRotateOAuth2ClientSecretPayload>;
|
|
234158
234816
|
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
@@ -234475,6 +235133,9 @@ export type TrelloMutationApiResetCardCoverArgs = {
|
|
|
234475
235133
|
export type TrelloMutationApiRetryAiOnBoardArgs = {
|
|
234476
235134
|
input: TrelloRetryAiOnBoardInput;
|
|
234477
235135
|
};
|
|
235136
|
+
export type TrelloMutationApiRevertEditBoardWithAiArgs = {
|
|
235137
|
+
input: TrelloRevertEditBoardWithAiInput;
|
|
235138
|
+
};
|
|
234478
235139
|
export type TrelloMutationApiRevokeMemberOAuth2AccessGrantsArgs = {
|
|
234479
235140
|
input: TrelloRevokeMemberOAuth2AccessGrantsInput;
|
|
234480
235141
|
};
|
|
@@ -236046,6 +236707,17 @@ export type TrelloRetryAiOnBoardPayload = Payload & {
|
|
|
236046
236707
|
errors?: Maybe<Array<MutationError>>;
|
|
236047
236708
|
success: Scalars['Boolean']['output'];
|
|
236048
236709
|
};
|
|
236710
|
+
export type TrelloRevertEditBoardWithAiInput = {
|
|
236711
|
+
boardId: Scalars['ID']['input'];
|
|
236712
|
+
referenceTaskId: Scalars['ID']['input'];
|
|
236713
|
+
sessionId: Scalars['ID']['input'];
|
|
236714
|
+
};
|
|
236715
|
+
export type TrelloRevertEditBoardWithAiPayload = Payload & {
|
|
236716
|
+
__typename?: 'TrelloRevertEditBoardWithAiPayload';
|
|
236717
|
+
errors?: Maybe<Array<MutationError>>;
|
|
236718
|
+
success: Scalars['Boolean']['output'];
|
|
236719
|
+
task?: Maybe<TrelloAgentTask>;
|
|
236720
|
+
};
|
|
236049
236721
|
export type TrelloRevokeMemberOAuth2AccessGrantsInput = {
|
|
236050
236722
|
enterpriseId: Scalars['ID']['input'];
|
|
236051
236723
|
memberId: Scalars['ID']['input'];
|
|
@@ -237092,6 +237764,7 @@ export type TrelloVoiceCaptureSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
|
237092
237764
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
237093
237765
|
cards?: Maybe<TrelloVoiceCaptureSessionCardConnectionUpdated>;
|
|
237094
237766
|
errors?: Maybe<Array<TrelloVoiceCaptureSessionError>>;
|
|
237767
|
+
objectId: Scalars['ID']['output'];
|
|
237095
237768
|
sessionId: Scalars['ID']['output'];
|
|
237096
237769
|
transcript?: Maybe<Scalars['String']['output']>;
|
|
237097
237770
|
};
|