@forge/cli-shared 8.24.1-next.2 → 8.25.0-next.3
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 +6 -0
- package/out/graphql/graphql-types.d.ts +983 -24
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +194 -44
- package/out/tunnel/tunnel-options.d.ts +2 -0
- package/out/tunnel/tunnel-options.d.ts.map +1 -1
- package/out/tunnel/tunnel-options.js +4 -2
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +6 -4
- package/package.json +1 -1
|
@@ -189,6 +189,13 @@ export declare enum AiOpsChangeAnalysisStatus {
|
|
|
189
189
|
NotStarted = "NOT_STARTED",
|
|
190
190
|
Skipped = "SKIPPED"
|
|
191
191
|
}
|
|
192
|
+
export declare type AiOpsChangeCandidateFunnelCounts = {
|
|
193
|
+
__typename?: 'AIOpsChangeCandidateFunnelCounts';
|
|
194
|
+
afterCorrelationFilter?: Maybe<Scalars['Int']['output']>;
|
|
195
|
+
afterReasoningFilter?: Maybe<Scalars['Int']['output']>;
|
|
196
|
+
afterReviewerFilter?: Maybe<Scalars['Int']['output']>;
|
|
197
|
+
initial?: Maybe<Scalars['Int']['output']>;
|
|
198
|
+
};
|
|
192
199
|
export declare type AiOpsChangeImpactTaskOutput = {
|
|
193
200
|
__typename?: 'AIOpsChangeImpactTaskOutput';
|
|
194
201
|
perServiceAnalysis?: Maybe<Array<AiOpsServiceChangeAnalysis>>;
|
|
@@ -532,6 +539,7 @@ export declare type AiOpsInvestigationTaskArgs = {
|
|
|
532
539
|
export declare type AiOpsInvestigationCompleted = {
|
|
533
540
|
__typename?: 'AIOpsInvestigationCompleted';
|
|
534
541
|
changeCandidateFunnelCounts?: Maybe<Scalars['String']['output']>;
|
|
542
|
+
changeCandidateFunnelMetrics?: Maybe<AiOpsChangeCandidateFunnelCounts>;
|
|
535
543
|
error?: Maybe<Scalars['String']['output']>;
|
|
536
544
|
errorContextSummary?: Maybe<Scalars['String']['output']>;
|
|
537
545
|
investigationJourney?: Maybe<Scalars['String']['output']>;
|
|
@@ -2158,6 +2166,7 @@ export declare type AvpDashboardInput = {
|
|
|
2158
2166
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
2159
2167
|
settings?: InputMaybe<AvpDashboardSettingsInput>;
|
|
2160
2168
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
2169
|
+
type?: InputMaybe<AvpDashboardType>;
|
|
2161
2170
|
};
|
|
2162
2171
|
export declare enum AvpDashboardPermissionType {
|
|
2163
2172
|
Closed = "CLOSED",
|
|
@@ -3291,6 +3300,7 @@ export declare type ActivitiesWorkedOnArgs = {
|
|
|
3291
3300
|
export declare type ActivitiesArguments = {
|
|
3292
3301
|
accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3293
3302
|
cloudIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3303
|
+
collabContextId?: InputMaybe<Scalars['ID']['input']>;
|
|
3294
3304
|
containerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3295
3305
|
earliestStart?: InputMaybe<Scalars['String']['input']>;
|
|
3296
3306
|
eventTypes?: InputMaybe<Array<ActivityEventType>>;
|
|
@@ -3460,6 +3470,7 @@ export declare enum ActivityEventType {
|
|
|
3460
3470
|
export declare type ActivityFilter = {
|
|
3461
3471
|
actors?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3462
3472
|
arguments?: InputMaybe<ActivityFilterArgs>;
|
|
3473
|
+
collabContextId?: InputMaybe<Scalars['ID']['input']>;
|
|
3463
3474
|
rootContainerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
3464
3475
|
type?: InputMaybe<ActivitiesFilterType>;
|
|
3465
3476
|
};
|
|
@@ -6941,7 +6952,11 @@ export declare type AgentStudioSurface = {
|
|
|
6941
6952
|
id?: Maybe<AgentStudioSurfaceId>;
|
|
6942
6953
|
};
|
|
6943
6954
|
export declare enum AgentStudioSurfaceId {
|
|
6955
|
+
AssignableAgentsJira = "ASSIGNABLE_AGENTS_JIRA",
|
|
6956
|
+
DesktopApp = "DESKTOP_APP",
|
|
6957
|
+
Extension = "EXTENSION",
|
|
6944
6958
|
HelpCenter = "HELP_CENTER",
|
|
6959
|
+
Mobile = "MOBILE",
|
|
6945
6960
|
Portal = "PORTAL",
|
|
6946
6961
|
RovoChat = "ROVO_CHAT",
|
|
6947
6962
|
Slack = "SLACK"
|
|
@@ -7771,6 +7786,9 @@ export declare type AgentWorkspaceCreateTeamFromGroupInput = {
|
|
|
7771
7786
|
groupAri: Scalars['ID']['input'];
|
|
7772
7787
|
groupName: Scalars['String']['input'];
|
|
7773
7788
|
};
|
|
7789
|
+
export declare type AgentWorkspaceCreateWfoSummaryViewInput = {
|
|
7790
|
+
projectAri: Scalars['ID']['input'];
|
|
7791
|
+
};
|
|
7774
7792
|
export declare enum AgentWorkspaceDayOfWeek {
|
|
7775
7793
|
Friday = "FRIDAY",
|
|
7776
7794
|
Monday = "MONDAY",
|
|
@@ -7850,6 +7868,10 @@ export declare type AgentWorkspaceDraftedRoutingTableStatus = {
|
|
|
7850
7868
|
draftId?: Maybe<Scalars['ID']['output']>;
|
|
7851
7869
|
serviceFieldId?: Maybe<Scalars['String']['output']>;
|
|
7852
7870
|
};
|
|
7871
|
+
export declare enum AgentWorkspaceEditBoundReason {
|
|
7872
|
+
AdjacentShift = "ADJACENT_SHIFT",
|
|
7873
|
+
ScheduleOccurrenceBoundary = "SCHEDULE_OCCURRENCE_BOUNDARY"
|
|
7874
|
+
}
|
|
7853
7875
|
export declare type AgentWorkspaceEditCoverShiftInput = {
|
|
7854
7876
|
agentId: Scalars['ID']['input'];
|
|
7855
7877
|
coveringShiftId: Scalars['ID']['input'];
|
|
@@ -8382,6 +8404,13 @@ export declare type AgentWorkspaceShift = {
|
|
|
8382
8404
|
export declare type AgentWorkspaceShiftEditBounds = {
|
|
8383
8405
|
__typename?: 'AgentWorkspaceShiftEditBounds';
|
|
8384
8406
|
editableWindow: AgentWorkspaceTimeRange;
|
|
8407
|
+
endBound: AgentWorkspaceShiftEditBoundsEdge;
|
|
8408
|
+
startBound: AgentWorkspaceShiftEditBoundsEdge;
|
|
8409
|
+
};
|
|
8410
|
+
export declare type AgentWorkspaceShiftEditBoundsEdge = {
|
|
8411
|
+
__typename?: 'AgentWorkspaceShiftEditBoundsEdge';
|
|
8412
|
+
reason: AgentWorkspaceEditBoundReason;
|
|
8413
|
+
time: Scalars['DateTime']['output'];
|
|
8385
8414
|
};
|
|
8386
8415
|
export declare type AgentWorkspaceShiftEditBoundsInput = {
|
|
8387
8416
|
occurrenceAgentId: Scalars['ID']['input'];
|
|
@@ -8601,7 +8630,7 @@ export declare type AgentWorkspaceStartGenerateRoutingTablePayload = {
|
|
|
8601
8630
|
export declare type AgentWorkspaceSubmitDraftedRoutingTableInput = {
|
|
8602
8631
|
cloudId: Scalars['ID']['input'];
|
|
8603
8632
|
draftId?: InputMaybe<Scalars['ID']['input']>;
|
|
8604
|
-
expectedSetupVersion
|
|
8633
|
+
expectedSetupVersion?: InputMaybe<Scalars['Int']['input']>;
|
|
8605
8634
|
fieldId: Scalars['String']['input'];
|
|
8606
8635
|
projectKey: Scalars['String']['input'];
|
|
8607
8636
|
selectedServiceIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -8847,6 +8876,9 @@ export declare type AgentWorkspaceWfoSummaryView = {
|
|
|
8847
8876
|
dashboardId?: Maybe<Scalars['ID']['output']>;
|
|
8848
8877
|
viewId: Scalars['ID']['output'];
|
|
8849
8878
|
};
|
|
8879
|
+
export declare type AgentWorkspaceWfoSummaryViewQueryInput = {
|
|
8880
|
+
projectAri: Scalars['ID']['input'];
|
|
8881
|
+
};
|
|
8850
8882
|
export declare type AgentWorkspaceWorkloadJqlConfig = {
|
|
8851
8883
|
__typename?: 'AgentWorkspaceWorkloadJqlConfig';
|
|
8852
8884
|
jql: Scalars['String']['output'];
|
|
@@ -8910,6 +8942,7 @@ export declare type AiCoreApiRsaEmployeeTicketsResult = AiCoreApiRsaEmployeeTick
|
|
|
8910
8942
|
export declare type AiCoreApiRsaFetchReportResult = AiCoreApiRsaReportPayload | QueryError;
|
|
8911
8943
|
export declare type AiCoreApiRsaFunnelMetricsPayload = {
|
|
8912
8944
|
__typename?: 'AiCoreApiRsaFunnelMetricsPayload';
|
|
8945
|
+
conversationsStarted: Scalars['Int']['output'];
|
|
8913
8946
|
ticketsAssignedToRovo: Scalars['Int']['output'];
|
|
8914
8947
|
ticketsWithResolutionPlan: Scalars['Int']['output'];
|
|
8915
8948
|
};
|
|
@@ -8947,6 +8980,7 @@ export declare type AiCoreApiRsaReportPayload = {
|
|
|
8947
8980
|
__typename?: 'AiCoreApiRsaReportPayload';
|
|
8948
8981
|
assisted?: Maybe<AiCoreApiRsaAssistedResult>;
|
|
8949
8982
|
completedAt?: Maybe<Scalars['String']['output']>;
|
|
8983
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8950
8984
|
employee?: Maybe<AiCoreApiRsaEmployeeResult>;
|
|
8951
8985
|
errorCode?: Maybe<Scalars['String']['output']>;
|
|
8952
8986
|
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -16744,8 +16778,11 @@ export declare enum CcpCreateEntitlementExperienceCapabilityErrorReasonCode {
|
|
|
16744
16778
|
}
|
|
16745
16779
|
export declare type CcpCreateEntitlementExperienceOptions = {
|
|
16746
16780
|
confirmationScreen?: InputMaybe<CcpCreateEntitlementExperienceOptionsConfirmationScreen>;
|
|
16781
|
+
existingEntitlementOverrides?: InputMaybe<Array<CcpExperienceExistingEntitlementOverrideInput>>;
|
|
16782
|
+
targetEntitlementOverride?: InputMaybe<CcpExperienceTargetEntitlementOverrideInput>;
|
|
16747
16783
|
};
|
|
16748
16784
|
export declare enum CcpCreateEntitlementExperienceOptionsConfirmationScreen {
|
|
16785
|
+
CollectionComparisonIntercept = "COLLECTION_COMPARISON_INTERCEPT",
|
|
16749
16786
|
Comparison = "COMPARISON",
|
|
16750
16787
|
Default = "DEFAULT"
|
|
16751
16788
|
}
|
|
@@ -17124,6 +17161,13 @@ export declare type CcpExperienceCapability = CommerceExperienceCapability & {
|
|
|
17124
17161
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
17125
17162
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
17126
17163
|
};
|
|
17164
|
+
export declare type CcpExperienceExistingEntitlementOverrideInput = {
|
|
17165
|
+
chargeQuantitiesForRecurringEstimate?: InputMaybe<Array<CcpBillEstimateChargeQuantityInput>>;
|
|
17166
|
+
entitlementId: Scalars['ID']['input'];
|
|
17167
|
+
};
|
|
17168
|
+
export declare type CcpExperienceTargetEntitlementOverrideInput = {
|
|
17169
|
+
chargeQuantitiesForRecurringEstimate?: InputMaybe<Array<CcpBillEstimateChargeQuantityInput>>;
|
|
17170
|
+
};
|
|
17127
17171
|
export declare type CcpExtension = {
|
|
17128
17172
|
__typename?: 'CcpExtension';
|
|
17129
17173
|
ari?: Maybe<Scalars['String']['output']>;
|
|
@@ -22386,6 +22430,7 @@ export declare type CommerceExpOrderBuilderInput = {
|
|
|
22386
22430
|
orderId?: InputMaybe<Scalars['String']['input']>;
|
|
22387
22431
|
promotionsInput?: InputMaybe<CommerceExpPromotionsInput>;
|
|
22388
22432
|
transactionAccountId: Scalars['ID']['input'];
|
|
22433
|
+
unbundleCollectionOrderInput?: InputMaybe<CommerceExpUnbundleCollectionOrderInput>;
|
|
22389
22434
|
undoScheduledDeactivationInput?: InputMaybe<CommerceExpUndoScheduledDeactivationInput>;
|
|
22390
22435
|
};
|
|
22391
22436
|
export declare enum CommerceExpOrderBuilderType {
|
|
@@ -22399,6 +22444,7 @@ export declare enum CommerceExpOrderBuilderType {
|
|
|
22399
22444
|
OpsgenieMigration = "OPSGENIE_MIGRATION",
|
|
22400
22445
|
OptOutTrial = "OPT_OUT_TRIAL",
|
|
22401
22446
|
Promotions = "PROMOTIONS",
|
|
22447
|
+
UnbundleCollection = "UNBUNDLE_COLLECTION",
|
|
22402
22448
|
UndoScheduledDeactivation = "UNDO_SCHEDULED_DEACTIVATION"
|
|
22403
22449
|
}
|
|
22404
22450
|
export declare type CommerceExpOrderCreationItem = {
|
|
@@ -23184,6 +23230,10 @@ export declare type CommerceExpScheduledChanges = {
|
|
|
23184
23230
|
phases?: Maybe<Array<Maybe<CommerceExpPhase>>>;
|
|
23185
23231
|
transactionAccountId?: Maybe<Scalars['ID']['output']>;
|
|
23186
23232
|
};
|
|
23233
|
+
export declare type CommerceExpSelectedInstanceOffering = {
|
|
23234
|
+
entitlementId: Scalars['String']['input'];
|
|
23235
|
+
selectedOfferingId: Scalars['String']['input'];
|
|
23236
|
+
};
|
|
23187
23237
|
export declare type CommerceExpSendNotificationInput = {
|
|
23188
23238
|
customMessage?: InputMaybe<Scalars['String']['input']>;
|
|
23189
23239
|
invoiceGroupId: Scalars['String']['input'];
|
|
@@ -23417,6 +23467,10 @@ export declare type CommerceExpTrialIntentInput = {
|
|
|
23417
23467
|
behaviourAtEndOfTrial?: InputMaybe<CommerceExpBehaviourAtEndOfTrial>;
|
|
23418
23468
|
skipTrial?: InputMaybe<Scalars['Boolean']['input']>;
|
|
23419
23469
|
};
|
|
23470
|
+
export declare type CommerceExpUnbundleCollectionOrderInput = {
|
|
23471
|
+
entitlementId: Scalars['String']['input'];
|
|
23472
|
+
selectedInstanceOfferings?: InputMaybe<Array<CommerceExpSelectedInstanceOffering>>;
|
|
23473
|
+
};
|
|
23420
23474
|
export declare type CommerceExpUnbundledCollectionTransition = {
|
|
23421
23475
|
__typename?: 'CommerceExpUnbundledCollectionTransition';
|
|
23422
23476
|
breachedLimits: Array<Scalars['String']['output']>;
|
|
@@ -29671,7 +29725,7 @@ export declare type ConfluenceComment = {
|
|
|
29671
29725
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
29672
29726
|
name?: Maybe<Scalars['String']['output']>;
|
|
29673
29727
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
29674
|
-
reactions?: Maybe<Array<ConfluenceCommentReactionSummary
|
|
29728
|
+
reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
|
|
29675
29729
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
29676
29730
|
};
|
|
29677
29731
|
export declare type ConfluenceCommentConnection = {
|
|
@@ -29712,14 +29766,14 @@ export declare type ConfluenceCommentLinks = {
|
|
|
29712
29766
|
};
|
|
29713
29767
|
export declare type ConfluenceCommentReactionSummary = {
|
|
29714
29768
|
__typename?: 'ConfluenceCommentReactionSummary';
|
|
29715
|
-
ari
|
|
29716
|
-
containerAri
|
|
29717
|
-
count
|
|
29718
|
-
emojiId
|
|
29719
|
-
emojiName
|
|
29720
|
-
emojiPath
|
|
29721
|
-
id
|
|
29722
|
-
reacted
|
|
29769
|
+
ari?: Maybe<Scalars['ID']['output']>;
|
|
29770
|
+
containerAri?: Maybe<Scalars['ID']['output']>;
|
|
29771
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
29772
|
+
emojiId?: Maybe<Scalars['ID']['output']>;
|
|
29773
|
+
emojiName?: Maybe<Scalars['String']['output']>;
|
|
29774
|
+
emojiPath?: Maybe<Scalars['String']['output']>;
|
|
29775
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
29776
|
+
reacted?: Maybe<Scalars['Boolean']['output']>;
|
|
29723
29777
|
};
|
|
29724
29778
|
export declare type ConfluenceCommentResolutionState = {
|
|
29725
29779
|
__typename?: 'ConfluenceCommentResolutionState';
|
|
@@ -30505,6 +30559,7 @@ export declare type ConfluenceCreateContentApprovalRequestInput = {
|
|
|
30505
30559
|
comment?: InputMaybe<Scalars['String']['input']>;
|
|
30506
30560
|
contentId: Scalars['ID']['input'];
|
|
30507
30561
|
contentStatus: GraphQlContentStatus;
|
|
30562
|
+
dueDate?: InputMaybe<Scalars['String']['input']>;
|
|
30508
30563
|
reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
|
|
30509
30564
|
version: Scalars['Int']['input'];
|
|
30510
30565
|
};
|
|
@@ -31292,7 +31347,7 @@ export declare type ConfluenceFooterComment = ConfluenceComment & Node & {
|
|
|
31292
31347
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
31293
31348
|
name?: Maybe<Scalars['String']['output']>;
|
|
31294
31349
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
31295
|
-
reactions?: Maybe<Array<ConfluenceCommentReactionSummary
|
|
31350
|
+
reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
|
|
31296
31351
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
31297
31352
|
};
|
|
31298
31353
|
export declare type ConfluenceForgeContextToken = {
|
|
@@ -31577,7 +31632,7 @@ export declare type ConfluenceInlineComment = ConfluenceComment & Node & {
|
|
|
31577
31632
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
31578
31633
|
name?: Maybe<Scalars['String']['output']>;
|
|
31579
31634
|
operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
|
|
31580
|
-
reactions?: Maybe<Array<ConfluenceCommentReactionSummary
|
|
31635
|
+
reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
|
|
31581
31636
|
resolutionStatus?: Maybe<ConfluenceInlineCommentResolutionStatus>;
|
|
31582
31637
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
31583
31638
|
};
|
|
@@ -35451,8 +35506,10 @@ export declare type ConfluenceUpdateContentAppearancePayload = {
|
|
|
35451
35506
|
};
|
|
35452
35507
|
export declare type ConfluenceUpdateContentApprovalRequestInput = {
|
|
35453
35508
|
approvalStatus?: InputMaybe<ConfluenceWorkflowReviewStatus>;
|
|
35509
|
+
clearDueDate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
35454
35510
|
comment?: InputMaybe<Scalars['String']['input']>;
|
|
35455
35511
|
contentApprovalReviewId: Scalars['Long']['input'];
|
|
35512
|
+
dueDate?: InputMaybe<Scalars['String']['input']>;
|
|
35456
35513
|
reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
|
|
35457
35514
|
workflowApplicationId: Scalars['Long']['input'];
|
|
35458
35515
|
};
|
|
@@ -36342,6 +36399,7 @@ export declare type ConfluenceWorkflowApplicationPayload = {
|
|
|
36342
36399
|
export declare type ConfluenceWorkflowReview = {
|
|
36343
36400
|
__typename?: 'ConfluenceWorkflowReview';
|
|
36344
36401
|
comment?: Maybe<Scalars['String']['output']>;
|
|
36402
|
+
dueDate?: Maybe<ConfluenceApprovalsDate>;
|
|
36345
36403
|
id: Scalars['ID']['output'];
|
|
36346
36404
|
reviewStatus: ConfluenceWorkflowReviewStatus;
|
|
36347
36405
|
reviewers: Array<Maybe<ConfluenceWorkflowReviewer>>;
|
|
@@ -36358,6 +36416,7 @@ export declare type ConfluenceWorkflowReviewWithDecisions = {
|
|
|
36358
36416
|
creationDate?: Maybe<ConfluenceApprovalsDate>;
|
|
36359
36417
|
creator?: Maybe<AtlassianUser>;
|
|
36360
36418
|
creatorAaid?: Maybe<Scalars['ID']['output']>;
|
|
36419
|
+
dueDate?: Maybe<ConfluenceApprovalsDate>;
|
|
36361
36420
|
id: Scalars['ID']['output'];
|
|
36362
36421
|
reviewComment?: Maybe<Scalars['String']['output']>;
|
|
36363
36422
|
reviewLastModified?: Maybe<ConfluenceApprovalsDate>;
|
|
@@ -39434,11 +39493,13 @@ export declare type CsmAiConfluenceKnowledgeFilter = {
|
|
|
39434
39493
|
knowledgeGapFilter?: Maybe<Array<CsmAiKnowledgeGapSpace>>;
|
|
39435
39494
|
parentFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
39436
39495
|
spaceFilter?: Maybe<Array<Scalars['ID']['output']>>;
|
|
39496
|
+
ticketsAsKnowledgeFilter?: Maybe<Array<CsmAiTicketsAsKnowledgeSpace>>;
|
|
39437
39497
|
};
|
|
39438
39498
|
export declare type CsmAiConfluenceKnowledgeFilterInput = {
|
|
39439
39499
|
knowledgeGapFilter?: InputMaybe<Array<CsmAiKnowledgeGapSpaceInput>>;
|
|
39440
39500
|
parentFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39441
39501
|
spaceFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39502
|
+
ticketsAsKnowledgeFilter?: InputMaybe<Array<CsmAiTicketsAsKnowledgeSpaceInput>>;
|
|
39442
39503
|
};
|
|
39443
39504
|
export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
|
|
39444
39505
|
export declare type CsmAiConnectorConfigurationInput = {
|
|
@@ -39644,6 +39705,15 @@ export declare type CsmAiTicketingHandoff = {
|
|
|
39644
39705
|
export declare type CsmAiTicketingHandoffInput = {
|
|
39645
39706
|
formId: Scalars['ID']['input'];
|
|
39646
39707
|
};
|
|
39708
|
+
export declare type CsmAiTicketsAsKnowledgeSpace = {
|
|
39709
|
+
__typename?: 'CsmAiTicketsAsKnowledgeSpace';
|
|
39710
|
+
enabled: Scalars['Boolean']['output'];
|
|
39711
|
+
spaceAri: Scalars['ID']['output'];
|
|
39712
|
+
};
|
|
39713
|
+
export declare type CsmAiTicketsAsKnowledgeSpaceInput = {
|
|
39714
|
+
enabled?: Scalars['Boolean']['input'];
|
|
39715
|
+
spaceAri: Scalars['ID']['input'];
|
|
39716
|
+
};
|
|
39647
39717
|
export declare type CsmAiUpdateActionInput = {
|
|
39648
39718
|
actionType?: InputMaybe<CsmAiActionType>;
|
|
39649
39719
|
apiOperation?: InputMaybe<CsmAiApiOperationInput>;
|
|
@@ -42628,19 +42698,29 @@ export declare enum DevAiAutodevNextWorkstreamMemberRole {
|
|
|
42628
42698
|
}
|
|
42629
42699
|
export declare type DevAiAutodevNextWorkstreamSettings = {
|
|
42630
42700
|
__typename?: 'DevAiAutodevNextWorkstreamSettings';
|
|
42701
|
+
assignees?: Maybe<Array<User>>;
|
|
42702
|
+
classificationRepositoryUrl?: Maybe<Scalars['String']['output']>;
|
|
42631
42703
|
defaultJiraProjectAri?: Maybe<Scalars['ID']['output']>;
|
|
42632
42704
|
eligibilityCriteria?: Maybe<Scalars['String']['output']>;
|
|
42633
42705
|
notifications?: Maybe<DevAiAutodevNextNotificationSettings>;
|
|
42706
|
+
pullRequestMessage?: Maybe<Scalars['String']['output']>;
|
|
42707
|
+
pullRequestPrefix?: Maybe<Scalars['String']['output']>;
|
|
42634
42708
|
scanSchedule?: Maybe<DevAiAutodevNextScanSchedule>;
|
|
42709
|
+
sessionPrompt?: Maybe<Scalars['String']['output']>;
|
|
42635
42710
|
suggestedJql?: Maybe<Scalars['String']['output']>;
|
|
42636
42711
|
taskOverdueAfterDays?: Maybe<Scalars['Int']['output']>;
|
|
42637
42712
|
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
42638
42713
|
};
|
|
42639
42714
|
export declare type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
42715
|
+
assignees?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
42716
|
+
classificationRepositoryUrl?: InputMaybe<Scalars['String']['input']>;
|
|
42640
42717
|
defaultJiraProjectAri?: InputMaybe<Scalars['ID']['input']>;
|
|
42641
42718
|
eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
42642
42719
|
notifications?: InputMaybe<DevAiAutodevNextNotificationSettingsInput>;
|
|
42720
|
+
pullRequestMessage?: InputMaybe<Scalars['String']['input']>;
|
|
42721
|
+
pullRequestPrefix?: InputMaybe<Scalars['String']['input']>;
|
|
42643
42722
|
scanSchedule?: InputMaybe<DevAiAutodevNextScanScheduleInput>;
|
|
42723
|
+
sessionPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
42644
42724
|
suggestedJql?: InputMaybe<Scalars['String']['input']>;
|
|
42645
42725
|
taskOverdueAfterDays?: InputMaybe<Scalars['Int']['input']>;
|
|
42646
42726
|
wipLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -43528,6 +43608,7 @@ export declare type DevAiWorkspace = {
|
|
|
43528
43608
|
export declare type DevAiWorkspaceFilter = {
|
|
43529
43609
|
id: Scalars['String']['input'];
|
|
43530
43610
|
name: Scalars['String']['input'];
|
|
43611
|
+
scm?: InputMaybe<Scalars['String']['input']>;
|
|
43531
43612
|
};
|
|
43532
43613
|
export declare type DevConsoleActiveDistributionLink = {
|
|
43533
43614
|
__typename?: 'DevConsoleActiveDistributionLink';
|
|
@@ -46774,7 +46855,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
46774
46855
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
46775
46856
|
node?: Maybe<ExternalAssociation>;
|
|
46776
46857
|
};
|
|
46777
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
46858
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTempMicrosoftTeamsMessage | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
46778
46859
|
export declare type ExternalAttachment = {
|
|
46779
46860
|
__typename?: 'ExternalAttachment';
|
|
46780
46861
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -47655,6 +47736,7 @@ export declare type ExternalEntities = {
|
|
|
47655
47736
|
softwareService?: Maybe<Array<Maybe<ExternalSoftwareService>>>;
|
|
47656
47737
|
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
47657
47738
|
team?: Maybe<Array<Maybe<ExternalTeam>>>;
|
|
47739
|
+
tempMicrosoftTeamsMessage?: Maybe<Array<Maybe<ExternalTempMicrosoftTeamsMessage>>>;
|
|
47658
47740
|
test?: Maybe<Array<Maybe<ExternalTest>>>;
|
|
47659
47741
|
testExecution?: Maybe<Array<Maybe<ExternalTestExecution>>>;
|
|
47660
47742
|
testPlan?: Maybe<Array<Maybe<ExternalTestPlan>>>;
|
|
@@ -47665,7 +47747,7 @@ export declare type ExternalEntities = {
|
|
|
47665
47747
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
47666
47748
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
47667
47749
|
};
|
|
47668
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
47750
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTempMicrosoftTeamsMessage | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
47669
47751
|
export declare type ExternalEntityExtendedValue = {
|
|
47670
47752
|
__typename?: 'ExternalEntityExtendedValue';
|
|
47671
47753
|
dataType?: Maybe<Scalars['String']['output']>;
|
|
@@ -48266,6 +48348,29 @@ export declare type ExternalTeam = Node & {
|
|
|
48266
48348
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
48267
48349
|
url?: Maybe<Scalars['String']['output']>;
|
|
48268
48350
|
};
|
|
48351
|
+
export declare type ExternalTempMicrosoftTeamsMessage = Node & {
|
|
48352
|
+
__typename?: 'ExternalTempMicrosoftTeamsMessage';
|
|
48353
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
48354
|
+
container?: Maybe<ExternalEntity>;
|
|
48355
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
48356
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
48357
|
+
createdBy?: Maybe<ExternalUser>;
|
|
48358
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
48359
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
48360
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
48361
|
+
id: Scalars['ID']['output'];
|
|
48362
|
+
importance?: Maybe<Scalars['String']['output']>;
|
|
48363
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
48364
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
48365
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
48366
|
+
parent?: Maybe<ExternalEntity>;
|
|
48367
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
48368
|
+
provider?: Maybe<ExternalProvider>;
|
|
48369
|
+
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
48370
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
48371
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
48372
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
48373
|
+
};
|
|
48269
48374
|
export declare type ExternalTest = Node & {
|
|
48270
48375
|
__typename?: 'ExternalTest';
|
|
48271
48376
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -48430,6 +48535,8 @@ export declare type ExternalVideo = Node & {
|
|
|
48430
48535
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
48431
48536
|
chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
|
|
48432
48537
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
48538
|
+
container?: Maybe<ExternalEntity>;
|
|
48539
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
48433
48540
|
contributors?: Maybe<Array<Maybe<ExternalContributor>>>;
|
|
48434
48541
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
48435
48542
|
createdBy?: Maybe<ExternalUser>;
|
|
@@ -48443,6 +48550,8 @@ export declare type ExternalVideo = Node & {
|
|
|
48443
48550
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
48444
48551
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
48445
48552
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
48553
|
+
parent?: Maybe<ExternalEntity>;
|
|
48554
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
48446
48555
|
provider?: Maybe<ExternalProvider>;
|
|
48447
48556
|
textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
|
|
48448
48557
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
@@ -50117,6 +50226,7 @@ export declare type GetAllPlanOwnersFilterInput = {
|
|
|
50117
50226
|
jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
|
|
50118
50227
|
};
|
|
50119
50228
|
export declare type GetAllPlansFilterInput = {
|
|
50229
|
+
access?: InputMaybe<PlanAccessFilter>;
|
|
50120
50230
|
excludeOwnerId?: InputMaybe<Scalars['String']['input']>;
|
|
50121
50231
|
jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
|
|
50122
50232
|
ownerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -51381,6 +51491,7 @@ export declare type GraphIntegrationCreateSkillInput = {
|
|
|
51381
51491
|
name: Scalars['String']['input'];
|
|
51382
51492
|
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
51383
51493
|
tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
|
|
51494
|
+
visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
|
|
51384
51495
|
};
|
|
51385
51496
|
export declare type GraphIntegrationDataConnector = {
|
|
51386
51497
|
__typename?: 'GraphIntegrationDataConnector';
|
|
@@ -51527,6 +51638,12 @@ export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
|
|
|
51527
51638
|
Customer = "CUSTOMER",
|
|
51528
51639
|
Global = "GLOBAL"
|
|
51529
51640
|
}
|
|
51641
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpServerAuthType {
|
|
51642
|
+
ApiToken = "API_TOKEN",
|
|
51643
|
+
None = "NONE",
|
|
51644
|
+
Oauth = "OAUTH",
|
|
51645
|
+
OauthClientCredentials = "OAUTH_CLIENT_CREDENTIALS"
|
|
51646
|
+
}
|
|
51530
51647
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
51531
51648
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
51532
51649
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
@@ -51617,6 +51734,7 @@ export declare enum GraphIntegrationMcpAdminManagementMcpToolStatus {
|
|
|
51617
51734
|
NewToolDeny = "NEW_TOOL_DENY"
|
|
51618
51735
|
}
|
|
51619
51736
|
export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
|
|
51737
|
+
authType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
|
|
51620
51738
|
autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51621
51739
|
cloudId: Scalars['ID']['input'];
|
|
51622
51740
|
displayName: Scalars['String']['input'];
|
|
@@ -51869,6 +51987,13 @@ export declare enum GraphIntegrationSkillColor {
|
|
|
51869
51987
|
Teal = "TEAL",
|
|
51870
51988
|
Yellow = "YELLOW"
|
|
51871
51989
|
}
|
|
51990
|
+
export declare enum GraphIntegrationSkillConsumer {
|
|
51991
|
+
RovoAgents = "ROVO_AGENTS",
|
|
51992
|
+
RovoClaw = "ROVO_CLAW"
|
|
51993
|
+
}
|
|
51994
|
+
export declare type GraphIntegrationSkillConsumerVisibilityInput = {
|
|
51995
|
+
optIn?: InputMaybe<Array<GraphIntegrationSkillConsumer>>;
|
|
51996
|
+
};
|
|
51872
51997
|
export declare enum GraphIntegrationSkillDimension {
|
|
51873
51998
|
Products = "PRODUCTS"
|
|
51874
51999
|
}
|
|
@@ -51933,7 +52058,8 @@ export declare type GraphIntegrationSkillProductItem = GraphIntegrationSkillDime
|
|
|
51933
52058
|
id: Scalars['String']['output'];
|
|
51934
52059
|
};
|
|
51935
52060
|
export declare enum GraphIntegrationSkillSurface {
|
|
51936
|
-
RovoAgents = "ROVO_AGENTS"
|
|
52061
|
+
RovoAgents = "ROVO_AGENTS",
|
|
52062
|
+
RovoClaw = "ROVO_CLAW"
|
|
51937
52063
|
}
|
|
51938
52064
|
export declare type GraphIntegrationSkillTool = {
|
|
51939
52065
|
__typename?: 'GraphIntegrationSkillTool';
|
|
@@ -51961,6 +52087,9 @@ export declare type GraphIntegrationSkillUiMetadata = {
|
|
|
51961
52087
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
51962
52088
|
products: Array<Scalars['String']['output']>;
|
|
51963
52089
|
};
|
|
52090
|
+
export declare type GraphIntegrationSkillVisibilityInput = {
|
|
52091
|
+
consumer?: InputMaybe<GraphIntegrationSkillConsumerVisibilityInput>;
|
|
52092
|
+
};
|
|
51964
52093
|
export declare enum GraphIntegrationStatus {
|
|
51965
52094
|
Disabled = "DISABLED",
|
|
51966
52095
|
Enabled = "ENABLED"
|
|
@@ -51970,6 +52099,7 @@ export declare enum GraphIntegrationSurface {
|
|
|
51970
52099
|
Pollinator = "POLLINATOR",
|
|
51971
52100
|
Rovo = "ROVO",
|
|
51972
52101
|
RovoAgents = "ROVO_AGENTS",
|
|
52102
|
+
RovoClaw = "ROVO_CLAW",
|
|
51973
52103
|
Studio = "STUDIO"
|
|
51974
52104
|
}
|
|
51975
52105
|
export declare type GraphIntegrationTwgCapabilityContainer = {
|
|
@@ -52058,6 +52188,7 @@ export declare type GraphIntegrationUpdateSkillInput = {
|
|
|
52058
52188
|
skillAri: Scalars['ID']['input'];
|
|
52059
52189
|
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
52060
52190
|
tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
|
|
52191
|
+
visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
|
|
52061
52192
|
};
|
|
52062
52193
|
export declare type GraphIssueAssociatedDesignPayload = Payload & {
|
|
52063
52194
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
@@ -55109,6 +55240,8 @@ export declare type GraphStore = {
|
|
|
55109
55240
|
focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
55110
55241
|
focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
|
|
55111
55242
|
focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
55243
|
+
getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
|
|
55244
|
+
getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
|
|
55112
55245
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
55113
55246
|
graphDocumentReplicates3pDocumentGoogleDriveDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveDocumentInverseConnection>;
|
|
55114
55247
|
graphDocumentReplicates3pDocumentGoogleDriveOtherInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveOtherInverseConnection>;
|
|
@@ -58917,6 +59050,16 @@ export declare type GraphStoreFocusAreaHasWatcherInverseBatchArgs = {
|
|
|
58917
59050
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
58918
59051
|
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
58919
59052
|
};
|
|
59053
|
+
export declare type GraphStoreGetDynamicNodeTypesArgs = {
|
|
59054
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
59055
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59056
|
+
workspaceAri: Scalars['ID']['input'];
|
|
59057
|
+
};
|
|
59058
|
+
export declare type GraphStoreGetDynamicRelationshipTypesArgs = {
|
|
59059
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
59060
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59061
|
+
workspaceAri: Scalars['ID']['input'];
|
|
59062
|
+
};
|
|
58920
59063
|
export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
|
|
58921
59064
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
58922
59065
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -68660,6 +68803,28 @@ export declare type GraphStoreDeploymentAssociatedRepoSortInput = {
|
|
|
68660
68803
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
68661
68804
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68662
68805
|
};
|
|
68806
|
+
export declare type GraphStoreDynamicNodeType = {
|
|
68807
|
+
__typename?: 'GraphStoreDynamicNodeType';
|
|
68808
|
+
deleted: Scalars['Boolean']['output'];
|
|
68809
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
68810
|
+
id: Scalars['String']['output'];
|
|
68811
|
+
metadata?: Maybe<Scalars['JSON']['output']>;
|
|
68812
|
+
name: Scalars['String']['output'];
|
|
68813
|
+
schemaId?: Maybe<Scalars['String']['output']>;
|
|
68814
|
+
type: Scalars['String']['output'];
|
|
68815
|
+
version: Scalars['Long']['output'];
|
|
68816
|
+
};
|
|
68817
|
+
export declare type GraphStoreDynamicNodeTypeConnection = HasPageInfo & {
|
|
68818
|
+
__typename?: 'GraphStoreDynamicNodeTypeConnection';
|
|
68819
|
+
edges: Array<GraphStoreDynamicNodeTypeEdge>;
|
|
68820
|
+
nodes: Array<GraphStoreDynamicNodeType>;
|
|
68821
|
+
pageInfo: PageInfo;
|
|
68822
|
+
};
|
|
68823
|
+
export declare type GraphStoreDynamicNodeTypeEdge = {
|
|
68824
|
+
__typename?: 'GraphStoreDynamicNodeTypeEdge';
|
|
68825
|
+
cursor: Scalars['String']['output'];
|
|
68826
|
+
node: GraphStoreDynamicNodeType;
|
|
68827
|
+
};
|
|
68663
68828
|
export declare type GraphStoreDynamicRelationshipAssetToAssetSortInput = {
|
|
68664
68829
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68665
68830
|
};
|
|
@@ -68675,6 +68840,29 @@ export declare type GraphStoreDynamicRelationshipAssetToRepoSortInput = {
|
|
|
68675
68840
|
export declare type GraphStoreDynamicRelationshipAssetToUserSortInput = {
|
|
68676
68841
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68677
68842
|
};
|
|
68843
|
+
export declare type GraphStoreDynamicRelationshipType = {
|
|
68844
|
+
__typename?: 'GraphStoreDynamicRelationshipType';
|
|
68845
|
+
deleted: Scalars['Boolean']['output'];
|
|
68846
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
68847
|
+
fromType: Array<Scalars['String']['output']>;
|
|
68848
|
+
id: Scalars['String']['output'];
|
|
68849
|
+
includeChildren?: Maybe<Scalars['Boolean']['output']>;
|
|
68850
|
+
name: Scalars['String']['output'];
|
|
68851
|
+
staticTypeId?: Maybe<Scalars['String']['output']>;
|
|
68852
|
+
targetType: Array<Scalars['String']['output']>;
|
|
68853
|
+
version: Scalars['Long']['output'];
|
|
68854
|
+
};
|
|
68855
|
+
export declare type GraphStoreDynamicRelationshipTypeConnection = HasPageInfo & {
|
|
68856
|
+
__typename?: 'GraphStoreDynamicRelationshipTypeConnection';
|
|
68857
|
+
edges: Array<GraphStoreDynamicRelationshipTypeEdge>;
|
|
68858
|
+
nodes: Array<GraphStoreDynamicRelationshipType>;
|
|
68859
|
+
pageInfo: PageInfo;
|
|
68860
|
+
};
|
|
68861
|
+
export declare type GraphStoreDynamicRelationshipTypeEdge = {
|
|
68862
|
+
__typename?: 'GraphStoreDynamicRelationshipTypeEdge';
|
|
68863
|
+
cursor: Scalars['String']['output'];
|
|
68864
|
+
node: GraphStoreDynamicRelationshipType;
|
|
68865
|
+
};
|
|
68678
68866
|
export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
|
|
68679
68867
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68680
68868
|
};
|
|
@@ -113039,6 +113227,7 @@ export declare type HeaderLookAndFeel = {
|
|
|
113039
113227
|
export declare type HelpCenter = Node & {
|
|
113040
113228
|
__typename?: 'HelpCenter';
|
|
113041
113229
|
announcements?: Maybe<HelpCenterAnnouncements>;
|
|
113230
|
+
autoLinkingEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
113042
113231
|
helpCenterBranding?: Maybe<HelpCenterBranding>;
|
|
113043
113232
|
hoistedProjectId?: Maybe<Scalars['ID']['output']>;
|
|
113044
113233
|
hoistedProjectKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -116669,6 +116858,7 @@ export declare type JiraAgentSessionCreateEvent = {
|
|
|
116669
116858
|
__typename?: 'JiraAgentSessionCreateEvent';
|
|
116670
116859
|
agent?: Maybe<JiraAgent>;
|
|
116671
116860
|
conversationId: Scalars['String']['output'];
|
|
116861
|
+
startTime?: Maybe<Scalars['Long']['output']>;
|
|
116672
116862
|
triggeredBy?: Maybe<User>;
|
|
116673
116863
|
};
|
|
116674
116864
|
export declare type JiraAgentSessionEdge = {
|
|
@@ -119052,11 +119242,15 @@ export declare type JiraBoardViewFieldSwimlaneCellsArgs = {
|
|
|
119052
119242
|
export declare type JiraBoardViewFieldSwimlaneTotalIssueCountArgs = {
|
|
119053
119243
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
119054
119244
|
};
|
|
119245
|
+
export declare type JiraBoardViewFieldSwimlaneAgent = {
|
|
119246
|
+
__typename?: 'JiraBoardViewFieldSwimlaneAgent';
|
|
119247
|
+
agent?: Maybe<User>;
|
|
119248
|
+
};
|
|
119055
119249
|
export declare type JiraBoardViewFieldSwimlaneUser = {
|
|
119056
119250
|
__typename?: 'JiraBoardViewFieldSwimlaneUser';
|
|
119057
119251
|
user?: Maybe<User>;
|
|
119058
119252
|
};
|
|
119059
|
-
export declare type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
|
|
119253
|
+
export declare type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneAgent | JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
|
|
119060
119254
|
export declare type JiraBoardViewInput = {
|
|
119061
119255
|
jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
|
|
119062
119256
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
@@ -119568,6 +119762,7 @@ export declare type JiraCfoBoardPerformanceDataRow = JiraCfoDataRow & {
|
|
|
119568
119762
|
boardId?: Maybe<Scalars['ID']['output']>;
|
|
119569
119763
|
boardLocation?: Maybe<JiraBoardLocationModel>;
|
|
119570
119764
|
boardName?: Maybe<Scalars['String']['output']>;
|
|
119765
|
+
boardType?: Maybe<JiraCfoBoardType>;
|
|
119571
119766
|
dimensions?: Maybe<Array<Maybe<JiraCfoDimension>>>;
|
|
119572
119767
|
metrics?: Maybe<Array<Maybe<JiraCfoMetric>>>;
|
|
119573
119768
|
optimizationSuggestion?: Maybe<Scalars['String']['output']>;
|
|
@@ -119593,6 +119788,11 @@ export declare enum JiraCfoBoardPerformanceStatus {
|
|
|
119593
119788
|
Moderate = "MODERATE",
|
|
119594
119789
|
Slow = "SLOW"
|
|
119595
119790
|
}
|
|
119791
|
+
export declare enum JiraCfoBoardType {
|
|
119792
|
+
Kanban = "KANBAN",
|
|
119793
|
+
Scrum = "SCRUM",
|
|
119794
|
+
Simple = "SIMPLE"
|
|
119795
|
+
}
|
|
119596
119796
|
export declare type JiraCfoClientSetupConfig = {
|
|
119597
119797
|
__typename?: 'JiraCFOClientSetupConfig';
|
|
119598
119798
|
distribution?: Maybe<Array<Maybe<JiraCfoDistribution>>>;
|
|
@@ -120661,6 +120861,8 @@ export declare enum JiraCollapsibleSection {
|
|
|
120661
120861
|
Attachments = "ATTACHMENTS",
|
|
120662
120862
|
ChildWorkItem = "CHILD_WORK_ITEM",
|
|
120663
120863
|
Description = "DESCRIPTION",
|
|
120864
|
+
IncidentSummaryServicedesk = "INCIDENT_SUMMARY_SERVICEDESK",
|
|
120865
|
+
IncidentTimelineServicedesk = "INCIDENT_TIMELINE_SERVICEDESK",
|
|
120664
120866
|
LinkedWorkItem = "LINKED_WORK_ITEM",
|
|
120665
120867
|
ProformaForms = "PROFORMA_FORMS",
|
|
120666
120868
|
SimilarIssues = "SIMILAR_ISSUES",
|
|
@@ -121768,6 +121970,26 @@ export declare type JiraCustomFieldOptionInput = {
|
|
|
121768
121970
|
parentOptionId?: InputMaybe<Scalars['Long']['input']>;
|
|
121769
121971
|
value: Scalars['String']['input'];
|
|
121770
121972
|
};
|
|
121973
|
+
export declare type JiraCustomFieldOptionUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
121974
|
+
__typename?: 'JiraCustomFieldOptionUsageMetric';
|
|
121975
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
121976
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
121977
|
+
fieldsOverLimit?: Maybe<Scalars['Int']['output']>;
|
|
121978
|
+
fieldsReachingLimit?: Maybe<Scalars['Int']['output']>;
|
|
121979
|
+
id: Scalars['ID']['output'];
|
|
121980
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
121981
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
121982
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
121983
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
121984
|
+
};
|
|
121985
|
+
export declare type JiraCustomFieldOptionUsageMetricValuesArgs = {
|
|
121986
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
121987
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
121988
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
121989
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
121990
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
121991
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
121992
|
+
};
|
|
121771
121993
|
export declare type JiraCustomFieldType = {
|
|
121772
121994
|
__typename?: 'JiraCustomFieldType';
|
|
121773
121995
|
category?: Maybe<JiraCustomFieldTypeCategory>;
|
|
@@ -123424,16 +123646,61 @@ export declare type JiraFieldPredictionCandidateInput = {
|
|
|
123424
123646
|
id: Scalars['String']['input'];
|
|
123425
123647
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
123426
123648
|
};
|
|
123649
|
+
export declare type JiraFieldPredictionFieldInput = {
|
|
123650
|
+
candidates?: InputMaybe<Array<JiraFieldPredictionCandidateInput>>;
|
|
123651
|
+
fieldId: Scalars['String']['input'];
|
|
123652
|
+
maxResults?: InputMaybe<Scalars['Int']['input']>;
|
|
123653
|
+
predictionTypes?: InputMaybe<Array<JiraFieldPredictionType>>;
|
|
123654
|
+
searchFilter?: InputMaybe<Scalars['String']['input']>;
|
|
123655
|
+
};
|
|
123656
|
+
export declare type JiraFieldPredictionFieldResult = {
|
|
123657
|
+
__typename?: 'JiraFieldPredictionFieldResult';
|
|
123658
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
123659
|
+
fieldId: Scalars['String']['output'];
|
|
123660
|
+
predictions: Array<JiraFieldPredictionOutcome>;
|
|
123661
|
+
success: Scalars['Boolean']['output'];
|
|
123662
|
+
};
|
|
123663
|
+
export declare type JiraFieldPredictionOutcome = {
|
|
123664
|
+
__typename?: 'JiraFieldPredictionOutcome';
|
|
123665
|
+
candidates: Array<JiraFieldPredictionRankedCandidate>;
|
|
123666
|
+
predictionType: JiraFieldPredictionType;
|
|
123667
|
+
skippedReason?: Maybe<JiraFieldPredictionSkipReason>;
|
|
123668
|
+
};
|
|
123669
|
+
export declare type JiraFieldPredictionRankedCandidate = {
|
|
123670
|
+
__typename?: 'JiraFieldPredictionRankedCandidate';
|
|
123671
|
+
id: Scalars['String']['output'];
|
|
123672
|
+
recommended: Scalars['Boolean']['output'];
|
|
123673
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
123674
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
123675
|
+
};
|
|
123427
123676
|
export declare type JiraFieldPredictionResult = {
|
|
123428
123677
|
__typename?: 'JiraFieldPredictionResult';
|
|
123429
123678
|
candidatesAboveThreshold?: Maybe<Scalars['Int']['output']>;
|
|
123430
123679
|
predictions?: Maybe<Array<Maybe<JiraFieldPredictionCandidate>>>;
|
|
123431
123680
|
success?: Maybe<Scalars['Boolean']['output']>;
|
|
123432
123681
|
};
|
|
123682
|
+
export declare enum JiraFieldPredictionSkipReason {
|
|
123683
|
+
FieldTypeUnsupported = "FIELD_TYPE_UNSUPPORTED",
|
|
123684
|
+
InsufficientContext = "INSUFFICIENT_CONTEXT",
|
|
123685
|
+
MissingSemanticContext = "MISSING_SEMANTIC_CONTEXT",
|
|
123686
|
+
Unauthenticated = "UNAUTHENTICATED"
|
|
123687
|
+
}
|
|
123433
123688
|
export declare enum JiraFieldPredictionSource {
|
|
123434
123689
|
Agent = "AGENT",
|
|
123435
123690
|
Gic = "GIC"
|
|
123436
123691
|
}
|
|
123692
|
+
export declare enum JiraFieldPredictionType {
|
|
123693
|
+
Behavioural = "BEHAVIOURAL",
|
|
123694
|
+
KnnSimilarIssues = "KNN_SIMILAR_ISSUES",
|
|
123695
|
+
Semantic = "SEMANTIC",
|
|
123696
|
+
SimilarIssues = "SIMILAR_ISSUES",
|
|
123697
|
+
Urs = "URS"
|
|
123698
|
+
}
|
|
123699
|
+
export declare type JiraFieldPredictionsResult = {
|
|
123700
|
+
__typename?: 'JiraFieldPredictionsResult';
|
|
123701
|
+
fieldResults: Array<JiraFieldPredictionFieldResult>;
|
|
123702
|
+
success: Scalars['Boolean']['output'];
|
|
123703
|
+
};
|
|
123437
123704
|
export declare type JiraFieldScheme = Node & {
|
|
123438
123705
|
__typename?: 'JiraFieldScheme';
|
|
123439
123706
|
associatedIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -125306,6 +125573,8 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScen
|
|
|
125306
125573
|
incidentActionItems?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
|
|
125307
125574
|
incidentLinkedJswIssues?: Maybe<GraphIncidentLinkedJswIssueRelationshipConnection>;
|
|
125308
125575
|
incidentSuggestion?: Maybe<AiOpsIncidentSuggestionAsyncResult>;
|
|
125576
|
+
incidentTimeline?: Maybe<AiOpsIncidentTimelineIccResponse>;
|
|
125577
|
+
isAboveThreshold?: Maybe<Scalars['Boolean']['output']>;
|
|
125309
125578
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
125310
125579
|
isChatOpsEntitlementEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
125311
125580
|
isFlagged?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -125662,6 +125931,9 @@ export declare type JiraIssueHistoryArgs = {
|
|
|
125662
125931
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
125663
125932
|
orderBy?: InputMaybe<Scalars['String']['input']>;
|
|
125664
125933
|
};
|
|
125934
|
+
export declare type JiraIssueIncidentTimelineArgs = {
|
|
125935
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
125936
|
+
};
|
|
125665
125937
|
export declare type JiraIssueIssueAiSummaryArgs = {
|
|
125666
125938
|
type: JiraIssueAiSummaryType;
|
|
125667
125939
|
};
|
|
@@ -132878,6 +133150,7 @@ export declare type JiraProject = Node & {
|
|
|
132878
133150
|
isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
132879
133151
|
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
132880
133152
|
isGlobalComponentsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
133153
|
+
isIncidentCommandCenterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
132881
133154
|
isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
|
|
132882
133155
|
isNfaEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
132883
133156
|
isNpleDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -132917,6 +133190,7 @@ export declare type JiraProject = Node & {
|
|
|
132917
133190
|
projectTypeName?: Maybe<Scalars['String']['output']>;
|
|
132918
133191
|
projectUrl?: Maybe<Scalars['String']['output']>;
|
|
132919
133192
|
projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
|
|
133193
|
+
queues?: Maybe<JiraServiceManagementProjectQueueConnection>;
|
|
132920
133194
|
reportCategories?: Maybe<JiraReportCategoryConnection>;
|
|
132921
133195
|
repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
|
|
132922
133196
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
@@ -133088,6 +133362,10 @@ export declare type JiraProjectProjectFieldTypeGroupsArgs = {
|
|
|
133088
133362
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133089
133363
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133090
133364
|
};
|
|
133365
|
+
export declare type JiraProjectQueuesArgs = {
|
|
133366
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
133367
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
133368
|
+
};
|
|
133091
133369
|
export declare type JiraProjectReportCategoriesArgs = {
|
|
133092
133370
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
133093
133371
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -134148,6 +134426,7 @@ export declare type JiraQuery = {
|
|
|
134148
134426
|
favourites?: Maybe<JiraFavouriteConnection>;
|
|
134149
134427
|
fieldConfigById?: Maybe<Array<Maybe<JiraIssueFieldConfig>>>;
|
|
134150
134428
|
fieldPrediction?: Maybe<JiraFieldPredictionResult>;
|
|
134429
|
+
fieldPredictions?: Maybe<JiraFieldPredictionsResult>;
|
|
134151
134430
|
fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
|
|
134152
134431
|
fieldSetsById?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
134153
134432
|
fields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
@@ -134639,6 +134918,17 @@ export declare type JiraQueryFieldPredictionArgs = {
|
|
|
134639
134918
|
sessionId: Scalars['String']['input'];
|
|
134640
134919
|
source?: InputMaybe<JiraFieldPredictionSource>;
|
|
134641
134920
|
};
|
|
134921
|
+
export declare type JiraQueryFieldPredictionsArgs = {
|
|
134922
|
+
cloudId: Scalars['ID']['input'];
|
|
134923
|
+
fields: Array<JiraFieldPredictionFieldInput>;
|
|
134924
|
+
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
134925
|
+
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
134926
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
134927
|
+
semanticContext?: InputMaybe<Scalars['String']['input']>;
|
|
134928
|
+
semanticContextDescription?: InputMaybe<Scalars['String']['input']>;
|
|
134929
|
+
sessionId: Scalars['String']['input'];
|
|
134930
|
+
source?: InputMaybe<JiraFieldPredictionSource>;
|
|
134931
|
+
};
|
|
134642
134932
|
export declare type JiraQueryFieldSetViewQueryByProjectArgs = {
|
|
134643
134933
|
cloudId: Scalars['ID']['input'];
|
|
134644
134934
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -135744,6 +136034,10 @@ export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
|
|
|
135744
136034
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
135745
136035
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135746
136036
|
};
|
|
136037
|
+
export declare type JiraRankOperationInput = {
|
|
136038
|
+
edge: JiraRankMutationEdge;
|
|
136039
|
+
relativeToIssue: Scalars['ID']['input'];
|
|
136040
|
+
};
|
|
135747
136041
|
export declare type JiraRecentItemsFilter = {
|
|
135748
136042
|
includeArchivedProjects?: InputMaybe<Scalars['Boolean']['input']>;
|
|
135749
136043
|
keyword?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -136399,6 +136693,15 @@ export declare type JiraRemoveJiraBitbucketWorkspaceConnectionPayload = Payload
|
|
|
136399
136693
|
errors?: Maybe<Array<MutationError>>;
|
|
136400
136694
|
success: Scalars['Boolean']['output'];
|
|
136401
136695
|
};
|
|
136696
|
+
export declare type JiraRemoveLinkedAgentContextItemInput = {
|
|
136697
|
+
sourceAri: Scalars['ID']['input'];
|
|
136698
|
+
targetAri: Scalars['ID']['input'];
|
|
136699
|
+
};
|
|
136700
|
+
export declare type JiraRemoveLinkedAgentContextItemPayload = {
|
|
136701
|
+
__typename?: 'JiraRemoveLinkedAgentContextItemPayload';
|
|
136702
|
+
errors?: Maybe<Array<MutationError>>;
|
|
136703
|
+
success: Scalars['Boolean']['output'];
|
|
136704
|
+
};
|
|
136402
136705
|
export declare type JiraRemovePostIncidentReviewLinkMutationInput = {
|
|
136403
136706
|
incidentId: Scalars['ID']['input'];
|
|
136404
136707
|
postIncidentReviewLinkId: Scalars['ID']['input'];
|
|
@@ -138119,6 +138422,18 @@ export declare type JiraServiceManagementProjectNavigationMetadata = {
|
|
|
138119
138422
|
queueId: Scalars['ID']['output'];
|
|
138120
138423
|
queueName: Scalars['String']['output'];
|
|
138121
138424
|
};
|
|
138425
|
+
export declare type JiraServiceManagementProjectQueue = {
|
|
138426
|
+
__typename?: 'JiraServiceManagementProjectQueue';
|
|
138427
|
+
id: Scalars['ID']['output'];
|
|
138428
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
138429
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
138430
|
+
};
|
|
138431
|
+
export declare type JiraServiceManagementProjectQueueConnection = {
|
|
138432
|
+
__typename?: 'JiraServiceManagementProjectQueueConnection';
|
|
138433
|
+
nodes: Array<JiraServiceManagementProjectQueue>;
|
|
138434
|
+
pageInfo: PageInfo;
|
|
138435
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
138436
|
+
};
|
|
138122
138437
|
export declare type JiraServiceManagementProjectTeamType = {
|
|
138123
138438
|
__typename?: 'JiraServiceManagementProjectTeamType';
|
|
138124
138439
|
teamType?: Maybe<Scalars['String']['output']>;
|
|
@@ -139790,6 +140105,7 @@ export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
|
139790
140105
|
export declare type JiraSpaceSearchForYouConnection = {
|
|
139791
140106
|
__typename?: 'JiraSpaceSearchForYouConnection';
|
|
139792
140107
|
edges?: Maybe<Array<Maybe<JiraSpaceSearchForYouEdge>>>;
|
|
140108
|
+
error?: Maybe<JiraSpaceSearchForYouError>;
|
|
139793
140109
|
pageInfo: PageInfo;
|
|
139794
140110
|
};
|
|
139795
140111
|
export declare type JiraSpaceSearchForYouEdge = {
|
|
@@ -139798,6 +140114,12 @@ export declare type JiraSpaceSearchForYouEdge = {
|
|
|
139798
140114
|
node?: Maybe<JiraProject>;
|
|
139799
140115
|
projectId: Scalars['ID']['output'];
|
|
139800
140116
|
};
|
|
140117
|
+
export declare type JiraSpaceSearchForYouError = {
|
|
140118
|
+
__typename?: 'JiraSpaceSearchForYouError';
|
|
140119
|
+
errorType: Scalars['String']['output'];
|
|
140120
|
+
message: Scalars['String']['output'];
|
|
140121
|
+
statusCode: Scalars['Int']['output'];
|
|
140122
|
+
};
|
|
139801
140123
|
export declare type JiraSpaceSearchForYouInput = {
|
|
139802
140124
|
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
139803
140125
|
teamId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -140131,6 +140453,11 @@ export declare type JiraStatusCategoryField = JiraIssueField & JiraIssueFieldCon
|
|
|
140131
140453
|
type: Scalars['String']['output'];
|
|
140132
140454
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
140133
140455
|
};
|
|
140456
|
+
export declare enum JiraStatusCategoryFilter {
|
|
140457
|
+
Done = "DONE",
|
|
140458
|
+
InProgress = "IN_PROGRESS",
|
|
140459
|
+
Todo = "TODO"
|
|
140460
|
+
}
|
|
140134
140461
|
export declare type JiraStatusCategoryProgress = {
|
|
140135
140462
|
__typename?: 'JiraStatusCategoryProgress';
|
|
140136
140463
|
statusCategory?: Maybe<JiraStatusCategory>;
|
|
@@ -140148,6 +140475,17 @@ export declare type JiraStatusCategoryProgressEdge = {
|
|
|
140148
140475
|
cursor: Scalars['String']['output'];
|
|
140149
140476
|
node?: Maybe<JiraStatusCategoryProgress>;
|
|
140150
140477
|
};
|
|
140478
|
+
export declare type JiraStatusConnection = HasPageInfo & {
|
|
140479
|
+
__typename?: 'JiraStatusConnection';
|
|
140480
|
+
edges?: Maybe<Array<JiraStatusEdge>>;
|
|
140481
|
+
nodes?: Maybe<Array<JiraStatus>>;
|
|
140482
|
+
pageInfo: PageInfo;
|
|
140483
|
+
};
|
|
140484
|
+
export declare type JiraStatusEdge = {
|
|
140485
|
+
__typename?: 'JiraStatusEdge';
|
|
140486
|
+
cursor: Scalars['String']['output'];
|
|
140487
|
+
node?: Maybe<JiraStatus>;
|
|
140488
|
+
};
|
|
140151
140489
|
export declare type JiraStatusField = JiraIssueField & JiraIssueFieldConfiguration & JiraListRowField & JiraUserIssueFieldConfiguration & Node & {
|
|
140152
140490
|
__typename?: 'JiraStatusField';
|
|
140153
140491
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -141647,6 +141985,16 @@ export declare type JiraUpdateOverviewPlanMigrationChangeboardingPayload = Paylo
|
|
|
141647
141985
|
errors?: Maybe<Array<MutationError>>;
|
|
141648
141986
|
success: Scalars['Boolean']['output'];
|
|
141649
141987
|
};
|
|
141988
|
+
export declare type JiraUpdateParentAndRankInput = {
|
|
141989
|
+
issue: Scalars['ID']['input'];
|
|
141990
|
+
parent?: InputMaybe<JiraParentFieldOperationInput>;
|
|
141991
|
+
rank: JiraRankOperationInput;
|
|
141992
|
+
};
|
|
141993
|
+
export declare type JiraUpdateParentAndRankPayload = Payload & {
|
|
141994
|
+
__typename?: 'JiraUpdateParentAndRankPayload';
|
|
141995
|
+
errors?: Maybe<Array<MutationError>>;
|
|
141996
|
+
success: Scalars['Boolean']['output'];
|
|
141997
|
+
};
|
|
141650
141998
|
export declare type JiraUpdateParentFieldInput = {
|
|
141651
141999
|
id: Scalars['ID']['input'];
|
|
141652
142000
|
operation: JiraParentFieldOperationInput;
|
|
@@ -146186,7 +146534,7 @@ export declare type KitsuneFilterInput = {
|
|
|
146186
146534
|
logicalOperator: KitsuneLogicalOperator;
|
|
146187
146535
|
values: KitsuneFilterValueInput;
|
|
146188
146536
|
};
|
|
146189
|
-
export declare type KitsuneFilterValue = KitsuneCustomerNode | KitsuneDateValue | KitsuneFieldValue | KitsuneNumberValue | KitsuneSourceCategory | KitsuneTextValue | KitsuneUser;
|
|
146537
|
+
export declare type KitsuneFilterValue = KitsuneCustomerNode | KitsuneDateValue | KitsuneFieldValue | KitsuneIdeaNode | KitsuneNumberValue | KitsuneOrganizationNode | KitsuneSourceCategory | KitsuneTextValue | KitsuneUser;
|
|
146190
146538
|
export declare type KitsuneFilterValueInput = {
|
|
146191
146539
|
valueDate?: InputMaybe<Array<Scalars['Date']['input']>>;
|
|
146192
146540
|
valueId?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -146197,6 +146545,11 @@ export declare type KitsuneHighlightFragment = {
|
|
|
146197
146545
|
__typename?: 'KitsuneHighlightFragment';
|
|
146198
146546
|
text: Scalars['String']['output'];
|
|
146199
146547
|
};
|
|
146548
|
+
export declare type KitsuneIdeaNode = {
|
|
146549
|
+
__typename?: 'KitsuneIdeaNode';
|
|
146550
|
+
idea?: Maybe<JiraIssue>;
|
|
146551
|
+
ideaId: Scalars['ID']['output'];
|
|
146552
|
+
};
|
|
146200
146553
|
export declare type KitsuneInsight = Node & {
|
|
146201
146554
|
__typename?: 'KitsuneInsight';
|
|
146202
146555
|
content: Scalars['KitsuneADF']['output'];
|
|
@@ -146205,6 +146558,7 @@ export declare type KitsuneInsight = Node & {
|
|
|
146205
146558
|
creatorId?: Maybe<Scalars['ID']['output']>;
|
|
146206
146559
|
externalId?: Maybe<Scalars['ID']['output']>;
|
|
146207
146560
|
id: Scalars['ID']['output'];
|
|
146561
|
+
ideas: Array<KitsuneIdeaNode>;
|
|
146208
146562
|
jiraIssue?: Maybe<JiraIssue>;
|
|
146209
146563
|
nbSnippets: Scalars['Int']['output'];
|
|
146210
146564
|
snippets: KitsuneSnippetConnection;
|
|
@@ -146297,6 +146651,11 @@ export declare type KitsuneOrganizationEdge = KitsuneEdge & {
|
|
|
146297
146651
|
cursor: Scalars['String']['output'];
|
|
146298
146652
|
node?: Maybe<KitsuneOrganization>;
|
|
146299
146653
|
};
|
|
146654
|
+
export declare type KitsuneOrganizationNode = {
|
|
146655
|
+
__typename?: 'KitsuneOrganizationNode';
|
|
146656
|
+
organization?: Maybe<CustomerServiceCsmOrganization>;
|
|
146657
|
+
organizationId: Scalars['ID']['output'];
|
|
146658
|
+
};
|
|
146300
146659
|
export declare type KitsunePaginationInput = {
|
|
146301
146660
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
146302
146661
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -153675,6 +154034,10 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
153675
154034
|
InProgress = "IN_PROGRESS",
|
|
153676
154035
|
Succeeded = "SUCCEEDED"
|
|
153677
154036
|
}
|
|
154037
|
+
export declare enum MercuryBaselineType {
|
|
154038
|
+
Benefit = "BENEFIT",
|
|
154039
|
+
Cost = "COST"
|
|
154040
|
+
}
|
|
153678
154041
|
export declare type MercuryBenefitItem = Node & {
|
|
153679
154042
|
__typename?: 'MercuryBenefitItem';
|
|
153680
154043
|
benefitItemSummary?: Maybe<MercuryBenefitItemSummary>;
|
|
@@ -153693,6 +154056,31 @@ export declare type MercuryBenefitItemTagsArgs = {
|
|
|
153693
154056
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
153694
154057
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
153695
154058
|
};
|
|
154059
|
+
export declare type MercuryBenefitItemActivityHistory = Node & {
|
|
154060
|
+
__typename?: 'MercuryBenefitItemActivityHistory';
|
|
154061
|
+
benefitItemId: Scalars['ID']['output'];
|
|
154062
|
+
currency: Scalars['String']['output'];
|
|
154063
|
+
eventTimestamp: Scalars['String']['output'];
|
|
154064
|
+
eventType: MercuryBenefitItemEventType;
|
|
154065
|
+
fields?: Maybe<Array<Maybe<MercuryBenefitItemUpdatedField>>>;
|
|
154066
|
+
fieldsChanged?: Maybe<Array<Maybe<MercuryBenefitItemField>>>;
|
|
154067
|
+
id: Scalars['ID']['output'];
|
|
154068
|
+
user?: Maybe<User>;
|
|
154069
|
+
};
|
|
154070
|
+
export declare type MercuryBenefitItemActivityHistoryConnection = {
|
|
154071
|
+
__typename?: 'MercuryBenefitItemActivityHistoryConnection';
|
|
154072
|
+
edges?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistoryEdge>>>;
|
|
154073
|
+
pageInfo: PageInfo;
|
|
154074
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
154075
|
+
};
|
|
154076
|
+
export declare type MercuryBenefitItemActivityHistoryEdge = {
|
|
154077
|
+
__typename?: 'MercuryBenefitItemActivityHistoryEdge';
|
|
154078
|
+
cursor: Scalars['String']['output'];
|
|
154079
|
+
node?: Maybe<MercuryBenefitItemActivityHistory>;
|
|
154080
|
+
};
|
|
154081
|
+
export declare type MercuryBenefitItemActivitySort = {
|
|
154082
|
+
order: SortOrder;
|
|
154083
|
+
};
|
|
153696
154084
|
export declare type MercuryBenefitItemConnection = {
|
|
153697
154085
|
__typename?: 'MercuryBenefitItemConnection';
|
|
153698
154086
|
edges?: Maybe<Array<MercuryBenefitItemEdge>>;
|
|
@@ -153704,6 +154092,14 @@ export declare type MercuryBenefitItemEdge = {
|
|
|
153704
154092
|
cursor: Scalars['String']['output'];
|
|
153705
154093
|
node?: Maybe<MercuryBenefitItem>;
|
|
153706
154094
|
};
|
|
154095
|
+
export declare enum MercuryBenefitItemEventType {
|
|
154096
|
+
CreateBenefitPeriodValue = "CREATE_BENEFIT_PERIOD_VALUE",
|
|
154097
|
+
DeleteBenefitPeriodValue = "DELETE_BENEFIT_PERIOD_VALUE",
|
|
154098
|
+
UpdateBenefitPeriodValue = "UPDATE_BENEFIT_PERIOD_VALUE"
|
|
154099
|
+
}
|
|
154100
|
+
export declare enum MercuryBenefitItemField {
|
|
154101
|
+
BenefitPeriodValue = "BENEFIT_PERIOD_VALUE"
|
|
154102
|
+
}
|
|
153707
154103
|
export declare type MercuryBenefitItemSort = {
|
|
153708
154104
|
field: MercuryBenefitItemSortField;
|
|
153709
154105
|
order: SortOrder;
|
|
@@ -153718,6 +154114,13 @@ export declare type MercuryBenefitItemSummary = {
|
|
|
153718
154114
|
estimateAtCompletion?: Maybe<MercuryEstimateBenefitAtCompletion>;
|
|
153719
154115
|
financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
|
|
153720
154116
|
};
|
|
154117
|
+
export declare type MercuryBenefitItemUpdatedField = {
|
|
154118
|
+
__typename?: 'MercuryBenefitItemUpdatedField';
|
|
154119
|
+
field: MercuryBenefitItemField;
|
|
154120
|
+
fieldId: Scalars['ID']['output'];
|
|
154121
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
154122
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
154123
|
+
};
|
|
153721
154124
|
export declare type MercuryBenefitPeriodValue = Node & {
|
|
153722
154125
|
__typename?: 'MercuryBenefitPeriodValue';
|
|
153723
154126
|
amount?: Maybe<MercuryMoney>;
|
|
@@ -153805,6 +154208,11 @@ export declare type MercuryBusinessDomainsQueryApiBusinessDomainsArgs = {
|
|
|
153805
154208
|
ids: Array<Scalars['ID']['input']>;
|
|
153806
154209
|
};
|
|
153807
154210
|
export declare type MercuryChange = MercuryArchiveFocusAreaChange | MercuryChangeParentFocusAreaChange | MercuryCreateFocusAreaChange | MercuryMoveFundsChange | MercuryMovePositionsChange | MercuryPositionAllocationChange | MercuryRenameFocusAreaChange | MercuryRequestFundsChange | MercuryRequestPositionsChange;
|
|
154211
|
+
export declare type MercuryChangeActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
154212
|
+
__typename?: 'MercuryChangeActivityHistoryMetadata';
|
|
154213
|
+
changeType: Scalars['String']['output'];
|
|
154214
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
154215
|
+
};
|
|
153808
154216
|
export declare type MercuryChangeConnection = {
|
|
153809
154217
|
__typename?: 'MercuryChangeConnection';
|
|
153810
154218
|
edges?: Maybe<Array<Maybe<MercuryChangeEdge>>>;
|
|
@@ -153885,6 +154293,7 @@ export declare type MercuryChangeProposalTagsArgs = {
|
|
|
153885
154293
|
export declare type MercuryChangeProposalActivityHistory = Node & {
|
|
153886
154294
|
__typename?: 'MercuryChangeProposalActivityHistory';
|
|
153887
154295
|
changeProposalId: Scalars['ID']['output'];
|
|
154296
|
+
currency: Scalars['String']['output'];
|
|
153888
154297
|
eventTimestamp: Scalars['String']['output'];
|
|
153889
154298
|
eventType: MercuryChangeProposalEventType;
|
|
153890
154299
|
fields?: Maybe<Array<Maybe<MercuryChangeProposalUpdatedField>>>;
|
|
@@ -153945,6 +154354,11 @@ export declare type MercuryChangeProposalCountByStatus = {
|
|
|
153945
154354
|
count?: Maybe<Scalars['Int']['output']>;
|
|
153946
154355
|
status?: Maybe<MercuryChangeProposalStatus>;
|
|
153947
154356
|
};
|
|
154357
|
+
export declare type MercuryChangeProposalCustomFieldActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
154358
|
+
__typename?: 'MercuryChangeProposalCustomFieldActivityHistoryMetadata';
|
|
154359
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
154360
|
+
searchKey: Scalars['String']['output'];
|
|
154361
|
+
};
|
|
153948
154362
|
export declare type MercuryChangeProposalCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
|
|
153949
154363
|
__typename?: 'MercuryChangeProposalCustomFieldDefinitionScope';
|
|
153950
154364
|
entityType: Scalars['String']['output'];
|
|
@@ -154078,6 +154492,7 @@ export declare type MercuryChangeProposalUpdate = {
|
|
|
154078
154492
|
export declare type MercuryChangeProposalUpdatedField = {
|
|
154079
154493
|
__typename?: 'MercuryChangeProposalUpdatedField';
|
|
154080
154494
|
field: MercuryChangeProposalField;
|
|
154495
|
+
metadata?: Maybe<Array<MercuryActivityHistoryMetadata>>;
|
|
154081
154496
|
newData?: Maybe<MercuryChangeProposalActivityHistoryData>;
|
|
154082
154497
|
newValue?: Maybe<Scalars['String']['output']>;
|
|
154083
154498
|
oldData?: Maybe<MercuryChangeProposalActivityHistoryData>;
|
|
@@ -154242,6 +154657,31 @@ export declare type MercuryCostItemTagsArgs = {
|
|
|
154242
154657
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
154243
154658
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
154244
154659
|
};
|
|
154660
|
+
export declare type MercuryCostItemActivityHistory = Node & {
|
|
154661
|
+
__typename?: 'MercuryCostItemActivityHistory';
|
|
154662
|
+
costItemId: Scalars['ID']['output'];
|
|
154663
|
+
currency: Scalars['String']['output'];
|
|
154664
|
+
eventTimestamp: Scalars['String']['output'];
|
|
154665
|
+
eventType: MercuryCostItemEventType;
|
|
154666
|
+
fields?: Maybe<Array<Maybe<MercuryCostItemUpdatedField>>>;
|
|
154667
|
+
fieldsChanged?: Maybe<Array<Maybe<MercuryCostItemField>>>;
|
|
154668
|
+
id: Scalars['ID']['output'];
|
|
154669
|
+
user?: Maybe<User>;
|
|
154670
|
+
};
|
|
154671
|
+
export declare type MercuryCostItemActivityHistoryConnection = {
|
|
154672
|
+
__typename?: 'MercuryCostItemActivityHistoryConnection';
|
|
154673
|
+
edges?: Maybe<Array<Maybe<MercuryCostItemActivityHistoryEdge>>>;
|
|
154674
|
+
pageInfo: PageInfo;
|
|
154675
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
154676
|
+
};
|
|
154677
|
+
export declare type MercuryCostItemActivityHistoryEdge = {
|
|
154678
|
+
__typename?: 'MercuryCostItemActivityHistoryEdge';
|
|
154679
|
+
cursor: Scalars['String']['output'];
|
|
154680
|
+
node?: Maybe<MercuryCostItemActivityHistory>;
|
|
154681
|
+
};
|
|
154682
|
+
export declare type MercuryCostItemActivitySort = {
|
|
154683
|
+
order: SortOrder;
|
|
154684
|
+
};
|
|
154245
154685
|
export declare type MercuryCostItemClassificationInput = {
|
|
154246
154686
|
costSubtypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
154247
154687
|
costTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -154257,6 +154697,14 @@ export declare type MercuryCostItemEdge = {
|
|
|
154257
154697
|
cursor: Scalars['String']['output'];
|
|
154258
154698
|
node?: Maybe<MercuryCostItem>;
|
|
154259
154699
|
};
|
|
154700
|
+
export declare enum MercuryCostItemEventType {
|
|
154701
|
+
CreateCostPeriodValue = "CREATE_COST_PERIOD_VALUE",
|
|
154702
|
+
DeleteCostPeriodValue = "DELETE_COST_PERIOD_VALUE",
|
|
154703
|
+
UpdateCostPeriodValue = "UPDATE_COST_PERIOD_VALUE"
|
|
154704
|
+
}
|
|
154705
|
+
export declare enum MercuryCostItemField {
|
|
154706
|
+
CostPeriodValue = "COST_PERIOD_VALUE"
|
|
154707
|
+
}
|
|
154260
154708
|
export declare type MercuryCostItemSort = {
|
|
154261
154709
|
field: MercuryCostItemSortField;
|
|
154262
154710
|
order: SortOrder;
|
|
@@ -154271,6 +154719,13 @@ export declare type MercuryCostItemSummary = {
|
|
|
154271
154719
|
estimateAtCompletion?: Maybe<MercuryEstimateCostAtCompletion>;
|
|
154272
154720
|
financialVersionCostSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionCostSummary>>>;
|
|
154273
154721
|
};
|
|
154722
|
+
export declare type MercuryCostItemUpdatedField = {
|
|
154723
|
+
__typename?: 'MercuryCostItemUpdatedField';
|
|
154724
|
+
field: MercuryCostItemField;
|
|
154725
|
+
fieldId: Scalars['ID']['output'];
|
|
154726
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
154727
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
154728
|
+
};
|
|
154274
154729
|
export declare type MercuryCostPeriodValue = Node & {
|
|
154275
154730
|
__typename?: 'MercuryCostPeriodValue';
|
|
154276
154731
|
amount?: Maybe<MercuryMoney>;
|
|
@@ -154479,6 +154934,17 @@ export declare type MercuryCreateCustomFieldDefinitionPayload = {
|
|
|
154479
154934
|
export declare type MercuryCreateDateCustomFieldDefinitionInput = {
|
|
154480
154935
|
base: MercuryCreateBaseCustomFieldDefinitionInput;
|
|
154481
154936
|
};
|
|
154937
|
+
export declare type MercuryCreateDraftPlanInput = {
|
|
154938
|
+
endDate: Scalars['Date']['input'];
|
|
154939
|
+
organizationId: Scalars['ID']['input'];
|
|
154940
|
+
startDate: Scalars['Date']['input'];
|
|
154941
|
+
};
|
|
154942
|
+
export declare type MercuryCreateDraftPlanPayload = Payload & {
|
|
154943
|
+
__typename?: 'MercuryCreateDraftPlanPayload';
|
|
154944
|
+
errors?: Maybe<Array<MutationError>>;
|
|
154945
|
+
plan?: Maybe<MercuryPlan>;
|
|
154946
|
+
success: Scalars['Boolean']['output'];
|
|
154947
|
+
};
|
|
154482
154948
|
export declare type MercuryCreateFiscalCalendarConfigurationInput = {
|
|
154483
154949
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
154484
154950
|
startMonthNumber: Scalars['Int']['input'];
|
|
@@ -155578,12 +156044,20 @@ export declare type MercuryFocusAreaActivityHistory = Node & {
|
|
|
155578
156044
|
export declare type MercuryFocusAreaActivitySort = {
|
|
155579
156045
|
order: SortOrder;
|
|
155580
156046
|
};
|
|
156047
|
+
export declare type MercuryFocusAreaBaselineActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
156048
|
+
__typename?: 'MercuryFocusAreaBaselineActivityHistoryMetadata';
|
|
156049
|
+
baselineType?: Maybe<MercuryBaselineType>;
|
|
156050
|
+
endYearMonth?: Maybe<Scalars['String']['output']>;
|
|
156051
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
156052
|
+
startYearMonth?: Maybe<Scalars['String']['output']>;
|
|
156053
|
+
};
|
|
155581
156054
|
export declare type MercuryFocusAreaBenefitSummary = {
|
|
155582
156055
|
__typename?: 'MercuryFocusAreaBenefitSummary';
|
|
155583
156056
|
estimateAtCompletion?: Maybe<MercuryEstimateBenefitAtCompletion>;
|
|
155584
156057
|
financialVersionBenefitPerYearMonthSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitPerYearMonthSummary>>>;
|
|
155585
156058
|
financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
|
|
155586
156059
|
focusAreaId: Scalars['ID']['output'];
|
|
156060
|
+
remainingEstimateAtCompletion?: Maybe<MercuryRemainingEstimateBenefitAtCompletion>;
|
|
155587
156061
|
returnOnInvestment?: Maybe<Scalars['Float']['output']>;
|
|
155588
156062
|
};
|
|
155589
156063
|
export declare type MercuryFocusAreaBudget = Node & {
|
|
@@ -155597,6 +156071,11 @@ export declare type MercuryFocusAreaBudget = Node & {
|
|
|
155597
156071
|
updatedBy?: Maybe<User>;
|
|
155598
156072
|
updatedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
155599
156073
|
};
|
|
156074
|
+
export declare type MercuryFocusAreaBudgetActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
156075
|
+
__typename?: 'MercuryFocusAreaBudgetActivityHistoryMetadata';
|
|
156076
|
+
fiscalYear?: Maybe<Scalars['Int']['output']>;
|
|
156077
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
156078
|
+
};
|
|
155600
156079
|
export declare type MercuryFocusAreaBudgetConnection = {
|
|
155601
156080
|
__typename?: 'MercuryFocusAreaBudgetConnection';
|
|
155602
156081
|
edges?: Maybe<Array<MercuryFocusAreaBudgetEdge>>;
|
|
@@ -155865,12 +156344,14 @@ export declare type MercuryFocusAreaSort = {
|
|
|
155865
156344
|
export declare enum MercuryFocusAreaSortField {
|
|
155866
156345
|
Budget = "BUDGET",
|
|
155867
156346
|
FocusAreaType = "FOCUS_AREA_TYPE",
|
|
156347
|
+
GroupType = "GROUP_TYPE",
|
|
155868
156348
|
HasParent = "HAS_PARENT",
|
|
155869
156349
|
Health = "HEALTH",
|
|
155870
156350
|
HierarchyLevel = "HIERARCHY_LEVEL",
|
|
155871
156351
|
LastUpdated = "LAST_UPDATED",
|
|
155872
156352
|
Name = "NAME",
|
|
155873
156353
|
Rank = "RANK",
|
|
156354
|
+
Ranking = "RANKING",
|
|
155874
156355
|
Spend = "SPEND",
|
|
155875
156356
|
Starred = "STARRED",
|
|
155876
156357
|
Status = "STATUS",
|
|
@@ -156237,11 +156718,13 @@ export declare type MercuryFundsQueryApi = {
|
|
|
156237
156718
|
__typename?: 'MercuryFundsQueryApi';
|
|
156238
156719
|
activeCurrency: MercuryCurrency;
|
|
156239
156720
|
activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
156721
|
+
benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
|
|
156240
156722
|
benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
|
|
156241
156723
|
benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
|
|
156242
156724
|
benefitPeriodValues?: Maybe<Array<Maybe<MercuryBenefitPeriodValue>>>;
|
|
156243
156725
|
benefitTypes?: Maybe<Array<Maybe<MercuryBenefitType>>>;
|
|
156244
156726
|
benefitTypesByIds?: Maybe<Array<Maybe<MercuryBenefitType>>>;
|
|
156727
|
+
costItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryCostItemActivityHistory>>>;
|
|
156245
156728
|
costItems?: Maybe<Array<Maybe<MercuryCostItem>>>;
|
|
156246
156729
|
costItemsSearch?: Maybe<MercuryCostItemConnection>;
|
|
156247
156730
|
costPeriodValues?: Maybe<Array<Maybe<MercuryCostPeriodValue>>>;
|
|
@@ -156265,6 +156748,8 @@ export declare type MercuryFundsQueryApi = {
|
|
|
156265
156748
|
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
156266
156749
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
156267
156750
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
156751
|
+
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
156752
|
+
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
156268
156753
|
setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
156269
156754
|
setCostBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
156270
156755
|
unsetBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
@@ -156276,6 +156761,9 @@ export declare type MercuryFundsQueryApiActiveCurrencyArgs = {
|
|
|
156276
156761
|
export declare type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
|
|
156277
156762
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
156278
156763
|
};
|
|
156764
|
+
export declare type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
|
|
156765
|
+
ids: Array<Scalars['ID']['input']>;
|
|
156766
|
+
};
|
|
156279
156767
|
export declare type MercuryFundsQueryApiBenefitItemsArgs = {
|
|
156280
156768
|
ids: Array<Scalars['ID']['input']>;
|
|
156281
156769
|
};
|
|
@@ -156295,6 +156783,9 @@ export declare type MercuryFundsQueryApiBenefitTypesArgs = {
|
|
|
156295
156783
|
export declare type MercuryFundsQueryApiBenefitTypesByIdsArgs = {
|
|
156296
156784
|
ids: Array<Scalars['ID']['input']>;
|
|
156297
156785
|
};
|
|
156786
|
+
export declare type MercuryFundsQueryApiCostItemActivityHistoryByIdsArgs = {
|
|
156787
|
+
ids: Array<Scalars['ID']['input']>;
|
|
156788
|
+
};
|
|
156298
156789
|
export declare type MercuryFundsQueryApiCostItemsArgs = {
|
|
156299
156790
|
ids: Array<Scalars['ID']['input']>;
|
|
156300
156791
|
};
|
|
@@ -156394,6 +156885,20 @@ export declare type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
|
|
|
156394
156885
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
156395
156886
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
|
|
156396
156887
|
};
|
|
156888
|
+
export declare type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
|
|
156889
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
156890
|
+
cloudId: Scalars['ID']['input'];
|
|
156891
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
156892
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
156893
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryBenefitItemActivitySort>>>;
|
|
156894
|
+
};
|
|
156895
|
+
export declare type MercuryFundsQueryApiSearchCostItemActivityHistoryArgs = {
|
|
156896
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
156897
|
+
cloudId: Scalars['ID']['input'];
|
|
156898
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
156899
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
156900
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryCostItemActivitySort>>>;
|
|
156901
|
+
};
|
|
156397
156902
|
export declare type MercuryFundsQueryApiSetBenefitBaselineAndDescendantsJobArgs = {
|
|
156398
156903
|
cloudId: Scalars['ID']['input'];
|
|
156399
156904
|
id: Scalars['ID']['input'];
|
|
@@ -156774,6 +157279,16 @@ export declare type MercuryLinkFocusAreasToFocusAreaPayload = Payload & {
|
|
|
156774
157279
|
errors?: Maybe<Array<MutationError>>;
|
|
156775
157280
|
success: Scalars['Boolean']['output'];
|
|
156776
157281
|
};
|
|
157282
|
+
export declare type MercuryLinkFocusAreasToPlanInput = {
|
|
157283
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
157284
|
+
planId: Scalars['ID']['input'];
|
|
157285
|
+
};
|
|
157286
|
+
export declare type MercuryLinkFocusAreasToPlanPayload = Payload & {
|
|
157287
|
+
__typename?: 'MercuryLinkFocusAreasToPlanPayload';
|
|
157288
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157289
|
+
plan?: Maybe<MercuryPlan>;
|
|
157290
|
+
success: Scalars['Boolean']['output'];
|
|
157291
|
+
};
|
|
156777
157292
|
export declare type MercuryLinkFocusAreasToPortfolioInput = {
|
|
156778
157293
|
cloudId: Scalars['ID']['input'];
|
|
156779
157294
|
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
@@ -157079,6 +157594,7 @@ export declare type MercuryMutationApi = {
|
|
|
157079
157594
|
removeUserAccessToFocusArea?: Maybe<MercuryRemoveUserAccessToFocusAreaPayload>;
|
|
157080
157595
|
removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
|
|
157081
157596
|
reorderFocusAreaCustomFieldDefinitionOptions?: Maybe<MercuryReorderCustomFieldDefinitionOptionsPayload>;
|
|
157597
|
+
rerankFocusAreaAbsolute?: Maybe<MercuryRerankFocusAreaAbsolutePayload>;
|
|
157082
157598
|
rerankFocusAreas?: Maybe<MercuryRerankFocusAreasPayload>;
|
|
157083
157599
|
setFocusAreaCustomFieldValue?: Maybe<MercurySetFocusAreaCustomFieldPayload>;
|
|
157084
157600
|
setFocusAreaCustomFieldValues?: Maybe<MercurySetFocusAreaCustomFieldsPayload>;
|
|
@@ -157195,6 +157711,9 @@ export declare type MercuryMutationApiRemoveWatcherFromFocusAreaArgs = {
|
|
|
157195
157711
|
export declare type MercuryMutationApiReorderFocusAreaCustomFieldDefinitionOptionsArgs = {
|
|
157196
157712
|
input: MercuryReorderCustomFieldDefinitionOptionsInput;
|
|
157197
157713
|
};
|
|
157714
|
+
export declare type MercuryMutationApiRerankFocusAreaAbsoluteArgs = {
|
|
157715
|
+
input: MercuryRerankFocusAreaAbsoluteInput;
|
|
157716
|
+
};
|
|
157198
157717
|
export declare type MercuryMutationApiRerankFocusAreasArgs = {
|
|
157199
157718
|
input: MercuryRerankFocusAreasInput;
|
|
157200
157719
|
};
|
|
@@ -157460,6 +157979,30 @@ export declare type MercuryOrganizationAbout = {
|
|
|
157460
157979
|
__typename?: 'MercuryOrganizationAbout';
|
|
157461
157980
|
editorAdfContent?: Maybe<Scalars['String']['output']>;
|
|
157462
157981
|
};
|
|
157982
|
+
export declare type MercuryOrganizationActivityHistory = Node & {
|
|
157983
|
+
__typename?: 'MercuryOrganizationActivityHistory';
|
|
157984
|
+
eventTimestamp: Scalars['String']['output'];
|
|
157985
|
+
eventType: MercuryOrganizationEventType;
|
|
157986
|
+
fields?: Maybe<Array<Maybe<MercuryOrganizationUpdatedField>>>;
|
|
157987
|
+
fieldsChanged?: Maybe<Array<Maybe<MercuryOrganizationField>>>;
|
|
157988
|
+
id: Scalars['ID']['output'];
|
|
157989
|
+
organizationId: Scalars['ID']['output'];
|
|
157990
|
+
user?: Maybe<User>;
|
|
157991
|
+
};
|
|
157992
|
+
export declare type MercuryOrganizationActivityHistoryConnection = {
|
|
157993
|
+
__typename?: 'MercuryOrganizationActivityHistoryConnection';
|
|
157994
|
+
edges?: Maybe<Array<Maybe<MercuryOrganizationActivityHistoryEdge>>>;
|
|
157995
|
+
pageInfo: PageInfo;
|
|
157996
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
157997
|
+
};
|
|
157998
|
+
export declare type MercuryOrganizationActivityHistoryEdge = {
|
|
157999
|
+
__typename?: 'MercuryOrganizationActivityHistoryEdge';
|
|
158000
|
+
cursor: Scalars['String']['output'];
|
|
158001
|
+
node?: Maybe<MercuryOrganizationActivityHistory>;
|
|
158002
|
+
};
|
|
158003
|
+
export declare type MercuryOrganizationActivitySort = {
|
|
158004
|
+
order: SortOrder;
|
|
158005
|
+
};
|
|
157463
158006
|
export declare type MercuryOrganizationCapacity = {
|
|
157464
158007
|
__typename?: 'MercuryOrganizationCapacity';
|
|
157465
158008
|
count: Scalars['BigDecimal']['output'];
|
|
@@ -157487,6 +158030,39 @@ export declare type MercuryOrganizationEdge = {
|
|
|
157487
158030
|
cursor: Scalars['String']['output'];
|
|
157488
158031
|
node?: Maybe<MercuryOrganization>;
|
|
157489
158032
|
};
|
|
158033
|
+
export declare enum MercuryOrganizationEventType {
|
|
158034
|
+
Archive = "ARCHIVE",
|
|
158035
|
+
Create = "CREATE",
|
|
158036
|
+
CreateUpdate = "CREATE_UPDATE",
|
|
158037
|
+
Delete = "DELETE",
|
|
158038
|
+
DeleteUpdate = "DELETE_UPDATE",
|
|
158039
|
+
EditUpdate = "EDIT_UPDATE",
|
|
158040
|
+
Export = "EXPORT",
|
|
158041
|
+
Import = "IMPORT",
|
|
158042
|
+
Link = "LINK",
|
|
158043
|
+
Unarchive = "UNARCHIVE",
|
|
158044
|
+
Unlink = "UNLINK",
|
|
158045
|
+
Update = "UPDATE"
|
|
158046
|
+
}
|
|
158047
|
+
export declare enum MercuryOrganizationField {
|
|
158048
|
+
AboutEditorContent = "ABOUT_EDITOR_CONTENT",
|
|
158049
|
+
ChildOrganization = "CHILD_ORGANIZATION",
|
|
158050
|
+
Comments = "COMMENTS",
|
|
158051
|
+
Health = "HEALTH",
|
|
158052
|
+
LinkedGoal = "LINKED_GOAL",
|
|
158053
|
+
LinkedWork = "LINKED_WORK",
|
|
158054
|
+
Name = "NAME",
|
|
158055
|
+
OrganizationLink = "ORGANIZATION_LINK",
|
|
158056
|
+
OrganizationType = "ORGANIZATION_TYPE",
|
|
158057
|
+
Owner = "OWNER",
|
|
158058
|
+
Parent = "PARENT",
|
|
158059
|
+
ParentOrganization = "PARENT_ORGANIZATION",
|
|
158060
|
+
SponsoredFocusArea = "SPONSORED_FOCUS_AREA",
|
|
158061
|
+
Status = "STATUS",
|
|
158062
|
+
StatusUpdateSummaryContent = "STATUS_UPDATE_SUMMARY_CONTENT",
|
|
158063
|
+
TargetDate = "TARGET_DATE",
|
|
158064
|
+
TargetDateType = "TARGET_DATE_TYPE"
|
|
158065
|
+
}
|
|
157490
158066
|
export declare type MercuryOrganizationHealth = {
|
|
157491
158067
|
__typename?: 'MercuryOrganizationHealth';
|
|
157492
158068
|
color: MercuryOrganizationHealthColor;
|
|
@@ -157724,6 +158300,15 @@ export declare type MercuryOrganizationTypeAggregation = {
|
|
|
157724
158300
|
__typename?: 'MercuryOrganizationTypeAggregation';
|
|
157725
158301
|
totalCount: Scalars['Int']['output'];
|
|
157726
158302
|
};
|
|
158303
|
+
export declare type MercuryOrganizationUpdatedField = {
|
|
158304
|
+
__typename?: 'MercuryOrganizationUpdatedField';
|
|
158305
|
+
field: MercuryOrganizationField;
|
|
158306
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
158307
|
+
newString?: Maybe<Scalars['String']['output']>;
|
|
158308
|
+
newValue?: Maybe<Scalars['String']['output']>;
|
|
158309
|
+
oldString?: Maybe<Scalars['String']['output']>;
|
|
158310
|
+
oldValue?: Maybe<Scalars['String']['output']>;
|
|
158311
|
+
};
|
|
157727
158312
|
export declare type MercuryOrganizationUrlLink = {
|
|
157728
158313
|
__typename?: 'MercuryOrganizationUrlLink';
|
|
157729
158314
|
createdDate: Scalars['String']['output'];
|
|
@@ -157872,6 +158457,7 @@ export declare type MercuryOrganizationsMutationApi = {
|
|
|
157872
158457
|
removeWatcherFromOrganization?: Maybe<MercuryRemoveWatcherFromOrganizationPayload>;
|
|
157873
158458
|
reorderOrganizationCustomFieldDefinitionOptions?: Maybe<MercuryReorderCustomFieldDefinitionOptionsPayload>;
|
|
157874
158459
|
reorderOrganizationTypes?: Maybe<MercuryReorderOrganizationTypesPayload>;
|
|
158460
|
+
setGlobalPlanAuthorityFocusAreaLevel?: Maybe<MercurySetGlobalPlanAuthorityFocusAreaLevelPayload>;
|
|
157875
158461
|
setGlobalPlanAuthorityOrgLevel?: Maybe<MercurySetGlobalPlanAuthorityOrgLevelPayload>;
|
|
157876
158462
|
setOrganizationCustomFieldValue?: Maybe<MercurySetOrganizationCustomFieldPayload>;
|
|
157877
158463
|
setOrganizationCustomFieldValues?: Maybe<MercurySetOrganizationCustomFieldsPayload>;
|
|
@@ -158008,6 +158594,9 @@ export declare type MercuryOrganizationsMutationApiReorderOrganizationCustomFiel
|
|
|
158008
158594
|
export declare type MercuryOrganizationsMutationApiReorderOrganizationTypesArgs = {
|
|
158009
158595
|
input: MercuryReorderOrganizationTypesInput;
|
|
158010
158596
|
};
|
|
158597
|
+
export declare type MercuryOrganizationsMutationApiSetGlobalPlanAuthorityFocusAreaLevelArgs = {
|
|
158598
|
+
input: MercurySetGlobalPlanAuthorityFocusAreaLevelInput;
|
|
158599
|
+
};
|
|
158011
158600
|
export declare type MercuryOrganizationsMutationApiSetGlobalPlanAuthorityOrgLevelArgs = {
|
|
158012
158601
|
input: MercurySetGlobalPlanAuthorityOrgLevelInput;
|
|
158013
158602
|
};
|
|
@@ -158086,6 +158675,7 @@ export declare type MercuryOrganizationsQueryApi = {
|
|
|
158086
158675
|
aiOrganizationSummary?: Maybe<MercuryOrganizationSummary>;
|
|
158087
158676
|
isUserMemberOfOrganization?: Maybe<Scalars['Boolean']['output']>;
|
|
158088
158677
|
organization?: Maybe<MercuryOrganization>;
|
|
158678
|
+
organizationActivityHistoryByIds?: Maybe<Array<MercuryOrganizationActivityHistory>>;
|
|
158089
158679
|
organizationCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
158090
158680
|
organizationHierarchies?: Maybe<Array<MercuryOrganizationHierarchy>>;
|
|
158091
158681
|
organizationHierarchiesSearch?: Maybe<MercuryOrganizationHierarchyConnection>;
|
|
@@ -158103,6 +158693,7 @@ export declare type MercuryOrganizationsQueryApi = {
|
|
|
158103
158693
|
organizationsForUser?: Maybe<MercuryOrganizationConnection>;
|
|
158104
158694
|
organizationsSearch?: Maybe<MercuryOrganizationConnection>;
|
|
158105
158695
|
planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
|
|
158696
|
+
searchOrganizationActivityHistory?: Maybe<MercuryOrganizationActivityHistoryConnection>;
|
|
158106
158697
|
};
|
|
158107
158698
|
export declare type MercuryOrganizationsQueryApiAiOrganizationListSummaryArgs = {
|
|
158108
158699
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -158125,6 +158716,9 @@ export declare type MercuryOrganizationsQueryApiIsUserMemberOfOrganizationArgs =
|
|
|
158125
158716
|
export declare type MercuryOrganizationsQueryApiOrganizationArgs = {
|
|
158126
158717
|
id: Scalars['ID']['input'];
|
|
158127
158718
|
};
|
|
158719
|
+
export declare type MercuryOrganizationsQueryApiOrganizationActivityHistoryByIdsArgs = {
|
|
158720
|
+
ids: Array<Scalars['ID']['input']>;
|
|
158721
|
+
};
|
|
158128
158722
|
export declare type MercuryOrganizationsQueryApiOrganizationCustomFieldDefinitionsSearchArgs = {
|
|
158129
158723
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
158130
158724
|
cloudId: Scalars['ID']['input'];
|
|
@@ -158196,6 +158790,13 @@ export declare type MercuryOrganizationsQueryApiOrganizationsSearchArgs = {
|
|
|
158196
158790
|
export declare type MercuryOrganizationsQueryApiPlanAuthoritySettingsArgs = {
|
|
158197
158791
|
cloudId: Scalars['ID']['input'];
|
|
158198
158792
|
};
|
|
158793
|
+
export declare type MercuryOrganizationsQueryApiSearchOrganizationActivityHistoryArgs = {
|
|
158794
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
158795
|
+
cloudId: Scalars['ID']['input'];
|
|
158796
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158797
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
158798
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryOrganizationActivitySort>>>;
|
|
158799
|
+
};
|
|
158199
158800
|
export declare type MercuryOriginalProjectStatus = {
|
|
158200
158801
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
158201
158802
|
};
|
|
@@ -158256,10 +158857,92 @@ export declare enum MercuryPermission {
|
|
|
158256
158857
|
ViewStrategicEvent = "VIEW_STRATEGIC_EVENT",
|
|
158257
158858
|
Write = "WRITE"
|
|
158258
158859
|
}
|
|
158860
|
+
export declare type MercuryPlan = Node & {
|
|
158861
|
+
__typename?: 'MercuryPlan';
|
|
158862
|
+
createdDate: Scalars['DateTime']['output'];
|
|
158863
|
+
endDate: Scalars['Date']['output'];
|
|
158864
|
+
focusAreaLinks: MercuryPlanFocusAreaLinks;
|
|
158865
|
+
id: Scalars['ID']['output'];
|
|
158866
|
+
isSystemManaged: Scalars['Boolean']['output'];
|
|
158867
|
+
organizationId: Scalars['ID']['output'];
|
|
158868
|
+
startDate: Scalars['Date']['output'];
|
|
158869
|
+
type: MercuryPlanType;
|
|
158870
|
+
};
|
|
158871
|
+
export declare type MercuryPlanFocusAreaLinksArgs = {
|
|
158872
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
158873
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158874
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
158875
|
+
};
|
|
158259
158876
|
export declare type MercuryPlanAuthoritySetting = {
|
|
158260
158877
|
__typename?: 'MercuryPlanAuthoritySetting';
|
|
158878
|
+
focusAreaType?: Maybe<MercuryFocusAreaType>;
|
|
158879
|
+
focusAreaTypeId?: Maybe<Scalars['ID']['output']>;
|
|
158261
158880
|
globalOrganizationType?: Maybe<MercuryOrganizationType>;
|
|
158262
158881
|
};
|
|
158882
|
+
export declare type MercuryPlanConnection = {
|
|
158883
|
+
__typename?: 'MercuryPlanConnection';
|
|
158884
|
+
edges?: Maybe<Array<MercuryPlanEdge>>;
|
|
158885
|
+
pageInfo: PageInfo;
|
|
158886
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
158887
|
+
};
|
|
158888
|
+
export declare type MercuryPlanEdge = {
|
|
158889
|
+
__typename?: 'MercuryPlanEdge';
|
|
158890
|
+
cursor: Scalars['String']['output'];
|
|
158891
|
+
node?: Maybe<MercuryPlan>;
|
|
158892
|
+
};
|
|
158893
|
+
export declare type MercuryPlanFocusAreaLink = {
|
|
158894
|
+
__typename?: 'MercuryPlanFocusAreaLink';
|
|
158895
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
158896
|
+
id: Scalars['ID']['output'];
|
|
158897
|
+
};
|
|
158898
|
+
export declare type MercuryPlanFocusAreaLinkConnection = {
|
|
158899
|
+
__typename?: 'MercuryPlanFocusAreaLinkConnection';
|
|
158900
|
+
edges?: Maybe<Array<MercuryPlanFocusAreaLinkEdge>>;
|
|
158901
|
+
pageInfo: PageInfo;
|
|
158902
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
158903
|
+
};
|
|
158904
|
+
export declare type MercuryPlanFocusAreaLinkEdge = {
|
|
158905
|
+
__typename?: 'MercuryPlanFocusAreaLinkEdge';
|
|
158906
|
+
cursor: Scalars['String']['output'];
|
|
158907
|
+
node?: Maybe<MercuryPlanFocusAreaLink>;
|
|
158908
|
+
};
|
|
158909
|
+
export declare type MercuryPlanFocusAreaLinks = {
|
|
158910
|
+
__typename?: 'MercuryPlanFocusAreaLinks';
|
|
158911
|
+
focusAreaLinks: MercuryPlanFocusAreaLinkConnection;
|
|
158912
|
+
};
|
|
158913
|
+
export declare enum MercuryPlanType {
|
|
158914
|
+
Baseline = "BASELINE",
|
|
158915
|
+
Draft = "DRAFT"
|
|
158916
|
+
}
|
|
158917
|
+
export declare type MercuryPlansMutationApi = {
|
|
158918
|
+
__typename?: 'MercuryPlansMutationApi';
|
|
158919
|
+
createDraftPlan?: Maybe<MercuryCreateDraftPlanPayload>;
|
|
158920
|
+
linkFocusAreasToPlan?: Maybe<MercuryLinkFocusAreasToPlanPayload>;
|
|
158921
|
+
unlinkFocusAreasFromPlan?: Maybe<MercuryUnlinkFocusAreasFromPlanPayload>;
|
|
158922
|
+
};
|
|
158923
|
+
export declare type MercuryPlansMutationApiCreateDraftPlanArgs = {
|
|
158924
|
+
input: MercuryCreateDraftPlanInput;
|
|
158925
|
+
};
|
|
158926
|
+
export declare type MercuryPlansMutationApiLinkFocusAreasToPlanArgs = {
|
|
158927
|
+
input: MercuryLinkFocusAreasToPlanInput;
|
|
158928
|
+
};
|
|
158929
|
+
export declare type MercuryPlansMutationApiUnlinkFocusAreasFromPlanArgs = {
|
|
158930
|
+
input: MercuryUnlinkFocusAreasFromPlanInput;
|
|
158931
|
+
};
|
|
158932
|
+
export declare type MercuryPlansQueryApi = {
|
|
158933
|
+
__typename?: 'MercuryPlansQueryApi';
|
|
158934
|
+
plans?: Maybe<Array<MercuryPlan>>;
|
|
158935
|
+
plansSearch?: Maybe<MercuryPlanConnection>;
|
|
158936
|
+
};
|
|
158937
|
+
export declare type MercuryPlansQueryApiPlansArgs = {
|
|
158938
|
+
ids: Array<Scalars['ID']['input']>;
|
|
158939
|
+
};
|
|
158940
|
+
export declare type MercuryPlansQueryApiPlansSearchArgs = {
|
|
158941
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
158942
|
+
cloudId: Scalars['ID']['input'];
|
|
158943
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158944
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
158945
|
+
};
|
|
158263
158946
|
export declare type MercuryPortfolio = {
|
|
158264
158947
|
__typename?: 'MercuryPortfolio';
|
|
158265
158948
|
aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedPortfolioStatusCount>;
|
|
@@ -158754,6 +159437,7 @@ export declare type MercuryQueryApi = {
|
|
|
158754
159437
|
focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
|
|
158755
159438
|
focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
|
|
158756
159439
|
focusAreaHierarchy?: Maybe<MercuryFocusAreaHierarchy>;
|
|
159440
|
+
focusAreaRankingCount?: Maybe<Scalars['Int']['output']>;
|
|
158757
159441
|
focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
|
|
158758
159442
|
focusAreaStatusUpdatesByAris?: Maybe<Array<MercuryFocusAreaStatusUpdate>>;
|
|
158759
159443
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
@@ -158850,6 +159534,11 @@ export declare type MercuryQueryApiFocusAreaHierarchiesSearchArgs = {
|
|
|
158850
159534
|
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
158851
159535
|
id: Scalars['ID']['input'];
|
|
158852
159536
|
};
|
|
159537
|
+
export declare type MercuryQueryApiFocusAreaRankingCountArgs = {
|
|
159538
|
+
containerId: Scalars['ID']['input'];
|
|
159539
|
+
containerType: MercuryRankingContainerType;
|
|
159540
|
+
groupType: MercuryRankingGroupType;
|
|
159541
|
+
};
|
|
158853
159542
|
export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
|
|
158854
159543
|
cloudId: Scalars['ID']['input'];
|
|
158855
159544
|
};
|
|
@@ -158933,6 +159622,10 @@ export declare type MercuryRecreatePortfolioFocusAreasInput = {
|
|
|
158933
159622
|
id: Scalars['ID']['input'];
|
|
158934
159623
|
rankVersion?: InputMaybe<Scalars['String']['input']>;
|
|
158935
159624
|
};
|
|
159625
|
+
export declare type MercuryRemainingEstimateBenefitAtCompletion = {
|
|
159626
|
+
__typename?: 'MercuryRemainingEstimateBenefitAtCompletion';
|
|
159627
|
+
total?: Maybe<MercuryMoney>;
|
|
159628
|
+
};
|
|
158936
159629
|
export declare type MercuryRemainingEstimateCostAtCompletion = {
|
|
158937
159630
|
__typename?: 'MercuryRemainingEstimateCostAtCompletion';
|
|
158938
159631
|
total?: Maybe<MercuryMoney>;
|
|
@@ -159108,6 +159801,18 @@ export declare type MercuryRequestPositionsChangeInput = {
|
|
|
159108
159801
|
positionsAmount?: InputMaybe<Scalars['Int']['input']>;
|
|
159109
159802
|
targetFocusAreaId: Scalars['ID']['input'];
|
|
159110
159803
|
};
|
|
159804
|
+
export declare type MercuryRerankFocusAreaAbsoluteInput = {
|
|
159805
|
+
containerId: Scalars['ID']['input'];
|
|
159806
|
+
containerType: MercuryRankingContainerType;
|
|
159807
|
+
focusAreaId: Scalars['ID']['input'];
|
|
159808
|
+
newRank?: InputMaybe<Scalars['Int']['input']>;
|
|
159809
|
+
};
|
|
159810
|
+
export declare type MercuryRerankFocusAreaAbsolutePayload = Payload & {
|
|
159811
|
+
__typename?: 'MercuryRerankFocusAreaAbsolutePayload';
|
|
159812
|
+
errors?: Maybe<Array<MutationError>>;
|
|
159813
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
159814
|
+
success: Scalars['Boolean']['output'];
|
|
159815
|
+
};
|
|
159111
159816
|
export declare type MercuryRerankFocusAreasInput = {
|
|
159112
159817
|
afterFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
|
|
159113
159818
|
containerId: Scalars['ID']['input'];
|
|
@@ -159529,6 +160234,15 @@ export declare type MercurySetFocusAreaCustomFieldsPayload = Payload & {
|
|
|
159529
160234
|
errors?: Maybe<Array<MutationError>>;
|
|
159530
160235
|
success: Scalars['Boolean']['output'];
|
|
159531
160236
|
};
|
|
160237
|
+
export declare type MercurySetGlobalPlanAuthorityFocusAreaLevelInput = {
|
|
160238
|
+
focusAreaTypeId: Scalars['ID']['input'];
|
|
160239
|
+
};
|
|
160240
|
+
export declare type MercurySetGlobalPlanAuthorityFocusAreaLevelPayload = Payload & {
|
|
160241
|
+
__typename?: 'MercurySetGlobalPlanAuthorityFocusAreaLevelPayload';
|
|
160242
|
+
errors?: Maybe<Array<MutationError>>;
|
|
160243
|
+
planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
|
|
160244
|
+
success: Scalars['Boolean']['output'];
|
|
160245
|
+
};
|
|
159532
160246
|
export declare type MercurySetGlobalPlanAuthorityOrgLevelInput = {
|
|
159533
160247
|
cloudId: Scalars['ID']['input'];
|
|
159534
160248
|
organizationTypeId: Scalars['ID']['input'];
|
|
@@ -160320,6 +161034,16 @@ export declare type MercuryUndoDismissInsightPayload = Payload & {
|
|
|
160320
161034
|
errors?: Maybe<Array<MutationError>>;
|
|
160321
161035
|
success: Scalars['Boolean']['output'];
|
|
160322
161036
|
};
|
|
161037
|
+
export declare type MercuryUnlinkFocusAreasFromPlanInput = {
|
|
161038
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
161039
|
+
planId: Scalars['ID']['input'];
|
|
161040
|
+
};
|
|
161041
|
+
export declare type MercuryUnlinkFocusAreasFromPlanPayload = Payload & {
|
|
161042
|
+
__typename?: 'MercuryUnlinkFocusAreasFromPlanPayload';
|
|
161043
|
+
errors?: Maybe<Array<MutationError>>;
|
|
161044
|
+
plan?: Maybe<MercuryPlan>;
|
|
161045
|
+
success: Scalars['Boolean']['output'];
|
|
161046
|
+
};
|
|
160323
161047
|
export declare type MercuryUnlinkGoalsFromChangeProposalInput = {
|
|
160324
161048
|
changeProposalAri: Scalars['ID']['input'];
|
|
160325
161049
|
goalAris: Array<Scalars['ID']['input']>;
|
|
@@ -162514,6 +163238,7 @@ export declare type Mutation = {
|
|
|
162514
163238
|
jira_removeCustomFieldTranslation?: Maybe<JiraRemoveCustomFieldTranslationPayload>;
|
|
162515
163239
|
jira_removeFieldsFromFieldScheme?: Maybe<JiraRemoveFieldsFromFieldSchemePayload>;
|
|
162516
163240
|
jira_removeIssueFromSprint?: Maybe<JiraRemoveIssueFromSprintPayload>;
|
|
163241
|
+
jira_removeLinkedAgentContextItem?: Maybe<JiraRemoveLinkedAgentContextItemPayload>;
|
|
162517
163242
|
jira_removeTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
|
|
162518
163243
|
jira_renameBoardViewStatusColumn?: Maybe<JiraRenameBoardViewStatusColumnPayload>;
|
|
162519
163244
|
jira_renameProjectLevelSidebarMenuItem?: Maybe<JiraRenameProjectLevelSidebarMenuItemPayload>;
|
|
@@ -162598,6 +163323,7 @@ export declare type Mutation = {
|
|
|
162598
163323
|
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
162599
163324
|
jira_updateIssueSearchFormattingRule?: Maybe<JiraUpdateIssueSearchFormattingRulePayload>;
|
|
162600
163325
|
jira_updateIssueType?: Maybe<JiraUpsertIssueTypePayload>;
|
|
163326
|
+
jira_updateParentAndRank?: Maybe<JiraUpdateParentAndRankPayload>;
|
|
162601
163327
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
162602
163328
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
162603
163329
|
jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
|
|
@@ -162699,6 +163425,7 @@ export declare type Mutation = {
|
|
|
162699
163425
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
162700
163426
|
mercury_insights?: Maybe<MercuryInsightsMutationApi>;
|
|
162701
163427
|
mercury_organizations?: Maybe<MercuryOrganizationsMutationApi>;
|
|
163428
|
+
mercury_plans?: Maybe<MercuryPlansMutationApi>;
|
|
162702
163429
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
162703
163430
|
mercury_risks?: Maybe<MercuryRisksMutationApi>;
|
|
162704
163431
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
@@ -163434,7 +164161,7 @@ export declare type MutationAgentWorkspace_CreateSkillArgs = {
|
|
|
163434
164161
|
input: AgentWorkspaceSkillCreateInput;
|
|
163435
164162
|
};
|
|
163436
164163
|
export declare type MutationAgentWorkspace_CreateWfoSummaryViewArgs = {
|
|
163437
|
-
|
|
164164
|
+
input: AgentWorkspaceCreateWfoSummaryViewInput;
|
|
163438
164165
|
};
|
|
163439
164166
|
export declare type MutationAgentWorkspace_DeleteScheduleArgs = {
|
|
163440
164167
|
input: AgentWorkspaceDeleteScheduleInput;
|
|
@@ -166648,6 +167375,10 @@ export declare type MutationJira_RemoveFieldsFromFieldSchemeArgs = {
|
|
|
166648
167375
|
export declare type MutationJira_RemoveIssueFromSprintArgs = {
|
|
166649
167376
|
input: JiraRemoveIssueFromSprintInput;
|
|
166650
167377
|
};
|
|
167378
|
+
export declare type MutationJira_RemoveLinkedAgentContextItemArgs = {
|
|
167379
|
+
cloudId: Scalars['ID']['input'];
|
|
167380
|
+
input: JiraRemoveLinkedAgentContextItemInput;
|
|
167381
|
+
};
|
|
166651
167382
|
export declare type MutationJira_RemoveTimelineIssueLinkArgs = {
|
|
166652
167383
|
cloudId: Scalars['ID']['input'];
|
|
166653
167384
|
input: JiraRemoveTimelineIssueLinkInput;
|
|
@@ -166918,6 +167649,9 @@ export declare type MutationJira_UpdateIssueSearchFormattingRuleArgs = {
|
|
|
166918
167649
|
export declare type MutationJira_UpdateIssueTypeArgs = {
|
|
166919
167650
|
input: JiraUpdateIssueTypeInput;
|
|
166920
167651
|
};
|
|
167652
|
+
export declare type MutationJira_UpdateParentAndRankArgs = {
|
|
167653
|
+
input: JiraUpdateParentAndRankInput;
|
|
167654
|
+
};
|
|
166921
167655
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
166922
167656
|
input: JiraUpdateBackgroundInput;
|
|
166923
167657
|
};
|
|
@@ -167065,6 +167799,7 @@ export declare type MutationKitsune_CreateFieldArgs = {
|
|
|
167065
167799
|
export declare type MutationKitsune_CreateInsightArgs = {
|
|
167066
167800
|
content?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
167067
167801
|
externalId?: InputMaybe<Scalars['ID']['input']>;
|
|
167802
|
+
ideaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
167068
167803
|
snippets?: InputMaybe<Array<InputMaybe<KitsuneSnippetInput>>>;
|
|
167069
167804
|
spaceAri: Scalars['ID']['input'];
|
|
167070
167805
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -167206,6 +167941,7 @@ export declare type MutationKitsune_UpdateInsightArgs = {
|
|
|
167206
167941
|
content?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
167207
167942
|
externalId?: InputMaybe<Scalars['ID']['input']>;
|
|
167208
167943
|
id: Scalars['ID']['input'];
|
|
167944
|
+
ideaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
167209
167945
|
summaryContent?: InputMaybe<Scalars['KitsuneADF']['input']>;
|
|
167210
167946
|
title?: InputMaybe<Scalars['String']['input']>;
|
|
167211
167947
|
};
|
|
@@ -168585,6 +169321,7 @@ export declare type MyActivityWorkedOnArgs = {
|
|
|
168585
169321
|
};
|
|
168586
169322
|
export declare type MyActivityFilter = {
|
|
168587
169323
|
arguments?: InputMaybe<ActivityFilterArgs>;
|
|
169324
|
+
collabContextId?: InputMaybe<Scalars['ID']['input']>;
|
|
168588
169325
|
rootContainerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
168589
169326
|
type?: InputMaybe<ActivitiesFilterType>;
|
|
168590
169327
|
};
|
|
@@ -170289,6 +171026,10 @@ export declare type PersonEdge = {
|
|
|
170289
171026
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
170290
171027
|
node?: Maybe<Person>;
|
|
170291
171028
|
};
|
|
171029
|
+
export declare enum PlanAccessFilter {
|
|
171030
|
+
Private = "PRIVATE",
|
|
171031
|
+
Public = "PUBLIC"
|
|
171032
|
+
}
|
|
170292
171033
|
export declare type PlanModeCardCreateInput = {
|
|
170293
171034
|
boardId: Scalars['ID']['input'];
|
|
170294
171035
|
destination: PlanModeDestination;
|
|
@@ -172475,6 +173216,7 @@ export declare type Query = {
|
|
|
172475
173216
|
goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
|
|
172476
173217
|
goals_byKey?: Maybe<TownsquareGoal>;
|
|
172477
173218
|
goals_capabilities?: Maybe<TownsquareGoalAppCapabilities>;
|
|
173219
|
+
goals_directoryViewById?: Maybe<TownsquareDirectoryView>;
|
|
172478
173220
|
goals_explainSearch?: Maybe<TownsquareSearchExplanation>;
|
|
172479
173221
|
goals_fullHierarchySearch?: Maybe<TownsquareGoalConnection>;
|
|
172480
173222
|
goals_goalStatuses?: Maybe<Array<TownsquareStatus>>;
|
|
@@ -172485,6 +173227,7 @@ export declare type Query = {
|
|
|
172485
173227
|
goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
|
|
172486
173228
|
goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
|
|
172487
173229
|
goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
|
|
173230
|
+
goals_msTeamsTenants?: Maybe<Array<Maybe<TownsquareMsTeamsTenant>>>;
|
|
172488
173231
|
goals_search?: Maybe<TownsquareGoalConnection>;
|
|
172489
173232
|
goals_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
172490
173233
|
goals_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
|
|
@@ -173759,6 +174502,8 @@ export declare type Query = {
|
|
|
173759
174502
|
graphStore_focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
173760
174503
|
graphStore_focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
|
|
173761
174504
|
graphStore_focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
174505
|
+
graphStore_getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
|
|
174506
|
+
graphStore_getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
|
|
173762
174507
|
graphStore_graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
173763
174508
|
graphStore_graphDocumentReplicates3pDocumentGoogleDriveDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveDocumentInverseConnection>;
|
|
173764
174509
|
graphStore_graphDocumentReplicates3pDocumentGoogleDriveOtherInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveOtherInverseConnection>;
|
|
@@ -174624,6 +175369,7 @@ export declare type Query = {
|
|
|
174624
175369
|
jiraServers?: Maybe<JiraServersResult>;
|
|
174625
175370
|
jira_agentContextSources?: Maybe<JiraAgentContextItemConnection>;
|
|
174626
175371
|
jira_agentSessionsIsPlanModeEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
175372
|
+
jira_availableStatuses?: Maybe<JiraStatusConnection>;
|
|
174627
175373
|
jira_backlog?: Maybe<JiraBacklog>;
|
|
174628
175374
|
jira_backlogView?: Maybe<JiraBacklogView>;
|
|
174629
175375
|
jira_backlogViewCardListsByIds?: Maybe<Array<JiraBacklogViewCardList>>;
|
|
@@ -174810,6 +175556,7 @@ export declare type Query = {
|
|
|
174810
175556
|
mercury_jiraProvider?: Maybe<MercuryJiraProviderQueryApi>;
|
|
174811
175557
|
mercury_normalizedWork?: Maybe<MercuryWorkNormalizationQueryApi>;
|
|
174812
175558
|
mercury_organizations?: Maybe<MercuryOrganizationsQueryApi>;
|
|
175559
|
+
mercury_plans?: Maybe<MercuryPlansQueryApi>;
|
|
174813
175560
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
174814
175561
|
mercury_risks?: Maybe<MercuryRisksQueryApi>;
|
|
174815
175562
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
|
|
@@ -174896,8 +175643,10 @@ export declare type Query = {
|
|
|
174896
175643
|
projects_canCreateProjectFusion?: Maybe<TownsquareProjectsCanCreateProjectFusionPayload>;
|
|
174897
175644
|
projects_capabilities?: Maybe<TownsquareProjectAppCapabilities>;
|
|
174898
175645
|
projects_customFieldDefinitionSearch?: Maybe<TownsquareCustomFieldDefinitionConnection>;
|
|
175646
|
+
projects_directoryViewById?: Maybe<TownsquareDirectoryView>;
|
|
174899
175647
|
projects_explainSearch?: Maybe<TownsquareSearchExplanation>;
|
|
174900
175648
|
projects_linksByIds?: Maybe<Array<Maybe<TownsquareLink>>>;
|
|
175649
|
+
projects_msTeamsTenants?: Maybe<Array<Maybe<TownsquareMsTeamsTenant>>>;
|
|
174901
175650
|
projects_search?: Maybe<TownsquareProjectConnection>;
|
|
174902
175651
|
projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
|
|
174903
175652
|
projects_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
|
|
@@ -176050,7 +176799,7 @@ export declare type QueryAgentWorkspace_UtilizationForPendingChangesArgs = {
|
|
|
176050
176799
|
input: AgentWorkspaceUtilizationForPendingChangesInput;
|
|
176051
176800
|
};
|
|
176052
176801
|
export declare type QueryAgentWorkspace_WfoSummaryViewArgs = {
|
|
176053
|
-
|
|
176802
|
+
input: AgentWorkspaceWfoSummaryViewQueryInput;
|
|
176054
176803
|
};
|
|
176055
176804
|
export declare type QueryAgentWorkspace_WorkloadJqlConfigArgs = {
|
|
176056
176805
|
projectAri: Scalars['ID']['input'];
|
|
@@ -176151,6 +176900,7 @@ export declare type QueryAiops_LatestInvestigationByEntityTypeIdArgs = {
|
|
|
176151
176900
|
export declare type QueryAiops_ServiceActivityTimelineArgs = {
|
|
176152
176901
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
176153
176902
|
cloudId: Scalars['ID']['input'];
|
|
176903
|
+
entityTypes?: InputMaybe<Array<AiOpsActivityEntityType>>;
|
|
176154
176904
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
176155
176905
|
serviceName: Scalars['String']['input'];
|
|
176156
176906
|
windowEnd: Scalars['DateTime']['input'];
|
|
@@ -179225,6 +179975,10 @@ export declare type QueryGoals_ByKeyArgs = {
|
|
|
179225
179975
|
export declare type QueryGoals_CapabilitiesArgs = {
|
|
179226
179976
|
containerId: Scalars['ID']['input'];
|
|
179227
179977
|
};
|
|
179978
|
+
export declare type QueryGoals_DirectoryViewByIdArgs = {
|
|
179979
|
+
containerId: Scalars['ID']['input'];
|
|
179980
|
+
directoryId: Scalars['ID']['input'];
|
|
179981
|
+
};
|
|
179228
179982
|
export declare type QueryGoals_ExplainSearchArgs = {
|
|
179229
179983
|
containerId: Scalars['ID']['input'];
|
|
179230
179984
|
directoryViewId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -179270,6 +180024,9 @@ export declare type QueryGoals_MetricValuesByIdsArgs = {
|
|
|
179270
180024
|
export declare type QueryGoals_MetricsByIdsArgs = {
|
|
179271
180025
|
metricIds: Array<Scalars['ID']['input']>;
|
|
179272
180026
|
};
|
|
180027
|
+
export declare type QueryGoals_MsTeamsTenantsArgs = {
|
|
180028
|
+
goalId: Scalars['ID']['input'];
|
|
180029
|
+
};
|
|
179273
180030
|
export declare type QueryGoals_SearchArgs = {
|
|
179274
180031
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
179275
180032
|
containerId: Scalars['ID']['input'];
|
|
@@ -188483,6 +189240,16 @@ export declare type QueryGraphStore_FocusAreaHasWatcherInverseBatchArgs = {
|
|
|
188483
189240
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
188484
189241
|
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
188485
189242
|
};
|
|
189243
|
+
export declare type QueryGraphStore_GetDynamicNodeTypesArgs = {
|
|
189244
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
189245
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
189246
|
+
workspaceAri: Scalars['ID']['input'];
|
|
189247
|
+
};
|
|
189248
|
+
export declare type QueryGraphStore_GetDynamicRelationshipTypesArgs = {
|
|
189249
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
189250
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
189251
|
+
workspaceAri: Scalars['ID']['input'];
|
|
189252
|
+
};
|
|
188486
189253
|
export declare type QueryGraphStore_GraphDocument3pDocumentInverseArgs = {
|
|
188487
189254
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
188488
189255
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -194872,6 +195639,14 @@ export declare type QueryJira_AgentContextSourcesArgs = {
|
|
|
194872
195639
|
export declare type QueryJira_AgentSessionsIsPlanModeEnabledArgs = {
|
|
194873
195640
|
cloudId: Scalars['ID']['input'];
|
|
194874
195641
|
};
|
|
195642
|
+
export declare type QueryJira_AvailableStatusesArgs = {
|
|
195643
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
195644
|
+
category?: InputMaybe<JiraStatusCategoryFilter>;
|
|
195645
|
+
cloudId: Scalars['ID']['input'];
|
|
195646
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
195647
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
195648
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
195649
|
+
};
|
|
194875
195650
|
export declare type QueryJira_BacklogArgs = {
|
|
194876
195651
|
activeQuickFilters?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
194877
195652
|
boardId: Scalars['ID']['input'];
|
|
@@ -195220,6 +195995,7 @@ export declare type QueryKitsune_InsightsByIdeaArgs = {
|
|
|
195220
195995
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
195221
195996
|
ideaAri: Scalars['ID']['input'];
|
|
195222
195997
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
195998
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
195223
195999
|
};
|
|
195224
196000
|
export declare type QueryKitsune_JobsArgs = {
|
|
195225
196001
|
ids: Array<Scalars['ID']['input']>;
|
|
@@ -195843,6 +196619,10 @@ export declare type QueryProjects_CustomFieldDefinitionSearchArgs = {
|
|
|
195843
196619
|
sort?: InputMaybe<Array<InputMaybe<TownsquareCustomFieldSortEnum>>>;
|
|
195844
196620
|
workspaceUuid?: InputMaybe<Scalars['UUID']['input']>;
|
|
195845
196621
|
};
|
|
196622
|
+
export declare type QueryProjects_DirectoryViewByIdArgs = {
|
|
196623
|
+
containerId: Scalars['ID']['input'];
|
|
196624
|
+
directoryId: Scalars['ID']['input'];
|
|
196625
|
+
};
|
|
195846
196626
|
export declare type QueryProjects_ExplainSearchArgs = {
|
|
195847
196627
|
containerId: Scalars['ID']['input'];
|
|
195848
196628
|
directoryViewId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -195851,6 +196631,9 @@ export declare type QueryProjects_ExplainSearchArgs = {
|
|
|
195851
196631
|
export declare type QueryProjects_LinksByIdsArgs = {
|
|
195852
196632
|
linkIds: Array<Scalars['ID']['input']>;
|
|
195853
196633
|
};
|
|
196634
|
+
export declare type QueryProjects_MsTeamsTenantsArgs = {
|
|
196635
|
+
projectId: Scalars['ID']['input'];
|
|
196636
|
+
};
|
|
195854
196637
|
export declare type QueryProjects_SearchArgs = {
|
|
195855
196638
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
195856
196639
|
containerId: Scalars['String']['input'];
|
|
@@ -197486,7 +198269,6 @@ export declare type RadarMetricSettings = {
|
|
|
197486
198269
|
export declare type RadarMetricSettingsInput = {
|
|
197487
198270
|
metricKey: RadarOrgMetric;
|
|
197488
198271
|
metricType: RadarMetricType;
|
|
197489
|
-
orgId: Scalars['ID']['input'];
|
|
197490
198272
|
values?: InputMaybe<Array<RadarMetricValueInput>>;
|
|
197491
198273
|
};
|
|
197492
198274
|
export declare enum RadarMetricType {
|
|
@@ -197498,15 +198280,15 @@ export declare type RadarMetricValue = {
|
|
|
197498
198280
|
__typename?: 'RadarMetricValue';
|
|
197499
198281
|
dimensionName: Scalars['String']['output'];
|
|
197500
198282
|
id: Scalars['ID']['output'];
|
|
197501
|
-
scopeId
|
|
197502
|
-
scopeType
|
|
198283
|
+
scopeId: Scalars['String']['output'];
|
|
198284
|
+
scopeType: RadarMetricScopeType;
|
|
197503
198285
|
target: Scalars['Float']['output'];
|
|
197504
198286
|
tolerance?: Maybe<Scalars['Float']['output']>;
|
|
197505
198287
|
};
|
|
197506
198288
|
export declare type RadarMetricValueInput = {
|
|
197507
198289
|
dimensionName: Scalars['String']['input'];
|
|
197508
|
-
scopeId
|
|
197509
|
-
scopeType
|
|
198290
|
+
scopeId: Scalars['String']['input'];
|
|
198291
|
+
scopeType: RadarMetricScopeType;
|
|
197510
198292
|
target: Scalars['Float']['input'];
|
|
197511
198293
|
tolerance?: InputMaybe<Scalars['Float']['input']>;
|
|
197512
198294
|
};
|
|
@@ -200385,6 +201167,7 @@ export declare type SearchQueryApiAsyncSearchArgs = {
|
|
|
200385
201167
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
200386
201168
|
matchingLayerExperimentsMetadata?: InputMaybe<SearchMatchingLayerExperimentsMetadata>;
|
|
200387
201169
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
201170
|
+
searchToolContext?: InputMaybe<SearchToolContext>;
|
|
200388
201171
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
200389
201172
|
};
|
|
200390
201173
|
export declare type SearchQueryApiConfigurationArgs = {
|
|
@@ -200416,6 +201199,7 @@ export declare type SearchQueryApiSearchArgs = {
|
|
|
200416
201199
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
200417
201200
|
matchingLayerExperimentsMetadata?: InputMaybe<SearchMatchingLayerExperimentsMetadata>;
|
|
200418
201201
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
201202
|
+
searchToolContext?: InputMaybe<SearchToolContext>;
|
|
200419
201203
|
sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
|
|
200420
201204
|
};
|
|
200421
201205
|
export declare type SearchQueryInfo = {
|
|
@@ -201009,6 +201793,7 @@ export declare type SearchResultMercuryRisk = SearchResult & {
|
|
|
201009
201793
|
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
201010
201794
|
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
201011
201795
|
ownerAri: Scalars['ID']['output'];
|
|
201796
|
+
risk?: Maybe<MercuryRisk>;
|
|
201012
201797
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
201013
201798
|
status: Scalars['String']['output'];
|
|
201014
201799
|
submitterAri: Scalars['ID']['output'];
|
|
@@ -201306,6 +202091,9 @@ export declare type SearchTimeseriesCount = {
|
|
|
201306
202091
|
__typename?: 'SearchTimeseriesCount';
|
|
201307
202092
|
nodes: Array<TimeseriesCountItem>;
|
|
201308
202093
|
};
|
|
202094
|
+
export declare type SearchToolContext = {
|
|
202095
|
+
isSynthetic?: InputMaybe<Scalars['Boolean']['input']>;
|
|
202096
|
+
};
|
|
201309
202097
|
export declare type SearchTrelloFilter = {
|
|
201310
202098
|
isRecentBias?: InputMaybe<Scalars['Boolean']['input']>;
|
|
201311
202099
|
};
|
|
@@ -220607,6 +221395,10 @@ export declare type SmartUserFeatures = {
|
|
|
220607
221395
|
recommendedPeople?: Maybe<Array<Maybe<RecommendedPeopleItem>>>;
|
|
220608
221396
|
recommendedSpaces?: Maybe<Array<Maybe<RecommendedSpaceItem>>>;
|
|
220609
221397
|
};
|
|
221398
|
+
export declare type SmartsCollaborator = {
|
|
221399
|
+
__typename?: 'SmartsCollaborator';
|
|
221400
|
+
userId: Scalars['ID']['output'];
|
|
221401
|
+
};
|
|
220610
221402
|
export declare type SmartsConfluenceContext = {
|
|
220611
221403
|
__typename?: 'SmartsConfluenceContext';
|
|
220612
221404
|
id: Scalars['ID']['output'];
|
|
@@ -220615,6 +221407,7 @@ export declare type SmartsConfluenceContext = {
|
|
|
220615
221407
|
export declare type SmartsContext = {
|
|
220616
221408
|
additionalContextList?: InputMaybe<Array<SmartsKeyValue>>;
|
|
220617
221409
|
containerId?: InputMaybe<Scalars['String']['input']>;
|
|
221410
|
+
excludeCollaboratorRecommendations?: InputMaybe<Scalars['Boolean']['input']>;
|
|
220618
221411
|
objectId?: InputMaybe<Scalars['String']['input']>;
|
|
220619
221412
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
220620
221413
|
tenantId: Scalars['String']['input'];
|
|
@@ -220733,6 +221526,8 @@ export declare type SmartsRecommendedContainer = {
|
|
|
220733
221526
|
export declare type SmartsRecommendedContainerData = ConfluenceSpace | JiraProject;
|
|
220734
221527
|
export declare type SmartsRecommendedContainerV2 = {
|
|
220735
221528
|
__typename?: 'SmartsRecommendedContainerV2';
|
|
221529
|
+
collaboratorScore?: Maybe<Scalars['Float']['output']>;
|
|
221530
|
+
collaborators?: Maybe<Array<SmartsCollaborator>>;
|
|
220736
221531
|
container?: Maybe<SmartsRecommendedContainerData>;
|
|
220737
221532
|
id: Scalars['ID']['output'];
|
|
220738
221533
|
score?: Maybe<Scalars['Float']['output']>;
|
|
@@ -223534,6 +224329,7 @@ export declare type StakeholderCommsNestedComponent = {
|
|
|
223534
224329
|
name?: Maybe<Scalars['String']['output']>;
|
|
223535
224330
|
pageId?: Maybe<Scalars['String']['output']>;
|
|
223536
224331
|
position?: Maybe<Scalars['Int']['output']>;
|
|
224332
|
+
service?: Maybe<DevOpsService>;
|
|
223537
224333
|
serviceId?: Maybe<Scalars['String']['output']>;
|
|
223538
224334
|
status?: Maybe<StakeholderCommsComponentStatus>;
|
|
223539
224335
|
type?: Maybe<StakeholderCommsComponentType>;
|
|
@@ -225522,6 +226318,7 @@ export declare type TeamCreateCustomFieldPayload = {
|
|
|
225522
226318
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
225523
226319
|
name: Scalars['String']['input'];
|
|
225524
226320
|
options?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
226321
|
+
scope?: InputMaybe<TeamCustomFieldScopeInput>;
|
|
225525
226322
|
type: TeamCustomFieldType;
|
|
225526
226323
|
};
|
|
225527
226324
|
export declare type TeamCreateCustomFieldValuePayload = {
|
|
@@ -225558,6 +226355,7 @@ export declare type TeamCustomFieldInfo = {
|
|
|
225558
226355
|
description?: Maybe<Scalars['String']['output']>;
|
|
225559
226356
|
id: Scalars['ID']['output'];
|
|
225560
226357
|
name: Scalars['String']['output'];
|
|
226358
|
+
teamType?: Maybe<TeamType>;
|
|
225561
226359
|
type: TeamCustomFieldType;
|
|
225562
226360
|
};
|
|
225563
226361
|
export declare type TeamCustomFieldKeyValues = {
|
|
@@ -225569,6 +226367,10 @@ export declare type TeamCustomFieldKeyValues = {
|
|
|
225569
226367
|
type: TeamCustomFieldType;
|
|
225570
226368
|
values?: Maybe<Array<TeamCustomFieldValue>>;
|
|
225571
226369
|
};
|
|
226370
|
+
export declare type TeamCustomFieldScopeInput = {
|
|
226371
|
+
teamTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
226372
|
+
userbase?: InputMaybe<Scalars['Boolean']['input']>;
|
|
226373
|
+
};
|
|
225572
226374
|
export declare enum TeamCustomFieldType {
|
|
225573
226375
|
Number = "NUMBER",
|
|
225574
226376
|
Selector = "SELECTOR",
|
|
@@ -225601,6 +226403,7 @@ export declare type TeamDetailedCustomFieldInfo = {
|
|
|
225601
226403
|
id: Scalars['ID']['output'];
|
|
225602
226404
|
name: Scalars['String']['output'];
|
|
225603
226405
|
options?: Maybe<Array<TeamCustomFieldValue>>;
|
|
226406
|
+
teamType?: Maybe<TeamType>;
|
|
225604
226407
|
type: TeamCustomFieldType;
|
|
225605
226408
|
};
|
|
225606
226409
|
export declare type TeamDisplayNameChange = {
|
|
@@ -226038,6 +226841,7 @@ export declare type TeamQuery = {
|
|
|
226038
226841
|
customField?: Maybe<TeamDetailedCustomFieldInfo>;
|
|
226039
226842
|
customFieldsWithinScope?: Maybe<Array<TeamCustomFieldInfo>>;
|
|
226040
226843
|
customFieldsWithinTeam?: Maybe<Array<TeamCustomFieldKeyValues>>;
|
|
226844
|
+
explainTeamsTql?: Maybe<TeamsTqlExplanation>;
|
|
226041
226845
|
getTeamExternalSourceDiff?: Maybe<TeamExternalSourceDiffPayload>;
|
|
226042
226846
|
notificationConfigurations?: Maybe<Array<TeamNotificationConfiguration>>;
|
|
226043
226847
|
roleAssignments?: Maybe<TeamRoleAssignmentsConnection>;
|
|
@@ -226063,6 +226867,9 @@ export declare type TeamQueryCustomFieldsWithinTeamArgs = {
|
|
|
226063
226867
|
scopeId: Scalars['ID']['input'];
|
|
226064
226868
|
teamId: Scalars['ID']['input'];
|
|
226065
226869
|
};
|
|
226870
|
+
export declare type TeamQueryExplainTeamsTqlArgs = {
|
|
226871
|
+
searchString: Scalars['String']['input'];
|
|
226872
|
+
};
|
|
226066
226873
|
export declare type TeamQueryGetTeamExternalSourceDiffArgs = {
|
|
226067
226874
|
input: TeamExternalSourceDiffInput;
|
|
226068
226875
|
};
|
|
@@ -226479,6 +227286,10 @@ export declare type TeamWithMembershipSyncPayload = Payload & {
|
|
|
226479
227286
|
success: Scalars['Boolean']['output'];
|
|
226480
227287
|
team?: Maybe<TeamV2>;
|
|
226481
227288
|
};
|
|
227289
|
+
export declare type TeamsTqlExplanation = {
|
|
227290
|
+
__typename?: 'TeamsTQLExplanation';
|
|
227291
|
+
explanation: Scalars['String']['output'];
|
|
227292
|
+
};
|
|
226482
227293
|
export declare enum TeamworkGraphUserViewedEntityType {
|
|
226483
227294
|
ConfluenceBlogpost = "ConfluenceBlogpost",
|
|
226484
227295
|
ConfluencePage = "ConfluencePage",
|
|
@@ -227469,6 +228280,17 @@ export declare type TownsquareDeleteRelationshipsPayload = {
|
|
|
227469
228280
|
relationships?: Maybe<Array<TownsquareRelationship>>;
|
|
227470
228281
|
success: Scalars['Boolean']['output'];
|
|
227471
228282
|
};
|
|
228283
|
+
export declare type TownsquareDirectoryView = {
|
|
228284
|
+
__typename?: 'TownsquareDirectoryView';
|
|
228285
|
+
entityType?: Maybe<TownsquareDirectoryViewEntityType>;
|
|
228286
|
+
id: Scalars['ID']['output'];
|
|
228287
|
+
isFavourite?: Maybe<Scalars['Boolean']['output']>;
|
|
228288
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
228289
|
+
};
|
|
228290
|
+
export declare enum TownsquareDirectoryViewEntityType {
|
|
228291
|
+
Goal = "GOAL",
|
|
228292
|
+
Project = "PROJECT"
|
|
228293
|
+
}
|
|
227472
228294
|
export declare type TownsquareDraftUpdate = {
|
|
227473
228295
|
__typename?: 'TownsquareDraftUpdate';
|
|
227474
228296
|
author?: Maybe<User>;
|
|
@@ -228220,8 +229042,14 @@ export declare type TownsquareGoalsAppSettings = {
|
|
|
228220
229042
|
__typename?: 'TownsquareGoalsAppSettings';
|
|
228221
229043
|
aiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
228222
229044
|
defaultGoalAccessLevel?: Maybe<TownsquareGoalAccessLevel>;
|
|
229045
|
+
goalTypes?: Maybe<TownsquareGoalTypeConnection>;
|
|
228223
229046
|
scoringMode?: Maybe<TownsquareGoalScoringMode>;
|
|
228224
229047
|
};
|
|
229048
|
+
export declare type TownsquareGoalsAppSettingsGoalTypesArgs = {
|
|
229049
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
229050
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
229051
|
+
includeDisabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
229052
|
+
};
|
|
228225
229053
|
export declare type TownsquareGoalsArchiveMetricInput = {
|
|
228226
229054
|
metricId: Scalars['ID']['input'];
|
|
228227
229055
|
};
|
|
@@ -228960,6 +229788,12 @@ export declare type TownsquareLocalizationField = {
|
|
|
228960
229788
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
228961
229789
|
messageId?: Maybe<Scalars['String']['output']>;
|
|
228962
229790
|
};
|
|
229791
|
+
export declare type TownsquareMsTeamsTenant = {
|
|
229792
|
+
__typename?: 'TownsquareMSTeamsTenant';
|
|
229793
|
+
azureId?: Maybe<Scalars['String']['output']>;
|
|
229794
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
229795
|
+
tenantId?: Maybe<Scalars['String']['output']>;
|
|
229796
|
+
};
|
|
228963
229797
|
export declare type TownsquareMercuryOriginalProjectStatusDto = MercuryOriginalProjectStatus & {
|
|
228964
229798
|
__typename?: 'TownsquareMercuryOriginalProjectStatusDto';
|
|
228965
229799
|
mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
|
|
@@ -229608,6 +230442,8 @@ export declare type TownsquareProjectManageAccessPayload = {
|
|
|
229608
230442
|
__typename?: 'TownsquareProjectManageAccessPayload';
|
|
229609
230443
|
addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareProjectAccessEdge>>>;
|
|
229610
230444
|
addedWatchers?: Maybe<Array<User>>;
|
|
230445
|
+
disconnectedMsteamsChannelIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
230446
|
+
disconnectedSlackChannelIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
229611
230447
|
errors?: Maybe<Array<MutationError>>;
|
|
229612
230448
|
project?: Maybe<TownsquareProject>;
|
|
229613
230449
|
removedWatcherIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -231038,6 +231874,7 @@ export declare type TrelloAcceptProposedEventsPayload = Payload & {
|
|
|
231038
231874
|
success: Scalars['Boolean']['output'];
|
|
231039
231875
|
};
|
|
231040
231876
|
export declare type TrelloAction = {
|
|
231877
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
231041
231878
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
231042
231879
|
creator?: Maybe<TrelloMember>;
|
|
231043
231880
|
date?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -231164,6 +232001,7 @@ export declare type TrelloActionTranslatableEntity = {
|
|
|
231164
232001
|
};
|
|
231165
232002
|
export declare type TrelloAddAttachmentToCardAction = TrelloAction & TrelloCardActionData & {
|
|
231166
232003
|
__typename?: 'TrelloAddAttachmentToCardAction';
|
|
232004
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
231167
232005
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
231168
232006
|
attachment?: Maybe<TrelloAttachment>;
|
|
231169
232007
|
board?: Maybe<TrelloBaseBoard>;
|
|
@@ -231209,6 +232047,7 @@ export declare type TrelloAddCampaignPayload = Payload & {
|
|
|
231209
232047
|
};
|
|
231210
232048
|
export declare type TrelloAddChecklistToCardAction = TrelloAction & TrelloCardActionData & {
|
|
231211
232049
|
__typename?: 'TrelloAddChecklistToCardAction';
|
|
232050
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
231212
232051
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
231213
232052
|
board?: Maybe<TrelloBaseBoard>;
|
|
231214
232053
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -231245,6 +232084,7 @@ export declare type TrelloAddMemberInput = {
|
|
|
231245
232084
|
};
|
|
231246
232085
|
export declare type TrelloAddMemberToCardAction = TrelloAction & TrelloCardActionData & {
|
|
231247
232086
|
__typename?: 'TrelloAddMemberToCardAction';
|
|
232087
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
231248
232088
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
231249
232089
|
board?: Maybe<TrelloBaseBoard>;
|
|
231250
232090
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -231309,6 +232149,86 @@ export declare type TrelloAdministeredPaidWorkspacesUpdated = {
|
|
|
231309
232149
|
__typename?: 'TrelloAdministeredPaidWorkspacesUpdated';
|
|
231310
232150
|
id: Scalars['ID']['output'];
|
|
231311
232151
|
};
|
|
232152
|
+
export declare type TrelloAgenticActivity = {
|
|
232153
|
+
__typename?: 'TrelloAgenticActivity';
|
|
232154
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
232155
|
+
id: Scalars['ID']['output'];
|
|
232156
|
+
lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
232157
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
232158
|
+
status?: Maybe<TrelloAgenticActivityStatus>;
|
|
232159
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
232160
|
+
targetId?: Maybe<Scalars['ID']['output']>;
|
|
232161
|
+
targetType?: Maybe<TrelloAgenticActivityTargetType>;
|
|
232162
|
+
};
|
|
232163
|
+
export declare type TrelloAgenticActivityConnection = {
|
|
232164
|
+
__typename?: 'TrelloAgenticActivityConnection';
|
|
232165
|
+
edges?: Maybe<Array<TrelloAgenticActivityEdge>>;
|
|
232166
|
+
nodes?: Maybe<Array<TrelloAgenticActivity>>;
|
|
232167
|
+
pageInfo: PageInfo;
|
|
232168
|
+
};
|
|
232169
|
+
export declare type TrelloAgenticActivityConnectionUpdated = {
|
|
232170
|
+
__typename?: 'TrelloAgenticActivityConnectionUpdated';
|
|
232171
|
+
edges?: Maybe<Array<TrelloAgenticActivityEdgeUpdated>>;
|
|
232172
|
+
};
|
|
232173
|
+
export declare type TrelloAgenticActivityEdge = {
|
|
232174
|
+
__typename?: 'TrelloAgenticActivityEdge';
|
|
232175
|
+
cursor: Scalars['String']['output'];
|
|
232176
|
+
node: TrelloAgenticActivity;
|
|
232177
|
+
};
|
|
232178
|
+
export declare type TrelloAgenticActivityEdgeUpdated = {
|
|
232179
|
+
__typename?: 'TrelloAgenticActivityEdgeUpdated';
|
|
232180
|
+
node: TrelloAgenticActivityUpdated;
|
|
232181
|
+
};
|
|
232182
|
+
export declare enum TrelloAgenticActivityStatus {
|
|
232183
|
+
Abandoned = "ABANDONED",
|
|
232184
|
+
Errored = "ERRORED",
|
|
232185
|
+
Succeeded = "SUCCEEDED",
|
|
232186
|
+
Working = "WORKING"
|
|
232187
|
+
}
|
|
232188
|
+
export declare enum TrelloAgenticActivityTargetType {
|
|
232189
|
+
Board = "BOARD",
|
|
232190
|
+
Card = "CARD",
|
|
232191
|
+
List = "LIST"
|
|
232192
|
+
}
|
|
232193
|
+
export declare type TrelloAgenticActivityUpdated = {
|
|
232194
|
+
__typename?: 'TrelloAgenticActivityUpdated';
|
|
232195
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentityUpdated>;
|
|
232196
|
+
id: Scalars['ID']['output'];
|
|
232197
|
+
lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
232198
|
+
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
232199
|
+
status?: Maybe<TrelloAgenticActivityStatus>;
|
|
232200
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
232201
|
+
targetId?: Maybe<Scalars['ID']['output']>;
|
|
232202
|
+
targetType?: Maybe<TrelloAgenticActivityTargetType>;
|
|
232203
|
+
};
|
|
232204
|
+
export declare type TrelloAgenticIdentity = {
|
|
232205
|
+
__typename?: 'TrelloAgenticIdentity';
|
|
232206
|
+
avatar?: Maybe<TrelloAgenticIdentityAvatar>;
|
|
232207
|
+
id: Scalars['ID']['output'];
|
|
232208
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
232209
|
+
status?: Maybe<TrelloAgenticIdentityStatus>;
|
|
232210
|
+
};
|
|
232211
|
+
export declare type TrelloAgenticIdentityAvatar = {
|
|
232212
|
+
__typename?: 'TrelloAgenticIdentityAvatar';
|
|
232213
|
+
imageScaled?: Maybe<Array<TrelloImagePreview>>;
|
|
232214
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
232215
|
+
};
|
|
232216
|
+
export declare type TrelloAgenticIdentityAvatarUpdated = {
|
|
232217
|
+
__typename?: 'TrelloAgenticIdentityAvatarUpdated';
|
|
232218
|
+
imageScaled?: Maybe<Array<TrelloImagePreview>>;
|
|
232219
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
232220
|
+
};
|
|
232221
|
+
export declare enum TrelloAgenticIdentityStatus {
|
|
232222
|
+
Active = "ACTIVE",
|
|
232223
|
+
Deactivated = "DEACTIVATED"
|
|
232224
|
+
}
|
|
232225
|
+
export declare type TrelloAgenticIdentityUpdated = {
|
|
232226
|
+
__typename?: 'TrelloAgenticIdentityUpdated';
|
|
232227
|
+
avatar?: Maybe<TrelloAgenticIdentityAvatarUpdated>;
|
|
232228
|
+
id: Scalars['ID']['output'];
|
|
232229
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
232230
|
+
status?: Maybe<TrelloAgenticIdentityStatus>;
|
|
232231
|
+
};
|
|
231312
232232
|
export declare type TrelloAiBoardGenericBoardInput = {
|
|
231313
232233
|
prompt: Scalars['String']['input'];
|
|
231314
232234
|
};
|
|
@@ -231590,6 +232510,7 @@ export declare type TrelloBaseBoardUpdatedEdge = {
|
|
|
231590
232510
|
};
|
|
231591
232511
|
export declare type TrelloBaseCard = {
|
|
231592
232512
|
actions?: Maybe<TrelloCardActionConnection>;
|
|
232513
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
|
|
231593
232514
|
aiMetadata?: Maybe<TrelloObjectAiMetadata>;
|
|
231594
232515
|
attachments?: Maybe<TrelloAttachmentConnection>;
|
|
231595
232516
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -231627,6 +232548,10 @@ export declare type TrelloBaseCardActionsArgs = {
|
|
|
231627
232548
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
231628
232549
|
type?: InputMaybe<Array<TrelloCardActionType>>;
|
|
231629
232550
|
};
|
|
232551
|
+
export declare type TrelloBaseCardAgenticActivitiesArgs = {
|
|
232552
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
232553
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
232554
|
+
};
|
|
231630
232555
|
export declare type TrelloBaseCardAttachmentsArgs = {
|
|
231631
232556
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
231632
232557
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -231655,6 +232580,7 @@ export declare type TrelloBaseCardMoved = {
|
|
|
231655
232580
|
};
|
|
231656
232581
|
export declare type TrelloBaseCardUpdated = {
|
|
231657
232582
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
232583
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
|
|
231658
232584
|
aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
|
|
231659
232585
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
231660
232586
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -232162,6 +233088,7 @@ export declare type TrelloCard = Node & TrelloBaseCard & {
|
|
|
232162
233088
|
__typename?: 'TrelloCard';
|
|
232163
233089
|
actions?: Maybe<TrelloCardActionConnection>;
|
|
232164
233090
|
agent?: Maybe<TrelloCardAgent>;
|
|
233091
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
|
|
232165
233092
|
aiMetadata?: Maybe<TrelloObjectAiMetadata>;
|
|
232166
233093
|
attachments?: Maybe<TrelloAttachmentConnection>;
|
|
232167
233094
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -232214,6 +233141,10 @@ export declare type TrelloCardActionsArgs = {
|
|
|
232214
233141
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
232215
233142
|
type?: InputMaybe<Array<TrelloCardActionType>>;
|
|
232216
233143
|
};
|
|
233144
|
+
export declare type TrelloCardAgenticActivitiesArgs = {
|
|
233145
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
233146
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
233147
|
+
};
|
|
232217
233148
|
export declare type TrelloCardAttachmentsArgs = {
|
|
232218
233149
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
232219
233150
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -232630,6 +233561,7 @@ export declare type TrelloCardUpdated = TrelloBaseCardUpdated & {
|
|
|
232630
233561
|
__typename?: 'TrelloCardUpdated';
|
|
232631
233562
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
232632
233563
|
agent?: Maybe<TrelloCardAgentUpdated>;
|
|
233564
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
|
|
232633
233565
|
aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
|
|
232634
233566
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
232635
233567
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -232827,6 +233759,7 @@ export declare type TrelloCloseListPayload = Payload & {
|
|
|
232827
233759
|
};
|
|
232828
233760
|
export declare type TrelloCommentCardAction = TrelloAction & TrelloCardActionData & {
|
|
232829
233761
|
__typename?: 'TrelloCommentCardAction';
|
|
233762
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
232830
233763
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
232831
233764
|
board?: Maybe<TrelloBaseBoard>;
|
|
232832
233765
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -232901,6 +233834,7 @@ export declare type TrelloCopiedCardSource = {
|
|
|
232901
233834
|
};
|
|
232902
233835
|
export declare type TrelloCopyCardAction = TrelloAction & TrelloCardActionData & {
|
|
232903
233836
|
__typename?: 'TrelloCopyCardAction';
|
|
233837
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
232904
233838
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
232905
233839
|
board?: Maybe<TrelloBaseBoard>;
|
|
232906
233840
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -232925,6 +233859,7 @@ export declare type TrelloCopyCardActionDisplayEntities = {
|
|
|
232925
233859
|
};
|
|
232926
233860
|
export declare type TrelloCopyCommentCardAction = TrelloAction & TrelloCardActionData & {
|
|
232927
233861
|
__typename?: 'TrelloCopyCommentCardAction';
|
|
233862
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
232928
233863
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
232929
233864
|
board?: Maybe<TrelloBaseBoard>;
|
|
232930
233865
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -232948,6 +233883,7 @@ export declare type TrelloCopyCommentCardActionDisplayEntities = {
|
|
|
232948
233883
|
};
|
|
232949
233884
|
export declare type TrelloCopyInboxCardAction = TrelloAction & TrelloCardActionData & {
|
|
232950
233885
|
__typename?: 'TrelloCopyInboxCardAction';
|
|
233886
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
232951
233887
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
232952
233888
|
board?: Maybe<TrelloBaseBoard>;
|
|
232953
233889
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -233016,6 +233952,7 @@ export declare type TrelloCreateBoardWithAiPayload = Payload & {
|
|
|
233016
233952
|
};
|
|
233017
233953
|
export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
|
|
233018
233954
|
__typename?: 'TrelloCreateCardAction';
|
|
233955
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
233019
233956
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
233020
233957
|
board?: Maybe<TrelloBaseBoard>;
|
|
233021
233958
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -233037,6 +233974,7 @@ export declare type TrelloCreateCardActionDisplayEntities = {
|
|
|
233037
233974
|
};
|
|
233038
233975
|
export declare type TrelloCreateCardFromCheckItemAction = TrelloAction & TrelloCardActionData & {
|
|
233039
233976
|
__typename?: 'TrelloCreateCardFromCheckItemAction';
|
|
233977
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
233040
233978
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
233041
233979
|
board?: Maybe<TrelloBaseBoard>;
|
|
233042
233980
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -233061,6 +233999,7 @@ export declare type TrelloCreateCardFromCheckItemActionDisplayEntities = {
|
|
|
233061
233999
|
};
|
|
233062
234000
|
export declare type TrelloCreateCardFromEmailAction = TrelloAction & TrelloCardActionData & {
|
|
233063
234001
|
__typename?: 'TrelloCreateCardFromEmailAction';
|
|
234002
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
233064
234003
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
233065
234004
|
board?: Maybe<TrelloBaseBoard>;
|
|
233066
234005
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -233156,6 +234095,7 @@ export declare type TrelloCreateCustomFieldPayload = Payload & {
|
|
|
233156
234095
|
};
|
|
233157
234096
|
export declare type TrelloCreateInboxCardAction = TrelloAction & TrelloCardActionData & {
|
|
233158
234097
|
__typename?: 'TrelloCreateInboxCardAction';
|
|
234098
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
233159
234099
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
233160
234100
|
board?: Maybe<TrelloBaseBoard>;
|
|
233161
234101
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -233386,6 +234326,7 @@ export declare type TrelloDeleteAiRulePayload = Payload & {
|
|
|
233386
234326
|
};
|
|
233387
234327
|
export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
233388
234328
|
__typename?: 'TrelloDeleteAttachmentFromCardAction';
|
|
234329
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
233389
234330
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
233390
234331
|
attachment?: Maybe<TrelloAttachment>;
|
|
233391
234332
|
board?: Maybe<TrelloBaseBoard>;
|
|
@@ -233737,6 +234678,7 @@ export declare type TrelloInboxPlannerEventCardsArgs = {
|
|
|
233737
234678
|
export declare type TrelloInboxCard = TrelloBaseCard & {
|
|
233738
234679
|
__typename?: 'TrelloInboxCard';
|
|
233739
234680
|
actions?: Maybe<TrelloCardActionConnection>;
|
|
234681
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
|
|
233740
234682
|
aiMetadata?: Maybe<TrelloObjectAiMetadata>;
|
|
233741
234683
|
attachments?: Maybe<TrelloAttachmentConnection>;
|
|
233742
234684
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -233774,6 +234716,10 @@ export declare type TrelloInboxCardActionsArgs = {
|
|
|
233774
234716
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
233775
234717
|
type?: InputMaybe<Array<TrelloCardActionType>>;
|
|
233776
234718
|
};
|
|
234719
|
+
export declare type TrelloInboxCardAgenticActivitiesArgs = {
|
|
234720
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
234721
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
234722
|
+
};
|
|
233777
234723
|
export declare type TrelloInboxCardAttachmentsArgs = {
|
|
233778
234724
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
233779
234725
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -233805,6 +234751,7 @@ export declare type TrelloInboxCardMoved = TrelloBaseCardMoved & {
|
|
|
233805
234751
|
export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
|
|
233806
234752
|
__typename?: 'TrelloInboxCardUpdated';
|
|
233807
234753
|
actions?: Maybe<TrelloCardActionConnectionUpdated>;
|
|
234754
|
+
agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
|
|
233808
234755
|
aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
|
|
233809
234756
|
attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
|
|
233810
234757
|
badges?: Maybe<TrelloCardBadges>;
|
|
@@ -234462,6 +235409,7 @@ export declare type TrelloModelMetadata = {
|
|
|
234462
235409
|
};
|
|
234463
235410
|
export declare type TrelloMoveCardAction = TrelloAction & TrelloCardActionData & {
|
|
234464
235411
|
__typename?: 'TrelloMoveCardAction';
|
|
235412
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
234465
235413
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
234466
235414
|
board?: Maybe<TrelloBaseBoard>;
|
|
234467
235415
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -234494,6 +235442,7 @@ export declare type TrelloMoveCardInput = {
|
|
|
234494
235442
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
234495
235443
|
cardId: Scalars['ID']['input'];
|
|
234496
235444
|
listId: Scalars['ID']['input'];
|
|
235445
|
+
position?: InputMaybe<TrelloPosition>;
|
|
234497
235446
|
};
|
|
234498
235447
|
export declare type TrelloMoveCardPayload = Payload & {
|
|
234499
235448
|
__typename?: 'TrelloMoveCardPayload';
|
|
@@ -234503,6 +235452,7 @@ export declare type TrelloMoveCardPayload = Payload & {
|
|
|
234503
235452
|
};
|
|
234504
235453
|
export declare type TrelloMoveCardToBoardAction = TrelloAction & TrelloCardActionData & {
|
|
234505
235454
|
__typename?: 'TrelloMoveCardToBoardAction';
|
|
235455
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
234506
235456
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
234507
235457
|
board?: Maybe<TrelloBaseBoard>;
|
|
234508
235458
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -234518,6 +235468,7 @@ export declare type TrelloMoveCardToBoardAction = TrelloAction & TrelloCardActio
|
|
|
234518
235468
|
};
|
|
234519
235469
|
export declare type TrelloMoveInboxCardToBoardAction = TrelloAction & TrelloCardActionData & {
|
|
234520
235470
|
__typename?: 'TrelloMoveInboxCardToBoardAction';
|
|
235471
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
234521
235472
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
234522
235473
|
board?: Maybe<TrelloBaseBoard>;
|
|
234523
235474
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -236283,6 +237234,7 @@ export declare type TrelloRemoveCardFromPlannerCalendarEventPayload = Payload &
|
|
|
236283
237234
|
};
|
|
236284
237235
|
export declare type TrelloRemoveChecklistFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
236285
237236
|
__typename?: 'TrelloRemoveChecklistFromCardAction';
|
|
237237
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
236286
237238
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
236287
237239
|
board?: Maybe<TrelloBaseBoard>;
|
|
236288
237240
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -236315,6 +237267,7 @@ export declare type TrelloRemoveLabelsFromCardPayload = Payload & {
|
|
|
236315
237267
|
};
|
|
236316
237268
|
export declare type TrelloRemoveMemberFromCardAction = TrelloAction & TrelloCardActionData & {
|
|
236317
237269
|
__typename?: 'TrelloRemoveMemberFromCardAction';
|
|
237270
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
236318
237271
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
236319
237272
|
board?: Maybe<TrelloBaseBoard>;
|
|
236320
237273
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -236914,6 +237867,7 @@ export declare type TrelloUpdateBoardVotingPermissionsPayload = Payload & {
|
|
|
236914
237867
|
};
|
|
236915
237868
|
export declare type TrelloUpdateCardClosedAction = TrelloAction & TrelloCardActionData & {
|
|
236916
237869
|
__typename?: 'TrelloUpdateCardClosedAction';
|
|
237870
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
236917
237871
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
236918
237872
|
board?: Maybe<TrelloBaseBoard>;
|
|
236919
237873
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -236934,6 +237888,7 @@ export declare type TrelloUpdateCardClosedActionDisplayEntities = {
|
|
|
236934
237888
|
};
|
|
236935
237889
|
export declare type TrelloUpdateCardCompleteAction = TrelloAction & TrelloCardActionData & {
|
|
236936
237890
|
__typename?: 'TrelloUpdateCardCompleteAction';
|
|
237891
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
236937
237892
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
236938
237893
|
board?: Maybe<TrelloBaseBoard>;
|
|
236939
237894
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -236983,6 +237938,7 @@ export declare type TrelloUpdateCardDescriptionPayload = Payload & {
|
|
|
236983
237938
|
};
|
|
236984
237939
|
export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
|
|
236985
237940
|
__typename?: 'TrelloUpdateCardDueAction';
|
|
237941
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
236986
237942
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
236987
237943
|
board?: Maybe<TrelloBaseBoard>;
|
|
236988
237944
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -237034,6 +237990,7 @@ export declare type TrelloUpdateCardPositionOnPlannerCalendarEventPayload = Payl
|
|
|
237034
237990
|
};
|
|
237035
237991
|
export declare type TrelloUpdateCardRecurrenceRuleAction = TrelloAction & TrelloCardActionData & {
|
|
237036
237992
|
__typename?: 'TrelloUpdateCardRecurrenceRuleAction';
|
|
237993
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
237037
237994
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
237038
237995
|
board?: Maybe<TrelloBaseBoard>;
|
|
237039
237996
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -237080,6 +238037,7 @@ export declare type TrelloUpdateCheckItemPayload = Payload & {
|
|
|
237080
238037
|
};
|
|
237081
238038
|
export declare type TrelloUpdateCheckItemStateOnCardAction = TrelloAction & TrelloCardActionData & {
|
|
237082
238039
|
__typename?: 'TrelloUpdateCheckItemStateOnCardAction';
|
|
238040
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
237083
238041
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
237084
238042
|
board?: Maybe<TrelloBaseBoard>;
|
|
237085
238043
|
card?: Maybe<TrelloBaseCard>;
|
|
@@ -237123,6 +238081,7 @@ export declare type TrelloUpdateCustomFieldInput = {
|
|
|
237123
238081
|
};
|
|
237124
238082
|
export declare type TrelloUpdateCustomFieldItemAction = TrelloAction & TrelloCardActionData & {
|
|
237125
238083
|
__typename?: 'TrelloUpdateCustomFieldItemAction';
|
|
238084
|
+
agenticIdentity?: Maybe<TrelloAgenticIdentity>;
|
|
237126
238085
|
appCreator?: Maybe<TrelloAppCreator>;
|
|
237127
238086
|
board?: Maybe<TrelloBaseBoard>;
|
|
237128
238087
|
card?: Maybe<TrelloBaseCard>;
|