@forge/cli-shared 9.4.1-next.3-experimental-e9e08bb → 9.4.1-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -10
- package/out/file-system/archiver.d.ts +1 -1
- package/out/file-system/archiver.d.ts.map +1 -1
- package/out/file-system/archiver.js +8 -6
- package/out/graphql/graphql-types.d.ts +664 -13
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +112 -50
- package/out/tunnel/docker-compose-lifecycle.d.ts +0 -3
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +8 -10
- package/out/tunnel/index.d.ts +0 -1
- package/out/tunnel/index.d.ts.map +1 -1
- package/out/tunnel/index.js +0 -1
- package/out/tunnel/tunnel-options.d.ts +0 -2
- package/out/tunnel/tunnel-options.d.ts.map +1 -1
- package/out/ui/text.d.ts +0 -6
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -8
- package/package.json +2 -2
- package/out/tunnel/compose-project-lifecycle.d.ts +0 -39
- package/out/tunnel/compose-project-lifecycle.d.ts.map +0 -1
- package/out/tunnel/compose-project-lifecycle.js +0 -105
|
@@ -1531,6 +1531,7 @@ export type AvpAnalyticsModelDataRowValue = {
|
|
|
1531
1531
|
columnId?: Maybe<Scalars['ID']['output']>;
|
|
1532
1532
|
columnName?: Maybe<Scalars['String']['output']>;
|
|
1533
1533
|
columnValue?: Maybe<Scalars['String']['output']>;
|
|
1534
|
+
valueUrl?: Maybe<Scalars['String']['output']>;
|
|
1534
1535
|
};
|
|
1535
1536
|
export type AvpAnalyticsModelDataSort = {
|
|
1536
1537
|
columnRef: AvpAnalyticsColumnReferenceInput;
|
|
@@ -2108,6 +2109,19 @@ export type AvpCopyChartPayload = Payload & {
|
|
|
2108
2109
|
errors?: Maybe<Array<MutationError>>;
|
|
2109
2110
|
success: Scalars['Boolean']['output'];
|
|
2110
2111
|
};
|
|
2112
|
+
export type AvpCopyDashboardInput = {
|
|
2113
|
+
category?: InputMaybe<Scalars['String']['input']>;
|
|
2114
|
+
containerAri?: InputMaybe<Scalars['ID']['input']>;
|
|
2115
|
+
dashboardAri: Scalars['ID']['input'];
|
|
2116
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
2117
|
+
integrationId?: InputMaybe<AvpIntegrationId>;
|
|
2118
|
+
};
|
|
2119
|
+
export type AvpCopyDashboardPayload = Payload & {
|
|
2120
|
+
__typename?: 'AVPCopyDashboardPayload';
|
|
2121
|
+
dashboard?: Maybe<AvpDashboard>;
|
|
2122
|
+
errors?: Maybe<Array<MutationError>>;
|
|
2123
|
+
success: Scalars['Boolean']['output'];
|
|
2124
|
+
};
|
|
2111
2125
|
export type AvpCopyDashboardRowInput = {
|
|
2112
2126
|
dashboardAri: Scalars['ID']['input'];
|
|
2113
2127
|
rowId: Scalars['ID']['input'];
|
|
@@ -3977,14 +3991,6 @@ export type AdminActivateAppPayload = AdminPayload & {
|
|
|
3977
3991
|
shouldPoll?: Maybe<Scalars['Boolean']['output']>;
|
|
3978
3992
|
success: Scalars['Boolean']['output'];
|
|
3979
3993
|
};
|
|
3980
|
-
export type AdminActivateOrgForUnitsInput = {
|
|
3981
|
-
orgId: Scalars['ID']['input'];
|
|
3982
|
-
};
|
|
3983
|
-
export type AdminActivateOrgForUnitsPayload = {
|
|
3984
|
-
__typename?: 'AdminActivateOrgForUnitsPayload';
|
|
3985
|
-
errors?: Maybe<Array<AdminMutationError>>;
|
|
3986
|
-
success: Scalars['Boolean']['output'];
|
|
3987
|
-
};
|
|
3988
3994
|
export type AdminActivateUserInput = {
|
|
3989
3995
|
accountId: Scalars['String']['input'];
|
|
3990
3996
|
directoryId: Scalars['String']['input'];
|
|
@@ -5063,6 +5069,14 @@ export type AdminIpAllowlistingFeature = {
|
|
|
5063
5069
|
__typename?: 'AdminIpAllowlistingFeature';
|
|
5064
5070
|
ip?: Maybe<Scalars['String']['output']>;
|
|
5065
5071
|
};
|
|
5072
|
+
export type AdminLaunchOrgForUnitsInput = {
|
|
5073
|
+
orgId: Scalars['ID']['input'];
|
|
5074
|
+
};
|
|
5075
|
+
export type AdminLaunchOrgForUnitsPayload = {
|
|
5076
|
+
__typename?: 'AdminLaunchOrgForUnitsPayload';
|
|
5077
|
+
errors?: Maybe<Array<AdminMutationError>>;
|
|
5078
|
+
success: Scalars['Boolean']['output'];
|
|
5079
|
+
};
|
|
5066
5080
|
export type AdminLicenseData = {
|
|
5067
5081
|
__typename?: 'AdminLicenseData';
|
|
5068
5082
|
capacity: Scalars['Int']['output'];
|
|
@@ -7043,6 +7057,11 @@ export type AgentStudioDeleteScenarioPayload = Payload & {
|
|
|
7043
7057
|
scenarioId?: Maybe<Scalars['ID']['output']>;
|
|
7044
7058
|
success: Scalars['Boolean']['output'];
|
|
7045
7059
|
};
|
|
7060
|
+
export type AgentStudioDeleteThirdPartyConnectionPayload = Payload & {
|
|
7061
|
+
__typename?: 'AgentStudioDeleteThirdPartyConnectionPayload';
|
|
7062
|
+
errors?: Maybe<Array<MutationError>>;
|
|
7063
|
+
success: Scalars['Boolean']['output'];
|
|
7064
|
+
};
|
|
7046
7065
|
export type AgentStudioDeleteWidgetPayload = Payload & {
|
|
7047
7066
|
__typename?: 'AgentStudioDeleteWidgetPayload';
|
|
7048
7067
|
deletedWidgetId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -8538,6 +8557,11 @@ export type AgentWorkspaceConfusionMatrix = {
|
|
|
8538
8557
|
trueNegatives: Scalars['Int']['output'];
|
|
8539
8558
|
truePositives: Scalars['Int']['output'];
|
|
8540
8559
|
};
|
|
8560
|
+
export declare enum AgentWorkspaceConnectedTeamsScope {
|
|
8561
|
+
AllConnected = "ALL_CONNECTED",
|
|
8562
|
+
CanAdminister = "CAN_ADMINISTER",
|
|
8563
|
+
MemberOf = "MEMBER_OF"
|
|
8564
|
+
}
|
|
8541
8565
|
export type AgentWorkspaceCoverShiftEditBoundsInput = {
|
|
8542
8566
|
agentId: Scalars['ID']['input'];
|
|
8543
8567
|
coveringShiftId: Scalars['ID']['input'];
|
|
@@ -15030,6 +15054,7 @@ export declare enum AssetsDmSortByInputOrder {
|
|
|
15030
15054
|
}
|
|
15031
15055
|
export type AssetsDmStep = {
|
|
15032
15056
|
__typename?: 'AssetsDMStep';
|
|
15057
|
+
isManuallyCancelled?: Maybe<Scalars['Boolean']['output']>;
|
|
15033
15058
|
lastFetched: Scalars['String']['output'];
|
|
15034
15059
|
machineName?: Maybe<Scalars['String']['output']>;
|
|
15035
15060
|
status: AssetsDmStepStatus;
|
|
@@ -15781,6 +15806,7 @@ export type AssetsVerticalAllInsightsResponse = {
|
|
|
15781
15806
|
__typename?: 'AssetsVerticalAllInsightsResponse';
|
|
15782
15807
|
items: Array<AssetsVerticalInsightItem>;
|
|
15783
15808
|
pageInfo: PageInfo;
|
|
15809
|
+
shouldShowGetInsights?: Maybe<Scalars['Boolean']['output']>;
|
|
15784
15810
|
};
|
|
15785
15811
|
export type AssetsVerticalAllInsightsResult = AssetsVerticalAllInsightsResponse | QueryError;
|
|
15786
15812
|
export type AssetsVerticalArchiveInsightInput = {
|
|
@@ -16377,6 +16403,7 @@ export type AssetsVerticalInsightDefinition = {
|
|
|
16377
16403
|
export type AssetsVerticalInsightDefinitionPayload = {
|
|
16378
16404
|
__typename?: 'AssetsVerticalInsightDefinitionPayload';
|
|
16379
16405
|
insights: Array<AssetsVerticalInsightDefinition>;
|
|
16406
|
+
shouldShowGetInsights?: Maybe<Scalars['Boolean']['output']>;
|
|
16380
16407
|
};
|
|
16381
16408
|
export type AssetsVerticalInsightDefinitionResult = AssetsVerticalInsightDefinitionPayload | QueryError;
|
|
16382
16409
|
export type AssetsVerticalInsightDetail = {
|
|
@@ -16392,6 +16419,7 @@ export type AssetsVerticalInsightDetailsByDefinitionResult = AssetsVerticalInsig
|
|
|
16392
16419
|
export type AssetsVerticalInsightDetailsPayload = {
|
|
16393
16420
|
__typename?: 'AssetsVerticalInsightDetailsPayload';
|
|
16394
16421
|
insights: Array<AssetsVerticalInsightDetail>;
|
|
16422
|
+
shouldShowGetInsights?: Maybe<Scalars['Boolean']['output']>;
|
|
16395
16423
|
};
|
|
16396
16424
|
export type AssetsVerticalInsightDetailsResult = AssetsVerticalInsightDetailsPayload | QueryError;
|
|
16397
16425
|
export type AssetsVerticalInsightGenerationError = {
|
|
@@ -16424,6 +16452,7 @@ export type AssetsVerticalInsights = {
|
|
|
16424
16452
|
__typename?: 'AssetsVerticalInsights';
|
|
16425
16453
|
error?: Maybe<AssetsVerticalInsightGenerationError>;
|
|
16426
16454
|
insights: Array<AssetsVerticalInsightCard>;
|
|
16455
|
+
insightsUnavailableReason?: Maybe<AssetsVerticalInsightsUnavailableReason>;
|
|
16427
16456
|
lastGeneratedAt?: Maybe<Scalars['Long']['output']>;
|
|
16428
16457
|
shouldShowGetInsights?: Maybe<Scalars['Boolean']['output']>;
|
|
16429
16458
|
status: AssetsVerticalInsightsStatus;
|
|
@@ -16438,6 +16467,14 @@ export declare enum AssetsVerticalInsightsStatus {
|
|
|
16438
16467
|
Pending = "PENDING",
|
|
16439
16468
|
Uninstantiated = "UNINSTANTIATED"
|
|
16440
16469
|
}
|
|
16470
|
+
export declare enum AssetsVerticalInsightsUnavailableReason {
|
|
16471
|
+
CmdbAiDisabled = "CMDB_AI_DISABLED",
|
|
16472
|
+
CmkEnabled = "CMK_ENABLED",
|
|
16473
|
+
JsmAiDisabled = "JSM_AI_DISABLED",
|
|
16474
|
+
NotEntitled = "NOT_ENTITLED",
|
|
16475
|
+
RovoInactive = "ROVO_INACTIVE",
|
|
16476
|
+
Unknown = "UNKNOWN"
|
|
16477
|
+
}
|
|
16441
16478
|
export type AssetsVerticalInstantiateBundleByTypeInput = {
|
|
16442
16479
|
cloudId: Scalars['ID']['input'];
|
|
16443
16480
|
type: AssetsVerticalBundleType;
|
|
@@ -16848,6 +16885,7 @@ export type AssetsVerticalTenantContext = {
|
|
|
16848
16885
|
__typename?: 'AssetsVerticalTenantContext';
|
|
16849
16886
|
assetsVerticalWorkspaceAri?: Maybe<Scalars['ID']['output']>;
|
|
16850
16887
|
compliance: AssetsVerticalCompliance;
|
|
16888
|
+
isDareSuspended: Scalars['Boolean']['output'];
|
|
16851
16889
|
provisioningState: AssetsVerticalProvisioningState;
|
|
16852
16890
|
};
|
|
16853
16891
|
export declare enum AssetsVerticalTenantContextQueryErrorCode {
|
|
@@ -19393,6 +19431,7 @@ export type CcpOffering = CommerceOffering & Node & {
|
|
|
19393
19431
|
extensions?: Maybe<Array<Maybe<CcpExtension>>>;
|
|
19394
19432
|
hostingType?: Maybe<CcpOfferingHostingType>;
|
|
19395
19433
|
id: Scalars['ID']['output'];
|
|
19434
|
+
isJsmCompatible?: Maybe<Scalars['Boolean']['output']>;
|
|
19396
19435
|
isPromocodeApplicable?: Maybe<CommerceExpOfferingIsPromocodeApplicable>;
|
|
19397
19436
|
key?: Maybe<Scalars['ID']['output']>;
|
|
19398
19437
|
level?: Maybe<Scalars['Int']['output']>;
|
|
@@ -19405,6 +19444,7 @@ export type CcpOffering = CommerceOffering & Node & {
|
|
|
19405
19444
|
productKey?: Maybe<Scalars['ID']['output']>;
|
|
19406
19445
|
productListing?: Maybe<ProductListingResult>;
|
|
19407
19446
|
requiredRelationships?: Maybe<Array<Maybe<CcpOfferingRelationship>>>;
|
|
19447
|
+
resultingEntitlementType?: Maybe<CommerceExpEntitlementType>;
|
|
19408
19448
|
sku?: Maybe<Scalars['String']['output']>;
|
|
19409
19449
|
slugs?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
19410
19450
|
status?: Maybe<CcpOfferingStatus>;
|
|
@@ -22912,6 +22952,7 @@ export type CommerceExpCcpQuery = {
|
|
|
22912
22952
|
entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
|
|
22913
22953
|
invoiceGroup?: Maybe<CommerceExpCcpInvoiceGroup>;
|
|
22914
22954
|
invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
|
|
22955
|
+
isOfferingJsmCompatible?: Maybe<Scalars['Boolean']['output']>;
|
|
22915
22956
|
isPromocodeApplicable?: Maybe<CommerceExpOfferingIsPromocodeApplicable>;
|
|
22916
22957
|
lateTrialDowngradeContent?: Maybe<CommerceExpLateTrialDowngradeContent>;
|
|
22917
22958
|
order?: Maybe<CommerceExpCcpOrder>;
|
|
@@ -22926,6 +22967,7 @@ export type CommerceExpCcpQuery = {
|
|
|
22926
22967
|
products?: Maybe<Array<Maybe<CommerceExpCcpProduct>>>;
|
|
22927
22968
|
quote?: Maybe<CommerceExpCcpQuote>;
|
|
22928
22969
|
quoteOperations?: Maybe<CommerceExpCcpQuoteOperations>;
|
|
22970
|
+
resultingEntitlementTypeFromOffering?: Maybe<CommerceExpEntitlementType>;
|
|
22929
22971
|
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
22930
22972
|
transactionAccounts?: Maybe<Array<Maybe<CommerceExpCcpTransactionAccount>>>;
|
|
22931
22973
|
transactionAccountsForUser?: Maybe<Array<Maybe<CommerceExpCcpTransactionAccount>>>;
|
|
@@ -22942,6 +22984,9 @@ export type CommerceExpCcpQueryInvoiceGroupArgs = {
|
|
|
22942
22984
|
export type CommerceExpCcpQueryInvoiceGroupsArgs = {
|
|
22943
22985
|
ids: Array<Scalars['ID']['input']>;
|
|
22944
22986
|
};
|
|
22987
|
+
export type CommerceExpCcpQueryIsOfferingJsmCompatibleArgs = {
|
|
22988
|
+
key: Scalars['ID']['input'];
|
|
22989
|
+
};
|
|
22945
22990
|
export type CommerceExpCcpQueryIsPromocodeApplicableArgs = {
|
|
22946
22991
|
applicationType?: InputMaybe<CommerceExpPromotionApplicationType>;
|
|
22947
22992
|
code: Scalars['String']['input'];
|
|
@@ -23001,6 +23046,9 @@ export type CommerceExpCcpQueryQuoteArgs = {
|
|
|
23001
23046
|
export type CommerceExpCcpQueryQuoteOperationsArgs = {
|
|
23002
23047
|
quoteOperationsInput: CommerceExpQuoteOperationsInput;
|
|
23003
23048
|
};
|
|
23049
|
+
export type CommerceExpCcpQueryResultingEntitlementTypeFromOfferingArgs = {
|
|
23050
|
+
key: Scalars['ID']['input'];
|
|
23051
|
+
};
|
|
23004
23052
|
export type CommerceExpCcpQueryTransactionAccountArgs = {
|
|
23005
23053
|
id: Scalars['ID']['input'];
|
|
23006
23054
|
};
|
|
@@ -25547,6 +25595,11 @@ export type CommerceExpSendNotificationPayload = CommerceExpMutationPayload & {
|
|
|
25547
25595
|
notification?: Maybe<Array<Maybe<CommerceExpNotification>>>;
|
|
25548
25596
|
success: Scalars['Boolean']['output'];
|
|
25549
25597
|
};
|
|
25598
|
+
export declare enum CommerceExpServCoUpgradeAction {
|
|
25599
|
+
DirectBuy = "DIRECT_BUY",
|
|
25600
|
+
NoAction = "NO_ACTION",
|
|
25601
|
+
RequirePaymentDetails = "REQUIRE_PAYMENT_DETAILS"
|
|
25602
|
+
}
|
|
25550
25603
|
export type CommerceExpSetDefaultPaymentMethodPayload = CommerceExpMutationPayload & {
|
|
25551
25604
|
__typename?: 'CommerceExpSetDefaultPaymentMethodPayload';
|
|
25552
25605
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -26017,6 +26070,7 @@ export type CommerceExpValidOrderSuccess = {
|
|
|
26017
26070
|
orderPreview?: Maybe<CommerceExpCcpOrderPreview>;
|
|
26018
26071
|
recurringEstimate?: Maybe<CommerceExpOrderIntentEstimate>;
|
|
26019
26072
|
shouldAddPaymentBeforeUpgrade?: Maybe<Scalars['Boolean']['output']>;
|
|
26073
|
+
upgradeServCoProductsAction?: Maybe<CommerceExpServCoUpgradeAction>;
|
|
26020
26074
|
validOrderItems?: Maybe<Array<Maybe<CommerceExpValidOrderItem>>>;
|
|
26021
26075
|
};
|
|
26022
26076
|
export type CommerceExpValidationErrorMessage = {
|
|
@@ -40631,6 +40685,24 @@ export type CplsAcceptAllSuggestionsPayload = Payload & {
|
|
|
40631
40685
|
errors?: Maybe<Array<MutationError>>;
|
|
40632
40686
|
success: Scalars['Boolean']['output'];
|
|
40633
40687
|
};
|
|
40688
|
+
export type CplsAddAllContributorScopeAssociationsFromWorkViewInput = {
|
|
40689
|
+
cloudId: Scalars['ID']['input'];
|
|
40690
|
+
scopeId: Scalars['ID']['input'];
|
|
40691
|
+
};
|
|
40692
|
+
export type CplsAddAllContributorScopeAssociationsFromWorkViewPayload = Payload & {
|
|
40693
|
+
__typename?: 'CplsAddAllContributorScopeAssociationsFromWorkViewPayload';
|
|
40694
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40695
|
+
success: Scalars['Boolean']['output'];
|
|
40696
|
+
};
|
|
40697
|
+
export type CplsAddAllWorkScopeAssociationsFromPeopleViewInput = {
|
|
40698
|
+
cloudId: Scalars['ID']['input'];
|
|
40699
|
+
scopeId: Scalars['ID']['input'];
|
|
40700
|
+
};
|
|
40701
|
+
export type CplsAddAllWorkScopeAssociationsFromPeopleViewPayload = Payload & {
|
|
40702
|
+
__typename?: 'CplsAddAllWorkScopeAssociationsFromPeopleViewPayload';
|
|
40703
|
+
errors?: Maybe<Array<MutationError>>;
|
|
40704
|
+
success: Scalars['Boolean']['output'];
|
|
40705
|
+
};
|
|
40634
40706
|
export type CplsAddContributionInput = {
|
|
40635
40707
|
contributorDataId: Scalars['ID']['input'];
|
|
40636
40708
|
endDate: Scalars['Date']['input'];
|
|
@@ -47177,6 +47249,7 @@ export declare enum DevAiRovoDevSandboxStatus {
|
|
|
47177
47249
|
}
|
|
47178
47250
|
export type DevAiRovoDevSession = Node & {
|
|
47179
47251
|
__typename?: 'DevAiRovoDevSession';
|
|
47252
|
+
a2aUrl?: Maybe<Scalars['URL']['output']>;
|
|
47180
47253
|
accountId?: Maybe<Scalars['ID']['output']>;
|
|
47181
47254
|
automationInvokerId?: Maybe<Scalars['String']['output']>;
|
|
47182
47255
|
automationRuleId?: Maybe<Scalars['String']['output']>;
|
|
@@ -55872,9 +55945,11 @@ export type GraphInferenceGraphclawOptionV2 = {
|
|
|
55872
55945
|
export type GraphInferenceGraphclawSourceOptionV2 = {
|
|
55873
55946
|
__typename?: 'GraphInferenceGraphclawSourceOptionV2';
|
|
55874
55947
|
enabled: Scalars['Boolean']['output'];
|
|
55948
|
+
graphAvailable: Scalars['Boolean']['output'];
|
|
55875
55949
|
id: Scalars['String']['output'];
|
|
55876
55950
|
matchers: Array<GraphInferenceGraphclawMatcherOptionV2>;
|
|
55877
55951
|
name: Scalars['String']['output'];
|
|
55952
|
+
supportedDestinations: Array<Scalars['String']['output']>;
|
|
55878
55953
|
};
|
|
55879
55954
|
export type GraphInferenceInferenceApp = {
|
|
55880
55955
|
__typename?: 'GraphInferenceInferenceApp';
|
|
@@ -60573,6 +60648,10 @@ export type GraphStore = {
|
|
|
60573
60648
|
focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
60574
60649
|
focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
|
|
60575
60650
|
focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
60651
|
+
focusAreaStatusUpdateHasUpdates?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
60652
|
+
focusAreaStatusUpdateHasUpdatesBatch?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
60653
|
+
focusAreaStatusUpdateHasUpdatesInverse?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseConnection>;
|
|
60654
|
+
focusAreaStatusUpdateHasUpdatesInverseBatch?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
60576
60655
|
getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
|
|
60577
60656
|
getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
|
|
60578
60657
|
graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
@@ -64586,6 +64665,36 @@ export type GraphStoreFocusAreaHasWatcherInverseBatchArgs = {
|
|
|
64586
64665
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64587
64666
|
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
64588
64667
|
};
|
|
64668
|
+
export type GraphStoreFocusAreaStatusUpdateHasUpdatesArgs = {
|
|
64669
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64670
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64671
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64672
|
+
id: Scalars['ID']['input'];
|
|
64673
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64674
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
64675
|
+
};
|
|
64676
|
+
export type GraphStoreFocusAreaStatusUpdateHasUpdatesBatchArgs = {
|
|
64677
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64678
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64679
|
+
ids: Array<Scalars['ID']['input']>;
|
|
64680
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64681
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
64682
|
+
};
|
|
64683
|
+
export type GraphStoreFocusAreaStatusUpdateHasUpdatesInverseArgs = {
|
|
64684
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64685
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64686
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64687
|
+
id: Scalars['ID']['input'];
|
|
64688
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64689
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
64690
|
+
};
|
|
64691
|
+
export type GraphStoreFocusAreaStatusUpdateHasUpdatesInverseBatchArgs = {
|
|
64692
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64693
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64694
|
+
ids: Array<Scalars['ID']['input']>;
|
|
64695
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64696
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
64697
|
+
};
|
|
64589
64698
|
export type GraphStoreGetDynamicNodeTypesArgs = {
|
|
64590
64699
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64591
64700
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -72111,6 +72220,47 @@ export type GraphStoreBatchFocusAreaHasWatcherStartNode = {
|
|
|
72111
72220
|
id: Scalars['ID']['output'];
|
|
72112
72221
|
};
|
|
72113
72222
|
export type GraphStoreBatchFocusAreaHasWatcherStartUnion = MercuryFocusArea;
|
|
72223
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection = HasPageInfo & {
|
|
72224
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection';
|
|
72225
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEdge>>;
|
|
72226
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesNode>>;
|
|
72227
|
+
pageInfo: PageInfo;
|
|
72228
|
+
};
|
|
72229
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEdge = {
|
|
72230
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEdge';
|
|
72231
|
+
node: GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerConnection;
|
|
72232
|
+
};
|
|
72233
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEndNode = {
|
|
72234
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEndNode';
|
|
72235
|
+
data?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEndUnion>;
|
|
72236
|
+
id: Scalars['ID']['output'];
|
|
72237
|
+
};
|
|
72238
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEndUnion = MercuryFocusAreaStatusUpdate | TownsquareGoalUpdate | TownsquareProjectUpdate;
|
|
72239
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerConnection = {
|
|
72240
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerConnection';
|
|
72241
|
+
edges: Array<Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerEdge>>;
|
|
72242
|
+
nodes: Array<Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesNode>>;
|
|
72243
|
+
requestedId: Scalars['ID']['output'];
|
|
72244
|
+
};
|
|
72245
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerEdge = {
|
|
72246
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesInnerEdge';
|
|
72247
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
72248
|
+
node: GraphStoreBatchFocusAreaStatusUpdateHasUpdatesNode;
|
|
72249
|
+
};
|
|
72250
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesNode = Node & {
|
|
72251
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesNode';
|
|
72252
|
+
createdAt: Scalars['DateTime']['output'];
|
|
72253
|
+
from: GraphStoreBatchFocusAreaStatusUpdateHasUpdatesStartNode;
|
|
72254
|
+
id: Scalars['ID']['output'];
|
|
72255
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
72256
|
+
to: GraphStoreBatchFocusAreaStatusUpdateHasUpdatesEndNode;
|
|
72257
|
+
};
|
|
72258
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesStartNode = {
|
|
72259
|
+
__typename?: 'GraphStoreBatchFocusAreaStatusUpdateHasUpdatesStartNode';
|
|
72260
|
+
data?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesStartUnion>;
|
|
72261
|
+
id: Scalars['ID']['output'];
|
|
72262
|
+
};
|
|
72263
|
+
export type GraphStoreBatchFocusAreaStatusUpdateHasUpdatesStartUnion = MercuryFocusAreaStatusUpdate;
|
|
72114
72264
|
export type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
|
|
72115
72265
|
__typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
|
|
72116
72266
|
edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
|
|
@@ -75164,6 +75314,9 @@ export type GraphStoreFocusAreaHasThirdPartyDocumentSortInput = {
|
|
|
75164
75314
|
export type GraphStoreFocusAreaHasWatcherSortInput = {
|
|
75165
75315
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
75166
75316
|
};
|
|
75317
|
+
export type GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput = {
|
|
75318
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
75319
|
+
};
|
|
75167
75320
|
export type GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection = HasPageInfo & {
|
|
75168
75321
|
__typename?: 'GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceConnection';
|
|
75169
75322
|
edges: Array<Maybe<GraphStoreFullAppInstallationAssociatedToOperationsWorkspaceEdge>>;
|
|
@@ -85180,6 +85333,34 @@ export type GraphStoreSimplifiedFocusAreaHasWatcherInverseEdge = {
|
|
|
85180
85333
|
};
|
|
85181
85334
|
export type GraphStoreSimplifiedFocusAreaHasWatcherInverseUnion = MercuryFocusArea;
|
|
85182
85335
|
export type GraphStoreSimplifiedFocusAreaHasWatcherUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
85336
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesConnection = HasPageInfo & {
|
|
85337
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesConnection';
|
|
85338
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesEdge>>>;
|
|
85339
|
+
pageInfo: PageInfo;
|
|
85340
|
+
};
|
|
85341
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesEdge = {
|
|
85342
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesEdge';
|
|
85343
|
+
createdAt: Scalars['DateTime']['output'];
|
|
85344
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
85345
|
+
id: Scalars['ID']['output'];
|
|
85346
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
85347
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesUnion>;
|
|
85348
|
+
};
|
|
85349
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseConnection = HasPageInfo & {
|
|
85350
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseConnection';
|
|
85351
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseEdge>>>;
|
|
85352
|
+
pageInfo: PageInfo;
|
|
85353
|
+
};
|
|
85354
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseEdge = {
|
|
85355
|
+
__typename?: 'GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseEdge';
|
|
85356
|
+
createdAt: Scalars['DateTime']['output'];
|
|
85357
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
85358
|
+
id: Scalars['ID']['output'];
|
|
85359
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
85360
|
+
node?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseUnion>;
|
|
85361
|
+
};
|
|
85362
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseUnion = MercuryFocusAreaStatusUpdate;
|
|
85363
|
+
export type GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesUnion = MercuryFocusAreaStatusUpdate | TownsquareGoalUpdate | TownsquareProjectUpdate;
|
|
85183
85364
|
export type GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection = HasPageInfo & {
|
|
85184
85365
|
__typename?: 'GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection';
|
|
85185
85366
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseEdge>>>;
|
|
@@ -95805,6 +95986,8 @@ export type GraphStoreV2 = {
|
|
|
95805
95986
|
focusFocusAreaHasThirdPartyDocumentInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseConnection>;
|
|
95806
95987
|
focusFocusAreaHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityConnection>;
|
|
95807
95988
|
focusFocusAreaHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityInverseConnection>;
|
|
95989
|
+
focusFocusAreaStatusUpdateHasUpdateEntity?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityConnection>;
|
|
95990
|
+
focusFocusAreaStatusUpdateHasUpdateEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseConnection>;
|
|
95808
95991
|
focusOrganizationHasAtlassianGoal?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalConnection>;
|
|
95809
95992
|
focusOrganizationHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalInverseConnection>;
|
|
95810
95993
|
focusOrganizationHasChildFocusOrganization?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasChildFocusOrganizationConnection>;
|
|
@@ -100825,6 +101008,20 @@ export type GraphStoreV2FocusFocusAreaHasWorkEntityInverseArgs = {
|
|
|
100825
101008
|
id: Scalars['ID']['input'];
|
|
100826
101009
|
sort?: InputMaybe<GraphStoreV2FocusFocusAreaHasWorkEntitySortInput>;
|
|
100827
101010
|
};
|
|
101011
|
+
export type GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntityArgs = {
|
|
101012
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
101013
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
101014
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
101015
|
+
id: Scalars['ID']['input'];
|
|
101016
|
+
sort?: InputMaybe<GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntitySortInput>;
|
|
101017
|
+
};
|
|
101018
|
+
export type GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntityInverseArgs = {
|
|
101019
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
101020
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
101021
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
101022
|
+
id: Scalars['ID']['input'];
|
|
101023
|
+
sort?: InputMaybe<GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntitySortInput>;
|
|
101024
|
+
};
|
|
100828
101025
|
export type GraphStoreV2FocusOrganizationHasAtlassianGoalArgs = {
|
|
100829
101026
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
100830
101027
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -104839,6 +105036,9 @@ export type GraphStoreV2FocusFocusAreaHasThirdPartyDocumentSortInput = {
|
|
|
104839
105036
|
export type GraphStoreV2FocusFocusAreaHasWorkEntitySortInput = {
|
|
104840
105037
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
104841
105038
|
};
|
|
105039
|
+
export type GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntitySortInput = {
|
|
105040
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
105041
|
+
};
|
|
104842
105042
|
export type GraphStoreV2FocusOrganizationHasAtlassianGoalSortInput = {
|
|
104843
105043
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
104844
105044
|
};
|
|
@@ -116111,6 +116311,34 @@ export type GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityInverseEdge = {
|
|
|
116111
116311
|
};
|
|
116112
116312
|
export type GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityInverseUnion = MercuryFocusArea;
|
|
116113
116313
|
export type GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
|
|
116314
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityConnection = HasPageInfo & {
|
|
116315
|
+
__typename?: 'GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityConnection';
|
|
116316
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityEdge>>>;
|
|
116317
|
+
pageInfo: PageInfo;
|
|
116318
|
+
};
|
|
116319
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityEdge = {
|
|
116320
|
+
__typename?: 'GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityEdge';
|
|
116321
|
+
createdAt: Scalars['DateTime']['output'];
|
|
116322
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
116323
|
+
id: Scalars['ID']['output'];
|
|
116324
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
116325
|
+
node?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityUnion>;
|
|
116326
|
+
};
|
|
116327
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseConnection = HasPageInfo & {
|
|
116328
|
+
__typename?: 'GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseConnection';
|
|
116329
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseEdge>>>;
|
|
116330
|
+
pageInfo: PageInfo;
|
|
116331
|
+
};
|
|
116332
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseEdge = {
|
|
116333
|
+
__typename?: 'GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseEdge';
|
|
116334
|
+
createdAt: Scalars['DateTime']['output'];
|
|
116335
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
116336
|
+
id: Scalars['ID']['output'];
|
|
116337
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
116338
|
+
node?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseUnion>;
|
|
116339
|
+
};
|
|
116340
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseUnion = MercuryFocusAreaStatusUpdate;
|
|
116341
|
+
export type GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityUnion = MercuryFocusAreaStatusUpdate | TownsquareGoalUpdate | TownsquareProjectUpdate;
|
|
116114
116342
|
export type GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalConnection = HasPageInfo & {
|
|
116115
116343
|
__typename?: 'GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalConnection';
|
|
116116
116344
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalEdge>>>;
|
|
@@ -122367,6 +122595,7 @@ export type HelpCenterQueryApiHelpCentersArgs = {
|
|
|
122367
122595
|
};
|
|
122368
122596
|
export type HelpCenterQueryApiHelpCentersByProjectIdArgs = {
|
|
122369
122597
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
122598
|
+
filter?: InputMaybe<HelpCenterFilter>;
|
|
122370
122599
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122371
122600
|
projectId: Scalars['String']['input'];
|
|
122372
122601
|
sortOrder: HelpCenterSortOrder;
|
|
@@ -124554,6 +124783,24 @@ export declare enum InstallationEditionInput {
|
|
|
124554
124783
|
Advanced = "ADVANCED",
|
|
124555
124784
|
Standard = "STANDARD"
|
|
124556
124785
|
}
|
|
124786
|
+
export declare enum InstallationFacetFilter {
|
|
124787
|
+
Version = "VERSION"
|
|
124788
|
+
}
|
|
124789
|
+
export type InstallationFacetsResponse = {
|
|
124790
|
+
__typename?: 'InstallationFacetsResponse';
|
|
124791
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
124792
|
+
nextCursor?: Maybe<Scalars['String']['output']>;
|
|
124793
|
+
values: Array<Scalars['String']['output']>;
|
|
124794
|
+
};
|
|
124795
|
+
export declare enum InstallationSortField {
|
|
124796
|
+
InstalledOn = "INSTALLED_ON",
|
|
124797
|
+
Site = "SITE",
|
|
124798
|
+
Version = "VERSION"
|
|
124799
|
+
}
|
|
124800
|
+
export type InstallationSortInput = {
|
|
124801
|
+
field: InstallationSortField;
|
|
124802
|
+
order?: InputMaybe<SortDirectionInstallations>;
|
|
124803
|
+
};
|
|
124557
124804
|
export declare enum InstallationStatus {
|
|
124558
124805
|
OutOfDate = "OUT_OF_DATE",
|
|
124559
124806
|
UpToDate = "UP_TO_DATE"
|
|
@@ -133928,6 +134175,16 @@ export type JiraForgeUsersFieldInput = {
|
|
|
133928
134175
|
fieldId: Scalars['ID']['input'];
|
|
133929
134176
|
users: Array<JiraUserInput>;
|
|
133930
134177
|
};
|
|
134178
|
+
export type JiraForgeUsersFieldOperationInput = {
|
|
134179
|
+
ids: Array<Scalars['ID']['input']>;
|
|
134180
|
+
operation: JiraMultiValueFieldOperations;
|
|
134181
|
+
};
|
|
134182
|
+
export type JiraForgeUsersFieldPayload = Payload & {
|
|
134183
|
+
__typename?: 'JiraForgeUsersFieldPayload';
|
|
134184
|
+
errors?: Maybe<Array<MutationError>>;
|
|
134185
|
+
field?: Maybe<JiraForgeUsersField>;
|
|
134186
|
+
success: Scalars['Boolean']['output'];
|
|
134187
|
+
};
|
|
133931
134188
|
export type JiraForgeWorkItemPanel = {
|
|
133932
134189
|
__typename?: 'JiraForgeWorkItemPanel';
|
|
133933
134190
|
id: Scalars['ID']['output'];
|
|
@@ -136917,6 +137174,7 @@ export type JiraIssueNavigationDragAndDropGroupInput = {
|
|
|
136917
137174
|
multipleStringValueField?: InputMaybe<JiraIssueNavigationDragAndDropMultipleStringValueFieldInput>;
|
|
136918
137175
|
numberField?: InputMaybe<JiraIssueNavigationDragAndDropNumberFieldInput>;
|
|
136919
137176
|
singleStringValueField?: InputMaybe<JiraIssueNavigationDragAndDropSingleStringValueFieldInput>;
|
|
137177
|
+
statusField?: InputMaybe<JiraIssueNavigationDragAndDropStatusFieldInput>;
|
|
136920
137178
|
};
|
|
136921
137179
|
export type JiraIssueNavigationDragAndDropInput = {
|
|
136922
137180
|
group?: InputMaybe<JiraIssueNavigationDragAndDropGroupInput>;
|
|
@@ -136949,6 +137207,11 @@ export type JiraIssueNavigationDragAndDropSingleStringValueFieldInput = {
|
|
|
136949
137207
|
fieldId: Scalars['ID']['input'];
|
|
136950
137208
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
136951
137209
|
};
|
|
137210
|
+
export type JiraIssueNavigationDragAndDropStatusFieldInput = {
|
|
137211
|
+
comment?: InputMaybe<JiraIssueTransitionCommentInput>;
|
|
137212
|
+
fieldInputs?: InputMaybe<JiraIssueTransitionFieldLevelInput>;
|
|
137213
|
+
transitionId: Scalars['ID']['input'];
|
|
137214
|
+
};
|
|
136952
137215
|
export type JiraIssueNavigatorJqlHistoryDeletePayload = Payload & {
|
|
136953
137216
|
__typename?: 'JiraIssueNavigatorJQLHistoryDeletePayload';
|
|
136954
137217
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -140265,6 +140528,7 @@ export type JiraMutation = {
|
|
|
140265
140528
|
updateForgeStringField?: Maybe<JiraForgeStringFieldPayload>;
|
|
140266
140529
|
updateForgeStringsField?: Maybe<JiraForgeStringsFieldPayload>;
|
|
140267
140530
|
updateForgeUserField?: Maybe<JiraForgeUserFieldPayload>;
|
|
140531
|
+
updateForgeUsersField?: Maybe<JiraForgeUsersFieldPayload>;
|
|
140268
140532
|
updateFormattingRule?: Maybe<JiraUpdateFormattingRulePayload>;
|
|
140269
140533
|
updateGlobalNotificationOptions?: Maybe<JiraUpdateNotificationOptionsPayload>;
|
|
140270
140534
|
updateGlobalNotificationPreferences?: Maybe<JiraUpdateGlobalPreferencesPayload>;
|
|
@@ -140939,6 +141203,9 @@ export type JiraMutationUpdateForgeUserFieldArgs = {
|
|
|
140939
141203
|
cloudId: Scalars['ID']['input'];
|
|
140940
141204
|
input: JiraUpdateForgeSingleUserPickerFieldInput;
|
|
140941
141205
|
};
|
|
141206
|
+
export type JiraMutationUpdateForgeUsersFieldArgs = {
|
|
141207
|
+
input: JiraUpdateForgeUsersFieldInput;
|
|
141208
|
+
};
|
|
140942
141209
|
export type JiraMutationUpdateFormattingRuleArgs = {
|
|
140943
141210
|
input: JiraUpdateFormattingRuleInput;
|
|
140944
141211
|
};
|
|
@@ -141332,6 +141599,7 @@ export declare enum JiraNavigationItemTypeKey {
|
|
|
141332
141599
|
Shortcuts = "SHORTCUTS",
|
|
141333
141600
|
Summary = "SUMMARY",
|
|
141334
141601
|
Teams = "TEAMS",
|
|
141602
|
+
TeamActivity = "TEAM_ACTIVITY",
|
|
141335
141603
|
Timeline = "TIMELINE"
|
|
141336
141604
|
}
|
|
141337
141605
|
export type JiraNavigationUiStateUserProperty = JiraEntityProperty & Node & {
|
|
@@ -152502,6 +152770,10 @@ export type JiraUpdateForgeStringsFieldInput = {
|
|
|
152502
152770
|
id: Scalars['ID']['input'];
|
|
152503
152771
|
operation: JiraForgeStringsFieldOperationInput;
|
|
152504
152772
|
};
|
|
152773
|
+
export type JiraUpdateForgeUsersFieldInput = {
|
|
152774
|
+
id: Scalars['ID']['input'];
|
|
152775
|
+
operation: JiraForgeUsersFieldOperationInput;
|
|
152776
|
+
};
|
|
152505
152777
|
export type JiraUpdateFormattingRuleInput = {
|
|
152506
152778
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
152507
152779
|
color?: InputMaybe<JiraFormattingColor>;
|
|
@@ -155875,6 +156147,12 @@ export declare enum JsmChannelsAuthMode {
|
|
|
155875
156147
|
Application = "APPLICATION",
|
|
155876
156148
|
Delegated = "DELEGATED"
|
|
155877
156149
|
}
|
|
156150
|
+
export type JsmChannelsCancelExecutingResolutionPlansPayload = Payload & {
|
|
156151
|
+
__typename?: 'JsmChannelsCancelExecutingResolutionPlansPayload';
|
|
156152
|
+
errors?: Maybe<Array<MutationError>>;
|
|
156153
|
+
results?: Maybe<Array<JsmChannelsResolutionPlanCancellationResult>>;
|
|
156154
|
+
success: Scalars['Boolean']['output'];
|
|
156155
|
+
};
|
|
155878
156156
|
export type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
155879
156157
|
__typename?: 'JsmChannelsConditionNode';
|
|
155880
156158
|
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
@@ -156179,6 +156457,18 @@ export declare enum JsmChannelsResolutionPlanAssigneeType {
|
|
|
156179
156457
|
Human = "HUMAN",
|
|
156180
156458
|
TaskAgent = "TASK_AGENT"
|
|
156181
156459
|
}
|
|
156460
|
+
export type JsmChannelsResolutionPlanCancellationResult = {
|
|
156461
|
+
__typename?: 'JsmChannelsResolutionPlanCancellationResult';
|
|
156462
|
+
jiraIssueAri: Scalars['ID']['output'];
|
|
156463
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
156464
|
+
status: JsmChannelsResolutionPlanCancellationStatus;
|
|
156465
|
+
};
|
|
156466
|
+
export declare enum JsmChannelsResolutionPlanCancellationStatus {
|
|
156467
|
+
Cancelled = "CANCELLED",
|
|
156468
|
+
Failed = "FAILED",
|
|
156469
|
+
NotFound = "NOT_FOUND",
|
|
156470
|
+
SkippedNotExecuting = "SKIPPED_NOT_EXECUTING"
|
|
156471
|
+
}
|
|
156182
156472
|
export type JsmChannelsResolutionPlanGraph = {
|
|
156183
156473
|
__typename?: 'JsmChannelsResolutionPlanGraph';
|
|
156184
156474
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -159851,6 +160141,17 @@ export type KnowledgeBaseArticleUrl = {
|
|
|
159851
160141
|
__typename?: 'KnowledgeBaseArticleUrl';
|
|
159852
160142
|
view?: Maybe<Scalars['String']['output']>;
|
|
159853
160143
|
};
|
|
160144
|
+
export type KnowledgeBaseAvailableThirdPartyDataSource = {
|
|
160145
|
+
__typename?: 'KnowledgeBaseAvailableThirdPartyDataSource';
|
|
160146
|
+
dataSourceId: Scalars['ID']['output'];
|
|
160147
|
+
health: KnowledgeBaseThirdPartyDataSourceHealth;
|
|
160148
|
+
oAuth: KnowledgeBaseThirdPartyDataSourceOAuth;
|
|
160149
|
+
};
|
|
160150
|
+
export type KnowledgeBaseCapabilities = {
|
|
160151
|
+
__typename?: 'KnowledgeBaseCapabilities';
|
|
160152
|
+
isRovoAIEnabled?: Maybe<KnowledgeBaseRovoAiEnabledResponse>;
|
|
160153
|
+
};
|
|
160154
|
+
export type KnowledgeBaseCapabilitiesResponse = KnowledgeBaseCapabilities | QueryError;
|
|
159854
160155
|
export type KnowledgeBaseCategoryDetail = {
|
|
159855
160156
|
__typename?: 'KnowledgeBaseCategoryDetail';
|
|
159856
160157
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -159862,6 +160163,10 @@ export type KnowledgeBaseConfluenceAppLinkDetails = {
|
|
|
159862
160163
|
isConfluenceServerLinked: Scalars['Boolean']['output'];
|
|
159863
160164
|
};
|
|
159864
160165
|
export type KnowledgeBaseConfluenceAppLinkDetailsResponse = KnowledgeBaseConfluenceAppLinkDetails | QueryError;
|
|
160166
|
+
export type KnowledgeBaseConfluenceAvailability = {
|
|
160167
|
+
__typename?: 'KnowledgeBaseConfluenceAvailability';
|
|
160168
|
+
isAvailable: Scalars['Boolean']['output'];
|
|
160169
|
+
};
|
|
159865
160170
|
export type KnowledgeBaseConfluenceFolderSuggestion = KnowledgeBaseSourceSuggestionInterface & {
|
|
159866
160171
|
__typename?: 'KnowledgeBaseConfluenceFolderSuggestion';
|
|
159867
160172
|
sourceARI?: Maybe<Scalars['ID']['output']>;
|
|
@@ -159902,6 +160207,27 @@ export type KnowledgeBaseCrossSiteSearchConnection = {
|
|
|
159902
160207
|
pageInfo: PageInfo;
|
|
159903
160208
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
159904
160209
|
};
|
|
160210
|
+
export type KnowledgeBaseDataSourceStatus = KnowledgeBaseAvailableThirdPartyDataSource | KnowledgeBaseConfluenceAvailability | KnowledgeBaseNotAvailableThirdPartyDataSource | QueryError;
|
|
160211
|
+
export type KnowledgeBaseDataSourceStatusEntry = {
|
|
160212
|
+
__typename?: 'KnowledgeBaseDataSourceStatusEntry';
|
|
160213
|
+
status: KnowledgeBaseDataSourceStatus;
|
|
160214
|
+
type: KnowledgeBaseDataSourceType;
|
|
160215
|
+
};
|
|
160216
|
+
export type KnowledgeBaseDataSourceStatusList = {
|
|
160217
|
+
__typename?: 'KnowledgeBaseDataSourceStatusList';
|
|
160218
|
+
entries: Array<KnowledgeBaseDataSourceStatusEntry>;
|
|
160219
|
+
};
|
|
160220
|
+
export type KnowledgeBaseDataSourceStatusResponse = KnowledgeBaseDataSourceStatusList | QueryError;
|
|
160221
|
+
export declare enum KnowledgeBaseDataSourceType {
|
|
160222
|
+
Confluence = "CONFLUENCE",
|
|
160223
|
+
GoogleDrive = "GOOGLE_DRIVE",
|
|
160224
|
+
Sharepoint = "SHAREPOINT"
|
|
160225
|
+
}
|
|
160226
|
+
export type KnowledgeBaseEligibleDataSources = {
|
|
160227
|
+
__typename?: 'KnowledgeBaseEligibleDataSources';
|
|
160228
|
+
dataSources: Array<KnowledgeBaseDataSourceType>;
|
|
160229
|
+
};
|
|
160230
|
+
export type KnowledgeBaseEligibleDataSourcesResponse = KnowledgeBaseEligibleDataSources | QueryError;
|
|
159905
160231
|
export type KnowledgeBaseHealthDashboard = {
|
|
159906
160232
|
__typename?: 'KnowledgeBaseHealthDashboard';
|
|
159907
160233
|
articleCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -160011,6 +160337,10 @@ export type KnowledgeBaseMutationApiUnlinkKnowledgeBaseSourceArgs = {
|
|
|
160011
160337
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
160012
160338
|
linkedSourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
160013
160339
|
};
|
|
160340
|
+
export type KnowledgeBaseNotAvailableThirdPartyDataSource = {
|
|
160341
|
+
__typename?: 'KnowledgeBaseNotAvailableThirdPartyDataSource';
|
|
160342
|
+
notAvailableMarker?: Maybe<Scalars['Boolean']['output']>;
|
|
160343
|
+
};
|
|
160014
160344
|
export type KnowledgeBasePermissionUpdateRequest = {
|
|
160015
160345
|
sourceARI?: InputMaybe<Scalars['ID']['input']>;
|
|
160016
160346
|
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -160027,6 +160357,11 @@ export type KnowledgeBaseQueryApiKnowledgeBaseArgs = {
|
|
|
160027
160357
|
sourceVisibility?: InputMaybe<Scalars['String']['input']>;
|
|
160028
160358
|
};
|
|
160029
160359
|
export type KnowledgeBaseResponse = KnowledgeBaseSources | QueryError;
|
|
160360
|
+
export type KnowledgeBaseRovoAiEnabled = {
|
|
160361
|
+
__typename?: 'KnowledgeBaseRovoAiEnabled';
|
|
160362
|
+
enabled: Scalars['Boolean']['output'];
|
|
160363
|
+
};
|
|
160364
|
+
export type KnowledgeBaseRovoAiEnabledResponse = KnowledgeBaseRovoAiEnabled | QueryError;
|
|
160030
160365
|
export type KnowledgeBaseSearchConversionByMonth = {
|
|
160031
160366
|
__typename?: 'KnowledgeBaseSearchConversionByMonth';
|
|
160032
160367
|
conversionRate: Scalars['Float']['output'];
|
|
@@ -160161,6 +160496,21 @@ export type KnowledgeBaseThirdPartyConnection = {
|
|
|
160161
160496
|
nodes?: Maybe<Array<Maybe<KnowledgeBaseThirdPartyArticle>>>;
|
|
160162
160497
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
160163
160498
|
};
|
|
160499
|
+
export type KnowledgeBaseThirdPartyDataSourceHealth = {
|
|
160500
|
+
__typename?: 'KnowledgeBaseThirdPartyDataSourceHealth';
|
|
160501
|
+
lastCheckedAt?: Maybe<Scalars['String']['output']>;
|
|
160502
|
+
state: KnowledgeBaseThirdPartyDataSourceHealthState;
|
|
160503
|
+
};
|
|
160504
|
+
export declare enum KnowledgeBaseThirdPartyDataSourceHealthState {
|
|
160505
|
+
Healthy = "HEALTHY",
|
|
160506
|
+
Unhealthy = "UNHEALTHY",
|
|
160507
|
+
Unknown = "UNKNOWN"
|
|
160508
|
+
}
|
|
160509
|
+
export type KnowledgeBaseThirdPartyDataSourceOAuth = {
|
|
160510
|
+
__typename?: 'KnowledgeBaseThirdPartyDataSourceOAuth';
|
|
160511
|
+
isUserOAuthed: Scalars['Boolean']['output'];
|
|
160512
|
+
outboundAuthUrl?: Maybe<Scalars['String']['output']>;
|
|
160513
|
+
};
|
|
160164
160514
|
export type KnowledgeBaseThirdPartySuggestion = KnowledgeBaseSourceSuggestionInterface & {
|
|
160165
160515
|
__typename?: 'KnowledgeBaseThirdPartySuggestion';
|
|
160166
160516
|
lastModified?: Maybe<Scalars['String']['output']>;
|
|
@@ -177498,7 +177848,6 @@ export type Mutation = {
|
|
|
177498
177848
|
addPublicLinkPermissions?: Maybe<AddPublicLinkPermissionsPayload>;
|
|
177499
177849
|
addReaction?: Maybe<SaveReactionResponse>;
|
|
177500
177850
|
admin_activateApp?: Maybe<AdminActivateAppPayload>;
|
|
177501
|
-
admin_activateOrgForUnits?: Maybe<AdminActivateOrgForUnitsPayload>;
|
|
177502
177851
|
admin_activateUser?: Maybe<AdminActiveUserResponsePayload>;
|
|
177503
177852
|
admin_addConnector?: Maybe<AdminAddConnectorPayload>;
|
|
177504
177853
|
admin_assignRole?: Maybe<AdminAssignRoleResponsePayload>;
|
|
@@ -177517,6 +177866,7 @@ export type Mutation = {
|
|
|
177517
177866
|
admin_deleteInvitePolicy?: Maybe<AdminDeleteInvitePolicyResponsePayload>;
|
|
177518
177867
|
admin_impersonateUser?: Maybe<AdminImpersonationResponsePayload>;
|
|
177519
177868
|
admin_invite?: Maybe<AdminInviteResponsePayload>;
|
|
177869
|
+
admin_launchOrgForUnits?: Maybe<AdminLaunchOrgForUnitsPayload>;
|
|
177520
177870
|
admin_registerNewDataSourceId?: Maybe<AdminRegisterNewDataSourceIdPayload>;
|
|
177521
177871
|
admin_releaseImpersonationUser?: Maybe<AdminReleaseImpersonationResponsePayload>;
|
|
177522
177872
|
admin_removeUser?: Maybe<AdminRemoveUserResponsePayload>;
|
|
@@ -177545,6 +177895,7 @@ export type Mutation = {
|
|
|
177545
177895
|
agentStudio_deleteAgent?: Maybe<AgentStudioDeleteAgentPayload>;
|
|
177546
177896
|
agentStudio_deleteAgentValueConfig?: Maybe<AgentStudioDeleteAgentValueConfigPayload>;
|
|
177547
177897
|
agentStudio_deleteScenario?: Maybe<AgentStudioDeleteScenarioPayload>;
|
|
177898
|
+
agentStudio_deleteThirdPartyConnection?: Maybe<AgentStudioDeleteThirdPartyConnectionPayload>;
|
|
177548
177899
|
agentStudio_deleteWidget?: Maybe<AgentStudioDeleteWidgetPayload>;
|
|
177549
177900
|
agentStudio_duplicateAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
177550
177901
|
agentStudio_modifyDatasetItem?: Maybe<AgentStudioUpdateDatasetItemPayload>;
|
|
@@ -177757,6 +178108,7 @@ export type Mutation = {
|
|
|
177757
178108
|
avp_clearChartsInRow?: Maybe<AvpClearChartInRowPayload>;
|
|
177758
178109
|
avp_cloneChart?: Maybe<AvpCloneChartPayload>;
|
|
177759
178110
|
avp_copyChart?: Maybe<AvpCopyChartPayload>;
|
|
178111
|
+
avp_copyDashboard?: Maybe<AvpCopyDashboardPayload>;
|
|
177760
178112
|
avp_copyDashboardRow?: Maybe<AvpCopyDashboardRowPayload>;
|
|
177761
178113
|
avp_createChart?: Maybe<AvpCreateChartPayload>;
|
|
177762
178114
|
avp_createCharts?: Maybe<AvpCreateChartsPayload>;
|
|
@@ -178021,6 +178373,8 @@ export type Mutation = {
|
|
|
178021
178373
|
copyPolarisInsights?: Maybe<CopyPolarisInsightsPayload>;
|
|
178022
178374
|
copySpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
178023
178375
|
cpls_acceptAllSuggestions?: Maybe<CplsAcceptAllSuggestionsPayload>;
|
|
178376
|
+
cpls_addAllContributorScopeAssociationsFromWorkView?: Maybe<CplsAddAllContributorScopeAssociationsFromWorkViewPayload>;
|
|
178377
|
+
cpls_addAllWorkScopeAssociationsFromPeopleView?: Maybe<CplsAddAllWorkScopeAssociationsFromPeopleViewPayload>;
|
|
178024
178378
|
cpls_addContributions?: Maybe<CplsAddContributionsPayload>;
|
|
178025
178379
|
cpls_addContributorScopeAssociation?: Maybe<CplsAddContributorScopeAssociationPayload>;
|
|
178026
178380
|
cpls_addContributorScopeAssociationsByWork?: Maybe<CplsAddContributorScopeAssociationsByWorkPayload>;
|
|
@@ -178743,6 +179097,7 @@ export type Mutation = {
|
|
|
178743
179097
|
jpdViewsService_unassociateGlobalView?: Maybe<JpdViewsServiceUnassociateGlobalViewPayload>;
|
|
178744
179098
|
jpdViewsService_updateGlobalViewV3?: Maybe<JpdViewsServiceUpdateGlobalViewPayload2>;
|
|
178745
179099
|
jsmAgentWorkspace_dummy?: Maybe<Scalars['String']['output']>;
|
|
179100
|
+
jsmChannels_cancelExecutingResolutionPlans?: Maybe<JsmChannelsCancelExecutingResolutionPlansPayload>;
|
|
178746
179101
|
jsmChannels_connectRovoServiceSkill?: Maybe<JsmChannelsConnectRovoServiceSkillPayload>;
|
|
178747
179102
|
jsmChannels_establishConnection: JsmChannelsEstablishConnectionPayload;
|
|
178748
179103
|
jsmChannels_executeDraftResolutionPlanDeletion: JsmChannelsResolutionPlanActionPayload;
|
|
@@ -179373,9 +179728,6 @@ export type MutationAddReactionArgs = {
|
|
|
179373
179728
|
export type MutationAdmin_ActivateAppArgs = {
|
|
179374
179729
|
input: AdminActivateAppInput;
|
|
179375
179730
|
};
|
|
179376
|
-
export type MutationAdmin_ActivateOrgForUnitsArgs = {
|
|
179377
|
-
input: AdminActivateOrgForUnitsInput;
|
|
179378
|
-
};
|
|
179379
179731
|
export type MutationAdmin_ActivateUserArgs = {
|
|
179380
179732
|
input: AdminActivateUserInput;
|
|
179381
179733
|
};
|
|
@@ -179454,6 +179806,9 @@ export type MutationAdmin_InviteArgs = {
|
|
|
179454
179806
|
inviteInput: AdminInviteInput;
|
|
179455
179807
|
orgId: Scalars['ID']['input'];
|
|
179456
179808
|
};
|
|
179809
|
+
export type MutationAdmin_LaunchOrgForUnitsArgs = {
|
|
179810
|
+
input: AdminLaunchOrgForUnitsInput;
|
|
179811
|
+
};
|
|
179457
179812
|
export type MutationAdmin_RegisterNewDataSourceIdArgs = {
|
|
179458
179813
|
connectorType: Scalars['String']['input'];
|
|
179459
179814
|
orgId: Scalars['ID']['input'];
|
|
@@ -179571,6 +179926,10 @@ export type MutationAgentStudio_DeleteAgentValueConfigArgs = {
|
|
|
179571
179926
|
export type MutationAgentStudio_DeleteScenarioArgs = {
|
|
179572
179927
|
id: Scalars['ID']['input'];
|
|
179573
179928
|
};
|
|
179929
|
+
export type MutationAgentStudio_DeleteThirdPartyConnectionArgs = {
|
|
179930
|
+
agentId: Scalars['ID']['input'];
|
|
179931
|
+
connectionAccountId: Scalars['ID']['input'];
|
|
179932
|
+
};
|
|
179574
179933
|
export type MutationAgentStudio_DeleteWidgetArgs = {
|
|
179575
179934
|
cloudId: Scalars['String']['input'];
|
|
179576
179935
|
widgetId: Scalars['ID']['input'];
|
|
@@ -180419,6 +180778,9 @@ export type MutationAvp_CloneChartArgs = {
|
|
|
180419
180778
|
export type MutationAvp_CopyChartArgs = {
|
|
180420
180779
|
input: AvpCopyChartInput;
|
|
180421
180780
|
};
|
|
180781
|
+
export type MutationAvp_CopyDashboardArgs = {
|
|
180782
|
+
input: AvpCopyDashboardInput;
|
|
180783
|
+
};
|
|
180422
180784
|
export type MutationAvp_CopyDashboardRowArgs = {
|
|
180423
180785
|
input: AvpCopyDashboardRowInput;
|
|
180424
180786
|
};
|
|
@@ -181392,6 +181754,12 @@ export type MutationCopySpacePermissionsArgs = {
|
|
|
181392
181754
|
export type MutationCpls_AcceptAllSuggestionsArgs = {
|
|
181393
181755
|
input: CplsAcceptAllSuggestionsInput;
|
|
181394
181756
|
};
|
|
181757
|
+
export type MutationCpls_AddAllContributorScopeAssociationsFromWorkViewArgs = {
|
|
181758
|
+
input: CplsAddAllContributorScopeAssociationsFromWorkViewInput;
|
|
181759
|
+
};
|
|
181760
|
+
export type MutationCpls_AddAllWorkScopeAssociationsFromPeopleViewArgs = {
|
|
181761
|
+
input: CplsAddAllWorkScopeAssociationsFromPeopleViewInput;
|
|
181762
|
+
};
|
|
181395
181763
|
export type MutationCpls_AddContributionsArgs = {
|
|
181396
181764
|
input: CplsAddContributionsInput;
|
|
181397
181765
|
};
|
|
@@ -183735,6 +184103,10 @@ export type MutationJpdViewsService_UnassociateGlobalViewArgs = {
|
|
|
183735
184103
|
export type MutationJpdViewsService_UpdateGlobalViewV3Args = {
|
|
183736
184104
|
input: JpdViewsServiceUpdateGlobalViewInput2;
|
|
183737
184105
|
};
|
|
184106
|
+
export type MutationJsmChannels_CancelExecutingResolutionPlansArgs = {
|
|
184107
|
+
jiraIssueAris: Array<Scalars['ID']['input']>;
|
|
184108
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
184109
|
+
};
|
|
183738
184110
|
export type MutationJsmChannels_ConnectRovoServiceSkillArgs = {
|
|
183739
184111
|
experience: JsmChannelsExperience;
|
|
183740
184112
|
input: JsmChannelsConnectRovoServiceSkillInput;
|
|
@@ -188375,6 +188747,27 @@ export declare enum PsmConsentResponse {
|
|
|
188375
188747
|
Approve = "APPROVE",
|
|
188376
188748
|
Deny = "DENY"
|
|
188377
188749
|
}
|
|
188750
|
+
export type PsmConversationDetail = {
|
|
188751
|
+
__typename?: 'PsmConversationDetail';
|
|
188752
|
+
actions: Array<PsmSensorEventAction>;
|
|
188753
|
+
conversationId: Scalars['ID']['output'];
|
|
188754
|
+
readState?: Maybe<PsmConversationReadState>;
|
|
188755
|
+
remediationState?: Maybe<PsmRemediationState>;
|
|
188756
|
+
timeline: Array<PsmConversationEvent>;
|
|
188757
|
+
};
|
|
188758
|
+
export type PsmConversationDetailResult = {
|
|
188759
|
+
__typename?: 'PsmConversationDetailResult';
|
|
188760
|
+
conversation?: Maybe<PsmConversationDetail>;
|
|
188761
|
+
errors?: Maybe<Array<QueryError>>;
|
|
188762
|
+
};
|
|
188763
|
+
export type PsmConversationEvent = {
|
|
188764
|
+
__typename?: 'PsmConversationEvent';
|
|
188765
|
+
actor?: Maybe<PsmEventActor>;
|
|
188766
|
+
event?: Maybe<PsmSensorEventType>;
|
|
188767
|
+
eventId: Scalars['ID']['output'];
|
|
188768
|
+
message?: Maybe<PsmSensorEventMessage>;
|
|
188769
|
+
occurredAt?: Maybe<Scalars['DateTime']['output']>;
|
|
188770
|
+
};
|
|
188378
188771
|
export type PsmConversationHistoryConnection = {
|
|
188379
188772
|
__typename?: 'PsmConversationHistoryConnection';
|
|
188380
188773
|
edges?: Maybe<Array<PsmConversationHistoryEdge>>;
|
|
@@ -189540,6 +189933,7 @@ export type Query = {
|
|
|
189540
189933
|
agentWorkspace_teamRebalancingRecommendationsV2?: Maybe<AgentWorkspaceRebalancingRecommendationsPayload>;
|
|
189541
189934
|
agentWorkspace_teamRebalancingSummaries?: Maybe<Array<AgentWorkspaceTeamRebalancingSummary>>;
|
|
189542
189935
|
agentWorkspace_teamSchedules?: Maybe<AgentWorkspaceTeamSchedulesConnection>;
|
|
189936
|
+
agentWorkspace_teamsConnectedToProject?: Maybe<AgentWorkspaceTeamConnection>;
|
|
189543
189937
|
agentWorkspace_teamsMappedToProject?: Maybe<AgentWorkspaceTeamConnection>;
|
|
189544
189938
|
agentWorkspace_unmappedSkillsInProject?: Maybe<AgentWorkspaceSkillConnection>;
|
|
189545
189939
|
agentWorkspace_utilizationForPendingChanges?: Maybe<Array<AgentWorkspaceAgentUtilizationForPendingChanges>>;
|
|
@@ -190277,6 +190671,7 @@ export type Query = {
|
|
|
190277
190671
|
forYouFeed?: Maybe<ForYouPaginatedFeed>;
|
|
190278
190672
|
futureContentTypeMobileSupport?: Maybe<FutureContentTypeMobileSupport>;
|
|
190279
190673
|
getAIConfig?: Maybe<AiConfigResponse>;
|
|
190674
|
+
getAppInstallationFacets?: Maybe<InstallationFacetsResponse>;
|
|
190280
190675
|
getAppInstallations?: Maybe<InstallationsResponse>;
|
|
190281
190676
|
getCommentReplySuggestions?: Maybe<CommentReplySuggestions>;
|
|
190282
190677
|
getCommentsSummary?: Maybe<SmartFeaturesCommentsSummary>;
|
|
@@ -191060,6 +191455,8 @@ export type Query = {
|
|
|
191060
191455
|
graphStoreV2_focusFocusAreaHasThirdPartyDocumentInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasThirdPartyDocumentInverseConnection>;
|
|
191061
191456
|
graphStoreV2_focusFocusAreaHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityConnection>;
|
|
191062
191457
|
graphStoreV2_focusFocusAreaHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasWorkEntityInverseConnection>;
|
|
191458
|
+
graphStoreV2_focusFocusAreaStatusUpdateHasUpdateEntity?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityConnection>;
|
|
191459
|
+
graphStoreV2_focusFocusAreaStatusUpdateHasUpdateEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaStatusUpdateHasUpdateEntityInverseConnection>;
|
|
191063
191460
|
graphStoreV2_focusOrganizationHasAtlassianGoal?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalConnection>;
|
|
191064
191461
|
graphStoreV2_focusOrganizationHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasAtlassianGoalInverseConnection>;
|
|
191065
191462
|
graphStoreV2_focusOrganizationHasChildFocusOrganization?: Maybe<GraphStoreV2SimplifiedFocusOrganizationHasChildFocusOrganizationConnection>;
|
|
@@ -191689,6 +192086,10 @@ export type Query = {
|
|
|
191689
192086
|
graphStore_focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
191690
192087
|
graphStore_focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
|
|
191691
192088
|
graphStore_focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
|
|
192089
|
+
graphStore_focusAreaStatusUpdateHasUpdates?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
192090
|
+
graphStore_focusAreaStatusUpdateHasUpdatesBatch?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
192091
|
+
graphStore_focusAreaStatusUpdateHasUpdatesInverse?: Maybe<GraphStoreSimplifiedFocusAreaStatusUpdateHasUpdatesInverseConnection>;
|
|
192092
|
+
graphStore_focusAreaStatusUpdateHasUpdatesInverseBatch?: Maybe<GraphStoreBatchFocusAreaStatusUpdateHasUpdatesConnection>;
|
|
191692
192093
|
graphStore_getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
|
|
191693
192094
|
graphStore_getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
|
|
191694
192095
|
graphStore_graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
|
|
@@ -192748,7 +193149,10 @@ export type Query = {
|
|
|
192748
193149
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
192749
193150
|
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
|
|
192750
193151
|
knowledgeBase_agentSearch?: Maybe<KnowledgeBaseAgentArticleSearchResponse>;
|
|
193152
|
+
knowledgeBase_capabilities?: Maybe<KnowledgeBaseCapabilitiesResponse>;
|
|
192751
193153
|
knowledgeBase_confluenceAppLinkDetails?: Maybe<KnowledgeBaseConfluenceAppLinkDetailsResponse>;
|
|
193154
|
+
knowledgeBase_dataSourceStatus?: Maybe<KnowledgeBaseDataSourceStatusResponse>;
|
|
193155
|
+
knowledgeBase_eligibleDataSources?: Maybe<KnowledgeBaseEligibleDataSourcesResponse>;
|
|
192752
193156
|
knowledgeBase_getLinkedSourceTypes?: Maybe<KnowledgeBaseLinkedSourceTypesResponse>;
|
|
192753
193157
|
knowledgeBase_healthDashboard?: Maybe<KnowledgeBaseHealthDashboardResponse>;
|
|
192754
193158
|
knowledgeBase_linkedSources?: Maybe<KnowledgeBaseLinkedSourcesResponse>;
|
|
@@ -192964,6 +193368,7 @@ export type Query = {
|
|
|
192964
193368
|
psm_faultStatuses?: Maybe<PsmFaultStatusResult>;
|
|
192965
193369
|
psm_fetchNotificationTemplates?: Maybe<PsmNotificationTemplatesResult>;
|
|
192966
193370
|
psm_filters?: Maybe<PsmScreenFilterResult>;
|
|
193371
|
+
psm_getConversationById?: Maybe<PsmConversationDetailResult>;
|
|
192967
193372
|
psm_getConversationHistory?: Maybe<PsmConversationHistoryConnection>;
|
|
192968
193373
|
psm_onboardTenantStatus?: Maybe<PsmOnboardTenantStatusResult>;
|
|
192969
193374
|
psm_remediationBreakdown?: Maybe<PsmRemediationBreakdownResult>;
|
|
@@ -193172,6 +193577,7 @@ export type Query = {
|
|
|
193172
193577
|
statusUpdates_byTag?: Maybe<TownsquareUpdateConnection>;
|
|
193173
193578
|
statusUpdates_byTeam?: Maybe<TownsquareUpdateConnection>;
|
|
193174
193579
|
statusUpdates_forSavedView?: Maybe<TownsquareUpdateConnection>;
|
|
193580
|
+
statusUpdates_watchedTags?: Maybe<TownsquareTagConnection>;
|
|
193175
193581
|
studio_solutionPlan?: Maybe<StudioSolutionPlan>;
|
|
193176
193582
|
studio_templateCategories?: Maybe<StudioTemplateCategoriesResponse>;
|
|
193177
193583
|
studio_templates?: Maybe<StudioTemplatesResponse>;
|
|
@@ -194224,6 +194630,11 @@ export type QueryAgentWorkspace_TeamSchedulesArgs = {
|
|
|
194224
194630
|
input: AgentWorkspaceTeamSchedulesQueryInput;
|
|
194225
194631
|
isInitialFetch?: InputMaybe<Scalars['Boolean']['input']>;
|
|
194226
194632
|
};
|
|
194633
|
+
export type QueryAgentWorkspace_TeamsConnectedToProjectArgs = {
|
|
194634
|
+
cloudId: Scalars['ID']['input'];
|
|
194635
|
+
projectKey: Scalars['String']['input'];
|
|
194636
|
+
scope?: InputMaybe<AgentWorkspaceConnectedTeamsScope>;
|
|
194637
|
+
};
|
|
194227
194638
|
export type QueryAgentWorkspace_TeamsMappedToProjectArgs = {
|
|
194228
194639
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
194229
194640
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -196545,6 +196956,8 @@ export type QueryConfluence_UserContentAccessArgs = {
|
|
|
196545
196956
|
};
|
|
196546
196957
|
export type QueryConfluence_UserSetupArgs = {
|
|
196547
196958
|
cloudId: Scalars['ID']['input'];
|
|
196959
|
+
endTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
196960
|
+
startTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
196548
196961
|
};
|
|
196549
196962
|
export type QueryConfluence_UsersHavePermissionArgs = {
|
|
196550
196963
|
cloudId: Scalars['ID']['input'];
|
|
@@ -197696,6 +198109,11 @@ export type QueryGetAiConfigArgs = {
|
|
|
197696
198109
|
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
197697
198110
|
product: Product;
|
|
197698
198111
|
};
|
|
198112
|
+
export type QueryGetAppInstallationFacetsArgs = {
|
|
198113
|
+
appId: Scalars['ID']['input'];
|
|
198114
|
+
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
198115
|
+
filterName: InstallationFacetFilter;
|
|
198116
|
+
};
|
|
197699
198117
|
export type QueryGetAppInstallationsArgs = {
|
|
197700
198118
|
appId: Scalars['ID']['input'];
|
|
197701
198119
|
atlassianApp?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -197707,6 +198125,7 @@ export type QueryGetAppInstallationsArgs = {
|
|
|
197707
198125
|
license?: InputMaybe<Array<LicenseValue>>;
|
|
197708
198126
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
197709
198127
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
198128
|
+
sort?: InputMaybe<InstallationSortInput>;
|
|
197710
198129
|
status?: InputMaybe<InstallationStatus>;
|
|
197711
198130
|
version?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
197712
198131
|
};
|
|
@@ -197808,6 +198227,7 @@ export type QueryGoals_ByIdsArgs = {
|
|
|
197808
198227
|
export type QueryGoals_ByKeyArgs = {
|
|
197809
198228
|
containerId: Scalars['ID']['input'];
|
|
197810
198229
|
goalKey: Scalars['String']['input'];
|
|
198230
|
+
trackViewEvent?: InputMaybe<TownsquareTrackViewEvent>;
|
|
197811
198231
|
};
|
|
197812
198232
|
export type QueryGoals_CapabilitiesArgs = {
|
|
197813
198233
|
containerId: Scalars['ID']['input'];
|
|
@@ -202889,6 +203309,20 @@ export type QueryGraphStoreV2_FocusFocusAreaHasWorkEntityInverseArgs = {
|
|
|
202889
203309
|
id: Scalars['ID']['input'];
|
|
202890
203310
|
sort?: InputMaybe<GraphStoreV2FocusFocusAreaHasWorkEntitySortInput>;
|
|
202891
203311
|
};
|
|
203312
|
+
export type QueryGraphStoreV2_FocusFocusAreaStatusUpdateHasUpdateEntityArgs = {
|
|
203313
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
203314
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203315
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
203316
|
+
id: Scalars['ID']['input'];
|
|
203317
|
+
sort?: InputMaybe<GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntitySortInput>;
|
|
203318
|
+
};
|
|
203319
|
+
export type QueryGraphStoreV2_FocusFocusAreaStatusUpdateHasUpdateEntityInverseArgs = {
|
|
203320
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
203321
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
203322
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
203323
|
+
id: Scalars['ID']['input'];
|
|
203324
|
+
sort?: InputMaybe<GraphStoreV2FocusFocusAreaStatusUpdateHasUpdateEntitySortInput>;
|
|
203325
|
+
};
|
|
202892
203326
|
export type QueryGraphStoreV2_FocusOrganizationHasAtlassianGoalArgs = {
|
|
202893
203327
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
202894
203328
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -207660,6 +208094,36 @@ export type QueryGraphStore_FocusAreaHasWatcherInverseBatchArgs = {
|
|
|
207660
208094
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
207661
208095
|
sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
|
|
207662
208096
|
};
|
|
208097
|
+
export type QueryGraphStore_FocusAreaStatusUpdateHasUpdatesArgs = {
|
|
208098
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
208099
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
208100
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
208101
|
+
id: Scalars['ID']['input'];
|
|
208102
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
208103
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
208104
|
+
};
|
|
208105
|
+
export type QueryGraphStore_FocusAreaStatusUpdateHasUpdatesBatchArgs = {
|
|
208106
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
208107
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
208108
|
+
ids: Array<Scalars['ID']['input']>;
|
|
208109
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
208110
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
208111
|
+
};
|
|
208112
|
+
export type QueryGraphStore_FocusAreaStatusUpdateHasUpdatesInverseArgs = {
|
|
208113
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
208114
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
208115
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
208116
|
+
id: Scalars['ID']['input'];
|
|
208117
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
208118
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
208119
|
+
};
|
|
208120
|
+
export type QueryGraphStore_FocusAreaStatusUpdateHasUpdatesInverseBatchArgs = {
|
|
208121
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
208122
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
208123
|
+
ids: Array<Scalars['ID']['input']>;
|
|
208124
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
208125
|
+
sort?: InputMaybe<GraphStoreFocusAreaStatusUpdateHasUpdatesSortInput>;
|
|
208126
|
+
};
|
|
207663
208127
|
export type QueryGraphStore_GetDynamicNodeTypesArgs = {
|
|
207664
208128
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
207665
208129
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -215063,10 +215527,20 @@ export type QueryKnowledgeBaseSpacePermission_BulkQueryArgs = {
|
|
|
215063
215527
|
export type QueryKnowledgeBase_AgentSearchArgs = {
|
|
215064
215528
|
searchInput?: InputMaybe<KnowledgeBaseAgentArticleSearchInput>;
|
|
215065
215529
|
};
|
|
215530
|
+
export type QueryKnowledgeBase_CapabilitiesArgs = {
|
|
215531
|
+
cloudId: Scalars['ID']['input'];
|
|
215532
|
+
};
|
|
215066
215533
|
export type QueryKnowledgeBase_ConfluenceAppLinkDetailsArgs = {
|
|
215067
215534
|
cloudId: Scalars['ID']['input'];
|
|
215068
215535
|
projectIdentifier: Scalars['String']['input'];
|
|
215069
215536
|
};
|
|
215537
|
+
export type QueryKnowledgeBase_DataSourceStatusArgs = {
|
|
215538
|
+
cloudId: Scalars['ID']['input'];
|
|
215539
|
+
types: Array<KnowledgeBaseDataSourceType>;
|
|
215540
|
+
};
|
|
215541
|
+
export type QueryKnowledgeBase_EligibleDataSourcesArgs = {
|
|
215542
|
+
cloudId: Scalars['ID']['input'];
|
|
215543
|
+
};
|
|
215070
215544
|
export type QueryKnowledgeBase_GetLinkedSourceTypesArgs = {
|
|
215071
215545
|
container?: InputMaybe<Scalars['ID']['input']>;
|
|
215072
215546
|
};
|
|
@@ -215819,6 +216293,12 @@ export type QueryPsm_FiltersArgs = {
|
|
|
215819
216293
|
screen: PsmFilterScreen;
|
|
215820
216294
|
spaceId: Scalars['ID']['input'];
|
|
215821
216295
|
};
|
|
216296
|
+
export type QueryPsm_GetConversationByIdArgs = {
|
|
216297
|
+
accountId: Scalars['ID']['input'];
|
|
216298
|
+
cloudId: Scalars['ID']['input'];
|
|
216299
|
+
conversationId: Scalars['ID']['input'];
|
|
216300
|
+
deviceId: Scalars['ID']['input'];
|
|
216301
|
+
};
|
|
215822
216302
|
export type QueryPsm_GetConversationHistoryArgs = {
|
|
215823
216303
|
accountId: Scalars['ID']['input'];
|
|
215824
216304
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -216724,6 +217204,11 @@ export type QueryStatusUpdates_ForSavedViewArgs = {
|
|
|
216724
217204
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
216725
217205
|
viewUuid: Scalars['UUID']['input'];
|
|
216726
217206
|
};
|
|
217207
|
+
export type QueryStatusUpdates_WatchedTagsArgs = {
|
|
217208
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
217209
|
+
containerId: Scalars['ID']['input'];
|
|
217210
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
217211
|
+
};
|
|
216727
217212
|
export type QueryStudio_SolutionPlanArgs = {
|
|
216728
217213
|
solutionId: Scalars['String']['input'];
|
|
216729
217214
|
solutionVersion: Scalars['Int']['input'];
|
|
@@ -220361,6 +220846,7 @@ export type SearchFilterInput = {
|
|
|
220361
220846
|
externalFilters?: InputMaybe<SearchExternalFilter>;
|
|
220362
220847
|
jiraFilters?: InputMaybe<SearchJiraFilter>;
|
|
220363
220848
|
locations: Array<Scalars['String']['input']>;
|
|
220849
|
+
loomFilters?: InputMaybe<SearchLoomFilters>;
|
|
220364
220850
|
mercuryFilters?: InputMaybe<SearchMercuryFilter>;
|
|
220365
220851
|
talentFilters?: InputMaybe<SearchTalentFilter>;
|
|
220366
220852
|
thirdPartyFilters?: InputMaybe<SearchThirdPartyFilter>;
|
|
@@ -220528,6 +221014,11 @@ export declare enum SearchLinkedResultCategory {
|
|
|
220528
221014
|
Similar = "similar"
|
|
220529
221015
|
}
|
|
220530
221016
|
export type SearchLinkedResultEntity = ExternalCalendarEvent;
|
|
221017
|
+
export type SearchLoomFilters = {
|
|
221018
|
+
folderIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
221019
|
+
spaceIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
221020
|
+
tagNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
221021
|
+
};
|
|
220531
221022
|
export type SearchMatchingLayer = {
|
|
220532
221023
|
layerName?: InputMaybe<Scalars['String']['input']>;
|
|
220533
221024
|
layerType?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -221163,6 +221654,91 @@ export type SearchResultJiraProject = SearchResult & {
|
|
|
221163
221654
|
export type SearchResultJiraProjectSocialSignalArgs = {
|
|
221164
221655
|
tenantId: Scalars['ID']['input'];
|
|
221165
221656
|
};
|
|
221657
|
+
export type SearchResultLoomFolder = SearchResult & {
|
|
221658
|
+
__typename?: 'SearchResultLoomFolder';
|
|
221659
|
+
description: Scalars['String']['output'];
|
|
221660
|
+
entityKey?: Maybe<Scalars['String']['output']>;
|
|
221661
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
221662
|
+
id: Scalars['ID']['output'];
|
|
221663
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
221664
|
+
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
221665
|
+
loomId?: Maybe<Scalars['String']['output']>;
|
|
221666
|
+
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
221667
|
+
permissionsSet?: Maybe<Array<Scalars['String']['output']>>;
|
|
221668
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
221669
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
221670
|
+
smartLinkAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
221671
|
+
space?: Maybe<SearchResultLoomSpaceSummary>;
|
|
221672
|
+
title: Scalars['String']['output'];
|
|
221673
|
+
totalNestedVideos?: Maybe<Scalars['Int']['output']>;
|
|
221674
|
+
type: SearchResultType;
|
|
221675
|
+
url: Scalars['String']['output'];
|
|
221676
|
+
};
|
|
221677
|
+
export type SearchResultLoomSpace = SearchResult & {
|
|
221678
|
+
__typename?: 'SearchResultLoomSpace';
|
|
221679
|
+
description: Scalars['String']['output'];
|
|
221680
|
+
entityKey?: Maybe<Scalars['String']['output']>;
|
|
221681
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
221682
|
+
id: Scalars['ID']['output'];
|
|
221683
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
221684
|
+
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
221685
|
+
loomId?: Maybe<Scalars['String']['output']>;
|
|
221686
|
+
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
221687
|
+
permissionsSet?: Maybe<Array<Scalars['String']['output']>>;
|
|
221688
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
221689
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
221690
|
+
smartLinkAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
221691
|
+
title: Scalars['String']['output'];
|
|
221692
|
+
type: SearchResultType;
|
|
221693
|
+
url: Scalars['String']['output'];
|
|
221694
|
+
};
|
|
221695
|
+
export type SearchResultLoomSpaceSummary = {
|
|
221696
|
+
__typename?: 'SearchResultLoomSpaceSummary';
|
|
221697
|
+
ari: Scalars['ID']['output'];
|
|
221698
|
+
id: Scalars['ID']['output'];
|
|
221699
|
+
name: Scalars['String']['output'];
|
|
221700
|
+
};
|
|
221701
|
+
export type SearchResultLoomTag = SearchResult & {
|
|
221702
|
+
__typename?: 'SearchResultLoomTag';
|
|
221703
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
221704
|
+
description: Scalars['String']['output'];
|
|
221705
|
+
entityKey?: Maybe<Scalars['String']['output']>;
|
|
221706
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
221707
|
+
id: Scalars['ID']['output'];
|
|
221708
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
221709
|
+
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
221710
|
+
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
221711
|
+
permissionsSet?: Maybe<Array<Scalars['String']['output']>>;
|
|
221712
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
221713
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
221714
|
+
smartLinkAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
221715
|
+
title: Scalars['String']['output'];
|
|
221716
|
+
type: SearchResultType;
|
|
221717
|
+
url: Scalars['String']['output'];
|
|
221718
|
+
};
|
|
221719
|
+
export type SearchResultLoomVideo = SearchResult & {
|
|
221720
|
+
__typename?: 'SearchResultLoomVideo';
|
|
221721
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
221722
|
+
creatorAaid?: Maybe<Scalars['String']['output']>;
|
|
221723
|
+
description: Scalars['String']['output'];
|
|
221724
|
+
durationSeconds?: Maybe<Scalars['Int']['output']>;
|
|
221725
|
+
entityKey?: Maybe<Scalars['String']['output']>;
|
|
221726
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
221727
|
+
id: Scalars['ID']['output'];
|
|
221728
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
221729
|
+
linkedResults?: Maybe<Array<SearchLinkedResult>>;
|
|
221730
|
+
loomId?: Maybe<Scalars['String']['output']>;
|
|
221731
|
+
matchedFields?: Maybe<Array<Scalars['String']['output']>>;
|
|
221732
|
+
navBoostScore?: Maybe<Scalars['Float']['output']>;
|
|
221733
|
+
permissionsSet?: Maybe<Array<Scalars['String']['output']>>;
|
|
221734
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
221735
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
221736
|
+
smartLinkAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
221737
|
+
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
221738
|
+
title: Scalars['String']['output'];
|
|
221739
|
+
type: SearchResultType;
|
|
221740
|
+
url: Scalars['String']['output'];
|
|
221741
|
+
};
|
|
221166
221742
|
export type SearchResultMercuryAsk = SearchResult & {
|
|
221167
221743
|
__typename?: 'SearchResultMercuryAsk';
|
|
221168
221744
|
ask?: Maybe<MercuryAsk>;
|
|
@@ -224434,6 +225010,10 @@ export declare enum SortDirection {
|
|
|
224434
225010
|
Asc = "ASC",
|
|
224435
225011
|
Desc = "DESC"
|
|
224436
225012
|
}
|
|
225013
|
+
export declare enum SortDirectionInstallations {
|
|
225014
|
+
Asc = "ASC",
|
|
225015
|
+
Desc = "DESC"
|
|
225016
|
+
}
|
|
224437
225017
|
export declare enum SortOrder {
|
|
224438
225018
|
Asc = "ASC",
|
|
224439
225019
|
Desc = "DESC"
|
|
@@ -230852,7 +231432,7 @@ export declare enum TownsquareAccessControlCapability {
|
|
|
230852
231432
|
Create = "CREATE"
|
|
230853
231433
|
}
|
|
230854
231434
|
export type TownsquareAccessPrincipal = AppUser | AtlassianAccountUser | CustomerUser;
|
|
230855
|
-
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareMetricTargetPeriodsChange | TownsquareMetricValueCreatedChange | TownsquareMetricValueDeletedChange | TownsquareMetricValueUpdatedChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
231435
|
+
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareMetricTargetCreatedChange | TownsquareMetricTargetDeletedChange | TownsquareMetricTargetPeriodsChange | TownsquareMetricTargetUpdatedChange | TownsquareMetricValueCreatedChange | TownsquareMetricValueDeletedChange | TownsquareMetricValueUpdatedChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
230856
231436
|
export type TownsquareActivityItem = {
|
|
230857
231437
|
__typename?: 'TownsquareActivityItem';
|
|
230858
231438
|
actor?: Maybe<User>;
|
|
@@ -232937,6 +233517,22 @@ export type TownsquareMetricTargetConnection = {
|
|
|
232937
233517
|
edges?: Maybe<Array<Maybe<TownsquareMetricTargetEdge>>>;
|
|
232938
233518
|
pageInfo: PageInfo;
|
|
232939
233519
|
};
|
|
233520
|
+
export type TownsquareMetricTargetCreatedChange = {
|
|
233521
|
+
__typename?: 'TownsquareMetricTargetCreatedChange';
|
|
233522
|
+
metricName?: Maybe<Scalars['String']['output']>;
|
|
233523
|
+
metricSubType?: Maybe<Scalars['String']['output']>;
|
|
233524
|
+
metricType?: Maybe<TownsquareMetricType>;
|
|
233525
|
+
startValue?: Maybe<Scalars['Float']['output']>;
|
|
233526
|
+
targetValue?: Maybe<Scalars['Float']['output']>;
|
|
233527
|
+
};
|
|
233528
|
+
export type TownsquareMetricTargetDeletedChange = {
|
|
233529
|
+
__typename?: 'TownsquareMetricTargetDeletedChange';
|
|
233530
|
+
metricName?: Maybe<Scalars['String']['output']>;
|
|
233531
|
+
metricSubType?: Maybe<Scalars['String']['output']>;
|
|
233532
|
+
metricType?: Maybe<TownsquareMetricType>;
|
|
233533
|
+
startValue?: Maybe<Scalars['Float']['output']>;
|
|
233534
|
+
targetValue?: Maybe<Scalars['Float']['output']>;
|
|
233535
|
+
};
|
|
232940
233536
|
export type TownsquareMetricTargetEdge = {
|
|
232941
233537
|
__typename?: 'TownsquareMetricTargetEdge';
|
|
232942
233538
|
cursor: Scalars['String']['output'];
|
|
@@ -232990,6 +233586,16 @@ export type TownsquareMetricTargetToMetricValueEdge = {
|
|
|
232990
233586
|
node?: Maybe<TownsquareMetricValue>;
|
|
232991
233587
|
variance?: Maybe<Scalars['Float']['output']>;
|
|
232992
233588
|
};
|
|
233589
|
+
export type TownsquareMetricTargetUpdatedChange = {
|
|
233590
|
+
__typename?: 'TownsquareMetricTargetUpdatedChange';
|
|
233591
|
+
metricName?: Maybe<Scalars['String']['output']>;
|
|
233592
|
+
metricSubType?: Maybe<Scalars['String']['output']>;
|
|
233593
|
+
metricType?: Maybe<TownsquareMetricType>;
|
|
233594
|
+
newStartValue?: Maybe<Scalars['Float']['output']>;
|
|
233595
|
+
newTargetValue?: Maybe<Scalars['Float']['output']>;
|
|
233596
|
+
oldStartValue?: Maybe<Scalars['Float']['output']>;
|
|
233597
|
+
oldTargetValue?: Maybe<Scalars['Float']['output']>;
|
|
233598
|
+
};
|
|
232993
233599
|
export declare enum TownsquareMetricType {
|
|
232994
233600
|
Currency = "CURRENCY",
|
|
232995
233601
|
Numeric = "NUMERIC",
|
|
@@ -234868,6 +235474,11 @@ export type TownsquareThemeUrIs = {
|
|
|
234868
235474
|
light?: Maybe<Scalars['String']['output']>;
|
|
234869
235475
|
transparent?: Maybe<Scalars['String']['output']>;
|
|
234870
235476
|
};
|
|
235477
|
+
export declare enum TownsquareTrackViewEvent {
|
|
235478
|
+
Direct = "DIRECT",
|
|
235479
|
+
Indirect = "INDIRECT",
|
|
235480
|
+
Skip = "SKIP"
|
|
235481
|
+
}
|
|
234871
235482
|
export declare enum TownsquareUnshardedAccessControlCapability {
|
|
234872
235483
|
Access = "ACCESS",
|
|
234873
235484
|
Administer = "ADMINISTER",
|
|
@@ -236607,6 +237218,11 @@ export type TrelloBoardWorkspaceUpdated = {
|
|
|
236607
237218
|
id?: Maybe<Scalars['ID']['output']>;
|
|
236608
237219
|
objectId?: Maybe<Scalars['ID']['output']>;
|
|
236609
237220
|
};
|
|
237221
|
+
export type TrelloBulkCreateCardInListInput = {
|
|
237222
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
237223
|
+
due?: InputMaybe<Scalars['DateTime']['input']>;
|
|
237224
|
+
name: Scalars['String']['input'];
|
|
237225
|
+
};
|
|
236610
237226
|
export type TrelloBulkCreateCardInput = {
|
|
236611
237227
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
236612
237228
|
due?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -236614,6 +237230,24 @@ export type TrelloBulkCreateCardInput = {
|
|
|
236614
237230
|
name: Scalars['String']['input'];
|
|
236615
237231
|
position?: InputMaybe<Scalars['TrelloCardPosition']['input']>;
|
|
236616
237232
|
};
|
|
237233
|
+
export type TrelloBulkCreateCardsInListFailedCard = {
|
|
237234
|
+
__typename?: 'TrelloBulkCreateCardsInListFailedCard';
|
|
237235
|
+
errors: Array<MutationError>;
|
|
237236
|
+
inputIndex: Scalars['Int']['output'];
|
|
237237
|
+
name: Scalars['String']['output'];
|
|
237238
|
+
};
|
|
237239
|
+
export type TrelloBulkCreateCardsInListInput = {
|
|
237240
|
+
cards: Array<TrelloBulkCreateCardInListInput>;
|
|
237241
|
+
listId: Scalars['ID']['input'];
|
|
237242
|
+
position?: InputMaybe<Scalars['TrelloCardPosition']['input']>;
|
|
237243
|
+
};
|
|
237244
|
+
export type TrelloBulkCreateCardsInListPayload = Payload & {
|
|
237245
|
+
__typename?: 'TrelloBulkCreateCardsInListPayload';
|
|
237246
|
+
cards?: Maybe<Array<TrelloBaseCard>>;
|
|
237247
|
+
errors?: Maybe<Array<MutationError>>;
|
|
237248
|
+
failedCards: Array<TrelloBulkCreateCardsInListFailedCard>;
|
|
237249
|
+
success: Scalars['Boolean']['output'];
|
|
237250
|
+
};
|
|
236617
237251
|
export type TrelloBulkCreateCardsInput = {
|
|
236618
237252
|
cards: Array<TrelloBulkCreateCardInput>;
|
|
236619
237253
|
};
|
|
@@ -238004,6 +238638,15 @@ export type TrelloDeleteCustomFieldPayload = Payload & {
|
|
|
238004
238638
|
errors?: Maybe<Array<MutationError>>;
|
|
238005
238639
|
success: Scalars['Boolean']['output'];
|
|
238006
238640
|
};
|
|
238641
|
+
export type TrelloDeleteLabelInput = {
|
|
238642
|
+
id: Scalars['ID']['input'];
|
|
238643
|
+
};
|
|
238644
|
+
export type TrelloDeleteLabelPayload = Payload & {
|
|
238645
|
+
__typename?: 'TrelloDeleteLabelPayload';
|
|
238646
|
+
errors?: Maybe<Array<MutationError>>;
|
|
238647
|
+
label?: Maybe<TrelloLabelDeleted>;
|
|
238648
|
+
success: Scalars['Boolean']['output'];
|
|
238649
|
+
};
|
|
238007
238650
|
export type TrelloDeletePlannerCalendarEventInput = {
|
|
238008
238651
|
plannerCalendarEventId: Scalars['ID']['input'];
|
|
238009
238652
|
plannerCalendarId: Scalars['ID']['input'];
|
|
@@ -239307,6 +239950,7 @@ export type TrelloMutationApi = {
|
|
|
239307
239950
|
assignCardToPlannerCalendarEvent?: Maybe<TrelloAssignCardToPlannerCalendarEventPayload>;
|
|
239308
239951
|
assignCardsToPlannerCalendarEvent?: Maybe<TrelloAssignCardsToPlannerCalendarEventPayload>;
|
|
239309
239952
|
bulkCreateCards?: Maybe<TrelloBulkCreateCardsPayload>;
|
|
239953
|
+
bulkCreateCardsInList?: Maybe<TrelloBulkCreateCardsInListPayload>;
|
|
239310
239954
|
bulkDeleteList?: Maybe<TrelloBulkDeleteListPayload>;
|
|
239311
239955
|
closeBoard?: Maybe<TrelloCloseBoardPayload>;
|
|
239312
239956
|
closeCard?: Maybe<TrelloCloseCardPayload>;
|
|
@@ -239341,6 +239985,7 @@ export type TrelloMutationApi = {
|
|
|
239341
239985
|
deleteChecklist?: Maybe<TrelloDeleteChecklistPayload>;
|
|
239342
239986
|
deleteCustomField?: Maybe<TrelloDeleteCustomFieldPayload>;
|
|
239343
239987
|
deleteCustomFieldOption?: Maybe<TrelloDeleteCustomFieldOptionPayload>;
|
|
239988
|
+
deleteLabel?: Maybe<TrelloDeleteLabelPayload>;
|
|
239344
239989
|
deletePlannerCalendarEvent?: Maybe<TrelloDeletePlannerCalendarEventPayload>;
|
|
239345
239990
|
deleteWorkspaceTag?: Maybe<TrelloDeleteWorkspaceTagPayload>;
|
|
239346
239991
|
disableBoardSelfJoin?: Maybe<TrelloDisableBoardSelfJoinPayload>;
|
|
@@ -239491,6 +240136,9 @@ export type TrelloMutationApiAssignCardsToPlannerCalendarEventArgs = {
|
|
|
239491
240136
|
export type TrelloMutationApiBulkCreateCardsArgs = {
|
|
239492
240137
|
input: TrelloBulkCreateCardsInput;
|
|
239493
240138
|
};
|
|
240139
|
+
export type TrelloMutationApiBulkCreateCardsInListArgs = {
|
|
240140
|
+
input: TrelloBulkCreateCardsInListInput;
|
|
240141
|
+
};
|
|
239494
240142
|
export type TrelloMutationApiBulkDeleteListArgs = {
|
|
239495
240143
|
input: TrelloBulkDeleteListInput;
|
|
239496
240144
|
};
|
|
@@ -239593,6 +240241,9 @@ export type TrelloMutationApiDeleteCustomFieldArgs = {
|
|
|
239593
240241
|
export type TrelloMutationApiDeleteCustomFieldOptionArgs = {
|
|
239594
240242
|
input: TrelloDeleteCustomFieldOptionInput;
|
|
239595
240243
|
};
|
|
240244
|
+
export type TrelloMutationApiDeleteLabelArgs = {
|
|
240245
|
+
input: TrelloDeleteLabelInput;
|
|
240246
|
+
};
|
|
239596
240247
|
export type TrelloMutationApiDeletePlannerCalendarEventArgs = {
|
|
239597
240248
|
input: TrelloDeletePlannerCalendarEventInput;
|
|
239598
240249
|
};
|