@forge/cli-shared 9.3.0-next.10 → 9.3.0-next.11-experimental-4b981ef
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 +31 -0
- package/out/apps/template-module.d.ts.map +1 -1
- package/out/apps/template-module.js +4 -5
- package/out/apps/template.d.ts.map +1 -1
- package/out/apps/template.js +4 -10
- package/out/graphql/graphql-types.d.ts +1405 -27
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +196 -48
- package/out/graphql/minimal-graphql-runner.d.ts +1 -2
- package/out/graphql/minimal-graphql-runner.d.ts.map +1 -1
- package/out/http-client/feedback-post-client.d.ts +0 -1
- package/out/http-client/feedback-post-client.d.ts.map +1 -1
- package/out/http-client/feedback-post-client.js +1 -3
- package/out/http-client/file-uploader.d.ts.map +1 -1
- package/out/http-client/file-uploader.js +36 -9
- package/out/http-client/global-edge-http-client.d.ts +0 -1
- package/out/http-client/global-edge-http-client.d.ts.map +1 -1
- package/out/http-client/trace.d.ts +3 -2
- package/out/http-client/trace.d.ts.map +1 -1
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +3 -5
- package/out/shared/error-handling.d.ts.map +1 -1
- package/out/shared/error-handling.js +30 -4
- package/package.json +2 -4
|
@@ -2196,6 +2196,7 @@ export type AvpDashboard = Node & {
|
|
|
2196
2196
|
charts?: Maybe<Array<AvpChart>>;
|
|
2197
2197
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
2198
2198
|
creator?: Maybe<Scalars['String']['output']>;
|
|
2199
|
+
creatorHydrated?: Maybe<User>;
|
|
2199
2200
|
description?: Maybe<Scalars['String']['output']>;
|
|
2200
2201
|
envVars?: Maybe<Array<AvpEnvVar>>;
|
|
2201
2202
|
filterExpression?: Maybe<AvpFilterExpression>;
|
|
@@ -2560,6 +2561,7 @@ export type AvpHotTierFilterConfigInput = {
|
|
|
2560
2561
|
};
|
|
2561
2562
|
export declare enum AvpIntegrationId {
|
|
2562
2563
|
AssetsVertical = "ASSETS_VERTICAL",
|
|
2564
|
+
AtlassianAnalytics = "ATLASSIAN_ANALYTICS",
|
|
2563
2565
|
JiraSpaceDashboardsKanban = "JIRA_SPACE_DASHBOARDS_KANBAN",
|
|
2564
2566
|
JiraSpaceDashboardsScrum = "JIRA_SPACE_DASHBOARDS_SCRUM",
|
|
2565
2567
|
JiraSummaryPage = "JIRA_SUMMARY_PAGE",
|
|
@@ -4032,6 +4034,7 @@ export type AdminAuditLogCancelBackgroundQueryInput = {
|
|
|
4032
4034
|
export type AdminAuditLogContainer = {
|
|
4033
4035
|
id: Scalars['ID']['input'];
|
|
4034
4036
|
type: AdminAuditLogContainerType;
|
|
4037
|
+
unitIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
4035
4038
|
};
|
|
4036
4039
|
export declare enum AdminAuditLogContainerType {
|
|
4037
4040
|
App = "APP",
|
|
@@ -9133,6 +9136,7 @@ export type AgentWorkspaceSkillUpdatePayload = {
|
|
|
9133
9136
|
};
|
|
9134
9137
|
export type AgentWorkspaceSmartRoutingConfig = {
|
|
9135
9138
|
__typename?: 'AgentWorkspaceSmartRoutingConfig';
|
|
9139
|
+
autoTeamAssignmentEnabled: Scalars['Boolean']['output'];
|
|
9136
9140
|
enabled: Scalars['Boolean']['output'];
|
|
9137
9141
|
inputs: Array<AgentWorkspaceConfigurableRoutingInputSetting>;
|
|
9138
9142
|
serviceFieldId?: Maybe<Scalars['String']['output']>;
|
|
@@ -9462,6 +9466,7 @@ export type AgentWorkspaceUpdateConfigurableRoutingTriggersInput = {
|
|
|
9462
9466
|
triggers: Array<AgentWorkspaceConfigurableRoutingTriggerUpdate>;
|
|
9463
9467
|
};
|
|
9464
9468
|
export type AgentWorkspaceUpdateRoutingConfigInput = {
|
|
9469
|
+
autoTeamAssignmentEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9465
9470
|
cloudId: Scalars['ID']['input'];
|
|
9466
9471
|
enabled: Scalars['Boolean']['input'];
|
|
9467
9472
|
projectKey: Scalars['String']['input'];
|
|
@@ -11758,6 +11763,7 @@ export type AquaOutgoingEmailLogItem = {
|
|
|
11758
11763
|
__typename?: 'AquaOutgoingEmailLogItem';
|
|
11759
11764
|
actionTimestamp: Scalars['DateTime']['output'];
|
|
11760
11765
|
author?: Maybe<User>;
|
|
11766
|
+
authorAccountId?: Maybe<Scalars['String']['output']>;
|
|
11761
11767
|
deliveryType?: Maybe<Scalars['String']['output']>;
|
|
11762
11768
|
issueContext?: Maybe<AquaIssueContext>;
|
|
11763
11769
|
notificationActionSubType?: Maybe<Scalars['String']['output']>;
|
|
@@ -11766,6 +11772,7 @@ export type AquaOutgoingEmailLogItem = {
|
|
|
11766
11772
|
notificationType?: Maybe<Scalars['String']['output']>;
|
|
11767
11773
|
projectContext?: Maybe<AquaProjectContext>;
|
|
11768
11774
|
recipient?: Maybe<User>;
|
|
11775
|
+
recipientAccountId?: Maybe<Scalars['String']['output']>;
|
|
11769
11776
|
};
|
|
11770
11777
|
export type AquaOutgoingEmailLogItemEdge = {
|
|
11771
11778
|
__typename?: 'AquaOutgoingEmailLogItemEdge';
|
|
@@ -12559,6 +12566,16 @@ export type AssetsDmDataSource = {
|
|
|
12559
12566
|
noOfRecords?: Maybe<Scalars['Int']['output']>;
|
|
12560
12567
|
statusText?: Maybe<Scalars['String']['output']>;
|
|
12561
12568
|
};
|
|
12569
|
+
export declare enum AssetsDmDataSourceBulkAction {
|
|
12570
|
+
Cleanse = "CLEANSE",
|
|
12571
|
+
CleanseAndMerge = "CLEANSE_AND_MERGE",
|
|
12572
|
+
Merge = "MERGE"
|
|
12573
|
+
}
|
|
12574
|
+
export type AssetsDmDataSourceBulkActionResponse = {
|
|
12575
|
+
__typename?: 'AssetsDMDataSourceBulkActionResponse';
|
|
12576
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
12577
|
+
message: Scalars['String']['output'];
|
|
12578
|
+
};
|
|
12562
12579
|
export type AssetsDmDataSourceCleansingCleansingExecutive = {
|
|
12563
12580
|
__typename?: 'AssetsDMDataSourceCleansingCleansingExecutive';
|
|
12564
12581
|
cleansingExecutiveId: Scalars['ID']['output'];
|
|
@@ -14325,6 +14342,12 @@ export type AssetsDmSavedSearchSubtreeV2 = {
|
|
|
14325
14342
|
__typename?: 'AssetsDMSavedSearchSubtreeV2';
|
|
14326
14343
|
searchGroups?: Maybe<Array<AssetsDmObjectsListSearchGroupOutputV2>>;
|
|
14327
14344
|
};
|
|
14345
|
+
export type AssetsDmSavedSearchSummary = {
|
|
14346
|
+
__typename?: 'AssetsDMSavedSearchSummary';
|
|
14347
|
+
name: Scalars['String']['output'];
|
|
14348
|
+
resultCount?: Maybe<Scalars['Int']['output']>;
|
|
14349
|
+
savedSearchId: Scalars['ID']['output'];
|
|
14350
|
+
};
|
|
14328
14351
|
export type AssetsDmSavedSearchesCreateResponse = {
|
|
14329
14352
|
__typename?: 'AssetsDMSavedSearchesCreateResponse';
|
|
14330
14353
|
isSuccessful: Scalars['Boolean']['output'];
|
|
@@ -14717,6 +14740,7 @@ export type AssetsObject = AssetsObjectNode & Node & {
|
|
|
14717
14740
|
avatar?: Maybe<AssetsAvatar>;
|
|
14718
14741
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
14719
14742
|
displayTypename?: Maybe<Scalars['String']['output']>;
|
|
14743
|
+
hasAvatar?: Maybe<Scalars['Boolean']['output']>;
|
|
14720
14744
|
id: Scalars['ID']['output'];
|
|
14721
14745
|
label?: Maybe<Scalars['String']['output']>;
|
|
14722
14746
|
links?: Maybe<AssetsLinks>;
|
|
@@ -14754,6 +14778,7 @@ export type AssetsObjectNode = {
|
|
|
14754
14778
|
attributes?: Maybe<Array<Maybe<AssetsAttributeOnObject>>>;
|
|
14755
14779
|
avatar?: Maybe<AssetsAvatar>;
|
|
14756
14780
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
14781
|
+
hasAvatar?: Maybe<Scalars['Boolean']['output']>;
|
|
14757
14782
|
id: Scalars['ID']['output'];
|
|
14758
14783
|
label?: Maybe<Scalars['String']['output']>;
|
|
14759
14784
|
links?: Maybe<AssetsLinks>;
|
|
@@ -14879,6 +14904,7 @@ export type AssetsServiceObject = AssetsObjectNode & Node & {
|
|
|
14879
14904
|
avatar?: Maybe<AssetsAvatar>;
|
|
14880
14905
|
changeCount?: Maybe<Scalars['Int']['output']>;
|
|
14881
14906
|
created?: Maybe<Scalars['DateTime']['output']>;
|
|
14907
|
+
hasAvatar?: Maybe<Scalars['Boolean']['output']>;
|
|
14882
14908
|
id: Scalars['ID']['output'];
|
|
14883
14909
|
inboundDependencyCount?: Maybe<Scalars['Int']['output']>;
|
|
14884
14910
|
incidentCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -15123,7 +15149,9 @@ export type AssetsVerticalAssetTypesTrackingEdge = {
|
|
|
15123
15149
|
};
|
|
15124
15150
|
export declare enum AssetsVerticalAssetTypesTrackingErrorCode {
|
|
15125
15151
|
Conflict = "CONFLICT",
|
|
15152
|
+
InvalidVerticalInstantiationCategory = "INVALID_VERTICAL_INSTANTIATION_CATEGORY",
|
|
15126
15153
|
NotFound = "NOT_FOUND",
|
|
15154
|
+
ParentVerticalInstantiationNotCompleted = "PARENT_VERTICAL_INSTANTIATION_NOT_COMPLETED",
|
|
15127
15155
|
PermissionDenied = "PERMISSION_DENIED",
|
|
15128
15156
|
ValidationFailed = "VALIDATION_FAILED"
|
|
15129
15157
|
}
|
|
@@ -15701,7 +15729,8 @@ export declare enum AssetsVerticalInsightsStatus {
|
|
|
15701
15729
|
Failed = "FAILED",
|
|
15702
15730
|
InProgress = "IN_PROGRESS",
|
|
15703
15731
|
NotStarted = "NOT_STARTED",
|
|
15704
|
-
Pending = "PENDING"
|
|
15732
|
+
Pending = "PENDING",
|
|
15733
|
+
Uninstantiated = "UNINSTANTIATED"
|
|
15705
15734
|
}
|
|
15706
15735
|
export type AssetsVerticalInstantiateBundleByTypeInput = {
|
|
15707
15736
|
cloudId: Scalars['ID']['input'];
|
|
@@ -15760,7 +15789,9 @@ export type AssetsVerticalItemMappingEdge = {
|
|
|
15760
15789
|
};
|
|
15761
15790
|
export declare enum AssetsVerticalItemMappingErrorCode {
|
|
15762
15791
|
Conflict = "CONFLICT",
|
|
15792
|
+
InvalidVerticalInstantiationCategory = "INVALID_VERTICAL_INSTANTIATION_CATEGORY",
|
|
15763
15793
|
NotFound = "NOT_FOUND",
|
|
15794
|
+
ParentVerticalInstantiationNotCompleted = "PARENT_VERTICAL_INSTANTIATION_NOT_COMPLETED",
|
|
15764
15795
|
PermissionDenied = "PERMISSION_DENIED",
|
|
15765
15796
|
ValidationFailed = "VALIDATION_FAILED"
|
|
15766
15797
|
}
|
|
@@ -18611,6 +18642,7 @@ export type CcpOffering = CommerceOffering & Node & {
|
|
|
18611
18642
|
allowReactivationOnDifferentOffering?: Maybe<Scalars['Boolean']['output']>;
|
|
18612
18643
|
catalogAccountId?: Maybe<Scalars['ID']['output']>;
|
|
18613
18644
|
chargeElements?: Maybe<Array<Maybe<CcpChargeElement>>>;
|
|
18645
|
+
commerceExp_product?: Maybe<CommerceExpCcpProduct>;
|
|
18614
18646
|
defaultTransitions?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
18615
18647
|
dependsOnOfferingKeys?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
18616
18648
|
derivedFromOffering?: Maybe<CcpDerivedFromOffering>;
|
|
@@ -39563,6 +39595,10 @@ export declare enum CplsContributionCopyMode {
|
|
|
39563
39595
|
CurrentAndFuture = "CURRENT_AND_FUTURE",
|
|
39564
39596
|
None = "NONE"
|
|
39565
39597
|
}
|
|
39598
|
+
export type CplsContributionFilter = {
|
|
39599
|
+
endDate?: InputMaybe<Scalars['Date']['input']>;
|
|
39600
|
+
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
39601
|
+
};
|
|
39566
39602
|
export declare enum CplsContributionValueType {
|
|
39567
39603
|
Days = "DAYS",
|
|
39568
39604
|
Hours = "HOURS",
|
|
@@ -39632,6 +39668,24 @@ export type CplsContributorWorkAssociation = {
|
|
|
39632
39668
|
contributorDataId: Scalars['ID']['input'];
|
|
39633
39669
|
workId: Scalars['ID']['input'];
|
|
39634
39670
|
};
|
|
39671
|
+
export type CplsContributorWorkAssociationConnection = HasPageInfo & {
|
|
39672
|
+
__typename?: 'CplsContributorWorkAssociationConnection';
|
|
39673
|
+
edges?: Maybe<Array<CplsContributorWorkAssociationEdge>>;
|
|
39674
|
+
pageInfo: PageInfo;
|
|
39675
|
+
};
|
|
39676
|
+
export type CplsContributorWorkAssociationEdge = {
|
|
39677
|
+
__typename?: 'CplsContributorWorkAssociationEdge';
|
|
39678
|
+
cursor: Scalars['String']['output'];
|
|
39679
|
+
node: CplsContributorWorkAssociationNode;
|
|
39680
|
+
};
|
|
39681
|
+
export type CplsContributorWorkAssociationNode = {
|
|
39682
|
+
__typename?: 'CplsContributorWorkAssociationNode';
|
|
39683
|
+
contributorData?: Maybe<CplsContributorData>;
|
|
39684
|
+
contributorDataId: Scalars['ID']['output'];
|
|
39685
|
+
id: Scalars['ID']['output'];
|
|
39686
|
+
workData?: Maybe<CplsWorkData>;
|
|
39687
|
+
workDataId: Scalars['ID']['output'];
|
|
39688
|
+
};
|
|
39635
39689
|
export type CplsContributorWorkConnection = HasPageInfo & {
|
|
39636
39690
|
__typename?: 'CplsContributorWorkConnection';
|
|
39637
39691
|
edges?: Maybe<Array<Maybe<CplsContributorWorkEdge>>>;
|
|
@@ -39898,6 +39952,16 @@ export type CplsFiltersInput = {
|
|
|
39898
39952
|
jiraWorkItems?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39899
39953
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
39900
39954
|
};
|
|
39955
|
+
export type CplsGetContributorWorkAssociationsInput = {
|
|
39956
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
39957
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
39958
|
+
cloudId: Scalars['ID']['input'];
|
|
39959
|
+
contributionFilter?: InputMaybe<CplsContributionFilter>;
|
|
39960
|
+
contributorDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39961
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39962
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
39963
|
+
workDataIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
39964
|
+
};
|
|
39901
39965
|
export type CplsImportCapacityDataInput = {
|
|
39902
39966
|
cloudId: Scalars['ID']['input'];
|
|
39903
39967
|
contributions?: InputMaybe<Array<CplsAddContributionInput>>;
|
|
@@ -41360,11 +41424,26 @@ export type CsmAiKnowledgeGapSpaceInput = {
|
|
|
41360
41424
|
enabled: Scalars['Boolean']['input'];
|
|
41361
41425
|
spaceAri: Scalars['ID']['input'];
|
|
41362
41426
|
};
|
|
41427
|
+
export type CsmAiKnowledgeResolvedResource = {
|
|
41428
|
+
__typename?: 'CsmAiKnowledgeResolvedResource';
|
|
41429
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
41430
|
+
links?: Maybe<CsmAiKnowledgeSourceResourceLinks>;
|
|
41431
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
41432
|
+
resourceId: Scalars['ID']['output'];
|
|
41433
|
+
resourceType: Scalars['String']['output'];
|
|
41434
|
+
};
|
|
41435
|
+
export type CsmAiKnowledgeResourcePermission = {
|
|
41436
|
+
__typename?: 'CsmAiKnowledgeResourcePermission';
|
|
41437
|
+
agentHasPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
41438
|
+
resourceId: Scalars['ID']['output'];
|
|
41439
|
+
};
|
|
41363
41440
|
export type CsmAiKnowledgeSource = {
|
|
41364
41441
|
__typename?: 'CsmAiKnowledgeSource';
|
|
41365
41442
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
41366
41443
|
filters?: Maybe<CsmAiKnowledgeFilter>;
|
|
41367
41444
|
id: Scalars['ID']['output'];
|
|
41445
|
+
resolvedResources?: Maybe<Array<CsmAiKnowledgeResolvedResource>>;
|
|
41446
|
+
resourcePermissions?: Maybe<Array<CsmAiKnowledgeResourcePermission>>;
|
|
41368
41447
|
type?: Maybe<Scalars['String']['output']>;
|
|
41369
41448
|
visibility?: Maybe<Scalars['String']['output']>;
|
|
41370
41449
|
};
|
|
@@ -41374,6 +41453,11 @@ export type CsmAiKnowledgeSourcePayload = Payload & {
|
|
|
41374
41453
|
knowledgeSource?: Maybe<CsmAiKnowledgeSource>;
|
|
41375
41454
|
success: Scalars['Boolean']['output'];
|
|
41376
41455
|
};
|
|
41456
|
+
export type CsmAiKnowledgeSourceResourceLinks = {
|
|
41457
|
+
__typename?: 'CsmAiKnowledgeSourceResourceLinks';
|
|
41458
|
+
base?: Maybe<Scalars['String']['output']>;
|
|
41459
|
+
webUi?: Maybe<Scalars['String']['output']>;
|
|
41460
|
+
};
|
|
41377
41461
|
export type CsmAiMessageHandoff = {
|
|
41378
41462
|
__typename?: 'CsmAiMessageHandoff';
|
|
41379
41463
|
message: Scalars['String']['output'];
|
|
@@ -52408,6 +52492,7 @@ export type ForgeMetricsServiceCpuUsageValueData = {
|
|
|
52408
52492
|
};
|
|
52409
52493
|
export type ForgeMetricsServiceDataPoint = {
|
|
52410
52494
|
__typename?: 'ForgeMetricsServiceDataPoint';
|
|
52495
|
+
clusterUid: Scalars['String']['output'];
|
|
52411
52496
|
region: Scalars['String']['output'];
|
|
52412
52497
|
serviceKey: Scalars['String']['output'];
|
|
52413
52498
|
value: Scalars['Float']['output'];
|
|
@@ -52417,11 +52502,13 @@ export type ForgeMetricsServiceDataSeries = {
|
|
|
52417
52502
|
data: Array<ForgeMetricsServiceDataPoint>;
|
|
52418
52503
|
};
|
|
52419
52504
|
export declare enum ForgeMetricsServiceGroupByDimensions {
|
|
52505
|
+
ClusterUid = "CLUSTER_UID",
|
|
52420
52506
|
Region = "REGION",
|
|
52421
52507
|
ServiceKey = "SERVICE_KEY"
|
|
52422
52508
|
}
|
|
52423
52509
|
export type ForgeMetricsServiceInstanceCountDataPoint = {
|
|
52424
52510
|
__typename?: 'ForgeMetricsServiceInstanceCountDataPoint';
|
|
52511
|
+
clusterUid: Scalars['String']['output'];
|
|
52425
52512
|
count: Scalars['Int']['output'];
|
|
52426
52513
|
region: Scalars['String']['output'];
|
|
52427
52514
|
serviceKey: Scalars['String']['output'];
|
|
@@ -54335,6 +54422,130 @@ export type GraphIntegrationCreateSkillInput = {
|
|
|
54335
54422
|
tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
|
|
54336
54423
|
visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
|
|
54337
54424
|
};
|
|
54425
|
+
export type GraphIntegrationCustomAuthApiTokenConfigInput = {
|
|
54426
|
+
apiToken?: InputMaybe<Scalars['String']['input']>;
|
|
54427
|
+
credentials?: InputMaybe<Scalars['JSON']['input']>;
|
|
54428
|
+
holderId?: InputMaybe<Scalars['String']['input']>;
|
|
54429
|
+
};
|
|
54430
|
+
export type GraphIntegrationCustomAuthAuthorizationCodeConfigInput = {
|
|
54431
|
+
authorizationUrl: Scalars['String']['input'];
|
|
54432
|
+
clientId: Scalars['String']['input'];
|
|
54433
|
+
clientSecret: Scalars['String']['input'];
|
|
54434
|
+
exchangeOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54435
|
+
exchangeUrl: Scalars['String']['input'];
|
|
54436
|
+
exchangeWithHttpBasicAuth?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54437
|
+
flowTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54438
|
+
profileDisplayNameResolver: Scalars['String']['input'];
|
|
54439
|
+
profileIdResolver: Scalars['String']['input'];
|
|
54440
|
+
profileRetrieverAuthorization?: InputMaybe<GraphIntegrationCustomAuthProfileRetrieverAuthorizationInput>;
|
|
54441
|
+
profileRetrieverOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54442
|
+
profileRetrieverUrl: Scalars['String']['input'];
|
|
54443
|
+
refreshTokenOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54444
|
+
refreshTokenUrl: Scalars['String']['input'];
|
|
54445
|
+
revokeTokenOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54446
|
+
revokeTokenUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54447
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54448
|
+
};
|
|
54449
|
+
export type GraphIntegrationCustomAuthClientCredentialsConfigInput = {
|
|
54450
|
+
audience?: InputMaybe<Scalars['String']['input']>;
|
|
54451
|
+
clientId: Scalars['String']['input'];
|
|
54452
|
+
clientSecret: Scalars['String']['input'];
|
|
54453
|
+
exchangeOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54454
|
+
exchangeUrl: Scalars['String']['input'];
|
|
54455
|
+
exchangeWithHttpBasicAuth?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54456
|
+
refreshTokenOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54457
|
+
refreshTokenUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54458
|
+
revokeTokenOverrides?: InputMaybe<GraphIntegrationCustomAuthTokenOverridesInput>;
|
|
54459
|
+
revokeTokenUrl?: InputMaybe<Scalars['String']['input']>;
|
|
54460
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54461
|
+
};
|
|
54462
|
+
export type GraphIntegrationCustomAuthConfig = {
|
|
54463
|
+
__typename?: 'GraphIntegrationCustomAuthConfig';
|
|
54464
|
+
clientId?: Maybe<Scalars['String']['output']>;
|
|
54465
|
+
};
|
|
54466
|
+
export type GraphIntegrationCustomAuthConfigInput = {
|
|
54467
|
+
apiToken?: InputMaybe<GraphIntegrationCustomAuthApiTokenConfigInput>;
|
|
54468
|
+
authorizationCode?: InputMaybe<GraphIntegrationCustomAuthAuthorizationCodeConfigInput>;
|
|
54469
|
+
clientCredentials?: InputMaybe<GraphIntegrationCustomAuthClientCredentialsConfigInput>;
|
|
54470
|
+
};
|
|
54471
|
+
export type GraphIntegrationCustomAuthDeleteInput = {
|
|
54472
|
+
authAri: Scalars['ID']['input'];
|
|
54473
|
+
cloudId: Scalars['ID']['input'];
|
|
54474
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
54475
|
+
};
|
|
54476
|
+
export type GraphIntegrationCustomAuthDeletePayload = Payload & {
|
|
54477
|
+
__typename?: 'GraphIntegrationCustomAuthDeletePayload';
|
|
54478
|
+
authAri?: Maybe<Scalars['ID']['output']>;
|
|
54479
|
+
errors?: Maybe<Array<MutationError>>;
|
|
54480
|
+
success: Scalars['Boolean']['output'];
|
|
54481
|
+
};
|
|
54482
|
+
export type GraphIntegrationCustomAuthMutationPayload = Payload & {
|
|
54483
|
+
__typename?: 'GraphIntegrationCustomAuthMutationPayload';
|
|
54484
|
+
customAuth?: Maybe<GraphIntegrationCustomAuthNode>;
|
|
54485
|
+
errors?: Maybe<Array<MutationError>>;
|
|
54486
|
+
success: Scalars['Boolean']['output'];
|
|
54487
|
+
};
|
|
54488
|
+
export type GraphIntegrationCustomAuthNode = {
|
|
54489
|
+
__typename?: 'GraphIntegrationCustomAuthNode';
|
|
54490
|
+
allowedScopes?: Maybe<Array<Scalars['String']['output']>>;
|
|
54491
|
+
authAri: Scalars['ID']['output'];
|
|
54492
|
+
authType: GraphIntegrationCustomAuthType;
|
|
54493
|
+
baseUrl: Scalars['String']['output'];
|
|
54494
|
+
config?: Maybe<GraphIntegrationCustomAuthConfig>;
|
|
54495
|
+
createdAt: Scalars['String']['output'];
|
|
54496
|
+
createdBy: Scalars['String']['output'];
|
|
54497
|
+
displayName: Scalars['String']['output'];
|
|
54498
|
+
integrationAri: Scalars['ID']['output'];
|
|
54499
|
+
outboundAuthUrl?: Maybe<Scalars['URL']['output']>;
|
|
54500
|
+
productAri?: Maybe<Scalars['String']['output']>;
|
|
54501
|
+
sequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
54502
|
+
status: GraphIntegrationCustomAuthStatus;
|
|
54503
|
+
updatedAt: Scalars['String']['output'];
|
|
54504
|
+
};
|
|
54505
|
+
export type GraphIntegrationCustomAuthProfileAuthHeaderInput = {
|
|
54506
|
+
headerName: Scalars['String']['input'];
|
|
54507
|
+
tokenPrefix: Scalars['String']['input'];
|
|
54508
|
+
};
|
|
54509
|
+
export type GraphIntegrationCustomAuthProfileAuthParameterInput = {
|
|
54510
|
+
parameterName: Scalars['String']['input'];
|
|
54511
|
+
};
|
|
54512
|
+
export type GraphIntegrationCustomAuthProfileRetrieverAuthorizationInput = {
|
|
54513
|
+
header?: InputMaybe<GraphIntegrationCustomAuthProfileAuthHeaderInput>;
|
|
54514
|
+
pathParameter?: InputMaybe<GraphIntegrationCustomAuthProfileAuthParameterInput>;
|
|
54515
|
+
queryString?: InputMaybe<GraphIntegrationCustomAuthProfileAuthParameterInput>;
|
|
54516
|
+
};
|
|
54517
|
+
export declare enum GraphIntegrationCustomAuthStatus {
|
|
54518
|
+
Active = "ACTIVE",
|
|
54519
|
+
Deleting = "DELETING",
|
|
54520
|
+
Pending = "PENDING",
|
|
54521
|
+
Suspended = "SUSPENDED"
|
|
54522
|
+
}
|
|
54523
|
+
export type GraphIntegrationCustomAuthTokenOverridesInput = {
|
|
54524
|
+
body?: InputMaybe<Scalars['JSON']['input']>;
|
|
54525
|
+
headers?: InputMaybe<Scalars['JSON']['input']>;
|
|
54526
|
+
};
|
|
54527
|
+
export declare enum GraphIntegrationCustomAuthType {
|
|
54528
|
+
ApiToken = "API_TOKEN",
|
|
54529
|
+
AuthorizationCode = "AUTHORIZATION_CODE",
|
|
54530
|
+
ClientCredentials = "CLIENT_CREDENTIALS"
|
|
54531
|
+
}
|
|
54532
|
+
export type GraphIntegrationCustomAuthUpdateStatusInput = {
|
|
54533
|
+
authAri: Scalars['ID']['input'];
|
|
54534
|
+
cloudId: Scalars['ID']['input'];
|
|
54535
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
54536
|
+
status: GraphIntegrationCustomAuthStatus;
|
|
54537
|
+
};
|
|
54538
|
+
export type GraphIntegrationCustomAuthUpsertInput = {
|
|
54539
|
+
authAri?: InputMaybe<Scalars['ID']['input']>;
|
|
54540
|
+
authType: GraphIntegrationCustomAuthType;
|
|
54541
|
+
baseUrl: Scalars['String']['input'];
|
|
54542
|
+
cloudId: Scalars['ID']['input'];
|
|
54543
|
+
config: GraphIntegrationCustomAuthConfigInput;
|
|
54544
|
+
customAuthConfigKey?: InputMaybe<Scalars['String']['input']>;
|
|
54545
|
+
displayName: Scalars['String']['input'];
|
|
54546
|
+
productAri: Scalars['String']['input'];
|
|
54547
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
54548
|
+
};
|
|
54338
54549
|
export type GraphIntegrationDataConnector = {
|
|
54339
54550
|
__typename?: 'GraphIntegrationDataConnector';
|
|
54340
54551
|
connectorKey: Scalars['String']['output'];
|
|
@@ -54442,8 +54653,9 @@ export type GraphIntegrationIcon = {
|
|
|
54442
54653
|
url?: Maybe<Scalars['String']['output']>;
|
|
54443
54654
|
};
|
|
54444
54655
|
export type GraphIntegrationMcpAdminManagementApiTokenAuthConfigInput = {
|
|
54445
|
-
apiToken
|
|
54656
|
+
apiToken?: InputMaybe<Scalars['String']['input']>;
|
|
54446
54657
|
authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
|
|
54658
|
+
credentials?: InputMaybe<Array<GraphIntegrationMcpAdminManagementExtraInputEntry>>;
|
|
54447
54659
|
};
|
|
54448
54660
|
export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
|
|
54449
54661
|
__typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
|
|
@@ -54487,6 +54699,10 @@ export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
|
|
|
54487
54699
|
Customer = "CUSTOMER",
|
|
54488
54700
|
Global = "GLOBAL"
|
|
54489
54701
|
}
|
|
54702
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpServerAccessMode {
|
|
54703
|
+
DefaultAllow = "DEFAULT_ALLOW",
|
|
54704
|
+
DefaultDeny = "DEFAULT_DENY"
|
|
54705
|
+
}
|
|
54490
54706
|
export type GraphIntegrationMcpAdminManagementMcpServerAuthConfigInput = {
|
|
54491
54707
|
apiToken?: InputMaybe<GraphIntegrationMcpAdminManagementApiTokenAuthConfigInput>;
|
|
54492
54708
|
noAuth?: InputMaybe<GraphIntegrationMcpAdminManagementNoAuthConfigInput>;
|
|
@@ -54526,6 +54742,7 @@ export type GraphIntegrationMcpAdminManagementMcpServerMetaData = {
|
|
|
54526
54742
|
};
|
|
54527
54743
|
export type GraphIntegrationMcpAdminManagementMcpServerNode = {
|
|
54528
54744
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerNode';
|
|
54745
|
+
accessMode: GraphIntegrationMcpAdminManagementMcpServerAccessMode;
|
|
54529
54746
|
authConsentUrl?: Maybe<Scalars['URL']['output']>;
|
|
54530
54747
|
authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
|
|
54531
54748
|
autoEnableNewTools: Scalars['Boolean']['output'];
|
|
@@ -54641,6 +54858,7 @@ export type GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload = Paylo
|
|
|
54641
54858
|
success: Scalars['Boolean']['output'];
|
|
54642
54859
|
};
|
|
54643
54860
|
export type GraphIntegrationMcpAdminManagementUpdateMcpRegistrationInput = {
|
|
54861
|
+
accessMode?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAccessMode>;
|
|
54644
54862
|
authConfig?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthConfigInput>;
|
|
54645
54863
|
autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54646
54864
|
cloudId: Scalars['ID']['input'];
|
|
@@ -55033,6 +55251,7 @@ export type GraphIntegrationTwgCapabilityContainerMeta = {
|
|
|
55033
55251
|
__typename?: 'GraphIntegrationTwgCapabilityContainerMeta';
|
|
55034
55252
|
availableCapabilities: Array<GraphIntegrationAppCapability>;
|
|
55035
55253
|
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
55254
|
+
enabledToolCount?: Maybe<Scalars['Int']['output']>;
|
|
55036
55255
|
icon?: Maybe<GraphIntegrationIcon>;
|
|
55037
55256
|
iconKey: Scalars['String']['output'];
|
|
55038
55257
|
maxInstallations: Scalars['Int']['output'];
|
|
@@ -58202,6 +58421,7 @@ export type GraphStore = {
|
|
|
58202
58421
|
inferredDecisionSourceLineageEntity?: Maybe<GraphStoreSimplifiedInferredDecisionSourceLineageEntityConnection>;
|
|
58203
58422
|
inferredProjectLinksEntity?: Maybe<GraphStoreSimplifiedInferredProjectLinksEntityConnection>;
|
|
58204
58423
|
inferredTeamCollaboratesOnInferredProjectInverse?: Maybe<GraphStoreSimplifiedInferredTeamCollaboratesOnInferredProjectInverseConnection>;
|
|
58424
|
+
inferredTeamLinksEntity?: Maybe<GraphStoreSimplifiedInferredTeamLinksEntityConnection>;
|
|
58205
58425
|
issueAssociatedBranch?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchConnection>;
|
|
58206
58426
|
issueAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseConnection>;
|
|
58207
58427
|
issueAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
@@ -58296,6 +58516,7 @@ export type GraphStore = {
|
|
|
58296
58516
|
jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
58297
58517
|
jiraIssueToJiraPriority?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityConnection>;
|
|
58298
58518
|
jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
58519
|
+
jiraProjectAgentKnowledgeContextHasKnowledgeBaseEntity?: Maybe<GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection>;
|
|
58299
58520
|
jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
58300
58521
|
jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
58301
58522
|
jiraProjectAssociatedAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
|
|
@@ -62431,6 +62652,14 @@ export type GraphStoreInferredTeamCollaboratesOnInferredProjectInverseArgs = {
|
|
|
62431
62652
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
62432
62653
|
sort?: InputMaybe<GraphStoreInferredTeamCollaboratesOnInferredProjectSortInput>;
|
|
62433
62654
|
};
|
|
62655
|
+
export type GraphStoreInferredTeamLinksEntityArgs = {
|
|
62656
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
62657
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
62658
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
62659
|
+
id: Scalars['ID']['input'];
|
|
62660
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
62661
|
+
sort?: InputMaybe<GraphStoreInferredTeamLinksEntitySortInput>;
|
|
62662
|
+
};
|
|
62434
62663
|
export type GraphStoreIssueAssociatedBranchArgs = {
|
|
62435
62664
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
62436
62665
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -63131,6 +63360,14 @@ export type GraphStoreJiraIssueToJiraPriorityInverseArgs = {
|
|
|
63131
63360
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
63132
63361
|
sort?: InputMaybe<GraphStoreJiraIssueToJiraPrioritySortInput>;
|
|
63133
63362
|
};
|
|
63363
|
+
export type GraphStoreJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityArgs = {
|
|
63364
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63365
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63366
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63367
|
+
id: Scalars['ID']['input'];
|
|
63368
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
63369
|
+
sort?: InputMaybe<GraphStoreJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput>;
|
|
63370
|
+
};
|
|
63134
63371
|
export type GraphStoreJiraProjectAssociatedAtlasGoalArgs = {
|
|
63135
63372
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
63136
63373
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -73033,6 +73270,10 @@ export declare enum GraphStoreFullInferredDecisionNodeInferredDecisionStatusOutp
|
|
|
73033
73270
|
NotSet = "NOT_SET",
|
|
73034
73271
|
Rejected = "REJECTED"
|
|
73035
73272
|
}
|
|
73273
|
+
export declare enum GraphStoreFullInferredTeamNodeInferredTeamStatusOutput {
|
|
73274
|
+
Active = "ACTIVE",
|
|
73275
|
+
NotSet = "NOT_SET"
|
|
73276
|
+
}
|
|
73036
73277
|
export type GraphStoreFullIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
73037
73278
|
__typename?: 'GraphStoreFullIssueAssociatedBranchConnection';
|
|
73038
73279
|
edges: Array<Maybe<GraphStoreFullIssueAssociatedBranchEdge>>;
|
|
@@ -76167,6 +76408,15 @@ export type GraphStoreInferredProjectMetadata = {
|
|
|
76167
76408
|
export type GraphStoreInferredTeamCollaboratesOnInferredProjectSortInput = {
|
|
76168
76409
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
76169
76410
|
};
|
|
76411
|
+
export type GraphStoreInferredTeamLinksEntitySortInput = {
|
|
76412
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
76413
|
+
};
|
|
76414
|
+
export type GraphStoreInferredTeamNodeMetadata = {
|
|
76415
|
+
__typename?: 'GraphStoreInferredTeamNodeMetadata';
|
|
76416
|
+
createdAt?: Maybe<Scalars['Long']['output']>;
|
|
76417
|
+
lastUpdated?: Maybe<Scalars['Long']['output']>;
|
|
76418
|
+
status?: Maybe<GraphStoreFullInferredTeamNodeInferredTeamStatusOutput>;
|
|
76419
|
+
};
|
|
76170
76420
|
export type GraphStoreIntFilterInput = {
|
|
76171
76421
|
greaterThan?: InputMaybe<Scalars['Int']['input']>;
|
|
76172
76422
|
greaterThanOrEqual?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -76438,6 +76688,9 @@ export type GraphStoreJiraIssueBlockedByJiraIssueSortInput = {
|
|
|
76438
76688
|
export type GraphStoreJiraIssueToJiraPrioritySortInput = {
|
|
76439
76689
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
76440
76690
|
};
|
|
76691
|
+
export type GraphStoreJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput = {
|
|
76692
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
76693
|
+
};
|
|
76441
76694
|
export type GraphStoreJiraProjectAssociatedAtlasGoalSortInput = {
|
|
76442
76695
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
76443
76696
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -76940,7 +77193,7 @@ export type GraphStoreMutationDeleteVersionUserAssociatedFeatureFlagArgs = {
|
|
|
76940
77193
|
export type GraphStoreMutationDeleteVulnerabilityAssociatedIssueArgs = {
|
|
76941
77194
|
input?: InputMaybe<GraphStoreDeleteVulnerabilityAssociatedIssueInput>;
|
|
76942
77195
|
};
|
|
76943
|
-
export type GraphStoreNodeMetadata = GraphStoreGraphMemoryNodeMetadata | GraphStoreInferredDecisionNodeMetadata;
|
|
77196
|
+
export type GraphStoreNodeMetadata = GraphStoreGraphMemoryNodeMetadata | GraphStoreInferredDecisionNodeMetadata | GraphStoreInferredTeamNodeMetadata;
|
|
76944
77197
|
export type GraphStoreNodeResponse = {
|
|
76945
77198
|
__typename?: 'GraphStoreNodeResponse';
|
|
76946
77199
|
id: Scalars['ID']['output'];
|
|
@@ -82835,6 +83088,20 @@ export type GraphStoreSimplifiedInferredTeamCollaboratesOnInferredProjectInverse
|
|
|
82835
83088
|
node?: Maybe<GraphStoreSimplifiedInferredTeamCollaboratesOnInferredProjectInverseUnion>;
|
|
82836
83089
|
};
|
|
82837
83090
|
export type GraphStoreSimplifiedInferredTeamCollaboratesOnInferredProjectInverseUnion = JiraProject;
|
|
83091
|
+
export type GraphStoreSimplifiedInferredTeamLinksEntityConnection = HasPageInfo & {
|
|
83092
|
+
__typename?: 'GraphStoreSimplifiedInferredTeamLinksEntityConnection';
|
|
83093
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedInferredTeamLinksEntityEdge>>>;
|
|
83094
|
+
pageInfo: PageInfo;
|
|
83095
|
+
};
|
|
83096
|
+
export type GraphStoreSimplifiedInferredTeamLinksEntityEdge = {
|
|
83097
|
+
__typename?: 'GraphStoreSimplifiedInferredTeamLinksEntityEdge';
|
|
83098
|
+
createdAt: Scalars['DateTime']['output'];
|
|
83099
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
83100
|
+
id: Scalars['ID']['output'];
|
|
83101
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
83102
|
+
node?: Maybe<GraphStoreSimplifiedInferredTeamLinksEntityUnion>;
|
|
83103
|
+
};
|
|
83104
|
+
export type GraphStoreSimplifiedInferredTeamLinksEntityUnion = ConfluenceSpace | JiraProject;
|
|
82838
83105
|
export type GraphStoreSimplifiedIssueAssociatedBranchConnection = HasPageInfo & HasTotal & {
|
|
82839
83106
|
__typename?: 'GraphStoreSimplifiedIssueAssociatedBranchConnection';
|
|
82840
83107
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueAssociatedBranchEdge>>>;
|
|
@@ -83679,6 +83946,20 @@ export type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseEdge = {
|
|
|
83679
83946
|
};
|
|
83680
83947
|
export type GraphStoreSimplifiedJiraIssueToJiraPriorityInverseUnion = JiraIssue;
|
|
83681
83948
|
export type GraphStoreSimplifiedJiraIssueToJiraPriorityUnion = JiraPriority;
|
|
83949
|
+
export type GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection = HasPageInfo & {
|
|
83950
|
+
__typename?: 'GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection';
|
|
83951
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge>>>;
|
|
83952
|
+
pageInfo: PageInfo;
|
|
83953
|
+
};
|
|
83954
|
+
export type GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge = {
|
|
83955
|
+
__typename?: 'GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge';
|
|
83956
|
+
createdAt: Scalars['DateTime']['output'];
|
|
83957
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
83958
|
+
id: Scalars['ID']['output'];
|
|
83959
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
83960
|
+
node?: Maybe<GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityUnion>;
|
|
83961
|
+
};
|
|
83962
|
+
export type GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityUnion = 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;
|
|
83682
83963
|
export type GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection = HasPageInfo & HasTotal & {
|
|
83683
83964
|
__typename?: 'GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection';
|
|
83684
83965
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalEdge>>>;
|
|
@@ -92985,8 +93266,10 @@ export type GraphStoreV2 = {
|
|
|
92985
93266
|
inferredEntities?: Maybe<Array<GraphStoreInferredEntityResponse>>;
|
|
92986
93267
|
inferredProjectLinksEntity?: Maybe<GraphStoreV2SimplifiedInferredProjectLinksEntityConnection>;
|
|
92987
93268
|
inferredTeamCollaboratesOnInferredProjectInverse?: Maybe<GraphStoreV2SimplifiedInferredTeamCollaboratesOnInferredProjectInverseConnection>;
|
|
93269
|
+
inferredTeamLinksEntity?: Maybe<GraphStoreV2SimplifiedInferredTeamLinksEntityConnection>;
|
|
92988
93270
|
jiraEpicTracksAtlassianProject?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectConnection>;
|
|
92989
93271
|
jiraEpicTracksAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectInverseConnection>;
|
|
93272
|
+
jiraProjectAgentKnowledgeContextHasKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection>;
|
|
92990
93273
|
jiraSpaceDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityConnection>;
|
|
92991
93274
|
jiraSpaceDismissedKnowledgeBaseEntityInverse?: Maybe<GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityInverseConnection>;
|
|
92992
93275
|
jiraSpaceExplicitlyLinksExternalRepository?: Maybe<GraphStoreV2SimplifiedJiraSpaceExplicitlyLinksExternalRepositoryConnection>;
|
|
@@ -98105,6 +98388,13 @@ export type GraphStoreV2InferredTeamCollaboratesOnInferredProjectInverseArgs = {
|
|
|
98105
98388
|
id: Scalars['ID']['input'];
|
|
98106
98389
|
sort?: InputMaybe<GraphStoreV2InferredTeamCollaboratesOnInferredProjectSortInput>;
|
|
98107
98390
|
};
|
|
98391
|
+
export type GraphStoreV2InferredTeamLinksEntityArgs = {
|
|
98392
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
98393
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
98394
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98395
|
+
id: Scalars['ID']['input'];
|
|
98396
|
+
sort?: InputMaybe<GraphStoreV2InferredTeamLinksEntitySortInput>;
|
|
98397
|
+
};
|
|
98108
98398
|
export type GraphStoreV2JiraEpicTracksAtlassianProjectArgs = {
|
|
98109
98399
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
98110
98400
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -98119,6 +98409,13 @@ export type GraphStoreV2JiraEpicTracksAtlassianProjectInverseArgs = {
|
|
|
98119
98409
|
id: Scalars['ID']['input'];
|
|
98120
98410
|
sort?: InputMaybe<GraphStoreV2JiraEpicTracksAtlassianProjectSortInput>;
|
|
98121
98411
|
};
|
|
98412
|
+
export type GraphStoreV2JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityArgs = {
|
|
98413
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
98414
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
98415
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
98416
|
+
id: Scalars['ID']['input'];
|
|
98417
|
+
sort?: InputMaybe<GraphStoreV2JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput>;
|
|
98418
|
+
};
|
|
98122
98419
|
export type GraphStoreV2JiraSpaceDismissedKnowledgeBaseEntityArgs = {
|
|
98123
98420
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
98124
98421
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -101910,9 +102207,15 @@ export type GraphStoreV2InferredProjectLinksEntitySortInput = {
|
|
|
101910
102207
|
export type GraphStoreV2InferredTeamCollaboratesOnInferredProjectSortInput = {
|
|
101911
102208
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
101912
102209
|
};
|
|
102210
|
+
export type GraphStoreV2InferredTeamLinksEntitySortInput = {
|
|
102211
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
102212
|
+
};
|
|
101913
102213
|
export type GraphStoreV2JiraEpicTracksAtlassianProjectSortInput = {
|
|
101914
102214
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
101915
102215
|
};
|
|
102216
|
+
export type GraphStoreV2JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput = {
|
|
102217
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
102218
|
+
};
|
|
101916
102219
|
export type GraphStoreV2JiraSpaceDismissedKnowledgeBaseEntitySortInput = {
|
|
101917
102220
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
101918
102221
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -113397,6 +113700,20 @@ export type GraphStoreV2SimplifiedInferredTeamCollaboratesOnInferredProjectInver
|
|
|
113397
113700
|
node?: Maybe<GraphStoreV2SimplifiedInferredTeamCollaboratesOnInferredProjectInverseUnion>;
|
|
113398
113701
|
};
|
|
113399
113702
|
export type GraphStoreV2SimplifiedInferredTeamCollaboratesOnInferredProjectInverseUnion = JiraProject;
|
|
113703
|
+
export type GraphStoreV2SimplifiedInferredTeamLinksEntityConnection = HasPageInfo & {
|
|
113704
|
+
__typename?: 'GraphStoreV2SimplifiedInferredTeamLinksEntityConnection';
|
|
113705
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedInferredTeamLinksEntityEdge>>>;
|
|
113706
|
+
pageInfo: PageInfo;
|
|
113707
|
+
};
|
|
113708
|
+
export type GraphStoreV2SimplifiedInferredTeamLinksEntityEdge = {
|
|
113709
|
+
__typename?: 'GraphStoreV2SimplifiedInferredTeamLinksEntityEdge';
|
|
113710
|
+
createdAt: Scalars['DateTime']['output'];
|
|
113711
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
113712
|
+
id: Scalars['ID']['output'];
|
|
113713
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
113714
|
+
node?: Maybe<GraphStoreV2SimplifiedInferredTeamLinksEntityUnion>;
|
|
113715
|
+
};
|
|
113716
|
+
export type GraphStoreV2SimplifiedInferredTeamLinksEntityUnion = ConfluenceSpace | JiraProject;
|
|
113400
113717
|
export type GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectConnection = HasPageInfo & {
|
|
113401
113718
|
__typename?: 'GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectConnection';
|
|
113402
113719
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectEdge>>>;
|
|
@@ -113425,6 +113742,20 @@ export type GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectInverseEdge = {
|
|
|
113425
113742
|
};
|
|
113426
113743
|
export type GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectInverseUnion = JiraIssue;
|
|
113427
113744
|
export type GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectUnion = TownsquareProject;
|
|
113745
|
+
export type GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection = HasPageInfo & {
|
|
113746
|
+
__typename?: 'GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection';
|
|
113747
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge>>>;
|
|
113748
|
+
pageInfo: PageInfo;
|
|
113749
|
+
};
|
|
113750
|
+
export type GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge = {
|
|
113751
|
+
__typename?: 'GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityEdge';
|
|
113752
|
+
createdAt: Scalars['DateTime']['output'];
|
|
113753
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
113754
|
+
id: Scalars['ID']['output'];
|
|
113755
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
113756
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityUnion>;
|
|
113757
|
+
};
|
|
113758
|
+
export type GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityUnion = 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;
|
|
113428
113759
|
export type GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityConnection = HasPageInfo & HasTotal & {
|
|
113429
113760
|
__typename?: 'GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityConnection';
|
|
113430
113761
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityEdge>>>;
|
|
@@ -116400,6 +116731,31 @@ export type GravityAddReactionPayload = Payload & {
|
|
|
116400
116731
|
export type GravityApplyDraftInput = {
|
|
116401
116732
|
draftId: Scalars['String']['input'];
|
|
116402
116733
|
};
|
|
116734
|
+
export type GravityArrangementField = {
|
|
116735
|
+
__typename?: 'GravityArrangementField';
|
|
116736
|
+
fieldKey: Scalars['String']['output'];
|
|
116737
|
+
groups: Array<GravityArrangementGroup>;
|
|
116738
|
+
};
|
|
116739
|
+
export type GravityArrangementFieldInput = {
|
|
116740
|
+
fieldKey: Scalars['String']['input'];
|
|
116741
|
+
groups: Array<GravityArrangementGroupInput>;
|
|
116742
|
+
};
|
|
116743
|
+
export type GravityArrangementGroup = {
|
|
116744
|
+
__typename?: 'GravityArrangementGroup';
|
|
116745
|
+
groupValue: Scalars['String']['output'];
|
|
116746
|
+
rows: Array<GravityArrangementRow>;
|
|
116747
|
+
};
|
|
116748
|
+
export type GravityArrangementGroupInput = {
|
|
116749
|
+
groupValue: Scalars['String']['input'];
|
|
116750
|
+
rows: Array<GravityArrangementRowInput>;
|
|
116751
|
+
};
|
|
116752
|
+
export type GravityArrangementRow = {
|
|
116753
|
+
__typename?: 'GravityArrangementRow';
|
|
116754
|
+
issueIds: Array<Scalars['ID']['output']>;
|
|
116755
|
+
};
|
|
116756
|
+
export type GravityArrangementRowInput = {
|
|
116757
|
+
issueIds: Array<Scalars['ID']['input']>;
|
|
116758
|
+
};
|
|
116403
116759
|
export type GravityCommentPayload = Payload & {
|
|
116404
116760
|
__typename?: 'GravityCommentPayload';
|
|
116405
116761
|
comment?: Maybe<GravityDraftComment>;
|
|
@@ -116716,6 +117072,10 @@ export type GravitySetActionStatusInput = {
|
|
|
116716
117072
|
actionId: Scalars['String']['input'];
|
|
116717
117073
|
status: GravityActionStatus;
|
|
116718
117074
|
};
|
|
117075
|
+
export type GravitySetViewArrangementInput = {
|
|
117076
|
+
fields: Array<GravityArrangementFieldInput>;
|
|
117077
|
+
viewId: Scalars['ID']['input'];
|
|
117078
|
+
};
|
|
116719
117079
|
export declare enum GravitySortOrder {
|
|
116720
117080
|
Asc = "ASC",
|
|
116721
117081
|
Desc = "DESC"
|
|
@@ -116767,6 +117127,18 @@ export type GravityView = {
|
|
|
116767
117127
|
name: Scalars['String']['output'];
|
|
116768
117128
|
visualizationType: GravityViewVisualizationType;
|
|
116769
117129
|
};
|
|
117130
|
+
export type GravityViewArrangement = {
|
|
117131
|
+
__typename?: 'GravityViewArrangement';
|
|
117132
|
+
fields: Array<GravityArrangementField>;
|
|
117133
|
+
viewId: Scalars['ID']['output'];
|
|
117134
|
+
};
|
|
117135
|
+
export type GravityViewArrangementPayload = Payload & {
|
|
117136
|
+
__typename?: 'GravityViewArrangementPayload';
|
|
117137
|
+
arrangement?: Maybe<GravityViewArrangement>;
|
|
117138
|
+
errors?: Maybe<Array<MutationError>>;
|
|
117139
|
+
success: Scalars['Boolean']['output'];
|
|
117140
|
+
};
|
|
117141
|
+
export type GravityViewArrangementResult = GravityViewArrangement | QueryError;
|
|
116770
117142
|
export declare enum GravityViewColorStyle {
|
|
116771
117143
|
Background = "BACKGROUND",
|
|
116772
117144
|
Highlight = "HIGHLIGHT"
|
|
@@ -118326,9 +118698,9 @@ export type HelpCenterCreateTopicPayload = Payload & {
|
|
|
118326
118698
|
successfullyCreatedTopicIds: Array<Maybe<HelpCenterSuccessfullyCreatedTopicIds>>;
|
|
118327
118699
|
};
|
|
118328
118700
|
export type HelpCenterDeleteHubTranslationsInput = {
|
|
118329
|
-
|
|
118701
|
+
helpCenterAri: Scalars['String']['input'];
|
|
118330
118702
|
locale: Scalars['String']['input'];
|
|
118331
|
-
|
|
118703
|
+
parentAri: Scalars['String']['input'];
|
|
118332
118704
|
};
|
|
118333
118705
|
export type HelpCenterDeleteInput = {
|
|
118334
118706
|
helpCenterAri: Scalars['String']['input'];
|
|
@@ -118415,9 +118787,9 @@ export type HelpCenterHubTranslationFieldInput = {
|
|
|
118415
118787
|
};
|
|
118416
118788
|
export type HelpCenterHubTranslationsInput = {
|
|
118417
118789
|
blocks: Array<HelpCenterHubTranslationBlockInput>;
|
|
118418
|
-
|
|
118790
|
+
helpCenterAri: Scalars['String']['input'];
|
|
118419
118791
|
locale: Scalars['String']['input'];
|
|
118420
|
-
|
|
118792
|
+
parentAri: Scalars['String']['input'];
|
|
118421
118793
|
};
|
|
118422
118794
|
export type HelpCenterLayoutAdf = {
|
|
118423
118795
|
__typename?: 'HelpCenterLayoutAdf';
|
|
@@ -118752,6 +119124,7 @@ export declare enum HelpCenterPortalsType {
|
|
|
118752
119124
|
}
|
|
118753
119125
|
export type HelpCenterProductEntityConnection = HelpObjectStoreKbCategoriesConnection | HelpObjectStorePortalGroupsConnection | HelpObjectStoreProductEntityConnection | HelpObjectStoreSuggestedRequestTypesConnection | JiraServiceManagementRequestTypeConnection | QueryError;
|
|
118754
119126
|
export type HelpCenterProductEntityFilter = {
|
|
119127
|
+
entityIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
118755
119128
|
parentId?: InputMaybe<Scalars['String']['input']>;
|
|
118756
119129
|
subEntityTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
118757
119130
|
};
|
|
@@ -118764,6 +119137,7 @@ export type HelpCenterProductEntityFilterCriteria = {
|
|
|
118764
119137
|
};
|
|
118765
119138
|
export type HelpCenterProductEntityFilterOutput = {
|
|
118766
119139
|
__typename?: 'HelpCenterProductEntityFilterOutput';
|
|
119140
|
+
entityIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
118767
119141
|
parentId?: Maybe<Scalars['String']['output']>;
|
|
118768
119142
|
subEntityTypes?: Maybe<Array<Scalars['String']['output']>>;
|
|
118769
119143
|
};
|
|
@@ -118927,8 +119301,8 @@ export type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
|
118927
119301
|
inputs: Array<HelpCenterProductEntityRequestInput>;
|
|
118928
119302
|
};
|
|
118929
119303
|
export type HelpCenterQueryApiLayoutTranslationsArgs = {
|
|
118930
|
-
|
|
118931
|
-
|
|
119304
|
+
helpCenterAri: Scalars['String']['input'];
|
|
119305
|
+
parentAri: Scalars['String']['input'];
|
|
118932
119306
|
};
|
|
118933
119307
|
export type HelpCenterQueryApiMediaConfigArgs = {
|
|
118934
119308
|
helpCenterAri: Scalars['ID']['input'];
|
|
@@ -121911,6 +122285,31 @@ export type JiraAgentAssignableInput = {
|
|
|
121911
122285
|
agentAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
121912
122286
|
agentId?: InputMaybe<Scalars['ID']['input']>;
|
|
121913
122287
|
};
|
|
122288
|
+
export declare enum JiraAgentAutonomyLevel {
|
|
122289
|
+
AutoApply = "AUTO_APPLY",
|
|
122290
|
+
RequiresApproval = "REQUIRES_APPROVAL"
|
|
122291
|
+
}
|
|
122292
|
+
export type JiraAgentAutonomyPolicy = {
|
|
122293
|
+
__typename?: 'JiraAgentAutonomyPolicy';
|
|
122294
|
+
agentId: Scalars['ID']['output'];
|
|
122295
|
+
defaultAutonomyLevel: JiraAgentAutonomyLevel;
|
|
122296
|
+
enabled: Scalars['Boolean']['output'];
|
|
122297
|
+
fieldOverrides: Array<JiraAgentFieldAutonomy>;
|
|
122298
|
+
modifiedAt?: Maybe<Scalars['Long']['output']>;
|
|
122299
|
+
modifiedBy?: Maybe<Scalars['String']['output']>;
|
|
122300
|
+
policyVersion?: Maybe<Scalars['Long']['output']>;
|
|
122301
|
+
projectId: Scalars['ID']['output'];
|
|
122302
|
+
};
|
|
122303
|
+
export type JiraAgentAutonomyPolicyInput = {
|
|
122304
|
+
agentId: Scalars['ID']['input'];
|
|
122305
|
+
projectId: Scalars['ID']['input'];
|
|
122306
|
+
};
|
|
122307
|
+
export type JiraAgentAutonomyPolicyPayload = Payload & {
|
|
122308
|
+
__typename?: 'JiraAgentAutonomyPolicyPayload';
|
|
122309
|
+
errors?: Maybe<Array<MutationError>>;
|
|
122310
|
+
policy?: Maybe<JiraAgentAutonomyPolicy>;
|
|
122311
|
+
success: Scalars['Boolean']['output'];
|
|
122312
|
+
};
|
|
121914
122313
|
export type JiraAgentContextAcceptItemInput = {
|
|
121915
122314
|
agentAri?: InputMaybe<Scalars['ID']['input']>;
|
|
121916
122315
|
spaceAri: Scalars['ID']['input'];
|
|
@@ -121995,11 +122394,21 @@ export declare enum JiraAgentCreatorType {
|
|
|
121995
122394
|
System = "SYSTEM",
|
|
121996
122395
|
ThirdParty = "THIRD_PARTY"
|
|
121997
122396
|
}
|
|
122397
|
+
export type JiraAgentFieldAutonomy = {
|
|
122398
|
+
__typename?: 'JiraAgentFieldAutonomy';
|
|
122399
|
+
fieldId: Scalars['ID']['output'];
|
|
122400
|
+
level: JiraAgentAutonomyLevel;
|
|
122401
|
+
};
|
|
122402
|
+
export type JiraAgentFieldAutonomyInput = {
|
|
122403
|
+
fieldId: Scalars['ID']['input'];
|
|
122404
|
+
level: JiraAgentAutonomyLevel;
|
|
122405
|
+
};
|
|
121998
122406
|
export type JiraAgentInSpace = {
|
|
121999
122407
|
__typename?: 'JiraAgentInSpace';
|
|
122000
122408
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
122001
122409
|
agent?: Maybe<AgentStudioAgent>;
|
|
122002
122410
|
agentId: Scalars['ID']['output'];
|
|
122411
|
+
autonomyPolicy?: Maybe<JiraAgentAutonomyPolicy>;
|
|
122003
122412
|
contextCuratedSources?: Maybe<JiraAgentContextItemConnection>;
|
|
122004
122413
|
contextSuggestedSources?: Maybe<JiraAgentContextItemConnection>;
|
|
122005
122414
|
hasAppSettings: Scalars['Boolean']['output'];
|
|
@@ -124598,7 +125007,7 @@ export type JiraBoardViewFieldSwimlaneUser = {
|
|
|
124598
125007
|
__typename?: 'JiraBoardViewFieldSwimlaneUser';
|
|
124599
125008
|
user?: Maybe<User>;
|
|
124600
125009
|
};
|
|
124601
|
-
export type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
|
|
125010
|
+
export type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraLabel | JiraOption | JiraPriority | JiraTownsquareProject;
|
|
124602
125011
|
export type JiraBoardViewInlineCreatableField = {
|
|
124603
125012
|
__typename?: 'JiraBoardViewInlineCreatableField';
|
|
124604
125013
|
field?: Maybe<JiraField>;
|
|
@@ -124869,6 +125278,12 @@ export type JiraBottomChildCustomFieldDefaultContextOptionPositionInput = {
|
|
|
124869
125278
|
export type JiraBottomCustomFieldDefaultContextOptionPositionInput = {
|
|
124870
125279
|
dummy?: InputMaybe<Scalars['Boolean']['input']>;
|
|
124871
125280
|
};
|
|
125281
|
+
export type JiraBulkAgentSessionInvocationInput = {
|
|
125282
|
+
agentId: Scalars['ID']['input'];
|
|
125283
|
+
issueId: Scalars['ID']['input'];
|
|
125284
|
+
requestId: Scalars['ID']['input'];
|
|
125285
|
+
userPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
125286
|
+
};
|
|
124872
125287
|
export type JiraBulkCleanupProjectsInput = {
|
|
124873
125288
|
projectCleanupAction?: InputMaybe<JiraProjectCleanupRecommendationAction>;
|
|
124874
125289
|
recommendationIds?: InputMaybe<Array<Scalars['Long']['input']>>;
|
|
@@ -124895,6 +125310,26 @@ export type JiraBulkCreateIssueLinksPayload = Payload & {
|
|
|
124895
125310
|
export type JiraBulkDeleteInput = {
|
|
124896
125311
|
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
124897
125312
|
};
|
|
125313
|
+
export type JiraBulkDragAndDropBoardViewIssueResult = {
|
|
125314
|
+
__typename?: 'JiraBulkDragAndDropBoardViewIssueResult';
|
|
125315
|
+
errors?: Maybe<Array<MutationError>>;
|
|
125316
|
+
issue?: Maybe<JiraIssue>;
|
|
125317
|
+
success: Scalars['Boolean']['output'];
|
|
125318
|
+
};
|
|
125319
|
+
export type JiraBulkDragAndDropBoardViewIssuesInput = {
|
|
125320
|
+
destinationCellId: Scalars['ID']['input'];
|
|
125321
|
+
issueIds: Array<Scalars['ID']['input']>;
|
|
125322
|
+
rank?: InputMaybe<JiraIssueRankInput>;
|
|
125323
|
+
transitionId?: InputMaybe<Scalars['Int']['input']>;
|
|
125324
|
+
};
|
|
125325
|
+
export type JiraBulkDragAndDropBoardViewIssuesPayload = Payload & {
|
|
125326
|
+
__typename?: 'JiraBulkDragAndDropBoardViewIssuesPayload';
|
|
125327
|
+
boardView?: Maybe<JiraBoardView>;
|
|
125328
|
+
cell?: Maybe<JiraBoardViewCell>;
|
|
125329
|
+
errors?: Maybe<Array<MutationError>>;
|
|
125330
|
+
results?: Maybe<Array<JiraBulkDragAndDropBoardViewIssueResult>>;
|
|
125331
|
+
success: Scalars['Boolean']['output'];
|
|
125332
|
+
};
|
|
124898
125333
|
export type JiraBulkEditField = Node & {
|
|
124899
125334
|
__typename?: 'JiraBulkEditField';
|
|
124900
125335
|
bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
|
|
@@ -125023,6 +125458,37 @@ export type JiraBulkSetBoardViewSwimlaneStatePayload = Payload & {
|
|
|
125023
125458
|
errors?: Maybe<Array<MutationError>>;
|
|
125024
125459
|
success: Scalars['Boolean']['output'];
|
|
125025
125460
|
};
|
|
125461
|
+
export type JiraBulkStartAgentSessionResult = {
|
|
125462
|
+
__typename?: 'JiraBulkStartAgentSessionResult';
|
|
125463
|
+
agentId: Scalars['ID']['output'];
|
|
125464
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
125465
|
+
error?: Maybe<MutationError>;
|
|
125466
|
+
issueId: Scalars['ID']['output'];
|
|
125467
|
+
requestId: Scalars['ID']['output'];
|
|
125468
|
+
result?: Maybe<JiraStartAgentSessionResult>;
|
|
125469
|
+
session?: Maybe<JiraAgentSession>;
|
|
125470
|
+
};
|
|
125471
|
+
export type JiraBulkStartAgentSessionsInput = {
|
|
125472
|
+
clientMutationId: Scalars['ID']['input'];
|
|
125473
|
+
cloudId: Scalars['ID']['input'];
|
|
125474
|
+
invocations: Array<JiraBulkAgentSessionInvocationInput>;
|
|
125475
|
+
};
|
|
125476
|
+
export type JiraBulkStartAgentSessionsPayload = Payload & {
|
|
125477
|
+
__typename?: 'JiraBulkStartAgentSessionsPayload';
|
|
125478
|
+
errors?: Maybe<Array<MutationError>>;
|
|
125479
|
+
failedCount: Scalars['Int']['output'];
|
|
125480
|
+
rateLimitedCount: Scalars['Int']['output'];
|
|
125481
|
+
results: Array<JiraBulkStartAgentSessionResult>;
|
|
125482
|
+
startedCount: Scalars['Int']['output'];
|
|
125483
|
+
success: Scalars['Boolean']['output'];
|
|
125484
|
+
};
|
|
125485
|
+
export type JiraBulkStartUniformAgentSessionsInput = {
|
|
125486
|
+
agentId: Scalars['ID']['input'];
|
|
125487
|
+
clientMutationId: Scalars['ID']['input'];
|
|
125488
|
+
cloudId: Scalars['ID']['input'];
|
|
125489
|
+
issueIds: Array<Scalars['ID']['input']>;
|
|
125490
|
+
userPrompt?: InputMaybe<Scalars['String']['input']>;
|
|
125491
|
+
};
|
|
125026
125492
|
export type JiraBulkTransition = Node & {
|
|
125027
125493
|
__typename?: 'JiraBulkTransition';
|
|
125028
125494
|
id: Scalars['ID']['output'];
|
|
@@ -127786,6 +128252,11 @@ export type JiraDeleteActivityConfigurationInput = {
|
|
|
127786
128252
|
journeyId: Scalars['ID']['input'];
|
|
127787
128253
|
journeyVersion: Scalars['Long']['input'];
|
|
127788
128254
|
};
|
|
128255
|
+
export type JiraDeleteAgentAutonomyPolicyPayload = Payload & {
|
|
128256
|
+
__typename?: 'JiraDeleteAgentAutonomyPolicyPayload';
|
|
128257
|
+
errors?: Maybe<Array<MutationError>>;
|
|
128258
|
+
success: Scalars['Boolean']['output'];
|
|
128259
|
+
};
|
|
127789
128260
|
export type JiraDeleteAllAttachmentsPayload = Payload & {
|
|
127790
128261
|
__typename?: 'JiraDeleteAllAttachmentsPayload';
|
|
127791
128262
|
deletedAttachmentIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
@@ -129402,6 +129873,60 @@ export type JiraFieldTypeGroupEdge = {
|
|
|
129402
129873
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
129403
129874
|
node?: Maybe<JiraFieldTypeGroup>;
|
|
129404
129875
|
};
|
|
129876
|
+
export type JiraFieldUpdate = {
|
|
129877
|
+
__typename?: 'JiraFieldUpdate';
|
|
129878
|
+
fields?: Maybe<Array<JiraFieldUpdateField>>;
|
|
129879
|
+
issueIdOrKey?: Maybe<Scalars['String']['output']>;
|
|
129880
|
+
};
|
|
129881
|
+
export type JiraFieldUpdateField = {
|
|
129882
|
+
__typename?: 'JiraFieldUpdateField';
|
|
129883
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
129884
|
+
reasoning?: Maybe<Scalars['String']['output']>;
|
|
129885
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
129886
|
+
};
|
|
129887
|
+
export type JiraFieldUpdateSuggestionConnection = {
|
|
129888
|
+
__typename?: 'JiraFieldUpdateSuggestionConnection';
|
|
129889
|
+
edges?: Maybe<Array<Maybe<JiraFieldUpdateSuggestionEdge>>>;
|
|
129890
|
+
pageInfo: PageInfo;
|
|
129891
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
129892
|
+
};
|
|
129893
|
+
export type JiraFieldUpdateSuggestionEdge = {
|
|
129894
|
+
__typename?: 'JiraFieldUpdateSuggestionEdge';
|
|
129895
|
+
cursor: Scalars['String']['output'];
|
|
129896
|
+
node?: Maybe<JiraFieldUpdateSuggestionItem>;
|
|
129897
|
+
};
|
|
129898
|
+
export type JiraFieldUpdateSuggestionItem = {
|
|
129899
|
+
__typename?: 'JiraFieldUpdateSuggestionItem';
|
|
129900
|
+
actionKey?: Maybe<Scalars['String']['output']>;
|
|
129901
|
+
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
129902
|
+
experienceId?: Maybe<Scalars['String']['output']>;
|
|
129903
|
+
invocationId?: Maybe<Scalars['ID']['output']>;
|
|
129904
|
+
messageId?: Maybe<Scalars['ID']['output']>;
|
|
129905
|
+
product?: Maybe<Scalars['String']['output']>;
|
|
129906
|
+
recipientAgentNamedId?: Maybe<Scalars['String']['output']>;
|
|
129907
|
+
source?: Maybe<JiraNextActionGroup>;
|
|
129908
|
+
sourceUrl?: Maybe<Scalars['String']['output']>;
|
|
129909
|
+
updates?: Maybe<Array<JiraFieldUpdate>>;
|
|
129910
|
+
};
|
|
129911
|
+
export type JiraFieldUpdateSuggestions = JiraBaseNextActionsEntity & {
|
|
129912
|
+
__typename?: 'JiraFieldUpdateSuggestions';
|
|
129913
|
+
contentType?: Maybe<JiraNextActionContentType>;
|
|
129914
|
+
dismissed?: Maybe<Scalars['Boolean']['output']>;
|
|
129915
|
+
group?: Maybe<JiraNextActionGroup>;
|
|
129916
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
129917
|
+
interactionType?: Maybe<JiraNextActionInteractionType>;
|
|
129918
|
+
isHidden?: Maybe<Scalars['Boolean']['output']>;
|
|
129919
|
+
items?: Maybe<JiraFieldUpdateSuggestionConnection>;
|
|
129920
|
+
queryError?: Maybe<QueryError>;
|
|
129921
|
+
rank?: Maybe<Scalars['Float']['output']>;
|
|
129922
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
129923
|
+
};
|
|
129924
|
+
export type JiraFieldUpdateSuggestionsItemsArgs = {
|
|
129925
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
129926
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
129927
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
129928
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
129929
|
+
};
|
|
129405
129930
|
export type JiraFieldValidationMutationErrorExtension = MutationErrorExtension & {
|
|
129406
129931
|
__typename?: 'JiraFieldValidationMutationErrorExtension';
|
|
129407
129932
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -131157,6 +131682,7 @@ export type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScenarioIssu
|
|
|
131157
131682
|
mercuryTargetDateType?: Maybe<MercuryProjectTargetDateType>;
|
|
131158
131683
|
nextActionPresence?: Maybe<JiraIssueNextActionPresence>;
|
|
131159
131684
|
nextActionSuggestions?: Maybe<JiraIssueNextActionSuggestions>;
|
|
131685
|
+
nextBestActionSuggestions?: Maybe<JiraIssueNextBestActionSuggestions>;
|
|
131160
131686
|
parentIssue?: Maybe<JiraIssue>;
|
|
131161
131687
|
parentIssueField?: Maybe<JiraParentIssueField>;
|
|
131162
131688
|
pinnedComments?: Maybe<JiraPinnedCommentsResponse>;
|
|
@@ -131530,6 +132056,10 @@ export type JiraIssueNextActionSuggestionsArgs = {
|
|
|
131530
132056
|
childIssueCount?: InputMaybe<Scalars['Int']['input']>;
|
|
131531
132057
|
excludeWorkItemIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
131532
132058
|
};
|
|
132059
|
+
export type JiraIssueNextBestActionSuggestionsArgs = {
|
|
132060
|
+
childIssueCount?: InputMaybe<Scalars['Int']['input']>;
|
|
132061
|
+
excludeWorkItemIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
132062
|
+
};
|
|
131533
132063
|
export type JiraIssuePlanScenarioValuesArgs = {
|
|
131534
132064
|
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
131535
132065
|
};
|
|
@@ -132969,7 +133499,7 @@ export type JiraIssueNavigationDragAndDropMultipleStringValueFieldInput = {
|
|
|
132969
133499
|
fieldId: Scalars['ID']['input'];
|
|
132970
133500
|
};
|
|
132971
133501
|
export type JiraIssueNavigationDragAndDropParentInput = {
|
|
132972
|
-
issueId
|
|
133502
|
+
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
132973
133503
|
};
|
|
132974
133504
|
export type JiraIssueNavigationDragAndDropPayload = Payload & {
|
|
132975
133505
|
__typename?: 'JiraIssueNavigationDragAndDropPayload';
|
|
@@ -133027,6 +133557,17 @@ export type JiraIssueNextActionSuggestions = {
|
|
|
133027
133557
|
triageAgentSuggestions?: Maybe<JiraTriageAgentSuggestions>;
|
|
133028
133558
|
workBreakdownSuggestions?: Maybe<JiraWorkBreakdownSuggestions>;
|
|
133029
133559
|
};
|
|
133560
|
+
export type JiraIssueNextBestActionSuggestions = {
|
|
133561
|
+
__typename?: 'JiraIssueNextBestActionSuggestions';
|
|
133562
|
+
fieldUpdateSuggestions?: Maybe<JiraFieldUpdateSuggestions>;
|
|
133563
|
+
improveDescriptionSuggestions?: Maybe<JiraImproveDescriptionSuggestion>;
|
|
133564
|
+
loomWorkItemUpdateSuggestions?: Maybe<JiraLoomWorkItemUpdateSuggestions>;
|
|
133565
|
+
relatedLinkSuggestions?: Maybe<JiraRelatedLinkSuggestions>;
|
|
133566
|
+
sdlcSuggestions?: Maybe<JiraSdlcSuggestions>;
|
|
133567
|
+
similarWorkItemSuggestions?: Maybe<JiraSimilarWorkItemSuggestions>;
|
|
133568
|
+
triageAgentSuggestions?: Maybe<JiraTriageAgentSuggestions>;
|
|
133569
|
+
workBreakdownSuggestions?: Maybe<JiraWorkBreakdownSuggestions>;
|
|
133570
|
+
};
|
|
133030
133571
|
export type JiraIssueNoEnrichmentStreamHubPayload = {
|
|
133031
133572
|
__typename?: 'JiraIssueNoEnrichmentStreamHubPayload';
|
|
133032
133573
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
@@ -133295,7 +133836,7 @@ export type JiraIssueSearchCustomInput = {
|
|
|
133295
133836
|
jiraSoftwareInput?: InputMaybe<JiraSoftwareIssueSearchCustomInput>;
|
|
133296
133837
|
jiraTimelineInput?: InputMaybe<JiraTimelineIssueSearchCustomInput>;
|
|
133297
133838
|
};
|
|
133298
|
-
export type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidIssueSearchInputError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError;
|
|
133839
|
+
export type JiraIssueSearchError = JiraCustomIssueSearchError | JiraInvalidIssueSearchInputError | JiraInvalidJqlError | JiraInvalidSyntaxError | JiraJqlSearchTimeoutError | JiraServerError;
|
|
133299
133840
|
export type JiraIssueSearchErrorExtension = QueryErrorExtension & {
|
|
133300
133841
|
__typename?: 'JiraIssueSearchErrorExtension';
|
|
133301
133842
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
@@ -134920,6 +135461,10 @@ export type JiraJqlSearchTemplate = {
|
|
|
134920
135461
|
__typename?: 'JiraJqlSearchTemplate';
|
|
134921
135462
|
key?: Maybe<Scalars['String']['output']>;
|
|
134922
135463
|
};
|
|
135464
|
+
export type JiraJqlSearchTimeoutError = {
|
|
135465
|
+
__typename?: 'JiraJqlSearchTimeoutError';
|
|
135466
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
135467
|
+
};
|
|
134923
135468
|
export type JiraJqlSprintFieldValue = JiraJqlFieldValue & {
|
|
134924
135469
|
__typename?: 'JiraJqlSprintFieldValue';
|
|
134925
135470
|
displayName: Scalars['String']['output'];
|
|
@@ -137327,6 +137872,7 @@ export declare enum JiraNextActionContentType {
|
|
|
137327
137872
|
}
|
|
137328
137873
|
export declare enum JiraNextActionGroup {
|
|
137329
137874
|
AiFeatures = "AI_FEATURES",
|
|
137875
|
+
FieldUpdates = "FIELD_UPDATES",
|
|
137330
137876
|
LoomUpdates = "LOOM_UPDATES",
|
|
137331
137877
|
Sdlc = "SDLC",
|
|
137332
137878
|
TriageAgent = "TRIAGE_AGENT"
|
|
@@ -140569,6 +141115,7 @@ export type JiraQuery = {
|
|
|
140569
141115
|
suggestedFormulaFieldExpression?: Maybe<JiraFormulaFieldSuggestedExpressionResult>;
|
|
140570
141116
|
suggestedRequestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
140571
141117
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
141118
|
+
timelineToggleableFieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
140572
141119
|
uiModifications?: Maybe<Array<JiraAppUiModifications>>;
|
|
140573
141120
|
userHomePage?: Maybe<JiraHomePage>;
|
|
140574
141121
|
userNavigationConfiguration?: Maybe<JiraUserNavigationConfiguration>;
|
|
@@ -141918,6 +142465,9 @@ export type JiraQuerySystemFiltersArgs = {
|
|
|
141918
142465
|
isFavourite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
141919
142466
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
141920
142467
|
};
|
|
142468
|
+
export type JiraQueryTimelineToggleableFieldSetsArgs = {
|
|
142469
|
+
cloudId: Scalars['ID']['input'];
|
|
142470
|
+
};
|
|
141921
142471
|
export type JiraQueryUiModificationsArgs = {
|
|
141922
142472
|
context: JiraUiModificationsContextInput;
|
|
141923
142473
|
};
|
|
@@ -142697,6 +143247,11 @@ export type JiraRemoveActiveBackgroundPayload = Payload & {
|
|
|
142697
143247
|
errors?: Maybe<Array<MutationError>>;
|
|
142698
143248
|
success: Scalars['Boolean']['output'];
|
|
142699
143249
|
};
|
|
143250
|
+
export type JiraRemoveAgentFieldAutonomyInput = {
|
|
143251
|
+
agentId: Scalars['ID']['input'];
|
|
143252
|
+
fieldId: Scalars['ID']['input'];
|
|
143253
|
+
projectId: Scalars['ID']['input'];
|
|
143254
|
+
};
|
|
142700
143255
|
export type JiraRemoveAgentFromBoardViewStatusColumnInput = {
|
|
142701
143256
|
agentAccountId: Scalars['ID']['input'];
|
|
142702
143257
|
columnId: Scalars['ID']['input'];
|
|
@@ -145343,6 +145898,19 @@ export type JiraServiceManagementWorkflowTemplatesMetadataEdge = {
|
|
|
145343
145898
|
cursor: Scalars['String']['output'];
|
|
145344
145899
|
node?: Maybe<JiraServiceManagementWorkflowTemplateMetadata>;
|
|
145345
145900
|
};
|
|
145901
|
+
export type JiraSetAgentAutonomyPolicyInput = {
|
|
145902
|
+
agentId: Scalars['ID']['input'];
|
|
145903
|
+
defaultAutonomyLevel: JiraAgentAutonomyLevel;
|
|
145904
|
+
enabled: Scalars['Boolean']['input'];
|
|
145905
|
+
fieldOverrides: Array<JiraAgentFieldAutonomyInput>;
|
|
145906
|
+
projectId: Scalars['ID']['input'];
|
|
145907
|
+
};
|
|
145908
|
+
export type JiraSetAgentFieldAutonomyInput = {
|
|
145909
|
+
agentId: Scalars['ID']['input'];
|
|
145910
|
+
fieldId: Scalars['ID']['input'];
|
|
145911
|
+
level: JiraAgentAutonomyLevel;
|
|
145912
|
+
projectId: Scalars['ID']['input'];
|
|
145913
|
+
};
|
|
145346
145914
|
export type JiraSetAgentSessionIsPlanModeEnabledResponsePayload = Payload & {
|
|
145347
145915
|
__typename?: 'JiraSetAgentSessionIsPlanModeEnabledResponsePayload';
|
|
145348
145916
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -146750,6 +147318,12 @@ export type JiraStakeholderUpdatedValue = {
|
|
|
146750
147318
|
description?: Maybe<Scalars['String']['output']>;
|
|
146751
147319
|
message?: Maybe<Scalars['String']['output']>;
|
|
146752
147320
|
};
|
|
147321
|
+
export declare enum JiraStartAgentSessionResult {
|
|
147322
|
+
Failed = "FAILED",
|
|
147323
|
+
RateLimited = "RATE_LIMITED",
|
|
147324
|
+
Skipped = "SKIPPED",
|
|
147325
|
+
Started = "STARTED"
|
|
147326
|
+
}
|
|
146753
147327
|
export type JiraStartAiAgentSessionByExternalReferenceInput = {
|
|
146754
147328
|
clientMutationId: Scalars['String']['input'];
|
|
146755
147329
|
cloudId: Scalars['ID']['input'];
|
|
@@ -151576,6 +152150,7 @@ export type JsmChannelsServiceAgentResolutionPlanStep = {
|
|
|
151576
152150
|
__typename?: 'JsmChannelsServiceAgentResolutionPlanStep';
|
|
151577
152151
|
assigneeType?: Maybe<JsmChannelsResolutionPlanAssigneeType>;
|
|
151578
152152
|
description?: Maybe<Scalars['String']['output']>;
|
|
152153
|
+
failureReason?: Maybe<Scalars['String']['output']>;
|
|
151579
152154
|
status?: Maybe<JsmChannelsResolutionPlanStepStatus>;
|
|
151580
152155
|
title: Scalars['String']['output'];
|
|
151581
152156
|
};
|
|
@@ -151603,6 +152178,7 @@ export type JsmChannelsStepNode = JsmChannelsPlanNode & {
|
|
|
151603
152178
|
assigneeType?: Maybe<JsmChannelsResolutionPlanAssigneeType>;
|
|
151604
152179
|
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
151605
152180
|
estimatedDurationSeconds?: Maybe<Scalars['Int']['output']>;
|
|
152181
|
+
failureReason?: Maybe<Scalars['String']['output']>;
|
|
151606
152182
|
id: Scalars['ID']['output'];
|
|
151607
152183
|
isCollapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
151608
152184
|
nodeDescription?: Maybe<Scalars['String']['output']>;
|
|
@@ -152499,10 +153075,20 @@ export type JsmSolutionComposerFollowupTask = {
|
|
|
152499
153075
|
__typename?: 'JsmSolutionComposerFollowupTask';
|
|
152500
153076
|
taskType: Scalars['String']['output'];
|
|
152501
153077
|
};
|
|
153078
|
+
export type JsmSolutionComposerPlanContextResponse = {
|
|
153079
|
+
__typename?: 'JsmSolutionComposerPlanContextResponse';
|
|
153080
|
+
contextSummary?: Maybe<Scalars['String']['output']>;
|
|
153081
|
+
projectAri: Scalars['ID']['output'];
|
|
153082
|
+
};
|
|
153083
|
+
export type JsmSolutionComposerPlanContextResult = JsmSolutionComposerPlanContextResponse | QueryError;
|
|
152502
153084
|
export type JsmSolutionComposerPlanQueryApi = {
|
|
152503
153085
|
__typename?: 'JsmSolutionComposerPlanQueryApi';
|
|
153086
|
+
jsmSolutionComposerPlanContext?: Maybe<JsmSolutionComposerPlanContextResult>;
|
|
152504
153087
|
jsmSolutionComposerPlanStatus?: Maybe<JsmSolutionComposerPlanStatusResult>;
|
|
152505
153088
|
};
|
|
153089
|
+
export type JsmSolutionComposerPlanQueryApiJsmSolutionComposerPlanContextArgs = {
|
|
153090
|
+
projectAri: Scalars['ID']['input'];
|
|
153091
|
+
};
|
|
152506
153092
|
export type JsmSolutionComposerPlanQueryApiJsmSolutionComposerPlanStatusArgs = {
|
|
152507
153093
|
projectAri: Scalars['ID']['input'];
|
|
152508
153094
|
};
|
|
@@ -152545,6 +153131,59 @@ export declare enum JsmSolutionComposerStepStatusType {
|
|
|
152545
153131
|
Failed = "FAILED",
|
|
152546
153132
|
InProgress = "IN_PROGRESS"
|
|
152547
153133
|
}
|
|
153134
|
+
export type JsmTelemetryAddChartFilterInput = {
|
|
153135
|
+
attribute: Scalars['String']['input'];
|
|
153136
|
+
value: Scalars['String']['input'];
|
|
153137
|
+
};
|
|
153138
|
+
export type JsmTelemetryAddChartInput = {
|
|
153139
|
+
aggregation: JsmTelemetryAggregationInput;
|
|
153140
|
+
displayName?: InputMaybe<Scalars['String']['input']>;
|
|
153141
|
+
filters?: InputMaybe<Array<JsmTelemetryAddChartFilterInput>>;
|
|
153142
|
+
metricName: Scalars['String']['input'];
|
|
153143
|
+
provider: JsmTelemetryProviderType;
|
|
153144
|
+
serviceId?: InputMaybe<Scalars['ID']['input']>;
|
|
153145
|
+
serviceName?: InputMaybe<Scalars['String']['input']>;
|
|
153146
|
+
};
|
|
153147
|
+
export type JsmTelemetryAddChartResult = {
|
|
153148
|
+
__typename?: 'JsmTelemetryAddChartResult';
|
|
153149
|
+
data?: Maybe<JsmTelemetryChart>;
|
|
153150
|
+
error?: Maybe<JsmTelemetryDomainError>;
|
|
153151
|
+
};
|
|
153152
|
+
export type JsmTelemetryAggregation = {
|
|
153153
|
+
__typename?: 'JsmTelemetryAggregation';
|
|
153154
|
+
function: JsmTelemetryAggregationFunction;
|
|
153155
|
+
};
|
|
153156
|
+
export declare enum JsmTelemetryAggregationFunction {
|
|
153157
|
+
Avg = "AVG",
|
|
153158
|
+
Max = "MAX",
|
|
153159
|
+
Min = "MIN",
|
|
153160
|
+
Sum = "SUM"
|
|
153161
|
+
}
|
|
153162
|
+
export type JsmTelemetryAggregationInput = {
|
|
153163
|
+
function: JsmTelemetryAggregationFunction;
|
|
153164
|
+
};
|
|
153165
|
+
export type JsmTelemetryChart = {
|
|
153166
|
+
__typename?: 'JsmTelemetryChart';
|
|
153167
|
+
chartId: Scalars['ID']['output'];
|
|
153168
|
+
chartQuery?: Maybe<JsmTelemetryMetricDataSource>;
|
|
153169
|
+
displayName: Scalars['String']['output'];
|
|
153170
|
+
hypothesisId?: Maybe<Scalars['ID']['output']>;
|
|
153171
|
+
provider: JsmTelemetryProviderType;
|
|
153172
|
+
providerUrl?: Maybe<Scalars['String']['output']>;
|
|
153173
|
+
service: JsmTelemetryChartService;
|
|
153174
|
+
source: JsmTelemetrySource;
|
|
153175
|
+
yLabel?: Maybe<Scalars['String']['output']>;
|
|
153176
|
+
};
|
|
153177
|
+
export type JsmTelemetryChartMetricFilter = {
|
|
153178
|
+
__typename?: 'JsmTelemetryChartMetricFilter';
|
|
153179
|
+
attribute: Scalars['String']['output'];
|
|
153180
|
+
value: Scalars['String']['output'];
|
|
153181
|
+
};
|
|
153182
|
+
export type JsmTelemetryChartService = {
|
|
153183
|
+
__typename?: 'JsmTelemetryChartService';
|
|
153184
|
+
id: Scalars['String']['output'];
|
|
153185
|
+
name: Scalars['String']['output'];
|
|
153186
|
+
};
|
|
152548
153187
|
export declare enum JsmTelemetryChartSource {
|
|
152549
153188
|
AiRecommended = "AI_RECOMMENDED",
|
|
152550
153189
|
Hypothesis = "HYPOTHESIS",
|
|
@@ -152614,6 +153253,17 @@ export type JsmTelemetryCreateTelemetryConnectionPayload = {
|
|
|
152614
153253
|
__typename?: 'JsmTelemetryCreateTelemetryConnectionPayload';
|
|
152615
153254
|
connection: JsmTelemetryConnection;
|
|
152616
153255
|
};
|
|
153256
|
+
export type JsmTelemetryDashboard = {
|
|
153257
|
+
__typename?: 'JsmTelemetryDashboard';
|
|
153258
|
+
availableMetrics: Array<JsmTelemetryMetricOption>;
|
|
153259
|
+
availableServices: Array<JsmTelemetryChartService>;
|
|
153260
|
+
charts: Array<JsmTelemetryChart>;
|
|
153261
|
+
recommendedMetricCount: Scalars['Int']['output'];
|
|
153262
|
+
refreshIntervalMs?: Maybe<Scalars['Int']['output']>;
|
|
153263
|
+
status: JsmTelemetryDashboardStatus;
|
|
153264
|
+
summary?: Maybe<JsmTelemetryDashboardSummary>;
|
|
153265
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
153266
|
+
};
|
|
152617
153267
|
export type JsmTelemetryDashboardChartInput = {
|
|
152618
153268
|
chartId?: InputMaybe<Scalars['ID']['input']>;
|
|
152619
153269
|
displayName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -152655,6 +153305,11 @@ export type JsmTelemetryDashboardConfigResponseDto = {
|
|
|
152655
153305
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
152656
153306
|
version: Scalars['Int']['output'];
|
|
152657
153307
|
};
|
|
153308
|
+
export type JsmTelemetryDashboardData = {
|
|
153309
|
+
__typename?: 'JsmTelemetryDashboardData';
|
|
153310
|
+
data?: Maybe<JsmTelemetryDashboard>;
|
|
153311
|
+
error?: Maybe<JsmTelemetryDomainError>;
|
|
153312
|
+
};
|
|
152658
153313
|
export type JsmTelemetryDashboardQueryInput = {
|
|
152659
153314
|
placeholder?: InputMaybe<Scalars['String']['input']>;
|
|
152660
153315
|
};
|
|
@@ -152667,6 +153322,10 @@ export declare enum JsmTelemetryDashboardStatus {
|
|
|
152667
153322
|
Active = "ACTIVE",
|
|
152668
153323
|
Frozen = "FROZEN"
|
|
152669
153324
|
}
|
|
153325
|
+
export type JsmTelemetryDashboardSummary = {
|
|
153326
|
+
__typename?: 'JsmTelemetryDashboardSummary';
|
|
153327
|
+
segments: Array<JsmTelemetrySummarySegment>;
|
|
153328
|
+
};
|
|
152670
153329
|
export type JsmTelemetryDeleteTelemetryConnectionInput = {
|
|
152671
153330
|
id: Scalars['ID']['input'];
|
|
152672
153331
|
};
|
|
@@ -152679,10 +153338,16 @@ export declare enum JsmTelemetryDomainErrorCode {
|
|
|
152679
153338
|
ChartLimitExceeded = "CHART_LIMIT_EXCEEDED",
|
|
152680
153339
|
ConnectionInactive = "CONNECTION_INACTIVE",
|
|
152681
153340
|
ConnectionNotFound = "CONNECTION_NOT_FOUND",
|
|
153341
|
+
DashboardFrozen = "DASHBOARD_FROZEN",
|
|
153342
|
+
DashboardNotFound = "DASHBOARD_NOT_FOUND",
|
|
153343
|
+
DashboardVersionConflict = "DASHBOARD_VERSION_CONFLICT",
|
|
153344
|
+
FilterEmpty = "FILTER_EMPTY",
|
|
152682
153345
|
IntegrationServiceError = "INTEGRATION_SERVICE_ERROR",
|
|
152683
153346
|
MetricNotFound = "METRIC_NOT_FOUND",
|
|
152684
153347
|
NotImplemented = "NOT_IMPLEMENTED",
|
|
153348
|
+
NotTracked = "NOT_TRACKED",
|
|
152685
153349
|
NoData = "NO_DATA",
|
|
153350
|
+
NoPermission = "NO_PERMISSION",
|
|
152686
153351
|
ProviderAuthFailed = "PROVIDER_AUTH_FAILED",
|
|
152687
153352
|
ProviderNotConfigured = "PROVIDER_NOT_CONFIGURED",
|
|
152688
153353
|
ProviderParameterRequired = "PROVIDER_PARAMETER_REQUIRED",
|
|
@@ -152865,6 +153530,12 @@ export type JsmTelemetryMetricDataResult = {
|
|
|
152865
153530
|
data?: Maybe<JsmTelemetryMetricDataResponse>;
|
|
152866
153531
|
error?: Maybe<JsmTelemetryDomainError>;
|
|
152867
153532
|
};
|
|
153533
|
+
export type JsmTelemetryMetricDataSource = {
|
|
153534
|
+
__typename?: 'JsmTelemetryMetricDataSource';
|
|
153535
|
+
aggregation: JsmTelemetryAggregation;
|
|
153536
|
+
filters: Array<JsmTelemetryChartMetricFilter>;
|
|
153537
|
+
metricName: Scalars['String']['output'];
|
|
153538
|
+
};
|
|
152868
153539
|
export type JsmTelemetryMetricFilter = {
|
|
152869
153540
|
__typename?: 'JsmTelemetryMetricFilter';
|
|
152870
153541
|
key: Scalars['String']['output'];
|
|
@@ -152895,6 +153566,11 @@ export type JsmTelemetryMetricMetadata = {
|
|
|
152895
153566
|
type?: Maybe<JsmTelemetryMetricType>;
|
|
152896
153567
|
unit?: Maybe<Scalars['String']['output']>;
|
|
152897
153568
|
};
|
|
153569
|
+
export type JsmTelemetryMetricOption = {
|
|
153570
|
+
__typename?: 'JsmTelemetryMetricOption';
|
|
153571
|
+
displayName: Scalars['String']['output'];
|
|
153572
|
+
metricName: Scalars['String']['output'];
|
|
153573
|
+
};
|
|
152898
153574
|
export type JsmTelemetryMetricResolution = {
|
|
152899
153575
|
__typename?: 'JsmTelemetryMetricResolution';
|
|
152900
153576
|
stepSeconds: Scalars['Int']['output'];
|
|
@@ -152927,10 +153603,22 @@ export type JsmTelemetryMetricSeries = {
|
|
|
152927
153603
|
export type JsmTelemetryMetricSuggestion = {
|
|
152928
153604
|
__typename?: 'JsmTelemetryMetricSuggestion';
|
|
152929
153605
|
displayName: Scalars['String']['output'];
|
|
153606
|
+
generatedQuery?: Maybe<JsmTelemetryMetricSuggestionGeneratedQuery>;
|
|
153607
|
+
metricData?: Maybe<JsmTelemetryMetricDataResponse>;
|
|
152930
153608
|
metricName: Scalars['String']['output'];
|
|
152931
153609
|
provider: JsmTelemetryProviderType;
|
|
152932
153610
|
rationale: Scalars['String']['output'];
|
|
152933
153611
|
};
|
|
153612
|
+
export type JsmTelemetryMetricSuggestionGeneratedQuery = {
|
|
153613
|
+
__typename?: 'JsmTelemetryMetricSuggestionGeneratedQuery';
|
|
153614
|
+
aggregation?: Maybe<JsmTelemetryMetricAggregation>;
|
|
153615
|
+
filters: Array<JsmTelemetryMetricFilter>;
|
|
153616
|
+
metricName: Scalars['String']['output'];
|
|
153617
|
+
provider: JsmTelemetryProviderType;
|
|
153618
|
+
providerContext: Array<JsmTelemetryProviderParameterValue>;
|
|
153619
|
+
resolution?: Maybe<JsmTelemetryMetricResolution>;
|
|
153620
|
+
timeRange: JsmTelemetryTimeRange;
|
|
153621
|
+
};
|
|
152934
153622
|
export type JsmTelemetryMetricSuggestionResponse = {
|
|
152935
153623
|
__typename?: 'JsmTelemetryMetricSuggestionResponse';
|
|
152936
153624
|
contextDegraded: Scalars['Boolean']['output'];
|
|
@@ -152985,6 +153673,11 @@ export type JsmTelemetryProviderContextSchemaResult = {
|
|
|
152985
153673
|
data?: Maybe<JsmTelemetryProviderContextSchemaResponse>;
|
|
152986
153674
|
error?: Maybe<JsmTelemetryDomainError>;
|
|
152987
153675
|
};
|
|
153676
|
+
export type JsmTelemetryProviderParameterValue = {
|
|
153677
|
+
__typename?: 'JsmTelemetryProviderParameterValue';
|
|
153678
|
+
key: Scalars['String']['output'];
|
|
153679
|
+
values: Array<Scalars['String']['output']>;
|
|
153680
|
+
};
|
|
152988
153681
|
export type JsmTelemetryProviderParameterValueInput = {
|
|
152989
153682
|
key: Scalars['String']['input'];
|
|
152990
153683
|
values: Array<Scalars['String']['input']>;
|
|
@@ -153010,6 +153703,11 @@ export declare enum JsmTelemetryProviderType {
|
|
|
153010
153703
|
NewRelic = "NEW_RELIC",
|
|
153011
153704
|
SignalFx = "SIGNAL_FX"
|
|
153012
153705
|
}
|
|
153706
|
+
export type JsmTelemetryRemoveChartResult = {
|
|
153707
|
+
__typename?: 'JsmTelemetryRemoveChartResult';
|
|
153708
|
+
data?: Maybe<JsmTelemetryDashboard>;
|
|
153709
|
+
error?: Maybe<JsmTelemetryDomainError>;
|
|
153710
|
+
};
|
|
153013
153711
|
export type JsmTelemetryRemoveDashboardChartInput = {
|
|
153014
153712
|
chartId: Scalars['ID']['input'];
|
|
153015
153713
|
dashboardId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -153053,6 +153751,20 @@ export type JsmTelemetryServiceInfo = {
|
|
|
153053
153751
|
apiStatus: Scalars['String']['output'];
|
|
153054
153752
|
serviceName: Scalars['String']['output'];
|
|
153055
153753
|
};
|
|
153754
|
+
export declare enum JsmTelemetrySource {
|
|
153755
|
+
AiRecommended = "AI_RECOMMENDED",
|
|
153756
|
+
Hypothesis = "HYPOTHESIS",
|
|
153757
|
+
Manual = "MANUAL"
|
|
153758
|
+
}
|
|
153759
|
+
export type JsmTelemetrySummarySegment = JsmTelemetrySummaryServiceRef | JsmTelemetrySummaryText;
|
|
153760
|
+
export type JsmTelemetrySummaryServiceRef = {
|
|
153761
|
+
__typename?: 'JsmTelemetrySummaryServiceRef';
|
|
153762
|
+
service: JsmTelemetryChartService;
|
|
153763
|
+
};
|
|
153764
|
+
export type JsmTelemetrySummaryText = {
|
|
153765
|
+
__typename?: 'JsmTelemetrySummaryText';
|
|
153766
|
+
text: Scalars['String']['output'];
|
|
153767
|
+
};
|
|
153056
153768
|
export type JsmTelemetryTimeRange = {
|
|
153057
153769
|
__typename?: 'JsmTelemetryTimeRange';
|
|
153058
153770
|
from: Scalars['DateTime']['output'];
|
|
@@ -153690,7 +154402,8 @@ export declare enum KitsuneFieldType {
|
|
|
153690
154402
|
Organization = "ORGANIZATION",
|
|
153691
154403
|
Parent = "PARENT",
|
|
153692
154404
|
Reporter = "REPORTER",
|
|
153693
|
-
SourceCategory = "SOURCE_CATEGORY"
|
|
154405
|
+
SourceCategory = "SOURCE_CATEGORY",
|
|
154406
|
+
SourceUrl = "SOURCE_URL"
|
|
153694
154407
|
}
|
|
153695
154408
|
export type KitsuneFieldValue = {
|
|
153696
154409
|
__typename?: 'KitsuneFieldValue';
|
|
@@ -153798,6 +154511,7 @@ export declare enum KitsuneJobStatus {
|
|
|
153798
154511
|
Pending = "PENDING"
|
|
153799
154512
|
}
|
|
153800
154513
|
export declare enum KitsuneJobType {
|
|
154514
|
+
DeleteSpace = "DELETE_SPACE",
|
|
153801
154515
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
153802
154516
|
ImportCustomer = "IMPORT_CUSTOMER",
|
|
153803
154517
|
ImportFeedback = "IMPORT_FEEDBACK",
|
|
@@ -160470,6 +161184,7 @@ export type MarketplaceStoreLayoutRegularSection = MarketplaceStoreLayoutSection
|
|
|
160470
161184
|
rightImageUrl?: Maybe<MarketplaceStoreImageUrlVariants>;
|
|
160471
161185
|
searchMetadata?: Maybe<MarketplaceStoreSearchMetadata>;
|
|
160472
161186
|
sectionMetadata?: Maybe<MarketplaceStoreRecommendationsMetadata>;
|
|
161187
|
+
showSearch?: Maybe<Scalars['Boolean']['output']>;
|
|
160473
161188
|
title: Scalars['String']['output'];
|
|
160474
161189
|
type: MarketplaceStoreLayoutSectionType;
|
|
160475
161190
|
widgets?: Maybe<Array<Maybe<MarketplaceStoreLayoutWidget>>>;
|
|
@@ -160781,6 +161496,7 @@ export type MarketplaceStorePersonalisationContextInput = {
|
|
|
160781
161496
|
userLocation?: InputMaybe<Scalars['String']['input']>;
|
|
160782
161497
|
};
|
|
160783
161498
|
export declare enum MarketplaceStorePersonalisationTargetSurface {
|
|
161499
|
+
EmbeddedStoreHome = "EMBEDDED_STORE_HOME",
|
|
160784
161500
|
Marketplace = "MARKETPLACE",
|
|
160785
161501
|
StoreCategory = "STORE_CATEGORY",
|
|
160786
161502
|
StoreCollection = "STORE_COLLECTION",
|
|
@@ -161831,6 +162547,7 @@ export type MercuryAsk = Node & {
|
|
|
161831
162547
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
161832
162548
|
createdBy?: Maybe<User>;
|
|
161833
162549
|
createdByUserId?: Maybe<Scalars['ID']['output']>;
|
|
162550
|
+
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
161834
162551
|
description?: Maybe<Scalars['String']['output']>;
|
|
161835
162552
|
focusAreas?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
161836
162553
|
goals?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -162092,6 +162809,10 @@ export type MercuryAskConnection = {
|
|
|
162092
162809
|
pageInfo: PageInfo;
|
|
162093
162810
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
162094
162811
|
};
|
|
162812
|
+
export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
|
|
162813
|
+
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
162814
|
+
entityType: Scalars['String']['output'];
|
|
162815
|
+
};
|
|
162095
162816
|
export type MercuryAskEdge = {
|
|
162096
162817
|
__typename?: 'MercuryAskEdge';
|
|
162097
162818
|
cursor: Scalars['String']['output'];
|
|
@@ -162099,14 +162820,17 @@ export type MercuryAskEdge = {
|
|
|
162099
162820
|
};
|
|
162100
162821
|
export declare enum MercuryAskEventType {
|
|
162101
162822
|
Create = "CREATE",
|
|
162823
|
+
CreateLink = "CREATE_LINK",
|
|
162824
|
+
DeleteLink = "DELETE_LINK",
|
|
162102
162825
|
Update = "UPDATE"
|
|
162103
162826
|
}
|
|
162104
162827
|
export declare enum MercuryAskField {
|
|
162105
|
-
AskLink = "ASK_LINK",
|
|
162106
162828
|
ConnectedWork = "CONNECTED_WORK",
|
|
162107
162829
|
Description = "DESCRIPTION",
|
|
162108
162830
|
ImpactedWork = "IMPACTED_WORK",
|
|
162109
162831
|
Justification = "JUSTIFICATION",
|
|
162832
|
+
LinkText = "LINK_TEXT",
|
|
162833
|
+
LinkUrl = "LINK_URL",
|
|
162110
162834
|
Name = "NAME",
|
|
162111
162835
|
Owner = "OWNER",
|
|
162112
162836
|
Priority = "PRIORITY",
|
|
@@ -163037,6 +163761,10 @@ export type MercuryCostType = Node & {
|
|
|
163037
163761
|
key: Scalars['String']['output'];
|
|
163038
163762
|
order: Scalars['Int']['output'];
|
|
163039
163763
|
};
|
|
163764
|
+
export type MercuryCreateAskCustomFieldDefinitionInput = {
|
|
163765
|
+
cloudId: Scalars['ID']['input'];
|
|
163766
|
+
coreCustomFieldDefinition?: InputMaybe<MercuryCreateCoreCustomFieldDefinitionInput>;
|
|
163767
|
+
};
|
|
163040
163768
|
export type MercuryCreateAskInput = {
|
|
163041
163769
|
cloudId: Scalars['ID']['input'];
|
|
163042
163770
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -168702,6 +169430,26 @@ export type MercuryRisksQueryApiSearchRiskActivityHistoryArgs = {
|
|
|
168702
169430
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
168703
169431
|
sort?: InputMaybe<Array<InputMaybe<MercuryRiskActivitySort>>>;
|
|
168704
169432
|
};
|
|
169433
|
+
export type MercurySetAskCustomFieldInput = {
|
|
169434
|
+
askId: Scalars['ID']['input'];
|
|
169435
|
+
coreField?: InputMaybe<MercuryCustomFieldInput>;
|
|
169436
|
+
customFieldDefinitionId: Scalars['ID']['input'];
|
|
169437
|
+
};
|
|
169438
|
+
export type MercurySetAskCustomFieldPayload = Payload & {
|
|
169439
|
+
__typename?: 'MercurySetAskCustomFieldPayload';
|
|
169440
|
+
customField?: Maybe<MercuryCustomField>;
|
|
169441
|
+
errors?: Maybe<Array<MutationError>>;
|
|
169442
|
+
success: Scalars['Boolean']['output'];
|
|
169443
|
+
};
|
|
169444
|
+
export type MercurySetAskCustomFieldsInput = {
|
|
169445
|
+
customFields: Array<MercurySetAskCustomFieldInput>;
|
|
169446
|
+
};
|
|
169447
|
+
export type MercurySetAskCustomFieldsPayload = Payload & {
|
|
169448
|
+
__typename?: 'MercurySetAskCustomFieldsPayload';
|
|
169449
|
+
customFields?: Maybe<Array<MercuryCustomField>>;
|
|
169450
|
+
errors?: Maybe<Array<MutationError>>;
|
|
169451
|
+
success: Scalars['Boolean']['output'];
|
|
169452
|
+
};
|
|
168705
169453
|
export type MercurySetBaselineAndDescendantsPayload = Payload & {
|
|
168706
169454
|
__typename?: 'MercurySetBaselineAndDescendantsPayload';
|
|
168707
169455
|
baselineJobId: Scalars['ID']['output'];
|
|
@@ -170914,6 +171662,7 @@ export type MoveSprintUpResponse = MutationResponse & {
|
|
|
170914
171662
|
};
|
|
170915
171663
|
export type Mutation = {
|
|
170916
171664
|
__typename?: 'Mutation';
|
|
171665
|
+
_placeholder?: Maybe<Scalars['String']['output']>;
|
|
170917
171666
|
actions?: Maybe<ActionsMutation>;
|
|
170918
171667
|
activatePaywallContent?: Maybe<ActivatePaywallContentPayload>;
|
|
170919
171668
|
addDefaultExCoSpacePermissions?: Maybe<AddDefaultExCoSpacePermissionsPayload>;
|
|
@@ -171082,6 +171831,7 @@ export type Mutation = {
|
|
|
171082
171831
|
assetsDM_createObjectsListExportRequest?: Maybe<AssetsDmObjectsListExportRequestCreateResponse>;
|
|
171083
171832
|
assetsDM_createSavedSearch?: Maybe<AssetsDmSavedSearchesCreateResponse>;
|
|
171084
171833
|
assetsDM_dataSource?: Maybe<AssetsDmDataSourceResponse>;
|
|
171834
|
+
assetsDM_dataSourceBulkAction?: Maybe<AssetsDmDataSourceBulkActionResponse>;
|
|
171085
171835
|
assetsDM_dataSourceCleansingRulesConfigure?: Maybe<AssetsDmDataSourceCleansingRulesConfigureResponse>;
|
|
171086
171836
|
assetsDM_dataSourceCleansingRulesRunCleanse?: Maybe<AssetsDmDataSourceCleansingRulesRunCleanseResponse>;
|
|
171087
171837
|
assetsDM_dataSourceRunMerge?: Maybe<AssetsDmDataSourceRunMergeResponse>;
|
|
@@ -171733,6 +172483,10 @@ export type Mutation = {
|
|
|
171733
172483
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
171734
172484
|
graphIntegration_createDataConnectorConnection?: Maybe<GraphIntegrationCreateConnectionPayload>;
|
|
171735
172485
|
graphIntegration_createSkill?: Maybe<GraphIntegrationSkill>;
|
|
172486
|
+
graphIntegration_customAuthDelete?: Maybe<GraphIntegrationCustomAuthDeletePayload>;
|
|
172487
|
+
graphIntegration_customAuthUpdate?: Maybe<GraphIntegrationCustomAuthMutationPayload>;
|
|
172488
|
+
graphIntegration_customAuthUpdateStatus?: Maybe<GraphIntegrationCustomAuthMutationPayload>;
|
|
172489
|
+
graphIntegration_customAuthUpsert?: Maybe<GraphIntegrationCustomAuthMutationPayload>;
|
|
171736
172490
|
graphIntegration_deleteDataConnectorConnection?: Maybe<GraphIntegrationDeleteConnectionPayload>;
|
|
171737
172491
|
graphIntegration_deleteSkill?: Maybe<GraphIntegrationSkillMutationPayload>;
|
|
171738
172492
|
graphIntegration_mcpAdminManagementRegisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementRegisterMcpServerPayload>;
|
|
@@ -171912,6 +172666,7 @@ export type Mutation = {
|
|
|
171912
172666
|
gravity_generateViewTemplateFromUserPrompt?: Maybe<GravityGenerateViewTemplateFromUserPromptPayload>;
|
|
171913
172667
|
gravity_postFeedback?: Maybe<GravityPostFeedbackPayload>;
|
|
171914
172668
|
gravity_setActionStatus?: Maybe<GravityActionPayload>;
|
|
172669
|
+
gravity_setViewArrangement?: Maybe<GravityViewArrangementPayload>;
|
|
171915
172670
|
gravity_updateDeliverySettings?: Maybe<GravityUpdateDeliverySettingsPayload>;
|
|
171916
172671
|
gravity_updateDraftContent?: Maybe<GravityDraftPayload>;
|
|
171917
172672
|
gravity_upsertAction?: Maybe<GravityActionPayload>;
|
|
@@ -171951,8 +172706,11 @@ export type Mutation = {
|
|
|
171951
172706
|
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
171952
172707
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
171953
172708
|
jira_bulkCreateInlineIssuesOptimistic?: Maybe<JiraInlineIssuesCreatePayload>;
|
|
172709
|
+
jira_bulkDragAndDropBoardViewIssues?: Maybe<JiraBulkDragAndDropBoardViewIssuesPayload>;
|
|
171954
172710
|
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
171955
172711
|
jira_bulkSetBoardViewSwimlaneState?: Maybe<JiraBulkSetBoardViewSwimlaneStatePayload>;
|
|
172712
|
+
jira_bulkStartAgentSessions?: Maybe<JiraBulkStartAgentSessionsPayload>;
|
|
172713
|
+
jira_bulkStartUniformAgentSessions?: Maybe<JiraBulkStartAgentSessionsPayload>;
|
|
171956
172714
|
jira_bulkUpdateCategoryOptions?: Maybe<JiraBulkUpdateCategoryOptionsPayload>;
|
|
171957
172715
|
jira_clearBoardIssueCardCover?: Maybe<JiraClearBoardIssueCardCoverPayload>;
|
|
171958
172716
|
jira_createBoardViewIssue?: Maybe<JiraBoardViewIssueCreatePayload>;
|
|
@@ -171967,6 +172725,7 @@ export type Mutation = {
|
|
|
171967
172725
|
jira_createIssueType?: Maybe<JiraUpsertIssueTypePayload>;
|
|
171968
172726
|
jira_customizeProjectLevelSidebarMenuItem?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
|
|
171969
172727
|
jira_declineBoardViewsForWorkflows?: Maybe<JiraDeclineBoardViewsForWorkflowsPayload>;
|
|
172728
|
+
jira_deleteAgentAutonomyPolicy?: Maybe<JiraDeleteAgentAutonomyPolicyPayload>;
|
|
171970
172729
|
jira_deleteBoardViewStatusColumn?: Maybe<JiraDeleteBoardViewStatusColumnPayload>;
|
|
171971
172730
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
171972
172731
|
jira_deleteFieldScheme?: Maybe<JiraDeleteFieldSchemePayload>;
|
|
@@ -171990,6 +172749,7 @@ export type Mutation = {
|
|
|
171990
172749
|
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
171991
172750
|
jira_publishIssueSearchConfig?: Maybe<JiraPublishIssueSearchConfigPayload>;
|
|
171992
172751
|
jira_publishTimelineViewConfig?: Maybe<JiraPublishTimelineViewConfigPayload>;
|
|
172752
|
+
jira_removeAgentFieldAutonomy?: Maybe<JiraAgentAutonomyPolicyPayload>;
|
|
171993
172753
|
jira_removeAgentFromBoardViewStatusColumn?: Maybe<JiraRemoveAgentFromBoardViewStatusColumnPayload>;
|
|
171994
172754
|
jira_removeCustomFieldTranslation?: Maybe<JiraRemoveCustomFieldTranslationPayload>;
|
|
171995
172755
|
jira_removeFieldsFromFieldScheme?: Maybe<JiraRemoveFieldsFromFieldSchemePayload>;
|
|
@@ -172005,6 +172765,8 @@ export type Mutation = {
|
|
|
172005
172765
|
jira_restoreCustomFields?: Maybe<JiraRestoreCustomFieldsPayload>;
|
|
172006
172766
|
jira_restoreGlobalCustomFields?: Maybe<JiraRestoreGlobalCustomFieldsPayload>;
|
|
172007
172767
|
jira_scheduleTimelineItem?: Maybe<JiraScheduleTimelineItemPayload>;
|
|
172768
|
+
jira_setAgentAutonomyPolicy?: Maybe<JiraAgentAutonomyPolicyPayload>;
|
|
172769
|
+
jira_setAgentFieldAutonomy?: Maybe<JiraAgentAutonomyPolicyPayload>;
|
|
172008
172770
|
jira_setAgentSessionsIsPlanModeEnabled?: Maybe<JiraSetAgentSessionIsPlanModeEnabledResponsePayload>;
|
|
172009
172771
|
jira_setBacklogViewAssigneeFilters?: Maybe<JiraSetBacklogViewPayload>;
|
|
172010
172772
|
jira_setBacklogViewBoardNameToggle?: Maybe<JiraSetBacklogViewPayload>;
|
|
@@ -172122,8 +172884,10 @@ export type Mutation = {
|
|
|
172122
172884
|
jsmConversation_createInvite?: Maybe<JsmConversationCreateInvitePayload>;
|
|
172123
172885
|
jsmConversation_rejectInvite?: Maybe<JsmConversationRejectInvitePayload>;
|
|
172124
172886
|
jsmConversation_updateSettings?: Maybe<JsmConversationSettingsPayload>;
|
|
172887
|
+
jsmTelemetry_addChart?: Maybe<JsmTelemetryAddChartResult>;
|
|
172125
172888
|
jsmTelemetry_createTelemetryConnection?: Maybe<JsmTelemetryCreateTelemetryConnectionPayload>;
|
|
172126
172889
|
jsmTelemetry_deleteTelemetryConnection?: Maybe<Scalars['Boolean']['output']>;
|
|
172890
|
+
jsmTelemetry_removeChart?: Maybe<JsmTelemetryRemoveChartResult>;
|
|
172127
172891
|
jsmTelemetry_removeDashboard?: Maybe<JsmTelemetryRemoveDashboardResult>;
|
|
172128
172892
|
jsmTelemetry_removeDashboardChart?: Maybe<JsmTelemetryRemoveDashboardChartResult>;
|
|
172129
172893
|
jsmTelemetry_updateDashboardConfig?: Maybe<JsmTelemetryUpdateDashboardConfigResult>;
|
|
@@ -172158,6 +172922,7 @@ export type Mutation = {
|
|
|
172158
172922
|
kitsune_removeOrganizationField?: Maybe<KitsuneDeletedRecord>;
|
|
172159
172923
|
kitsune_removeSection?: Maybe<KitsuneDeletedRecord>;
|
|
172160
172924
|
kitsune_removeSnippet?: Maybe<KitsuneDeletedRecord>;
|
|
172925
|
+
kitsune_removeSpace?: Maybe<KitsuneJob>;
|
|
172161
172926
|
kitsune_removeView?: Maybe<KitsuneDeletedRecord>;
|
|
172162
172927
|
kitsune_resyncFeedback?: Maybe<KitsuneJob>;
|
|
172163
172928
|
kitsune_resyncInsights?: Maybe<KitsuneJob>;
|
|
@@ -172206,14 +172971,18 @@ export type Mutation = {
|
|
|
172206
172971
|
marketplaceStore?: Maybe<MarketplaceStoreMutationApi>;
|
|
172207
172972
|
mercury?: Maybe<MercuryMutationApi>;
|
|
172208
172973
|
mercury_acceptProposedDate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
172974
|
+
mercury_addAskCustomFieldDefinitionOptions?: Maybe<MercuryAddCustomFieldDefinitionOptionsPayload>;
|
|
172209
172975
|
mercury_addConnectedWork?: Maybe<MercuryAskConnectedWorkPayload>;
|
|
172210
172976
|
mercury_attachAskLink?: Maybe<MercuryAttachAskLinkPayload>;
|
|
172211
172977
|
mercury_businessDomains?: Maybe<MercuryBusinessDomainsMutationApi>;
|
|
172212
172978
|
mercury_comments?: Maybe<MercuryCommentMutationApi>;
|
|
172213
172979
|
mercury_createAsk?: Maybe<MercuryUpsertAskPayload>;
|
|
172980
|
+
mercury_createAskCustomFieldDefinition?: Maybe<MercuryCreateCustomFieldDefinitionPayload>;
|
|
172214
172981
|
mercury_createAskStatusUpdate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
172215
172982
|
mercury_createAsks?: Maybe<MercuryCreateAsksPayload>;
|
|
172216
172983
|
mercury_deleteAsk?: Maybe<MercuryDeleteAskPayload>;
|
|
172984
|
+
mercury_deleteAskCustomFieldDefinition?: Maybe<MercuryDeleteCustomFieldDefinitionPayload>;
|
|
172985
|
+
mercury_deleteAskCustomFieldDefinitionOptions?: Maybe<MercuryDeleteCustomFieldDefinitionOptionsPayload>;
|
|
172217
172986
|
mercury_deleteAskLink?: Maybe<MercuryDeleteAskLinkPayload>;
|
|
172218
172987
|
mercury_deleteAskStatusUpdate?: Maybe<MercuryDeleteAskStatusUpdatePayload>;
|
|
172219
172988
|
mercury_funds?: Maybe<MercuryFundsMutationApi>;
|
|
@@ -172224,9 +172993,15 @@ export type Mutation = {
|
|
|
172224
172993
|
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
|
|
172225
172994
|
mercury_rejectProposedDate?: Maybe<MercuryUpsertAskStatusUpdatePayload>;
|
|
172226
172995
|
mercury_removeConnectedWork?: Maybe<MercuryAskConnectedWorkPayload>;
|
|
172996
|
+
mercury_reorderAskCustomFieldDefinitionOptions?: Maybe<MercuryReorderCustomFieldDefinitionOptionsPayload>;
|
|
172227
172997
|
mercury_risks?: Maybe<MercuryRisksMutationApi>;
|
|
172998
|
+
mercury_setAskCustomFieldValue?: Maybe<MercurySetAskCustomFieldPayload>;
|
|
172999
|
+
mercury_setAskCustomFieldValues?: Maybe<MercurySetAskCustomFieldsPayload>;
|
|
172228
173000
|
mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
|
|
172229
173001
|
mercury_tags?: Maybe<MercuryTagsMutationApi>;
|
|
173002
|
+
mercury_updateAskCustomFieldDefinitionDescription?: Maybe<MercuryUpdateCustomFieldDefinitionDescriptionPayload>;
|
|
173003
|
+
mercury_updateAskCustomFieldDefinitionName?: Maybe<MercuryUpdateCustomFieldDefinitionNamePayload>;
|
|
173004
|
+
mercury_updateAskCustomFieldDefinitionOption?: Maybe<MercuryUpdateCustomFieldDefinitionOptionPayload>;
|
|
172230
173005
|
mercury_updateAskDescription?: Maybe<MercuryUpsertAskPayload>;
|
|
172231
173006
|
mercury_updateAskImpactedWork?: Maybe<MercuryUpsertAskPayload>;
|
|
172232
173007
|
mercury_updateAskJustification?: Maybe<MercuryUpsertAskPayload>;
|
|
@@ -172333,8 +173108,10 @@ export type Mutation = {
|
|
|
172333
173108
|
projects_updateSlackSubscription?: Maybe<TownsquareProjectsUpdateSlackSubscriptionPayload>;
|
|
172334
173109
|
provisionDemoSite?: Maybe<ProvisionDemoSiteResponse>;
|
|
172335
173110
|
psm_finishOnboardTenant?: Maybe<PsmFinishOnboardTenantPayload>;
|
|
173111
|
+
psm_linkSensorKbArticles?: Maybe<PsmLinkSensorKbArticlesPayload>;
|
|
172336
173112
|
psm_onboardTenant?: Maybe<PsmOnboardTenantPayload>;
|
|
172337
173113
|
psm_registerDevice?: Maybe<PsmRegisterDevicePayload>;
|
|
173114
|
+
psm_updateSensorEnablement?: Maybe<PsmUpdateSensorEnablementPayload>;
|
|
172338
173115
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
172339
173116
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
172340
173117
|
radar_clearFocusAreaProposals?: Maybe<RadarMutationResponse>;
|
|
@@ -173311,6 +174088,12 @@ export type MutationAssetsDm_DataSourceArgs = {
|
|
|
173311
174088
|
operation?: InputMaybe<AssetsDmDataSourceOperationEnum>;
|
|
173312
174089
|
workspaceId: Scalars['ID']['input'];
|
|
173313
174090
|
};
|
|
174091
|
+
export type MutationAssetsDm_DataSourceBulkActionArgs = {
|
|
174092
|
+
action: AssetsDmDataSourceBulkAction;
|
|
174093
|
+
cloudId: Scalars['ID']['input'];
|
|
174094
|
+
dataSourceIds: Array<Scalars['ID']['input']>;
|
|
174095
|
+
workspaceId: Scalars['ID']['input'];
|
|
174096
|
+
};
|
|
173314
174097
|
export type MutationAssetsDm_DataSourceCleansingRulesConfigureArgs = {
|
|
173315
174098
|
cleansingRules: Array<AssetsDmDataSourceCleansingRuleInput>;
|
|
173316
174099
|
cloudId: Scalars['ID']['input'];
|
|
@@ -175647,6 +176430,19 @@ export type MutationGraphIntegration_CreateDataConnectorConnectionArgs = {
|
|
|
175647
176430
|
export type MutationGraphIntegration_CreateSkillArgs = {
|
|
175648
176431
|
input: GraphIntegrationCreateSkillInput;
|
|
175649
176432
|
};
|
|
176433
|
+
export type MutationGraphIntegration_CustomAuthDeleteArgs = {
|
|
176434
|
+
input: GraphIntegrationCustomAuthDeleteInput;
|
|
176435
|
+
};
|
|
176436
|
+
export type MutationGraphIntegration_CustomAuthUpdateArgs = {
|
|
176437
|
+
authAri: Scalars['ID']['input'];
|
|
176438
|
+
input: GraphIntegrationCustomAuthUpsertInput;
|
|
176439
|
+
};
|
|
176440
|
+
export type MutationGraphIntegration_CustomAuthUpdateStatusArgs = {
|
|
176441
|
+
input: GraphIntegrationCustomAuthUpdateStatusInput;
|
|
176442
|
+
};
|
|
176443
|
+
export type MutationGraphIntegration_CustomAuthUpsertArgs = {
|
|
176444
|
+
input: GraphIntegrationCustomAuthUpsertInput;
|
|
176445
|
+
};
|
|
175650
176446
|
export type MutationGraphIntegration_DeleteDataConnectorConnectionArgs = {
|
|
175651
176447
|
input: GraphIntegrationDeleteDataConnectorConnectionInput;
|
|
175652
176448
|
};
|
|
@@ -176190,6 +176986,10 @@ export type MutationGravity_SetActionStatusArgs = {
|
|
|
176190
176986
|
cloudId: Scalars['ID']['input'];
|
|
176191
176987
|
input: GravitySetActionStatusInput;
|
|
176192
176988
|
};
|
|
176989
|
+
export type MutationGravity_SetViewArrangementArgs = {
|
|
176990
|
+
cloudId: Scalars['ID']['input'];
|
|
176991
|
+
input: GravitySetViewArrangementInput;
|
|
176992
|
+
};
|
|
176193
176993
|
export type MutationGravity_UpdateDeliverySettingsArgs = {
|
|
176194
176994
|
cloudId: Scalars['ID']['input'];
|
|
176195
176995
|
input: GravityUpdateDeliverySettingsInput;
|
|
@@ -176310,12 +177110,21 @@ export type MutationJira_AssociateProjectToFieldSchemeArgs = {
|
|
|
176310
177110
|
export type MutationJira_BulkCreateInlineIssuesOptimisticArgs = {
|
|
176311
177111
|
input: Array<JiraInlineIssueCreateInput>;
|
|
176312
177112
|
};
|
|
177113
|
+
export type MutationJira_BulkDragAndDropBoardViewIssuesArgs = {
|
|
177114
|
+
input: JiraBulkDragAndDropBoardViewIssuesInput;
|
|
177115
|
+
};
|
|
176313
177116
|
export type MutationJira_BulkSetBoardViewColumnStateArgs = {
|
|
176314
177117
|
input: JiraBulkSetBoardViewColumnStateInput;
|
|
176315
177118
|
};
|
|
176316
177119
|
export type MutationJira_BulkSetBoardViewSwimlaneStateArgs = {
|
|
176317
177120
|
input: JiraBulkSetBoardViewSwimlaneStateInput;
|
|
176318
177121
|
};
|
|
177122
|
+
export type MutationJira_BulkStartAgentSessionsArgs = {
|
|
177123
|
+
input: JiraBulkStartAgentSessionsInput;
|
|
177124
|
+
};
|
|
177125
|
+
export type MutationJira_BulkStartUniformAgentSessionsArgs = {
|
|
177126
|
+
input: JiraBulkStartUniformAgentSessionsInput;
|
|
177127
|
+
};
|
|
176319
177128
|
export type MutationJira_BulkUpdateCategoryOptionsArgs = {
|
|
176320
177129
|
input: JiraBulkUpdateCategoryOptionsInput;
|
|
176321
177130
|
};
|
|
@@ -176361,6 +177170,10 @@ export type MutationJira_CustomizeProjectLevelSidebarMenuItemArgs = {
|
|
|
176361
177170
|
export type MutationJira_DeclineBoardViewsForWorkflowsArgs = {
|
|
176362
177171
|
input: JiraDeclineBoardViewsForWorkflowsInput;
|
|
176363
177172
|
};
|
|
177173
|
+
export type MutationJira_DeleteAgentAutonomyPolicyArgs = {
|
|
177174
|
+
cloudId: Scalars['ID']['input'];
|
|
177175
|
+
input: JiraAgentAutonomyPolicyInput;
|
|
177176
|
+
};
|
|
176364
177177
|
export type MutationJira_DeleteBoardViewStatusColumnArgs = {
|
|
176365
177178
|
input: JiraDeleteBoardViewStatusColumnInput;
|
|
176366
177179
|
};
|
|
@@ -176435,6 +177248,10 @@ export type MutationJira_PublishIssueSearchConfigArgs = {
|
|
|
176435
177248
|
export type MutationJira_PublishTimelineViewConfigArgs = {
|
|
176436
177249
|
input: JiraPublishTimelineViewConfigInput;
|
|
176437
177250
|
};
|
|
177251
|
+
export type MutationJira_RemoveAgentFieldAutonomyArgs = {
|
|
177252
|
+
cloudId: Scalars['ID']['input'];
|
|
177253
|
+
input: JiraRemoveAgentFieldAutonomyInput;
|
|
177254
|
+
};
|
|
176438
177255
|
export type MutationJira_RemoveAgentFromBoardViewStatusColumnArgs = {
|
|
176439
177256
|
input: JiraRemoveAgentFromBoardViewStatusColumnInput;
|
|
176440
177257
|
};
|
|
@@ -176487,6 +177304,14 @@ export type MutationJira_ScheduleTimelineItemArgs = {
|
|
|
176487
177304
|
cloudId: Scalars['ID']['input'];
|
|
176488
177305
|
input: JiraScheduleTimelineItemInput;
|
|
176489
177306
|
};
|
|
177307
|
+
export type MutationJira_SetAgentAutonomyPolicyArgs = {
|
|
177308
|
+
cloudId: Scalars['ID']['input'];
|
|
177309
|
+
input: JiraSetAgentAutonomyPolicyInput;
|
|
177310
|
+
};
|
|
177311
|
+
export type MutationJira_SetAgentFieldAutonomyArgs = {
|
|
177312
|
+
cloudId: Scalars['ID']['input'];
|
|
177313
|
+
input: JiraSetAgentFieldAutonomyInput;
|
|
177314
|
+
};
|
|
176490
177315
|
export type MutationJira_SetAgentSessionsIsPlanModeEnabledArgs = {
|
|
176491
177316
|
cloudId: Scalars['ID']['input'];
|
|
176492
177317
|
isPlanModeEnabled: Scalars['Boolean']['input'];
|
|
@@ -176871,6 +177696,12 @@ export type MutationJsmConversation_RejectInviteArgs = {
|
|
|
176871
177696
|
export type MutationJsmConversation_UpdateSettingsArgs = {
|
|
176872
177697
|
input: JsmConversationSettingsInput;
|
|
176873
177698
|
};
|
|
177699
|
+
export type MutationJsmTelemetry_AddChartArgs = {
|
|
177700
|
+
cloudId: Scalars['ID']['input'];
|
|
177701
|
+
input: JsmTelemetryAddChartInput;
|
|
177702
|
+
scopeId: Scalars['String']['input'];
|
|
177703
|
+
scopeType: JsmTelemetryScopeType;
|
|
177704
|
+
};
|
|
176874
177705
|
export type MutationJsmTelemetry_CreateTelemetryConnectionArgs = {
|
|
176875
177706
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
176876
177707
|
input: JsmTelemetryCreateTelemetryConnectionInput;
|
|
@@ -176879,6 +177710,12 @@ export type MutationJsmTelemetry_DeleteTelemetryConnectionArgs = {
|
|
|
176879
177710
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
176880
177711
|
input: JsmTelemetryDeleteTelemetryConnectionInput;
|
|
176881
177712
|
};
|
|
177713
|
+
export type MutationJsmTelemetry_RemoveChartArgs = {
|
|
177714
|
+
chartId: Scalars['ID']['input'];
|
|
177715
|
+
cloudId: Scalars['ID']['input'];
|
|
177716
|
+
scopeId: Scalars['String']['input'];
|
|
177717
|
+
scopeType: JsmTelemetryScopeType;
|
|
177718
|
+
};
|
|
176882
177719
|
export type MutationJsmTelemetry_RemoveDashboardArgs = {
|
|
176883
177720
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
176884
177721
|
incidentId: Scalars['ID']['input'];
|
|
@@ -177039,6 +177876,9 @@ export type MutationKitsune_RemoveSectionArgs = {
|
|
|
177039
177876
|
export type MutationKitsune_RemoveSnippetArgs = {
|
|
177040
177877
|
id: Scalars['ID']['input'];
|
|
177041
177878
|
};
|
|
177879
|
+
export type MutationKitsune_RemoveSpaceArgs = {
|
|
177880
|
+
id: Scalars['ID']['input'];
|
|
177881
|
+
};
|
|
177042
177882
|
export type MutationKitsune_RemoveViewArgs = {
|
|
177043
177883
|
viewAri: Scalars['ID']['input'];
|
|
177044
177884
|
};
|
|
@@ -177231,6 +178071,9 @@ export type MutationMarkFeatureDiscoveredArgs = {
|
|
|
177231
178071
|
export type MutationMercury_AcceptProposedDateArgs = {
|
|
177232
178072
|
input: MercuryResolveProposedDateInput;
|
|
177233
178073
|
};
|
|
178074
|
+
export type MutationMercury_AddAskCustomFieldDefinitionOptionsArgs = {
|
|
178075
|
+
input: MercuryAddCustomFieldDefinitionOptionsInput;
|
|
178076
|
+
};
|
|
177234
178077
|
export type MutationMercury_AddConnectedWorkArgs = {
|
|
177235
178078
|
input: MercuryAskConnectedWorkInput;
|
|
177236
178079
|
};
|
|
@@ -177240,6 +178083,9 @@ export type MutationMercury_AttachAskLinkArgs = {
|
|
|
177240
178083
|
export type MutationMercury_CreateAskArgs = {
|
|
177241
178084
|
input: MercuryCreateAskInput;
|
|
177242
178085
|
};
|
|
178086
|
+
export type MutationMercury_CreateAskCustomFieldDefinitionArgs = {
|
|
178087
|
+
input: MercuryCreateAskCustomFieldDefinitionInput;
|
|
178088
|
+
};
|
|
177243
178089
|
export type MutationMercury_CreateAskStatusUpdateArgs = {
|
|
177244
178090
|
input: MercuryCreateAskStatusUpdateInput;
|
|
177245
178091
|
};
|
|
@@ -177249,6 +178095,12 @@ export type MutationMercury_CreateAsksArgs = {
|
|
|
177249
178095
|
export type MutationMercury_DeleteAskArgs = {
|
|
177250
178096
|
input: MercuryDeleteAskInput;
|
|
177251
178097
|
};
|
|
178098
|
+
export type MutationMercury_DeleteAskCustomFieldDefinitionArgs = {
|
|
178099
|
+
input: MercuryDeleteCustomFieldDefinitionInput;
|
|
178100
|
+
};
|
|
178101
|
+
export type MutationMercury_DeleteAskCustomFieldDefinitionOptionsArgs = {
|
|
178102
|
+
input: MercuryDeleteCustomFieldDefinitionOptionsInput;
|
|
178103
|
+
};
|
|
177252
178104
|
export type MutationMercury_DeleteAskLinkArgs = {
|
|
177253
178105
|
input: MercuryDeleteAskLinkInput;
|
|
177254
178106
|
};
|
|
@@ -177264,6 +178116,24 @@ export type MutationMercury_RejectProposedDateArgs = {
|
|
|
177264
178116
|
export type MutationMercury_RemoveConnectedWorkArgs = {
|
|
177265
178117
|
input: MercuryAskConnectedWorkInput;
|
|
177266
178118
|
};
|
|
178119
|
+
export type MutationMercury_ReorderAskCustomFieldDefinitionOptionsArgs = {
|
|
178120
|
+
input: MercuryReorderCustomFieldDefinitionOptionsInput;
|
|
178121
|
+
};
|
|
178122
|
+
export type MutationMercury_SetAskCustomFieldValueArgs = {
|
|
178123
|
+
input: MercurySetAskCustomFieldInput;
|
|
178124
|
+
};
|
|
178125
|
+
export type MutationMercury_SetAskCustomFieldValuesArgs = {
|
|
178126
|
+
input: MercurySetAskCustomFieldsInput;
|
|
178127
|
+
};
|
|
178128
|
+
export type MutationMercury_UpdateAskCustomFieldDefinitionDescriptionArgs = {
|
|
178129
|
+
input: MercuryUpdateCustomFieldDefinitionDescriptionInput;
|
|
178130
|
+
};
|
|
178131
|
+
export type MutationMercury_UpdateAskCustomFieldDefinitionNameArgs = {
|
|
178132
|
+
input: MercuryUpdateCustomFieldDefinitionNameInput;
|
|
178133
|
+
};
|
|
178134
|
+
export type MutationMercury_UpdateAskCustomFieldDefinitionOptionArgs = {
|
|
178135
|
+
input: MercuryUpdateCustomFieldDefinitionOptionInput;
|
|
178136
|
+
};
|
|
177267
178137
|
export type MutationMercury_UpdateAskDescriptionArgs = {
|
|
177268
178138
|
input: MercuryUpdateAskDescriptionInput;
|
|
177269
178139
|
};
|
|
@@ -177574,6 +178444,10 @@ export type MutationPsm_FinishOnboardTenantArgs = {
|
|
|
177574
178444
|
cloudId: Scalars['ID']['input'];
|
|
177575
178445
|
input: PsmFinishOnboardTenantInput;
|
|
177576
178446
|
};
|
|
178447
|
+
export type MutationPsm_LinkSensorKbArticlesArgs = {
|
|
178448
|
+
cloudId: Scalars['ID']['input'];
|
|
178449
|
+
input: PsmLinkSensorKbArticlesInput;
|
|
178450
|
+
};
|
|
177577
178451
|
export type MutationPsm_OnboardTenantArgs = {
|
|
177578
178452
|
cloudId: Scalars['ID']['input'];
|
|
177579
178453
|
input: PsmOnboardTenantInput;
|
|
@@ -177581,6 +178455,10 @@ export type MutationPsm_OnboardTenantArgs = {
|
|
|
177581
178455
|
export type MutationPsm_RegisterDeviceArgs = {
|
|
177582
178456
|
input: PsmRegisterDeviceInput;
|
|
177583
178457
|
};
|
|
178458
|
+
export type MutationPsm_UpdateSensorEnablementArgs = {
|
|
178459
|
+
cloudId: Scalars['ID']['input'];
|
|
178460
|
+
input: PsmUpdateSensorEnablementInput;
|
|
178461
|
+
};
|
|
177584
178462
|
export type MutationPublicLinkPagesAdminActionArgs = {
|
|
177585
178463
|
action: PublicLinkAdminAction;
|
|
177586
178464
|
pageIds: Array<Scalars['ID']['input']>;
|
|
@@ -180989,6 +181867,7 @@ export type ProactiveAiStratusTestInsightsMinionResult = {
|
|
|
180989
181867
|
error?: Maybe<ProactiveAiStratusTestInsightsMinionError>;
|
|
180990
181868
|
eventCount: Scalars['Int']['output'];
|
|
180991
181869
|
minion: ProactiveAiStratusTestInsightsMinion;
|
|
181870
|
+
renderedPrompt?: Maybe<Scalars['String']['output']>;
|
|
180992
181871
|
responseText?: Maybe<Scalars['String']['output']>;
|
|
180993
181872
|
};
|
|
180994
181873
|
export type ProactiveAiStratusTestInsightsPromptVariable = {
|
|
@@ -181065,6 +181944,105 @@ export type ProvisionDemoSiteResponse = {
|
|
|
181065
181944
|
taskId?: Maybe<Scalars['ID']['output']>;
|
|
181066
181945
|
xnId?: Maybe<Scalars['String']['output']>;
|
|
181067
181946
|
};
|
|
181947
|
+
export type PsmActiveSensor = {
|
|
181948
|
+
__typename?: 'PsmActiveSensor';
|
|
181949
|
+
affectedDeviceCount?: Maybe<Scalars['Int']['output']>;
|
|
181950
|
+
affectedDevices?: Maybe<Array<PsmSensorTriggeredDevice>>;
|
|
181951
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
181952
|
+
id: Scalars['ID']['output'];
|
|
181953
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
181954
|
+
providerSensorId: Scalars['ID']['output'];
|
|
181955
|
+
};
|
|
181956
|
+
export type PsmActiveSensors = {
|
|
181957
|
+
__typename?: 'PsmActiveSensors';
|
|
181958
|
+
generatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
181959
|
+
sensors?: Maybe<Array<PsmActiveSensor>>;
|
|
181960
|
+
};
|
|
181961
|
+
export type PsmActiveSensorsFilter = {
|
|
181962
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
181963
|
+
remediationMode?: InputMaybe<PsmRemediationMode>;
|
|
181964
|
+
};
|
|
181965
|
+
export declare enum PsmActorType {
|
|
181966
|
+
System = "SYSTEM",
|
|
181967
|
+
User = "USER"
|
|
181968
|
+
}
|
|
181969
|
+
export type PsmAuditActor = {
|
|
181970
|
+
__typename?: 'PsmAuditActor';
|
|
181971
|
+
accountId: Scalars['ID']['output'];
|
|
181972
|
+
avatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
181973
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
181974
|
+
};
|
|
181975
|
+
export type PsmAuditDevice = {
|
|
181976
|
+
__typename?: 'PsmAuditDevice';
|
|
181977
|
+
deviceId: Scalars['ID']['output'];
|
|
181978
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
181979
|
+
serialNumber: Scalars['String']['output'];
|
|
181980
|
+
};
|
|
181981
|
+
export type PsmAuditLogConnection = {
|
|
181982
|
+
__typename?: 'PsmAuditLogConnection';
|
|
181983
|
+
edges?: Maybe<Array<PsmAuditLogEdge>>;
|
|
181984
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
181985
|
+
nodes?: Maybe<Array<Maybe<PsmAuditLogEntry>>>;
|
|
181986
|
+
pageInfo: PageInfo;
|
|
181987
|
+
};
|
|
181988
|
+
export type PsmAuditLogEdge = {
|
|
181989
|
+
__typename?: 'PsmAuditLogEdge';
|
|
181990
|
+
cursor: Scalars['String']['output'];
|
|
181991
|
+
node: PsmAuditLogEntry;
|
|
181992
|
+
};
|
|
181993
|
+
export type PsmAuditLogEntry = {
|
|
181994
|
+
__typename?: 'PsmAuditLogEntry';
|
|
181995
|
+
device: PsmAuditDevice;
|
|
181996
|
+
id: Scalars['ID']['output'];
|
|
181997
|
+
linkedTicket?: Maybe<PsmLinkedTicket>;
|
|
181998
|
+
remediationName: Scalars['String']['output'];
|
|
181999
|
+
result: PsmRemediationResult;
|
|
182000
|
+
sensorName: Scalars['String']['output'];
|
|
182001
|
+
timestamp: Scalars['DateTime']['output'];
|
|
182002
|
+
triggerType: PsmRemediationTrigger;
|
|
182003
|
+
triggeredBy?: Maybe<PsmAuditActor>;
|
|
182004
|
+
};
|
|
182005
|
+
export type PsmAuditLogFilter = {
|
|
182006
|
+
dateRange?: InputMaybe<PsmDateRangeInput>;
|
|
182007
|
+
deviceSerialNumber?: InputMaybe<Scalars['String']['input']>;
|
|
182008
|
+
results?: InputMaybe<Array<PsmRemediationResult>>;
|
|
182009
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
182010
|
+
sensorName?: InputMaybe<Scalars['String']['input']>;
|
|
182011
|
+
triggerTypes?: InputMaybe<Array<PsmRemediationTrigger>>;
|
|
182012
|
+
};
|
|
182013
|
+
export declare enum PsmAuditLogOrder {
|
|
182014
|
+
TimestampAsc = "TIMESTAMP_ASC",
|
|
182015
|
+
TimestampDesc = "TIMESTAMP_DESC"
|
|
182016
|
+
}
|
|
182017
|
+
export type PsmCostSavings = {
|
|
182018
|
+
__typename?: 'PsmCostSavings';
|
|
182019
|
+
currency: Scalars['String']['output'];
|
|
182020
|
+
itCostSaved: Scalars['Float']['output'];
|
|
182021
|
+
ticketsPrevented: Scalars['Int']['output'];
|
|
182022
|
+
};
|
|
182023
|
+
export type PsmDashboardOverview = {
|
|
182024
|
+
__typename?: 'PsmDashboardOverview';
|
|
182025
|
+
activeIssuesBySeverity: Array<PsmSeverityCount>;
|
|
182026
|
+
costSavings?: Maybe<PsmCostSavings>;
|
|
182027
|
+
devicesNotReporting: Scalars['Int']['output'];
|
|
182028
|
+
fleetHealth: PsmFleetHealth;
|
|
182029
|
+
generatedAt: Scalars['DateTime']['output'];
|
|
182030
|
+
pendingEndUserActions: Scalars['Int']['output'];
|
|
182031
|
+
remediationOutcomes: PsmRemediationOutcomes;
|
|
182032
|
+
sensorCoverage: PsmSensorCoverage;
|
|
182033
|
+
silentSaves: PsmSilentSaves;
|
|
182034
|
+
topIssues: Array<PsmTopIssue>;
|
|
182035
|
+
totalManagedDevices: Scalars['Int']['output'];
|
|
182036
|
+
};
|
|
182037
|
+
export type PsmDashboardOverviewInput = {
|
|
182038
|
+
dateRange?: InputMaybe<PsmDateRangeInput>;
|
|
182039
|
+
spaceId: Scalars['ID']['input'];
|
|
182040
|
+
timeWindow: PsmTimeWindow;
|
|
182041
|
+
};
|
|
182042
|
+
export type PsmDateRangeInput = {
|
|
182043
|
+
from: Scalars['DateTime']['input'];
|
|
182044
|
+
to: Scalars['DateTime']['input'];
|
|
182045
|
+
};
|
|
181068
182046
|
export type PsmDevice = {
|
|
181069
182047
|
__typename?: 'PsmDevice';
|
|
181070
182048
|
atlassianAccountId: Scalars['ID']['output'];
|
|
@@ -181089,6 +182067,11 @@ export type PsmDeviceEdge = {
|
|
|
181089
182067
|
cursor: Scalars['String']['output'];
|
|
181090
182068
|
node?: Maybe<PsmDevice>;
|
|
181091
182069
|
};
|
|
182070
|
+
export type PsmDeviceIdentity = {
|
|
182071
|
+
__typename?: 'PsmDeviceIdentity';
|
|
182072
|
+
isDeviceOffline?: Maybe<Scalars['Boolean']['output']>;
|
|
182073
|
+
serialNumber: Scalars['String']['output'];
|
|
182074
|
+
};
|
|
181092
182075
|
export declare enum PsmDeviceStatus {
|
|
181093
182076
|
Active = "ACTIVE",
|
|
181094
182077
|
Offline = "OFFLINE",
|
|
@@ -181104,6 +182087,30 @@ export type PsmFinishOnboardTenantPayload = Payload & {
|
|
|
181104
182087
|
success: Scalars['Boolean']['output'];
|
|
181105
182088
|
tenant?: Maybe<PsmTenant>;
|
|
181106
182089
|
};
|
|
182090
|
+
export type PsmFleetHealth = {
|
|
182091
|
+
__typename?: 'PsmFleetHealth';
|
|
182092
|
+
criticalPct: Scalars['Float']['output'];
|
|
182093
|
+
healthyPct: Scalars['Float']['output'];
|
|
182094
|
+
trendPct?: Maybe<Scalars['Float']['output']>;
|
|
182095
|
+
warningPct: Scalars['Float']['output'];
|
|
182096
|
+
};
|
|
182097
|
+
export type PsmLinkSensorKbArticlesInput = {
|
|
182098
|
+
kbLinks?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
182099
|
+
sensorId: Scalars['String']['input'];
|
|
182100
|
+
spaceId: Scalars['ID']['input'];
|
|
182101
|
+
};
|
|
182102
|
+
export type PsmLinkSensorKbArticlesPayload = Payload & {
|
|
182103
|
+
__typename?: 'PsmLinkSensorKbArticlesPayload';
|
|
182104
|
+
errors?: Maybe<Array<MutationError>>;
|
|
182105
|
+
sensor?: Maybe<PsmSensorConfigDetails>;
|
|
182106
|
+
success: Scalars['Boolean']['output'];
|
|
182107
|
+
};
|
|
182108
|
+
export type PsmLinkedTicket = {
|
|
182109
|
+
__typename?: 'PsmLinkedTicket';
|
|
182110
|
+
issueId: Scalars['ID']['output'];
|
|
182111
|
+
issueKey: Scalars['String']['output'];
|
|
182112
|
+
url: Scalars['URL']['output'];
|
|
182113
|
+
};
|
|
181107
182114
|
export type PsmOnboardTenantInput = {
|
|
181108
182115
|
spaceId: Scalars['ID']['input'];
|
|
181109
182116
|
};
|
|
@@ -181140,6 +182147,143 @@ export type PsmRegisterDevicePayload = Payload & {
|
|
|
181140
182147
|
errors?: Maybe<Array<MutationError>>;
|
|
181141
182148
|
success: Scalars['Boolean']['output'];
|
|
181142
182149
|
};
|
|
182150
|
+
export type PsmRemediatedBy = {
|
|
182151
|
+
__typename?: 'PsmRemediatedBy';
|
|
182152
|
+
accountId?: Maybe<Scalars['ID']['output']>;
|
|
182153
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
182154
|
+
kind?: Maybe<PsmActorType>;
|
|
182155
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
182156
|
+
};
|
|
182157
|
+
export declare enum PsmRemediationMode {
|
|
182158
|
+
AgentAction = "AGENT_ACTION",
|
|
182159
|
+
Automated = "AUTOMATED"
|
|
182160
|
+
}
|
|
182161
|
+
export type PsmRemediationOutcomes = {
|
|
182162
|
+
__typename?: 'PsmRemediationOutcomes';
|
|
182163
|
+
failed: Scalars['Int']['output'];
|
|
182164
|
+
pending: Scalars['Int']['output'];
|
|
182165
|
+
success: Scalars['Int']['output'];
|
|
182166
|
+
successRatePct: Scalars['Float']['output'];
|
|
182167
|
+
};
|
|
182168
|
+
export declare enum PsmRemediationResult {
|
|
182169
|
+
Failed = "FAILED",
|
|
182170
|
+
Pending = "PENDING",
|
|
182171
|
+
Success = "SUCCESS"
|
|
182172
|
+
}
|
|
182173
|
+
export declare enum PsmRemediationStatus {
|
|
182174
|
+
Failed = "FAILED",
|
|
182175
|
+
NotAttempted = "NOT_ATTEMPTED",
|
|
182176
|
+
PendingApproval = "PENDING_APPROVAL",
|
|
182177
|
+
Running = "RUNNING"
|
|
182178
|
+
}
|
|
182179
|
+
export declare enum PsmRemediationTrigger {
|
|
182180
|
+
Agent = "AGENT",
|
|
182181
|
+
Auto = "AUTO",
|
|
182182
|
+
EndUser = "END_USER"
|
|
182183
|
+
}
|
|
182184
|
+
export type PsmSensorCategoriesInput = {
|
|
182185
|
+
spaceId: Scalars['ID']['input'];
|
|
182186
|
+
};
|
|
182187
|
+
export type PsmSensorCategoriesResult = {
|
|
182188
|
+
__typename?: 'PsmSensorCategoriesResult';
|
|
182189
|
+
categories: Array<Scalars['String']['output']>;
|
|
182190
|
+
};
|
|
182191
|
+
export type PsmSensorConfig = {
|
|
182192
|
+
__typename?: 'PsmSensorConfig';
|
|
182193
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
182194
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
182195
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
182196
|
+
id: Scalars['ID']['output'];
|
|
182197
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
182198
|
+
remediationType?: Maybe<PsmSensorRemediationType>;
|
|
182199
|
+
sensorId?: Maybe<Scalars['String']['output']>;
|
|
182200
|
+
};
|
|
182201
|
+
export type PsmSensorConfigDetails = {
|
|
182202
|
+
__typename?: 'PsmSensorConfigDetails';
|
|
182203
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
182204
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
182205
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
182206
|
+
id: Scalars['ID']['output'];
|
|
182207
|
+
kbLinks?: Maybe<Array<Scalars['String']['output']>>;
|
|
182208
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
182209
|
+
remediationDesc?: Maybe<Scalars['String']['output']>;
|
|
182210
|
+
remediationFrequency?: Maybe<Scalars['String']['output']>;
|
|
182211
|
+
remediationType?: Maybe<PsmSensorRemediationType>;
|
|
182212
|
+
sensorId?: Maybe<Scalars['String']['output']>;
|
|
182213
|
+
triggerCondition?: Maybe<Scalars['String']['output']>;
|
|
182214
|
+
};
|
|
182215
|
+
export type PsmSensorConnection = {
|
|
182216
|
+
__typename?: 'PsmSensorConnection';
|
|
182217
|
+
edges?: Maybe<Array<PsmSensorEdge>>;
|
|
182218
|
+
errors?: Maybe<Array<QueryError>>;
|
|
182219
|
+
nodes?: Maybe<Array<Maybe<PsmSensorConfig>>>;
|
|
182220
|
+
pageInfo: PageInfo;
|
|
182221
|
+
};
|
|
182222
|
+
export type PsmSensorCoverage = {
|
|
182223
|
+
__typename?: 'PsmSensorCoverage';
|
|
182224
|
+
available: Scalars['Int']['output'];
|
|
182225
|
+
enabled: Scalars['Int']['output'];
|
|
182226
|
+
};
|
|
182227
|
+
export type PsmSensorDetailsInput = {
|
|
182228
|
+
sensorId: Scalars['String']['input'];
|
|
182229
|
+
spaceId: Scalars['ID']['input'];
|
|
182230
|
+
};
|
|
182231
|
+
export type PsmSensorEdge = {
|
|
182232
|
+
__typename?: 'PsmSensorEdge';
|
|
182233
|
+
cursor: Scalars['String']['output'];
|
|
182234
|
+
node?: Maybe<PsmSensorConfig>;
|
|
182235
|
+
};
|
|
182236
|
+
export declare enum PsmSensorEnablementAction {
|
|
182237
|
+
Disable = "DISABLE",
|
|
182238
|
+
Enable = "ENABLE"
|
|
182239
|
+
}
|
|
182240
|
+
export type PsmSensorListInput = {
|
|
182241
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
182242
|
+
categories?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
182243
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
182244
|
+
remediationTypes?: InputMaybe<Array<PsmSensorRemediationType>>;
|
|
182245
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
182246
|
+
spaceId: Scalars['ID']['input'];
|
|
182247
|
+
};
|
|
182248
|
+
export declare enum PsmSensorRemediationType {
|
|
182249
|
+
AgentPushed = "AGENT_PUSHED",
|
|
182250
|
+
AutoRemediationNotify = "AUTO_REMEDIATION_NOTIFY",
|
|
182251
|
+
AutoRemediationSilent = "AUTO_REMEDIATION_SILENT",
|
|
182252
|
+
KbAssisted = "KB_ASSISTED",
|
|
182253
|
+
RequiresApproval = "REQUIRES_APPROVAL"
|
|
182254
|
+
}
|
|
182255
|
+
export type PsmSensorTriggerState = {
|
|
182256
|
+
__typename?: 'PsmSensorTriggerState';
|
|
182257
|
+
lastDetectedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
182258
|
+
lastRemediatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
182259
|
+
lastRemediatedBy?: Maybe<PsmRemediatedBy>;
|
|
182260
|
+
lastRemediationError?: Maybe<Scalars['String']['output']>;
|
|
182261
|
+
remediationMode?: Maybe<PsmRemediationMode>;
|
|
182262
|
+
remediationStatus?: Maybe<PsmRemediationStatus>;
|
|
182263
|
+
};
|
|
182264
|
+
export type PsmSensorTriggeredDevice = {
|
|
182265
|
+
__typename?: 'PsmSensorTriggeredDevice';
|
|
182266
|
+
device?: Maybe<PsmDeviceIdentity>;
|
|
182267
|
+
faultId: Scalars['ID']['output'];
|
|
182268
|
+
triggerState?: Maybe<PsmSensorTriggerState>;
|
|
182269
|
+
};
|
|
182270
|
+
export declare enum PsmSeverity {
|
|
182271
|
+
Critical = "CRITICAL",
|
|
182272
|
+
High = "HIGH",
|
|
182273
|
+
Low = "LOW",
|
|
182274
|
+
Medium = "MEDIUM"
|
|
182275
|
+
}
|
|
182276
|
+
export type PsmSeverityCount = {
|
|
182277
|
+
__typename?: 'PsmSeverityCount';
|
|
182278
|
+
count: Scalars['Int']['output'];
|
|
182279
|
+
severity: PsmSeverity;
|
|
182280
|
+
};
|
|
182281
|
+
export type PsmSilentSaves = {
|
|
182282
|
+
__typename?: 'PsmSilentSaves';
|
|
182283
|
+
count: Scalars['Int']['output'];
|
|
182284
|
+
timeWindow: PsmTimeWindow;
|
|
182285
|
+
trendPct?: Maybe<Scalars['Float']['output']>;
|
|
182286
|
+
};
|
|
181143
182287
|
export type PsmTenant = {
|
|
181144
182288
|
__typename?: 'PsmTenant';
|
|
181145
182289
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -181147,6 +182291,30 @@ export type PsmTenant = {
|
|
|
181147
182291
|
spaceId: Scalars['ID']['output'];
|
|
181148
182292
|
status: PsmOnboardTenantStatus;
|
|
181149
182293
|
};
|
|
182294
|
+
export declare enum PsmTimeWindow {
|
|
182295
|
+
Custom = "CUSTOM",
|
|
182296
|
+
Last_7Days = "LAST_7_DAYS",
|
|
182297
|
+
Last_24Hours = "LAST_24_HOURS",
|
|
182298
|
+
Last_30Days = "LAST_30_DAYS"
|
|
182299
|
+
}
|
|
182300
|
+
export type PsmTopIssue = {
|
|
182301
|
+
__typename?: 'PsmTopIssue';
|
|
182302
|
+
affectedDeviceCount: Scalars['Int']['output'];
|
|
182303
|
+
name: Scalars['String']['output'];
|
|
182304
|
+
severity: PsmSeverity;
|
|
182305
|
+
};
|
|
182306
|
+
export type PsmUpdateSensorEnablementInput = {
|
|
182307
|
+
action: PsmSensorEnablementAction;
|
|
182308
|
+
sensorIds: Array<Scalars['String']['input']>;
|
|
182309
|
+
spaceId: Scalars['ID']['input'];
|
|
182310
|
+
};
|
|
182311
|
+
export type PsmUpdateSensorEnablementPayload = Payload & {
|
|
182312
|
+
__typename?: 'PsmUpdateSensorEnablementPayload';
|
|
182313
|
+
action: PsmSensorEnablementAction;
|
|
182314
|
+
errors?: Maybe<Array<MutationError>>;
|
|
182315
|
+
sensorIds: Array<Scalars['String']['output']>;
|
|
182316
|
+
success: Scalars['Boolean']['output'];
|
|
182317
|
+
};
|
|
181150
182318
|
export type PublicLink = {
|
|
181151
182319
|
__typename?: 'PublicLink';
|
|
181152
182320
|
accessType?: Maybe<ConfluenceShareableLinkAccessType>;
|
|
@@ -181517,6 +182685,7 @@ export type Query = {
|
|
|
181517
182685
|
agentStudio_agentByIdForDuplicate?: Maybe<AgentStudioAgentResult>;
|
|
181518
182686
|
agentStudio_agentByIdentityAccountId?: Maybe<AgentStudioAgentResult>;
|
|
181519
182687
|
agentStudio_agentValueConfig?: Maybe<AgentStudioAgentValueConfigResult>;
|
|
182688
|
+
agentStudio_agentsByIdentityAccountIds?: Maybe<Array<Maybe<AgentStudioAgentResult>>>;
|
|
181520
182689
|
agentStudio_agentsByIds?: Maybe<Array<Maybe<AgentStudioAgent>>>;
|
|
181521
182690
|
agentStudio_authReadinessForAgent?: Maybe<AgentStudioAuthReadinessResult>;
|
|
181522
182691
|
agentStudio_batchEvalConversationById?: Maybe<AgentStudioConversationResult>;
|
|
@@ -181647,6 +182816,7 @@ export type Query = {
|
|
|
181647
182816
|
aiops_incidentSuggestionAsync?: Maybe<AiOpsIncidentSuggestionAsyncResult>;
|
|
181648
182817
|
aiops_incidentTimelineIcc?: Maybe<AiOpsIncidentTimelineIccResponse>;
|
|
181649
182818
|
aiops_investigationById?: Maybe<AiOpsInvestigationQueryResult>;
|
|
182819
|
+
aiops_investigationByIdForSubscription?: Maybe<AiOpsInvestigation>;
|
|
181650
182820
|
aiops_latestInvestigationByEntityTypeId?: Maybe<AiOpsInvestigationQueryResult>;
|
|
181651
182821
|
aiops_serviceActivityTimeline?: Maybe<AiOpsServiceActivityTimelineConnection>;
|
|
181652
182822
|
aiplanner_getAllPlanOwners?: Maybe<Array<AiPlannerPlanOwner>>;
|
|
@@ -181688,6 +182858,7 @@ export type Query = {
|
|
|
181688
182858
|
assetsDM_adapters?: Maybe<AssetsDmAdapters>;
|
|
181689
182859
|
assetsDM_advisoryNotifications?: Maybe<AssetsDmAdvisoryNotificationsResponse>;
|
|
181690
182860
|
assetsDM_allCleansingRules?: Maybe<Array<AssetsDmDefFunction>>;
|
|
182861
|
+
assetsDM_allSavedSearches?: Maybe<Array<AssetsDmSavedSearchSummary>>;
|
|
181691
182862
|
assetsDM_attributePrioritiesList?: Maybe<AssetsDmAttributePrioritiesList>;
|
|
181692
182863
|
assetsDM_attributePriority?: Maybe<AssetsDmAttributePriority>;
|
|
181693
182864
|
assetsDM_bigfixDefaultQuery?: Maybe<AssetsDmBigfixDefaultQueryResponse>;
|
|
@@ -182152,6 +183323,7 @@ export type Query = {
|
|
|
182152
183323
|
cpls_customContributionTargets?: Maybe<CplsCustomContributionTargetConnection>;
|
|
182153
183324
|
cpls_customContributionTargetsByIds?: Maybe<Array<Maybe<CplsCustomContributionTarget>>>;
|
|
182154
183325
|
cpls_filters?: Maybe<CplsFilterConfigurationType>;
|
|
183326
|
+
cpls_getContributorWorkAssociations?: Maybe<CplsContributorWorkAssociationConnection>;
|
|
182155
183327
|
cpls_peopleView?: Maybe<CplsPeopleView>;
|
|
182156
183328
|
cpls_recommendWork?: Maybe<CplsWorkRecommendations>;
|
|
182157
183329
|
cpls_recommendWorkForContributor?: Maybe<CplsWorkRecommendations>;
|
|
@@ -182394,6 +183566,7 @@ export type Query = {
|
|
|
182394
183566
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
182395
183567
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
182396
183568
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
183569
|
+
graphIntegration_customAuth?: Maybe<GraphIntegrationCustomAuthNode>;
|
|
182397
183570
|
graphIntegration_globalMcpServers?: Maybe<Array<Maybe<GraphIntegrationGlobalMcpServerNode>>>;
|
|
182398
183571
|
graphIntegration_globalMcpTools?: Maybe<Array<Maybe<GraphIntegrationGlobalMcpToolNode>>>;
|
|
182399
183572
|
graphIntegration_mcpAdminManagementCuratedMcpServerTemplates?: Maybe<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection>;
|
|
@@ -183118,8 +184291,10 @@ export type Query = {
|
|
|
183118
184291
|
graphStoreV2_inferredEntities?: Maybe<Array<GraphStoreInferredEntityResponse>>;
|
|
183119
184292
|
graphStoreV2_inferredProjectLinksEntity?: Maybe<GraphStoreV2SimplifiedInferredProjectLinksEntityConnection>;
|
|
183120
184293
|
graphStoreV2_inferredTeamCollaboratesOnInferredProjectInverse?: Maybe<GraphStoreV2SimplifiedInferredTeamCollaboratesOnInferredProjectInverseConnection>;
|
|
184294
|
+
graphStoreV2_inferredTeamLinksEntity?: Maybe<GraphStoreV2SimplifiedInferredTeamLinksEntityConnection>;
|
|
183121
184295
|
graphStoreV2_jiraEpicTracksAtlassianProject?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectConnection>;
|
|
183122
184296
|
graphStoreV2_jiraEpicTracksAtlassianProjectInverse?: Maybe<GraphStoreV2SimplifiedJiraEpicTracksAtlassianProjectInverseConnection>;
|
|
184297
|
+
graphStoreV2_jiraProjectAgentKnowledgeContextHasKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection>;
|
|
183123
184298
|
graphStoreV2_jiraSpaceDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityConnection>;
|
|
183124
184299
|
graphStoreV2_jiraSpaceDismissedKnowledgeBaseEntityInverse?: Maybe<GraphStoreV2SimplifiedJiraSpaceDismissedKnowledgeBaseEntityInverseConnection>;
|
|
183125
184300
|
graphStoreV2_jiraSpaceExplicitlyLinksExternalRepository?: Maybe<GraphStoreV2SimplifiedJiraSpaceExplicitlyLinksExternalRepositoryConnection>;
|
|
@@ -183748,6 +184923,7 @@ export type Query = {
|
|
|
183748
184923
|
graphStore_inferredDecisionSourceLineageEntity?: Maybe<GraphStoreSimplifiedInferredDecisionSourceLineageEntityConnection>;
|
|
183749
184924
|
graphStore_inferredProjectLinksEntity?: Maybe<GraphStoreSimplifiedInferredProjectLinksEntityConnection>;
|
|
183750
184925
|
graphStore_inferredTeamCollaboratesOnInferredProjectInverse?: Maybe<GraphStoreSimplifiedInferredTeamCollaboratesOnInferredProjectInverseConnection>;
|
|
184926
|
+
graphStore_inferredTeamLinksEntity?: Maybe<GraphStoreSimplifiedInferredTeamLinksEntityConnection>;
|
|
183751
184927
|
graphStore_issueAssociatedBranch?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchConnection>;
|
|
183752
184928
|
graphStore_issueAssociatedBranchInverse?: Maybe<GraphStoreSimplifiedIssueAssociatedBranchInverseConnection>;
|
|
183753
184929
|
graphStore_issueAssociatedBranchInverseRelationship?: Maybe<GraphStoreFullIssueAssociatedBranchConnection>;
|
|
@@ -183842,6 +185018,7 @@ export type Query = {
|
|
|
183842
185018
|
graphStore_jiraIssueBlockedByJiraIssueInverse?: Maybe<GraphStoreSimplifiedJiraIssueBlockedByJiraIssueInverseConnection>;
|
|
183843
185019
|
graphStore_jiraIssueToJiraPriority?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityConnection>;
|
|
183844
185020
|
graphStore_jiraIssueToJiraPriorityInverse?: Maybe<GraphStoreSimplifiedJiraIssueToJiraPriorityInverseConnection>;
|
|
185021
|
+
graphStore_jiraProjectAgentKnowledgeContextHasKnowledgeBaseEntity?: Maybe<GraphStoreSimplifiedJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityConnection>;
|
|
183845
185022
|
graphStore_jiraProjectAssociatedAtlasGoal?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalConnection>;
|
|
183846
185023
|
graphStore_jiraProjectAssociatedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedJiraProjectAssociatedAtlasGoalInverseConnection>;
|
|
183847
185024
|
graphStore_jiraProjectAssociatedAtlasGoalInverseRelationship?: Maybe<GraphStoreFullJiraProjectAssociatedAtlasGoalConnection>;
|
|
@@ -184537,6 +185714,7 @@ export type Query = {
|
|
|
184537
185714
|
gravity_importIdeas: GravityImportIdeasResult;
|
|
184538
185715
|
gravity_matchDelivery?: Maybe<GravityDeliveryMatchingResult>;
|
|
184539
185716
|
gravity_reactions?: Maybe<GravityReactionsResult>;
|
|
185717
|
+
gravity_viewArrangement?: Maybe<GravityViewArrangementResult>;
|
|
184540
185718
|
gravity_viewTemplateMappingProposals: GravityViewTemplateMappingProposalsResult;
|
|
184541
185719
|
gravity_viewTemplates: GravityViewTemplatesResult;
|
|
184542
185720
|
group?: Maybe<Group>;
|
|
@@ -184594,6 +185772,8 @@ export type Query = {
|
|
|
184594
185772
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
184595
185773
|
jiraReleases?: Maybe<JiraReleases>;
|
|
184596
185774
|
jiraServers?: Maybe<JiraServersResult>;
|
|
185775
|
+
jira_agentAutonomyPoliciesForProject?: Maybe<Array<JiraAgentAutonomyPolicy>>;
|
|
185776
|
+
jira_agentAutonomyPolicy?: Maybe<JiraAgentAutonomyPolicy>;
|
|
184597
185777
|
jira_agentContextSettings?: Maybe<JiraAgentContextSettings>;
|
|
184598
185778
|
jira_agentContextSources?: Maybe<JiraAgentContextItemConnection>;
|
|
184599
185779
|
jira_agentSessionsIsPlanModeEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -184687,6 +185867,7 @@ export type Query = {
|
|
|
184687
185867
|
jsmSolutionComposerPlan?: Maybe<JsmSolutionComposerPlanQueryApi>;
|
|
184688
185868
|
jsmTelemetry_aiPrompt?: Maybe<Scalars['String']['output']>;
|
|
184689
185869
|
jsmTelemetry_dashboard?: Maybe<JsmTelemetryDashboardResult>;
|
|
185870
|
+
jsmTelemetry_dashboardByScope?: Maybe<JsmTelemetryDashboardData>;
|
|
184690
185871
|
jsmTelemetry_getIncidentContext?: Maybe<JsmTelemetryIncidentContextResult>;
|
|
184691
185872
|
jsmTelemetry_getMetricAttributeValues?: Maybe<JsmTelemetryMetricAttributeValuesResult>;
|
|
184692
185873
|
jsmTelemetry_getMetricAttributes?: Maybe<JsmTelemetryMetricAttributesResult>;
|
|
@@ -184807,6 +185988,7 @@ export type Query = {
|
|
|
184807
185988
|
mercury_ask?: Maybe<MercuryAskResult>;
|
|
184808
185989
|
mercury_askActivityHistoryByIds?: Maybe<Array<Maybe<MercuryAskActivityHistory>>>;
|
|
184809
185990
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
185991
|
+
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
184810
185992
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
184811
185993
|
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
184812
185994
|
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
@@ -184919,9 +186101,15 @@ export type Query = {
|
|
|
184919
186101
|
projects_statusSummary?: Maybe<TownsquareStatusSummary>;
|
|
184920
186102
|
projects_statusSummaryForTag?: Maybe<TownsquareStatusSummaryForTag>;
|
|
184921
186103
|
projects_updatesByIds?: Maybe<Array<Maybe<TownsquareProjectUpdate>>>;
|
|
186104
|
+
psm_activeSensors?: Maybe<PsmActiveSensors>;
|
|
186105
|
+
psm_auditLog?: Maybe<PsmAuditLogConnection>;
|
|
186106
|
+
psm_dashboardOverview?: Maybe<PsmDashboardOverview>;
|
|
184922
186107
|
psm_device?: Maybe<PsmDevice>;
|
|
184923
186108
|
psm_devices?: Maybe<PsmDeviceConnection>;
|
|
184924
186109
|
psm_onboardTenantStatus?: Maybe<PsmOnboardTenantStatusResult>;
|
|
186110
|
+
psm_sensorCategories?: Maybe<PsmSensorCategoriesResult>;
|
|
186111
|
+
psm_sensorDetails?: Maybe<PsmSensorConfigDetails>;
|
|
186112
|
+
psm_sensors?: Maybe<PsmSensorConnection>;
|
|
184925
186113
|
ptpage?: Maybe<PtPage>;
|
|
184926
186114
|
publicLinkInformation?: Maybe<PublicLinkInformation>;
|
|
184927
186115
|
publicLinkOnboardingReference?: Maybe<PublicLinkOnboardingReference>;
|
|
@@ -185111,6 +186299,7 @@ export type Query = {
|
|
|
185111
186299
|
stakeholderComms_searchIdentityGroupsByName?: Maybe<StakeholderCommsIdentityGroupForPageConnection>;
|
|
185112
186300
|
stakeholderComms_subscriptionStats?: Maybe<StakeholderCommsSubscriptionStatsResponse>;
|
|
185113
186301
|
stakeholderComms_suggestEmailUpdate?: Maybe<StakeholderCommsEmailReasoningResponse>;
|
|
186302
|
+
stakeholderComms_suggestIncidentComponents?: Maybe<StakeholderCommsSuggestIncidentComponentsResponse>;
|
|
185114
186303
|
stakeholderComms_suggestStatusPage?: Maybe<StakeholderCommsSuggestStatusPageResponse>;
|
|
185115
186304
|
stakeholderComms_suggestStatusPageWithReasoning?: Maybe<StakeholderCommsStatusPageReasoningResponse>;
|
|
185116
186305
|
stakeholderComms_testAPIEnterpriseOnly?: Maybe<Scalars['String']['output']>;
|
|
@@ -185582,6 +186771,10 @@ export type QueryAgentStudio_AgentValueConfigArgs = {
|
|
|
185582
186771
|
cloudId: Scalars['String']['input'];
|
|
185583
186772
|
id: Scalars['ID']['input'];
|
|
185584
186773
|
};
|
|
186774
|
+
export type QueryAgentStudio_AgentsByIdentityAccountIdsArgs = {
|
|
186775
|
+
cloudId: Scalars['String']['input'];
|
|
186776
|
+
ids: Array<Scalars['ID']['input']>;
|
|
186777
|
+
};
|
|
185585
186778
|
export type QueryAgentStudio_AgentsByIdsArgs = {
|
|
185586
186779
|
ids: Array<Scalars['ID']['input']>;
|
|
185587
186780
|
};
|
|
@@ -186271,6 +187464,11 @@ export type QueryAiops_InvestigationByIdArgs = {
|
|
|
186271
187464
|
cloudId: Scalars['ID']['input'];
|
|
186272
187465
|
investigationId: Scalars['ID']['input'];
|
|
186273
187466
|
};
|
|
187467
|
+
export type QueryAiops_InvestigationByIdForSubscriptionArgs = {
|
|
187468
|
+
agentic?: InputMaybe<Scalars['Boolean']['input']>;
|
|
187469
|
+
cloudId: Scalars['ID']['input'];
|
|
187470
|
+
investigationId: Scalars['ID']['input'];
|
|
187471
|
+
};
|
|
186274
187472
|
export type QueryAiops_LatestInvestigationByEntityTypeIdArgs = {
|
|
186275
187473
|
agentic?: InputMaybe<Scalars['Boolean']['input']>;
|
|
186276
187474
|
cloudId: Scalars['ID']['input'];
|
|
@@ -186470,6 +187668,12 @@ export type QueryAssetsDm_AllCleansingRulesArgs = {
|
|
|
186470
187668
|
cloudId: Scalars['ID']['input'];
|
|
186471
187669
|
workspaceId: Scalars['ID']['input'];
|
|
186472
187670
|
};
|
|
187671
|
+
export type QueryAssetsDm_AllSavedSearchesArgs = {
|
|
187672
|
+
cloudId: Scalars['ID']['input'];
|
|
187673
|
+
isPublic?: InputMaybe<Scalars['Boolean']['input']>;
|
|
187674
|
+
objectId: Scalars['ID']['input'];
|
|
187675
|
+
workspaceId: Scalars['ID']['input'];
|
|
187676
|
+
};
|
|
186473
187677
|
export type QueryAssetsDm_AttributePrioritiesListArgs = {
|
|
186474
187678
|
cloudId: Scalars['ID']['input'];
|
|
186475
187679
|
objectClassId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -188715,6 +189919,9 @@ export type QueryCpls_FiltersArgs = {
|
|
|
188715
189919
|
includeSuggestions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
188716
189920
|
scopeId: Scalars['ID']['input'];
|
|
188717
189921
|
};
|
|
189922
|
+
export type QueryCpls_GetContributorWorkAssociationsArgs = {
|
|
189923
|
+
input: CplsGetContributorWorkAssociationsInput;
|
|
189924
|
+
};
|
|
188718
189925
|
export type QueryCpls_PeopleViewArgs = {
|
|
188719
189926
|
filters?: InputMaybe<CplsFiltersInput>;
|
|
188720
189927
|
id: Scalars['ID']['input'];
|
|
@@ -189703,6 +190910,7 @@ export type QueryGraphInference_InferredProjectMeArgs = {
|
|
|
189703
190910
|
};
|
|
189704
190911
|
export type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
189705
190912
|
contextAri: Scalars['ID']['input'];
|
|
190913
|
+
includeEnabledToolCount?: Scalars['Boolean']['input'];
|
|
189706
190914
|
};
|
|
189707
190915
|
export type QueryGraphIntegration_ComponentDirectoryDimensionsArgs = {
|
|
189708
190916
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -189723,6 +190931,10 @@ export type QueryGraphIntegration_ComponentDirectoryItemsArgs = {
|
|
|
189723
190931
|
surface?: InputMaybe<GraphIntegrationSurface>;
|
|
189724
190932
|
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
189725
190933
|
};
|
|
190934
|
+
export type QueryGraphIntegration_CustomAuthArgs = {
|
|
190935
|
+
authAri: Scalars['ID']['input'];
|
|
190936
|
+
cloudId: Scalars['ID']['input'];
|
|
190937
|
+
};
|
|
189726
190938
|
export type QueryGraphIntegration_GlobalMcpServersArgs = {
|
|
189727
190939
|
ids: Array<Scalars['ID']['input']>;
|
|
189728
190940
|
};
|
|
@@ -194742,6 +195954,13 @@ export type QueryGraphStoreV2_InferredTeamCollaboratesOnInferredProjectInverseAr
|
|
|
194742
195954
|
id: Scalars['ID']['input'];
|
|
194743
195955
|
sort?: InputMaybe<GraphStoreV2InferredTeamCollaboratesOnInferredProjectSortInput>;
|
|
194744
195956
|
};
|
|
195957
|
+
export type QueryGraphStoreV2_InferredTeamLinksEntityArgs = {
|
|
195958
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
195959
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
195960
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
195961
|
+
id: Scalars['ID']['input'];
|
|
195962
|
+
sort?: InputMaybe<GraphStoreV2InferredTeamLinksEntitySortInput>;
|
|
195963
|
+
};
|
|
194745
195964
|
export type QueryGraphStoreV2_JiraEpicTracksAtlassianProjectArgs = {
|
|
194746
195965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
194747
195966
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -194756,6 +195975,13 @@ export type QueryGraphStoreV2_JiraEpicTracksAtlassianProjectInverseArgs = {
|
|
|
194756
195975
|
id: Scalars['ID']['input'];
|
|
194757
195976
|
sort?: InputMaybe<GraphStoreV2JiraEpicTracksAtlassianProjectSortInput>;
|
|
194758
195977
|
};
|
|
195978
|
+
export type QueryGraphStoreV2_JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityArgs = {
|
|
195979
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
195980
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
195981
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
195982
|
+
id: Scalars['ID']['input'];
|
|
195983
|
+
sort?: InputMaybe<GraphStoreV2JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput>;
|
|
195984
|
+
};
|
|
194759
195985
|
export type QueryGraphStoreV2_JiraSpaceDismissedKnowledgeBaseEntityArgs = {
|
|
194760
195986
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
194761
195987
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -199533,6 +200759,14 @@ export type QueryGraphStore_InferredTeamCollaboratesOnInferredProjectInverseArgs
|
|
|
199533
200759
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
199534
200760
|
sort?: InputMaybe<GraphStoreInferredTeamCollaboratesOnInferredProjectSortInput>;
|
|
199535
200761
|
};
|
|
200762
|
+
export type QueryGraphStore_InferredTeamLinksEntityArgs = {
|
|
200763
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
200764
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
200765
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
200766
|
+
id: Scalars['ID']['input'];
|
|
200767
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
200768
|
+
sort?: InputMaybe<GraphStoreInferredTeamLinksEntitySortInput>;
|
|
200769
|
+
};
|
|
199536
200770
|
export type QueryGraphStore_IssueAssociatedBranchArgs = {
|
|
199537
200771
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
199538
200772
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -200233,6 +201467,14 @@ export type QueryGraphStore_JiraIssueToJiraPriorityInverseArgs = {
|
|
|
200233
201467
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
200234
201468
|
sort?: InputMaybe<GraphStoreJiraIssueToJiraPrioritySortInput>;
|
|
200235
201469
|
};
|
|
201470
|
+
export type QueryGraphStore_JiraProjectAgentKnowledgeContextHasKnowledgeBaseEntityArgs = {
|
|
201471
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
201472
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
201473
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
201474
|
+
id: Scalars['ID']['input'];
|
|
201475
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
201476
|
+
sort?: InputMaybe<GraphStoreJiraProjectAgentKnowledgeContextHasKnowledgeBaseEntitySortInput>;
|
|
201477
|
+
};
|
|
200236
201478
|
export type QueryGraphStore_JiraProjectAssociatedAtlasGoalArgs = {
|
|
200237
201479
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
200238
201480
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -205594,6 +206836,10 @@ export type QueryGravity_ReactionsArgs = {
|
|
|
205594
206836
|
cloudId: Scalars['ID']['input'];
|
|
205595
206837
|
input: GravityGetReactionsInput;
|
|
205596
206838
|
};
|
|
206839
|
+
export type QueryGravity_ViewArrangementArgs = {
|
|
206840
|
+
cloudId: Scalars['ID']['input'];
|
|
206841
|
+
viewId: Scalars['ID']['input'];
|
|
206842
|
+
};
|
|
205597
206843
|
export type QueryGravity_ViewTemplateMappingProposalsArgs = {
|
|
205598
206844
|
cloudId: Scalars['ID']['input'];
|
|
205599
206845
|
maxFieldProposals?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -205786,6 +207032,14 @@ export type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
205786
207032
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
205787
207033
|
id: Scalars['ID']['input'];
|
|
205788
207034
|
};
|
|
207035
|
+
export type QueryJira_AgentAutonomyPoliciesForProjectArgs = {
|
|
207036
|
+
cloudId: Scalars['ID']['input'];
|
|
207037
|
+
projectId: Scalars['ID']['input'];
|
|
207038
|
+
};
|
|
207039
|
+
export type QueryJira_AgentAutonomyPolicyArgs = {
|
|
207040
|
+
cloudId: Scalars['ID']['input'];
|
|
207041
|
+
input: JiraAgentAutonomyPolicyInput;
|
|
207042
|
+
};
|
|
205789
207043
|
export type QueryJira_AgentContextSettingsArgs = {
|
|
205790
207044
|
cloudId: Scalars['ID']['input'];
|
|
205791
207045
|
input: JiraAgentContextSettingsInput;
|
|
@@ -206175,6 +207429,12 @@ export type QueryJsmTelemetry_DashboardArgs = {
|
|
|
206175
207429
|
incidentId: Scalars['ID']['input'];
|
|
206176
207430
|
input: JsmTelemetryDashboardQueryInput;
|
|
206177
207431
|
};
|
|
207432
|
+
export type QueryJsmTelemetry_DashboardByScopeArgs = {
|
|
207433
|
+
cloudId: Scalars['ID']['input'];
|
|
207434
|
+
hypothesisId?: InputMaybe<Scalars['String']['input']>;
|
|
207435
|
+
scopeId: Scalars['String']['input'];
|
|
207436
|
+
scopeType: JsmTelemetryScopeType;
|
|
207437
|
+
};
|
|
206178
207438
|
export type QueryJsmTelemetry_GetIncidentContextArgs = {
|
|
206179
207439
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
206180
207440
|
incidentId: Scalars['ID']['input'];
|
|
@@ -206199,6 +207459,7 @@ export type QueryJsmTelemetry_GetProviderContextSchemaArgs = {
|
|
|
206199
207459
|
export type QueryJsmTelemetry_GetTelemetryConnectionArgs = {
|
|
206200
207460
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
206201
207461
|
id: Scalars['ID']['input'];
|
|
207462
|
+
scopeId: Scalars['String']['input'];
|
|
206202
207463
|
};
|
|
206203
207464
|
export type QueryJsmTelemetry_IncidentTelemetryArgs = {
|
|
206204
207465
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -206207,6 +207468,7 @@ export type QueryJsmTelemetry_IncidentTelemetryArgs = {
|
|
|
206207
207468
|
export type QueryJsmTelemetry_ListTelemetryConnectionsArgs = {
|
|
206208
207469
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
206209
207470
|
filter?: InputMaybe<JsmTelemetryConnectionFilterInput>;
|
|
207471
|
+
scopeId: Scalars['String']['input'];
|
|
206210
207472
|
};
|
|
206211
207473
|
export type QueryJsmTelemetry_ListTelemetryProvidersArgs = {
|
|
206212
207474
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -206592,13 +207854,13 @@ export type QueryMarketplacePricingPlanArgs = {
|
|
|
206592
207854
|
};
|
|
206593
207855
|
export type QueryMedia_ItemsArgs = {
|
|
206594
207856
|
clientId: Scalars['String']['input'];
|
|
206595
|
-
cloudId: Scalars['
|
|
207857
|
+
cloudId: Scalars['ID']['input'];
|
|
206596
207858
|
descriptors: Array<MediaItemDescriptorInput>;
|
|
206597
207859
|
includeHashForDuplicateFiles?: InputMaybe<Scalars['Boolean']['input']>;
|
|
206598
207860
|
token: Scalars['String']['input'];
|
|
206599
207861
|
};
|
|
206600
207862
|
export type QueryMedia_ItemsByDescriptorArgs = {
|
|
206601
|
-
cloudId: Scalars['
|
|
207863
|
+
cloudId: Scalars['ID']['input'];
|
|
206602
207864
|
input: MediaItemsInput;
|
|
206603
207865
|
};
|
|
206604
207866
|
export type QueryMercury_AskArgs = {
|
|
@@ -206610,6 +207872,13 @@ export type QueryMercury_AskActivityHistoryByIdsArgs = {
|
|
|
206610
207872
|
export type QueryMercury_AskCountByStatusForFocusAreaArgs = {
|
|
206611
207873
|
focusAreaAri: Scalars['ID']['input'];
|
|
206612
207874
|
};
|
|
207875
|
+
export type QueryMercury_AskCustomFieldDefinitionsSearchArgs = {
|
|
207876
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
207877
|
+
cloudId: Scalars['ID']['input'];
|
|
207878
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
207879
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
207880
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
207881
|
+
};
|
|
206613
207882
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
206614
207883
|
ids: Array<Scalars['ID']['input']>;
|
|
206615
207884
|
};
|
|
@@ -207010,6 +208279,23 @@ export type QueryProjects_StatusSummaryForTagArgs = {
|
|
|
207010
208279
|
export type QueryProjects_UpdatesByIdsArgs = {
|
|
207011
208280
|
projectUpdateIds: Array<Scalars['String']['input']>;
|
|
207012
208281
|
};
|
|
208282
|
+
export type QueryPsm_ActiveSensorsArgs = {
|
|
208283
|
+
cloudId: Scalars['ID']['input'];
|
|
208284
|
+
filter?: InputMaybe<PsmActiveSensorsFilter>;
|
|
208285
|
+
spaceId: Scalars['ID']['input'];
|
|
208286
|
+
};
|
|
208287
|
+
export type QueryPsm_AuditLogArgs = {
|
|
208288
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
208289
|
+
cloudId: Scalars['ID']['input'];
|
|
208290
|
+
filter?: InputMaybe<PsmAuditLogFilter>;
|
|
208291
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
208292
|
+
orderBy?: InputMaybe<PsmAuditLogOrder>;
|
|
208293
|
+
spaceId: Scalars['ID']['input'];
|
|
208294
|
+
};
|
|
208295
|
+
export type QueryPsm_DashboardOverviewArgs = {
|
|
208296
|
+
cloudId: Scalars['ID']['input'];
|
|
208297
|
+
input: PsmDashboardOverviewInput;
|
|
208298
|
+
};
|
|
207013
208299
|
export type QueryPsm_DeviceArgs = {
|
|
207014
208300
|
cloudId: Scalars['ID']['input'];
|
|
207015
208301
|
serialNumber: Scalars['String']['input'];
|
|
@@ -207024,6 +208310,18 @@ export type QueryPsm_OnboardTenantStatusArgs = {
|
|
|
207024
208310
|
cloudId: Scalars['ID']['input'];
|
|
207025
208311
|
input: PsmOnboardTenantStatusInput;
|
|
207026
208312
|
};
|
|
208313
|
+
export type QueryPsm_SensorCategoriesArgs = {
|
|
208314
|
+
cloudId: Scalars['ID']['input'];
|
|
208315
|
+
input: PsmSensorCategoriesInput;
|
|
208316
|
+
};
|
|
208317
|
+
export type QueryPsm_SensorDetailsArgs = {
|
|
208318
|
+
cloudId: Scalars['ID']['input'];
|
|
208319
|
+
input: PsmSensorDetailsInput;
|
|
208320
|
+
};
|
|
208321
|
+
export type QueryPsm_SensorsArgs = {
|
|
208322
|
+
cloudId: Scalars['ID']['input'];
|
|
208323
|
+
input: PsmSensorListInput;
|
|
208324
|
+
};
|
|
207027
208325
|
export type QueryPtpageArgs = {
|
|
207028
208326
|
enablePaging?: InputMaybe<Scalars['Boolean']['input']>;
|
|
207029
208327
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -207828,6 +209126,12 @@ export type QueryStakeholderComms_SuggestEmailUpdateArgs = {
|
|
|
207828
209126
|
cloudId: Scalars['String']['input'];
|
|
207829
209127
|
incidentId: Scalars['String']['input'];
|
|
207830
209128
|
};
|
|
209129
|
+
export type QueryStakeholderComms_SuggestIncidentComponentsArgs = {
|
|
209130
|
+
cloudId: Scalars['String']['input'];
|
|
209131
|
+
incidentId: Scalars['String']['input'];
|
|
209132
|
+
maxSuggestions?: InputMaybe<Scalars['Int']['input']>;
|
|
209133
|
+
pageId: Scalars['String']['input'];
|
|
209134
|
+
};
|
|
207831
209135
|
export type QueryStakeholderComms_SuggestStatusPageArgs = {
|
|
207832
209136
|
cloudId: Scalars['String']['input'];
|
|
207833
209137
|
incidentKey: Scalars['String']['input'];
|
|
@@ -234645,6 +235949,10 @@ export type StakeholderCommsColoursType = {
|
|
|
234645
235949
|
cssRedColor?: Maybe<Scalars['String']['output']>;
|
|
234646
235950
|
cssYellowColor?: Maybe<Scalars['String']['output']>;
|
|
234647
235951
|
};
|
|
235952
|
+
export declare enum StakeholderCommsComponentImpactType {
|
|
235953
|
+
Direct = "DIRECT",
|
|
235954
|
+
Inferred = "INFERRED"
|
|
235955
|
+
}
|
|
234648
235956
|
export declare enum StakeholderCommsComponentStatus {
|
|
234649
235957
|
DegradedPerformance = "DEGRADED_PERFORMANCE",
|
|
234650
235958
|
MajorOutage = "MAJOR_OUTAGE",
|
|
@@ -234656,6 +235964,13 @@ export declare enum StakeholderCommsComponentStyle {
|
|
|
234656
235964
|
Card = "CARD",
|
|
234657
235965
|
Table = "TABLE"
|
|
234658
235966
|
}
|
|
235967
|
+
export declare enum StakeholderCommsComponentSuppressionReason {
|
|
235968
|
+
AllComponentsIneligible = "ALL_COMPONENTS_INELIGIBLE",
|
|
235969
|
+
BelowThreshold = "BELOW_THRESHOLD",
|
|
235970
|
+
EngineError = "ENGINE_ERROR",
|
|
235971
|
+
FeatureDisabled = "FEATURE_DISABLED",
|
|
235972
|
+
NoComponentsConfigured = "NO_COMPONENTS_CONFIGURED"
|
|
235973
|
+
}
|
|
234659
235974
|
export declare enum StakeholderCommsComponentType {
|
|
234660
235975
|
Component = "COMPONENT",
|
|
234661
235976
|
GroupComponent = "GROUP_COMPONENT"
|
|
@@ -235903,6 +237218,12 @@ export declare enum StakeholderCommsSubscriptionType {
|
|
|
235903
237218
|
Sms = "SMS",
|
|
235904
237219
|
Webhook = "WEBHOOK"
|
|
235905
237220
|
}
|
|
237221
|
+
export type StakeholderCommsSuggestIncidentComponentsResponse = {
|
|
237222
|
+
__typename?: 'StakeholderCommsSuggestIncidentComponentsResponse';
|
|
237223
|
+
suggestions: Array<StakeholderCommsSuggestedComponent>;
|
|
237224
|
+
suppressed: Scalars['Boolean']['output'];
|
|
237225
|
+
suppressionReason?: Maybe<StakeholderCommsComponentSuppressionReason>;
|
|
237226
|
+
};
|
|
235906
237227
|
export type StakeholderCommsSuggestStatusPageResponse = {
|
|
235907
237228
|
__typename?: 'StakeholderCommsSuggestStatusPageResponse';
|
|
235908
237229
|
alreadyLinkedPage?: Maybe<StakeholderCommsSuggestedPage>;
|
|
@@ -235911,6 +237232,18 @@ export type StakeholderCommsSuggestStatusPageResponse = {
|
|
|
235911
237232
|
suppressed: Scalars['Boolean']['output'];
|
|
235912
237233
|
suppressionReason?: Maybe<StakeholderCommsSuggestionSuppressionReason>;
|
|
235913
237234
|
};
|
|
237235
|
+
export type StakeholderCommsSuggestedComponent = {
|
|
237236
|
+
__typename?: 'StakeholderCommsSuggestedComponent';
|
|
237237
|
+
affectedServiceName?: Maybe<Scalars['String']['output']>;
|
|
237238
|
+
componentId: Scalars['String']['output'];
|
|
237239
|
+
componentName: Scalars['String']['output'];
|
|
237240
|
+
confidence: StakeholderCommsSuggestionConfidence;
|
|
237241
|
+
impactType: StakeholderCommsComponentImpactType;
|
|
237242
|
+
inferred: Scalars['Boolean']['output'];
|
|
237243
|
+
pageId: Scalars['String']['output'];
|
|
237244
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
237245
|
+
suggestedStatus?: Maybe<StakeholderCommsComponentStatus>;
|
|
237246
|
+
};
|
|
235914
237247
|
export declare enum StakeholderCommsSuggestedImpact {
|
|
235915
237248
|
Critical = "CRITICAL",
|
|
235916
237249
|
Major = "MAJOR",
|
|
@@ -236277,7 +237610,8 @@ export type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
236277
237610
|
};
|
|
236278
237611
|
export type Subscription = {
|
|
236279
237612
|
__typename?: 'Subscription';
|
|
236280
|
-
|
|
237613
|
+
_placeholder?: Maybe<Scalars['String']['output']>;
|
|
237614
|
+
aiops_onInvestigationProgressChanged?: Maybe<AiOpsInvestigation>;
|
|
236281
237615
|
assetsVertical_onAsyncTaskUpdated?: Maybe<AssetsVerticalAsyncTask>;
|
|
236282
237616
|
bitbucket?: Maybe<BitbucketSubscription>;
|
|
236283
237617
|
blockService_onBlockUpdated?: Maybe<BlockServiceBlockPayload>;
|
|
@@ -239486,10 +240820,12 @@ export declare enum TownsquareGoalAccessRoleInput {
|
|
|
239486
240820
|
}
|
|
239487
240821
|
export type TownsquareGoalAppCapabilities = {
|
|
239488
240822
|
__typename?: 'TownsquareGoalAppCapabilities';
|
|
240823
|
+
canAddAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
239489
240824
|
canCreateGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
239490
240825
|
canCreateUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
239491
240826
|
canExportGoals?: Maybe<Scalars['Boolean']['output']>;
|
|
239492
240827
|
canManageConnections?: Maybe<Scalars['Boolean']['output']>;
|
|
240828
|
+
canRemoveAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
239493
240829
|
focus?: Maybe<TownsquareFocusAppCapabilities>;
|
|
239494
240830
|
};
|
|
239495
240831
|
export type TownsquareGoalArchivedChange = {
|
|
@@ -241290,10 +242626,12 @@ export declare enum TownsquareProjectAccessRoleInput {
|
|
|
241290
242626
|
}
|
|
241291
242627
|
export type TownsquareProjectAppCapabilities = {
|
|
241292
242628
|
__typename?: 'TownsquareProjectAppCapabilities';
|
|
242629
|
+
canAddAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
241293
242630
|
canCreateProject?: Maybe<Scalars['Boolean']['output']>;
|
|
241294
242631
|
canCreateUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
241295
242632
|
canExportProjects?: Maybe<Scalars['Boolean']['output']>;
|
|
241296
242633
|
canManageConnections?: Maybe<Scalars['Boolean']['output']>;
|
|
242634
|
+
canRemoveAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
241297
242635
|
focus?: Maybe<TownsquareFocusAppCapabilities>;
|
|
241298
242636
|
};
|
|
241299
242637
|
export type TownsquareProjectCapabilities = {
|
|
@@ -243638,6 +244976,15 @@ export type TrelloApplicationUsage = {
|
|
|
243638
244976
|
boards?: Maybe<Scalars['Int']['output']>;
|
|
243639
244977
|
members?: Maybe<Scalars['Int']['output']>;
|
|
243640
244978
|
};
|
|
244979
|
+
export type TrelloArchiveAllCardsInListInput = {
|
|
244980
|
+
boardId: Scalars['ID']['input'];
|
|
244981
|
+
listId: Scalars['ID']['input'];
|
|
244982
|
+
};
|
|
244983
|
+
export type TrelloArchiveAllCardsInListPayload = Payload & {
|
|
244984
|
+
__typename?: 'TrelloArchiveAllCardsInListPayload';
|
|
244985
|
+
errors?: Maybe<Array<MutationError>>;
|
|
244986
|
+
success: Scalars['Boolean']['output'];
|
|
244987
|
+
};
|
|
243641
244988
|
export type TrelloArchivedCardConnection = {
|
|
243642
244989
|
__typename?: 'TrelloArchivedCardConnection';
|
|
243643
244990
|
edges?: Maybe<Array<TrelloArchivedCardEdge>>;
|
|
@@ -243691,6 +245038,8 @@ export type TrelloAtlassianOrganization = {
|
|
|
243691
245038
|
};
|
|
243692
245039
|
export type TrelloAtlassianSite = {
|
|
243693
245040
|
__typename?: 'TrelloAtlassianSite';
|
|
245041
|
+
cloudUrl?: Maybe<Scalars['String']['output']>;
|
|
245042
|
+
hostname?: Maybe<Scalars['String']['output']>;
|
|
243694
245043
|
isRovoAiEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
243695
245044
|
resourceId: Scalars['String']['output'];
|
|
243696
245045
|
};
|
|
@@ -245431,6 +246780,17 @@ export type TrelloCreateChecklistPayload = Payload & {
|
|
|
245431
246780
|
errors?: Maybe<Array<MutationError>>;
|
|
245432
246781
|
success: Scalars['Boolean']['output'];
|
|
245433
246782
|
};
|
|
246783
|
+
export type TrelloCreateCommentInput = {
|
|
246784
|
+
cardId: Scalars['ID']['input'];
|
|
246785
|
+
text: Scalars['String']['input'];
|
|
246786
|
+
};
|
|
246787
|
+
export type TrelloCreateCommentPayload = Payload & {
|
|
246788
|
+
__typename?: 'TrelloCreateCommentPayload';
|
|
246789
|
+
card?: Maybe<TrelloBaseCard>;
|
|
246790
|
+
commentId?: Maybe<Scalars['ID']['output']>;
|
|
246791
|
+
errors?: Maybe<Array<MutationError>>;
|
|
246792
|
+
success: Scalars['Boolean']['output'];
|
|
246793
|
+
};
|
|
245434
246794
|
export type TrelloCreateCustomFieldInput = {
|
|
245435
246795
|
boardId: Scalars['ID']['input'];
|
|
245436
246796
|
display?: InputMaybe<TrelloCustomFieldDisplayInput>;
|
|
@@ -247019,6 +248379,7 @@ export type TrelloMutationApi = {
|
|
|
247019
248379
|
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
247020
248380
|
addOnboardingInboxCards?: Maybe<TrelloAddOnboardingInboxCardsPayload>;
|
|
247021
248381
|
addWorkspaceTagToBoard?: Maybe<TrelloAddWorkspaceTagToBoardPayload>;
|
|
248382
|
+
archiveAllCardsInList?: Maybe<TrelloArchiveAllCardsInListPayload>;
|
|
247022
248383
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
247023
248384
|
assignCardsToPlannerCalendarEvent?: Maybe<TrelloAssignCardsToPlannerCalendarEventPayload>;
|
|
247024
248385
|
bulkCreateCards?: Maybe<TrelloBulkCreateCardsPayload>;
|
|
@@ -247036,6 +248397,7 @@ export type TrelloMutationApi = {
|
|
|
247036
248397
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
247037
248398
|
createCheckItem?: Maybe<TrelloCreateCheckItemPayload>;
|
|
247038
248399
|
createChecklist?: Maybe<TrelloCreateChecklistPayload>;
|
|
248400
|
+
createComment?: Maybe<TrelloCreateCommentPayload>;
|
|
247039
248401
|
createCustomField?: Maybe<TrelloCreateCustomFieldPayload>;
|
|
247040
248402
|
createCustomFieldOption?: Maybe<TrelloCreateCustomFieldOptionPayload>;
|
|
247041
248403
|
createEcho?: Maybe<TrelloEchoPayload>;
|
|
@@ -247181,6 +248543,9 @@ export type TrelloMutationApiAddOnboardingInboxCardsArgs = {
|
|
|
247181
248543
|
export type TrelloMutationApiAddWorkspaceTagToBoardArgs = {
|
|
247182
248544
|
input: TrelloAddWorkspaceTagToBoardInput;
|
|
247183
248545
|
};
|
|
248546
|
+
export type TrelloMutationApiArchiveAllCardsInListArgs = {
|
|
248547
|
+
input: TrelloArchiveAllCardsInListInput;
|
|
248548
|
+
};
|
|
247184
248549
|
export type TrelloMutationApiAssignCardToPlannerCalendarEventArgs = {
|
|
247185
248550
|
input: TrelloAssignCardToPlannerCalendarEventInput;
|
|
247186
248551
|
};
|
|
@@ -247232,6 +248597,9 @@ export type TrelloMutationApiCreateCheckItemArgs = {
|
|
|
247232
248597
|
export type TrelloMutationApiCreateChecklistArgs = {
|
|
247233
248598
|
input: TrelloCreateChecklistInput;
|
|
247234
248599
|
};
|
|
248600
|
+
export type TrelloMutationApiCreateCommentArgs = {
|
|
248601
|
+
input: TrelloCreateCommentInput;
|
|
248602
|
+
};
|
|
247235
248603
|
export type TrelloMutationApiCreateCustomFieldArgs = {
|
|
247236
248604
|
input: TrelloCreateCustomFieldInput;
|
|
247237
248605
|
};
|
|
@@ -250123,8 +251491,8 @@ export type TrelloWorkspaceMembershipsConnection = {
|
|
|
250123
251491
|
};
|
|
250124
251492
|
export type TrelloWorkspaceMultiboard = {
|
|
250125
251493
|
__typename?: 'TrelloWorkspaceMultiboard';
|
|
250126
|
-
boards?: Maybe<
|
|
250127
|
-
cards?: Maybe<
|
|
251494
|
+
boards?: Maybe<TrelloWorkspaceMultiboardBoardsConnection>;
|
|
251495
|
+
cards?: Maybe<TrelloWorkspaceMultiboardCardsConnection>;
|
|
250128
251496
|
};
|
|
250129
251497
|
export type TrelloWorkspaceMultiboardBoardsArgs = {
|
|
250130
251498
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -250146,15 +251514,25 @@ export type TrelloWorkspaceMultiboardCardsArgs = {
|
|
|
250146
251514
|
memberFilter?: InputMaybe<TrelloMultiboardMemberFilterInput>;
|
|
250147
251515
|
sortBy?: InputMaybe<Array<TrelloMultiboardCardSortInput>>;
|
|
250148
251516
|
};
|
|
250149
|
-
export type
|
|
250150
|
-
__typename?: '
|
|
250151
|
-
|
|
250152
|
-
|
|
251517
|
+
export type TrelloWorkspaceMultiboardBoardEdge = {
|
|
251518
|
+
__typename?: 'TrelloWorkspaceMultiboardBoardEdge';
|
|
251519
|
+
cursor: Scalars['String']['output'];
|
|
251520
|
+
node?: Maybe<TrelloBaseBoard>;
|
|
250153
251521
|
};
|
|
250154
|
-
export type
|
|
250155
|
-
__typename?: '
|
|
250156
|
-
|
|
250157
|
-
|
|
251522
|
+
export type TrelloWorkspaceMultiboardBoardsConnection = {
|
|
251523
|
+
__typename?: 'TrelloWorkspaceMultiboardBoardsConnection';
|
|
251524
|
+
edges?: Maybe<Array<TrelloWorkspaceMultiboardBoardEdge>>;
|
|
251525
|
+
pageInfo: PageInfo;
|
|
251526
|
+
};
|
|
251527
|
+
export type TrelloWorkspaceMultiboardCardEdge = {
|
|
251528
|
+
__typename?: 'TrelloWorkspaceMultiboardCardEdge';
|
|
251529
|
+
cursor: Scalars['String']['output'];
|
|
251530
|
+
node?: Maybe<TrelloBaseCard>;
|
|
251531
|
+
};
|
|
251532
|
+
export type TrelloWorkspaceMultiboardCardsConnection = {
|
|
251533
|
+
__typename?: 'TrelloWorkspaceMultiboardCardsConnection';
|
|
251534
|
+
edges: Array<TrelloWorkspaceMultiboardCardEdge>;
|
|
251535
|
+
pageInfo: PageInfo;
|
|
250158
251536
|
total?: Maybe<Scalars['Int']['output']>;
|
|
250159
251537
|
};
|
|
250160
251538
|
export type TrelloWorkspacePrefs = {
|