@forge/cli-shared 9.4.1-next.5 → 9.4.1-next.5-experimental-d477002
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 +14 -0
- package/out/graphql/graphql-types.d.ts +906 -88
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +166 -59
- package/package.json +2 -2
|
@@ -16249,6 +16249,21 @@ export declare enum AssetsVerticalDepreciationRuleErrorCode {
|
|
|
16249
16249
|
UsefulLifeYearsInvalid = "USEFUL_LIFE_YEARS_INVALID",
|
|
16250
16250
|
ValidationFailed = "VALIDATION_FAILED"
|
|
16251
16251
|
}
|
|
16252
|
+
export type AssetsVerticalDepreciationRuleHardwareFilterOption = {
|
|
16253
|
+
__typename?: 'AssetsVerticalDepreciationRuleHardwareFilterOption';
|
|
16254
|
+
objSchema?: Maybe<AssetsSchema>;
|
|
16255
|
+
objType?: Maybe<AssetsObjectType>;
|
|
16256
|
+
};
|
|
16257
|
+
export type AssetsVerticalDepreciationRuleHardwareFilterOptionConnection = {
|
|
16258
|
+
__typename?: 'AssetsVerticalDepreciationRuleHardwareFilterOptionConnection';
|
|
16259
|
+
edges: Array<AssetsVerticalDepreciationRuleHardwareFilterOptionEdge>;
|
|
16260
|
+
pageInfo: PageInfo;
|
|
16261
|
+
};
|
|
16262
|
+
export type AssetsVerticalDepreciationRuleHardwareFilterOptionEdge = {
|
|
16263
|
+
__typename?: 'AssetsVerticalDepreciationRuleHardwareFilterOptionEdge';
|
|
16264
|
+
cursor: Scalars['String']['output'];
|
|
16265
|
+
node: AssetsVerticalDepreciationRuleHardwareFilterOption;
|
|
16266
|
+
};
|
|
16252
16267
|
export type AssetsVerticalDepreciationRuleMutationErrorExtension = MutationErrorExtension & {
|
|
16253
16268
|
__typename?: 'AssetsVerticalDepreciationRuleMutationErrorExtension';
|
|
16254
16269
|
code?: Maybe<AssetsVerticalDepreciationRuleErrorCode>;
|
|
@@ -16374,6 +16389,21 @@ export type AssetsVerticalHardwareObjectsTotalCount = {
|
|
|
16374
16389
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
16375
16390
|
};
|
|
16376
16391
|
export type AssetsVerticalHardwareObjectsTotalCountResult = AssetsVerticalHardwareObjectsTotalCount | QueryError;
|
|
16392
|
+
export type AssetsVerticalHardwareParentFilterOption = {
|
|
16393
|
+
__typename?: 'AssetsVerticalHardwareParentFilterOption';
|
|
16394
|
+
objSchema?: Maybe<AssetsSchema>;
|
|
16395
|
+
parentObjectType?: Maybe<AssetsObjectType>;
|
|
16396
|
+
};
|
|
16397
|
+
export type AssetsVerticalHardwareParentFilterOptionConnection = {
|
|
16398
|
+
__typename?: 'AssetsVerticalHardwareParentFilterOptionConnection';
|
|
16399
|
+
edges: Array<AssetsVerticalHardwareParentFilterOptionEdge>;
|
|
16400
|
+
pageInfo: PageInfo;
|
|
16401
|
+
};
|
|
16402
|
+
export type AssetsVerticalHardwareParentFilterOptionEdge = {
|
|
16403
|
+
__typename?: 'AssetsVerticalHardwareParentFilterOptionEdge';
|
|
16404
|
+
cursor: Scalars['String']['output'];
|
|
16405
|
+
node: AssetsVerticalHardwareParentFilterOption;
|
|
16406
|
+
};
|
|
16377
16407
|
export type AssetsVerticalInsightCard = {
|
|
16378
16408
|
__typename?: 'AssetsVerticalInsightCard';
|
|
16379
16409
|
category: Scalars['String']['output'];
|
|
@@ -20972,6 +21002,7 @@ export type ChannelPlatformChatEntry = {
|
|
|
20972
21002
|
chatStatus: ChannelPlatformChatStatus;
|
|
20973
21003
|
initialConversationId: Scalars['String']['output'];
|
|
20974
21004
|
issueId: Scalars['String']['output'];
|
|
21005
|
+
issueKey?: Maybe<Scalars['String']['output']>;
|
|
20975
21006
|
latestConversationDisconnectReason?: Maybe<Scalars['String']['output']>;
|
|
20976
21007
|
latestConversationId: Scalars['String']['output'];
|
|
20977
21008
|
};
|
|
@@ -20984,11 +21015,6 @@ export declare enum ChannelPlatformChatStatus {
|
|
|
20984
21015
|
Active = "ACTIVE",
|
|
20985
21016
|
Closed = "CLOSED"
|
|
20986
21017
|
}
|
|
20987
|
-
export type ChannelPlatformCheckOtpVerifiedResponse = {
|
|
20988
|
-
__typename?: 'ChannelPlatformCheckOtpVerifiedResponse';
|
|
20989
|
-
success: Scalars['Boolean']['output'];
|
|
20990
|
-
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
20991
|
-
};
|
|
20992
21018
|
export type ChannelPlatformClientConfigDetailsResponse = {
|
|
20993
21019
|
__typename?: 'ChannelPlatformClientConfigDetailsResponse';
|
|
20994
21020
|
showCustomerLocalTimeToAgent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -21223,11 +21249,9 @@ export type ChannelPlatformSendOtpResponse = {
|
|
|
21223
21249
|
export type ChannelPlatformSubmitRequestInput = {
|
|
21224
21250
|
attributes?: InputMaybe<Scalars['JSON']['input']>;
|
|
21225
21251
|
customerIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
21226
|
-
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
21227
21252
|
metadata?: InputMaybe<Scalars['JSON']['input']>;
|
|
21228
21253
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
21229
21254
|
payload?: InputMaybe<Scalars['JSON']['input']>;
|
|
21230
|
-
resumeChat?: InputMaybe<Scalars['Boolean']['input']>;
|
|
21231
21255
|
};
|
|
21232
21256
|
export type ChannelPlatformSubmitRequestResponse = {
|
|
21233
21257
|
__typename?: 'ChannelPlatformSubmitRequestResponse';
|
|
@@ -21270,7 +21294,6 @@ export type ChannelPlatformTranscriptEntry = {
|
|
|
21270
21294
|
export type ChannelPlatformTranscriptRequest = {
|
|
21271
21295
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
21272
21296
|
isStaleTolerant?: InputMaybe<Scalars['Boolean']['input']>;
|
|
21273
|
-
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
21274
21297
|
role?: InputMaybe<ChannelPlatformRole>;
|
|
21275
21298
|
startAfterChatMessageId?: InputMaybe<Scalars['String']['input']>;
|
|
21276
21299
|
};
|
|
@@ -24759,6 +24782,7 @@ export type CommerceExpOrderBuilderInput = {
|
|
|
24759
24782
|
orderBuilderType: CommerceExpOrderBuilderType;
|
|
24760
24783
|
orderId?: InputMaybe<Scalars['String']['input']>;
|
|
24761
24784
|
promotionsInput?: InputMaybe<CommerceExpPromotionsInput>;
|
|
24785
|
+
reactivationOrderInput?: InputMaybe<CommerceExpReactivationOrderInput>;
|
|
24762
24786
|
transactionAccountId: Scalars['ID']['input'];
|
|
24763
24787
|
unbundleCollectionOrderInput?: InputMaybe<CommerceExpUnbundleCollectionOrderInput>;
|
|
24764
24788
|
undoScheduledDeactivationInput?: InputMaybe<CommerceExpUndoScheduledDeactivationInput>;
|
|
@@ -24774,6 +24798,7 @@ export declare enum CommerceExpOrderBuilderType {
|
|
|
24774
24798
|
OpsgenieMigration = "OPSGENIE_MIGRATION",
|
|
24775
24799
|
OptOutTrial = "OPT_OUT_TRIAL",
|
|
24776
24800
|
Promotions = "PROMOTIONS",
|
|
24801
|
+
ReactivationOrder = "REACTIVATION_ORDER",
|
|
24777
24802
|
UnbundleCollection = "UNBUNDLE_COLLECTION",
|
|
24778
24803
|
UndoScheduledDeactivation = "UNDO_SCHEDULED_DEACTIVATION"
|
|
24779
24804
|
}
|
|
@@ -25503,6 +25528,9 @@ export type CommerceExpRange = {
|
|
|
25503
25528
|
upperBound?: Maybe<Scalars['Int']['output']>;
|
|
25504
25529
|
};
|
|
25505
25530
|
export type CommerceExpReEstimateQuoteResult = CommerceExpCcpQuote | CommerceExpErrorResponse;
|
|
25531
|
+
export type CommerceExpReactivationOrderInput = {
|
|
25532
|
+
entitlementId: Scalars['String']['input'];
|
|
25533
|
+
};
|
|
25506
25534
|
export type CommerceExpRebillOptions = {
|
|
25507
25535
|
__typename?: 'CommerceExpRebillOptions';
|
|
25508
25536
|
billFromTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
@@ -35110,6 +35138,7 @@ export type ConfluenceNbmScanSummary = {
|
|
|
35110
35138
|
completedSpaces?: Maybe<Scalars['Int']['output']>;
|
|
35111
35139
|
endTime?: Maybe<Scalars['String']['output']>;
|
|
35112
35140
|
id: Scalars['ID']['output'];
|
|
35141
|
+
initiatorAccountId?: Maybe<Scalars['ID']['output']>;
|
|
35113
35142
|
shouldDisplayOnUI: Scalars['Boolean']['output'];
|
|
35114
35143
|
startTime?: Maybe<Scalars['String']['output']>;
|
|
35115
35144
|
status?: Maybe<ConfluenceNbmScanStatus>;
|
|
@@ -35204,6 +35233,7 @@ export type ConfluenceNbmTransformationJobSummary = {
|
|
|
35204
35233
|
__typename?: 'ConfluenceNbmTransformationJobSummary';
|
|
35205
35234
|
endTime?: Maybe<Scalars['String']['output']>;
|
|
35206
35235
|
id: Scalars['ID']['output'];
|
|
35236
|
+
initiatorAccountId?: Maybe<Scalars['ID']['output']>;
|
|
35207
35237
|
runMode?: Maybe<ConfluenceNbmTransformationRunMode>;
|
|
35208
35238
|
scanId?: Maybe<Scalars['ID']['output']>;
|
|
35209
35239
|
shouldDisplayOnUI: Scalars['Boolean']['output'];
|
|
@@ -40178,6 +40208,29 @@ export type ConvoAiAvailableSkillsResult = {
|
|
|
40178
40208
|
pageInfo: PageInfo;
|
|
40179
40209
|
totalCount: Scalars['Int']['output'];
|
|
40180
40210
|
};
|
|
40211
|
+
export type ConvoAiConfluenceAgentSession = {
|
|
40212
|
+
__typename?: 'ConvoAiConfluenceAgentSession';
|
|
40213
|
+
agentAccountId?: Maybe<Scalars['ID']['output']>;
|
|
40214
|
+
agentId?: Maybe<Scalars['ID']['output']>;
|
|
40215
|
+
id: Scalars['ID']['output'];
|
|
40216
|
+
isRovo?: Maybe<Scalars['Boolean']['output']>;
|
|
40217
|
+
lastStateChangeAt?: Maybe<Scalars['Long']['output']>;
|
|
40218
|
+
sessionAri?: Maybe<Scalars['ID']['output']>;
|
|
40219
|
+
startedAt?: Maybe<Scalars['Long']['output']>;
|
|
40220
|
+
state?: Maybe<Scalars['String']['output']>;
|
|
40221
|
+
title: Scalars['String']['output'];
|
|
40222
|
+
};
|
|
40223
|
+
export type ConvoAiConfluenceAgentSessionConnection = {
|
|
40224
|
+
__typename?: 'ConvoAiConfluenceAgentSessionConnection';
|
|
40225
|
+
errors?: Maybe<Array<QueryError>>;
|
|
40226
|
+
nodes: Array<ConvoAiConfluenceAgentSession>;
|
|
40227
|
+
pageInfo: ConvoAiConfluenceAgentSessionsPageInfo;
|
|
40228
|
+
};
|
|
40229
|
+
export type ConvoAiConfluenceAgentSessionsPageInfo = {
|
|
40230
|
+
__typename?: 'ConvoAiConfluenceAgentSessionsPageInfo';
|
|
40231
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
40232
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
40233
|
+
};
|
|
40181
40234
|
export type ConvoAiConfluenceSpaceRecommendation = {
|
|
40182
40235
|
__typename?: 'ConvoAiConfluenceSpaceRecommendation';
|
|
40183
40236
|
id: Scalars['ID']['output'];
|
|
@@ -44536,8 +44589,17 @@ export type CustomerServiceOmniInteractionMatchedIdentifier = {
|
|
|
44536
44589
|
lastObservedDate?: Maybe<Scalars['DateTime']['output']>;
|
|
44537
44590
|
lastWorkItemId?: Maybe<Scalars['ID']['output']>;
|
|
44538
44591
|
recentMatchCount: Scalars['Int']['output'];
|
|
44592
|
+
recentObservations?: Maybe<Array<CustomerServiceOmniInteractionRecentObservation>>;
|
|
44539
44593
|
};
|
|
44540
44594
|
export type CustomerServiceOmniInteractionQueryResult = CustomerServiceOmniInteraction | QueryError;
|
|
44595
|
+
export type CustomerServiceOmniInteractionRecentObservation = {
|
|
44596
|
+
__typename?: 'CustomerServiceOmniInteractionRecentObservation';
|
|
44597
|
+
interactionId: Scalars['ID']['output'];
|
|
44598
|
+
observedDate: Scalars['DateTime']['output'];
|
|
44599
|
+
workItem?: Maybe<JiraIssue>;
|
|
44600
|
+
workItemAri?: Maybe<Scalars['ID']['output']>;
|
|
44601
|
+
workItemId?: Maybe<Scalars['ID']['output']>;
|
|
44602
|
+
};
|
|
44541
44603
|
export type CustomerServiceOmniInteractionRelatedHelpseeker = {
|
|
44542
44604
|
__typename?: 'CustomerServiceOmniInteractionRelatedHelpseeker';
|
|
44543
44605
|
helpseeker?: Maybe<User>;
|
|
@@ -54418,6 +54480,7 @@ export type ForgeObservabilityPublishFrontendCustomMetricResponse = {
|
|
|
54418
54480
|
};
|
|
54419
54481
|
export type ForgeObservabilityPublishFrontendLogsInput = {
|
|
54420
54482
|
context: ForgeObservabilityFrontendLogContextInput;
|
|
54483
|
+
installationId: Scalars['ID']['input'];
|
|
54421
54484
|
logs: Array<ForgeObservabilityFrontendLogEntryInput>;
|
|
54422
54485
|
};
|
|
54423
54486
|
export type ForgeObservabilityPublishFrontendLogsResponse = {
|
|
@@ -55822,6 +55885,51 @@ export type GraphInferenceAiModelInput = {
|
|
|
55822
55885
|
id: Scalars['String']['input'];
|
|
55823
55886
|
reasoningLevel: Scalars['String']['input'];
|
|
55824
55887
|
};
|
|
55888
|
+
export type GraphInferenceDecisionDetails = {
|
|
55889
|
+
__typename?: 'GraphInferenceDecisionDetails';
|
|
55890
|
+
decidedAt?: Maybe<Scalars['String']['output']>;
|
|
55891
|
+
kind: GraphInferenceDecisionKind;
|
|
55892
|
+
status?: Maybe<GraphInferenceDecisionStatus>;
|
|
55893
|
+
};
|
|
55894
|
+
export type GraphInferenceDecisionInsight = GraphInferenceInsight & {
|
|
55895
|
+
__typename?: 'GraphInferenceDecisionInsight';
|
|
55896
|
+
associatedEntities: Array<GraphInferenceInsightEntity>;
|
|
55897
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
55898
|
+
content: Scalars['String']['output'];
|
|
55899
|
+
contentFormat: GraphInferenceInsightContentFormat;
|
|
55900
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
55901
|
+
decision: GraphInferenceDecisionDetails;
|
|
55902
|
+
id: Scalars['ID']['output'];
|
|
55903
|
+
insightType: GraphInferenceInsightType;
|
|
55904
|
+
sources: Array<GraphInferenceInsightSource>;
|
|
55905
|
+
subtype?: Maybe<GraphInferenceInsightSubtype>;
|
|
55906
|
+
title: Scalars['String']['output'];
|
|
55907
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
55908
|
+
};
|
|
55909
|
+
export declare enum GraphInferenceDecisionKind {
|
|
55910
|
+
Decided = "DECIDED",
|
|
55911
|
+
Open = "OPEN"
|
|
55912
|
+
}
|
|
55913
|
+
export declare enum GraphInferenceDecisionStatus {
|
|
55914
|
+
Accepted = "ACCEPTED",
|
|
55915
|
+
Proposed = "PROPOSED",
|
|
55916
|
+
Reversed = "REVERSED",
|
|
55917
|
+
Unknown = "UNKNOWN"
|
|
55918
|
+
}
|
|
55919
|
+
export type GraphInferenceDecisionSubtype = {
|
|
55920
|
+
__typename?: 'GraphInferenceDecisionSubtype';
|
|
55921
|
+
value: GraphInferenceDecisionSubtypeValue;
|
|
55922
|
+
};
|
|
55923
|
+
export declare enum GraphInferenceDecisionSubtypeValue {
|
|
55924
|
+
Commitment = "COMMITMENT",
|
|
55925
|
+
Design = "DESIGN",
|
|
55926
|
+
Other = "OTHER",
|
|
55927
|
+
Prioritization = "PRIORITIZATION",
|
|
55928
|
+
Process = "PROCESS",
|
|
55929
|
+
Scope = "SCOPE",
|
|
55930
|
+
Staffing = "STAFFING",
|
|
55931
|
+
Technical = "TECHNICAL"
|
|
55932
|
+
}
|
|
55825
55933
|
export declare enum GraphInferenceDestinationMode {
|
|
55826
55934
|
Graph = "GRAPH",
|
|
55827
55935
|
Shadow = "SHADOW"
|
|
@@ -56114,8 +56222,17 @@ export type GraphInferenceInferenceAppV3 = {
|
|
|
56114
56222
|
};
|
|
56115
56223
|
export type GraphInferenceInferenceEvalInput = {
|
|
56116
56224
|
appId: Scalars['String']['input'];
|
|
56225
|
+
promptTemplate?: InputMaybe<Scalars['String']['input']>;
|
|
56117
56226
|
sourceAri: Scalars['String']['input'];
|
|
56118
56227
|
};
|
|
56228
|
+
export type GraphInferenceInferenceEvalPromptPreviewInput = {
|
|
56229
|
+
appId: Scalars['String']['input'];
|
|
56230
|
+
};
|
|
56231
|
+
export type GraphInferenceInferenceEvalPromptPreviewResponse = {
|
|
56232
|
+
__typename?: 'GraphInferenceInferenceEvalPromptPreviewResponse';
|
|
56233
|
+
promptTemplate: Scalars['String']['output'];
|
|
56234
|
+
promptVersion: Scalars['String']['output'];
|
|
56235
|
+
};
|
|
56119
56236
|
export type GraphInferenceInferenceEvalResponse = {
|
|
56120
56237
|
__typename?: 'GraphInferenceInferenceEvalResponse';
|
|
56121
56238
|
appId: Scalars['String']['output'];
|
|
@@ -56131,6 +56248,7 @@ export type GraphInferenceInferenceEvalRunResponse = {
|
|
|
56131
56248
|
result?: Maybe<Scalars['JSON']['output']>;
|
|
56132
56249
|
runId: Scalars['ID']['output'];
|
|
56133
56250
|
status: Scalars['String']['output'];
|
|
56251
|
+
tokenUsage?: Maybe<GraphInferenceInferenceEvalTokenUsage>;
|
|
56134
56252
|
};
|
|
56135
56253
|
export type GraphInferenceInferenceEvalStartResponse = {
|
|
56136
56254
|
__typename?: 'GraphInferenceInferenceEvalStartResponse';
|
|
@@ -56139,6 +56257,19 @@ export type GraphInferenceInferenceEvalStartResponse = {
|
|
|
56139
56257
|
runId: Scalars['ID']['output'];
|
|
56140
56258
|
status: Scalars['String']['output'];
|
|
56141
56259
|
};
|
|
56260
|
+
export type GraphInferenceInferenceEvalTokenUsage = {
|
|
56261
|
+
__typename?: 'GraphInferenceInferenceEvalTokenUsage';
|
|
56262
|
+
cachedReadTokens?: Maybe<Scalars['Long']['output']>;
|
|
56263
|
+
cachedReadTokensReportedProviderAttempts: Scalars['Int']['output'];
|
|
56264
|
+
cachedWriteTokens?: Maybe<Scalars['Long']['output']>;
|
|
56265
|
+
cachedWriteTokensReportedProviderAttempts: Scalars['Int']['output'];
|
|
56266
|
+
inputTokens: Scalars['Long']['output'];
|
|
56267
|
+
outputTokens: Scalars['Long']['output'];
|
|
56268
|
+
reportedProviderAttempts: Scalars['Int']['output'];
|
|
56269
|
+
thoughtTokens?: Maybe<Scalars['Long']['output']>;
|
|
56270
|
+
thoughtTokensReportedProviderAttempts: Scalars['Int']['output'];
|
|
56271
|
+
totalTokens: Scalars['Long']['output'];
|
|
56272
|
+
};
|
|
56142
56273
|
export type GraphInferenceInferenceModelChoice = {
|
|
56143
56274
|
__typename?: 'GraphInferenceInferenceModelChoice';
|
|
56144
56275
|
id: Scalars['String']['output'];
|
|
@@ -56268,6 +56399,52 @@ export type GraphInferenceInferredProjectViewer = {
|
|
|
56268
56399
|
__typename?: 'GraphInferenceInferredProjectViewer';
|
|
56269
56400
|
accountId: Scalars['String']['output'];
|
|
56270
56401
|
};
|
|
56402
|
+
export type GraphInferenceInsight = {
|
|
56403
|
+
associatedEntities: Array<GraphInferenceInsightEntity>;
|
|
56404
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
56405
|
+
content: Scalars['String']['output'];
|
|
56406
|
+
contentFormat: GraphInferenceInsightContentFormat;
|
|
56407
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
56408
|
+
id: Scalars['ID']['output'];
|
|
56409
|
+
insightType: GraphInferenceInsightType;
|
|
56410
|
+
sources: Array<GraphInferenceInsightSource>;
|
|
56411
|
+
subtype?: Maybe<GraphInferenceInsightSubtype>;
|
|
56412
|
+
title: Scalars['String']['output'];
|
|
56413
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
56414
|
+
};
|
|
56415
|
+
export declare enum GraphInferenceInsightContentFormat {
|
|
56416
|
+
PlainText = "PLAIN_TEXT"
|
|
56417
|
+
}
|
|
56418
|
+
export type GraphInferenceInsightDateRangeInput = {
|
|
56419
|
+
from?: InputMaybe<Scalars['String']['input']>;
|
|
56420
|
+
to?: InputMaybe<Scalars['String']['input']>;
|
|
56421
|
+
};
|
|
56422
|
+
export type GraphInferenceInsightEntity = {
|
|
56423
|
+
__typename?: 'GraphInferenceInsightEntity';
|
|
56424
|
+
entityType: GraphInferenceInsightTargetKind;
|
|
56425
|
+
id: Scalars['ID']['output'];
|
|
56426
|
+
};
|
|
56427
|
+
export type GraphInferenceInsightSource = {
|
|
56428
|
+
__typename?: 'GraphInferenceInsightSource';
|
|
56429
|
+
id: Scalars['ID']['output'];
|
|
56430
|
+
};
|
|
56431
|
+
export type GraphInferenceInsightSubtype = GraphInferenceDecisionSubtype;
|
|
56432
|
+
export declare enum GraphInferenceInsightTargetKind {
|
|
56433
|
+
InferredProject = "INFERRED_PROJECT",
|
|
56434
|
+
JiraWorkItem = "JIRA_WORK_ITEM",
|
|
56435
|
+
TownsquareGoal = "TOWNSQUARE_GOAL",
|
|
56436
|
+
TownsquareProject = "TOWNSQUARE_PROJECT"
|
|
56437
|
+
}
|
|
56438
|
+
export declare enum GraphInferenceInsightType {
|
|
56439
|
+
Decision = "DECISION",
|
|
56440
|
+
Momentum = "MOMENTUM",
|
|
56441
|
+
Risk = "RISK"
|
|
56442
|
+
}
|
|
56443
|
+
export type GraphInferenceInsightsResponse = {
|
|
56444
|
+
__typename?: 'GraphInferenceInsightsResponse';
|
|
56445
|
+
apiVersion: Scalars['String']['output'];
|
|
56446
|
+
insights: Array<GraphInferenceInsight>;
|
|
56447
|
+
};
|
|
56271
56448
|
export type GraphInferenceJiraEntityContextCandidate = {
|
|
56272
56449
|
__typename?: 'GraphInferenceJiraEntityContextCandidate';
|
|
56273
56450
|
ari: Scalars['String']['output'];
|
|
@@ -56399,6 +56576,11 @@ export type GraphInferenceSimilarJiraItemsRoot = {
|
|
|
56399
56576
|
__typename?: 'GraphInferenceSimilarJiraItemsRoot';
|
|
56400
56577
|
ari: Scalars['String']['output'];
|
|
56401
56578
|
};
|
|
56579
|
+
export type GraphInferenceTargetInsightsInput = {
|
|
56580
|
+
dateRange?: InputMaybe<GraphInferenceInsightDateRangeInput>;
|
|
56581
|
+
insightTypes?: InputMaybe<Array<GraphInferenceInsightType>>;
|
|
56582
|
+
targetAri: Scalars['String']['input'];
|
|
56583
|
+
};
|
|
56402
56584
|
export type GraphIntegrationActionAdminManagementActionConfiguration = {
|
|
56403
56585
|
__typename?: 'GraphIntegrationActionAdminManagementActionConfiguration';
|
|
56404
56586
|
readonly: Scalars['Boolean']['output'];
|
|
@@ -120300,7 +120482,6 @@ export type GravityViewArrangementPayload = Payload & {
|
|
|
120300
120482
|
errors?: Maybe<Array<MutationError>>;
|
|
120301
120483
|
success: Scalars['Boolean']['output'];
|
|
120302
120484
|
};
|
|
120303
|
-
export type GravityViewArrangementResult = GravityViewArrangement | QueryError;
|
|
120304
120485
|
export declare enum GravityViewColorStyle {
|
|
120305
120486
|
Background = "BACKGROUND",
|
|
120306
120487
|
Highlight = "HIGHLIGHT"
|
|
@@ -120661,6 +120842,20 @@ export declare enum GrowthUnifiedProfileAnchorType {
|
|
|
120661
120842
|
Pfm = "PFM",
|
|
120662
120843
|
Seo = "SEO"
|
|
120663
120844
|
}
|
|
120845
|
+
export type GrowthUnifiedProfileAvailableCollectionSegmentResult = {
|
|
120846
|
+
__typename?: 'GrowthUnifiedProfileAvailableCollectionSegmentResult';
|
|
120847
|
+
billingCycle?: Maybe<Scalars['String']['output']>;
|
|
120848
|
+
cannibalisationRiskSegment?: Maybe<Scalars['String']['output']>;
|
|
120849
|
+
collectionChargeElementsEstimate: Array<GrowthUnifiedProfileCollectionSegmentChargeElementResult>;
|
|
120850
|
+
collectionOfferingId?: Maybe<Scalars['String']['output']>;
|
|
120851
|
+
collectionPriceEstimate?: Maybe<Scalars['Float']['output']>;
|
|
120852
|
+
existingStandaloneApps: Array<GrowthUnifiedProfileCollectionSegmentStandaloneAppResult>;
|
|
120853
|
+
pricingSegment?: Maybe<Scalars['String']['output']>;
|
|
120854
|
+
totalStandalonePriceEstimate?: Maybe<Scalars['Float']['output']>;
|
|
120855
|
+
};
|
|
120856
|
+
export type GrowthUnifiedProfileAvailableCollectionSegmentsFilterInput = {
|
|
120857
|
+
collectionOfferingId?: InputMaybe<Scalars['String']['input']>;
|
|
120858
|
+
};
|
|
120664
120859
|
export type GrowthUnifiedProfileAvgResourceEngagementSeries = {
|
|
120665
120860
|
__typename?: 'GrowthUnifiedProfileAvgResourceEngagementSeries';
|
|
120666
120861
|
date?: Maybe<Scalars['String']['output']>;
|
|
@@ -120702,6 +120897,19 @@ export declare enum GrowthUnifiedProfileChannel {
|
|
|
120702
120897
|
PaidSearch = "PAID_SEARCH",
|
|
120703
120898
|
PaidSocial = "PAID_SOCIAL"
|
|
120704
120899
|
}
|
|
120900
|
+
export type GrowthUnifiedProfileCollectionSegmentChargeElementResult = {
|
|
120901
|
+
__typename?: 'GrowthUnifiedProfileCollectionSegmentChargeElementResult';
|
|
120902
|
+
element?: Maybe<Scalars['String']['output']>;
|
|
120903
|
+
unitCount?: Maybe<Scalars['Float']['output']>;
|
|
120904
|
+
};
|
|
120905
|
+
export type GrowthUnifiedProfileCollectionSegmentStandaloneAppResult = {
|
|
120906
|
+
__typename?: 'GrowthUnifiedProfileCollectionSegmentStandaloneAppResult';
|
|
120907
|
+
entitlementId?: Maybe<Scalars['String']['output']>;
|
|
120908
|
+
isAutoProvisionedUnactivated?: Maybe<Scalars['Boolean']['output']>;
|
|
120909
|
+
isInTrial?: Maybe<Scalars['Boolean']['output']>;
|
|
120910
|
+
isPaid?: Maybe<Scalars['Boolean']['output']>;
|
|
120911
|
+
product?: Maybe<Scalars['String']['output']>;
|
|
120912
|
+
};
|
|
120705
120913
|
export type GrowthUnifiedProfileCompany = {
|
|
120706
120914
|
__typename?: 'GrowthUnifiedProfileCompany';
|
|
120707
120915
|
accountStatus?: Maybe<GrowthUnifiedProfileEnterpriseAccountStatus>;
|
|
@@ -120850,12 +121058,16 @@ export type GrowthUnifiedProfileEntitlementContextTrialResult = {
|
|
|
120850
121058
|
export type GrowthUnifiedProfileEntitlementProfileResult = {
|
|
120851
121059
|
__typename?: 'GrowthUnifiedProfileEntitlementProfileResult';
|
|
120852
121060
|
autoProvisioningEditionParityDialogDismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
121061
|
+
availableCollectionSegments: Array<GrowthUnifiedProfileAvailableCollectionSegmentResult>;
|
|
120853
121062
|
entitlementId: Scalars['ID']['output'];
|
|
120854
121063
|
firstProductOnSite?: Maybe<Scalars['Boolean']['output']>;
|
|
120855
121064
|
lastKnownTrial?: Maybe<GrowthUnifiedProfileEntitlementContextTrialResult>;
|
|
120856
121065
|
paidFeatureUsage: Array<GrowthUnifiedProfilePaidFeatureUsageResult>;
|
|
120857
121066
|
trialHistory: Array<GrowthUnifiedProfileTrialHistoryResult>;
|
|
120858
121067
|
};
|
|
121068
|
+
export type GrowthUnifiedProfileEntitlementProfileResultAvailableCollectionSegmentsArgs = {
|
|
121069
|
+
filter?: InputMaybe<GrowthUnifiedProfileAvailableCollectionSegmentsFilterInput>;
|
|
121070
|
+
};
|
|
120859
121071
|
export type GrowthUnifiedProfileEntitlementProfileResultPaidFeatureUsageArgs = {
|
|
120860
121072
|
filter?: InputMaybe<GrowthUnifiedProfilePaidFeatureUsageFilterInput>;
|
|
120861
121073
|
};
|
|
@@ -130257,6 +130469,7 @@ export declare enum JiraCollapsibleSection {
|
|
|
130257
130469
|
IncidentSuggestedResourcesServicedesk = "INCIDENT_SUGGESTED_RESOURCES_SERVICEDESK",
|
|
130258
130470
|
IncidentSummaryServicedesk = "INCIDENT_SUMMARY_SERVICEDESK",
|
|
130259
130471
|
IncidentTimelineServicedesk = "INCIDENT_TIMELINE_SERVICEDESK",
|
|
130472
|
+
JsmPreventionCenterOverviewSummaryServicedesk = "JSM_PREVENTION_CENTER_OVERVIEW_SUMMARY_SERVICEDESK",
|
|
130260
130473
|
LinkedWorkItem = "LINKED_WORK_ITEM",
|
|
130261
130474
|
ProformaForms = "PROFORMA_FORMS",
|
|
130262
130475
|
SimilarIssues = "SIMILAR_ISSUES",
|
|
@@ -140476,6 +140689,7 @@ export type JiraMutation = {
|
|
|
140476
140689
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
140477
140690
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
140478
140691
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
140692
|
+
renameAttachment?: Maybe<JiraRenameAttachmentPayload>;
|
|
140479
140693
|
renameNavigationItem?: Maybe<JiraRenameNavigationItemPayload>;
|
|
140480
140694
|
replaceSpreadsheetViewFieldSets?: Maybe<JiraSpreadsheetViewPayload>;
|
|
140481
140695
|
requestCancelIssueExportTask?: Maybe<JiraIssueExportTaskCancellationResult>;
|
|
@@ -141024,6 +141238,9 @@ export type JiraMutationRemovePostIncidentReviewLinkArgs = {
|
|
|
141024
141238
|
export type JiraMutationRemoveRelatedWorkFromVersionArgs = {
|
|
141025
141239
|
input: JiraRemoveRelatedWorkFromVersionInput;
|
|
141026
141240
|
};
|
|
141241
|
+
export type JiraMutationRenameAttachmentArgs = {
|
|
141242
|
+
input: JiraRenameAttachmentInput;
|
|
141243
|
+
};
|
|
141027
141244
|
export type JiraMutationRenameNavigationItemArgs = {
|
|
141028
141245
|
input: JiraRenameNavigationItemInput;
|
|
141029
141246
|
};
|
|
@@ -144311,6 +144528,7 @@ export type JiraProjectPolicyRuleViolationEdge = {
|
|
|
144311
144528
|
};
|
|
144312
144529
|
export type JiraProjectPolicyRuleViolationFilter = {
|
|
144313
144530
|
domains?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
144531
|
+
entityAris?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
144314
144532
|
ruleTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
144315
144533
|
};
|
|
144316
144534
|
export type JiraProjectPolicyViolatingProjectsFilter = {
|
|
@@ -147232,6 +147450,18 @@ export type JiraRemoveRelatedWorkFromVersionPayload = Payload & {
|
|
|
147232
147450
|
export type JiraRemoveTimelineIssueLinkInput = {
|
|
147233
147451
|
id: Scalars['ID']['input'];
|
|
147234
147452
|
};
|
|
147453
|
+
export type JiraRenameAttachmentInput = {
|
|
147454
|
+
attachmentId: Scalars['ID']['input'];
|
|
147455
|
+
newFileName: Scalars['String']['input'];
|
|
147456
|
+
oldFileName?: InputMaybe<Scalars['String']['input']>;
|
|
147457
|
+
};
|
|
147458
|
+
export type JiraRenameAttachmentPayload = Payload & {
|
|
147459
|
+
__typename?: 'JiraRenameAttachmentPayload';
|
|
147460
|
+
attachmentId?: Maybe<Scalars['ID']['output']>;
|
|
147461
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
147462
|
+
errors?: Maybe<Array<MutationError>>;
|
|
147463
|
+
success: Scalars['Boolean']['output'];
|
|
147464
|
+
};
|
|
147235
147465
|
export type JiraRenameBoardViewStatusColumnInput = {
|
|
147236
147466
|
columnId: Scalars['ID']['input'];
|
|
147237
147467
|
name: Scalars['String']['input'];
|
|
@@ -155025,6 +155255,56 @@ export type JpdCreateViewInput = {
|
|
|
155025
155255
|
viewType: JpdViewType;
|
|
155026
155256
|
viewTypeConfig?: InputMaybe<JpdViewTypeConfigInput>;
|
|
155027
155257
|
};
|
|
155258
|
+
export type JpdEmptyIntervalFilter = JpdFieldFilter & {
|
|
155259
|
+
__typename?: 'JpdEmptyIntervalFilter';
|
|
155260
|
+
field: Scalars['String']['output'];
|
|
155261
|
+
};
|
|
155262
|
+
export type JpdEmptyIntervalFilterInput = {
|
|
155263
|
+
field: Scalars['String']['input'];
|
|
155264
|
+
};
|
|
155265
|
+
export type JpdFieldExcludesFilter = JpdFieldFilter & {
|
|
155266
|
+
__typename?: 'JpdFieldExcludesFilter';
|
|
155267
|
+
field: Scalars['String']['output'];
|
|
155268
|
+
values: Array<JpdStringFilterValue>;
|
|
155269
|
+
};
|
|
155270
|
+
export type JpdFieldExcludesFilterInput = {
|
|
155271
|
+
field: Scalars['String']['input'];
|
|
155272
|
+
values: Array<JpdStringFilterValueInput>;
|
|
155273
|
+
};
|
|
155274
|
+
export type JpdFieldFilter = {
|
|
155275
|
+
field: Scalars['String']['output'];
|
|
155276
|
+
};
|
|
155277
|
+
export type JpdFieldIncludesFilter = JpdFieldFilter & {
|
|
155278
|
+
__typename?: 'JpdFieldIncludesFilter';
|
|
155279
|
+
field: Scalars['String']['output'];
|
|
155280
|
+
values: Array<JpdStringFilterValue>;
|
|
155281
|
+
};
|
|
155282
|
+
export type JpdFieldIncludesFilterInput = {
|
|
155283
|
+
field: Scalars['String']['input'];
|
|
155284
|
+
values: Array<JpdStringFilterValueInput>;
|
|
155285
|
+
};
|
|
155286
|
+
export type JpdFixedDateIntervalFilter = JpdFieldFilter & {
|
|
155287
|
+
__typename?: 'JpdFixedDateIntervalFilter';
|
|
155288
|
+
field: Scalars['String']['output'];
|
|
155289
|
+
values: Array<JpdFixedDateIntervalFilterValue>;
|
|
155290
|
+
};
|
|
155291
|
+
export type JpdFixedDateIntervalFilterInput = {
|
|
155292
|
+
field: Scalars['String']['input'];
|
|
155293
|
+
values: Array<JpdFixedDateIntervalFilterValueInput>;
|
|
155294
|
+
};
|
|
155295
|
+
export declare enum JpdFixedDateIntervalFilterOperator {
|
|
155296
|
+
ItemEndsAfter = "ITEM_ENDS_AFTER",
|
|
155297
|
+
ItemStartsBefore = "ITEM_STARTS_BEFORE"
|
|
155298
|
+
}
|
|
155299
|
+
export type JpdFixedDateIntervalFilterValue = {
|
|
155300
|
+
__typename?: 'JpdFixedDateIntervalFilterValue';
|
|
155301
|
+
operator: JpdFixedDateIntervalFilterOperator;
|
|
155302
|
+
value: Scalars['String']['output'];
|
|
155303
|
+
};
|
|
155304
|
+
export type JpdFixedDateIntervalFilterValueInput = {
|
|
155305
|
+
operator: JpdFixedDateIntervalFilterOperator;
|
|
155306
|
+
value: Scalars['String']['input'];
|
|
155307
|
+
};
|
|
155028
155308
|
export type JpdInsightDeletedEvent = {
|
|
155029
155309
|
__typename?: 'JpdInsightDeletedEvent';
|
|
155030
155310
|
actorUserId: Scalars['ID']['output'];
|
|
@@ -155033,6 +155313,12 @@ export type JpdInsightDeletedEvent = {
|
|
|
155033
155313
|
performedAt: Scalars['String']['output'];
|
|
155034
155314
|
projectAri: Scalars['ID']['output'];
|
|
155035
155315
|
};
|
|
155316
|
+
export declare enum JpdIntervalPeriod {
|
|
155317
|
+
Days = "DAYS",
|
|
155318
|
+
Months = "MONTHS",
|
|
155319
|
+
Weeks = "WEEKS",
|
|
155320
|
+
Years = "YEARS"
|
|
155321
|
+
}
|
|
155036
155322
|
export type JpdMatrixViewConfig = {
|
|
155037
155323
|
__typename?: 'JpdMatrixViewConfig';
|
|
155038
155324
|
axes?: Maybe<JpdViewMatrixAxes>;
|
|
@@ -155056,6 +155342,32 @@ export type JpdMatrixViewConfigInput = {
|
|
|
155056
155342
|
issueLayout?: InputMaybe<JpdViewIssueLayoutTypeSimple>;
|
|
155057
155343
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
155058
155344
|
};
|
|
155345
|
+
export type JpdNumericFilter = JpdFieldFilter & {
|
|
155346
|
+
__typename?: 'JpdNumericFilter';
|
|
155347
|
+
field: Scalars['String']['output'];
|
|
155348
|
+
values: Array<JpdNumericFilterValue>;
|
|
155349
|
+
};
|
|
155350
|
+
export type JpdNumericFilterInput = {
|
|
155351
|
+
field: Scalars['String']['input'];
|
|
155352
|
+
values: Array<JpdNumericFilterValueInput>;
|
|
155353
|
+
};
|
|
155354
|
+
export declare enum JpdNumericFilterOperator {
|
|
155355
|
+
Eq = "EQ",
|
|
155356
|
+
Gt = "GT",
|
|
155357
|
+
Gte = "GTE",
|
|
155358
|
+
Lt = "LT",
|
|
155359
|
+
Lte = "LTE",
|
|
155360
|
+
Neq = "NEQ"
|
|
155361
|
+
}
|
|
155362
|
+
export type JpdNumericFilterValue = {
|
|
155363
|
+
__typename?: 'JpdNumericFilterValue';
|
|
155364
|
+
operator: JpdNumericFilterOperator;
|
|
155365
|
+
value: Scalars['Float']['output'];
|
|
155366
|
+
};
|
|
155367
|
+
export type JpdNumericFilterValueInput = {
|
|
155368
|
+
operator: JpdNumericFilterOperator;
|
|
155369
|
+
value: Scalars['Float']['input'];
|
|
155370
|
+
};
|
|
155059
155371
|
export type JpdPlayContributionDeletedEvent = {
|
|
155060
155372
|
__typename?: 'JpdPlayContributionDeletedEvent';
|
|
155061
155373
|
contributionAri: Scalars['ID']['output'];
|
|
@@ -155077,6 +155389,68 @@ export type JpdPlayParameters = {
|
|
|
155077
155389
|
__typename?: 'JpdPlayParameters';
|
|
155078
155390
|
maxSpend?: Maybe<Scalars['Int']['output']>;
|
|
155079
155391
|
};
|
|
155392
|
+
export type JpdRelativeIntervalFilter = JpdFieldFilter & {
|
|
155393
|
+
__typename?: 'JpdRelativeIntervalFilter';
|
|
155394
|
+
field: Scalars['String']['output'];
|
|
155395
|
+
values: Array<JpdRelativeIntervalFilterValue>;
|
|
155396
|
+
};
|
|
155397
|
+
export type JpdRelativeIntervalFilterInput = {
|
|
155398
|
+
field: Scalars['String']['input'];
|
|
155399
|
+
values: Array<JpdRelativeIntervalFilterValueInput>;
|
|
155400
|
+
};
|
|
155401
|
+
export declare enum JpdRelativeIntervalFilterOperator {
|
|
155402
|
+
EndAfterNow = "END_AFTER_NOW",
|
|
155403
|
+
EndBeforeNow = "END_BEFORE_NOW",
|
|
155404
|
+
StartAfterNow = "START_AFTER_NOW",
|
|
155405
|
+
StartBeforeNow = "START_BEFORE_NOW"
|
|
155406
|
+
}
|
|
155407
|
+
export type JpdRelativeIntervalFilterValue = {
|
|
155408
|
+
__typename?: 'JpdRelativeIntervalFilterValue';
|
|
155409
|
+
operator: JpdRelativeIntervalFilterOperator;
|
|
155410
|
+
value: Scalars['Float']['output'];
|
|
155411
|
+
};
|
|
155412
|
+
export type JpdRelativeIntervalFilterValueInput = {
|
|
155413
|
+
operator: JpdRelativeIntervalFilterOperator;
|
|
155414
|
+
value: Scalars['Float']['input'];
|
|
155415
|
+
};
|
|
155416
|
+
export type JpdRollingDateIntervalFilter = JpdFieldFilter & {
|
|
155417
|
+
__typename?: 'JpdRollingDateIntervalFilter';
|
|
155418
|
+
field: Scalars['String']['output'];
|
|
155419
|
+
values: Array<JpdRollingDateIntervalFilterValue>;
|
|
155420
|
+
};
|
|
155421
|
+
export type JpdRollingDateIntervalFilterInput = {
|
|
155422
|
+
field: Scalars['String']['input'];
|
|
155423
|
+
values: Array<JpdRollingDateIntervalFilterValueInput>;
|
|
155424
|
+
};
|
|
155425
|
+
export declare enum JpdRollingDateIntervalFilterOperator {
|
|
155426
|
+
ItemEndsAfterPast = "ITEM_ENDS_AFTER_PAST",
|
|
155427
|
+
ItemStartsBeforeNext = "ITEM_STARTS_BEFORE_NEXT"
|
|
155428
|
+
}
|
|
155429
|
+
export type JpdRollingDateIntervalFilterValue = {
|
|
155430
|
+
__typename?: 'JpdRollingDateIntervalFilterValue';
|
|
155431
|
+
operator: JpdRollingDateIntervalFilterOperator;
|
|
155432
|
+
value: JpdRollingDateIntervalValue;
|
|
155433
|
+
};
|
|
155434
|
+
export type JpdRollingDateIntervalFilterValueInput = {
|
|
155435
|
+
operator: JpdRollingDateIntervalFilterOperator;
|
|
155436
|
+
value: JpdRollingDateIntervalValueInput;
|
|
155437
|
+
};
|
|
155438
|
+
export type JpdRollingDateIntervalValue = {
|
|
155439
|
+
__typename?: 'JpdRollingDateIntervalValue';
|
|
155440
|
+
number: Scalars['Int']['output'];
|
|
155441
|
+
period: JpdIntervalPeriod;
|
|
155442
|
+
};
|
|
155443
|
+
export type JpdRollingDateIntervalValueInput = {
|
|
155444
|
+
number: Scalars['Int']['input'];
|
|
155445
|
+
period: JpdIntervalPeriod;
|
|
155446
|
+
};
|
|
155447
|
+
export type JpdStringFilterValue = {
|
|
155448
|
+
__typename?: 'JpdStringFilterValue';
|
|
155449
|
+
value: Scalars['String']['output'];
|
|
155450
|
+
};
|
|
155451
|
+
export type JpdStringFilterValueInput = {
|
|
155452
|
+
value: Scalars['String']['input'];
|
|
155453
|
+
};
|
|
155080
155454
|
export type JpdSubscriptions = {
|
|
155081
155455
|
__typename?: 'JpdSubscriptions';
|
|
155082
155456
|
onInsightCreated?: Maybe<PolarisInsight>;
|
|
@@ -155186,6 +155560,13 @@ export type JpdTableViewConfigInput = {
|
|
|
155186
155560
|
rankingConfig?: InputMaybe<JpdViewRankingConfigInput>;
|
|
155187
155561
|
swimlanes?: InputMaybe<JpdViewLayoutConfigInput>;
|
|
155188
155562
|
};
|
|
155563
|
+
export type JpdTextFilter = {
|
|
155564
|
+
__typename?: 'JpdTextFilter';
|
|
155565
|
+
values: Array<JpdStringFilterValue>;
|
|
155566
|
+
};
|
|
155567
|
+
export type JpdTextFilterInput = {
|
|
155568
|
+
values: Array<JpdStringFilterValueInput>;
|
|
155569
|
+
};
|
|
155189
155570
|
export type JpdTimelineViewConfig = {
|
|
155190
155571
|
__typename?: 'JpdTimelineViewConfig';
|
|
155191
155572
|
colorConfig?: Maybe<JpdViewColorConfigWithBold>;
|
|
@@ -155368,60 +155749,23 @@ export declare enum JpdViewFieldRollupType {
|
|
|
155368
155749
|
Min = "MIN",
|
|
155369
155750
|
Sum = "SUM"
|
|
155370
155751
|
}
|
|
155371
|
-
export type
|
|
155372
|
-
|
|
155373
|
-
|
|
155374
|
-
|
|
155375
|
-
|
|
155376
|
-
|
|
155377
|
-
|
|
155378
|
-
|
|
155379
|
-
|
|
155380
|
-
|
|
155381
|
-
};
|
|
155382
|
-
export declare enum JpdViewFilterConjunctType {
|
|
155383
|
-
FieldExcludes = "FIELD_EXCLUDES",
|
|
155384
|
-
FieldHasValue = "FIELD_HAS_VALUE",
|
|
155385
|
-
FieldIncludes = "FIELD_INCLUDES",
|
|
155386
|
-
FieldNumeric = "FIELD_NUMERIC",
|
|
155387
|
-
Interval = "INTERVAL",
|
|
155388
|
-
Text = "TEXT"
|
|
155389
|
-
}
|
|
155390
|
-
export declare enum JpdViewFilterEnumType {
|
|
155391
|
-
BoardColumn = "BOARD_COLUMN",
|
|
155392
|
-
ViewGroup = "VIEW_GROUP"
|
|
155393
|
-
}
|
|
155394
|
-
export declare enum JpdViewFilterOperator {
|
|
155395
|
-
Eq = "EQ",
|
|
155396
|
-
Gt = "GT",
|
|
155397
|
-
Gte = "GTE",
|
|
155398
|
-
In = "IN",
|
|
155399
|
-
IsEmpty = "IS_EMPTY",
|
|
155400
|
-
IsNotEmpty = "IS_NOT_EMPTY",
|
|
155401
|
-
Lt = "LT",
|
|
155402
|
-
Lte = "LTE",
|
|
155403
|
-
Neq = "NEQ",
|
|
155404
|
-
NotIn = "NOT_IN"
|
|
155405
|
-
}
|
|
155406
|
-
export type JpdViewFilterValue = {
|
|
155407
|
-
__typename?: 'JpdViewFilterValue';
|
|
155408
|
-
enumValue?: Maybe<JpdViewFilterEnumType>;
|
|
155409
|
-
numericValue?: Maybe<Scalars['Float']['output']>;
|
|
155410
|
-
operator?: Maybe<JpdViewFilterOperator>;
|
|
155411
|
-
stringValue?: Maybe<Scalars['String']['output']>;
|
|
155412
|
-
};
|
|
155413
|
-
export type JpdViewFilterValueInput = {
|
|
155414
|
-
enumValue?: InputMaybe<JpdViewFilterEnumType>;
|
|
155415
|
-
numericValue?: InputMaybe<Scalars['Float']['input']>;
|
|
155416
|
-
operator?: InputMaybe<JpdViewFilterOperator>;
|
|
155417
|
-
stringValue?: InputMaybe<Scalars['String']['input']>;
|
|
155752
|
+
export type JpdViewFilter = JpdEmptyIntervalFilter | JpdFieldExcludesFilter | JpdFieldIncludesFilter | JpdFixedDateIntervalFilter | JpdNumericFilter | JpdRelativeIntervalFilter | JpdRollingDateIntervalFilter | JpdTextFilter;
|
|
155753
|
+
export type JpdViewFilterInput = {
|
|
155754
|
+
emptyInterval?: InputMaybe<JpdEmptyIntervalFilterInput>;
|
|
155755
|
+
fieldExcludes?: InputMaybe<JpdFieldExcludesFilterInput>;
|
|
155756
|
+
fieldIncludes?: InputMaybe<JpdFieldIncludesFilterInput>;
|
|
155757
|
+
fixedDateInterval?: InputMaybe<JpdFixedDateIntervalFilterInput>;
|
|
155758
|
+
numeric?: InputMaybe<JpdNumericFilterInput>;
|
|
155759
|
+
relativeInterval?: InputMaybe<JpdRelativeIntervalFilterInput>;
|
|
155760
|
+
rollingDateInterval?: InputMaybe<JpdRollingDateIntervalFilterInput>;
|
|
155761
|
+
text?: InputMaybe<JpdTextFilterInput>;
|
|
155418
155762
|
};
|
|
155419
155763
|
export type JpdViewFilters = {
|
|
155420
155764
|
__typename?: 'JpdViewFilters';
|
|
155421
|
-
conjuncts?: Maybe<Array<
|
|
155765
|
+
conjuncts?: Maybe<Array<JpdViewFilter>>;
|
|
155422
155766
|
};
|
|
155423
155767
|
export type JpdViewFiltersInput = {
|
|
155424
|
-
conjuncts?: InputMaybe<Array<
|
|
155768
|
+
conjuncts?: InputMaybe<Array<JpdViewFilterInput>>;
|
|
155425
155769
|
};
|
|
155426
155770
|
export declare enum JpdViewIssueLayoutTypeSimple {
|
|
155427
155771
|
Compact = "COMPACT",
|
|
@@ -156143,6 +156487,136 @@ export type JsmAdaptiveLanguageQueryApi = {
|
|
|
156143
156487
|
export type JsmAdaptiveLanguageQueryApiGlossaryForProjectArgs = {
|
|
156144
156488
|
projectAri: Scalars['ID']['input'];
|
|
156145
156489
|
};
|
|
156490
|
+
export declare enum JsmAnalyticsAnomalyTrend {
|
|
156491
|
+
Drop = "DROP",
|
|
156492
|
+
Flat = "FLAT",
|
|
156493
|
+
Spike = "SPIKE"
|
|
156494
|
+
}
|
|
156495
|
+
export type JsmAnalyticsCause = {
|
|
156496
|
+
__typename?: 'JsmAnalyticsCause';
|
|
156497
|
+
chart: JsmAnalyticsChart;
|
|
156498
|
+
confidence: JsmAnalyticsConfidence;
|
|
156499
|
+
statement: JsmAnalyticsStatement;
|
|
156500
|
+
};
|
|
156501
|
+
export type JsmAnalyticsChart = {
|
|
156502
|
+
__typename?: 'JsmAnalyticsChart';
|
|
156503
|
+
additionalDescription?: Maybe<Scalars['String']['output']>;
|
|
156504
|
+
data: Array<Array<Scalars['JSON']['output']>>;
|
|
156505
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
156506
|
+
headers: Array<JsmAnalyticsChartHeader>;
|
|
156507
|
+
isLast: Scalars['Boolean']['output'];
|
|
156508
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
156509
|
+
total: Scalars['Int']['output'];
|
|
156510
|
+
};
|
|
156511
|
+
export type JsmAnalyticsChartHeader = {
|
|
156512
|
+
__typename?: 'JsmAnalyticsChartHeader';
|
|
156513
|
+
fieldType: JsmAnalyticsDataType;
|
|
156514
|
+
isNullable?: Maybe<Scalars['Boolean']['output']>;
|
|
156515
|
+
name: Scalars['String']['output'];
|
|
156516
|
+
};
|
|
156517
|
+
export declare enum JsmAnalyticsConfidence {
|
|
156518
|
+
High = "HIGH",
|
|
156519
|
+
Medium = "MEDIUM"
|
|
156520
|
+
}
|
|
156521
|
+
export declare enum JsmAnalyticsDataType {
|
|
156522
|
+
Datetime = "DATETIME",
|
|
156523
|
+
Day = "DAY",
|
|
156524
|
+
Integer = "INTEGER",
|
|
156525
|
+
Month = "MONTH",
|
|
156526
|
+
String = "STRING",
|
|
156527
|
+
Week = "WEEK",
|
|
156528
|
+
Year = "YEAR"
|
|
156529
|
+
}
|
|
156530
|
+
export declare enum JsmAnalyticsGranularity {
|
|
156531
|
+
Day = "DAY",
|
|
156532
|
+
Hour = "HOUR",
|
|
156533
|
+
Week = "WEEK"
|
|
156534
|
+
}
|
|
156535
|
+
export type JsmAnalyticsImpact = {
|
|
156536
|
+
__typename?: 'JsmAnalyticsImpact';
|
|
156537
|
+
deviation: JsmAnalyticsMetric;
|
|
156538
|
+
trend: JsmAnalyticsAnomalyTrend;
|
|
156539
|
+
};
|
|
156540
|
+
export type JsmAnalyticsInputOptions = {
|
|
156541
|
+
timeZone: Scalars['String']['input'];
|
|
156542
|
+
};
|
|
156543
|
+
export type JsmAnalyticsInsight = {
|
|
156544
|
+
__typename?: 'JsmAnalyticsInsight';
|
|
156545
|
+
category: JsmAnalyticsInsightCategory;
|
|
156546
|
+
causeOverview: JsmAnalyticsStatement;
|
|
156547
|
+
chart: JsmAnalyticsChart;
|
|
156548
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
156549
|
+
id: Scalars['ID']['output'];
|
|
156550
|
+
impact: JsmAnalyticsImpact;
|
|
156551
|
+
likelyCauses: Array<JsmAnalyticsCause>;
|
|
156552
|
+
primaryMetric: JsmAnalyticsMetric;
|
|
156553
|
+
statement: JsmAnalyticsStatement;
|
|
156554
|
+
status: JsmAnalyticsInsightStatus;
|
|
156555
|
+
steps: Array<JsmAnalyticsStatement>;
|
|
156556
|
+
timeRange: JsmAnalyticsTimeRange;
|
|
156557
|
+
};
|
|
156558
|
+
export declare enum JsmAnalyticsInsightCategory {
|
|
156559
|
+
SlaTrend = "SLA_TREND",
|
|
156560
|
+
TicketTrend = "TICKET_TREND"
|
|
156561
|
+
}
|
|
156562
|
+
export type JsmAnalyticsInsightSection = {
|
|
156563
|
+
__typename?: 'JsmAnalyticsInsightSection';
|
|
156564
|
+
category: JsmAnalyticsInsightCategory;
|
|
156565
|
+
description: Scalars['String']['output'];
|
|
156566
|
+
displayOrder?: Maybe<Scalars['Int']['output']>;
|
|
156567
|
+
insights: Array<JsmAnalyticsInsight>;
|
|
156568
|
+
title: Scalars['String']['output'];
|
|
156569
|
+
};
|
|
156570
|
+
export declare enum JsmAnalyticsInsightStatus {
|
|
156571
|
+
Open = "OPEN",
|
|
156572
|
+
Resolved = "RESOLVED"
|
|
156573
|
+
}
|
|
156574
|
+
export type JsmAnalyticsInsightSummary = {
|
|
156575
|
+
__typename?: 'JsmAnalyticsInsightSummary';
|
|
156576
|
+
total: Scalars['Int']['output'];
|
|
156577
|
+
};
|
|
156578
|
+
export type JsmAnalyticsInsightsDetailInput = {
|
|
156579
|
+
insightId: Scalars['ID']['input'];
|
|
156580
|
+
options: JsmAnalyticsInputOptions;
|
|
156581
|
+
projectId: Scalars['String']['input'];
|
|
156582
|
+
};
|
|
156583
|
+
export type JsmAnalyticsInsightsQueryInput = {
|
|
156584
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
156585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
156586
|
+
options: JsmAnalyticsInputOptions;
|
|
156587
|
+
projectId: Scalars['String']['input'];
|
|
156588
|
+
};
|
|
156589
|
+
export type JsmAnalyticsInsightsQueryResponse = {
|
|
156590
|
+
__typename?: 'JsmAnalyticsInsightsQueryResponse';
|
|
156591
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
156592
|
+
pageInfo: PageInfo;
|
|
156593
|
+
sections: Array<JsmAnalyticsInsightSection>;
|
|
156594
|
+
summary: JsmAnalyticsInsightSummary;
|
|
156595
|
+
timeRange: JsmAnalyticsTimeRange;
|
|
156596
|
+
};
|
|
156597
|
+
export type JsmAnalyticsMetric = {
|
|
156598
|
+
__typename?: 'JsmAnalyticsMetric';
|
|
156599
|
+
formatted?: Maybe<Scalars['String']['output']>;
|
|
156600
|
+
unit: JsmAnalyticsMetricUnit;
|
|
156601
|
+
value: Scalars['Float']['output'];
|
|
156602
|
+
};
|
|
156603
|
+
export declare enum JsmAnalyticsMetricUnit {
|
|
156604
|
+
Count = "COUNT",
|
|
156605
|
+
Duration = "DURATION",
|
|
156606
|
+
Percent = "PERCENT"
|
|
156607
|
+
}
|
|
156608
|
+
export type JsmAnalyticsStatement = {
|
|
156609
|
+
__typename?: 'JsmAnalyticsStatement';
|
|
156610
|
+
narrative: Scalars['String']['output'];
|
|
156611
|
+
title: Scalars['String']['output'];
|
|
156612
|
+
};
|
|
156613
|
+
export type JsmAnalyticsTimeRange = {
|
|
156614
|
+
__typename?: 'JsmAnalyticsTimeRange';
|
|
156615
|
+
end: Scalars['DateTime']['output'];
|
|
156616
|
+
granularity: JsmAnalyticsGranularity;
|
|
156617
|
+
start: Scalars['DateTime']['output'];
|
|
156618
|
+
timeZone: Scalars['String']['output'];
|
|
156619
|
+
};
|
|
156146
156620
|
export declare enum JsmChannelsAuthMode {
|
|
156147
156621
|
Application = "APPLICATION",
|
|
156148
156622
|
Delegated = "DELEGATED"
|
|
@@ -160103,6 +160577,10 @@ export type KnowledgeBaseArticleEdge = {
|
|
|
160103
160577
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
160104
160578
|
node?: Maybe<KnowledgeBaseArticle>;
|
|
160105
160579
|
};
|
|
160580
|
+
export type KnowledgeBaseArticleHydrationInput = {
|
|
160581
|
+
articleAris: Array<Scalars['ID']['input']>;
|
|
160582
|
+
projectIdentifier: Scalars['String']['input'];
|
|
160583
|
+
};
|
|
160106
160584
|
export type KnowledgeBaseArticleMetadata = {
|
|
160107
160585
|
__typename?: 'KnowledgeBaseArticleMetadata';
|
|
160108
160586
|
categoryDetails?: Maybe<Array<KnowledgeBaseCategoryDetail>>;
|
|
@@ -160256,6 +160734,19 @@ export declare enum KnowledgeBaseHealthDashboardMetricErrorType {
|
|
|
160256
160734
|
Transient = "TRANSIENT"
|
|
160257
160735
|
}
|
|
160258
160736
|
export type KnowledgeBaseHealthDashboardResponse = KnowledgeBaseHealthDashboard | QueryError;
|
|
160737
|
+
export type KnowledgeBaseHydrateArticlesConnection = {
|
|
160738
|
+
__typename?: 'KnowledgeBaseHydrateArticlesConnection';
|
|
160739
|
+
nodes?: Maybe<Array<KnowledgeBaseHydratedArticle>>;
|
|
160740
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
160741
|
+
};
|
|
160742
|
+
export type KnowledgeBaseHydrateArticlesResponse = KnowledgeBaseHydrateArticlesConnection | QueryError;
|
|
160743
|
+
export type KnowledgeBaseHydratedArticle = {
|
|
160744
|
+
__typename?: 'KnowledgeBaseHydratedArticle';
|
|
160745
|
+
content?: Maybe<Scalars['String']['output']>;
|
|
160746
|
+
id: Scalars['ID']['output'];
|
|
160747
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
160748
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
160749
|
+
};
|
|
160259
160750
|
export type KnowledgeBaseInaccessibleLinkedSource = {
|
|
160260
160751
|
__typename?: 'KnowledgeBaseInaccessibleLinkedSource';
|
|
160261
160752
|
sourceType?: Maybe<Scalars['String']['output']>;
|
|
@@ -166029,6 +166520,7 @@ export type MarketplaceStoreDataRetention = {
|
|
|
166029
166520
|
isDataRetentionSupported: Scalars['Boolean']['output'];
|
|
166030
166521
|
isRetentionDurationIndefinite?: Maybe<Scalars['Boolean']['output']>;
|
|
166031
166522
|
retentionDurationInDays?: Maybe<MarketplaceStoreRetentionDurationInDays>;
|
|
166523
|
+
retentionReason?: Maybe<Scalars['String']['output']>;
|
|
166032
166524
|
};
|
|
166033
166525
|
export type MarketplaceStoreDataTransfer = {
|
|
166034
166526
|
__typename?: 'MarketplaceStoreDataTransfer';
|
|
@@ -168022,7 +168514,7 @@ export type MercuryAskActivityHistoryConnection = {
|
|
|
168022
168514
|
pageInfo: PageInfo;
|
|
168023
168515
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
168024
168516
|
};
|
|
168025
|
-
export type MercuryAskActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraAlignAggProject | JiraIssue | MercuryOrganization | TeamV2 | TownsquareProject;
|
|
168517
|
+
export type MercuryAskActivityHistoryData = AppUser | AtlassianAccountUser | CustomerUser | JiraAlignAggProject | JiraIssue | MercuryAsk | MercuryOrganization | TeamV2 | TownsquareProject;
|
|
168026
168518
|
export type MercuryAskActivityHistoryEdge = {
|
|
168027
168519
|
__typename?: 'MercuryAskActivityHistoryEdge';
|
|
168028
168520
|
cursor: Scalars['String']['output'];
|
|
@@ -168184,10 +168676,12 @@ export type MercuryAskEdge = {
|
|
|
168184
168676
|
export declare enum MercuryAskEventType {
|
|
168185
168677
|
AcceptProposedDate = "ACCEPT_PROPOSED_DATE",
|
|
168186
168678
|
Create = "CREATE",
|
|
168679
|
+
Duplicate = "DUPLICATE",
|
|
168187
168680
|
RejectProposedDate = "REJECT_PROPOSED_DATE",
|
|
168188
168681
|
Update = "UPDATE"
|
|
168189
168682
|
}
|
|
168190
168683
|
export declare enum MercuryAskField {
|
|
168684
|
+
Ask = "ASK",
|
|
168191
168685
|
ConnectedWork = "CONNECTED_WORK",
|
|
168192
168686
|
CustomCheckbox = "CUSTOM_CHECKBOX",
|
|
168193
168687
|
CustomDate = "CUSTOM_DATE",
|
|
@@ -168567,20 +169061,30 @@ export type MercuryBooleanCustomField = MercuryCustomField & {
|
|
|
168567
169061
|
updatedBy?: Maybe<User>;
|
|
168568
169062
|
updatedDate: Scalars['DateTime']['output'];
|
|
168569
169063
|
};
|
|
168570
|
-
export type MercuryBooleanCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
169064
|
+
export type MercuryBooleanCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
168571
169065
|
__typename?: 'MercuryBooleanCustomFieldDefinition';
|
|
169066
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
169067
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
168572
169068
|
createdBy?: Maybe<User>;
|
|
168573
169069
|
createdDate: Scalars['DateTime']['output'];
|
|
168574
169070
|
description?: Maybe<Scalars['String']['output']>;
|
|
168575
169071
|
fieldKind: MercuryCustomFieldKind;
|
|
169072
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
168576
169073
|
id: Scalars['ID']['output'];
|
|
168577
169074
|
name: Scalars['String']['output'];
|
|
168578
169075
|
scope: MercuryCustomFieldDefinitionScope;
|
|
168579
169076
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
169077
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
168580
169078
|
updatedBy?: Maybe<User>;
|
|
168581
169079
|
updatedDate: Scalars['DateTime']['output'];
|
|
168582
169080
|
visibility: MercuryCustomFieldVisibility;
|
|
168583
169081
|
};
|
|
169082
|
+
export type MercuryBooleanCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
169083
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
169084
|
+
};
|
|
169085
|
+
export type MercuryBooleanCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
169086
|
+
typeId: Scalars['ID']['input'];
|
|
169087
|
+
};
|
|
168584
169088
|
export type MercuryBooleanCustomFieldInput = {
|
|
168585
169089
|
booleanValue?: InputMaybe<Scalars['Boolean']['input']>;
|
|
168586
169090
|
};
|
|
@@ -169054,6 +169558,9 @@ export declare enum MercuryCommentSortOrder {
|
|
|
169054
169558
|
export declare enum MercuryCommentType {
|
|
169055
169559
|
Funds = "FUNDS"
|
|
169056
169560
|
}
|
|
169561
|
+
export type MercuryConfiguration = {
|
|
169562
|
+
id: Scalars['ID']['output'];
|
|
169563
|
+
};
|
|
169057
169564
|
export type MercuryCostItem = Node & {
|
|
169058
169565
|
__typename?: 'MercuryCostItem';
|
|
169059
169566
|
costItemSummary?: Maybe<MercuryCostItemSummary>;
|
|
@@ -169787,18 +170294,28 @@ export type MercuryCustomFieldBase = {
|
|
|
169787
170294
|
providerKey: Scalars['String']['output'];
|
|
169788
170295
|
};
|
|
169789
170296
|
export type MercuryCustomFieldDefinition = {
|
|
170297
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
170298
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
169790
170299
|
createdBy?: Maybe<User>;
|
|
169791
170300
|
createdDate: Scalars['DateTime']['output'];
|
|
169792
170301
|
description?: Maybe<Scalars['String']['output']>;
|
|
169793
170302
|
fieldKind: MercuryCustomFieldKind;
|
|
170303
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
169794
170304
|
id: Scalars['ID']['output'];
|
|
169795
170305
|
name: Scalars['String']['output'];
|
|
169796
170306
|
scope: MercuryCustomFieldDefinitionScope;
|
|
169797
170307
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
170308
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
169798
170309
|
updatedBy?: Maybe<User>;
|
|
169799
170310
|
updatedDate: Scalars['DateTime']['output'];
|
|
169800
170311
|
visibility: MercuryCustomFieldVisibility;
|
|
169801
170312
|
};
|
|
170313
|
+
export type MercuryCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
170314
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
170315
|
+
};
|
|
170316
|
+
export type MercuryCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
170317
|
+
typeId: Scalars['ID']['input'];
|
|
170318
|
+
};
|
|
169802
170319
|
export type MercuryCustomFieldDefinitionConnection = {
|
|
169803
170320
|
__typename?: 'MercuryCustomFieldDefinitionConnection';
|
|
169804
170321
|
edges?: Maybe<Array<MercuryCustomFieldDefinitionEdge>>;
|
|
@@ -169884,20 +170401,30 @@ export type MercuryDateCustomField = MercuryCustomField & {
|
|
|
169884
170401
|
updatedBy?: Maybe<User>;
|
|
169885
170402
|
updatedDate: Scalars['DateTime']['output'];
|
|
169886
170403
|
};
|
|
169887
|
-
export type MercuryDateCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
170404
|
+
export type MercuryDateCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
169888
170405
|
__typename?: 'MercuryDateCustomFieldDefinition';
|
|
170406
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
170407
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
169889
170408
|
createdBy?: Maybe<User>;
|
|
169890
170409
|
createdDate: Scalars['DateTime']['output'];
|
|
169891
170410
|
description?: Maybe<Scalars['String']['output']>;
|
|
169892
170411
|
fieldKind: MercuryCustomFieldKind;
|
|
170412
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
169893
170413
|
id: Scalars['ID']['output'];
|
|
169894
170414
|
name: Scalars['String']['output'];
|
|
169895
170415
|
scope: MercuryCustomFieldDefinitionScope;
|
|
169896
170416
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
170417
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
169897
170418
|
updatedBy?: Maybe<User>;
|
|
169898
170419
|
updatedDate: Scalars['DateTime']['output'];
|
|
169899
170420
|
visibility: MercuryCustomFieldVisibility;
|
|
169900
170421
|
};
|
|
170422
|
+
export type MercuryDateCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
170423
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
170424
|
+
};
|
|
170425
|
+
export type MercuryDateCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
170426
|
+
typeId: Scalars['ID']['input'];
|
|
170427
|
+
};
|
|
169901
170428
|
export type MercuryDateCustomFieldInput = {
|
|
169902
170429
|
dateValue?: InputMaybe<Scalars['Date']['input']>;
|
|
169903
170430
|
};
|
|
@@ -170514,6 +171041,47 @@ export type MercuryExternalUser = {
|
|
|
170514
171041
|
email?: Maybe<Scalars['String']['output']>;
|
|
170515
171042
|
name?: Maybe<Scalars['String']['output']>;
|
|
170516
171043
|
};
|
|
171044
|
+
export type MercuryFieldCapability = {
|
|
171045
|
+
__typename?: 'MercuryFieldCapability';
|
|
171046
|
+
canHide?: Maybe<Scalars['Boolean']['output']>;
|
|
171047
|
+
canMarkAsRequired?: Maybe<Scalars['Boolean']['output']>;
|
|
171048
|
+
canRelabel?: Maybe<Scalars['Boolean']['output']>;
|
|
171049
|
+
canShowOnGlobalCreate?: Maybe<Scalars['Boolean']['output']>;
|
|
171050
|
+
};
|
|
171051
|
+
export type MercuryFieldConfigurationSettings = {
|
|
171052
|
+
__typename?: 'MercuryFieldConfigurationSettings';
|
|
171053
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
171054
|
+
required?: Maybe<Scalars['Boolean']['output']>;
|
|
171055
|
+
showOnGlobalCreate?: Maybe<Scalars['Boolean']['output']>;
|
|
171056
|
+
visible?: Maybe<Scalars['Boolean']['output']>;
|
|
171057
|
+
};
|
|
171058
|
+
export type MercuryFieldDefinition = {
|
|
171059
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
171060
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
171061
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
171062
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
171063
|
+
id: Scalars['ID']['output'];
|
|
171064
|
+
name: Scalars['String']['output'];
|
|
171065
|
+
searchKey?: Maybe<Scalars['String']['output']>;
|
|
171066
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
171067
|
+
};
|
|
171068
|
+
export type MercuryFieldDefinitionConfigurationSettingsArgs = {
|
|
171069
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
171070
|
+
};
|
|
171071
|
+
export type MercuryFieldDefinitionTypeFieldConfigurationArgs = {
|
|
171072
|
+
typeId: Scalars['ID']['input'];
|
|
171073
|
+
};
|
|
171074
|
+
export type MercuryFieldDefinitionConnection = {
|
|
171075
|
+
__typename?: 'MercuryFieldDefinitionConnection';
|
|
171076
|
+
edges?: Maybe<Array<MercuryFieldDefinitionEdge>>;
|
|
171077
|
+
pageInfo: PageInfo;
|
|
171078
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
171079
|
+
};
|
|
171080
|
+
export type MercuryFieldDefinitionEdge = {
|
|
171081
|
+
__typename?: 'MercuryFieldDefinitionEdge';
|
|
171082
|
+
cursor: Scalars['String']['output'];
|
|
171083
|
+
node?: Maybe<MercuryFieldDefinition>;
|
|
171084
|
+
};
|
|
170517
171085
|
export type MercuryFinancialVersion = Node & {
|
|
170518
171086
|
__typename?: 'MercuryFinancialVersion';
|
|
170519
171087
|
id: Scalars['ID']['output'];
|
|
@@ -171831,6 +172399,16 @@ export declare enum MercuryFundsType {
|
|
|
171831
172399
|
Budget = "BUDGET",
|
|
171832
172400
|
Forecast = "FORECAST"
|
|
171833
172401
|
}
|
|
172402
|
+
export type MercuryGlobalFieldConfiguration = MercuryConfiguration & {
|
|
172403
|
+
__typename?: 'MercuryGlobalFieldConfiguration';
|
|
172404
|
+
fieldDefinition?: Maybe<MercuryFieldDefinition>;
|
|
172405
|
+
id: Scalars['ID']['output'];
|
|
172406
|
+
settings?: Maybe<MercuryGlobalFieldConfigurationSettings>;
|
|
172407
|
+
};
|
|
172408
|
+
export type MercuryGlobalFieldConfigurationSettings = {
|
|
172409
|
+
__typename?: 'MercuryGlobalFieldConfigurationSettings';
|
|
172410
|
+
visible?: Maybe<Scalars['Boolean']['output']>;
|
|
172411
|
+
};
|
|
171834
172412
|
export type MercuryGoalAggregatedStatusCount = {
|
|
171835
172413
|
__typename?: 'MercuryGoalAggregatedStatusCount';
|
|
171836
172414
|
krAggregatedStatusCount?: Maybe<MercuryGoalsAggregatedStatusCount>;
|
|
@@ -172482,21 +173060,31 @@ export type MercuryMultiSelectCustomField = MercuryCustomField & {
|
|
|
172482
173060
|
updatedBy?: Maybe<User>;
|
|
172483
173061
|
updatedDate: Scalars['DateTime']['output'];
|
|
172484
173062
|
};
|
|
172485
|
-
export type MercuryMultiSelectCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
173063
|
+
export type MercuryMultiSelectCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
172486
173064
|
__typename?: 'MercuryMultiSelectCustomFieldDefinition';
|
|
173065
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
173066
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
172487
173067
|
createdBy?: Maybe<User>;
|
|
172488
173068
|
createdDate: Scalars['DateTime']['output'];
|
|
172489
173069
|
description?: Maybe<Scalars['String']['output']>;
|
|
172490
173070
|
fieldKind: MercuryCustomFieldKind;
|
|
173071
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
172491
173072
|
id: Scalars['ID']['output'];
|
|
172492
173073
|
name: Scalars['String']['output'];
|
|
172493
173074
|
options?: Maybe<Array<MercuryCustomSelectFieldOption>>;
|
|
172494
173075
|
scope: MercuryCustomFieldDefinitionScope;
|
|
172495
173076
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
173077
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
172496
173078
|
updatedBy?: Maybe<User>;
|
|
172497
173079
|
updatedDate: Scalars['DateTime']['output'];
|
|
172498
173080
|
visibility: MercuryCustomFieldVisibility;
|
|
172499
173081
|
};
|
|
173082
|
+
export type MercuryMultiSelectCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
173083
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
173084
|
+
};
|
|
173085
|
+
export type MercuryMultiSelectCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
173086
|
+
typeId: Scalars['ID']['input'];
|
|
173087
|
+
};
|
|
172500
173088
|
export type MercuryMultiSelectCustomFieldInput = {
|
|
172501
173089
|
options?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
172502
173090
|
};
|
|
@@ -172509,20 +173097,30 @@ export type MercuryMultiUserCustomField = MercuryCustomField & {
|
|
|
172509
173097
|
updatedBy?: Maybe<User>;
|
|
172510
173098
|
updatedDate: Scalars['DateTime']['output'];
|
|
172511
173099
|
};
|
|
172512
|
-
export type MercuryMultiUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
173100
|
+
export type MercuryMultiUserCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
172513
173101
|
__typename?: 'MercuryMultiUserCustomFieldDefinition';
|
|
173102
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
173103
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
172514
173104
|
createdBy?: Maybe<User>;
|
|
172515
173105
|
createdDate: Scalars['DateTime']['output'];
|
|
172516
173106
|
description?: Maybe<Scalars['String']['output']>;
|
|
172517
173107
|
fieldKind: MercuryCustomFieldKind;
|
|
173108
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
172518
173109
|
id: Scalars['ID']['output'];
|
|
172519
173110
|
name: Scalars['String']['output'];
|
|
172520
173111
|
scope: MercuryCustomFieldDefinitionScope;
|
|
172521
173112
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
173113
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
172522
173114
|
updatedBy?: Maybe<User>;
|
|
172523
173115
|
updatedDate: Scalars['DateTime']['output'];
|
|
172524
173116
|
visibility: MercuryCustomFieldVisibility;
|
|
172525
173117
|
};
|
|
173118
|
+
export type MercuryMultiUserCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
173119
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
173120
|
+
};
|
|
173121
|
+
export type MercuryMultiUserCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
173122
|
+
typeId: Scalars['ID']['input'];
|
|
173123
|
+
};
|
|
172526
173124
|
export type MercuryMultiUserCustomFieldInput = {
|
|
172527
173125
|
userIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
172528
173126
|
};
|
|
@@ -172830,6 +173428,7 @@ export type MercuryNormalizedWorkProjectType = MercuryProjectType & {
|
|
|
172830
173428
|
export type MercuryNormalizedWorkResult = MercuryNormalizedWork | MercuryRestrictedWork;
|
|
172831
173429
|
export type MercuryNormalizedWorkSearchFiltersInput = {
|
|
172832
173430
|
applicationName?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
173431
|
+
cloudId?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
172833
173432
|
owner?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
172834
173433
|
source?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
172835
173434
|
status?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -172901,20 +173500,30 @@ export type MercuryNumberCustomField = MercuryCustomField & {
|
|
|
172901
173500
|
updatedBy?: Maybe<User>;
|
|
172902
173501
|
updatedDate: Scalars['DateTime']['output'];
|
|
172903
173502
|
};
|
|
172904
|
-
export type MercuryNumberCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
173503
|
+
export type MercuryNumberCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
172905
173504
|
__typename?: 'MercuryNumberCustomFieldDefinition';
|
|
173505
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
173506
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
172906
173507
|
createdBy?: Maybe<User>;
|
|
172907
173508
|
createdDate: Scalars['DateTime']['output'];
|
|
172908
173509
|
description?: Maybe<Scalars['String']['output']>;
|
|
172909
173510
|
fieldKind: MercuryCustomFieldKind;
|
|
173511
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
172910
173512
|
id: Scalars['ID']['output'];
|
|
172911
173513
|
name: Scalars['String']['output'];
|
|
172912
173514
|
scope: MercuryCustomFieldDefinitionScope;
|
|
172913
173515
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
173516
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
172914
173517
|
updatedBy?: Maybe<User>;
|
|
172915
173518
|
updatedDate: Scalars['DateTime']['output'];
|
|
172916
173519
|
visibility: MercuryCustomFieldVisibility;
|
|
172917
173520
|
};
|
|
173521
|
+
export type MercuryNumberCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
173522
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
173523
|
+
};
|
|
173524
|
+
export type MercuryNumberCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
173525
|
+
typeId: Scalars['ID']['input'];
|
|
173526
|
+
};
|
|
172918
173527
|
export type MercuryNumberCustomFieldInput = {
|
|
172919
173528
|
numberValue?: InputMaybe<Scalars['Float']['input']>;
|
|
172920
173529
|
};
|
|
@@ -173536,8 +174145,7 @@ export type MercuryOrganizationsMutationApi = {
|
|
|
173536
174145
|
unStarOrganizationView?: Maybe<MercuryUnStarOrganizationViewPayload>;
|
|
173537
174146
|
unarchiveFunctionalRole?: Maybe<MercuryUnarchiveFunctionalRolePayload>;
|
|
173538
174147
|
unarchiveOrganization?: Maybe<MercuryUnarchiveOrganizationPayload>;
|
|
173539
|
-
|
|
173540
|
-
updateFunctionalRoleName?: Maybe<MercuryUpdateFunctionalRolePayload>;
|
|
174148
|
+
updateFunctionalRole?: Maybe<MercuryUpdateFunctionalRolePayload>;
|
|
173541
174149
|
updateOrganizationAboutContent?: Maybe<MercuryUpdateOrganizationPayload>;
|
|
173542
174150
|
updateOrganizationCustomFieldDefinitionDescription?: Maybe<MercuryUpdateCustomFieldDefinitionDescriptionPayload>;
|
|
173543
174151
|
updateOrganizationCustomFieldDefinitionName?: Maybe<MercuryUpdateCustomFieldDefinitionNamePayload>;
|
|
@@ -173707,11 +174315,8 @@ export type MercuryOrganizationsMutationApiUnarchiveFunctionalRoleArgs = {
|
|
|
173707
174315
|
export type MercuryOrganizationsMutationApiUnarchiveOrganizationArgs = {
|
|
173708
174316
|
input: MercuryUnarchiveOrganizationInput;
|
|
173709
174317
|
};
|
|
173710
|
-
export type
|
|
173711
|
-
input:
|
|
173712
|
-
};
|
|
173713
|
-
export type MercuryOrganizationsMutationApiUpdateFunctionalRoleNameArgs = {
|
|
173714
|
-
input: MercuryUpdateFunctionalRoleNameInput;
|
|
174318
|
+
export type MercuryOrganizationsMutationApiUpdateFunctionalRoleArgs = {
|
|
174319
|
+
input: MercuryUpdateFunctionalRoleInput;
|
|
173715
174320
|
};
|
|
173716
174321
|
export type MercuryOrganizationsMutationApiUpdateOrganizationAboutContentArgs = {
|
|
173717
174322
|
input: MercuryUpdateOrganizationAboutContentInput;
|
|
@@ -175674,21 +176279,31 @@ export type MercurySingleSelectCustomField = MercuryCustomField & {
|
|
|
175674
176279
|
updatedBy?: Maybe<User>;
|
|
175675
176280
|
updatedDate: Scalars['DateTime']['output'];
|
|
175676
176281
|
};
|
|
175677
|
-
export type MercurySingleSelectCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
176282
|
+
export type MercurySingleSelectCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
175678
176283
|
__typename?: 'MercurySingleSelectCustomFieldDefinition';
|
|
176284
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
176285
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
175679
176286
|
createdBy?: Maybe<User>;
|
|
175680
176287
|
createdDate: Scalars['DateTime']['output'];
|
|
175681
176288
|
description?: Maybe<Scalars['String']['output']>;
|
|
175682
176289
|
fieldKind: MercuryCustomFieldKind;
|
|
176290
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
175683
176291
|
id: Scalars['ID']['output'];
|
|
175684
176292
|
name: Scalars['String']['output'];
|
|
175685
176293
|
options?: Maybe<Array<MercuryCustomSelectFieldOption>>;
|
|
175686
176294
|
scope: MercuryCustomFieldDefinitionScope;
|
|
175687
176295
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
176296
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
175688
176297
|
updatedBy?: Maybe<User>;
|
|
175689
176298
|
updatedDate: Scalars['DateTime']['output'];
|
|
175690
176299
|
visibility: MercuryCustomFieldVisibility;
|
|
175691
176300
|
};
|
|
176301
|
+
export type MercurySingleSelectCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
176302
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
176303
|
+
};
|
|
176304
|
+
export type MercurySingleSelectCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
176305
|
+
typeId: Scalars['ID']['input'];
|
|
176306
|
+
};
|
|
175692
176307
|
export type MercurySingleSelectCustomFieldInput = {
|
|
175693
176308
|
option?: InputMaybe<Scalars['ID']['input']>;
|
|
175694
176309
|
};
|
|
@@ -175701,20 +176316,30 @@ export type MercurySingleUserCustomField = MercuryCustomField & {
|
|
|
175701
176316
|
updatedBy?: Maybe<User>;
|
|
175702
176317
|
updatedDate: Scalars['DateTime']['output'];
|
|
175703
176318
|
};
|
|
175704
|
-
export type MercurySingleUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
176319
|
+
export type MercurySingleUserCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
175705
176320
|
__typename?: 'MercurySingleUserCustomFieldDefinition';
|
|
176321
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
176322
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
175706
176323
|
createdBy?: Maybe<User>;
|
|
175707
176324
|
createdDate: Scalars['DateTime']['output'];
|
|
175708
176325
|
description?: Maybe<Scalars['String']['output']>;
|
|
175709
176326
|
fieldKind: MercuryCustomFieldKind;
|
|
176327
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
175710
176328
|
id: Scalars['ID']['output'];
|
|
175711
176329
|
name: Scalars['String']['output'];
|
|
175712
176330
|
scope: MercuryCustomFieldDefinitionScope;
|
|
175713
176331
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
176332
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
175714
176333
|
updatedBy?: Maybe<User>;
|
|
175715
176334
|
updatedDate: Scalars['DateTime']['output'];
|
|
175716
176335
|
visibility: MercuryCustomFieldVisibility;
|
|
175717
176336
|
};
|
|
176337
|
+
export type MercurySingleUserCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
176338
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
176339
|
+
};
|
|
176340
|
+
export type MercurySingleUserCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
176341
|
+
typeId: Scalars['ID']['input'];
|
|
176342
|
+
};
|
|
175718
176343
|
export type MercurySingleUserCustomFieldInput = {
|
|
175719
176344
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
175720
176345
|
};
|
|
@@ -176209,6 +176834,25 @@ export type MercurySubscriptionApiOnUpdateChangeProposalsArgs = {
|
|
|
176209
176834
|
export type MercurySubscriptionApiOnUpdateStrategicEventArgs = {
|
|
176210
176835
|
id: Scalars['ID']['input'];
|
|
176211
176836
|
};
|
|
176837
|
+
export type MercurySystemFieldDefinition = MercuryFieldDefinition & {
|
|
176838
|
+
__typename?: 'MercurySystemFieldDefinition';
|
|
176839
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
176840
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
176841
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
176842
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
176843
|
+
id: Scalars['ID']['output'];
|
|
176844
|
+
localizationKey?: Maybe<Scalars['String']['output']>;
|
|
176845
|
+
localizedName?: Maybe<Scalars['String']['output']>;
|
|
176846
|
+
name: Scalars['String']['output'];
|
|
176847
|
+
searchKey: Scalars['String']['output'];
|
|
176848
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
176849
|
+
};
|
|
176850
|
+
export type MercurySystemFieldDefinitionConfigurationSettingsArgs = {
|
|
176851
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
176852
|
+
};
|
|
176853
|
+
export type MercurySystemFieldDefinitionTypeFieldConfigurationArgs = {
|
|
176854
|
+
typeId: Scalars['ID']['input'];
|
|
176855
|
+
};
|
|
176212
176856
|
export type MercuryTagsMutationApi = {
|
|
176213
176857
|
__typename?: 'MercuryTagsMutationApi';
|
|
176214
176858
|
addTagsToEntity?: Maybe<MercuryAddTagsToEntityPayload>;
|
|
@@ -176248,20 +176892,30 @@ export type MercuryTextCustomField = MercuryCustomField & {
|
|
|
176248
176892
|
updatedBy?: Maybe<User>;
|
|
176249
176893
|
updatedDate: Scalars['DateTime']['output'];
|
|
176250
176894
|
};
|
|
176251
|
-
export type MercuryTextCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
176895
|
+
export type MercuryTextCustomFieldDefinition = MercuryCustomFieldDefinition & MercuryFieldDefinition & {
|
|
176252
176896
|
__typename?: 'MercuryTextCustomFieldDefinition';
|
|
176897
|
+
capability?: Maybe<MercuryFieldCapability>;
|
|
176898
|
+
configurationSettings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
176253
176899
|
createdBy?: Maybe<User>;
|
|
176254
176900
|
createdDate: Scalars['DateTime']['output'];
|
|
176255
176901
|
description?: Maybe<Scalars['String']['output']>;
|
|
176256
176902
|
fieldKind: MercuryCustomFieldKind;
|
|
176903
|
+
globalConfiguration?: Maybe<MercuryGlobalFieldConfiguration>;
|
|
176257
176904
|
id: Scalars['ID']['output'];
|
|
176258
176905
|
name: Scalars['String']['output'];
|
|
176259
176906
|
scope: MercuryCustomFieldDefinitionScope;
|
|
176260
176907
|
searchKey?: Maybe<Scalars['String']['output']>;
|
|
176908
|
+
typeFieldConfiguration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
176261
176909
|
updatedBy?: Maybe<User>;
|
|
176262
176910
|
updatedDate: Scalars['DateTime']['output'];
|
|
176263
176911
|
visibility: MercuryCustomFieldVisibility;
|
|
176264
176912
|
};
|
|
176913
|
+
export type MercuryTextCustomFieldDefinitionConfigurationSettingsArgs = {
|
|
176914
|
+
typeId?: InputMaybe<Scalars['ID']['input']>;
|
|
176915
|
+
};
|
|
176916
|
+
export type MercuryTextCustomFieldDefinitionTypeFieldConfigurationArgs = {
|
|
176917
|
+
typeId: Scalars['ID']['input'];
|
|
176918
|
+
};
|
|
176265
176919
|
export type MercuryTextCustomFieldInput = {
|
|
176266
176920
|
textValue?: InputMaybe<Scalars['String']['input']>;
|
|
176267
176921
|
};
|
|
@@ -176354,6 +177008,24 @@ export type MercuryTransitionStrategicEventStatusInput = {
|
|
|
176354
177008
|
id: Scalars['ID']['input'];
|
|
176355
177009
|
statusTransitionId: Scalars['ID']['input'];
|
|
176356
177010
|
};
|
|
177011
|
+
export type MercuryTypeFieldConfiguration = MercuryConfiguration & {
|
|
177012
|
+
__typename?: 'MercuryTypeFieldConfiguration';
|
|
177013
|
+
id: Scalars['ID']['output'];
|
|
177014
|
+
settings?: Maybe<MercuryFieldConfigurationSettings>;
|
|
177015
|
+
};
|
|
177016
|
+
export type MercuryTypeFieldConfigurationInput = {
|
|
177017
|
+
label: Scalars['String']['input'];
|
|
177018
|
+
required: Scalars['Boolean']['input'];
|
|
177019
|
+
searchKey: Scalars['ID']['input'];
|
|
177020
|
+
showOnCreate: Scalars['Boolean']['input'];
|
|
177021
|
+
visible: Scalars['Boolean']['input'];
|
|
177022
|
+
};
|
|
177023
|
+
export type MercuryTypeFieldConfigurationUpdateInput = {
|
|
177024
|
+
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
177025
|
+
searchKey: Scalars['ID']['input'];
|
|
177026
|
+
showOnGlobalCreate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
177027
|
+
visible?: InputMaybe<Scalars['Boolean']['input']>;
|
|
177028
|
+
};
|
|
176357
177029
|
export type MercuryUnStarFocusAreaInput = {
|
|
176358
177030
|
focusAreaId: Scalars['ID']['input'];
|
|
176359
177031
|
};
|
|
@@ -176609,6 +177281,10 @@ export type MercuryUpdateAskTypeDescriptionPayload = Payload & {
|
|
|
176609
177281
|
errors?: Maybe<Array<MutationError>>;
|
|
176610
177282
|
success: Scalars['Boolean']['output'];
|
|
176611
177283
|
};
|
|
177284
|
+
export type MercuryUpdateAskTypeFieldConfigurationsInput = {
|
|
177285
|
+
configurations: Array<MercuryTypeFieldConfigurationUpdateInput>;
|
|
177286
|
+
typeId: Scalars['ID']['input'];
|
|
177287
|
+
};
|
|
176612
177288
|
export type MercuryUpdateAskTypeNameInput = {
|
|
176613
177289
|
id: Scalars['ID']['input'];
|
|
176614
177290
|
name: Scalars['String']['input'];
|
|
@@ -176869,6 +177545,18 @@ export type MercuryUpdateCustomFieldDefinitionVisibilityPayload = Payload & {
|
|
|
176869
177545
|
errors?: Maybe<Array<MutationError>>;
|
|
176870
177546
|
success: Scalars['Boolean']['output'];
|
|
176871
177547
|
};
|
|
177548
|
+
export type MercuryUpdateFieldConfigurationPayload = Payload & {
|
|
177549
|
+
__typename?: 'MercuryUpdateFieldConfigurationPayload';
|
|
177550
|
+
configuration?: Maybe<MercuryTypeFieldConfiguration>;
|
|
177551
|
+
errors?: Maybe<Array<MutationError>>;
|
|
177552
|
+
success: Scalars['Boolean']['output'];
|
|
177553
|
+
};
|
|
177554
|
+
export type MercuryUpdateFieldConfigurationsPayload = Payload & {
|
|
177555
|
+
__typename?: 'MercuryUpdateFieldConfigurationsPayload';
|
|
177556
|
+
configurations?: Maybe<Array<MercuryTypeFieldConfiguration>>;
|
|
177557
|
+
errors?: Maybe<Array<MutationError>>;
|
|
177558
|
+
success: Scalars['Boolean']['output'];
|
|
177559
|
+
};
|
|
176872
177560
|
export type MercuryUpdateFocusAreaAboutContentInput = {
|
|
176873
177561
|
aboutContent: Scalars['String']['input'];
|
|
176874
177562
|
cloudId: Scalars['ID']['input'];
|
|
@@ -176935,12 +177623,9 @@ export type MercuryUpdateFocusAreaTargetDateInput = {
|
|
|
176935
177623
|
targetDate?: InputMaybe<Scalars['String']['input']>;
|
|
176936
177624
|
targetDateType?: InputMaybe<MercuryTargetDateType>;
|
|
176937
177625
|
};
|
|
176938
|
-
export type
|
|
177626
|
+
export type MercuryUpdateFunctionalRoleInput = {
|
|
176939
177627
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
176940
177628
|
id: Scalars['ID']['input'];
|
|
176941
|
-
};
|
|
176942
|
-
export type MercuryUpdateFunctionalRoleNameInput = {
|
|
176943
|
-
id: Scalars['ID']['input'];
|
|
176944
177629
|
name: Scalars['String']['input'];
|
|
176945
177630
|
};
|
|
176946
177631
|
export type MercuryUpdateFunctionalRolePayload = Payload & {
|
|
@@ -179300,6 +179985,7 @@ export type Mutation = {
|
|
|
179300
179985
|
mercury_updateAskSubmittingOrganization?: Maybe<MercuryUpsertAskPayload>;
|
|
179301
179986
|
mercury_updateAskSubmittingTeam?: Maybe<MercuryUpsertAskPayload>;
|
|
179302
179987
|
mercury_updateAskTypeDescription?: Maybe<MercuryUpdateAskTypeDescriptionPayload>;
|
|
179988
|
+
mercury_updateAskTypeFieldConfigurations?: Maybe<MercuryUpdateFieldConfigurationsPayload>;
|
|
179303
179989
|
mercury_updateAskTypeName?: Maybe<MercuryUpdateAskTypeNamePayload>;
|
|
179304
179990
|
migrateSpaceShortcuts?: Maybe<MigrateSpaceShortcutsPayload>;
|
|
179305
179991
|
moveBlog?: Maybe<MoveBlogPayload>;
|
|
@@ -184829,6 +185515,9 @@ export type MutationMercury_UpdateAskSubmittingTeamArgs = {
|
|
|
184829
185515
|
export type MutationMercury_UpdateAskTypeDescriptionArgs = {
|
|
184830
185516
|
input: MercuryUpdateAskTypeDescriptionInput;
|
|
184831
185517
|
};
|
|
185518
|
+
export type MutationMercury_UpdateAskTypeFieldConfigurationsArgs = {
|
|
185519
|
+
input: MercuryUpdateAskTypeFieldConfigurationsInput;
|
|
185520
|
+
};
|
|
184832
185521
|
export type MutationMercury_UpdateAskTypeNameArgs = {
|
|
184833
185522
|
input: MercuryUpdateAskTypeNameInput;
|
|
184834
185523
|
};
|
|
@@ -189155,6 +189844,8 @@ export type PsmRemediationBreakdownInput = {
|
|
|
189155
189844
|
export type PsmRemediationBreakdownResult = {
|
|
189156
189845
|
__typename?: 'PsmRemediationBreakdownResult';
|
|
189157
189846
|
buckets: Array<PsmRemediationBucket>;
|
|
189847
|
+
endTime: Scalars['DateTime']['output'];
|
|
189848
|
+
startTime: Scalars['DateTime']['output'];
|
|
189158
189849
|
};
|
|
189159
189850
|
export type PsmRemediationBucket = {
|
|
189160
189851
|
__typename?: 'PsmRemediationBucket';
|
|
@@ -189755,6 +190446,8 @@ export declare enum PushNotificationSettingGroup {
|
|
|
189755
190446
|
}
|
|
189756
190447
|
export type Query = {
|
|
189757
190448
|
__typename?: 'Query';
|
|
190449
|
+
JsmAnalytics_insightDetails?: Maybe<JsmAnalyticsInsight>;
|
|
190450
|
+
JsmAnalytics_insightsResult?: Maybe<JsmAnalyticsInsightsQueryResponse>;
|
|
189758
190451
|
abTestCohorts?: Maybe<Scalars['String']['output']>;
|
|
189759
190452
|
actions?: Maybe<Actions>;
|
|
189760
190453
|
activities?: Maybe<Activities>;
|
|
@@ -190077,11 +190770,13 @@ export type Query = {
|
|
|
190077
190770
|
assetsVertical_customInsights?: Maybe<AssetsVerticalCustomInsightsResult>;
|
|
190078
190771
|
assetsVertical_depreciationRule?: Maybe<AssetsVerticalDepreciationRuleResult>;
|
|
190079
190772
|
assetsVertical_depreciationRuleByAssetTypesTracking?: Maybe<AssetsVerticalDepreciationRuleByAssetTypesTrackingResult>;
|
|
190773
|
+
assetsVertical_depreciationRuleHardwareFilterOptions?: Maybe<AssetsVerticalDepreciationRuleHardwareFilterOptionConnection>;
|
|
190080
190774
|
assetsVertical_depreciationRules?: Maybe<AssetsVerticalDepreciationRuleConnection>;
|
|
190081
190775
|
assetsVertical_hardwareCountByStatus?: Maybe<AssetsVerticalHardwareCountByStatusResult>;
|
|
190082
190776
|
assetsVertical_hardwareObjectTypes?: Maybe<AssetsVerticalHardwareObjectTypesResult>;
|
|
190083
190777
|
assetsVertical_hardwareObjects?: Maybe<AssetsVerticalHardwareObjectsResult>;
|
|
190084
190778
|
assetsVertical_hardwareObjectsTotalCount?: Maybe<AssetsVerticalHardwareObjectsTotalCountResult>;
|
|
190779
|
+
assetsVertical_hardwareParentFilterOptions?: Maybe<AssetsVerticalHardwareParentFilterOptionConnection>;
|
|
190085
190780
|
assetsVertical_insightDefinitions?: Maybe<AssetsVerticalInsightDefinitionResult>;
|
|
190086
190781
|
assetsVertical_insightDetails?: Maybe<AssetsVerticalInsightDetailsResult>;
|
|
190087
190782
|
assetsVertical_insightDetailsByDefinition?: Maybe<AssetsVerticalInsightDetailsByDefinitionResult>;
|
|
@@ -190214,7 +190909,6 @@ export type Query = {
|
|
|
190214
190909
|
changeManagement_rovoRiskAssessmentSettings: ChangeManagementRovoRiskAssessmentSettingsPayload;
|
|
190215
190910
|
changeManagement_rovoRiskAssessmentSettingsByIssue?: Maybe<ChangeManagementRovoRiskAssessmentSettingsPayload>;
|
|
190216
190911
|
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
190217
|
-
channelPlatform_checkOtpVerified?: Maybe<ChannelPlatformCheckOtpVerifiedResponse>;
|
|
190218
190912
|
channelPlatform_createContact?: Maybe<ChannelPlatformCreateContactResponse>;
|
|
190219
190913
|
channelPlatform_downloadTranscript?: Maybe<ChannelPlatformDownloadTranscriptResponse>;
|
|
190220
190914
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
@@ -190222,7 +190916,6 @@ export type Query = {
|
|
|
190222
190916
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
190223
190917
|
channelPlatform_getAgentStatus?: Maybe<ChannelPlatformAgentStatusResponse>;
|
|
190224
190918
|
channelPlatform_getAttachmentPreviewUrl?: Maybe<ChannelPlatformAttachmentPreviewUrlResponse>;
|
|
190225
|
-
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
190226
190919
|
channelPlatform_getClientConfigDetails?: Maybe<ChannelPlatformClientConfigDetailsResponse>;
|
|
190227
190920
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
190228
190921
|
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
@@ -190464,6 +191157,7 @@ export type Query = {
|
|
|
190464
191157
|
convoAiAgentSession_getById?: Maybe<ConvoAiAgentSession>;
|
|
190465
191158
|
convoAiAgentSession_getByIds?: Maybe<Array<Maybe<ConvoAiAgentSession>>>;
|
|
190466
191159
|
convoai_availableSkills?: Maybe<ConvoAiAvailableSkillsResult>;
|
|
191160
|
+
convoai_confluenceAgentSessions?: Maybe<ConvoAiConfluenceAgentSessionConnection>;
|
|
190467
191161
|
convoai_confluenceSpaceRecommendations?: Maybe<Array<ConvoAiConfluenceSpaceRecommendation>>;
|
|
190468
191162
|
convoai_homeThreads?: Maybe<ConvoAiHomeThreadsResult>;
|
|
190469
191163
|
convoai_jiraDuplicateWorkItems?: Maybe<ConvoAiJiraDuplicateWorkItemsConnection>;
|
|
@@ -190734,11 +191428,13 @@ export type Query = {
|
|
|
190734
191428
|
graphInference_inferenceAppListV2?: Maybe<Array<GraphInferenceInferenceAppV2>>;
|
|
190735
191429
|
graphInference_inferenceAppListV3?: Maybe<Array<GraphInferenceInferenceAppV3>>;
|
|
190736
191430
|
graphInference_inferenceAppStoredResults?: Maybe<Array<GraphInferenceInferenceAppStoredResult>>;
|
|
191431
|
+
graphInference_inferenceEvalPromptPreview?: Maybe<GraphInferenceInferenceEvalPromptPreviewResponse>;
|
|
190737
191432
|
graphInference_inferenceEvalRun?: Maybe<GraphInferenceInferenceEvalRunResponse>;
|
|
190738
191433
|
graphInference_inferenceModels?: Maybe<GraphInferenceInferenceModelsResponse>;
|
|
190739
191434
|
graphInference_inferenceQualityMetrics?: Maybe<GraphInferenceInferenceQualityMetricsResponse>;
|
|
190740
191435
|
graphInference_inferredProjectMe?: Maybe<GraphInferenceInferredProjectMeResponse>;
|
|
190741
191436
|
graphInference_inferredProjectSummaries?: Maybe<GraphInferenceInferredProjectSummariesResponse>;
|
|
191437
|
+
graphInference_insights?: Maybe<GraphInferenceInsightsResponse>;
|
|
190742
191438
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
190743
191439
|
graphIntegration_cloneCandidateSkill?: Maybe<GraphIntegrationSkill>;
|
|
190744
191440
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
@@ -192935,7 +193631,7 @@ export type Query = {
|
|
|
192935
193631
|
gravity_matchDelivery?: Maybe<GravityDeliveryMatchingResult>;
|
|
192936
193632
|
gravity_reactions?: Maybe<GravityReactionsResult>;
|
|
192937
193633
|
gravity_view?: Maybe<JpdView>;
|
|
192938
|
-
gravity_viewArrangement?: Maybe<
|
|
193634
|
+
gravity_viewArrangement?: Maybe<GravityViewArrangement>;
|
|
192939
193635
|
gravity_viewArrangementForEnrichment?: Maybe<GravityViewArrangementChangedEvent>;
|
|
192940
193636
|
gravity_viewTemplateMappingProposals: GravityViewTemplateMappingProposalsResult;
|
|
192941
193637
|
gravity_viewTemplates: GravityViewTemplatesResult;
|
|
@@ -193155,6 +193851,7 @@ export type Query = {
|
|
|
193155
193851
|
knowledgeBase_eligibleDataSources?: Maybe<KnowledgeBaseEligibleDataSourcesResponse>;
|
|
193156
193852
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
193157
193853
|
knowledgeBase_healthDashboard?: Maybe<KnowledgeBaseHealthDashboardResponse>;
|
|
193854
|
+
knowledgeBase_hydrateArticles?: Maybe<KnowledgeBaseHydrateArticlesResponse>;
|
|
193158
193855
|
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
193159
193856
|
knowledgeBase_monthlyActiveUsers?: Maybe<KnowledgeBaseMonthlyActiveUsersResponse>;
|
|
193160
193857
|
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
|
|
@@ -193241,6 +193938,7 @@ export type Query = {
|
|
|
193241
193938
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
193242
193939
|
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
193243
193940
|
mercury_askCustomFields?: Maybe<Array<MercuryAskCustomFieldValuesByAsk>>;
|
|
193941
|
+
mercury_askFieldDefinitions?: Maybe<MercuryFieldDefinitionConnection>;
|
|
193244
193942
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
193245
193943
|
mercury_askTypes?: Maybe<MercuryAskTypeConnection>;
|
|
193246
193944
|
mercury_askTypesByIds?: Maybe<Array<Maybe<MercuryAskType>>>;
|
|
@@ -193398,6 +194096,7 @@ export type Query = {
|
|
|
193398
194096
|
radar_groupMetrics?: Maybe<RadarGroupMetricsConnection>;
|
|
193399
194097
|
radar_lastAppliedFilter?: Maybe<RadarLastAppliedFilter>;
|
|
193400
194098
|
radar_metricsSettings?: Maybe<Array<RadarMetricSettings>>;
|
|
194099
|
+
radar_metricsSummary?: Maybe<RadarMetricsSummary>;
|
|
193401
194100
|
radar_notificationSettings?: Maybe<Array<RadarNotification>>;
|
|
193402
194101
|
radar_positionByAri?: Maybe<RadarPosition>;
|
|
193403
194102
|
radar_positionLaborCostEstimateSettings?: Maybe<RadarPositionLaborCostEstimateSettings>;
|
|
@@ -193658,6 +194357,12 @@ export type Query = {
|
|
|
193658
194357
|
webTriggerUrlsByAppContext?: Maybe<Array<WebTriggerUrl>>;
|
|
193659
194358
|
workSuggestions?: Maybe<WorkSuggestions>;
|
|
193660
194359
|
};
|
|
194360
|
+
export type QueryJsmAnalytics_InsightDetailsArgs = {
|
|
194361
|
+
input: JsmAnalyticsInsightsDetailInput;
|
|
194362
|
+
};
|
|
194363
|
+
export type QueryJsmAnalytics_InsightsResultArgs = {
|
|
194364
|
+
input: JsmAnalyticsInsightsQueryInput;
|
|
194365
|
+
};
|
|
193661
194366
|
export type QueryAdminAnnouncementBannerSettingArgs = {
|
|
193662
194367
|
id: Scalars['String']['input'];
|
|
193663
194368
|
};
|
|
@@ -195419,6 +196124,12 @@ export type QueryAssetsVertical_DepreciationRuleByAssetTypesTrackingArgs = {
|
|
|
195419
196124
|
assetTypesTrackingId: Scalars['ID']['input'];
|
|
195420
196125
|
cloudId: Scalars['ID']['input'];
|
|
195421
196126
|
};
|
|
196127
|
+
export type QueryAssetsVertical_DepreciationRuleHardwareFilterOptionsArgs = {
|
|
196128
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
196129
|
+
cloudId: Scalars['ID']['input'];
|
|
196130
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
196131
|
+
verticalInstantiationId: Scalars['ID']['input'];
|
|
196132
|
+
};
|
|
195422
196133
|
export type QueryAssetsVertical_DepreciationRulesArgs = {
|
|
195423
196134
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
195424
196135
|
cloudId: Scalars['ID']['input'];
|
|
@@ -195444,6 +196155,12 @@ export type QueryAssetsVertical_HardwareObjectsTotalCountArgs = {
|
|
|
195444
196155
|
cloudId: Scalars['ID']['input'];
|
|
195445
196156
|
input: AssetsVerticalHardwareObjectsInput;
|
|
195446
196157
|
};
|
|
196158
|
+
export type QueryAssetsVertical_HardwareParentFilterOptionsArgs = {
|
|
196159
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
196160
|
+
cloudId: Scalars['ID']['input'];
|
|
196161
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
196162
|
+
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
196163
|
+
};
|
|
195447
196164
|
export type QueryAssetsVertical_InsightDefinitionsArgs = {
|
|
195448
196165
|
cloudId: Scalars['ID']['input'];
|
|
195449
196166
|
};
|
|
@@ -195973,9 +196690,6 @@ export type QueryChangeManagement_RovoRiskAssessmentSettingsByIssueArgs = {
|
|
|
195973
196690
|
export type QueryChannelPlatform_ChatRequestDetailsArgs = {
|
|
195974
196691
|
request?: InputMaybe<ChannelPlatformChatRequestDetailsRequest>;
|
|
195975
196692
|
};
|
|
195976
|
-
export type QueryChannelPlatform_CheckOtpVerifiedArgs = {
|
|
195977
|
-
conversationId: Scalars['String']['input'];
|
|
195978
|
-
};
|
|
195979
196693
|
export type QueryChannelPlatform_CreateContactArgs = {
|
|
195980
196694
|
anonymousId?: InputMaybe<Scalars['String']['input']>;
|
|
195981
196695
|
request?: InputMaybe<ChannelPlatformSubmitRequestInput>;
|
|
@@ -196002,9 +196716,6 @@ export type QueryChannelPlatform_GetAttachmentPreviewUrlArgs = {
|
|
|
196002
196716
|
attachmentId: Scalars['String']['input'];
|
|
196003
196717
|
issueId: Scalars['String']['input'];
|
|
196004
196718
|
};
|
|
196005
|
-
export type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
196006
|
-
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
196007
|
-
};
|
|
196008
196719
|
export type QueryChannelPlatform_GetClientConfigDetailsArgs = {
|
|
196009
196720
|
issueAri?: InputMaybe<Scalars['ID']['input']>;
|
|
196010
196721
|
};
|
|
@@ -196030,7 +196741,6 @@ export type QueryChannelPlatform_GetQuickResponseArgs = {
|
|
|
196030
196741
|
};
|
|
196031
196742
|
export type QueryChannelPlatform_GetSurveyLinkArgs = {
|
|
196032
196743
|
conversationId?: InputMaybe<Scalars['String']['input']>;
|
|
196033
|
-
issueId?: InputMaybe<Scalars['String']['input']>;
|
|
196034
196744
|
};
|
|
196035
196745
|
export type QueryChannelPlatform_GetTicketDetailsArgs = {
|
|
196036
196746
|
conversationId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -197179,6 +197889,12 @@ export type QueryConvoai_AvailableSkillsArgs = {
|
|
|
197179
197889
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
197180
197890
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
197181
197891
|
};
|
|
197892
|
+
export type QueryConvoai_ConfluenceAgentSessionsArgs = {
|
|
197893
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
197894
|
+
cloudId: Scalars['ID']['input'];
|
|
197895
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197896
|
+
userAccountId: Scalars['ID']['input'];
|
|
197897
|
+
};
|
|
197182
197898
|
export type QueryConvoai_ConfluenceSpaceRecommendationsArgs = {
|
|
197183
197899
|
cloudId: Scalars['ID']['input'];
|
|
197184
197900
|
pageTitle: Scalars['String']['input'];
|
|
@@ -198348,6 +199064,9 @@ export type QueryGraphInference_GraphclawInferV3Args = {
|
|
|
198348
199064
|
export type QueryGraphInference_InferenceAppStoredResultsArgs = {
|
|
198349
199065
|
input: GraphInferenceInferenceAppStoredResultsInput;
|
|
198350
199066
|
};
|
|
199067
|
+
export type QueryGraphInference_InferenceEvalPromptPreviewArgs = {
|
|
199068
|
+
input: GraphInferenceInferenceEvalPromptPreviewInput;
|
|
199069
|
+
};
|
|
198351
199070
|
export type QueryGraphInference_InferenceEvalRunArgs = {
|
|
198352
199071
|
runId: Scalars['ID']['input'];
|
|
198353
199072
|
};
|
|
@@ -198367,6 +199086,9 @@ export type QueryGraphInference_InferredProjectSummariesArgs = {
|
|
|
198367
199086
|
firstEntities?: InputMaybe<Scalars['Int']['input']>;
|
|
198368
199087
|
updatedAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
198369
199088
|
};
|
|
199089
|
+
export type QueryGraphInference_InsightsArgs = {
|
|
199090
|
+
input: GraphInferenceTargetInsightsInput;
|
|
199091
|
+
};
|
|
198370
199092
|
export type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
198371
199093
|
contextAri: Scalars['ID']['input'];
|
|
198372
199094
|
includeEnabledToolCount?: Scalars['Boolean']['input'];
|
|
@@ -215067,6 +215789,7 @@ export type QueryJira_ReleaseDriversForProjectArgs = {
|
|
|
215067
215789
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
215068
215790
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
215069
215791
|
projectId: Scalars['ID']['input'];
|
|
215792
|
+
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
215070
215793
|
};
|
|
215071
215794
|
export type QueryJira_RovoEnablementStatusArgs = {
|
|
215072
215795
|
cloudId: Scalars['ID']['input'];
|
|
@@ -215548,6 +216271,10 @@ export type QueryKnowledgeBase_HealthDashboardArgs = {
|
|
|
215548
216271
|
cloudId: Scalars['ID']['input'];
|
|
215549
216272
|
projectIdentifier: Scalars['String']['input'];
|
|
215550
216273
|
};
|
|
216274
|
+
export type QueryKnowledgeBase_HydrateArticlesArgs = {
|
|
216275
|
+
cloudId: Scalars['ID']['input'];
|
|
216276
|
+
hydrationInput: KnowledgeBaseArticleHydrationInput;
|
|
216277
|
+
};
|
|
215551
216278
|
export type QueryKnowledgeBase_LinkedSourcesArgs = {
|
|
215552
216279
|
cloudId: Scalars['ID']['input'];
|
|
215553
216280
|
projectIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -215822,6 +216549,9 @@ export type QueryMercury_AskCustomFieldsArgs = {
|
|
|
215822
216549
|
cloudId: Scalars['ID']['input'];
|
|
215823
216550
|
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
215824
216551
|
};
|
|
216552
|
+
export type QueryMercury_AskFieldDefinitionsArgs = {
|
|
216553
|
+
cloudId: Scalars['ID']['input'];
|
|
216554
|
+
};
|
|
215825
216555
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
215826
216556
|
ids: Array<Scalars['ID']['input']>;
|
|
215827
216557
|
};
|
|
@@ -216434,6 +217164,9 @@ export type QueryRadar_MetricsSettingsArgs = {
|
|
|
216434
217164
|
cloudId: Scalars['ID']['input'];
|
|
216435
217165
|
metricKey?: InputMaybe<RadarOrgMetric>;
|
|
216436
217166
|
};
|
|
217167
|
+
export type QueryRadar_MetricsSummaryArgs = {
|
|
217168
|
+
input: RadarMetricsSummaryInput;
|
|
217169
|
+
};
|
|
216437
217170
|
export type QueryRadar_NotificationSettingsArgs = {
|
|
216438
217171
|
cloudId: Scalars['ID']['input'];
|
|
216439
217172
|
};
|
|
@@ -217634,6 +218367,14 @@ export type RadarAiConnectorsEdge = RadarEdge & {
|
|
|
217634
218367
|
cursor: Scalars['String']['output'];
|
|
217635
218368
|
node: RadarAiConnector;
|
|
217636
218369
|
};
|
|
218370
|
+
export type RadarAiGenerationMetadata = {
|
|
218371
|
+
__typename?: 'RadarAiGenerationMetadata';
|
|
218372
|
+
cached: Scalars['Boolean']['output'];
|
|
218373
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
218374
|
+
generationId: Scalars['ID']['output'];
|
|
218375
|
+
model: Scalars['String']['output'];
|
|
218376
|
+
useCaseId: Scalars['String']['output'];
|
|
218377
|
+
};
|
|
217637
218378
|
export type RadarAiModelFieldValue = {
|
|
217638
218379
|
__typename?: 'RadarAiModelFieldValue';
|
|
217639
218380
|
displayValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -218090,6 +218831,22 @@ export type RadarMetricValueInput = {
|
|
|
218090
218831
|
target: Scalars['Float']['input'];
|
|
218091
218832
|
tolerance?: InputMaybe<Scalars['Float']['input']>;
|
|
218092
218833
|
};
|
|
218834
|
+
export type RadarMetricsSummary = {
|
|
218835
|
+
__typename?: 'RadarMetricsSummary';
|
|
218836
|
+
content: Scalars['String']['output'];
|
|
218837
|
+
entityAri: Scalars['ID']['output'];
|
|
218838
|
+
id: Scalars['ID']['output'];
|
|
218839
|
+
metadata: RadarAiGenerationMetadata;
|
|
218840
|
+
};
|
|
218841
|
+
export declare enum RadarMetricsSummaryEntityType {
|
|
218842
|
+
FocusArea = "FOCUS_AREA",
|
|
218843
|
+
Position = "POSITION"
|
|
218844
|
+
}
|
|
218845
|
+
export type RadarMetricsSummaryInput = {
|
|
218846
|
+
cloudId: Scalars['ID']['input'];
|
|
218847
|
+
entityAri: Scalars['ID']['input'];
|
|
218848
|
+
entityType: RadarMetricsSummaryEntityType;
|
|
218849
|
+
};
|
|
218093
218850
|
export type RadarMoney = {
|
|
218094
218851
|
__typename?: 'RadarMoney';
|
|
218095
218852
|
amount: Scalars['String']['output'];
|
|
@@ -218717,12 +219474,20 @@ export declare enum RateLimitingCurrency {
|
|
|
218717
219474
|
HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
|
|
218718
219475
|
JpdContainerQueryCurrency = "JPD_CONTAINER_QUERY_CURRENCY",
|
|
218719
219476
|
JpdContainerWriteCurrency = "JPD_CONTAINER_WRITE_CURRENCY",
|
|
219477
|
+
KitsuneConnectorConfig = "KITSUNE_CONNECTOR_CONFIG",
|
|
218720
219478
|
KitsuneCsv = "KITSUNE_CSV",
|
|
218721
219479
|
KitsuneCustomer = "KITSUNE_CUSTOMER",
|
|
219480
|
+
KitsuneCustomerList = "KITSUNE_CUSTOMER_LIST",
|
|
218722
219481
|
KitsuneFeedback = "KITSUNE_FEEDBACK",
|
|
218723
219482
|
KitsuneFeedbackList = "KITSUNE_FEEDBACK_LIST",
|
|
219483
|
+
KitsuneField = "KITSUNE_FIELD",
|
|
218724
219484
|
KitsuneInsight = "KITSUNE_INSIGHT",
|
|
218725
219485
|
KitsuneInsightList = "KITSUNE_INSIGHT_LIST",
|
|
219486
|
+
KitsuneSnippet = "KITSUNE_SNIPPET",
|
|
219487
|
+
KitsuneSnippetList = "KITSUNE_SNIPPET_LIST",
|
|
219488
|
+
KitsuneSpace = "KITSUNE_SPACE",
|
|
219489
|
+
KitsuneSpaceList = "KITSUNE_SPACE_LIST",
|
|
219490
|
+
KitsuneView = "KITSUNE_VIEW",
|
|
218726
219491
|
KnowledgeBaseCurrency = "KNOWLEDGE_BASE_CURRENCY",
|
|
218727
219492
|
PolarisBetaUserCurrency = "POLARIS_BETA_USER_CURRENCY",
|
|
218728
219493
|
PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
|
|
@@ -238532,6 +239297,12 @@ export type TrelloCustomFieldItemValueInfo = {
|
|
|
238532
239297
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
238533
239298
|
text?: Maybe<Scalars['String']['output']>;
|
|
238534
239299
|
};
|
|
239300
|
+
export type TrelloCustomFieldItemValueInput = {
|
|
239301
|
+
checked?: InputMaybe<Scalars['Boolean']['input']>;
|
|
239302
|
+
date?: InputMaybe<Scalars['String']['input']>;
|
|
239303
|
+
number?: InputMaybe<Scalars['String']['input']>;
|
|
239304
|
+
text?: InputMaybe<Scalars['String']['input']>;
|
|
239305
|
+
};
|
|
238535
239306
|
export type TrelloCustomFieldOption = {
|
|
238536
239307
|
__typename?: 'TrelloCustomFieldOption';
|
|
238537
239308
|
color?: Maybe<Scalars['String']['output']>;
|
|
@@ -238904,6 +239675,17 @@ export type TrelloGenerateCheckItemsForCardPayload = {
|
|
|
238904
239675
|
errors?: Maybe<Array<MutationError>>;
|
|
238905
239676
|
success: Scalars['Boolean']['output'];
|
|
238906
239677
|
};
|
|
239678
|
+
export type TrelloGenerateEmbeddingsInput = {
|
|
239679
|
+
dimensions: Scalars['Int']['input'];
|
|
239680
|
+
inputs: Array<Scalars['String']['input']>;
|
|
239681
|
+
modelId: Scalars['String']['input'];
|
|
239682
|
+
};
|
|
239683
|
+
export type TrelloGenerateEmbeddingsPayload = Payload & {
|
|
239684
|
+
__typename?: 'TrelloGenerateEmbeddingsPayload';
|
|
239685
|
+
embeddings?: Maybe<Array<Array<Scalars['Float']['output']>>>;
|
|
239686
|
+
errors?: Maybe<Array<MutationError>>;
|
|
239687
|
+
success: Scalars['Boolean']['output'];
|
|
239688
|
+
};
|
|
238907
239689
|
export type TrelloHideCardCoversOnCardFrontInput = {
|
|
238908
239690
|
boardId: Scalars['ID']['input'];
|
|
238909
239691
|
};
|
|
@@ -240001,6 +240783,7 @@ export type TrelloMutationApi = {
|
|
|
240001
240783
|
generateCardCoverWithAi?: Maybe<TrelloGenerateCardCoverWithAiPayload>;
|
|
240002
240784
|
generateCardSummary?: Maybe<TrelloGenerateCardSummaryPayload>;
|
|
240003
240785
|
generateCheckItemsForCard?: Maybe<TrelloGenerateCheckItemsForCardPayload>;
|
|
240786
|
+
generateEmbeddings?: Maybe<TrelloGenerateEmbeddingsPayload>;
|
|
240004
240787
|
hideCardCoversOnCardFront?: Maybe<TrelloHideCardCoversOnCardFrontPayload>;
|
|
240005
240788
|
hideVotesOnBoard?: Maybe<TrelloHideVotesOnBoardPayload>;
|
|
240006
240789
|
initializeMemberAiPreference?: Maybe<TrelloInitializeMemberAiPreferencePayload>;
|
|
@@ -240038,6 +240821,7 @@ export type TrelloMutationApi = {
|
|
|
240038
240821
|
sendInboxEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
240039
240822
|
setAiPromptInterjectionOverrides?: Maybe<TrelloSetAiPromptInterjectionOverridesPayload>;
|
|
240040
240823
|
setBoardBackgroundFromImageUrl?: Maybe<TrelloSetBoardBackgroundFromImageUrlPayload>;
|
|
240824
|
+
setCardCustomFieldValue?: Maybe<TrelloSetCardCustomFieldValuePayload>;
|
|
240041
240825
|
setPlannerBoardOverride?: Maybe<TrelloSetPlannerBoardOverridePayload>;
|
|
240042
240826
|
showCardCoversOnCardFront?: Maybe<TrelloShowCardCoversOnCardFrontPayload>;
|
|
240043
240827
|
showVotesOnBoard?: Maybe<TrelloShowVotesOnBoardPayload>;
|
|
@@ -240090,6 +240874,7 @@ export type TrelloMutationApi = {
|
|
|
240090
240874
|
updateCustomFieldOption?: Maybe<TrelloUpdateCustomFieldOptionPayload>;
|
|
240091
240875
|
updateInboxBackground?: Maybe<TrelloUpdateInboxBackgroundPayload>;
|
|
240092
240876
|
updateKeyboardShortcutsPref?: Maybe<TrelloUpdateKeyboardShortcutsPrefPayload>;
|
|
240877
|
+
updateLabel?: Maybe<TrelloUpdateLabelPayload>;
|
|
240093
240878
|
updateListName?: Maybe<TrelloUpdateListPayload>;
|
|
240094
240879
|
updateMemberTimezone?: Maybe<TrelloUpdateMemberTimezonePayload>;
|
|
240095
240880
|
updateOAuth2Client?: Maybe<TrelloUpdateOAuth2ClientPayload>;
|
|
@@ -240289,6 +241074,9 @@ export type TrelloMutationApiGenerateCardSummaryArgs = {
|
|
|
240289
241074
|
export type TrelloMutationApiGenerateCheckItemsForCardArgs = {
|
|
240290
241075
|
input: TrelloGenerateCheckItemsForCardInput;
|
|
240291
241076
|
};
|
|
241077
|
+
export type TrelloMutationApiGenerateEmbeddingsArgs = {
|
|
241078
|
+
input: TrelloGenerateEmbeddingsInput;
|
|
241079
|
+
};
|
|
240292
241080
|
export type TrelloMutationApiHideCardCoversOnCardFrontArgs = {
|
|
240293
241081
|
input: TrelloHideCardCoversOnCardFrontInput;
|
|
240294
241082
|
};
|
|
@@ -240391,6 +241179,9 @@ export type TrelloMutationApiSetAiPromptInterjectionOverridesArgs = {
|
|
|
240391
241179
|
export type TrelloMutationApiSetBoardBackgroundFromImageUrlArgs = {
|
|
240392
241180
|
input: TrelloSetBoardBackgroundFromImageUrlInput;
|
|
240393
241181
|
};
|
|
241182
|
+
export type TrelloMutationApiSetCardCustomFieldValueArgs = {
|
|
241183
|
+
input: TrelloSetCardCustomFieldValueInput;
|
|
241184
|
+
};
|
|
240394
241185
|
export type TrelloMutationApiSetPlannerBoardOverrideArgs = {
|
|
240395
241186
|
input: TrelloSetPlannerBoardOverrideInput;
|
|
240396
241187
|
};
|
|
@@ -240547,6 +241338,9 @@ export type TrelloMutationApiUpdateInboxBackgroundArgs = {
|
|
|
240547
241338
|
export type TrelloMutationApiUpdateKeyboardShortcutsPrefArgs = {
|
|
240548
241339
|
input: TrelloUpdateKeyboardShortcutsPrefInput;
|
|
240549
241340
|
};
|
|
241341
|
+
export type TrelloMutationApiUpdateLabelArgs = {
|
|
241342
|
+
input: TrelloUpdateLabelInput;
|
|
241343
|
+
};
|
|
240550
241344
|
export type TrelloMutationApiUpdateListNameArgs = {
|
|
240551
241345
|
input: TrelloUpdateListNameInput;
|
|
240552
241346
|
};
|
|
@@ -242060,6 +242854,18 @@ export type TrelloSetBoardBackgroundFromImageUrlPayload = Payload & {
|
|
|
242060
242854
|
errors?: Maybe<Array<MutationError>>;
|
|
242061
242855
|
success: Scalars['Boolean']['output'];
|
|
242062
242856
|
};
|
|
242857
|
+
export type TrelloSetCardCustomFieldValueInput = {
|
|
242858
|
+
cardId: Scalars['ID']['input'];
|
|
242859
|
+
customFieldId: Scalars['ID']['input'];
|
|
242860
|
+
value?: InputMaybe<TrelloCustomFieldItemValueInput>;
|
|
242861
|
+
valueId?: InputMaybe<Scalars['ID']['input']>;
|
|
242862
|
+
};
|
|
242863
|
+
export type TrelloSetCardCustomFieldValuePayload = Payload & {
|
|
242864
|
+
__typename?: 'TrelloSetCardCustomFieldValuePayload';
|
|
242865
|
+
customFieldItem?: Maybe<TrelloCustomFieldItem>;
|
|
242866
|
+
errors?: Maybe<Array<MutationError>>;
|
|
242867
|
+
success: Scalars['Boolean']['output'];
|
|
242868
|
+
};
|
|
242063
242869
|
export type TrelloSetPlannerBoardOverrideInput = {
|
|
242064
242870
|
boardId: Scalars['ID']['input'];
|
|
242065
242871
|
mode: TrelloPlannerBoardFilterMode;
|
|
@@ -242896,6 +243702,17 @@ export type TrelloUpdateKeyboardShortcutsPrefPayload = Payload & {
|
|
|
242896
243702
|
errors?: Maybe<Array<MutationError>>;
|
|
242897
243703
|
success: Scalars['Boolean']['output'];
|
|
242898
243704
|
};
|
|
243705
|
+
export type TrelloUpdateLabelInput = {
|
|
243706
|
+
color?: InputMaybe<Scalars['String']['input']>;
|
|
243707
|
+
id: Scalars['ID']['input'];
|
|
243708
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
243709
|
+
};
|
|
243710
|
+
export type TrelloUpdateLabelPayload = Payload & {
|
|
243711
|
+
__typename?: 'TrelloUpdateLabelPayload';
|
|
243712
|
+
errors?: Maybe<Array<MutationError>>;
|
|
243713
|
+
label?: Maybe<TrelloLabel>;
|
|
243714
|
+
success: Scalars['Boolean']['output'];
|
|
243715
|
+
};
|
|
242899
243716
|
export type TrelloUpdateListNameInput = {
|
|
242900
243717
|
id: Scalars['ID']['input'];
|
|
242901
243718
|
name: Scalars['String']['input'];
|
|
@@ -247003,6 +247820,7 @@ export type WebTriggerUrlInput = {
|
|
|
247003
247820
|
appId: Scalars['ID']['input'];
|
|
247004
247821
|
contextId: Scalars['ID']['input'];
|
|
247005
247822
|
envId: Scalars['ID']['input'];
|
|
247823
|
+
noKeyExpiry?: InputMaybe<Scalars['Boolean']['input']>;
|
|
247006
247824
|
secretKey?: InputMaybe<Scalars['String']['input']>;
|
|
247007
247825
|
triggerKey: Scalars['String']['input'];
|
|
247008
247826
|
};
|