@forge/cli-shared 9.3.0-next.5 → 9.3.0-next.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/graphql/graphql-types.d.ts +783 -5
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +159 -47
- package/package.json +1 -1
|
@@ -720,6 +720,16 @@ export declare enum AiOpsRcaMode {
|
|
|
720
720
|
Deep = "DEEP",
|
|
721
721
|
Fast = "FAST"
|
|
722
722
|
}
|
|
723
|
+
export type AiOpsRegenerateIncidentSuggestedResourcesInput = {
|
|
724
|
+
cloudId: Scalars['ID']['input'];
|
|
725
|
+
issueKeyOrId: Scalars['String']['input'];
|
|
726
|
+
};
|
|
727
|
+
export type AiOpsRegenerateIncidentSuggestedResourcesPayload = Payload & {
|
|
728
|
+
__typename?: 'AIOpsRegenerateIncidentSuggestedResourcesPayload';
|
|
729
|
+
errors?: Maybe<Array<MutationError>>;
|
|
730
|
+
result?: Maybe<AiOpsIncidentSuggestedResourcesResult>;
|
|
731
|
+
success: Scalars['Boolean']['output'];
|
|
732
|
+
};
|
|
723
733
|
export type AiOpsRegenerateIncidentSuggestionInput = {
|
|
724
734
|
cloudId: Scalars['ID']['input'];
|
|
725
735
|
issueKeyOrId: Scalars['String']['input'];
|
|
@@ -7773,6 +7783,11 @@ export type AgentWorkspaceAgentCapacity = {
|
|
|
7773
7783
|
updatedAt: Scalars['DateTime']['output'];
|
|
7774
7784
|
utilizationPercent: Scalars['Float']['output'];
|
|
7775
7785
|
};
|
|
7786
|
+
export type AgentWorkspaceAgentCapacityConfiguration = {
|
|
7787
|
+
__typename?: 'AgentWorkspaceAgentCapacityConfiguration';
|
|
7788
|
+
agent: AgentWorkspaceAgent;
|
|
7789
|
+
teams: Array<AgentWorkspaceAgentTeamCapacityConfiguration>;
|
|
7790
|
+
};
|
|
7776
7791
|
export type AgentWorkspaceAgentCapacityEdge = {
|
|
7777
7792
|
__typename?: 'AgentWorkspaceAgentCapacityEdge';
|
|
7778
7793
|
cursor: Scalars['String']['output'];
|
|
@@ -7810,6 +7825,16 @@ export type AgentWorkspaceAgentShiftsEdge = {
|
|
|
7810
7825
|
cursor: Scalars['String']['output'];
|
|
7811
7826
|
node: AgentWorkspaceAgentShifts;
|
|
7812
7827
|
};
|
|
7828
|
+
export type AgentWorkspaceAgentTeamCapacityConfiguration = {
|
|
7829
|
+
__typename?: 'AgentWorkspaceAgentTeamCapacityConfiguration';
|
|
7830
|
+
capacity: Scalars['Int']['output'];
|
|
7831
|
+
team: AgentWorkspaceTeam;
|
|
7832
|
+
};
|
|
7833
|
+
export type AgentWorkspaceAgentTeamCapacityEntry = {
|
|
7834
|
+
agentAri: Scalars['ID']['input'];
|
|
7835
|
+
capacity: Scalars['Int']['input'];
|
|
7836
|
+
teamAri: Scalars['ID']['input'];
|
|
7837
|
+
};
|
|
7813
7838
|
export type AgentWorkspaceAgentUtilizationForPendingChanges = {
|
|
7814
7839
|
__typename?: 'AgentWorkspaceAgentUtilizationForPendingChanges';
|
|
7815
7840
|
agentId: Scalars['ID']['output'];
|
|
@@ -8002,6 +8027,15 @@ export type AgentWorkspaceCancelSmartRoutingDryRunInput = {
|
|
|
8002
8027
|
cloudId: Scalars['ID']['input'];
|
|
8003
8028
|
projectKey: Scalars['String']['input'];
|
|
8004
8029
|
};
|
|
8030
|
+
export type AgentWorkspaceCapacityConfiguration = {
|
|
8031
|
+
__typename?: 'AgentWorkspaceCapacityConfiguration';
|
|
8032
|
+
agentTeamCapacities: Array<AgentWorkspaceAgentCapacityConfiguration>;
|
|
8033
|
+
mode: AgentWorkspaceCapacityMode;
|
|
8034
|
+
teamCapacities: Array<AgentWorkspaceTeamCapacity>;
|
|
8035
|
+
};
|
|
8036
|
+
export type AgentWorkspaceCapacityConfigurationInput = {
|
|
8037
|
+
projectAri: Scalars['ID']['input'];
|
|
8038
|
+
};
|
|
8005
8039
|
export type AgentWorkspaceCapacityConnection = {
|
|
8006
8040
|
__typename?: 'AgentWorkspaceCapacityConnection';
|
|
8007
8041
|
edges: Array<AgentWorkspaceAgentCapacityEdge>;
|
|
@@ -8023,6 +8057,10 @@ export type AgentWorkspaceCapacityInput = {
|
|
|
8023
8057
|
teamARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8024
8058
|
teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
8025
8059
|
};
|
|
8060
|
+
export declare enum AgentWorkspaceCapacityMode {
|
|
8061
|
+
Agent = "AGENT",
|
|
8062
|
+
Team = "TEAM"
|
|
8063
|
+
}
|
|
8026
8064
|
export type AgentWorkspaceCapacityPageInfo = {
|
|
8027
8065
|
__typename?: 'AgentWorkspaceCapacityPageInfo';
|
|
8028
8066
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -8052,6 +8090,10 @@ export type AgentWorkspaceCapacitySummary = {
|
|
|
8052
8090
|
totalUnassignedWorkItems: Scalars['Int']['output'];
|
|
8053
8091
|
totalUtilizationPercent: Scalars['Float']['output'];
|
|
8054
8092
|
};
|
|
8093
|
+
export type AgentWorkspaceCapacityTeamEntry = {
|
|
8094
|
+
capacity: Scalars['Int']['input'];
|
|
8095
|
+
teamAri: Scalars['ID']['input'];
|
|
8096
|
+
};
|
|
8055
8097
|
export declare enum AgentWorkspaceConfigurableRoutingInput {
|
|
8056
8098
|
Availability = "AVAILABILITY",
|
|
8057
8099
|
Capacity = "CAPACITY",
|
|
@@ -8785,6 +8827,18 @@ export declare enum AgentWorkspaceServiceSkipReason {
|
|
|
8785
8827
|
NoTickets = "NO_TICKETS",
|
|
8786
8828
|
Timeout = "TIMEOUT"
|
|
8787
8829
|
}
|
|
8830
|
+
export type AgentWorkspaceSetCapacityConfigurationInput = {
|
|
8831
|
+
agentTeamCapacities?: InputMaybe<Array<AgentWorkspaceAgentTeamCapacityEntry>>;
|
|
8832
|
+
mode: AgentWorkspaceCapacityMode;
|
|
8833
|
+
projectAri: Scalars['ID']['input'];
|
|
8834
|
+
teamCapacities?: InputMaybe<Array<AgentWorkspaceCapacityTeamEntry>>;
|
|
8835
|
+
};
|
|
8836
|
+
export type AgentWorkspaceSetCapacityConfigurationPayload = {
|
|
8837
|
+
__typename?: 'AgentWorkspaceSetCapacityConfigurationPayload';
|
|
8838
|
+
configuration?: Maybe<AgentWorkspaceCapacityConfiguration>;
|
|
8839
|
+
errors?: Maybe<Array<AgentWorkspaceCapacityError>>;
|
|
8840
|
+
success: Scalars['Boolean']['output'];
|
|
8841
|
+
};
|
|
8788
8842
|
export type AgentWorkspaceSetDefaultCapacityInput = {
|
|
8789
8843
|
cloudId: Scalars['ID']['input'];
|
|
8790
8844
|
defaultCapacity: Scalars['Int']['input'];
|
|
@@ -10986,6 +11040,7 @@ export type AppLogsWithMetaData = {
|
|
|
10986
11040
|
p?: Maybe<Scalars['String']['output']>;
|
|
10987
11041
|
product?: Maybe<Scalars['String']['output']>;
|
|
10988
11042
|
service?: Maybe<Scalars['String']['output']>;
|
|
11043
|
+
tenantContexts?: Maybe<DevConsoleTenantContext>;
|
|
10989
11044
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
10990
11045
|
ts: Scalars['String']['output'];
|
|
10991
11046
|
};
|
|
@@ -15772,10 +15827,10 @@ export type AssetsVerticalNonConfiguredAssetTypeEdge = {
|
|
|
15772
15827
|
};
|
|
15773
15828
|
export type AssetsVerticalNonConfiguredItem = {
|
|
15774
15829
|
__typename?: 'AssetsVerticalNonConfiguredItem';
|
|
15775
|
-
displayName?: Maybe<Scalars['String']['output']>;
|
|
15776
15830
|
itemId: Scalars['ID']['output'];
|
|
15777
15831
|
itemType: AssetsVerticalItemType;
|
|
15778
|
-
|
|
15832
|
+
requestType?: Maybe<JiraServiceManagementRequestType>;
|
|
15833
|
+
space?: Maybe<JiraProject>;
|
|
15779
15834
|
spaceId: Scalars['ID']['output'];
|
|
15780
15835
|
};
|
|
15781
15836
|
export type AssetsVerticalNonConfiguredItemMappingConnection = {
|
|
@@ -20480,6 +20535,7 @@ export type CloudifyAnalysisExecution = {
|
|
|
20480
20535
|
analysisParts: Array<CloudifyAnalysisPart>;
|
|
20481
20536
|
createdAt: Scalars['String']['output'];
|
|
20482
20537
|
id: CloudifyAnalysisId;
|
|
20538
|
+
progress: Array<CloudifyAnalysisServiceProgress>;
|
|
20483
20539
|
target: CloudifyRecommendationTarget;
|
|
20484
20540
|
};
|
|
20485
20541
|
export declare enum CloudifyAnalysisExecutionState {
|
|
@@ -20502,6 +20558,12 @@ export declare enum CloudifyAnalysisResult {
|
|
|
20502
20558
|
Failed = "FAILED",
|
|
20503
20559
|
Finished = "FINISHED"
|
|
20504
20560
|
}
|
|
20561
|
+
export type CloudifyAnalysisServiceProgress = {
|
|
20562
|
+
__typename?: 'CloudifyAnalysisServiceProgress';
|
|
20563
|
+
completedUnits: Scalars['Int']['output'];
|
|
20564
|
+
serviceKey: Scalars['String']['output'];
|
|
20565
|
+
totalUnits: Scalars['Int']['output'];
|
|
20566
|
+
};
|
|
20505
20567
|
export declare enum CloudifyAnalysisType {
|
|
20506
20568
|
AiBased = "AI_BASED",
|
|
20507
20569
|
RuleBased = "RULE_BASED"
|
|
@@ -21631,6 +21693,7 @@ export type CommerceExpCcpInvoiceGroup = {
|
|
|
21631
21693
|
__typename?: 'CommerceExpCcpInvoiceGroup';
|
|
21632
21694
|
active?: Maybe<Scalars['Boolean']['output']>;
|
|
21633
21695
|
billToParty?: Maybe<CommerceExpBillToParty>;
|
|
21696
|
+
collectionRecommendation?: Maybe<CommerceExpCollectionRecommendation>;
|
|
21634
21697
|
createdAt?: Maybe<Scalars['Float']['output']>;
|
|
21635
21698
|
currency?: Maybe<Scalars['String']['output']>;
|
|
21636
21699
|
currentUserPermissions?: Maybe<Array<Maybe<CommerceExpUserPermission>>>;
|
|
@@ -23440,7 +23503,8 @@ export declare enum CommerceExpLineItemType {
|
|
|
23440
23503
|
CreateEntitlement = "CREATE_ENTITLEMENT",
|
|
23441
23504
|
New = "NEW",
|
|
23442
23505
|
ReactivateEntitlement = "REACTIVATE_ENTITLEMENT",
|
|
23443
|
-
RevertTrial = "REVERT_TRIAL"
|
|
23506
|
+
RevertTrial = "REVERT_TRIAL",
|
|
23507
|
+
SettleAccruedCharge = "SETTLE_ACCRUED_CHARGE"
|
|
23444
23508
|
}
|
|
23445
23509
|
export type CommerceExpLineItemValidationError = {
|
|
23446
23510
|
__typename?: 'CommerceExpLineItemValidationError';
|
|
@@ -30437,6 +30501,7 @@ export type ConfluenceAnalyticsTimeseriesDataPoint = {
|
|
|
30437
30501
|
};
|
|
30438
30502
|
export declare enum ConfluenceAnalyticsTimeseriesGranularity {
|
|
30439
30503
|
Daily = "DAILY",
|
|
30504
|
+
FifteenMinutes = "FIFTEEN_MINUTES",
|
|
30440
30505
|
Hourly = "HOURLY",
|
|
30441
30506
|
Monthly = "MONTHLY",
|
|
30442
30507
|
Weekly = "WEEKLY"
|
|
@@ -30558,6 +30623,42 @@ export type ConfluenceApprovalAgentPayload = Payload & {
|
|
|
30558
30623
|
errors: Array<MutationError>;
|
|
30559
30624
|
success: Scalars['Boolean']['output'];
|
|
30560
30625
|
};
|
|
30626
|
+
export type ConfluenceApprovalExpirationChangeStatus = {
|
|
30627
|
+
__typename?: 'ConfluenceApprovalExpirationChangeStatus';
|
|
30628
|
+
expireToContentStateId?: Maybe<Scalars['ID']['output']>;
|
|
30629
|
+
isEnabled: Scalars['Boolean']['output'];
|
|
30630
|
+
};
|
|
30631
|
+
export type ConfluenceApprovalExpirationChangeStatusInput = {
|
|
30632
|
+
expireToContentStateId?: InputMaybe<Scalars['ID']['input']>;
|
|
30633
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30634
|
+
};
|
|
30635
|
+
export type ConfluenceApprovalExpirationConfig = {
|
|
30636
|
+
__typename?: 'ConfluenceApprovalExpirationConfig';
|
|
30637
|
+
changeStatus: ConfluenceApprovalExpirationChangeStatus;
|
|
30638
|
+
interval?: Maybe<ConfluenceApprovalExpirationInterval>;
|
|
30639
|
+
isEnabled: Scalars['Boolean']['output'];
|
|
30640
|
+
restartApproval: Scalars['Boolean']['output'];
|
|
30641
|
+
};
|
|
30642
|
+
export type ConfluenceApprovalExpirationConfigInput = {
|
|
30643
|
+
changeStatus?: InputMaybe<ConfluenceApprovalExpirationChangeStatusInput>;
|
|
30644
|
+
interval?: InputMaybe<ConfluenceApprovalExpirationIntervalInput>;
|
|
30645
|
+
isEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30646
|
+
restartApproval?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30647
|
+
};
|
|
30648
|
+
export type ConfluenceApprovalExpirationInterval = {
|
|
30649
|
+
__typename?: 'ConfluenceApprovalExpirationInterval';
|
|
30650
|
+
unit: ConfluenceApprovalExpirationIntervalUnit;
|
|
30651
|
+
value: Scalars['Int']['output'];
|
|
30652
|
+
};
|
|
30653
|
+
export type ConfluenceApprovalExpirationIntervalInput = {
|
|
30654
|
+
unit?: InputMaybe<ConfluenceApprovalExpirationIntervalUnit>;
|
|
30655
|
+
value?: InputMaybe<Scalars['Int']['input']>;
|
|
30656
|
+
};
|
|
30657
|
+
export declare enum ConfluenceApprovalExpirationIntervalUnit {
|
|
30658
|
+
Month = "MONTH",
|
|
30659
|
+
Week = "WEEK",
|
|
30660
|
+
Year = "YEAR"
|
|
30661
|
+
}
|
|
30561
30662
|
export type ConfluenceApprovalReviewerConfig = {
|
|
30562
30663
|
__typename?: 'ConfluenceApprovalReviewerConfig';
|
|
30563
30664
|
isEnabled: Scalars['Boolean']['output'];
|
|
@@ -31200,12 +31301,14 @@ export type ConfluenceContentApprovalsSiteSettings = {
|
|
|
31200
31301
|
};
|
|
31201
31302
|
export type ConfluenceContentApprovalsSpaceSettingConfig = {
|
|
31202
31303
|
__typename?: 'ConfluenceContentApprovalsSpaceSettingConfig';
|
|
31304
|
+
approvalExpirationConfig: ConfluenceApprovalExpirationConfig;
|
|
31203
31305
|
defaultApprovalReviewerConfig: ConfluenceApprovalReviewerConfig;
|
|
31204
31306
|
disallowFirstPublish: Scalars['Boolean']['output'];
|
|
31205
31307
|
enabled: Scalars['Boolean']['output'];
|
|
31206
31308
|
enforcedApprovalReviewerConfig: ConfluenceApprovalReviewerConfig;
|
|
31207
31309
|
};
|
|
31208
31310
|
export type ConfluenceContentApprovalsSpaceSettingConfigInput = {
|
|
31311
|
+
approvalExpirationConfig?: InputMaybe<ConfluenceApprovalExpirationConfigInput>;
|
|
31209
31312
|
defaultReviewerConfig?: InputMaybe<ConfluenceApprovalReviewerConfigInput>;
|
|
31210
31313
|
disallowFirstPublish?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31211
31314
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -44911,6 +45014,25 @@ export declare enum DevAiCodeSearchEnablementState {
|
|
|
44911
45014
|
Enabled = "ENABLED",
|
|
44912
45015
|
NotConnected = "NOT_CONNECTED"
|
|
44913
45016
|
}
|
|
45017
|
+
export type DevAiConnectedRepoSearchResult = {
|
|
45018
|
+
__typename?: 'DevAiConnectedRepoSearchResult';
|
|
45019
|
+
repositories: Array<DevAiConnectedRepository>;
|
|
45020
|
+
};
|
|
45021
|
+
export type DevAiConnectedRepoWorkspaceFilter = {
|
|
45022
|
+
id: Scalars['String']['input'];
|
|
45023
|
+
name: Scalars['String']['input'];
|
|
45024
|
+
scm?: InputMaybe<DevAiScmProvider>;
|
|
45025
|
+
};
|
|
45026
|
+
export type DevAiConnectedRepository = {
|
|
45027
|
+
__typename?: 'DevAiConnectedRepository';
|
|
45028
|
+
id: Scalars['ID']['output'];
|
|
45029
|
+
language?: Maybe<Scalars['String']['output']>;
|
|
45030
|
+
name: Scalars['String']['output'];
|
|
45031
|
+
owner?: Maybe<Scalars['String']['output']>;
|
|
45032
|
+
scm: DevAiScmProvider;
|
|
45033
|
+
url: Scalars['String']['output'];
|
|
45034
|
+
workspace: Scalars['String']['output'];
|
|
45035
|
+
};
|
|
44914
45036
|
export type DevAiContainerConfig = {
|
|
44915
45037
|
__typename?: 'DevAiContainerConfig';
|
|
44916
45038
|
id: Scalars['ID']['output'];
|
|
@@ -45492,6 +45614,7 @@ export type DevAiSandboxProgress = {
|
|
|
45492
45614
|
export declare enum DevAiSandboxReadiness {
|
|
45493
45615
|
Creating = "CREATING",
|
|
45494
45616
|
Error = "ERROR",
|
|
45617
|
+
Expired = "EXPIRED",
|
|
45495
45618
|
Hibernated = "HIBERNATED",
|
|
45496
45619
|
InitScriptRunning = "INIT_SCRIPT_RUNNING",
|
|
45497
45620
|
Ready = "READY",
|
|
@@ -45523,6 +45646,11 @@ export declare enum DevAiScmFilter {
|
|
|
45523
45646
|
Bitbucket = "BITBUCKET",
|
|
45524
45647
|
Github = "GITHUB"
|
|
45525
45648
|
}
|
|
45649
|
+
export declare enum DevAiScmProvider {
|
|
45650
|
+
Bitbucket = "BITBUCKET",
|
|
45651
|
+
Github = "GITHUB",
|
|
45652
|
+
Other = "OTHER"
|
|
45653
|
+
}
|
|
45526
45654
|
export declare enum DevAiSessionStatusCategoryFilter {
|
|
45527
45655
|
All = "ALL",
|
|
45528
45656
|
Completed = "COMPLETED",
|
|
@@ -54096,6 +54224,7 @@ export type GraphIntegrationCreateSkillInput = {
|
|
|
54096
54224
|
contextAri: Scalars['ID']['input'];
|
|
54097
54225
|
description: Scalars['String']['input'];
|
|
54098
54226
|
displayName: Scalars['String']['input'];
|
|
54227
|
+
helpText?: InputMaybe<Scalars['String']['input']>;
|
|
54099
54228
|
icon?: InputMaybe<Scalars['String']['input']>;
|
|
54100
54229
|
instructions: Scalars['String']['input'];
|
|
54101
54230
|
name: Scalars['String']['input'];
|
|
@@ -54295,6 +54424,7 @@ export type GraphIntegrationMcpAdminManagementMcpServerMetaData = {
|
|
|
54295
54424
|
export type GraphIntegrationMcpAdminManagementMcpServerNode = {
|
|
54296
54425
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerNode';
|
|
54297
54426
|
authConsentUrl?: Maybe<Scalars['URL']['output']>;
|
|
54427
|
+
authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
|
|
54298
54428
|
autoEnableNewTools: Scalars['Boolean']['output'];
|
|
54299
54429
|
baseUrl: Scalars['URL']['output'];
|
|
54300
54430
|
displayName: Scalars['String']['output'];
|
|
@@ -54850,6 +54980,7 @@ export type GraphIntegrationUpdateSkillInput = {
|
|
|
54850
54980
|
contextAri: Scalars['ID']['input'];
|
|
54851
54981
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
54852
54982
|
displayName?: InputMaybe<Scalars['String']['input']>;
|
|
54983
|
+
helpText?: InputMaybe<Scalars['String']['input']>;
|
|
54853
54984
|
icon?: InputMaybe<Scalars['String']['input']>;
|
|
54854
54985
|
instructions?: InputMaybe<Scalars['String']['input']>;
|
|
54855
54986
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57587,6 +57718,7 @@ export type GraphStore = {
|
|
|
57587
57718
|
atlasProjectLinksJiraSpaceInverse?: Maybe<GraphStoreSimplifiedAtlasProjectLinksJiraSpaceInverseConnection>;
|
|
57588
57719
|
atlasProjectTrackedOnJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemConnection>;
|
|
57589
57720
|
atlasProjectTrackedOnJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemInverseConnection>;
|
|
57721
|
+
atlassianAgentSessionCreatedEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityConnection>;
|
|
57590
57722
|
atlassianAgentSessionReadEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionReadEntityConnection>;
|
|
57591
57723
|
atlassianAgentSessionTriggeredOnEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionTriggeredOnEntityConnection>;
|
|
57592
57724
|
atlassianTeamMergedIntoAtlassianTeam?: Maybe<GraphStoreSimplifiedAtlassianTeamMergedIntoAtlassianTeamConnection>;
|
|
@@ -59225,6 +59357,14 @@ export type GraphStoreAtlasProjectTrackedOnJiraWorkItemInverseArgs = {
|
|
|
59225
59357
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
59226
59358
|
sort?: InputMaybe<GraphStoreAtlasProjectTrackedOnJiraWorkItemSortInput>;
|
|
59227
59359
|
};
|
|
59360
|
+
export type GraphStoreAtlassianAgentSessionCreatedEntityArgs = {
|
|
59361
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
59362
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59363
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
59364
|
+
id: Scalars['ID']['input'];
|
|
59365
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
59366
|
+
sort?: InputMaybe<GraphStoreAtlassianAgentSessionCreatedEntitySortInput>;
|
|
59367
|
+
};
|
|
59228
59368
|
export type GraphStoreAtlassianAgentSessionReadEntityArgs = {
|
|
59229
59369
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
59230
59370
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -68325,6 +68465,9 @@ export type GraphStoreAtlasProjectLinksJiraSpaceSortInput = {
|
|
|
68325
68465
|
export type GraphStoreAtlasProjectTrackedOnJiraWorkItemSortInput = {
|
|
68326
68466
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68327
68467
|
};
|
|
68468
|
+
export type GraphStoreAtlassianAgentSessionCreatedEntitySortInput = {
|
|
68469
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68470
|
+
};
|
|
68328
68471
|
export type GraphStoreAtlassianAgentSessionReadEntitySortInput = {
|
|
68329
68472
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
68330
68473
|
};
|
|
@@ -77839,6 +77982,20 @@ export type GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemInverseEdge = {
|
|
|
77839
77982
|
};
|
|
77840
77983
|
export type GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemInverseUnion = TownsquareProject;
|
|
77841
77984
|
export type GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemUnion = JiraIssue;
|
|
77985
|
+
export type GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityConnection = HasPageInfo & {
|
|
77986
|
+
__typename?: 'GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityConnection';
|
|
77987
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityEdge>>>;
|
|
77988
|
+
pageInfo: PageInfo;
|
|
77989
|
+
};
|
|
77990
|
+
export type GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityEdge = {
|
|
77991
|
+
__typename?: 'GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityEdge';
|
|
77992
|
+
createdAt: Scalars['DateTime']['output'];
|
|
77993
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
77994
|
+
id: Scalars['ID']['output'];
|
|
77995
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
77996
|
+
node?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityUnion>;
|
|
77997
|
+
};
|
|
77998
|
+
export type GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityUnion = AvpDashboard | AgentStudioAssistant | AgentStudioServiceAgent | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSlide | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerServiceCsmCustomer | CustomerServiceCsmOrganization | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalServicenowBusinessApp | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraIssueType | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryAsk | MercuryBenefitItem | MercuryChangeProposal | MercuryCostItem | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryOrganization | MercuryOrganizationMembership | MercuryOrganizationStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
|
|
77842
77999
|
export type GraphStoreSimplifiedAtlassianAgentSessionReadEntityConnection = HasPageInfo & {
|
|
77843
78000
|
__typename?: 'GraphStoreSimplifiedAtlassianAgentSessionReadEntityConnection';
|
|
77844
78001
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianAgentSessionReadEntityEdge>>>;
|
|
@@ -82270,7 +82427,7 @@ export type GraphStoreSimplifiedInferredDecisionImpactsEntityEdge = {
|
|
|
82270
82427
|
lastUpdated: Scalars['DateTime']['output'];
|
|
82271
82428
|
node?: Maybe<GraphStoreSimplifiedInferredDecisionImpactsEntityUnion>;
|
|
82272
82429
|
};
|
|
82273
|
-
export type GraphStoreSimplifiedInferredDecisionImpactsEntityUnion =
|
|
82430
|
+
export type GraphStoreSimplifiedInferredDecisionImpactsEntityUnion = TownsquareProject;
|
|
82274
82431
|
export type GraphStoreSimplifiedInferredDecisionSourceLineageEntityConnection = HasPageInfo & {
|
|
82275
82432
|
__typename?: 'GraphStoreSimplifiedInferredDecisionSourceLineageEntityConnection';
|
|
82276
82433
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedInferredDecisionSourceLineageEntityEdge>>>;
|
|
@@ -91732,6 +91889,7 @@ export type GraphStoreV2 = {
|
|
|
91732
91889
|
assetTypeHasChildAssetTypeInverse?: Maybe<GraphStoreV2SimplifiedAssetTypeHasChildAssetTypeInverseConnection>;
|
|
91733
91890
|
assetsObjectTypeHasChildAssetsObjectType?: Maybe<GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeConnection>;
|
|
91734
91891
|
assetsObjectTypeHasChildAssetsObjectTypeInverse?: Maybe<GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeInverseConnection>;
|
|
91892
|
+
atlassianAgentSessionCreatedEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityConnection>;
|
|
91735
91893
|
atlassianAgentSessionReadEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionReadEntityConnection>;
|
|
91736
91894
|
atlassianAgentSessionTriggeredOnEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionTriggeredOnEntityConnection>;
|
|
91737
91895
|
atlassianGoalHasAtlassianGoalUpdate?: Maybe<GraphStoreV2SimplifiedAtlassianGoalHasAtlassianGoalUpdateConnection>;
|
|
@@ -92642,6 +92800,13 @@ export type GraphStoreV2AssetsObjectTypeHasChildAssetsObjectTypeInverseArgs = {
|
|
|
92642
92800
|
id: Scalars['ID']['input'];
|
|
92643
92801
|
sort?: InputMaybe<GraphStoreV2AssetsObjectTypeHasChildAssetsObjectTypeSortInput>;
|
|
92644
92802
|
};
|
|
92803
|
+
export type GraphStoreV2AtlassianAgentSessionCreatedEntityArgs = {
|
|
92804
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
92805
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
92806
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
92807
|
+
id: Scalars['ID']['input'];
|
|
92808
|
+
sort?: InputMaybe<GraphStoreV2AtlassianAgentSessionCreatedEntitySortInput>;
|
|
92809
|
+
};
|
|
92645
92810
|
export type GraphStoreV2AtlassianAgentSessionReadEntityArgs = {
|
|
92646
92811
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
92647
92812
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -98866,6 +99031,9 @@ export type GraphStoreV2AssetTypeHasChildAssetTypeSortInput = {
|
|
|
98866
99031
|
export type GraphStoreV2AssetsObjectTypeHasChildAssetsObjectTypeSortInput = {
|
|
98867
99032
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
98868
99033
|
};
|
|
99034
|
+
export type GraphStoreV2AtlassianAgentSessionCreatedEntitySortInput = {
|
|
99035
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
99036
|
+
};
|
|
98869
99037
|
export type GraphStoreV2AtlassianAgentSessionReadEntitySortInput = {
|
|
98870
99038
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
98871
99039
|
};
|
|
@@ -102867,6 +103035,20 @@ export type GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeInvers
|
|
|
102867
103035
|
};
|
|
102868
103036
|
export type GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeInverseUnion = AssetsObjectType;
|
|
102869
103037
|
export type GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeUnion = AssetsObjectType;
|
|
103038
|
+
export type GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityConnection = HasPageInfo & {
|
|
103039
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityConnection';
|
|
103040
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityEdge>>>;
|
|
103041
|
+
pageInfo: PageInfo;
|
|
103042
|
+
};
|
|
103043
|
+
export type GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityEdge = {
|
|
103044
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityEdge';
|
|
103045
|
+
createdAt: Scalars['DateTime']['output'];
|
|
103046
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
103047
|
+
id: Scalars['ID']['output'];
|
|
103048
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
103049
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityUnion>;
|
|
103050
|
+
};
|
|
103051
|
+
export type GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityUnion = AvpDashboard | AgentStudioAssistant | AgentStudioServiceAgent | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSlide | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerServiceCsmCustomer | CustomerServiceCsmOrganization | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalServicenowBusinessApp | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraIssueType | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryAsk | MercuryBenefitItem | MercuryChangeProposal | MercuryCostItem | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryOrganization | MercuryOrganizationMembership | MercuryOrganizationStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
|
|
102870
103052
|
export type GraphStoreV2SimplifiedAtlassianAgentSessionReadEntityConnection = HasPageInfo & {
|
|
102871
103053
|
__typename?: 'GraphStoreV2SimplifiedAtlassianAgentSessionReadEntityConnection';
|
|
102872
103054
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionReadEntityEdge>>>;
|
|
@@ -112638,7 +112820,7 @@ export type GraphStoreV2SimplifiedInferredDecisionImpactsEntityEdge = {
|
|
|
112638
112820
|
lastUpdated: Scalars['DateTime']['output'];
|
|
112639
112821
|
node?: Maybe<GraphStoreV2SimplifiedInferredDecisionImpactsEntityUnion>;
|
|
112640
112822
|
};
|
|
112641
|
-
export type GraphStoreV2SimplifiedInferredDecisionImpactsEntityUnion =
|
|
112823
|
+
export type GraphStoreV2SimplifiedInferredDecisionImpactsEntityUnion = TownsquareProject;
|
|
112642
112824
|
export type GraphStoreV2SimplifiedInferredDecisionSourceLineageEntityConnection = HasPageInfo & {
|
|
112643
112825
|
__typename?: 'GraphStoreV2SimplifiedInferredDecisionSourceLineageEntityConnection';
|
|
112644
112826
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedInferredDecisionSourceLineageEntityEdge>>>;
|
|
@@ -115620,6 +115802,25 @@ export type GraphStoreVulnerabilityAssociatedIssueSortInput = {
|
|
|
115620
115802
|
export type GraphStoreWorkerAssociatedExternalWorkerSortInput = {
|
|
115621
115803
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
115622
115804
|
};
|
|
115805
|
+
export type GravityActionPayload = Payload & {
|
|
115806
|
+
__typename?: 'GravityActionPayload';
|
|
115807
|
+
action?: Maybe<GravityProposedAction>;
|
|
115808
|
+
errors?: Maybe<Array<MutationError>>;
|
|
115809
|
+
success: Scalars['Boolean']['output'];
|
|
115810
|
+
};
|
|
115811
|
+
export declare enum GravityActionStatus {
|
|
115812
|
+
Accepted = "ACCEPTED",
|
|
115813
|
+
Applied = "APPLIED",
|
|
115814
|
+
Declined = "DECLINED",
|
|
115815
|
+
Pending = "PENDING",
|
|
115816
|
+
Superseded = "SUPERSEDED"
|
|
115817
|
+
}
|
|
115818
|
+
export type GravityAddCommentInput = {
|
|
115819
|
+
annotationId?: InputMaybe<Scalars['String']['input']>;
|
|
115820
|
+
content: Scalars['String']['input'];
|
|
115821
|
+
draftId: Scalars['String']['input'];
|
|
115822
|
+
parentCommentId?: InputMaybe<Scalars['String']['input']>;
|
|
115823
|
+
};
|
|
115623
115824
|
export type GravityAddReactionInput = {
|
|
115624
115825
|
emojiId: Scalars['ID']['input'];
|
|
115625
115826
|
entity: GravityReactionEntityType;
|
|
@@ -115630,6 +115831,21 @@ export type GravityAddReactionPayload = Payload & {
|
|
|
115630
115831
|
errors?: Maybe<Array<MutationError>>;
|
|
115631
115832
|
success: Scalars['Boolean']['output'];
|
|
115632
115833
|
};
|
|
115834
|
+
export type GravityApplyDraftInput = {
|
|
115835
|
+
draftId: Scalars['String']['input'];
|
|
115836
|
+
};
|
|
115837
|
+
export type GravityCommentPayload = Payload & {
|
|
115838
|
+
__typename?: 'GravityCommentPayload';
|
|
115839
|
+
comment?: Maybe<GravityDraftComment>;
|
|
115840
|
+
errors?: Maybe<Array<MutationError>>;
|
|
115841
|
+
success: Scalars['Boolean']['output'];
|
|
115842
|
+
};
|
|
115843
|
+
export type GravityCreateDraftInput = {
|
|
115844
|
+
ari: Scalars['String']['input'];
|
|
115845
|
+
content: Scalars['String']['input'];
|
|
115846
|
+
origin?: InputMaybe<GravityDraftOrigin>;
|
|
115847
|
+
type: Scalars['String']['input'];
|
|
115848
|
+
};
|
|
115633
115849
|
export type GravityCreateViewFromInlinedTemplateInput = {
|
|
115634
115850
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
115635
115851
|
projectId: Scalars['ID']['input'];
|
|
@@ -115709,6 +115925,47 @@ export type GravityDetailedReactionSuccess = {
|
|
|
115709
115925
|
reacted: Scalars['Boolean']['output'];
|
|
115710
115926
|
users: Array<GravityReactionUser>;
|
|
115711
115927
|
};
|
|
115928
|
+
export type GravityDiscardDraftInput = {
|
|
115929
|
+
draftId: Scalars['String']['input'];
|
|
115930
|
+
};
|
|
115931
|
+
export type GravityDraft = {
|
|
115932
|
+
__typename?: 'GravityDraft';
|
|
115933
|
+
actions: Array<GravityProposedAction>;
|
|
115934
|
+
ari: Scalars['String']['output'];
|
|
115935
|
+
comments: Array<GravityDraftComment>;
|
|
115936
|
+
content: Scalars['String']['output'];
|
|
115937
|
+
id: Scalars['String']['output'];
|
|
115938
|
+
origin: GravityDraftOrigin;
|
|
115939
|
+
revision: Scalars['Int']['output'];
|
|
115940
|
+
status: GravityDraftStatus;
|
|
115941
|
+
type: Scalars['String']['output'];
|
|
115942
|
+
};
|
|
115943
|
+
export type GravityDraftComment = {
|
|
115944
|
+
__typename?: 'GravityDraftComment';
|
|
115945
|
+
annotationId?: Maybe<Scalars['String']['output']>;
|
|
115946
|
+
authorAaid: Scalars['String']['output'];
|
|
115947
|
+
content: Scalars['String']['output'];
|
|
115948
|
+
draftId: Scalars['String']['output'];
|
|
115949
|
+
id: Scalars['String']['output'];
|
|
115950
|
+
parentCommentId?: Maybe<Scalars['String']['output']>;
|
|
115951
|
+
};
|
|
115952
|
+
export declare enum GravityDraftOrigin {
|
|
115953
|
+
Ai = "AI",
|
|
115954
|
+
AiEdited = "AI_EDITED",
|
|
115955
|
+
User = "USER"
|
|
115956
|
+
}
|
|
115957
|
+
export type GravityDraftPayload = Payload & {
|
|
115958
|
+
__typename?: 'GravityDraftPayload';
|
|
115959
|
+
draft?: Maybe<GravityDraft>;
|
|
115960
|
+
errors?: Maybe<Array<MutationError>>;
|
|
115961
|
+
success: Scalars['Boolean']['output'];
|
|
115962
|
+
};
|
|
115963
|
+
export declare enum GravityDraftStatus {
|
|
115964
|
+
Active = "ACTIVE",
|
|
115965
|
+
Applied = "APPLIED",
|
|
115966
|
+
Discarded = "DISCARDED",
|
|
115967
|
+
PartiallyApplied = "PARTIALLY_APPLIED"
|
|
115968
|
+
}
|
|
115712
115969
|
export type GravityEntityReactions = {
|
|
115713
115970
|
__typename?: 'GravityEntityReactions';
|
|
115714
115971
|
entityAri: Scalars['ID']['output'];
|
|
@@ -115841,6 +116098,17 @@ export type GravityPostFeedbackPayload = Payload & {
|
|
|
115841
116098
|
errors?: Maybe<Array<MutationError>>;
|
|
115842
116099
|
success: Scalars['Boolean']['output'];
|
|
115843
116100
|
};
|
|
116101
|
+
export type GravityProposedAction = {
|
|
116102
|
+
__typename?: 'GravityProposedAction';
|
|
116103
|
+
draftId: Scalars['String']['output'];
|
|
116104
|
+
id: Scalars['String']['output'];
|
|
116105
|
+
kind: Scalars['String']['output'];
|
|
116106
|
+
origin: GravityDraftOrigin;
|
|
116107
|
+
payload?: Maybe<Scalars['String']['output']>;
|
|
116108
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
116109
|
+
status: GravityActionStatus;
|
|
116110
|
+
targetRef: Scalars['String']['output'];
|
|
116111
|
+
};
|
|
115844
116112
|
export declare enum GravityReactionEntityType {
|
|
115845
116113
|
IssueComment = "ISSUE_COMMENT",
|
|
115846
116114
|
ViewComment = "VIEW_COMMENT"
|
|
@@ -115878,6 +116146,10 @@ export declare enum GravityRefResolutionStrategy {
|
|
|
115878
116146
|
FailIfUnmapped = "FAIL_IF_UNMAPPED",
|
|
115879
116147
|
MatchThenCreateIfUnmapped = "MATCH_THEN_CREATE_IF_UNMAPPED"
|
|
115880
116148
|
}
|
|
116149
|
+
export type GravitySetActionStatusInput = {
|
|
116150
|
+
actionId: Scalars['String']['input'];
|
|
116151
|
+
status: GravityActionStatus;
|
|
116152
|
+
};
|
|
115881
116153
|
export declare enum GravitySortOrder {
|
|
115882
116154
|
Asc = "ASC",
|
|
115883
116155
|
Desc = "DESC"
|
|
@@ -115907,6 +116179,20 @@ export type GravityUpdateDeliverySettingsSuccess = {
|
|
|
115907
116179
|
__typename?: 'GravityUpdateDeliverySettingsSuccess';
|
|
115908
116180
|
settings: GravityDeliverySettings;
|
|
115909
116181
|
};
|
|
116182
|
+
export type GravityUpdateDraftContentInput = {
|
|
116183
|
+
content: Scalars['String']['input'];
|
|
116184
|
+
draftId: Scalars['String']['input'];
|
|
116185
|
+
expectedRevision: Scalars['Int']['input'];
|
|
116186
|
+
origin?: InputMaybe<GravityDraftOrigin>;
|
|
116187
|
+
};
|
|
116188
|
+
export type GravityUpsertActionInput = {
|
|
116189
|
+
draftId: Scalars['String']['input'];
|
|
116190
|
+
kind: Scalars['String']['input'];
|
|
116191
|
+
origin?: InputMaybe<GravityDraftOrigin>;
|
|
116192
|
+
payload?: InputMaybe<Scalars['String']['input']>;
|
|
116193
|
+
rationale?: InputMaybe<Scalars['String']['input']>;
|
|
116194
|
+
targetRef: Scalars['String']['input'];
|
|
116195
|
+
};
|
|
115910
116196
|
export type GravityView = {
|
|
115911
116197
|
__typename?: 'GravityView';
|
|
115912
116198
|
config: GravityViewConfig;
|
|
@@ -116054,6 +116340,7 @@ export type GravityViewTableColumnSizeInput = {
|
|
|
116054
116340
|
};
|
|
116055
116341
|
export type GravityViewTemplate = {
|
|
116056
116342
|
__typename?: 'GravityViewTemplate';
|
|
116343
|
+
category?: Maybe<GravityViewTemplateCategory>;
|
|
116057
116344
|
colorScheme?: Maybe<GravityViewTemplateColorScheme>;
|
|
116058
116345
|
definitions?: Maybe<GravityViewTemplateDefinitions>;
|
|
116059
116346
|
id: Scalars['ID']['output'];
|
|
@@ -116064,6 +116351,13 @@ export type GravityViewTemplate = {
|
|
|
116064
116351
|
thumbnail?: Maybe<GravityViewTemplateImage>;
|
|
116065
116352
|
view: GravityView;
|
|
116066
116353
|
};
|
|
116354
|
+
export declare enum GravityViewTemplateCategory {
|
|
116355
|
+
Delivery = "DELIVERY",
|
|
116356
|
+
Feedback = "FEEDBACK",
|
|
116357
|
+
Prioritization = "PRIORITIZATION",
|
|
116358
|
+
Resourcing = "RESOURCING",
|
|
116359
|
+
Roadmapping = "ROADMAPPING"
|
|
116360
|
+
}
|
|
116067
116361
|
export declare enum GravityViewTemplateColorScheme {
|
|
116068
116362
|
Blue = "BLUE",
|
|
116069
116363
|
Default = "DEFAULT",
|
|
@@ -117720,6 +118014,7 @@ export type HelpCenterPage = Node & {
|
|
|
117720
118014
|
description?: Maybe<HelpCenterPageDescription>;
|
|
117721
118015
|
helpCenterAri: Scalars['ID']['output'];
|
|
117722
118016
|
id: Scalars['ID']['output'];
|
|
118017
|
+
isPublished?: Maybe<Scalars['Boolean']['output']>;
|
|
117723
118018
|
name?: Maybe<HelpCenterPageName>;
|
|
117724
118019
|
pageLayout?: Maybe<HelpCenterPageLayout>;
|
|
117725
118020
|
pageType?: Maybe<HelpCenterPageType>;
|
|
@@ -121064,12 +121359,19 @@ export type JiraAgentInSpace = {
|
|
|
121064
121359
|
agent?: Maybe<AgentStudioAgent>;
|
|
121065
121360
|
agentId: Scalars['ID']['output'];
|
|
121066
121361
|
contextCuratedSources?: Maybe<JiraAgentContextItemConnection>;
|
|
121362
|
+
contextSuggestedSources?: Maybe<JiraAgentContextItemConnection>;
|
|
121067
121363
|
sources: Array<JiraAgentInSpaceSource>;
|
|
121364
|
+
triggers?: Maybe<JiraAgentInSpaceTriggerConnection>;
|
|
121068
121365
|
};
|
|
121069
121366
|
export type JiraAgentInSpaceContextCuratedSourcesArgs = {
|
|
121070
121367
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
121071
121368
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
121072
121369
|
};
|
|
121370
|
+
export type JiraAgentInSpaceContextSuggestedSourcesArgs = {
|
|
121371
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
121372
|
+
filter?: InputMaybe<JiraAgentContextFilter>;
|
|
121373
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
121374
|
+
};
|
|
121073
121375
|
export type JiraAgentInSpaceConnection = HasPageInfo & {
|
|
121074
121376
|
__typename?: 'JiraAgentInSpaceConnection';
|
|
121075
121377
|
edges?: Maybe<Array<Maybe<JiraAgentInSpaceEdge>>>;
|
|
@@ -121082,9 +121384,21 @@ export type JiraAgentInSpaceEdge = {
|
|
|
121082
121384
|
cursor: Scalars['String']['output'];
|
|
121083
121385
|
node?: Maybe<JiraAgentInSpace>;
|
|
121084
121386
|
};
|
|
121387
|
+
export type JiraAgentInSpaceJiraAutomationTrigger = JiraAgentInSpaceTrigger & {
|
|
121388
|
+
__typename?: 'JiraAgentInSpaceJiraAutomationTrigger';
|
|
121389
|
+
flow?: Maybe<Scalars['String']['output']>;
|
|
121390
|
+
id: Scalars['ID']['output'];
|
|
121391
|
+
kind: JiraAgentInSpaceTriggerKind;
|
|
121392
|
+
name: Scalars['String']['output'];
|
|
121393
|
+
owner?: Maybe<User>;
|
|
121394
|
+
prompt?: Maybe<Scalars['String']['output']>;
|
|
121395
|
+
};
|
|
121085
121396
|
export declare enum JiraAgentInSpaceSource {
|
|
121397
|
+
Assignable = "ASSIGNABLE",
|
|
121086
121398
|
JiraAutomation = "JIRA_AUTOMATION",
|
|
121399
|
+
Ootb = "OOTB",
|
|
121087
121400
|
StudioAutomation = "STUDIO_AUTOMATION",
|
|
121401
|
+
ThirdParty = "THIRD_PARTY",
|
|
121088
121402
|
Workflow = "WORKFLOW"
|
|
121089
121403
|
}
|
|
121090
121404
|
export declare enum JiraAgentInSpaceSourceState {
|
|
@@ -121098,6 +121412,48 @@ export type JiraAgentInSpaceSourceStatus = {
|
|
|
121098
121412
|
source: JiraAgentInSpaceSource;
|
|
121099
121413
|
state: JiraAgentInSpaceSourceState;
|
|
121100
121414
|
};
|
|
121415
|
+
export type JiraAgentInSpaceStudioAutomationTrigger = JiraAgentInSpaceTrigger & {
|
|
121416
|
+
__typename?: 'JiraAgentInSpaceStudioAutomationTrigger';
|
|
121417
|
+
flow?: Maybe<Scalars['String']['output']>;
|
|
121418
|
+
id: Scalars['ID']['output'];
|
|
121419
|
+
kind: JiraAgentInSpaceTriggerKind;
|
|
121420
|
+
name: Scalars['String']['output'];
|
|
121421
|
+
owner?: Maybe<User>;
|
|
121422
|
+
prompt?: Maybe<Scalars['String']['output']>;
|
|
121423
|
+
};
|
|
121424
|
+
export type JiraAgentInSpaceTrigger = {
|
|
121425
|
+
id: Scalars['ID']['output'];
|
|
121426
|
+
kind: JiraAgentInSpaceTriggerKind;
|
|
121427
|
+
name: Scalars['String']['output'];
|
|
121428
|
+
};
|
|
121429
|
+
export type JiraAgentInSpaceTriggerConnection = HasPageInfo & {
|
|
121430
|
+
__typename?: 'JiraAgentInSpaceTriggerConnection';
|
|
121431
|
+
edges?: Maybe<Array<Maybe<JiraAgentInSpaceTriggerEdge>>>;
|
|
121432
|
+
nodes?: Maybe<Array<Maybe<JiraAgentInSpaceTrigger>>>;
|
|
121433
|
+
pageInfo: PageInfo;
|
|
121434
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
121435
|
+
};
|
|
121436
|
+
export type JiraAgentInSpaceTriggerEdge = {
|
|
121437
|
+
__typename?: 'JiraAgentInSpaceTriggerEdge';
|
|
121438
|
+
cursor: Scalars['String']['output'];
|
|
121439
|
+
node?: Maybe<JiraAgentInSpaceTrigger>;
|
|
121440
|
+
};
|
|
121441
|
+
export declare enum JiraAgentInSpaceTriggerKind {
|
|
121442
|
+
JiraAutomation = "JIRA_AUTOMATION",
|
|
121443
|
+
StudioAutomation = "STUDIO_AUTOMATION",
|
|
121444
|
+
Workflow = "WORKFLOW"
|
|
121445
|
+
}
|
|
121446
|
+
export type JiraAgentInSpaceWorkflowTrigger = JiraAgentInSpaceTrigger & {
|
|
121447
|
+
__typename?: 'JiraAgentInSpaceWorkflowTrigger';
|
|
121448
|
+
from?: Maybe<JiraStatus>;
|
|
121449
|
+
id: Scalars['ID']['output'];
|
|
121450
|
+
kind: JiraAgentInSpaceTriggerKind;
|
|
121451
|
+
name: Scalars['String']['output'];
|
|
121452
|
+
prompt?: Maybe<Scalars['String']['output']>;
|
|
121453
|
+
to?: Maybe<JiraStatus>;
|
|
121454
|
+
workflowId?: Maybe<Scalars['ID']['output']>;
|
|
121455
|
+
workflowName?: Maybe<Scalars['String']['output']>;
|
|
121456
|
+
};
|
|
121101
121457
|
export type JiraAgentSession = {
|
|
121102
121458
|
__typename?: 'JiraAgentSession';
|
|
121103
121459
|
agent?: Maybe<User>;
|
|
@@ -126214,6 +126570,7 @@ export type JiraCreateNavigationItemPayload = Payload & {
|
|
|
126214
126570
|
};
|
|
126215
126571
|
export type JiraCreatePolicyInput = {
|
|
126216
126572
|
cloudId: Scalars['ID']['input'];
|
|
126573
|
+
isDefault?: InputMaybe<Scalars['Boolean']['input']>;
|
|
126217
126574
|
policyDescription?: InputMaybe<Scalars['String']['input']>;
|
|
126218
126575
|
policyName: Scalars['String']['input'];
|
|
126219
126576
|
rulesByDomain?: InputMaybe<Array<JiraPolicyRulesByDomainInput>>;
|
|
@@ -126755,6 +127112,9 @@ export type JiraDefaultUnsplashImagesPage = {
|
|
|
126755
127112
|
results?: Maybe<Array<Maybe<JiraUnsplashImage>>>;
|
|
126756
127113
|
};
|
|
126757
127114
|
export type JiraDefaultUnsplashImagesPageResult = JiraDefaultUnsplashImagesPage | QueryError;
|
|
127115
|
+
export type JiraDeleteActionInput = {
|
|
127116
|
+
_?: InputMaybe<Scalars['Boolean']['input']>;
|
|
127117
|
+
};
|
|
126758
127118
|
export type JiraDeleteActivityConfigurationInput = {
|
|
126759
127119
|
activityId: Scalars['ID']['input'];
|
|
126760
127120
|
journeyId: Scalars['ID']['input'];
|
|
@@ -127652,6 +128012,7 @@ export type JiraEstimationValue = {
|
|
|
127652
128012
|
value?: Maybe<Scalars['Float']['output']>;
|
|
127653
128013
|
};
|
|
127654
128014
|
export declare enum JiraExperienceContext {
|
|
128015
|
+
Board = "BOARD",
|
|
127655
128016
|
Standard = "STANDARD",
|
|
127656
128017
|
Timeline = "TIMELINE"
|
|
127657
128018
|
}
|
|
@@ -133881,6 +134242,7 @@ export type JiraJqlResolutionFieldValue = JiraJqlFieldValue & {
|
|
|
133881
134242
|
resolution?: Maybe<JiraResolution>;
|
|
133882
134243
|
};
|
|
133883
134244
|
export type JiraJqlScopeInput = {
|
|
134245
|
+
agentSessions?: InputMaybe<JiraAgentSessionsScopeInput>;
|
|
133884
134246
|
backlog?: InputMaybe<JiraJqlBacklogInput>;
|
|
133885
134247
|
board?: InputMaybe<JiraJqlBoardInput>;
|
|
133886
134248
|
list?: InputMaybe<JiraIssueSearchScope>;
|
|
@@ -134693,6 +135055,9 @@ export type JiraMentionableEdge = {
|
|
|
134693
135055
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
134694
135056
|
node?: Maybe<JiraMentionable>;
|
|
134695
135057
|
};
|
|
135058
|
+
export type JiraMergeActionInput = {
|
|
135059
|
+
targetEntityId: Scalars['ID']['input'];
|
|
135060
|
+
};
|
|
134696
135061
|
export type JiraMergeIssueError = {
|
|
134697
135062
|
__typename?: 'JiraMergeIssueError';
|
|
134698
135063
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -135134,6 +135499,7 @@ export type JiraMutation = {
|
|
|
135134
135499
|
jira_createPolicy?: Maybe<JiraCreatePolicyPayload>;
|
|
135135
135500
|
jira_deletePolicy?: Maybe<JiraDeletePolicyPayload>;
|
|
135136
135501
|
jira_dismissForYouRecommendedAction?: Maybe<JiraDismissForYouRecommendedActionPayload>;
|
|
135502
|
+
jira_policyRemediate?: Maybe<JiraPolicyRemediatePayload>;
|
|
135137
135503
|
jira_setProjectPolicyAssociatedProjects?: Maybe<JiraSetProjectPolicyAssociatedProjectsPayload>;
|
|
135138
135504
|
jira_updatePolicy?: Maybe<JiraUpdatePolicyPayload>;
|
|
135139
135505
|
jira_updateProjectPolicyAssociatedProjects?: Maybe<JiraUpdateProjectPolicyAssociatedProjectsPayload>;
|
|
@@ -135599,6 +135965,9 @@ export type JiraMutationJira_DismissForYouRecommendedActionArgs = {
|
|
|
135599
135965
|
cloudId: Scalars['ID']['input'];
|
|
135600
135966
|
input: JiraDismissForYouRecommendedActionInput;
|
|
135601
135967
|
};
|
|
135968
|
+
export type JiraMutationJira_PolicyRemediateArgs = {
|
|
135969
|
+
input: JiraPolicyRemediateInput;
|
|
135970
|
+
};
|
|
135602
135971
|
export type JiraMutationJira_SetProjectPolicyAssociatedProjectsArgs = {
|
|
135603
135972
|
input: JiraSetProjectPolicyAssociatedProjectsInput;
|
|
135604
135973
|
};
|
|
@@ -137785,6 +138154,32 @@ export type JiraPolarisGlobalViewFields = {
|
|
|
137785
138154
|
__typename?: 'JiraPolarisGlobalViewFields';
|
|
137786
138155
|
fields: Array<JiraFieldForGlobalView>;
|
|
137787
138156
|
};
|
|
138157
|
+
export type JiraPolicyRemediateInput = {
|
|
138158
|
+
actions: Array<JiraRemediationActionInput>;
|
|
138159
|
+
projectId: Scalars['ID']['input'];
|
|
138160
|
+
};
|
|
138161
|
+
export type JiraPolicyRemediatePayload = Payload & {
|
|
138162
|
+
__typename?: 'JiraPolicyRemediatePayload';
|
|
138163
|
+
errors?: Maybe<Array<MutationError>>;
|
|
138164
|
+
results?: Maybe<Array<JiraRemediationActionResult>>;
|
|
138165
|
+
success: Scalars['Boolean']['output'];
|
|
138166
|
+
};
|
|
138167
|
+
export type JiraPolicyRemediationMergeCandidate = {
|
|
138168
|
+
__typename?: 'JiraPolicyRemediationMergeCandidate';
|
|
138169
|
+
entityId?: Maybe<Scalars['String']['output']>;
|
|
138170
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
138171
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
138172
|
+
};
|
|
138173
|
+
export type JiraPolicyRemediationMergeCandidateEdge = {
|
|
138174
|
+
__typename?: 'JiraPolicyRemediationMergeCandidateEdge';
|
|
138175
|
+
cursor: Scalars['String']['output'];
|
|
138176
|
+
node?: Maybe<JiraPolicyRemediationMergeCandidate>;
|
|
138177
|
+
};
|
|
138178
|
+
export type JiraPolicyRemediationMergeCandidatesConnection = HasPageInfo & {
|
|
138179
|
+
__typename?: 'JiraPolicyRemediationMergeCandidatesConnection';
|
|
138180
|
+
edges?: Maybe<Array<Maybe<JiraPolicyRemediationMergeCandidateEdge>>>;
|
|
138181
|
+
pageInfo: PageInfo;
|
|
138182
|
+
};
|
|
137788
138183
|
export type JiraPolicyRuleInput = {
|
|
137789
138184
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
137790
138185
|
properties?: InputMaybe<Scalars['JSON']['input']>;
|
|
@@ -138763,6 +139158,7 @@ export type JiraProjectPolicy = Node & {
|
|
|
138763
139158
|
description?: Maybe<Scalars['String']['output']>;
|
|
138764
139159
|
eligibleProjects?: Maybe<JiraProjectConnection>;
|
|
138765
139160
|
id: Scalars['ID']['output'];
|
|
139161
|
+
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
138766
139162
|
name?: Maybe<Scalars['String']['output']>;
|
|
138767
139163
|
rules?: Maybe<JiraProjectPolicyRuleConnection>;
|
|
138768
139164
|
};
|
|
@@ -138827,6 +139223,16 @@ export type JiraProjectPolicyProjectFilter = {
|
|
|
138827
139223
|
projectCategoryIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
138828
139224
|
projectNameQuery?: InputMaybe<Scalars['String']['input']>;
|
|
138829
139225
|
};
|
|
139226
|
+
export type JiraProjectPolicyRemediationData = {
|
|
139227
|
+
__typename?: 'JiraProjectPolicyRemediationData';
|
|
139228
|
+
mergeCandidates?: Maybe<JiraPolicyRemediationMergeCandidatesConnection>;
|
|
139229
|
+
progress?: Maybe<JiraRemediationProgress>;
|
|
139230
|
+
supportedRemediations?: Maybe<Array<JiraRemediationType>>;
|
|
139231
|
+
};
|
|
139232
|
+
export type JiraProjectPolicyRemediationDataMergeCandidatesArgs = {
|
|
139233
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
139234
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
139235
|
+
};
|
|
138830
139236
|
export type JiraProjectPolicyRule = {
|
|
138831
139237
|
__typename?: 'JiraProjectPolicyRule';
|
|
138832
139238
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -138861,6 +139267,8 @@ export type JiraProjectPolicyRuleViolation = {
|
|
|
138861
139267
|
entityType?: Maybe<Scalars['String']['output']>;
|
|
138862
139268
|
message?: Maybe<Scalars['String']['output']>;
|
|
138863
139269
|
policy?: Maybe<JiraProjectPolicy>;
|
|
139270
|
+
project?: Maybe<JiraProject>;
|
|
139271
|
+
remediation?: Maybe<JiraProjectPolicyRemediationData>;
|
|
138864
139272
|
ruleId?: Maybe<Scalars['ID']['output']>;
|
|
138865
139273
|
ruleTypeId?: Maybe<Scalars['String']['output']>;
|
|
138866
139274
|
};
|
|
@@ -139387,6 +139795,7 @@ export type JiraQuery = {
|
|
|
139387
139795
|
jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
|
|
139388
139796
|
jiraProjectsByJql?: Maybe<JiraProjectConnection>;
|
|
139389
139797
|
jiraProjectsMappedToHelpCenter?: Maybe<JiraProjectConnection>;
|
|
139798
|
+
jiraServiceManagementProjectsByFeatures?: Maybe<Array<JiraServiceManagementProjectsByFeature>>;
|
|
139390
139799
|
jiraServiceManagementRequestTypeCategoriesByProject?: Maybe<JiraServiceManagementRequestTypeCategoryConnection>;
|
|
139391
139800
|
jiraServiceManagementSlaIssue?: Maybe<JiraServiceManagementSlaIssueResult>;
|
|
139392
139801
|
jiraVersionStageInfoByIds?: Maybe<Array<Maybe<JiraVersionStageInfo>>>;
|
|
@@ -140296,6 +140705,10 @@ export type JiraQueryJiraProjectsMappedToHelpCenterArgs = {
|
|
|
140296
140705
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
140297
140706
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
140298
140707
|
};
|
|
140708
|
+
export type JiraQueryJiraServiceManagementProjectsByFeaturesArgs = {
|
|
140709
|
+
cloudId: Scalars['ID']['input'];
|
|
140710
|
+
featureKeys: Array<Scalars['String']['input']>;
|
|
140711
|
+
};
|
|
140299
140712
|
export type JiraQueryJiraServiceManagementRequestTypeCategoriesByProjectArgs = {
|
|
140300
140713
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
140301
140714
|
cloudId: Scalars['ID']['input'];
|
|
@@ -141316,6 +141729,45 @@ export type JiraRemainingTimeEstimateFieldPayload = Payload & {
|
|
|
141316
141729
|
field?: Maybe<JiraRemainingTimeEstimateField>;
|
|
141317
141730
|
success: Scalars['Boolean']['output'];
|
|
141318
141731
|
};
|
|
141732
|
+
export type JiraRemediationActionDetailInput = {
|
|
141733
|
+
delete?: InputMaybe<JiraDeleteActionInput>;
|
|
141734
|
+
merge?: InputMaybe<JiraMergeActionInput>;
|
|
141735
|
+
};
|
|
141736
|
+
export type JiraRemediationActionInput = {
|
|
141737
|
+
action: JiraRemediationActionDetailInput;
|
|
141738
|
+
ruleId: Scalars['ID']['input'];
|
|
141739
|
+
sourceEntityId: Scalars['ID']['input'];
|
|
141740
|
+
};
|
|
141741
|
+
export type JiraRemediationActionResult = {
|
|
141742
|
+
__typename?: 'JiraRemediationActionResult';
|
|
141743
|
+
errorType?: Maybe<JiraRemediationErrorType>;
|
|
141744
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
141745
|
+
remediationType: JiraRemediationType;
|
|
141746
|
+
ruleId: Scalars['ID']['output'];
|
|
141747
|
+
sourceEntityId: Scalars['ID']['output'];
|
|
141748
|
+
status?: Maybe<JiraRemediationProgressStatus>;
|
|
141749
|
+
};
|
|
141750
|
+
export declare enum JiraRemediationErrorType {
|
|
141751
|
+
AlreadyInProgress = "ALREADY_IN_PROGRESS",
|
|
141752
|
+
ConflictingAction = "CONFLICTING_ACTION",
|
|
141753
|
+
EntityNotFound = "ENTITY_NOT_FOUND",
|
|
141754
|
+
RemediationFailed = "REMEDIATION_FAILED",
|
|
141755
|
+
RuleNotApplied = "RULE_NOT_APPLIED",
|
|
141756
|
+
UnknownRuleType = "UNKNOWN_RULE_TYPE",
|
|
141757
|
+
UnsupportedRemediation = "UNSUPPORTED_REMEDIATION"
|
|
141758
|
+
}
|
|
141759
|
+
export type JiraRemediationProgress = {
|
|
141760
|
+
__typename?: 'JiraRemediationProgress';
|
|
141761
|
+
status: JiraRemediationProgressStatus;
|
|
141762
|
+
};
|
|
141763
|
+
export declare enum JiraRemediationProgressStatus {
|
|
141764
|
+
InProgress = "IN_PROGRESS",
|
|
141765
|
+
None = "NONE"
|
|
141766
|
+
}
|
|
141767
|
+
export declare enum JiraRemediationType {
|
|
141768
|
+
Delete = "DELETE",
|
|
141769
|
+
Merge = "MERGE"
|
|
141770
|
+
}
|
|
141319
141771
|
export type JiraRemoteApp = {
|
|
141320
141772
|
__typename?: 'JiraRemoteApp';
|
|
141321
141773
|
applicationLinkId?: Maybe<Scalars['String']['output']>;
|
|
@@ -143578,6 +144030,11 @@ export type JiraServiceManagementProjectTeamType = {
|
|
|
143578
144030
|
__typename?: 'JiraServiceManagementProjectTeamType';
|
|
143579
144031
|
teamType?: Maybe<Scalars['String']['output']>;
|
|
143580
144032
|
};
|
|
144033
|
+
export type JiraServiceManagementProjectsByFeature = {
|
|
144034
|
+
__typename?: 'JiraServiceManagementProjectsByFeature';
|
|
144035
|
+
featureKey: Scalars['String']['output'];
|
|
144036
|
+
projects: Array<JiraProject>;
|
|
144037
|
+
};
|
|
143581
144038
|
export type JiraServiceManagementQueue = Node & {
|
|
143582
144039
|
__typename?: 'JiraServiceManagementQueue';
|
|
143583
144040
|
favouriteValue?: Maybe<JiraFavouriteValue>;
|
|
@@ -147337,6 +147794,7 @@ export type JiraUpdatePeopleFieldInput = {
|
|
|
147337
147794
|
operations: Array<JiraPeopleFieldOperationInput>;
|
|
147338
147795
|
};
|
|
147339
147796
|
export type JiraUpdatePolicyInput = {
|
|
147797
|
+
isDefault?: InputMaybe<Scalars['Boolean']['input']>;
|
|
147340
147798
|
policyAri: Scalars['ID']['input'];
|
|
147341
147799
|
policyDescription?: InputMaybe<Scalars['String']['input']>;
|
|
147342
147800
|
policyName: Scalars['String']['input'];
|
|
@@ -149514,6 +149972,17 @@ export type JpdViewsServiceFieldInput = {
|
|
|
149514
149972
|
jiraFieldKey?: InputMaybe<Scalars['String']['input']>;
|
|
149515
149973
|
key?: InputMaybe<Scalars['String']['input']>;
|
|
149516
149974
|
};
|
|
149975
|
+
export type JpdViewsServiceFieldLevel = {
|
|
149976
|
+
__typename?: 'JpdViewsServiceFieldLevel';
|
|
149977
|
+
fields: Array<JpdViewsServiceField>;
|
|
149978
|
+
filter: Array<JpdViewsServiceFilter>;
|
|
149979
|
+
items: Array<JpdViewsServiceFieldLevelItem>;
|
|
149980
|
+
type: JpdViewsServiceHierarchyLevelType;
|
|
149981
|
+
};
|
|
149982
|
+
export type JpdViewsServiceFieldLevelItem = {
|
|
149983
|
+
__typename?: 'JpdViewsServiceFieldLevelItem';
|
|
149984
|
+
fieldKey: Scalars['String']['output'];
|
|
149985
|
+
};
|
|
149517
149986
|
export type JpdViewsServiceFieldRollup = {
|
|
149518
149987
|
__typename?: 'JpdViewsServiceFieldRollup';
|
|
149519
149988
|
field: JpdViewsServiceField;
|
|
@@ -149595,6 +150064,7 @@ export type JpdViewsServiceGlobalView2 = JpdViewsServiceViewBase & Node & {
|
|
|
149595
150064
|
sortMode: JpdViewsServiceSortMode;
|
|
149596
150065
|
tableColumnSizes?: Maybe<Array<Maybe<JpdViewsServiceTableColumnSize>>>;
|
|
149597
150066
|
timelineConfig?: Maybe<JpdViewsServiceTimelineConfig2>;
|
|
150067
|
+
treeConfig?: Maybe<JpdViewsServiceTreeConfig>;
|
|
149598
150068
|
updatedAt: Scalars['String']['output'];
|
|
149599
150069
|
uuid: Scalars['String']['output'];
|
|
149600
150070
|
verticalGroupBy?: Maybe<JpdViewsServiceField>;
|
|
@@ -149654,6 +150124,32 @@ export type JpdViewsServiceGlobalViewsByCriteriaInput = {
|
|
|
149654
150124
|
containsText: Scalars['String']['input'];
|
|
149655
150125
|
searchType?: InputMaybe<JpdViewsServiceGlobalViewSearchType>;
|
|
149656
150126
|
};
|
|
150127
|
+
export type JpdViewsServiceHierarchyLevel = JpdViewsServiceFieldLevel | JpdViewsServiceIssueTypeLevel;
|
|
150128
|
+
export type JpdViewsServiceHierarchyLevelInput = {
|
|
150129
|
+
fields: Array<JpdViewsServiceFieldInput>;
|
|
150130
|
+
filter: Array<JpdViewsServiceFilterInput2>;
|
|
150131
|
+
items: Array<JpdViewsServiceHierarchyLevelItemInput>;
|
|
150132
|
+
type: JpdViewsServiceHierarchyLevelType;
|
|
150133
|
+
};
|
|
150134
|
+
export type JpdViewsServiceHierarchyLevelItemInput = {
|
|
150135
|
+
fieldKey?: InputMaybe<Scalars['String']['input']>;
|
|
150136
|
+
issueTypeName?: InputMaybe<Scalars['String']['input']>;
|
|
150137
|
+
};
|
|
150138
|
+
export declare enum JpdViewsServiceHierarchyLevelType {
|
|
150139
|
+
Field = "FIELD",
|
|
150140
|
+
IssueType = "ISSUE_TYPE"
|
|
150141
|
+
}
|
|
150142
|
+
export type JpdViewsServiceIssueTypeLevel = {
|
|
150143
|
+
__typename?: 'JpdViewsServiceIssueTypeLevel';
|
|
150144
|
+
fields: Array<JpdViewsServiceField>;
|
|
150145
|
+
filter: Array<JpdViewsServiceFilter>;
|
|
150146
|
+
items: Array<JpdViewsServiceIssueTypeLevelItem>;
|
|
150147
|
+
type: JpdViewsServiceHierarchyLevelType;
|
|
150148
|
+
};
|
|
150149
|
+
export type JpdViewsServiceIssueTypeLevelItem = {
|
|
150150
|
+
__typename?: 'JpdViewsServiceIssueTypeLevelItem';
|
|
150151
|
+
issueTypeName: Scalars['String']['output'];
|
|
150152
|
+
};
|
|
149657
150153
|
export type JpdViewsServiceMatrixConfig = {
|
|
149658
150154
|
__typename?: 'JpdViewsServiceMatrixConfig';
|
|
149659
150155
|
axes: Array<JpdViewsServiceAxisConfig>;
|
|
@@ -149763,6 +150259,29 @@ export declare enum JpdViewsServiceTodayMarker {
|
|
|
149763
150259
|
Disabled = "DISABLED",
|
|
149764
150260
|
Enabled = "ENABLED"
|
|
149765
150261
|
}
|
|
150262
|
+
export type JpdViewsServiceTreeConfig = {
|
|
150263
|
+
__typename?: 'JpdViewsServiceTreeConfig';
|
|
150264
|
+
allowMultipleParents?: Maybe<Scalars['Boolean']['output']>;
|
|
150265
|
+
hierarchy: Array<JpdViewsServiceHierarchyLevel>;
|
|
150266
|
+
mode?: Maybe<JpdViewsServiceTreeMode>;
|
|
150267
|
+
treeDirection?: Maybe<JpdViewsServiceTreeDirection>;
|
|
150268
|
+
};
|
|
150269
|
+
export type JpdViewsServiceTreeConfigInput = {
|
|
150270
|
+
allowMultipleParents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
150271
|
+
hierarchy: Array<JpdViewsServiceHierarchyLevelInput>;
|
|
150272
|
+
mode?: InputMaybe<JpdViewsServiceTreeMode>;
|
|
150273
|
+
treeDirection?: InputMaybe<JpdViewsServiceTreeDirection>;
|
|
150274
|
+
};
|
|
150275
|
+
export declare enum JpdViewsServiceTreeDirection {
|
|
150276
|
+
Down = "DOWN",
|
|
150277
|
+
Left = "LEFT",
|
|
150278
|
+
Right = "RIGHT",
|
|
150279
|
+
Up = "UP"
|
|
150280
|
+
}
|
|
150281
|
+
export declare enum JpdViewsServiceTreeMode {
|
|
150282
|
+
Automatic = "AUTOMATIC",
|
|
150283
|
+
Manual = "MANUAL"
|
|
150284
|
+
}
|
|
149766
150285
|
export type JpdViewsServiceUnassociateGlobalViewContainerInput = {
|
|
149767
150286
|
containerId: Scalars['String']['input'];
|
|
149768
150287
|
containerType: JpdViewsServiceGlobalViewAssociationContainerType;
|
|
@@ -149816,6 +150335,7 @@ export type JpdViewsServiceUpdateGlobalViewInput2 = {
|
|
|
149816
150335
|
sortMode?: InputMaybe<Scalars['String']['input']>;
|
|
149817
150336
|
tableColumnSizes?: InputMaybe<Array<InputMaybe<JpdViewsServiceTableColumnSizeInput>>>;
|
|
149818
150337
|
timelineConfig?: InputMaybe<JpdViewsServiceTimelineConfigInput>;
|
|
150338
|
+
treeConfig?: InputMaybe<JpdViewsServiceTreeConfigInput>;
|
|
149819
150339
|
verticalGroupBy?: InputMaybe<JpdViewsServiceFieldInput>;
|
|
149820
150340
|
verticalGroupOrder?: InputMaybe<JpdViewsServiceViewOrderTypeInput>;
|
|
149821
150341
|
verticalGroupValues?: InputMaybe<Array<InputMaybe<JpdViewsServiceNestedIdInput>>>;
|
|
@@ -151484,14 +152004,36 @@ export declare enum JsmTelemetryDomainErrorCode {
|
|
|
151484
152004
|
UnsupportedQuery = "UNSUPPORTED_QUERY",
|
|
151485
152005
|
ValidationError = "VALIDATION_ERROR"
|
|
151486
152006
|
}
|
|
152007
|
+
export type JsmTelemetryIncidentAffectedService = {
|
|
152008
|
+
__typename?: 'JsmTelemetryIncidentAffectedService';
|
|
152009
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
152010
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
152011
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
152012
|
+
tierLevel?: Maybe<Scalars['Int']['output']>;
|
|
152013
|
+
tierName?: Maybe<Scalars['String']['output']>;
|
|
152014
|
+
typeKey?: Maybe<Scalars['String']['output']>;
|
|
152015
|
+
typeName?: Maybe<Scalars['String']['output']>;
|
|
152016
|
+
};
|
|
152017
|
+
export type JsmTelemetryIncidentAffectedServicesField = {
|
|
152018
|
+
__typename?: 'JsmTelemetryIncidentAffectedServicesField';
|
|
152019
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
152020
|
+
value: Array<JsmTelemetryIncidentAffectedService>;
|
|
152021
|
+
};
|
|
151487
152022
|
export type JsmTelemetryIncidentContextResponse = {
|
|
151488
152023
|
__typename?: 'JsmTelemetryIncidentContextResponse';
|
|
152024
|
+
affectedServiceDetails?: Maybe<JsmTelemetryIncidentAffectedServicesField>;
|
|
151489
152025
|
affectedServices: Array<Scalars['String']['output']>;
|
|
151490
152026
|
alertFiredAt?: Maybe<Scalars['DateTime']['output']>;
|
|
152027
|
+
assignee?: Maybe<JsmTelemetryIncidentUser>;
|
|
151491
152028
|
description?: Maybe<Scalars['String']['output']>;
|
|
151492
152029
|
incidentId: Scalars['String']['output'];
|
|
151493
152030
|
labels: Array<Scalars['String']['output']>;
|
|
152031
|
+
majorIncident?: Maybe<JsmTelemetryIncidentStringField>;
|
|
152032
|
+
participants?: Maybe<JsmTelemetryIncidentPeopleField>;
|
|
152033
|
+
reporter?: Maybe<JsmTelemetryIncidentUser>;
|
|
152034
|
+
responders?: Maybe<JsmTelemetryIncidentResponderField>;
|
|
151494
152035
|
severity?: Maybe<Scalars['String']['output']>;
|
|
152036
|
+
status?: Maybe<JsmTelemetryIncidentStatus>;
|
|
151495
152037
|
title: Scalars['String']['output'];
|
|
151496
152038
|
};
|
|
151497
152039
|
export type JsmTelemetryIncidentContextResult = {
|
|
@@ -151499,11 +152041,50 @@ export type JsmTelemetryIncidentContextResult = {
|
|
|
151499
152041
|
data?: Maybe<JsmTelemetryIncidentContextResponse>;
|
|
151500
152042
|
error?: Maybe<JsmTelemetryDomainError>;
|
|
151501
152043
|
};
|
|
152044
|
+
export type JsmTelemetryIncidentPeopleField = {
|
|
152045
|
+
__typename?: 'JsmTelemetryIncidentPeopleField';
|
|
152046
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
152047
|
+
value: Array<JsmTelemetryIncidentUser>;
|
|
152048
|
+
};
|
|
152049
|
+
export type JsmTelemetryIncidentResponder = {
|
|
152050
|
+
__typename?: 'JsmTelemetryIncidentResponder';
|
|
152051
|
+
ari?: Maybe<Scalars['String']['output']>;
|
|
152052
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
152053
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
152054
|
+
};
|
|
152055
|
+
export type JsmTelemetryIncidentResponderField = {
|
|
152056
|
+
__typename?: 'JsmTelemetryIncidentResponderField';
|
|
152057
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
152058
|
+
value: Array<JsmTelemetryIncidentResponder>;
|
|
152059
|
+
};
|
|
152060
|
+
export type JsmTelemetryIncidentStatus = {
|
|
152061
|
+
__typename?: 'JsmTelemetryIncidentStatus';
|
|
152062
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
152063
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
152064
|
+
statusCategory?: Maybe<JsmTelemetryIncidentStatusCategory>;
|
|
152065
|
+
};
|
|
152066
|
+
export type JsmTelemetryIncidentStatusCategory = {
|
|
152067
|
+
__typename?: 'JsmTelemetryIncidentStatusCategory';
|
|
152068
|
+
id?: Maybe<Scalars['Int']['output']>;
|
|
152069
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
152070
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
152071
|
+
};
|
|
152072
|
+
export type JsmTelemetryIncidentStringField = {
|
|
152073
|
+
__typename?: 'JsmTelemetryIncidentStringField';
|
|
152074
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
152075
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
152076
|
+
};
|
|
151502
152077
|
export type JsmTelemetryIncidentTelemetryResult = {
|
|
151503
152078
|
__typename?: 'JsmTelemetryIncidentTelemetryResult';
|
|
151504
152079
|
data?: Maybe<Array<JsmTelemetryMetricDataResponse>>;
|
|
151505
152080
|
error?: Maybe<JsmTelemetryDomainError>;
|
|
151506
152081
|
};
|
|
152082
|
+
export type JsmTelemetryIncidentUser = {
|
|
152083
|
+
__typename?: 'JsmTelemetryIncidentUser';
|
|
152084
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
152085
|
+
accountType?: Maybe<Scalars['String']['output']>;
|
|
152086
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
152087
|
+
};
|
|
151507
152088
|
export type JsmTelemetryMetricAggregation = {
|
|
151508
152089
|
__typename?: 'JsmTelemetryMetricAggregation';
|
|
151509
152090
|
function: JsmTelemetryMetricAggregationFunction;
|
|
@@ -151650,6 +152231,25 @@ export type JsmTelemetryMetricSeries = {
|
|
|
151650
152231
|
filters: Array<JsmTelemetryMetricFilter>;
|
|
151651
152232
|
id: Scalars['String']['output'];
|
|
151652
152233
|
};
|
|
152234
|
+
export type JsmTelemetryMetricSuggestion = {
|
|
152235
|
+
__typename?: 'JsmTelemetryMetricSuggestion';
|
|
152236
|
+
displayName: Scalars['String']['output'];
|
|
152237
|
+
metricName: Scalars['String']['output'];
|
|
152238
|
+
provider: JsmTelemetryProviderType;
|
|
152239
|
+
rationale: Scalars['String']['output'];
|
|
152240
|
+
};
|
|
152241
|
+
export type JsmTelemetryMetricSuggestionResponse = {
|
|
152242
|
+
__typename?: 'JsmTelemetryMetricSuggestionResponse';
|
|
152243
|
+
contextDegraded: Scalars['Boolean']['output'];
|
|
152244
|
+
incidentId: Scalars['ID']['output'];
|
|
152245
|
+
provider: JsmTelemetryProviderType;
|
|
152246
|
+
suggestions: Array<JsmTelemetryMetricSuggestion>;
|
|
152247
|
+
};
|
|
152248
|
+
export type JsmTelemetryMetricSuggestionResult = {
|
|
152249
|
+
__typename?: 'JsmTelemetryMetricSuggestionResult';
|
|
152250
|
+
data?: Maybe<JsmTelemetryMetricSuggestionResponse>;
|
|
152251
|
+
error?: Maybe<JsmTelemetryDomainError>;
|
|
152252
|
+
};
|
|
151653
152253
|
export declare enum JsmTelemetryMetricType {
|
|
151654
152254
|
Gauge = "GAUGE",
|
|
151655
152255
|
Histogram = "HISTOGRAM",
|
|
@@ -152134,6 +152734,11 @@ export type KeyValueHierarchyMap = {
|
|
|
152134
152734
|
key?: Maybe<Scalars['String']['output']>;
|
|
152135
152735
|
value?: Maybe<Scalars['String']['output']>;
|
|
152136
152736
|
};
|
|
152737
|
+
export type KitsuneBooleanValue = {
|
|
152738
|
+
__typename?: 'KitsuneBooleanValue';
|
|
152739
|
+
_id: Scalars['ID']['output'];
|
|
152740
|
+
value: Scalars['Boolean']['output'];
|
|
152741
|
+
};
|
|
152137
152742
|
export type KitsuneChunk = Node & {
|
|
152138
152743
|
__typename?: 'KitsuneChunk';
|
|
152139
152744
|
content?: Maybe<Scalars['String']['output']>;
|
|
@@ -152271,6 +152876,7 @@ export type KitsuneFeedback = Node & {
|
|
|
152271
152876
|
summary?: Maybe<KitsuneSummary>;
|
|
152272
152877
|
title?: Maybe<Scalars['String']['output']>;
|
|
152273
152878
|
type: KitsuneFeedbackType;
|
|
152879
|
+
values: Array<KitsuneFeedbackValue>;
|
|
152274
152880
|
};
|
|
152275
152881
|
export type KitsuneFeedbackChunksArgs = {
|
|
152276
152882
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -152323,6 +152929,7 @@ export type KitsuneFeedbackEvent = {
|
|
|
152323
152929
|
type: KitsuneFeedbackType;
|
|
152324
152930
|
updatedAt: Scalars['DateTime']['output'];
|
|
152325
152931
|
};
|
|
152932
|
+
export type KitsuneFeedbackFieldValue = KitsuneBooleanValue | KitsuneDateValue | KitsuneFieldValue | KitsuneNumberValue | KitsuneTextValue;
|
|
152326
152933
|
export type KitsuneFeedbackHighlights = {
|
|
152327
152934
|
__typename?: 'KitsuneFeedbackHighlights';
|
|
152328
152935
|
content: Array<KitsuneHighlightFragment>;
|
|
@@ -152334,6 +152941,11 @@ export declare enum KitsuneFeedbackType {
|
|
|
152334
152941
|
Other = "OTHER",
|
|
152335
152942
|
Uncategorized = "UNCATEGORIZED"
|
|
152336
152943
|
}
|
|
152944
|
+
export type KitsuneFeedbackValue = {
|
|
152945
|
+
__typename?: 'KitsuneFeedbackValue';
|
|
152946
|
+
field: KitsuneField;
|
|
152947
|
+
values: Array<KitsuneFeedbackFieldValue>;
|
|
152948
|
+
};
|
|
152337
152949
|
export type KitsuneFeedbackValueInput = {
|
|
152338
152950
|
create?: InputMaybe<Array<KitsuneFeedbackCreateValueInput>>;
|
|
152339
152951
|
fieldId: Scalars['ID']['input'];
|
|
@@ -152341,6 +152953,7 @@ export type KitsuneFeedbackValueInput = {
|
|
|
152341
152953
|
};
|
|
152342
152954
|
export type KitsuneField = Node & {
|
|
152343
152955
|
__typename?: 'KitsuneField';
|
|
152956
|
+
aiEnabled: Scalars['Boolean']['output'];
|
|
152344
152957
|
description?: Maybe<Scalars['String']['output']>;
|
|
152345
152958
|
entityType: KitsuneEntityType;
|
|
152346
152959
|
entityTypes: Array<KitsuneEntityType>;
|
|
@@ -152361,6 +152974,7 @@ export type KitsuneFieldEdge = KitsuneEdge & {
|
|
|
152361
152974
|
node?: Maybe<KitsuneField>;
|
|
152362
152975
|
};
|
|
152363
152976
|
export type KitsuneFieldOptionUpdateInput = {
|
|
152977
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
152364
152978
|
id: Scalars['ID']['input'];
|
|
152365
152979
|
name: Scalars['String']['input'];
|
|
152366
152980
|
};
|
|
@@ -152384,6 +152998,7 @@ export declare enum KitsuneFieldType {
|
|
|
152384
152998
|
export type KitsuneFieldValue = {
|
|
152385
152999
|
__typename?: 'KitsuneFieldValue';
|
|
152386
153000
|
_id: Scalars['ID']['output'];
|
|
153001
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
152387
153002
|
name: Scalars['String']['output'];
|
|
152388
153003
|
};
|
|
152389
153004
|
export declare enum KitsuneFieldValueType {
|
|
@@ -155216,6 +155831,7 @@ export type LoomSettings = {
|
|
|
155216
155831
|
__typename?: 'LoomSettings';
|
|
155217
155832
|
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
155218
155833
|
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
155834
|
+
meetingRecordingsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
155219
155835
|
};
|
|
155220
155836
|
export type LoomShareVideoInput = {
|
|
155221
155837
|
id: Scalars['ID']['input'];
|
|
@@ -163166,6 +163782,11 @@ export type MercuryFocusAreaCustomFieldDefinitionScope = MercuryCustomFieldDefin
|
|
|
163166
163782
|
__typename?: 'MercuryFocusAreaCustomFieldDefinitionScope';
|
|
163167
163783
|
entityType: Scalars['String']['output'];
|
|
163168
163784
|
};
|
|
163785
|
+
export type MercuryFocusAreaCustomFieldValuesByFocusArea = {
|
|
163786
|
+
__typename?: 'MercuryFocusAreaCustomFieldValuesByFocusArea';
|
|
163787
|
+
customFields: Array<MercuryCustomField>;
|
|
163788
|
+
focusAreaId: Scalars['ID']['output'];
|
|
163789
|
+
};
|
|
163169
163790
|
export type MercuryFocusAreaEdge = {
|
|
163170
163791
|
__typename?: 'MercuryFocusAreaEdge';
|
|
163171
163792
|
cursor: Scalars['String']['output'];
|
|
@@ -166596,6 +167217,7 @@ export type MercuryQueryApi = {
|
|
|
166596
167217
|
focusAreaAsks?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
166597
167218
|
focusAreaCount?: Maybe<Scalars['Int']['output']>;
|
|
166598
167219
|
focusAreaCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
167220
|
+
focusAreaCustomFields?: Maybe<Array<MercuryFocusAreaCustomFieldValuesByFocusArea>>;
|
|
166599
167221
|
focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
|
|
166600
167222
|
focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
|
|
166601
167223
|
focusAreaHierarchy?: Maybe<MercuryFocusAreaHierarchy>;
|
|
@@ -166692,6 +167314,11 @@ export type MercuryQueryApiFocusAreaCustomFieldDefinitionsSearchArgs = {
|
|
|
166692
167314
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
166693
167315
|
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
166694
167316
|
};
|
|
167317
|
+
export type MercuryQueryApiFocusAreaCustomFieldsArgs = {
|
|
167318
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
167319
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
167320
|
+
focusAreaIds: Array<Scalars['ID']['input']>;
|
|
167321
|
+
};
|
|
166695
167322
|
export type MercuryQueryApiFocusAreaHierarchiesArgs = {
|
|
166696
167323
|
ids: Array<Scalars['ID']['input']>;
|
|
166697
167324
|
};
|
|
@@ -169469,6 +170096,28 @@ export declare enum MitigationStepStatus {
|
|
|
169469
170096
|
InProgress = "IN_PROGRESS",
|
|
169470
170097
|
Waiting = "WAITING"
|
|
169471
170098
|
}
|
|
170099
|
+
export type MitigationSymptomAlert = {
|
|
170100
|
+
__typename?: 'MitigationSymptomAlert';
|
|
170101
|
+
assignee?: Maybe<User>;
|
|
170102
|
+
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
170103
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
170104
|
+
priority?: Maybe<MitigationSymptomAlertPriority>;
|
|
170105
|
+
status?: Maybe<MitigationSymptomAlertStatus>;
|
|
170106
|
+
tinyId?: Maybe<Scalars['String']['output']>;
|
|
170107
|
+
};
|
|
170108
|
+
export declare enum MitigationSymptomAlertPriority {
|
|
170109
|
+
P1 = "P1",
|
|
170110
|
+
P2 = "P2",
|
|
170111
|
+
P3 = "P3",
|
|
170112
|
+
P4 = "P4",
|
|
170113
|
+
P5 = "P5"
|
|
170114
|
+
}
|
|
170115
|
+
export declare enum MitigationSymptomAlertStatus {
|
|
170116
|
+
Acknowledged = "ACKNOWLEDGED",
|
|
170117
|
+
Closed = "CLOSED",
|
|
170118
|
+
Open = "OPEN",
|
|
170119
|
+
Snoozed = "SNOOZED"
|
|
170120
|
+
}
|
|
169472
170121
|
export declare enum MitigationSymptomType {
|
|
169473
170122
|
LinkedAlerts = "LINKED_ALERTS",
|
|
169474
170123
|
RelatedAlerts = "RELATED_ALERTS"
|
|
@@ -169645,6 +170294,7 @@ export type Mutation = {
|
|
|
169645
170294
|
agentWorkspace_endBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
169646
170295
|
agentWorkspace_restoreSkill?: Maybe<AgentWorkspaceRestoreSkillPayload>;
|
|
169647
170296
|
agentWorkspace_setAvailabilityStatus?: Maybe<AgentWorkspaceAvailabilityStatusPayload>;
|
|
170297
|
+
agentWorkspace_setCapacityConfiguration?: Maybe<AgentWorkspaceSetCapacityConfigurationPayload>;
|
|
169648
170298
|
agentWorkspace_setDefaultCapacity?: Maybe<AgentWorkspaceSetDefaultCapacityPayload>;
|
|
169649
170299
|
agentWorkspace_setDraftedRoutingTableServiceField?: Maybe<AgentWorkspaceSetDraftedRoutingTableServiceFieldPayload>;
|
|
169650
170300
|
agentWorkspace_setProjectDefaultAvailability?: Maybe<AgentWorkspaceProjectDefaultAvailabilityPayload>;
|
|
@@ -169676,6 +170326,7 @@ export type Mutation = {
|
|
|
169676
170326
|
aiManagedObject_execute?: Maybe<AiManagedObjectExecutionResult>;
|
|
169677
170327
|
aiManagedObject_reactivateAiManagedObject?: Maybe<Scalars['Boolean']['output']>;
|
|
169678
170328
|
aiManagedObject_updateAiManagedObject?: Maybe<AiManagedObject>;
|
|
170329
|
+
aiops_regenerateIncidentSuggestedResources?: Maybe<AiOpsRegenerateIncidentSuggestedResourcesPayload>;
|
|
169679
170330
|
aiops_regenerateIncidentSuggestion?: Maybe<AiOpsRegenerateIncidentSuggestionPayload>;
|
|
169680
170331
|
aiops_terminateInvestigation?: Maybe<AiOpsInvestigation>;
|
|
169681
170332
|
aiops_triggerInvestigation?: Maybe<AiOpsCreateInvestigationPayload>;
|
|
@@ -170519,14 +171170,21 @@ export type Mutation = {
|
|
|
170519
171170
|
graphStore_deleteUserHasRelevantProject?: Maybe<GraphStoreDeleteUserHasRelevantProjectPayload>;
|
|
170520
171171
|
graphStore_deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
|
|
170521
171172
|
graphStore_deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
|
|
171173
|
+
gravity_addDraftComment?: Maybe<GravityCommentPayload>;
|
|
170522
171174
|
gravity_addReaction?: Maybe<GravityAddReactionPayload>;
|
|
171175
|
+
gravity_applyDraft?: Maybe<GravityDraftPayload>;
|
|
171176
|
+
gravity_createDraft?: Maybe<GravityDraftPayload>;
|
|
170523
171177
|
gravity_createViewFromInlinedTemplate?: Maybe<GravityCreateViewFromTemplatePayload>;
|
|
170524
171178
|
gravity_createViewFromTemplate: GravityCreateViewFromTemplatePayload;
|
|
170525
171179
|
gravity_createViewFromUserPrompt?: Maybe<GravityCreateViewFromUserPromptPayload>;
|
|
170526
171180
|
gravity_deleteReaction?: Maybe<GravityDeleteReactionPayload>;
|
|
171181
|
+
gravity_discardDraft?: Maybe<GravityDraftPayload>;
|
|
170527
171182
|
gravity_generateViewTemplateFromUserPrompt?: Maybe<GravityGenerateViewTemplateFromUserPromptPayload>;
|
|
170528
171183
|
gravity_postFeedback?: Maybe<GravityPostFeedbackPayload>;
|
|
171184
|
+
gravity_setActionStatus?: Maybe<GravityActionPayload>;
|
|
170529
171185
|
gravity_updateDeliverySettings?: Maybe<GravityUpdateDeliverySettingsPayload>;
|
|
171186
|
+
gravity_updateDraftContent?: Maybe<GravityDraftPayload>;
|
|
171187
|
+
gravity_upsertAction?: Maybe<GravityActionPayload>;
|
|
170530
171188
|
growthUnifiedProfile_createEntitlementProfile?: Maybe<GrowthUnifiedProfileCreateEntitlementProfileResponse>;
|
|
170531
171189
|
growthUnifiedProfile_createOrgProfile?: Maybe<GrowthUnifiedProfileTwcCreateOrgProfileResponse>;
|
|
170532
171190
|
growthUnifiedProfile_createSnIdProfile?: Maybe<GrowthUnifiedProfileCreateSnIdProfileResponse>;
|
|
@@ -170957,6 +171615,7 @@ export type Mutation = {
|
|
|
170957
171615
|
radar_deleteLaborCostEstimateData?: Maybe<RadarDeleteLaborCostEstimateDataResponse>;
|
|
170958
171616
|
radar_deleteMetricSettings?: Maybe<Array<RadarMetricSettings>>;
|
|
170959
171617
|
radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
|
|
171618
|
+
radar_deleteSkills?: Maybe<Array<RadarSkill>>;
|
|
170960
171619
|
radar_deleteView?: Maybe<RadarView>;
|
|
170961
171620
|
radar_recordEntityViewed?: Maybe<RadarRecordEntityViewedResponse>;
|
|
170962
171621
|
radar_starEntities?: Maybe<Array<RadarStarredEntity>>;
|
|
@@ -171663,6 +172322,9 @@ export type MutationAgentWorkspace_RestoreSkillArgs = {
|
|
|
171663
172322
|
export type MutationAgentWorkspace_SetAvailabilityStatusArgs = {
|
|
171664
172323
|
input: AgentWorkspaceAvailabilityStatusInput;
|
|
171665
172324
|
};
|
|
172325
|
+
export type MutationAgentWorkspace_SetCapacityConfigurationArgs = {
|
|
172326
|
+
input: AgentWorkspaceSetCapacityConfigurationInput;
|
|
172327
|
+
};
|
|
171666
172328
|
export type MutationAgentWorkspace_SetDefaultCapacityArgs = {
|
|
171667
172329
|
input: AgentWorkspaceSetDefaultCapacityInput;
|
|
171668
172330
|
};
|
|
@@ -171760,6 +172422,9 @@ export type MutationAiManagedObject_UpdateAiManagedObjectArgs = {
|
|
|
171760
172422
|
id: Scalars['ID']['input'];
|
|
171761
172423
|
input: AiManagedObjectUpdateInput;
|
|
171762
172424
|
};
|
|
172425
|
+
export type MutationAiops_RegenerateIncidentSuggestedResourcesArgs = {
|
|
172426
|
+
input: AiOpsRegenerateIncidentSuggestedResourcesInput;
|
|
172427
|
+
};
|
|
171763
172428
|
export type MutationAiops_RegenerateIncidentSuggestionArgs = {
|
|
171764
172429
|
input: AiOpsRegenerateIncidentSuggestionInput;
|
|
171765
172430
|
};
|
|
@@ -174716,10 +175381,22 @@ export type MutationGraphStore_DeleteVersionUserAssociatedFeatureFlagArgs = {
|
|
|
174716
175381
|
export type MutationGraphStore_DeleteVulnerabilityAssociatedIssueArgs = {
|
|
174717
175382
|
input?: InputMaybe<GraphStoreDeleteVulnerabilityAssociatedIssueInput>;
|
|
174718
175383
|
};
|
|
175384
|
+
export type MutationGravity_AddDraftCommentArgs = {
|
|
175385
|
+
cloudId: Scalars['ID']['input'];
|
|
175386
|
+
input: GravityAddCommentInput;
|
|
175387
|
+
};
|
|
174719
175388
|
export type MutationGravity_AddReactionArgs = {
|
|
174720
175389
|
cloudId: Scalars['ID']['input'];
|
|
174721
175390
|
input: GravityAddReactionInput;
|
|
174722
175391
|
};
|
|
175392
|
+
export type MutationGravity_ApplyDraftArgs = {
|
|
175393
|
+
cloudId: Scalars['ID']['input'];
|
|
175394
|
+
input: GravityApplyDraftInput;
|
|
175395
|
+
};
|
|
175396
|
+
export type MutationGravity_CreateDraftArgs = {
|
|
175397
|
+
cloudId: Scalars['ID']['input'];
|
|
175398
|
+
input: GravityCreateDraftInput;
|
|
175399
|
+
};
|
|
174723
175400
|
export type MutationGravity_CreateViewFromInlinedTemplateArgs = {
|
|
174724
175401
|
cloudId: Scalars['ID']['input'];
|
|
174725
175402
|
input: GravityCreateViewFromInlinedTemplateInput;
|
|
@@ -174736,6 +175413,10 @@ export type MutationGravity_DeleteReactionArgs = {
|
|
|
174736
175413
|
cloudId: Scalars['ID']['input'];
|
|
174737
175414
|
input: GravityDeleteReactionInput;
|
|
174738
175415
|
};
|
|
175416
|
+
export type MutationGravity_DiscardDraftArgs = {
|
|
175417
|
+
cloudId: Scalars['ID']['input'];
|
|
175418
|
+
input: GravityDiscardDraftInput;
|
|
175419
|
+
};
|
|
174739
175420
|
export type MutationGravity_GenerateViewTemplateFromUserPromptArgs = {
|
|
174740
175421
|
cloudId: Scalars['ID']['input'];
|
|
174741
175422
|
input: GravityGenerateViewTemplateFromUserPromptInput;
|
|
@@ -174744,10 +175425,22 @@ export type MutationGravity_PostFeedbackArgs = {
|
|
|
174744
175425
|
cloudId: Scalars['ID']['input'];
|
|
174745
175426
|
input: GravityPostFeedbackInput;
|
|
174746
175427
|
};
|
|
175428
|
+
export type MutationGravity_SetActionStatusArgs = {
|
|
175429
|
+
cloudId: Scalars['ID']['input'];
|
|
175430
|
+
input: GravitySetActionStatusInput;
|
|
175431
|
+
};
|
|
174747
175432
|
export type MutationGravity_UpdateDeliverySettingsArgs = {
|
|
174748
175433
|
cloudId: Scalars['ID']['input'];
|
|
174749
175434
|
input: GravityUpdateDeliverySettingsInput;
|
|
174750
175435
|
};
|
|
175436
|
+
export type MutationGravity_UpdateDraftContentArgs = {
|
|
175437
|
+
cloudId: Scalars['ID']['input'];
|
|
175438
|
+
input: GravityUpdateDraftContentInput;
|
|
175439
|
+
};
|
|
175440
|
+
export type MutationGravity_UpsertActionArgs = {
|
|
175441
|
+
cloudId: Scalars['ID']['input'];
|
|
175442
|
+
input: GravityUpsertActionInput;
|
|
175443
|
+
};
|
|
174751
175444
|
export type MutationGrowthUnifiedProfile_CreateEntitlementProfileArgs = {
|
|
174752
175445
|
profile: GrowthUnifiedProfileCreateEntitlementProfileInput;
|
|
174753
175446
|
};
|
|
@@ -175607,6 +176300,7 @@ export type MutationKitsune_UpdateFeedbackArgs = {
|
|
|
175607
176300
|
values?: InputMaybe<Array<KitsuneFeedbackValueInput>>;
|
|
175608
176301
|
};
|
|
175609
176302
|
export type MutationKitsune_UpdateFieldArgs = {
|
|
176303
|
+
aiEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
175610
176304
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
175611
176305
|
entityTypes?: InputMaybe<Array<KitsuneEntityType>>;
|
|
175612
176306
|
id: Scalars['ID']['input'];
|
|
@@ -176167,6 +176861,10 @@ export type MutationRadar_DeleteRoleAssignmentArgs = {
|
|
|
176167
176861
|
cloudId: Scalars['ID']['input'];
|
|
176168
176862
|
input: RadarRoleAssignmentRequest;
|
|
176169
176863
|
};
|
|
176864
|
+
export type MutationRadar_DeleteSkillsArgs = {
|
|
176865
|
+
cloudId: Scalars['ID']['input'];
|
|
176866
|
+
input: RadarDeleteSkillsInput;
|
|
176867
|
+
};
|
|
176170
176868
|
export type MutationRadar_DeleteViewArgs = {
|
|
176171
176869
|
id: Scalars['ID']['input'];
|
|
176172
176870
|
};
|
|
@@ -180104,6 +180802,7 @@ export type Query = {
|
|
|
180104
180802
|
agentWorkspace_bucketServiceCategories?: Maybe<AgentWorkspaceServiceBucketingResult>;
|
|
180105
180803
|
agentWorkspace_bulkScheduleImportJob?: Maybe<AgentWorkspaceBulkImportJob>;
|
|
180106
180804
|
agentWorkspace_capacity?: Maybe<AgentWorkspaceCapacityConnection>;
|
|
180805
|
+
agentWorkspace_capacityConfiguration?: Maybe<AgentWorkspaceCapacityConfiguration>;
|
|
180107
180806
|
agentWorkspace_capacitySummary?: Maybe<AgentWorkspaceCapacitySummary>;
|
|
180108
180807
|
agentWorkspace_categorySkillsInProject?: Maybe<AgentWorkspaceProjectSkillConnection>;
|
|
180109
180808
|
agentWorkspace_clusterServiceCategories?: Maybe<AgentWorkspaceServiceClusteringResult>;
|
|
@@ -180799,6 +181498,7 @@ export type Query = {
|
|
|
180799
181498
|
devai_rovodevSessionsByIssueKey?: Maybe<DevAiRovoDevSessionConnection>;
|
|
180800
181499
|
devai_savedPrompts?: Maybe<Array<Maybe<DevAiSavedPrompt>>>;
|
|
180801
181500
|
devai_savedPromptsFileContents?: Maybe<Scalars['String']['output']>;
|
|
181501
|
+
devai_searchConnectedRepos?: Maybe<DevAiConnectedRepoSearchResult>;
|
|
180802
181502
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
180803
181503
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
180804
181504
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -180935,6 +181635,7 @@ export type Query = {
|
|
|
180935
181635
|
graphStoreV2_assetTypeHasChildAssetTypeInverse?: Maybe<GraphStoreV2SimplifiedAssetTypeHasChildAssetTypeInverseConnection>;
|
|
180936
181636
|
graphStoreV2_assetsObjectTypeHasChildAssetsObjectType?: Maybe<GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeConnection>;
|
|
180937
181637
|
graphStoreV2_assetsObjectTypeHasChildAssetsObjectTypeInverse?: Maybe<GraphStoreV2SimplifiedAssetsObjectTypeHasChildAssetsObjectTypeInverseConnection>;
|
|
181638
|
+
graphStoreV2_atlassianAgentSessionCreatedEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionCreatedEntityConnection>;
|
|
180938
181639
|
graphStoreV2_atlassianAgentSessionReadEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionReadEntityConnection>;
|
|
180939
181640
|
graphStoreV2_atlassianAgentSessionTriggeredOnEntity?: Maybe<GraphStoreV2SimplifiedAtlassianAgentSessionTriggeredOnEntityConnection>;
|
|
180940
181641
|
graphStoreV2_atlassianGoalHasAtlassianGoalUpdate?: Maybe<GraphStoreV2SimplifiedAtlassianGoalHasAtlassianGoalUpdateConnection>;
|
|
@@ -181879,6 +182580,7 @@ export type Query = {
|
|
|
181879
182580
|
graphStore_atlasProjectLinksJiraSpaceInverse?: Maybe<GraphStoreSimplifiedAtlasProjectLinksJiraSpaceInverseConnection>;
|
|
181880
182581
|
graphStore_atlasProjectTrackedOnJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemConnection>;
|
|
181881
182582
|
graphStore_atlasProjectTrackedOnJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlasProjectTrackedOnJiraWorkItemInverseConnection>;
|
|
182583
|
+
graphStore_atlassianAgentSessionCreatedEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionCreatedEntityConnection>;
|
|
181882
182584
|
graphStore_atlassianAgentSessionReadEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionReadEntityConnection>;
|
|
181883
182585
|
graphStore_atlassianAgentSessionTriggeredOnEntity?: Maybe<GraphStoreSimplifiedAtlassianAgentSessionTriggeredOnEntityConnection>;
|
|
181884
182586
|
graphStore_atlassianTeamMergedIntoAtlassianTeam?: Maybe<GraphStoreSimplifiedAtlassianTeamMergedIntoAtlassianTeamConnection>;
|
|
@@ -183036,6 +183738,8 @@ export type Query = {
|
|
|
183036
183738
|
graphStore_workerAssociatedExternalWorkerInverse?: Maybe<GraphStoreSimplifiedWorkerAssociatedExternalWorkerInverseConnection>;
|
|
183037
183739
|
gravity_deliverySettings?: Maybe<GravityDeliverySettingsResult>;
|
|
183038
183740
|
gravity_detailedReaction?: Maybe<GravityDetailedReactionResult>;
|
|
183741
|
+
gravity_draft?: Maybe<GravityDraft>;
|
|
183742
|
+
gravity_drafts?: Maybe<Array<GravityDraft>>;
|
|
183039
183743
|
gravity_importIdeas: GravityImportIdeasResult;
|
|
183040
183744
|
gravity_matchDelivery?: Maybe<GravityDeliveryMatchingResult>;
|
|
183041
183745
|
gravity_reactions?: Maybe<GravityReactionsResult>;
|
|
@@ -183199,6 +183903,7 @@ export type Query = {
|
|
|
183199
183903
|
jsmTelemetry_metricData?: Maybe<JsmTelemetryMetricDataResult>;
|
|
183200
183904
|
jsmTelemetry_providerConnectionSchema?: Maybe<JsmTelemetryProviderConnectionSchemaResult>;
|
|
183201
183905
|
jsmTelemetry_searchMetrics?: Maybe<JsmTelemetryMetricSearchResult>;
|
|
183906
|
+
jsmTelemetry_suggestMetrics?: Maybe<JsmTelemetryMetricSuggestionResult>;
|
|
183202
183907
|
jsmTelemetry_telemetryServiceInfo?: Maybe<JsmTelemetryServiceInfo>;
|
|
183203
183908
|
jsw?: Maybe<JswQuery>;
|
|
183204
183909
|
kitsune_chunks?: Maybe<Array<Maybe<KitsuneChunk>>>;
|
|
@@ -184437,6 +185142,9 @@ export type QueryAgentWorkspace_CapacityArgs = {
|
|
|
184437
185142
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
184438
185143
|
input: AgentWorkspaceCapacityInput;
|
|
184439
185144
|
};
|
|
185145
|
+
export type QueryAgentWorkspace_CapacityConfigurationArgs = {
|
|
185146
|
+
input: AgentWorkspaceCapacityConfigurationInput;
|
|
185147
|
+
};
|
|
184440
185148
|
export type QueryAgentWorkspace_CapacitySummaryArgs = {
|
|
184441
185149
|
input: AgentWorkspaceCapacityInput;
|
|
184442
185150
|
};
|
|
@@ -187776,6 +188484,14 @@ export type QueryDevai_SavedPromptsFileContentsArgs = {
|
|
|
187776
188484
|
path: Scalars['String']['input'];
|
|
187777
188485
|
repositoryUrl: Scalars['URL']['input'];
|
|
187778
188486
|
};
|
|
188487
|
+
export type QueryDevai_SearchConnectedReposArgs = {
|
|
188488
|
+
cloudId: Scalars['ID']['input'];
|
|
188489
|
+
language?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
188490
|
+
owner?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
188491
|
+
repoName?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
188492
|
+
searchTerm?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
188493
|
+
workspace?: InputMaybe<Array<DevAiConnectedRepoWorkspaceFilter>>;
|
|
188494
|
+
};
|
|
187779
188495
|
export type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
187780
188496
|
cloudId: Scalars['ID']['input'];
|
|
187781
188497
|
jobId: Scalars['ID']['input'];
|
|
@@ -188169,6 +188885,7 @@ export type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
188169
188885
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
188170
188886
|
relevantFor?: InputMaybe<Array<GraphIntegrationDirectoryItemType>>;
|
|
188171
188887
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
188888
|
+
siteAri?: InputMaybe<Scalars['ID']['input']>;
|
|
188172
188889
|
surface?: InputMaybe<GraphIntegrationSurface>;
|
|
188173
188890
|
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
188174
188891
|
};
|
|
@@ -188287,6 +189004,13 @@ export type QueryGraphStoreV2_AssetsObjectTypeHasChildAssetsObjectTypeInverseArg
|
|
|
188287
189004
|
id: Scalars['ID']['input'];
|
|
188288
189005
|
sort?: InputMaybe<GraphStoreV2AssetsObjectTypeHasChildAssetsObjectTypeSortInput>;
|
|
188289
189006
|
};
|
|
189007
|
+
export type QueryGraphStoreV2_AtlassianAgentSessionCreatedEntityArgs = {
|
|
189008
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
189009
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
189010
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
189011
|
+
id: Scalars['ID']['input'];
|
|
189012
|
+
sort?: InputMaybe<GraphStoreV2AtlassianAgentSessionCreatedEntitySortInput>;
|
|
189013
|
+
};
|
|
188290
189014
|
export type QueryGraphStoreV2_AtlassianAgentSessionReadEntityArgs = {
|
|
188291
189015
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
188292
189016
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -194987,6 +195711,14 @@ export type QueryGraphStore_AtlasProjectTrackedOnJiraWorkItemInverseArgs = {
|
|
|
194987
195711
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
194988
195712
|
sort?: InputMaybe<GraphStoreAtlasProjectTrackedOnJiraWorkItemSortInput>;
|
|
194989
195713
|
};
|
|
195714
|
+
export type QueryGraphStore_AtlassianAgentSessionCreatedEntityArgs = {
|
|
195715
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
195716
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
195717
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
195718
|
+
id: Scalars['ID']['input'];
|
|
195719
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
195720
|
+
sort?: InputMaybe<GraphStoreAtlassianAgentSessionCreatedEntitySortInput>;
|
|
195721
|
+
};
|
|
194990
195722
|
export type QueryGraphStore_AtlassianAgentSessionReadEntityArgs = {
|
|
194991
195723
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
194992
195724
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -203939,6 +204671,15 @@ export type QueryGravity_DetailedReactionArgs = {
|
|
|
203939
204671
|
cloudId: Scalars['ID']['input'];
|
|
203940
204672
|
input: GravityGetDetailedReactionInput;
|
|
203941
204673
|
};
|
|
204674
|
+
export type QueryGravity_DraftArgs = {
|
|
204675
|
+
ari: Scalars['String']['input'];
|
|
204676
|
+
cloudId: Scalars['ID']['input'];
|
|
204677
|
+
type: Scalars['String']['input'];
|
|
204678
|
+
};
|
|
204679
|
+
export type QueryGravity_DraftsArgs = {
|
|
204680
|
+
ari: Scalars['String']['input'];
|
|
204681
|
+
cloudId: Scalars['ID']['input'];
|
|
204682
|
+
};
|
|
203942
204683
|
export type QueryGravity_ImportIdeasArgs = {
|
|
203943
204684
|
cloudId: Scalars['ID']['input'];
|
|
203944
204685
|
input: GravityImportIdeasInput;
|
|
@@ -204579,6 +205320,10 @@ export type QueryJsmTelemetry_SearchMetricsArgs = {
|
|
|
204579
205320
|
input: JsmTelemetryMetricSearchInput;
|
|
204580
205321
|
providerContext?: InputMaybe<Array<JsmTelemetryProviderParameterValueInput>>;
|
|
204581
205322
|
};
|
|
205323
|
+
export type QueryJsmTelemetry_SuggestMetricsArgs = {
|
|
205324
|
+
incidentId: Scalars['ID']['input'];
|
|
205325
|
+
provider: JsmTelemetryProviderType;
|
|
205326
|
+
};
|
|
204582
205327
|
export type QueryJsmTelemetry_TelemetryServiceInfoArgs = {
|
|
204583
205328
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
204584
205329
|
};
|
|
@@ -206821,6 +207566,9 @@ export type RadarDeleteMetricSettingsInput = {
|
|
|
206821
207566
|
metricKey: RadarOrgMetric;
|
|
206822
207567
|
scopeId: Scalars['String']['input'];
|
|
206823
207568
|
};
|
|
207569
|
+
export type RadarDeleteSkillsInput = {
|
|
207570
|
+
ids: Array<Scalars['ID']['input']>;
|
|
207571
|
+
};
|
|
206824
207572
|
export type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
206825
207573
|
__typename?: 'RadarDynamicFilterOptions';
|
|
206826
207574
|
functionOptions: Array<RadarFunction>;
|
|
@@ -207011,6 +207759,7 @@ export type RadarGroupMetrics = {
|
|
|
207011
207759
|
field: RadarFieldValueIdPair;
|
|
207012
207760
|
positionLaborCostEstimateTotal?: Maybe<RadarMoney>;
|
|
207013
207761
|
subGroups?: Maybe<RadarGroupMetricsConnection>;
|
|
207762
|
+
workerAiUsageBudgetTotalAllowance?: Maybe<RadarMoney>;
|
|
207014
207763
|
workerAiUsageCostAvg?: Maybe<RadarMoney>;
|
|
207015
207764
|
workerAiUsageCostTotal?: Maybe<RadarMoney>;
|
|
207016
207765
|
workerAiUsageTokenAvg?: Maybe<Scalars['String']['output']>;
|
|
@@ -209652,6 +210401,12 @@ export type SearchConfigurationSiteMetadata = {
|
|
|
209652
210401
|
productInfo: Array<SearchProductInfo>;
|
|
209653
210402
|
siteName: Scalars['String']['output'];
|
|
209654
210403
|
};
|
|
210404
|
+
export type SearchConfigurationUnitMetadata = {
|
|
210405
|
+
__typename?: 'SearchConfigurationUnitMetadata';
|
|
210406
|
+
id: Scalars['String']['output'];
|
|
210407
|
+
siteName: Scalars['String']['output'];
|
|
210408
|
+
url: Scalars['String']['output'];
|
|
210409
|
+
};
|
|
209655
210410
|
export declare enum SearchConfluenceDocumentStatus {
|
|
209656
210411
|
Archived = "ARCHIVED",
|
|
209657
210412
|
Current = "CURRENT",
|
|
@@ -209859,6 +210614,7 @@ export type SearchGraphQlConfigurationResponse = {
|
|
|
209859
210614
|
thirdPartyFilterOptions?: Maybe<SearchThirdPartyDynamicFilterOptions>;
|
|
209860
210615
|
thirdPartyProducts: Array<SearchThirdPartyMetadata>;
|
|
209861
210616
|
thirdPartySlackChannels?: Maybe<SearchThirdPartySlackChannelOptions>;
|
|
210617
|
+
unitMetadata?: Maybe<Array<SearchConfigurationUnitMetadata>>;
|
|
209862
210618
|
};
|
|
209863
210619
|
export type SearchGraphQlConfigurationResponseThirdPartyFilterOptionsArgs = {
|
|
209864
210620
|
datasourceId: Scalars['String']['input'];
|
|
@@ -235285,6 +236041,7 @@ export declare enum SwimlaneStrategy {
|
|
|
235285
236041
|
}
|
|
235286
236042
|
export type SymptomIndicator = {
|
|
235287
236043
|
__typename?: 'SymptomIndicator';
|
|
236044
|
+
alert?: Maybe<MitigationSymptomAlert>;
|
|
235288
236045
|
provenance?: Maybe<Array<IndicatorProvenance>>;
|
|
235289
236046
|
symptomId?: Maybe<Scalars['String']['output']>;
|
|
235290
236047
|
symptomSummary?: Maybe<Scalars['String']['output']>;
|
|
@@ -237619,6 +238376,7 @@ export type TownsquareGoal = Node & {
|
|
|
237619
238376
|
owner?: Maybe<User>;
|
|
237620
238377
|
parentGoal?: Maybe<TownsquareGoal>;
|
|
237621
238378
|
parentGoalSuggestions?: Maybe<TownsquareGoalConnection>;
|
|
238379
|
+
parentGoals?: Maybe<TownsquareGoalConnection>;
|
|
237622
238380
|
progress?: Maybe<TownsquareGoalProgress>;
|
|
237623
238381
|
projects?: Maybe<TownsquareProjectConnection>;
|
|
237624
238382
|
restrictedBy?: Maybe<TownsquareGoal>;
|
|
@@ -237693,6 +238451,10 @@ export type TownsquareGoalParentGoalSuggestionsArgs = {
|
|
|
237693
238451
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
237694
238452
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
237695
238453
|
};
|
|
238454
|
+
export type TownsquareGoalParentGoalsArgs = {
|
|
238455
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
238456
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
238457
|
+
};
|
|
237696
238458
|
export type TownsquareGoalProjectsArgs = {
|
|
237697
238459
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
237698
238460
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -241986,6 +242748,7 @@ export type TrelloAtlassianOrganization = {
|
|
|
241986
242748
|
};
|
|
241987
242749
|
export type TrelloAtlassianSite = {
|
|
241988
242750
|
__typename?: 'TrelloAtlassianSite';
|
|
242751
|
+
isRovoAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
241989
242752
|
resourceId: Scalars['String']['output'];
|
|
241990
242753
|
};
|
|
241991
242754
|
export type TrelloAttachment = Node & {
|
|
@@ -245433,6 +246196,7 @@ export type TrelloMutationApi = {
|
|
|
245433
246196
|
updateCheckItem?: Maybe<TrelloUpdateCheckItemPayload>;
|
|
245434
246197
|
updateChecklistName?: Maybe<TrelloUpdateChecklistPayload>;
|
|
245435
246198
|
updateChecklistPosition?: Maybe<TrelloUpdateChecklistPayload>;
|
|
246199
|
+
updateComment?: Maybe<TrelloUpdateCommentPayload>;
|
|
245436
246200
|
updateCustomField?: Maybe<TrelloUpdateCustomFieldPayload>;
|
|
245437
246201
|
updateCustomFieldOption?: Maybe<TrelloUpdateCustomFieldOptionPayload>;
|
|
245438
246202
|
updateInboxBackground?: Maybe<TrelloUpdateInboxBackgroundPayload>;
|
|
@@ -245833,6 +246597,9 @@ export type TrelloMutationApiUpdateChecklistNameArgs = {
|
|
|
245833
246597
|
export type TrelloMutationApiUpdateChecklistPositionArgs = {
|
|
245834
246598
|
input: TrelloUpdateChecklistPositionInput;
|
|
245835
246599
|
};
|
|
246600
|
+
export type TrelloMutationApiUpdateCommentArgs = {
|
|
246601
|
+
input: TrelloUpdateCommentInput;
|
|
246602
|
+
};
|
|
245836
246603
|
export type TrelloMutationApiUpdateCustomFieldArgs = {
|
|
245837
246604
|
input: TrelloUpdateCustomFieldInput;
|
|
245838
246605
|
};
|
|
@@ -248021,6 +248788,16 @@ export type TrelloUpdateChecklistPositionInput = {
|
|
|
248021
248788
|
id: Scalars['ID']['input'];
|
|
248022
248789
|
position: TrelloPosition;
|
|
248023
248790
|
};
|
|
248791
|
+
export type TrelloUpdateCommentInput = {
|
|
248792
|
+
commentId: Scalars['ID']['input'];
|
|
248793
|
+
text: Scalars['String']['input'];
|
|
248794
|
+
};
|
|
248795
|
+
export type TrelloUpdateCommentPayload = {
|
|
248796
|
+
__typename?: 'TrelloUpdateCommentPayload';
|
|
248797
|
+
errors?: Maybe<Array<MutationError>>;
|
|
248798
|
+
success: Scalars['Boolean']['output'];
|
|
248799
|
+
updatedCommentId?: Maybe<Scalars['ID']['output']>;
|
|
248800
|
+
};
|
|
248024
248801
|
export type TrelloUpdateCustomFieldInput = {
|
|
248025
248802
|
customFieldId: Scalars['ID']['input'];
|
|
248026
248803
|
display?: InputMaybe<TrelloCustomFieldDisplayInput>;
|
|
@@ -248406,6 +249183,7 @@ export type TrelloWorkspaceMultiboardBoardsArgs = {
|
|
|
248406
249183
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
248407
249184
|
boardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
248408
249185
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
249186
|
+
shortLinks?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
248409
249187
|
status?: InputMaybe<Array<TrelloWorkspaceBoardFilterValue>>;
|
|
248410
249188
|
};
|
|
248411
249189
|
export type TrelloWorkspaceMultiboardCardsArgs = {
|