@forge/cli-shared 8.19.0 → 8.19.1-next.0
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 +7 -0
- package/out/graphql/graphql-types.d.ts +860 -77
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +150 -43
- package/package.json +2 -2
|
@@ -1153,7 +1153,8 @@ export declare type AvpCreateDashboardFromTemplateInput = {
|
|
|
1153
1153
|
dashboard: AvpDashboardTemplateInput;
|
|
1154
1154
|
dashboardPermissionType?: InputMaybe<AvpDashboardPermissionType>;
|
|
1155
1155
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
1156
|
-
|
|
1156
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
1157
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1157
1158
|
};
|
|
1158
1159
|
export declare type AvpCreateDashboardInput = {
|
|
1159
1160
|
cloudId: Scalars['ID']['input'];
|
|
@@ -1161,7 +1162,8 @@ export declare type AvpCreateDashboardInput = {
|
|
|
1161
1162
|
dashboard: AvpDashboardInput;
|
|
1162
1163
|
dashboardPermissionType?: InputMaybe<AvpDashboardPermissionType>;
|
|
1163
1164
|
integrationId?: InputMaybe<AvpIntegrationId>;
|
|
1164
|
-
|
|
1165
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
1166
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
1165
1167
|
};
|
|
1166
1168
|
export declare type AvpCreateDashboardPayload = Payload & {
|
|
1167
1169
|
__typename?: 'AVPCreateDashboardPayload';
|
|
@@ -1695,24 +1697,15 @@ export declare type AvpPermissionsUserAccess = {
|
|
|
1695
1697
|
user?: Maybe<User>;
|
|
1696
1698
|
};
|
|
1697
1699
|
export declare type AvpPlatformDimension = {
|
|
1700
|
+
__typename?: 'AVPPlatformDimension';
|
|
1698
1701
|
datasourceLocator: AvpDatasourceLocator;
|
|
1702
|
+
dynamicDimensionKey?: Maybe<Scalars['String']['output']>;
|
|
1699
1703
|
name: Scalars['String']['output'];
|
|
1700
1704
|
product: Scalars['String']['output'];
|
|
1701
1705
|
};
|
|
1702
1706
|
export declare type AvpPlatformDimensionInput = {
|
|
1703
|
-
dynamic?: InputMaybe<AvpPlatformDynamicDimensionInput>;
|
|
1704
|
-
semantic?: InputMaybe<AvpPlatformSemanticDimensionInput>;
|
|
1705
|
-
};
|
|
1706
|
-
export declare type AvpPlatformDynamicDimension = AvpPlatformDimension & {
|
|
1707
|
-
__typename?: 'AVPPlatformDynamicDimension';
|
|
1708
|
-
datasourceLocator: AvpDatasourceLocator;
|
|
1709
|
-
dynamicDimensionKey: Scalars['String']['output'];
|
|
1710
|
-
name: Scalars['String']['output'];
|
|
1711
|
-
product: Scalars['String']['output'];
|
|
1712
|
-
};
|
|
1713
|
-
export declare type AvpPlatformDynamicDimensionInput = {
|
|
1714
1707
|
datasourceLocator: AvpDatasourceLocatorInput;
|
|
1715
|
-
dynamicDimensionKey
|
|
1708
|
+
dynamicDimensionKey?: InputMaybe<Scalars['String']['input']>;
|
|
1716
1709
|
name: Scalars['String']['input'];
|
|
1717
1710
|
product: Scalars['String']['input'];
|
|
1718
1711
|
};
|
|
@@ -1742,19 +1735,6 @@ export declare type AvpPlatformFilterUpdateInput = {
|
|
|
1742
1735
|
label?: InputMaybe<Scalars['String']['input']>;
|
|
1743
1736
|
metadata?: InputMaybe<Scalars['String']['input']>;
|
|
1744
1737
|
};
|
|
1745
|
-
export declare type AvpPlatformSemanticDimension = AvpPlatformDimension & {
|
|
1746
|
-
__typename?: 'AVPPlatformSemanticDimension';
|
|
1747
|
-
datasourceLocator: AvpDatasourceLocator;
|
|
1748
|
-
name: Scalars['String']['output'];
|
|
1749
|
-
product: Scalars['String']['output'];
|
|
1750
|
-
semanticModel: Scalars['String']['output'];
|
|
1751
|
-
};
|
|
1752
|
-
export declare type AvpPlatformSemanticDimensionInput = {
|
|
1753
|
-
datasourceLocator: AvpDatasourceLocatorInput;
|
|
1754
|
-
name: Scalars['String']['input'];
|
|
1755
|
-
product: Scalars['String']['input'];
|
|
1756
|
-
semanticModel: Scalars['String']['input'];
|
|
1757
|
-
};
|
|
1758
1738
|
export declare type AvpProductWorkspaceMapEntry = {
|
|
1759
1739
|
product: Scalars['String']['input'];
|
|
1760
1740
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -2864,16 +2844,8 @@ export declare type AdminAuditLogEventEdge = {
|
|
|
2864
2844
|
node: AdminAuditLogEvent;
|
|
2865
2845
|
};
|
|
2866
2846
|
export declare type AdminAuditLogEventExportInput = {
|
|
2867
|
-
action?: InputMaybe<Scalars['String']['input']>;
|
|
2868
|
-
actor?: InputMaybe<Scalars['String']['input']>;
|
|
2869
|
-
endDate?: InputMaybe<Scalars['String']['input']>;
|
|
2870
2847
|
format?: InputMaybe<AdminAuditLogEventMessageFormat>;
|
|
2871
|
-
|
|
2872
|
-
location?: InputMaybe<Scalars['String']['input']>;
|
|
2873
|
-
product?: InputMaybe<Scalars['String']['input']>;
|
|
2874
|
-
query?: InputMaybe<Scalars['String']['input']>;
|
|
2875
|
-
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
2876
|
-
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
2848
|
+
query: Scalars['String']['input'];
|
|
2877
2849
|
};
|
|
2878
2850
|
export declare type AdminAuditLogEventExportResponsePayload = Payload & {
|
|
2879
2851
|
__typename?: 'AdminAuditLogEventExportResponsePayload';
|
|
@@ -4634,6 +4606,7 @@ export declare type AgentStudioAssistantScenario = AgentStudioBaseConfiguration
|
|
|
4634
4606
|
export declare type AgentStudioAuthReadinessResult = {
|
|
4635
4607
|
__typename?: 'AgentStudioAuthReadinessResult';
|
|
4636
4608
|
firstPartyApps: Array<AgentStudioFirstPartyApp>;
|
|
4609
|
+
thirdPartyApps: Array<AgentStudioThirdPartyApp>;
|
|
4637
4610
|
};
|
|
4638
4611
|
export declare type AgentStudioAuthoringTeamInput = {
|
|
4639
4612
|
authoringTeamId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -5182,6 +5155,7 @@ export declare type AgentStudioKnowledgeGapUploadJob = {
|
|
|
5182
5155
|
startedAt?: Maybe<Scalars['String']['output']>;
|
|
5183
5156
|
status?: Maybe<AgentStudioKnowledgeGapUploadJobStatus>;
|
|
5184
5157
|
triggeredBy?: Maybe<Scalars['String']['output']>;
|
|
5158
|
+
type?: Maybe<AgentStudioKnowledgeGapUploadJobType>;
|
|
5185
5159
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
5186
5160
|
};
|
|
5187
5161
|
export declare enum AgentStudioKnowledgeGapUploadJobStatus {
|
|
@@ -5194,6 +5168,10 @@ export declare enum AgentStudioKnowledgeGapUploadJobStatus {
|
|
|
5194
5168
|
Postprocessing = "POSTPROCESSING",
|
|
5195
5169
|
Processing = "PROCESSING"
|
|
5196
5170
|
}
|
|
5171
|
+
export declare enum AgentStudioKnowledgeGapUploadJobType {
|
|
5172
|
+
AdhocCsm = "ADHOC_CSM",
|
|
5173
|
+
FileUpload = "FILE_UPLOAD"
|
|
5174
|
+
}
|
|
5197
5175
|
export declare type AgentStudioKnowledgeSource = {
|
|
5198
5176
|
__typename?: 'AgentStudioKnowledgeSource';
|
|
5199
5177
|
cloudId?: Maybe<Scalars['String']['output']>;
|
|
@@ -5458,6 +5436,18 @@ export declare type AgentStudioTeamsChannelDetails = {
|
|
|
5458
5436
|
channelName?: Maybe<Scalars['String']['output']>;
|
|
5459
5437
|
channelUrl?: Maybe<Scalars['String']['output']>;
|
|
5460
5438
|
};
|
|
5439
|
+
export declare type AgentStudioThirdPartyApp = AgentStudioApp & {
|
|
5440
|
+
__typename?: 'AgentStudioThirdPartyApp';
|
|
5441
|
+
authConsentStatus: AgentStudioThirdPartyAuthConsentStatus;
|
|
5442
|
+
authConsentUrl?: Maybe<Scalars['String']['output']>;
|
|
5443
|
+
displayName: Scalars['String']['output'];
|
|
5444
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
5445
|
+
integrationKey: Scalars['String']['output'];
|
|
5446
|
+
};
|
|
5447
|
+
export declare enum AgentStudioThirdPartyAuthConsentStatus {
|
|
5448
|
+
Connected = "CONNECTED",
|
|
5449
|
+
Unavailable = "UNAVAILABLE"
|
|
5450
|
+
}
|
|
5461
5451
|
export declare type AgentStudioTool = {
|
|
5462
5452
|
__typename?: 'AgentStudioTool';
|
|
5463
5453
|
configuration?: Maybe<AgentStudioToolConfiguration>;
|
|
@@ -6008,6 +5998,27 @@ export declare type AgentWorkspaceAvailabilitySummary = {
|
|
|
6008
5998
|
onDuty: Scalars['Int']['output'];
|
|
6009
5999
|
totalAgents: Scalars['Int']['output'];
|
|
6010
6000
|
};
|
|
6001
|
+
export declare type AgentWorkspaceBulkImportJob = {
|
|
6002
|
+
__typename?: 'AgentWorkspaceBulkImportJob';
|
|
6003
|
+
createdAt: Scalars['DateTime']['output'];
|
|
6004
|
+
createdSchedules?: Maybe<Scalars['Int']['output']>;
|
|
6005
|
+
failedSchedules?: Maybe<Scalars['Int']['output']>;
|
|
6006
|
+
jobId: Scalars['ID']['output'];
|
|
6007
|
+
processedRows?: Maybe<Scalars['Int']['output']>;
|
|
6008
|
+
status: AgentWorkspaceBulkImportJobStatus;
|
|
6009
|
+
totalRows?: Maybe<Scalars['Int']['output']>;
|
|
6010
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
6011
|
+
validationErrorCount?: Maybe<Scalars['Int']['output']>;
|
|
6012
|
+
};
|
|
6013
|
+
export declare enum AgentWorkspaceBulkImportJobStatus {
|
|
6014
|
+
ImportFailed = "IMPORT_FAILED",
|
|
6015
|
+
ImportInProgress = "IMPORT_IN_PROGRESS",
|
|
6016
|
+
ImportProcessing = "IMPORT_PROCESSING",
|
|
6017
|
+
ImportSuccessful = "IMPORT_SUCCESSFUL",
|
|
6018
|
+
ValidationFailed = "VALIDATION_FAILED",
|
|
6019
|
+
ValidationInProgress = "VALIDATION_IN_PROGRESS",
|
|
6020
|
+
ValidationSuccessful = "VALIDATION_SUCCESSFUL"
|
|
6021
|
+
}
|
|
6011
6022
|
export declare type AgentWorkspaceCapacityConnection = {
|
|
6012
6023
|
__typename?: 'AgentWorkspaceCapacityConnection';
|
|
6013
6024
|
edges: Array<AgentWorkspaceAgentCapacityEdge>;
|
|
@@ -6875,6 +6886,16 @@ export declare enum AgentWorkspaceSortDirection {
|
|
|
6875
6886
|
Asc = "ASC",
|
|
6876
6887
|
Desc = "DESC"
|
|
6877
6888
|
}
|
|
6889
|
+
export declare type AgentWorkspaceStartBulkImportInput = {
|
|
6890
|
+
cloudId: Scalars['ID']['input'];
|
|
6891
|
+
jobId: Scalars['ID']['input'];
|
|
6892
|
+
projectId: Scalars['ID']['input'];
|
|
6893
|
+
};
|
|
6894
|
+
export declare type AgentWorkspaceStartBulkImportPayload = {
|
|
6895
|
+
__typename?: 'AgentWorkspaceStartBulkImportPayload';
|
|
6896
|
+
jobId?: Maybe<Scalars['ID']['output']>;
|
|
6897
|
+
status?: Maybe<AgentWorkspaceBulkImportJobStatus>;
|
|
6898
|
+
};
|
|
6878
6899
|
export declare type AgentWorkspaceSubscribeSkillInput = {
|
|
6879
6900
|
cloudId: Scalars['ID']['input'];
|
|
6880
6901
|
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -8598,6 +8619,7 @@ export declare type AppVersionRollout = {
|
|
|
8598
8619
|
sourceVersionId: Scalars['ID']['output'];
|
|
8599
8620
|
status: AppVersionRolloutStatus;
|
|
8600
8621
|
targetVersionId: Scalars['ID']['output'];
|
|
8622
|
+
upgradeLimit?: Maybe<Scalars['Int']['output']>;
|
|
8601
8623
|
};
|
|
8602
8624
|
export declare type AppVersionRolloutPageInfo = {
|
|
8603
8625
|
__typename?: 'AppVersionRolloutPageInfo';
|
|
@@ -8967,6 +8989,7 @@ export declare type AssetsDmAdapter = {
|
|
|
8967
8989
|
dataSourceTypeId?: Maybe<Scalars['Int']['output']>;
|
|
8968
8990
|
icon?: Maybe<Scalars['String']['output']>;
|
|
8969
8991
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
8992
|
+
isCloudFetchSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
8970
8993
|
name?: Maybe<Scalars['String']['output']>;
|
|
8971
8994
|
vendor?: Maybe<Scalars['String']['output']>;
|
|
8972
8995
|
};
|
|
@@ -9558,6 +9581,7 @@ export declare type AssetsDmDataSourceConfig = {
|
|
|
9558
9581
|
__typename?: 'AssetsDMDataSourceConfig';
|
|
9559
9582
|
adapterType?: Maybe<Scalars['String']['output']>;
|
|
9560
9583
|
configuration?: Maybe<Scalars['JSON']['output']>;
|
|
9584
|
+
isCloudFetchSupported?: Maybe<Scalars['Boolean']['output']>;
|
|
9561
9585
|
objectClassType?: Maybe<AssetsDmObjectClassEnum>;
|
|
9562
9586
|
};
|
|
9563
9587
|
export declare type AssetsDmDataSourceConfigureMappingInput = {
|
|
@@ -9642,6 +9666,7 @@ export declare type AssetsDmDataSourceDetails = {
|
|
|
9642
9666
|
__typename?: 'AssetsDMDataSourceDetails';
|
|
9643
9667
|
dataSourceId?: Maybe<Scalars['ID']['output']>;
|
|
9644
9668
|
dataSourceTypeId: Scalars['Int']['output'];
|
|
9669
|
+
isCloudFetchEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
9645
9670
|
isTemplate: Scalars['Boolean']['output'];
|
|
9646
9671
|
jobId?: Maybe<Scalars['ID']['output']>;
|
|
9647
9672
|
name: Scalars['String']['output'];
|
|
@@ -9830,8 +9855,10 @@ export declare enum AssetsDmDataSourceOperationEnum {
|
|
|
9830
9855
|
export declare type AssetsDmDataSourceResponse = {
|
|
9831
9856
|
__typename?: 'AssetsDMDataSourceResponse';
|
|
9832
9857
|
error?: Maybe<Scalars['String']['output']>;
|
|
9858
|
+
isTestConnectionSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
9833
9859
|
message?: Maybe<Scalars['String']['output']>;
|
|
9834
9860
|
success: Scalars['Boolean']['output'];
|
|
9861
|
+
testConnectionErrorMessage?: Maybe<Scalars['String']['output']>;
|
|
9835
9862
|
};
|
|
9836
9863
|
export declare type AssetsDmDataSourceRunMergeResponse = {
|
|
9837
9864
|
__typename?: 'AssetsDMDataSourceRunMergeResponse';
|
|
@@ -11098,6 +11125,11 @@ export declare type AssetsDmTransformedDataResponse = {
|
|
|
11098
11125
|
filters: Array<AssetsDmTransformedDataFilter>;
|
|
11099
11126
|
pagination: AssetsDmPaginationInfo;
|
|
11100
11127
|
};
|
|
11128
|
+
export declare type AssetsDmTriggerCloudFetchResponse = {
|
|
11129
|
+
__typename?: 'AssetsDMTriggerCloudFetchResponse';
|
|
11130
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
11131
|
+
message: Scalars['String']['output'];
|
|
11132
|
+
};
|
|
11101
11133
|
export declare type AssetsDmUnverifiedAttribute = {
|
|
11102
11134
|
__typename?: 'AssetsDMUnverifiedAttribute';
|
|
11103
11135
|
issue: Scalars['String']['output'];
|
|
@@ -11683,9 +11715,7 @@ export declare type AssetsVerticalAssetTypesTracking = {
|
|
|
11683
11715
|
cloudId: Scalars['ID']['output'];
|
|
11684
11716
|
id: Scalars['ID']['output'];
|
|
11685
11717
|
objSchema?: Maybe<AssetsSchema>;
|
|
11686
|
-
objSchemaAri: Scalars['ID']['output'];
|
|
11687
11718
|
objType?: Maybe<AssetsObjectType>;
|
|
11688
|
-
objTypeAri: Scalars['ID']['output'];
|
|
11689
11719
|
verticalInstantiationCategoryId: Scalars['ID']['output'];
|
|
11690
11720
|
workspaceId: Scalars['ID']['output'];
|
|
11691
11721
|
};
|
|
@@ -11908,9 +11938,7 @@ export declare type AssetsVerticalDepreciationRuleAssetType = {
|
|
|
11908
11938
|
depreciationRuleId: Scalars['ID']['output'];
|
|
11909
11939
|
id: Scalars['ID']['output'];
|
|
11910
11940
|
objSchema?: Maybe<AssetsSchema>;
|
|
11911
|
-
objSchemaAri: Scalars['ID']['output'];
|
|
11912
11941
|
objType?: Maybe<AssetsObjectType>;
|
|
11913
|
-
objTypeAri: Scalars['ID']['output'];
|
|
11914
11942
|
};
|
|
11915
11943
|
export declare type AssetsVerticalDepreciationRuleAssetTypeConnection = {
|
|
11916
11944
|
__typename?: 'AssetsVerticalDepreciationRuleAssetTypeConnection';
|
|
@@ -15588,6 +15616,7 @@ export declare type ChangeManagementGlobalRiskAssessmentSettingsPayload = {
|
|
|
15588
15616
|
};
|
|
15589
15617
|
export declare type ChangeManagementLastRovoRiskAssessmentPayload = {
|
|
15590
15618
|
__typename?: 'ChangeManagementLastRovoRiskAssessmentPayload';
|
|
15619
|
+
conversationId?: Maybe<Scalars['String']['output']>;
|
|
15591
15620
|
response?: Maybe<Scalars['String']['output']>;
|
|
15592
15621
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
15593
15622
|
};
|
|
@@ -15607,6 +15636,7 @@ export declare type ChangeManagementUpdateGlobalRiskAssessmentSettingsInput = {
|
|
|
15607
15636
|
};
|
|
15608
15637
|
export declare type ChangeManagementUpdateLastRovoRiskAssessmentInput = {
|
|
15609
15638
|
cloudId: Scalars['ID']['input'];
|
|
15639
|
+
conversationId?: InputMaybe<Scalars['String']['input']>;
|
|
15610
15640
|
issueId: Scalars['String']['input'];
|
|
15611
15641
|
response: Scalars['String']['input'];
|
|
15612
15642
|
};
|
|
@@ -16909,6 +16939,17 @@ export declare type CommerceExpBillingPeriodDetails = {
|
|
|
16909
16939
|
billingAnchorTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
16910
16940
|
nextBillingTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
16911
16941
|
};
|
|
16942
|
+
export declare type CommerceExpBillingSchedule = {
|
|
16943
|
+
__typename?: 'CommerceExpBillingSchedule';
|
|
16944
|
+
aggregatedDiscountTotal?: Maybe<Scalars['Float']['output']>;
|
|
16945
|
+
aggregatedTaxItems?: Maybe<Array<CommerceExpTaxItemsResponse>>;
|
|
16946
|
+
aggregatedUpcomingBillsLine?: Maybe<Array<Maybe<CommerceExpUpcomingBillsLineItem>>>;
|
|
16947
|
+
billDate?: Maybe<CommerceExpBillDateResponse>;
|
|
16948
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
16949
|
+
subTotal?: Maybe<Scalars['Float']['output']>;
|
|
16950
|
+
tax?: Maybe<Scalars['Float']['output']>;
|
|
16951
|
+
total?: Maybe<Scalars['Float']['output']>;
|
|
16952
|
+
};
|
|
16912
16953
|
export declare type CommerceExpBillingScheduleItem = CommerceExpContainerQuoteLineItem | CommerceExpGroupedByOrgQuoteLineItem | CommerceExpGroupedBySiteQuoteLineItem | CommerceExpSingleQuoteLineItem;
|
|
16913
16954
|
export declare type CommerceExpBuyCurrentTrialInput = {
|
|
16914
16955
|
entitlementId: Scalars['String']['input'];
|
|
@@ -17457,7 +17498,6 @@ export declare type CommerceExpCcpPromotion = {
|
|
|
17457
17498
|
export declare type CommerceExpCcpQuery = {
|
|
17458
17499
|
__typename?: 'CommerceExpCcpQuery';
|
|
17459
17500
|
entitlement?: Maybe<CommerceExpCcpEntitlement>;
|
|
17460
|
-
entitlementSearch?: Maybe<CommerceExpCcpEntitlementConnection>;
|
|
17461
17501
|
entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
|
|
17462
17502
|
invoiceGroup?: Maybe<CommerceExpCcpInvoiceGroup>;
|
|
17463
17503
|
invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
|
|
@@ -17483,13 +17523,6 @@ export declare type CommerceExpCcpQuery = {
|
|
|
17483
17523
|
export declare type CommerceExpCcpQueryEntitlementArgs = {
|
|
17484
17524
|
id: Scalars['ID']['input'];
|
|
17485
17525
|
};
|
|
17486
|
-
export declare type CommerceExpCcpQueryEntitlementSearchArgs = {
|
|
17487
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
17488
|
-
before?: InputMaybe<Scalars['String']['input']>;
|
|
17489
|
-
filter?: InputMaybe<CommerceExpEntitlementFilter>;
|
|
17490
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
17491
|
-
last?: InputMaybe<Scalars['Int']['input']>;
|
|
17492
|
-
};
|
|
17493
17526
|
export declare type CommerceExpCcpQueryEntitlementsArgs = {
|
|
17494
17527
|
ids: Array<Scalars['ID']['input']>;
|
|
17495
17528
|
};
|
|
@@ -17568,6 +17601,7 @@ export declare type CommerceExpCcpQuote = CommerceExpNode & {
|
|
|
17568
17601
|
aggregatedDiscountTotalForBAC?: Maybe<Scalars['Float']['output']>;
|
|
17569
17602
|
aggregatedTaxItemsForBAC?: Maybe<Array<CommerceExpTaxItemsResponse>>;
|
|
17570
17603
|
aggregatedUpcomingBillsLineForBAC?: Maybe<Array<Maybe<CommerceExpUpcomingBillsLineItem>>>;
|
|
17604
|
+
billingSchedules?: Maybe<Array<Maybe<CommerceExpBillingSchedule>>>;
|
|
17571
17605
|
canUpdateIGInQuote?: Maybe<Scalars['Boolean']['output']>;
|
|
17572
17606
|
cancelledReason?: Maybe<CommerceExpCanceledReason>;
|
|
17573
17607
|
contacts?: Maybe<Array<Maybe<CommerceExpContact>>>;
|
|
@@ -28897,6 +28931,16 @@ export declare type ConfluenceNbmRetryScanLongTaskPayload = {
|
|
|
28897
28931
|
success: Scalars['Boolean']['output'];
|
|
28898
28932
|
taskId?: Maybe<Scalars['ID']['output']>;
|
|
28899
28933
|
};
|
|
28934
|
+
export declare type ConfluenceNbmRetryTransformationLongTaskInput = {
|
|
28935
|
+
transformationId: Scalars['ID']['input'];
|
|
28936
|
+
};
|
|
28937
|
+
export declare type ConfluenceNbmRetryTransformationLongTaskPayload = Payload & {
|
|
28938
|
+
__typename?: 'ConfluenceNbmRetryTransformationLongTaskPayload';
|
|
28939
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28940
|
+
scanId?: Maybe<Scalars['ID']['output']>;
|
|
28941
|
+
success: Scalars['Boolean']['output'];
|
|
28942
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
28943
|
+
};
|
|
28900
28944
|
export declare type ConfluenceNbmScanCategory = {
|
|
28901
28945
|
__typename?: 'ConfluenceNbmScanCategory';
|
|
28902
28946
|
totalChains?: Maybe<Scalars['Long']['output']>;
|
|
@@ -30560,6 +30604,12 @@ export declare enum ConfluenceShareableLinkAccessType {
|
|
|
30560
30604
|
External = "EXTERNAL",
|
|
30561
30605
|
InternalLicensed = "INTERNAL_LICENSED"
|
|
30562
30606
|
}
|
|
30607
|
+
export declare type ConfluenceShareableLinkPageInfo = {
|
|
30608
|
+
__typename?: 'ConfluenceShareableLinkPageInfo';
|
|
30609
|
+
endPage?: Maybe<Scalars['String']['output']>;
|
|
30610
|
+
hasNextPage?: Maybe<Scalars['Boolean']['output']>;
|
|
30611
|
+
startPage?: Maybe<Scalars['String']['output']>;
|
|
30612
|
+
};
|
|
30563
30613
|
export declare type ConfluenceShareableLinkSiteConfig = {
|
|
30564
30614
|
__typename?: 'ConfluenceShareableLinkSiteConfig';
|
|
30565
30615
|
siteConfigs: Array<Maybe<ConfluenceShareableLinkSiteSetting>>;
|
|
@@ -30574,10 +30624,25 @@ export declare enum ConfluenceShareableLinkSiteStatus {
|
|
|
30574
30624
|
Off = "OFF",
|
|
30575
30625
|
On = "ON"
|
|
30576
30626
|
}
|
|
30627
|
+
export declare type ConfluenceShareableLinkSpace = {
|
|
30628
|
+
__typename?: 'ConfluenceShareableLinkSpace';
|
|
30629
|
+
activeLinkCount: Scalars['Long']['output'];
|
|
30630
|
+
icon?: Maybe<ConfluenceSpaceIcon>;
|
|
30631
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
30632
|
+
shareableLinkSpaceConfig: Array<Maybe<ConfluenceShareableLinkSpaceSetting>>;
|
|
30633
|
+
spaceAlias?: Maybe<Scalars['String']['output']>;
|
|
30634
|
+
spaceId: Scalars['ID']['output'];
|
|
30635
|
+
spaceKey: Scalars['String']['output'];
|
|
30636
|
+
};
|
|
30577
30637
|
export declare type ConfluenceShareableLinkSpaceConfig = {
|
|
30578
30638
|
__typename?: 'ConfluenceShareableLinkSpaceConfig';
|
|
30579
30639
|
spaceConfigs?: Maybe<Array<Maybe<ConfluenceShareableLinkSpaceSetting>>>;
|
|
30580
30640
|
};
|
|
30641
|
+
export declare type ConfluenceShareableLinkSpaceConnection = {
|
|
30642
|
+
__typename?: 'ConfluenceShareableLinkSpaceConnection';
|
|
30643
|
+
nodes: Array<Maybe<ConfluenceShareableLinkSpace>>;
|
|
30644
|
+
pageInfo: ConfluenceShareableLinkPageInfo;
|
|
30645
|
+
};
|
|
30581
30646
|
export declare type ConfluenceShareableLinkSpaceSetting = {
|
|
30582
30647
|
__typename?: 'ConfluenceShareableLinkSpaceSetting';
|
|
30583
30648
|
accessType: ConfluenceShareableLinkAccessType;
|
|
@@ -30590,6 +30655,22 @@ export declare enum ConfluenceShareableLinkSpaceStatus {
|
|
|
30590
30655
|
Off = "OFF",
|
|
30591
30656
|
On = "ON"
|
|
30592
30657
|
}
|
|
30658
|
+
export declare enum ConfluenceShareableLinkSpaceStatusFilter {
|
|
30659
|
+
ExternalBlockedByContainerPolicy = "EXTERNAL_BLOCKED_BY_CONTAINER_POLICY",
|
|
30660
|
+
ExternalBlockedByOrg = "EXTERNAL_BLOCKED_BY_ORG",
|
|
30661
|
+
ExternalBlockedByProduct = "EXTERNAL_BLOCKED_BY_PRODUCT",
|
|
30662
|
+
ExternalOff = "EXTERNAL_OFF",
|
|
30663
|
+
ExternalOn = "EXTERNAL_ON",
|
|
30664
|
+
InternalLicensedBlockedByContainerPolicy = "INTERNAL_LICENSED_BLOCKED_BY_CONTAINER_POLICY",
|
|
30665
|
+
InternalLicensedBlockedByOrg = "INTERNAL_LICENSED_BLOCKED_BY_ORG",
|
|
30666
|
+
InternalLicensedBlockedByProduct = "INTERNAL_LICENSED_BLOCKED_BY_PRODUCT",
|
|
30667
|
+
InternalLicensedOff = "INTERNAL_LICENSED_OFF",
|
|
30668
|
+
InternalLicensedOn = "INTERNAL_LICENSED_ON"
|
|
30669
|
+
}
|
|
30670
|
+
export declare enum ConfluenceShareableLinkSpacesByCriteriaOrder {
|
|
30671
|
+
ActiveLinks = "ACTIVE_LINKS",
|
|
30672
|
+
Name = "NAME"
|
|
30673
|
+
}
|
|
30593
30674
|
export declare type ConfluenceSiteConfiguration = {
|
|
30594
30675
|
__typename?: 'ConfluenceSiteConfiguration';
|
|
30595
30676
|
attachmentSettings?: Maybe<ConfluenceAttachmentSettings>;
|
|
@@ -30833,6 +30914,7 @@ export declare type ConfluenceSpacePermissionCombination = {
|
|
|
30833
30914
|
principalCount: Scalars['Long']['output'];
|
|
30834
30915
|
recommendation?: Maybe<ConfluencePermissionTransitionRecommendation>;
|
|
30835
30916
|
spaceCount: Scalars['Long']['output'];
|
|
30917
|
+
spacePermissions?: Maybe<Array<ConfluenceSpacePermission>>;
|
|
30836
30918
|
spaceRole?: Maybe<ConfluenceBasicSpaceRole>;
|
|
30837
30919
|
};
|
|
30838
30920
|
export declare type ConfluenceSpacePermissionCombinationConnection = {
|
|
@@ -33148,7 +33230,25 @@ export declare type ConvoAiAgentSessionCreate = {
|
|
|
33148
33230
|
export declare type ConvoAiAgentSessionNode = {
|
|
33149
33231
|
id?: Maybe<Scalars['ID']['output']>;
|
|
33150
33232
|
};
|
|
33233
|
+
export declare enum ConvoAiAgentSessionState {
|
|
33234
|
+
ArtefactReady = "ARTEFACT_READY",
|
|
33235
|
+
AuthRequired = "AUTH_REQUIRED",
|
|
33236
|
+
Completed = "COMPLETED",
|
|
33237
|
+
Failed = "FAILED",
|
|
33238
|
+
InputRequired = "INPUT_REQUIRED",
|
|
33239
|
+
Rejected = "REJECTED",
|
|
33240
|
+
Unknown = "UNKNOWN",
|
|
33241
|
+
Working = "WORKING"
|
|
33242
|
+
}
|
|
33151
33243
|
export declare type ConvoAiAgentSessionUpdate = ConvoAiConversationMessage | ConvoAiEmptyConversation | ConvoAiErrorMessage | ConvoAiTraceMessage;
|
|
33244
|
+
export declare type ConvoAiAgentSessionUpdatedByProjects = {
|
|
33245
|
+
__typename?: 'ConvoAiAgentSessionUpdatedByProjects';
|
|
33246
|
+
agent?: Maybe<ConvoAiUser>;
|
|
33247
|
+
conversationId: Scalars['String']['output'];
|
|
33248
|
+
issueId: Scalars['String']['output'];
|
|
33249
|
+
projectId: Scalars['String']['output'];
|
|
33250
|
+
state: ConvoAiAgentSessionState;
|
|
33251
|
+
};
|
|
33152
33252
|
export declare type ConvoAiConfluenceSpaceRecommendation = {
|
|
33153
33253
|
__typename?: 'ConvoAiConfluenceSpaceRecommendation';
|
|
33154
33254
|
id: Scalars['ID']['output'];
|
|
@@ -33309,8 +33409,31 @@ export declare type ConvoAiJiraSimilarWorkItemSuggestion = {
|
|
|
33309
33409
|
__typename?: 'ConvoAiJiraSimilarWorkItemSuggestion';
|
|
33310
33410
|
id: Scalars['ID']['output'];
|
|
33311
33411
|
similarityScore: Scalars['Float']['output'];
|
|
33412
|
+
sources?: Maybe<ConvoAiJiraSimilarWorkItemSuggestionSourceConnection>;
|
|
33312
33413
|
workItem?: Maybe<JiraIssue>;
|
|
33313
33414
|
};
|
|
33415
|
+
export declare type ConvoAiJiraSimilarWorkItemSuggestionSourcesArgs = {
|
|
33416
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33417
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
33418
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33419
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33420
|
+
};
|
|
33421
|
+
export declare enum ConvoAiJiraSimilarWorkItemSuggestionSource {
|
|
33422
|
+
Ers = "ERS",
|
|
33423
|
+
RecentlyCreated = "RECENTLY_CREATED",
|
|
33424
|
+
XpSearch = "XP_SEARCH"
|
|
33425
|
+
}
|
|
33426
|
+
export declare type ConvoAiJiraSimilarWorkItemSuggestionSourceConnection = {
|
|
33427
|
+
__typename?: 'ConvoAiJiraSimilarWorkItemSuggestionSourceConnection';
|
|
33428
|
+
edges?: Maybe<Array<ConvoAiJiraSimilarWorkItemSuggestionSourceEdge>>;
|
|
33429
|
+
pageInfo: PageInfo;
|
|
33430
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
33431
|
+
};
|
|
33432
|
+
export declare type ConvoAiJiraSimilarWorkItemSuggestionSourceEdge = {
|
|
33433
|
+
__typename?: 'ConvoAiJiraSimilarWorkItemSuggestionSourceEdge';
|
|
33434
|
+
cursor: Scalars['String']['output'];
|
|
33435
|
+
node?: Maybe<ConvoAiJiraSimilarWorkItemSuggestionSource>;
|
|
33436
|
+
};
|
|
33314
33437
|
export declare type ConvoAiJiraSimilarWorkItemsConnection = {
|
|
33315
33438
|
__typename?: 'ConvoAiJiraSimilarWorkItemsConnection';
|
|
33316
33439
|
edges?: Maybe<Array<ConvoAiJiraSimilarWorkItemsEdge>>;
|
|
@@ -33535,6 +33658,7 @@ export declare type CplsAddWorkScopeAssociationsPayload = Payload & {
|
|
|
33535
33658
|
};
|
|
33536
33659
|
export declare type CplsAtlasProject = {
|
|
33537
33660
|
__typename?: 'CplsAtlasProject';
|
|
33661
|
+
atlasProject?: Maybe<TownsquareProject>;
|
|
33538
33662
|
atlasProjectId: Scalars['ID']['output'];
|
|
33539
33663
|
};
|
|
33540
33664
|
export declare type CplsAtlasProjectConnection = HasPageInfo & {
|
|
@@ -34191,6 +34315,7 @@ export declare type CreateAppTunnelsInput = {
|
|
|
34191
34315
|
tunnelDefinitions: TunnelDefinitionsInput;
|
|
34192
34316
|
};
|
|
34193
34317
|
export declare type CreateAppVersionRolloutInput = {
|
|
34318
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
34194
34319
|
sourceVersionId: Scalars['ID']['input'];
|
|
34195
34320
|
targetVersionId: Scalars['ID']['input'];
|
|
34196
34321
|
};
|
|
@@ -34198,7 +34323,9 @@ export declare type CreateAppVersionRolloutPayload = Payload & {
|
|
|
34198
34323
|
__typename?: 'CreateAppVersionRolloutPayload';
|
|
34199
34324
|
appVersionRollout?: Maybe<AppVersionRollout>;
|
|
34200
34325
|
errors?: Maybe<Array<MutationError>>;
|
|
34326
|
+
expectedRemainingUpgrades?: Maybe<Scalars['Int']['output']>;
|
|
34201
34327
|
success: Scalars['Boolean']['output'];
|
|
34328
|
+
totalEligibleUpgrades?: Maybe<Scalars['Int']['output']>;
|
|
34202
34329
|
};
|
|
34203
34330
|
export declare type CreateCardsOutput = {
|
|
34204
34331
|
__typename?: 'CreateCardsOutput';
|
|
@@ -37684,6 +37811,176 @@ export declare enum DevAiAutodevLogStatus {
|
|
|
37684
37811
|
Failed = "FAILED",
|
|
37685
37812
|
InProgress = "IN_PROGRESS"
|
|
37686
37813
|
}
|
|
37814
|
+
export declare type DevAiAutodevNextAddMembersInput = {
|
|
37815
|
+
cloudId: Scalars['ID']['input'];
|
|
37816
|
+
members: Array<DevAiAutodevNextMemberItemInput>;
|
|
37817
|
+
workstreamId: Scalars['ID']['input'];
|
|
37818
|
+
};
|
|
37819
|
+
export declare type DevAiAutodevNextAddMembersPayload = Payload & {
|
|
37820
|
+
__typename?: 'DevAiAutodevNextAddMembersPayload';
|
|
37821
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37822
|
+
members?: Maybe<Array<DevAiAutodevNextWorkstreamMember>>;
|
|
37823
|
+
success: Scalars['Boolean']['output'];
|
|
37824
|
+
};
|
|
37825
|
+
export declare type DevAiAutodevNextAddProjectsInput = {
|
|
37826
|
+
cloudId: Scalars['ID']['input'];
|
|
37827
|
+
projects: Array<DevAiAutodevNextProjectItemInput>;
|
|
37828
|
+
workstreamId: Scalars['ID']['input'];
|
|
37829
|
+
};
|
|
37830
|
+
export declare type DevAiAutodevNextAddProjectsPayload = Payload & {
|
|
37831
|
+
__typename?: 'DevAiAutodevNextAddProjectsPayload';
|
|
37832
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37833
|
+
projects?: Maybe<Array<DevAiAutodevNextProject>>;
|
|
37834
|
+
success: Scalars['Boolean']['output'];
|
|
37835
|
+
};
|
|
37836
|
+
export declare type DevAiAutodevNextCreateWorkstreamInput = {
|
|
37837
|
+
cloudId: Scalars['ID']['input'];
|
|
37838
|
+
members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
|
|
37839
|
+
name: Scalars['String']['input'];
|
|
37840
|
+
projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
|
|
37841
|
+
settings?: InputMaybe<DevAiAutodevNextWorkstreamSettingsInput>;
|
|
37842
|
+
};
|
|
37843
|
+
export declare type DevAiAutodevNextCreateWorkstreamPayload = Payload & {
|
|
37844
|
+
__typename?: 'DevAiAutodevNextCreateWorkstreamPayload';
|
|
37845
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37846
|
+
success: Scalars['Boolean']['output'];
|
|
37847
|
+
workstream?: Maybe<DevAiAutodevNextWorkstream>;
|
|
37848
|
+
};
|
|
37849
|
+
export declare type DevAiAutodevNextDeleteWorkstreamInput = {
|
|
37850
|
+
cloudId: Scalars['ID']['input'];
|
|
37851
|
+
workstreamId: Scalars['ID']['input'];
|
|
37852
|
+
};
|
|
37853
|
+
export declare type DevAiAutodevNextDeleteWorkstreamPayload = Payload & {
|
|
37854
|
+
__typename?: 'DevAiAutodevNextDeleteWorkstreamPayload';
|
|
37855
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37856
|
+
success: Scalars['Boolean']['output'];
|
|
37857
|
+
};
|
|
37858
|
+
export declare type DevAiAutodevNextMemberConnection = {
|
|
37859
|
+
__typename?: 'DevAiAutodevNextMemberConnection';
|
|
37860
|
+
edges?: Maybe<Array<DevAiAutodevNextMemberEdge>>;
|
|
37861
|
+
nodes?: Maybe<Array<DevAiAutodevNextWorkstreamMember>>;
|
|
37862
|
+
pageInfo: PageInfo;
|
|
37863
|
+
};
|
|
37864
|
+
export declare type DevAiAutodevNextMemberEdge = {
|
|
37865
|
+
__typename?: 'DevAiAutodevNextMemberEdge';
|
|
37866
|
+
cursor: Scalars['String']['output'];
|
|
37867
|
+
node: DevAiAutodevNextWorkstreamMember;
|
|
37868
|
+
};
|
|
37869
|
+
export declare type DevAiAutodevNextMemberItemInput = {
|
|
37870
|
+
role: DevAiAutodevNextWorkstreamMemberRole;
|
|
37871
|
+
userId: Scalars['ID']['input'];
|
|
37872
|
+
};
|
|
37873
|
+
export declare type DevAiAutodevNextProject = {
|
|
37874
|
+
__typename?: 'DevAiAutodevNextProject';
|
|
37875
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37876
|
+
id: Scalars['ID']['output'];
|
|
37877
|
+
jiraProjectKey?: Maybe<Scalars['String']['output']>;
|
|
37878
|
+
projectAri: Scalars['ID']['output'];
|
|
37879
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37880
|
+
workspaceId: Scalars['ID']['output'];
|
|
37881
|
+
workstreamId: Scalars['ID']['output'];
|
|
37882
|
+
};
|
|
37883
|
+
export declare type DevAiAutodevNextProjectConnection = {
|
|
37884
|
+
__typename?: 'DevAiAutodevNextProjectConnection';
|
|
37885
|
+
edges?: Maybe<Array<DevAiAutodevNextProjectEdge>>;
|
|
37886
|
+
nodes?: Maybe<Array<DevAiAutodevNextProject>>;
|
|
37887
|
+
pageInfo: PageInfo;
|
|
37888
|
+
};
|
|
37889
|
+
export declare type DevAiAutodevNextProjectEdge = {
|
|
37890
|
+
__typename?: 'DevAiAutodevNextProjectEdge';
|
|
37891
|
+
cursor: Scalars['String']['output'];
|
|
37892
|
+
node: DevAiAutodevNextProject;
|
|
37893
|
+
};
|
|
37894
|
+
export declare type DevAiAutodevNextProjectItemInput = {
|
|
37895
|
+
jiraProjectKey: Scalars['String']['input'];
|
|
37896
|
+
projectAri: Scalars['ID']['input'];
|
|
37897
|
+
};
|
|
37898
|
+
export declare type DevAiAutodevNextRemoveMembersInput = {
|
|
37899
|
+
cloudId: Scalars['ID']['input'];
|
|
37900
|
+
userIds: Array<Scalars['ID']['input']>;
|
|
37901
|
+
workstreamId: Scalars['ID']['input'];
|
|
37902
|
+
};
|
|
37903
|
+
export declare type DevAiAutodevNextRemoveMembersPayload = Payload & {
|
|
37904
|
+
__typename?: 'DevAiAutodevNextRemoveMembersPayload';
|
|
37905
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37906
|
+
success: Scalars['Boolean']['output'];
|
|
37907
|
+
};
|
|
37908
|
+
export declare type DevAiAutodevNextRemoveProjectsInput = {
|
|
37909
|
+
cloudId: Scalars['ID']['input'];
|
|
37910
|
+
projectArids: Array<Scalars['ID']['input']>;
|
|
37911
|
+
workstreamId: Scalars['ID']['input'];
|
|
37912
|
+
};
|
|
37913
|
+
export declare type DevAiAutodevNextRemoveProjectsPayload = Payload & {
|
|
37914
|
+
__typename?: 'DevAiAutodevNextRemoveProjectsPayload';
|
|
37915
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37916
|
+
success: Scalars['Boolean']['output'];
|
|
37917
|
+
};
|
|
37918
|
+
export declare type DevAiAutodevNextUpdateWorkstreamInput = {
|
|
37919
|
+
cloudId: Scalars['ID']['input'];
|
|
37920
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
37921
|
+
settings?: InputMaybe<DevAiAutodevNextWorkstreamSettingsInput>;
|
|
37922
|
+
workstreamId: Scalars['ID']['input'];
|
|
37923
|
+
};
|
|
37924
|
+
export declare type DevAiAutodevNextUpdateWorkstreamPayload = Payload & {
|
|
37925
|
+
__typename?: 'DevAiAutodevNextUpdateWorkstreamPayload';
|
|
37926
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37927
|
+
success: Scalars['Boolean']['output'];
|
|
37928
|
+
workstream?: Maybe<DevAiAutodevNextWorkstream>;
|
|
37929
|
+
};
|
|
37930
|
+
export declare type DevAiAutodevNextWorkstream = {
|
|
37931
|
+
__typename?: 'DevAiAutodevNextWorkstream';
|
|
37932
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37933
|
+
id: Scalars['ID']['output'];
|
|
37934
|
+
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
37935
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
37936
|
+
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
37937
|
+
settings?: Maybe<DevAiAutodevNextWorkstreamSettings>;
|
|
37938
|
+
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37939
|
+
workspaceId: Scalars['ID']['output'];
|
|
37940
|
+
};
|
|
37941
|
+
export declare type DevAiAutodevNextWorkstreamMembersArgs = {
|
|
37942
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37943
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37944
|
+
};
|
|
37945
|
+
export declare type DevAiAutodevNextWorkstreamProjectsArgs = {
|
|
37946
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37947
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37948
|
+
};
|
|
37949
|
+
export declare type DevAiAutodevNextWorkstreamConnection = {
|
|
37950
|
+
__typename?: 'DevAiAutodevNextWorkstreamConnection';
|
|
37951
|
+
edges?: Maybe<Array<DevAiAutodevNextWorkstreamEdge>>;
|
|
37952
|
+
nodes?: Maybe<Array<DevAiAutodevNextWorkstream>>;
|
|
37953
|
+
pageInfo: PageInfo;
|
|
37954
|
+
};
|
|
37955
|
+
export declare type DevAiAutodevNextWorkstreamEdge = {
|
|
37956
|
+
__typename?: 'DevAiAutodevNextWorkstreamEdge';
|
|
37957
|
+
cursor: Scalars['String']['output'];
|
|
37958
|
+
node: DevAiAutodevNextWorkstream;
|
|
37959
|
+
};
|
|
37960
|
+
export declare type DevAiAutodevNextWorkstreamMember = {
|
|
37961
|
+
__typename?: 'DevAiAutodevNextWorkstreamMember';
|
|
37962
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
37963
|
+
id: Scalars['ID']['output'];
|
|
37964
|
+
role: DevAiAutodevNextWorkstreamMemberRole;
|
|
37965
|
+
userId: Scalars['ID']['output'];
|
|
37966
|
+
workspaceId: Scalars['ID']['output'];
|
|
37967
|
+
workstreamId: Scalars['ID']['output'];
|
|
37968
|
+
};
|
|
37969
|
+
export declare enum DevAiAutodevNextWorkstreamMemberRole {
|
|
37970
|
+
Member = "MEMBER",
|
|
37971
|
+
Owner = "OWNER"
|
|
37972
|
+
}
|
|
37973
|
+
export declare type DevAiAutodevNextWorkstreamSettings = {
|
|
37974
|
+
__typename?: 'DevAiAutodevNextWorkstreamSettings';
|
|
37975
|
+
defaultJiraProjectKey?: Maybe<Scalars['String']['output']>;
|
|
37976
|
+
eligibilityCriteria?: Maybe<Scalars['String']['output']>;
|
|
37977
|
+
wipLimit?: Maybe<Scalars['Int']['output']>;
|
|
37978
|
+
};
|
|
37979
|
+
export declare type DevAiAutodevNextWorkstreamSettingsInput = {
|
|
37980
|
+
defaultJiraProjectKey?: InputMaybe<Scalars['String']['input']>;
|
|
37981
|
+
eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
|
|
37982
|
+
wipLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
37983
|
+
};
|
|
37687
37984
|
export declare type DevAiAutofixConfiguration = {
|
|
37688
37985
|
__typename?: 'DevAiAutofixConfiguration';
|
|
37689
37986
|
autofixScans?: Maybe<DevAiAutofixScansConnection>;
|
|
@@ -40853,7 +41150,6 @@ export declare type EcosystemMutation = {
|
|
|
40853
41150
|
devConsole?: Maybe<DevConsoleMutation>;
|
|
40854
41151
|
forgeAlerts?: Maybe<ForgeAlertsMutation>;
|
|
40855
41152
|
forgeMetrics?: Maybe<ForgeMetricsMutation>;
|
|
40856
|
-
publishGlobalRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
|
|
40857
41153
|
publishRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
|
|
40858
41154
|
removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
|
|
40859
41155
|
updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
|
|
@@ -40892,12 +41188,6 @@ export declare type EcosystemMutationForgeAlertsArgs = {
|
|
|
40892
41188
|
export declare type EcosystemMutationForgeMetricsArgs = {
|
|
40893
41189
|
appId: Scalars['ID']['input'];
|
|
40894
41190
|
};
|
|
40895
|
-
export declare type EcosystemMutationPublishGlobalRealtimeChannelArgs = {
|
|
40896
|
-
installationId: Scalars['ID']['input'];
|
|
40897
|
-
name: Scalars['String']['input'];
|
|
40898
|
-
payload: Scalars['String']['input'];
|
|
40899
|
-
token?: InputMaybe<Scalars['String']['input']>;
|
|
40900
|
-
};
|
|
40901
41191
|
export declare type EcosystemMutationPublishRealtimeChannelArgs = {
|
|
40902
41192
|
context?: InputMaybe<Scalars['String']['input']>;
|
|
40903
41193
|
installationId: Scalars['ID']['input'];
|
|
@@ -41066,14 +41356,8 @@ export declare enum EcosystemRequiredProduct {
|
|
|
41066
41356
|
}
|
|
41067
41357
|
export declare type EcosystemSubscription = {
|
|
41068
41358
|
__typename?: 'EcosystemSubscription';
|
|
41069
|
-
globalRealtimeChannel?: Maybe<EcosystemRealtimeSubscriptionBody>;
|
|
41070
41359
|
realtimeChannel?: Maybe<EcosystemRealtimeSubscriptionBody>;
|
|
41071
41360
|
};
|
|
41072
|
-
export declare type EcosystemSubscriptionGlobalRealtimeChannelArgs = {
|
|
41073
|
-
installationId: Scalars['ID']['input'];
|
|
41074
|
-
name: Scalars['String']['input'];
|
|
41075
|
-
token?: InputMaybe<Scalars['String']['input']>;
|
|
41076
|
-
};
|
|
41077
41361
|
export declare type EcosystemSubscriptionRealtimeChannelArgs = {
|
|
41078
41362
|
context?: InputMaybe<Scalars['String']['input']>;
|
|
41079
41363
|
installationId: Scalars['ID']['input'];
|
|
@@ -45896,6 +46180,7 @@ export declare type GraphIntegrationDirectoryItemEdge = {
|
|
|
45896
46180
|
};
|
|
45897
46181
|
export declare enum GraphIntegrationDirectoryItemType {
|
|
45898
46182
|
Action = "ACTION",
|
|
46183
|
+
CustomSkill = "CUSTOM_SKILL",
|
|
45899
46184
|
McpServer = "MCP_SERVER",
|
|
45900
46185
|
McpTool = "MCP_TOOL",
|
|
45901
46186
|
PlatformSkill = "PLATFORM_SKILL",
|
|
@@ -45930,6 +46215,23 @@ export declare type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNo
|
|
|
45930
46215
|
serverUrl: Scalars['String']['output'];
|
|
45931
46216
|
templateId: Scalars['String']['output'];
|
|
45932
46217
|
};
|
|
46218
|
+
export declare type GraphIntegrationMcpAdminManagementExtraInputEntry = {
|
|
46219
|
+
key: Scalars['String']['input'];
|
|
46220
|
+
value: Scalars['String']['input'];
|
|
46221
|
+
};
|
|
46222
|
+
export declare type GraphIntegrationMcpAdminManagementExtraInputOption = {
|
|
46223
|
+
__typename?: 'GraphIntegrationMcpAdminManagementExtraInputOption';
|
|
46224
|
+
label: Scalars['String']['output'];
|
|
46225
|
+
value: Scalars['String']['output'];
|
|
46226
|
+
};
|
|
46227
|
+
export declare enum GraphIntegrationMcpAdminManagementExtraInputType {
|
|
46228
|
+
Select = "SELECT",
|
|
46229
|
+
TextField = "TEXT_FIELD"
|
|
46230
|
+
}
|
|
46231
|
+
export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
|
|
46232
|
+
Customer = "CUSTOMER",
|
|
46233
|
+
Global = "GLOBAL"
|
|
46234
|
+
}
|
|
45933
46235
|
export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
|
|
45934
46236
|
__typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
|
|
45935
46237
|
edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
|
|
@@ -45947,7 +46249,9 @@ export declare type GraphIntegrationMcpAdminManagementMcpServerExtraInput = {
|
|
|
45947
46249
|
description?: Maybe<Scalars['String']['output']>;
|
|
45948
46250
|
displayName: Scalars['String']['output'];
|
|
45949
46251
|
key: Scalars['String']['output'];
|
|
46252
|
+
options?: Maybe<Array<GraphIntegrationMcpAdminManagementExtraInputOption>>;
|
|
45950
46253
|
required: Scalars['Boolean']['output'];
|
|
46254
|
+
type: GraphIntegrationMcpAdminManagementExtraInputType;
|
|
45951
46255
|
validationPattern?: Maybe<Scalars['String']['output']>;
|
|
45952
46256
|
};
|
|
45953
46257
|
export declare type GraphIntegrationMcpAdminManagementMcpServerMetaData = {
|
|
@@ -45965,6 +46269,7 @@ export declare type GraphIntegrationMcpAdminManagementMcpServerNode = {
|
|
|
45965
46269
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
45966
46270
|
id: Scalars['ID']['output'];
|
|
45967
46271
|
productAri?: Maybe<Scalars['String']['output']>;
|
|
46272
|
+
registrationSource: GraphIntegrationMcpAdminManagementMcpRegistrationSource;
|
|
45968
46273
|
serverType: GraphIntegrationMcpAdminManagementMcpServerType;
|
|
45969
46274
|
status: GraphIntegrationMcpAdminManagementMcpServerStatus;
|
|
45970
46275
|
};
|
|
@@ -46021,11 +46326,12 @@ export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
|
|
|
46021
46326
|
cloudId: Scalars['ID']['input'];
|
|
46022
46327
|
displayName: Scalars['String']['input'];
|
|
46023
46328
|
endpointPath?: InputMaybe<Scalars['String']['input']>;
|
|
46329
|
+
extraInputs?: InputMaybe<Array<GraphIntegrationMcpAdminManagementExtraInputEntry>>;
|
|
46024
46330
|
icon?: InputMaybe<Scalars['String']['input']>;
|
|
46025
46331
|
serverType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerType>;
|
|
46026
46332
|
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
46027
46333
|
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
46028
|
-
url
|
|
46334
|
+
url?: InputMaybe<Scalars['URL']['input']>;
|
|
46029
46335
|
};
|
|
46030
46336
|
export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerPayload = Payload & {
|
|
46031
46337
|
__typename?: 'GraphIntegrationMcpAdminManagementRegisterMcpServerPayload';
|
|
@@ -46217,6 +46523,8 @@ export declare type GraphIntegrationSkillItem = {
|
|
|
46217
46523
|
};
|
|
46218
46524
|
export declare type GraphIntegrationSkillMetadata = {
|
|
46219
46525
|
__typename?: 'GraphIntegrationSkillMetadata';
|
|
46526
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
46527
|
+
createdBy?: Maybe<User>;
|
|
46220
46528
|
tags: Array<Scalars['String']['output']>;
|
|
46221
46529
|
tools: Array<GraphIntegrationSkillTool>;
|
|
46222
46530
|
version: Scalars['String']['output'];
|
|
@@ -49154,6 +49462,8 @@ export declare type GraphStore = {
|
|
|
49154
49462
|
commitBelongsToPullRequestInverse?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection>;
|
|
49155
49463
|
commitInRepo?: Maybe<GraphStoreSimplifiedCommitInRepoConnection>;
|
|
49156
49464
|
commitInRepoInverse?: Maybe<GraphStoreSimplifiedCommitInRepoInverseConnection>;
|
|
49465
|
+
compassComponentLinkLinksEntity?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection>;
|
|
49466
|
+
compassComponentLinkLinksEntityInverse?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection>;
|
|
49157
49467
|
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
|
|
49158
49468
|
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
|
|
49159
49469
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
@@ -51334,6 +51644,22 @@ export declare type GraphStoreCommitInRepoInverseArgs = {
|
|
|
51334
51644
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
51335
51645
|
sort?: InputMaybe<GraphStoreCommitInRepoSortInput>;
|
|
51336
51646
|
};
|
|
51647
|
+
export declare type GraphStoreCompassComponentLinkLinksEntityArgs = {
|
|
51648
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
51649
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51650
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51651
|
+
id: Scalars['ID']['input'];
|
|
51652
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
51653
|
+
sort?: InputMaybe<GraphStoreCompassComponentLinkLinksEntitySortInput>;
|
|
51654
|
+
};
|
|
51655
|
+
export declare type GraphStoreCompassComponentLinkLinksEntityInverseArgs = {
|
|
51656
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
51657
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
51658
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
51659
|
+
id: Scalars['ID']['input'];
|
|
51660
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
51661
|
+
sort?: InputMaybe<GraphStoreCompassComponentLinkLinksEntitySortInput>;
|
|
51662
|
+
};
|
|
51337
51663
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
51338
51664
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
51339
51665
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -60633,6 +60959,9 @@ export declare type GraphStoreCommitBelongsToPullRequestSortInput = {
|
|
|
60633
60959
|
export declare type GraphStoreCommitInRepoSortInput = {
|
|
60634
60960
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60635
60961
|
};
|
|
60962
|
+
export declare type GraphStoreCompassComponentLinkLinksEntitySortInput = {
|
|
60963
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60964
|
+
};
|
|
60636
60965
|
export declare type GraphStoreComponentAssociatedDocumentSortInput = {
|
|
60637
60966
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
60638
60967
|
};
|
|
@@ -68882,6 +69211,34 @@ export declare type GraphStoreSimplifiedCommitInRepoInverseEdge = {
|
|
|
68882
69211
|
};
|
|
68883
69212
|
export declare type GraphStoreSimplifiedCommitInRepoInverseUnion = ExternalCommit;
|
|
68884
69213
|
export declare type GraphStoreSimplifiedCommitInRepoUnion = DevOpsRepository | ExternalRepository;
|
|
69214
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection = HasPageInfo & {
|
|
69215
|
+
__typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection';
|
|
69216
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge>>>;
|
|
69217
|
+
pageInfo: PageInfo;
|
|
69218
|
+
};
|
|
69219
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge = {
|
|
69220
|
+
__typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge';
|
|
69221
|
+
createdAt: Scalars['DateTime']['output'];
|
|
69222
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
69223
|
+
id: Scalars['ID']['output'];
|
|
69224
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
69225
|
+
node?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityUnion>;
|
|
69226
|
+
};
|
|
69227
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection = HasPageInfo & {
|
|
69228
|
+
__typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection';
|
|
69229
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge>>>;
|
|
69230
|
+
pageInfo: PageInfo;
|
|
69231
|
+
};
|
|
69232
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge = {
|
|
69233
|
+
__typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge';
|
|
69234
|
+
createdAt: Scalars['DateTime']['output'];
|
|
69235
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
69236
|
+
id: Scalars['ID']['output'];
|
|
69237
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
69238
|
+
node?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseUnion>;
|
|
69239
|
+
};
|
|
69240
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseUnion = CompassLinkNode;
|
|
69241
|
+
export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityUnion = AvpDashboard | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | 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 | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | 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 | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
|
|
68885
69242
|
export declare type GraphStoreSimplifiedComponentAssociatedDocumentConnection = HasPageInfo & {
|
|
68886
69243
|
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentConnection';
|
|
68887
69244
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentEdge>>>;
|
|
@@ -80572,6 +80929,8 @@ export declare type GraphStoreV2 = {
|
|
|
80572
80929
|
compassComponentHasCompassComponentLinkInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentHasCompassComponentLinkInverseConnection>;
|
|
80573
80930
|
compassComponentLinkIsJiraSpace?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceConnection>;
|
|
80574
80931
|
compassComponentLinkIsJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverseConnection>;
|
|
80932
|
+
compassComponentLinkLinksEntity?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection>;
|
|
80933
|
+
compassComponentLinkLinksEntityInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection>;
|
|
80575
80934
|
compassScorecardHasAtlassianGoal?: Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection>;
|
|
80576
80935
|
compassScorecardHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalInverseConnection>;
|
|
80577
80936
|
confluenceBlogpostHasConfluenceComment?: Maybe<GraphStoreV2SimplifiedConfluenceBlogpostHasConfluenceCommentConnection>;
|
|
@@ -82990,6 +83349,20 @@ export declare type GraphStoreV2CompassComponentLinkIsJiraSpaceInverseArgs = {
|
|
|
82990
83349
|
id: Scalars['ID']['input'];
|
|
82991
83350
|
sort?: InputMaybe<GraphStoreV2CompassComponentLinkIsJiraSpaceSortInput>;
|
|
82992
83351
|
};
|
|
83352
|
+
export declare type GraphStoreV2CompassComponentLinkLinksEntityArgs = {
|
|
83353
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
83354
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
83355
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83356
|
+
id: Scalars['ID']['input'];
|
|
83357
|
+
sort?: InputMaybe<GraphStoreV2CompassComponentLinkLinksEntitySortInput>;
|
|
83358
|
+
};
|
|
83359
|
+
export declare type GraphStoreV2CompassComponentLinkLinksEntityInverseArgs = {
|
|
83360
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
83361
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
83362
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
83363
|
+
id: Scalars['ID']['input'];
|
|
83364
|
+
sort?: InputMaybe<GraphStoreV2CompassComponentLinkLinksEntitySortInput>;
|
|
83365
|
+
};
|
|
82993
83366
|
export declare type GraphStoreV2CompassScorecardHasAtlassianGoalArgs = {
|
|
82994
83367
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
82995
83368
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -87257,6 +87630,9 @@ export declare type GraphStoreV2CompassComponentHasCompassComponentLinkSortInput
|
|
|
87257
87630
|
export declare type GraphStoreV2CompassComponentLinkIsJiraSpaceSortInput = {
|
|
87258
87631
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
87259
87632
|
};
|
|
87633
|
+
export declare type GraphStoreV2CompassComponentLinkLinksEntitySortInput = {
|
|
87634
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
87635
|
+
};
|
|
87260
87636
|
export declare type GraphStoreV2CompassScorecardHasAtlassianGoalSortInput = {
|
|
87261
87637
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
87262
87638
|
};
|
|
@@ -94124,6 +94500,34 @@ export declare type GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverse
|
|
|
94124
94500
|
};
|
|
94125
94501
|
export declare type GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverseUnion = CompassLinkNode;
|
|
94126
94502
|
export declare type GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceUnion = JiraProject;
|
|
94503
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection = HasPageInfo & {
|
|
94504
|
+
__typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection';
|
|
94505
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge>>>;
|
|
94506
|
+
pageInfo: PageInfo;
|
|
94507
|
+
};
|
|
94508
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge = {
|
|
94509
|
+
__typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge';
|
|
94510
|
+
createdAt: Scalars['DateTime']['output'];
|
|
94511
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
94512
|
+
id: Scalars['ID']['output'];
|
|
94513
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
94514
|
+
node?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityUnion>;
|
|
94515
|
+
};
|
|
94516
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection = HasPageInfo & {
|
|
94517
|
+
__typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection';
|
|
94518
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge>>>;
|
|
94519
|
+
pageInfo: PageInfo;
|
|
94520
|
+
};
|
|
94521
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge = {
|
|
94522
|
+
__typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge';
|
|
94523
|
+
createdAt: Scalars['DateTime']['output'];
|
|
94524
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
94525
|
+
id: Scalars['ID']['output'];
|
|
94526
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
94527
|
+
node?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseUnion>;
|
|
94528
|
+
};
|
|
94529
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseUnion = CompassLinkNode;
|
|
94530
|
+
export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityUnion = AvpDashboard | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | 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 | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | 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 | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
|
|
94127
94531
|
export declare type GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection = HasPageInfo & {
|
|
94128
94532
|
__typename?: 'GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection';
|
|
94129
94533
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalEdge>>>;
|
|
@@ -101869,6 +102273,7 @@ export declare type GravityCreateViewFromTemplatePayload = Payload & {
|
|
|
101869
102273
|
export declare type GravityCreateViewFromUserPromptInput = {
|
|
101870
102274
|
projectId: Scalars['ID']['input'];
|
|
101871
102275
|
prompt: Scalars['String']['input'];
|
|
102276
|
+
sectionId?: InputMaybe<Scalars['String']['input']>;
|
|
101872
102277
|
};
|
|
101873
102278
|
export declare type GravityCreateViewFromUserPromptPayload = Payload & {
|
|
101874
102279
|
__typename?: 'GravityCreateViewFromUserPromptPayload';
|
|
@@ -105608,6 +106013,7 @@ export declare type InfluentsNotificationMutationArchiveAllNotificationsArgs = {
|
|
|
105608
106013
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105609
106014
|
};
|
|
105610
106015
|
export declare type InfluentsNotificationMutationArchiveNotificationsArgs = {
|
|
106016
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105611
106017
|
ids: Array<Scalars['String']['input']>;
|
|
105612
106018
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105613
106019
|
};
|
|
@@ -105617,6 +106023,7 @@ export declare type InfluentsNotificationMutationArchiveNotificationsByGroupIdAr
|
|
|
105617
106023
|
groupId: Scalars['String']['input'];
|
|
105618
106024
|
};
|
|
105619
106025
|
export declare type InfluentsNotificationMutationClearUnseenCountArgs = {
|
|
106026
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105620
106027
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
105621
106028
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105622
106029
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -105625,6 +106032,7 @@ export declare type InfluentsNotificationMutationMarkNotificationsAsReadArgs = {
|
|
|
105625
106032
|
beforeInclusive?: InputMaybe<Scalars['String']['input']>;
|
|
105626
106033
|
beforeInclusiveTimestamp?: InputMaybe<Scalars['String']['input']>;
|
|
105627
106034
|
category?: InputMaybe<InfluentsNotificationCategory>;
|
|
106035
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105628
106036
|
excludeActor?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
105629
106037
|
includeActor?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
105630
106038
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -105634,20 +106042,24 @@ export declare type InfluentsNotificationMutationMarkNotificationsAsReadArgs = {
|
|
|
105634
106042
|
export declare type InfluentsNotificationMutationMarkNotificationsByGroupIdAsReadArgs = {
|
|
105635
106043
|
beforeInclusive?: InputMaybe<Scalars['String']['input']>;
|
|
105636
106044
|
category?: InputMaybe<InfluentsNotificationCategory>;
|
|
106045
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105637
106046
|
groupId: Scalars['String']['input'];
|
|
105638
106047
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105639
106048
|
};
|
|
105640
106049
|
export declare type InfluentsNotificationMutationMarkNotificationsByGroupIdAsUnreadArgs = {
|
|
105641
106050
|
beforeInclusive?: InputMaybe<Scalars['String']['input']>;
|
|
105642
106051
|
category?: InputMaybe<InfluentsNotificationCategory>;
|
|
106052
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105643
106053
|
groupId: Scalars['String']['input'];
|
|
105644
106054
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105645
106055
|
};
|
|
105646
106056
|
export declare type InfluentsNotificationMutationMarkNotificationsByIdsAsReadArgs = {
|
|
106057
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105647
106058
|
ids: Array<Scalars['String']['input']>;
|
|
105648
106059
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105649
106060
|
};
|
|
105650
106061
|
export declare type InfluentsNotificationMutationMarkNotificationsByIdsAsUnreadArgs = {
|
|
106062
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105651
106063
|
ids: Array<Scalars['String']['input']>;
|
|
105652
106064
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105653
106065
|
};
|
|
@@ -105672,12 +106084,14 @@ export declare type InfluentsNotificationQuery = {
|
|
|
105672
106084
|
unseenNotificationCount: Scalars['Int']['output'];
|
|
105673
106085
|
};
|
|
105674
106086
|
export declare type InfluentsNotificationQueryAvailableActorsArgs = {
|
|
106087
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105675
106088
|
filter?: InputMaybe<InfluentsNotificationActorFilter>;
|
|
105676
106089
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105677
106090
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105678
106091
|
};
|
|
105679
106092
|
export declare type InfluentsNotificationQueryNotificationFeedArgs = {
|
|
105680
106093
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
106094
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105681
106095
|
filter?: InputMaybe<InfluentsNotificationFilter>;
|
|
105682
106096
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105683
106097
|
flat?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -105685,12 +106099,14 @@ export declare type InfluentsNotificationQueryNotificationFeedArgs = {
|
|
|
105685
106099
|
};
|
|
105686
106100
|
export declare type InfluentsNotificationQueryNotificationGroupArgs = {
|
|
105687
106101
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
106102
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105688
106103
|
filter?: InputMaybe<InfluentsNotificationFilter>;
|
|
105689
106104
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
105690
106105
|
groupId: Scalars['String']['input'];
|
|
105691
106106
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105692
106107
|
};
|
|
105693
106108
|
export declare type InfluentsNotificationQueryUnseenNotificationCountArgs = {
|
|
106109
|
+
collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
|
|
105694
106110
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
105695
106111
|
routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
105696
106112
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -105939,8 +106355,9 @@ export declare type InstallationSummaryAppEnvironmentVersion = {
|
|
|
105939
106355
|
version?: Maybe<Scalars['String']['output']>;
|
|
105940
106356
|
};
|
|
105941
106357
|
export declare enum InstallationTarget {
|
|
105942
|
-
Site = "
|
|
105943
|
-
Unit = "
|
|
106358
|
+
Site = "site",
|
|
106359
|
+
Unit = "unit",
|
|
106360
|
+
User = "user"
|
|
105944
106361
|
}
|
|
105945
106362
|
export declare type InstallationsListFilterByAppEnvironments = {
|
|
105946
106363
|
types: Array<AppEnvironmentType>;
|
|
@@ -113125,9 +113542,15 @@ export declare type JiraFieldSetPreferencesMutationInput = {
|
|
|
113125
113542
|
export declare type JiraFieldSetPreferencesUpdatePayload = Payload & {
|
|
113126
113543
|
__typename?: 'JiraFieldSetPreferencesUpdatePayload';
|
|
113127
113544
|
errors?: Maybe<Array<MutationError>>;
|
|
113545
|
+
fieldSetView?: Maybe<JiraFieldSetViewResult>;
|
|
113128
113546
|
success: Scalars['Boolean']['output'];
|
|
113129
113547
|
view?: Maybe<JiraView>;
|
|
113130
113548
|
};
|
|
113549
|
+
export declare type JiraFieldSetPreferencesUpdatePayloadFieldSetViewArgs = {
|
|
113550
|
+
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
113551
|
+
issueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
113552
|
+
projectId?: InputMaybe<Scalars['ID']['input']>;
|
|
113553
|
+
};
|
|
113131
113554
|
export declare type JiraFieldSetView = JiraFieldSetsViewMetadata & Node & {
|
|
113132
113555
|
__typename?: 'JiraFieldSetView';
|
|
113133
113556
|
fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
|
|
@@ -114781,6 +115204,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScen
|
|
|
114781
115204
|
defaultAssignee?: Maybe<User>;
|
|
114782
115205
|
delegator?: Maybe<User>;
|
|
114783
115206
|
deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
|
|
115207
|
+
deployments?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalDeploymentConnection>;
|
|
114784
115208
|
deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
|
|
114785
115209
|
descriptionField?: Maybe<JiraRichTextField>;
|
|
114786
115210
|
designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
|
|
@@ -114797,6 +115221,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScen
|
|
|
114797
115221
|
estimationForView?: Maybe<JiraEstimationValue>;
|
|
114798
115222
|
exceededChildIssueLimit?: Maybe<Scalars['Boolean']['output']>;
|
|
114799
115223
|
extraFieldsForView?: Maybe<JiraExtraFieldForViewConnection>;
|
|
115224
|
+
featureFlags?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalFeatureFlagConnection>;
|
|
114800
115225
|
fieldByIdOrAlias?: Maybe<JiraIssueField>;
|
|
114801
115226
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
114802
115227
|
fieldSetsById?: Maybe<JiraIssueFieldSetConnection>;
|
|
@@ -114882,6 +115307,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScen
|
|
|
114882
115307
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
114883
115308
|
redactedFields?: Maybe<JiraFieldConnection>;
|
|
114884
115309
|
redactions?: Maybe<JiraRedactionConnection>;
|
|
115310
|
+
remoteLinks?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalRemoteLinkConnection>;
|
|
114885
115311
|
reporter?: Maybe<User>;
|
|
114886
115312
|
resolutionDateField?: Maybe<JiraDateTimePickerField>;
|
|
114887
115313
|
resolutionField?: Maybe<JiraResolutionField>;
|
|
@@ -115032,6 +115458,14 @@ export declare type JiraIssueCreateBranchTargetsArgs = {
|
|
|
115032
115458
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
115033
115459
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
115034
115460
|
};
|
|
115461
|
+
export declare type JiraIssueDeploymentsArgs = {
|
|
115462
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
115463
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
115464
|
+
filter?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalDeploymentFilterInput>;
|
|
115465
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
115466
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
115467
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalDeploymentSortInput>;
|
|
115468
|
+
};
|
|
115035
115469
|
export declare type JiraIssueDesignsArgs = {
|
|
115036
115470
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
115037
115471
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -115048,6 +115482,13 @@ export declare type JiraIssueExtraFieldsForViewArgs = {
|
|
|
115048
115482
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
115049
115483
|
view: JiraViewQueryInput;
|
|
115050
115484
|
};
|
|
115485
|
+
export declare type JiraIssueFeatureFlagsArgs = {
|
|
115486
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
115487
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
115488
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
115489
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
115490
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalFeatureFlagSortInput>;
|
|
115491
|
+
};
|
|
115051
115492
|
export declare type JiraIssueFieldByIdOrAliasArgs = {
|
|
115052
115493
|
idOrAlias?: InputMaybe<Scalars['String']['input']>;
|
|
115053
115494
|
ignoreMissingField?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -115212,6 +115653,13 @@ export declare type JiraIssueRedactionsArgs = {
|
|
|
115212
115653
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
115213
115654
|
sortBy?: InputMaybe<JiraRedactionSortInput>;
|
|
115214
115655
|
};
|
|
115656
|
+
export declare type JiraIssueRemoteLinksArgs = {
|
|
115657
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
115658
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
115659
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
115660
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
115661
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalRemoteLinkSortInput>;
|
|
115662
|
+
};
|
|
115215
115663
|
export declare type JiraIssueSearchViewContextArgs = {
|
|
115216
115664
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
115217
115665
|
isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -117860,6 +118308,7 @@ export declare type JiraJqlBuilder = {
|
|
|
117860
118308
|
fields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
117861
118309
|
functions: Array<JiraJqlFunction>;
|
|
117862
118310
|
hydrateJqlQuery?: Maybe<JiraJqlHydratedQueryResult>;
|
|
118311
|
+
hydrateJqlQueryFieldsOnly?: Maybe<JiraJqlHydratedQueryFieldsOnlyResult>;
|
|
117863
118312
|
hydrateJqlQueryForFilter?: Maybe<JiraJqlHydratedQueryResult>;
|
|
117864
118313
|
issueTypes?: Maybe<JiraJqlIssueTypes>;
|
|
117865
118314
|
myFilterFields?: Maybe<JiraJqlFieldConnectionResult>;
|
|
@@ -117907,6 +118356,11 @@ export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
|
117907
118356
|
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
117908
118357
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
117909
118358
|
};
|
|
118359
|
+
export declare type JiraJqlBuilderHydrateJqlQueryFieldsOnlyArgs = {
|
|
118360
|
+
input?: InputMaybe<JiraHydrateJqlInput>;
|
|
118361
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
118362
|
+
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
118363
|
+
};
|
|
117910
118364
|
export declare type JiraJqlBuilderHydrateJqlQueryForFilterArgs = {
|
|
117911
118365
|
id: Scalars['ID']['input'];
|
|
117912
118366
|
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
@@ -118130,6 +118584,12 @@ export declare type JiraJqlHydratedQuery = {
|
|
|
118130
118584
|
fields: Array<JiraJqlQueryHydratedFieldResult>;
|
|
118131
118585
|
jql?: Maybe<Scalars['String']['output']>;
|
|
118132
118586
|
};
|
|
118587
|
+
export declare type JiraJqlHydratedQueryFieldsOnly = {
|
|
118588
|
+
__typename?: 'JiraJqlHydratedQueryFieldsOnly';
|
|
118589
|
+
fields: Array<JiraJqlQueryHydratedFieldsOnlyResult>;
|
|
118590
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
118591
|
+
};
|
|
118592
|
+
export declare type JiraJqlHydratedQueryFieldsOnlyResult = JiraJqlHydratedQueryFieldsOnly | QueryError;
|
|
118133
118593
|
export declare type JiraJqlHydratedQueryResult = JiraJqlHydratedQuery | QueryError;
|
|
118134
118594
|
export declare type JiraJqlIssueFieldValue = JiraJqlFieldValue & {
|
|
118135
118595
|
__typename?: 'JiraJqlIssueFieldValue';
|
|
@@ -118289,7 +118749,14 @@ export declare type JiraJqlQueryHydratedField = {
|
|
|
118289
118749
|
jqlTerm: Scalars['String']['output'];
|
|
118290
118750
|
values: Array<Maybe<JiraJqlQueryHydratedValueResult>>;
|
|
118291
118751
|
};
|
|
118752
|
+
export declare type JiraJqlQueryHydratedFieldOnly = {
|
|
118753
|
+
__typename?: 'JiraJqlQueryHydratedFieldOnly';
|
|
118754
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
118755
|
+
field: JiraJqlField;
|
|
118756
|
+
jqlTerm: Scalars['String']['output'];
|
|
118757
|
+
};
|
|
118292
118758
|
export declare type JiraJqlQueryHydratedFieldResult = JiraJqlQueryHydratedError | JiraJqlQueryHydratedField;
|
|
118759
|
+
export declare type JiraJqlQueryHydratedFieldsOnlyResult = JiraJqlQueryHydratedError | JiraJqlQueryHydratedFieldOnly;
|
|
118293
118760
|
export declare type JiraJqlQueryHydratedValue = {
|
|
118294
118761
|
__typename?: 'JiraJqlQueryHydratedValue';
|
|
118295
118762
|
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
@@ -124284,6 +124751,7 @@ export declare type JiraQueryLinkedIssuesArgs = {
|
|
|
124284
124751
|
cloudId: Scalars['ID']['input'];
|
|
124285
124752
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
124286
124753
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
124754
|
+
hideIdeaLinks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
124287
124755
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
124288
124756
|
shouldIncludeRemoteIssues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
124289
124757
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
@@ -124294,6 +124762,7 @@ export declare type JiraQueryLinkedWorkItemsArgs = {
|
|
|
124294
124762
|
cloudId: Scalars['ID']['input'];
|
|
124295
124763
|
fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
|
|
124296
124764
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
124765
|
+
hideIdeaLinks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
124297
124766
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
124298
124767
|
shouldIncludeRemoteIssues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
124299
124768
|
viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
|
|
@@ -128763,6 +129232,8 @@ export declare type JiraSubscription = {
|
|
|
128763
129232
|
onIssueExported?: Maybe<JiraIssueExportEvent>;
|
|
128764
129233
|
onIssueMutatedByIssueIdFromDiffUserNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
128765
129234
|
onIssueMutatedByIssueIdNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
129235
|
+
onIssueMutatedByProjectNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
129236
|
+
onIssueMutatedByProjectsNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
|
|
128766
129237
|
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
128767
129238
|
onIssueUpdatedByProjectNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
128768
129239
|
onIssueUpdatedByProjectsNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
@@ -128881,6 +129352,14 @@ export declare type JiraSubscriptionOnIssueMutatedByIssueIdFromDiffUserNoEnrichm
|
|
|
128881
129352
|
export declare type JiraSubscriptionOnIssueMutatedByIssueIdNoEnrichmentArgs = {
|
|
128882
129353
|
issueId: Scalars['ID']['input'];
|
|
128883
129354
|
};
|
|
129355
|
+
export declare type JiraSubscriptionOnIssueMutatedByProjectNoEnrichmentArgs = {
|
|
129356
|
+
cloudId: Scalars['ID']['input'];
|
|
129357
|
+
projectId: Scalars['String']['input'];
|
|
129358
|
+
};
|
|
129359
|
+
export declare type JiraSubscriptionOnIssueMutatedByProjectsNoEnrichmentArgs = {
|
|
129360
|
+
cloudId: Scalars['ID']['input'];
|
|
129361
|
+
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
129362
|
+
};
|
|
128884
129363
|
export declare type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
|
|
128885
129364
|
cloudId: Scalars['ID']['input'];
|
|
128886
129365
|
projectId: Scalars['String']['input'];
|
|
@@ -134013,6 +134492,7 @@ export declare type KeyValueHierarchyMap = {
|
|
|
134013
134492
|
export declare type KitsuneChunk = Node & {
|
|
134014
134493
|
__typename?: 'KitsuneChunk';
|
|
134015
134494
|
content?: Maybe<Scalars['String']['output']>;
|
|
134495
|
+
feedbackId: Scalars['ID']['output'];
|
|
134016
134496
|
id: Scalars['ID']['output'];
|
|
134017
134497
|
};
|
|
134018
134498
|
export declare type KitsuneChunkConnection = KitsuneConnection & {
|
|
@@ -134170,6 +134650,10 @@ export declare type KitsuneFeedbackEvent = {
|
|
|
134170
134650
|
type: KitsuneFeedbackType;
|
|
134171
134651
|
updatedAt: Scalars['DateTime']['output'];
|
|
134172
134652
|
};
|
|
134653
|
+
export declare type KitsuneFeedbackHighlights = {
|
|
134654
|
+
__typename?: 'KitsuneFeedbackHighlights';
|
|
134655
|
+
content: Array<KitsuneHighlightFragment>;
|
|
134656
|
+
};
|
|
134173
134657
|
export declare enum KitsuneFeedbackType {
|
|
134174
134658
|
Call = "CALL",
|
|
134175
134659
|
Conversation = "CONVERSATION",
|
|
@@ -134226,6 +134710,10 @@ export declare type KitsuneFilterValueInput = {
|
|
|
134226
134710
|
valueNumber?: InputMaybe<Array<Scalars['Float']['input']>>;
|
|
134227
134711
|
valueText?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
134228
134712
|
};
|
|
134713
|
+
export declare type KitsuneHighlightFragment = {
|
|
134714
|
+
__typename?: 'KitsuneHighlightFragment';
|
|
134715
|
+
text: Scalars['String']['output'];
|
|
134716
|
+
};
|
|
134229
134717
|
export declare type KitsuneInsight = Node & {
|
|
134230
134718
|
__typename?: 'KitsuneInsight';
|
|
134231
134719
|
content: Scalars['KitsuneADF']['output'];
|
|
@@ -134253,6 +134741,8 @@ export declare type KitsuneJob = {
|
|
|
134253
134741
|
jobId: Scalars['ID']['output'];
|
|
134254
134742
|
processedItems?: Maybe<Scalars['Int']['output']>;
|
|
134255
134743
|
status: KitsuneJobStatus;
|
|
134744
|
+
statusUrl?: Maybe<Array<Scalars['String']['output']>>;
|
|
134745
|
+
tasks?: Maybe<Array<KitsuneTask>>;
|
|
134256
134746
|
totalItems?: Maybe<Scalars['Int']['output']>;
|
|
134257
134747
|
type: KitsuneJobType;
|
|
134258
134748
|
updatedAt: Scalars['DateTime']['output'];
|
|
@@ -134283,6 +134773,7 @@ export declare type KitsuneNumberValue = {
|
|
|
134283
134773
|
};
|
|
134284
134774
|
export declare type KitsuneOrganization = {
|
|
134285
134775
|
__typename?: 'KitsuneOrganization';
|
|
134776
|
+
customers?: Maybe<Array<KitsuneCustomer>>;
|
|
134286
134777
|
id: Scalars['ID']['output'];
|
|
134287
134778
|
name: Scalars['String']['output'];
|
|
134288
134779
|
};
|
|
@@ -134311,6 +134802,18 @@ export declare type KitsuneRankInput = {
|
|
|
134311
134802
|
after?: InputMaybe<Scalars['ID']['input']>;
|
|
134312
134803
|
before?: InputMaybe<Scalars['ID']['input']>;
|
|
134313
134804
|
};
|
|
134805
|
+
export declare type KitsuneSearchFeedbackConnection = KitsuneConnection & {
|
|
134806
|
+
__typename?: 'KitsuneSearchFeedbackConnection';
|
|
134807
|
+
edges: Array<KitsuneSearchFeedbackEdge>;
|
|
134808
|
+
pageInfo: PageInfo;
|
|
134809
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
134810
|
+
};
|
|
134811
|
+
export declare type KitsuneSearchFeedbackEdge = KitsuneEdge & {
|
|
134812
|
+
__typename?: 'KitsuneSearchFeedbackEdge';
|
|
134813
|
+
cursor: Scalars['String']['output'];
|
|
134814
|
+
highlights?: Maybe<KitsuneFeedbackHighlights>;
|
|
134815
|
+
node?: Maybe<KitsuneFeedback>;
|
|
134816
|
+
};
|
|
134314
134817
|
export declare type KitsuneSearchFeedbackInput = {
|
|
134315
134818
|
config?: InputMaybe<KitsuneViewConfigInput>;
|
|
134316
134819
|
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -134595,6 +135098,24 @@ export declare enum KitsuneSummaryStatus {
|
|
|
134595
135098
|
Error = "ERROR",
|
|
134596
135099
|
Generating = "GENERATING"
|
|
134597
135100
|
}
|
|
135101
|
+
export declare type KitsuneTask = {
|
|
135102
|
+
__typename?: 'KitsuneTask';
|
|
135103
|
+
createdAt: Scalars['String']['output'];
|
|
135104
|
+
failures?: Maybe<Array<KitsuneTaskFailure>>;
|
|
135105
|
+
id: Scalars['ID']['output'];
|
|
135106
|
+
status: Scalars['String']['output'];
|
|
135107
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
135108
|
+
updatedAt: Scalars['String']['output'];
|
|
135109
|
+
};
|
|
135110
|
+
export declare type KitsuneTaskFailure = {
|
|
135111
|
+
__typename?: 'KitsuneTaskFailure';
|
|
135112
|
+
entity: Scalars['String']['output'];
|
|
135113
|
+
entityId: Scalars['String']['output'];
|
|
135114
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
135115
|
+
operatedOn: Scalars['String']['output'];
|
|
135116
|
+
operatedOnIds?: Maybe<Array<Scalars['String']['output']>>;
|
|
135117
|
+
operation: Scalars['String']['output'];
|
|
135118
|
+
};
|
|
134598
135119
|
export declare type KitsuneTextValue = {
|
|
134599
135120
|
__typename?: 'KitsuneTextValue';
|
|
134600
135121
|
_id: Scalars['ID']['output'];
|
|
@@ -140994,7 +141515,7 @@ export declare type MercuryChangeProposal = Node & {
|
|
|
140994
141515
|
id: Scalars['ID']['output'];
|
|
140995
141516
|
impact?: Maybe<MercuryChangeProposalImpact>;
|
|
140996
141517
|
linkedGoals?: Maybe<GraphStoreSimplifiedChangeProposalHasAtlasGoalConnection>;
|
|
140997
|
-
linkedWork?: Maybe<Array<MercuryLinkedWork
|
|
141518
|
+
linkedWork?: Maybe<Array<Maybe<MercuryLinkedWork>>>;
|
|
140998
141519
|
name: Scalars['String']['output'];
|
|
140999
141520
|
owner?: Maybe<User>;
|
|
141000
141521
|
positionDetails?: Maybe<MercuryChangeProposalPositionDetails>;
|
|
@@ -141719,8 +142240,10 @@ export declare type MercuryCustomFieldInput = {
|
|
|
141719
142240
|
booleanField?: InputMaybe<MercuryBooleanCustomFieldInput>;
|
|
141720
142241
|
dateField?: InputMaybe<MercuryDateCustomFieldInput>;
|
|
141721
142242
|
multiSelectField?: InputMaybe<MercuryMultiSelectCustomFieldInput>;
|
|
142243
|
+
multiUserField?: InputMaybe<MercuryMultiUserCustomFieldInput>;
|
|
141722
142244
|
numberField?: InputMaybe<MercuryNumberCustomFieldInput>;
|
|
141723
142245
|
singleSelectField?: InputMaybe<MercurySingleSelectCustomFieldInput>;
|
|
142246
|
+
singleUserField?: InputMaybe<MercurySingleUserCustomFieldInput>;
|
|
141724
142247
|
textField?: InputMaybe<MercuryTextCustomFieldInput>;
|
|
141725
142248
|
};
|
|
141726
142249
|
export declare enum MercuryCustomFieldKind {
|
|
@@ -142259,12 +142782,14 @@ export declare type MercuryFocusArea = Node & {
|
|
|
142259
142782
|
focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
|
|
142260
142783
|
focusAreaType: MercuryFocusAreaType;
|
|
142261
142784
|
funding?: Maybe<MercuryFunding>;
|
|
142785
|
+
fundsPermissions?: Maybe<Array<MercuryFundsPermission>>;
|
|
142262
142786
|
goalLinks?: Maybe<MercuryFocusAreaGoalLinks>;
|
|
142263
142787
|
health?: Maybe<MercuryFocusAreaHealth>;
|
|
142264
142788
|
icon: MercuryFocusAreaIcon;
|
|
142265
142789
|
id: Scalars['ID']['output'];
|
|
142266
142790
|
linkedGoalSummary?: Maybe<MercuryFocusAreaLinkedGoalSummary>;
|
|
142267
142791
|
linkedGoals?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
|
|
142792
|
+
linkedRisks?: Maybe<Array<MercuryRisk>>;
|
|
142268
142793
|
linkedWorkSummary?: Maybe<MercuryFocusAreaLinkedWorkSummary>;
|
|
142269
142794
|
name: Scalars['String']['output'];
|
|
142270
142795
|
owner?: Maybe<User>;
|
|
@@ -142359,6 +142884,7 @@ export declare type MercuryFocusAreaBenefitSummary = {
|
|
|
142359
142884
|
financialVersionBenefitPerYearMonthSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitPerYearMonthSummary>>>;
|
|
142360
142885
|
financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
|
|
142361
142886
|
focusAreaId: Scalars['ID']['output'];
|
|
142887
|
+
returnOnInvestment?: Maybe<Scalars['Float']['output']>;
|
|
142362
142888
|
};
|
|
142363
142889
|
export declare type MercuryFocusAreaBudget = Node & {
|
|
142364
142890
|
__typename?: 'MercuryFocusAreaBudget';
|
|
@@ -142950,6 +143476,13 @@ export declare type MercuryFundsMutationApiUpdateFocusAreaBudgetAmountArgs = {
|
|
|
142950
143476
|
export declare type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
142951
143477
|
input: MercuryUpdateInvestmentCategoryNameInput;
|
|
142952
143478
|
};
|
|
143479
|
+
export declare enum MercuryFundsPermission {
|
|
143480
|
+
CreateCostItem = "CREATE_COST_ITEM",
|
|
143481
|
+
EditBaseline = "EDIT_BASELINE",
|
|
143482
|
+
EditBudget = "EDIT_BUDGET",
|
|
143483
|
+
ExportFunds = "EXPORT_FUNDS",
|
|
143484
|
+
ViewFund = "VIEW_FUND"
|
|
143485
|
+
}
|
|
142953
143486
|
export declare type MercuryFundsQueryApi = {
|
|
142954
143487
|
__typename?: 'MercuryFundsQueryApi';
|
|
142955
143488
|
activeCurrency: MercuryCurrency;
|
|
@@ -142979,6 +143512,7 @@ export declare type MercuryFundsQueryApi = {
|
|
|
142979
143512
|
focusAreaBudgetsByFocusAreaIds?: Maybe<Array<Maybe<MercuryFocusAreaBudget>>>;
|
|
142980
143513
|
focusAreaBudgetsSearch?: Maybe<MercuryFocusAreaBudgetConnection>;
|
|
142981
143514
|
focusAreaMonthlySummaries?: Maybe<Array<Maybe<MercuryFocusAreaFundsMonthlySummary>>>;
|
|
143515
|
+
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
142982
143516
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
142983
143517
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
142984
143518
|
};
|
|
@@ -143093,6 +143627,9 @@ export declare type MercuryFundsQueryApiFocusAreaMonthlySummariesArgs = {
|
|
|
143093
143627
|
focusAreaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
143094
143628
|
startDateInclusive?: InputMaybe<Scalars['Date']['input']>;
|
|
143095
143629
|
};
|
|
143630
|
+
export declare type MercuryFundsQueryApiFundsPermissionsByFocusAreaIdArgs = {
|
|
143631
|
+
id: Scalars['ID']['input'];
|
|
143632
|
+
};
|
|
143096
143633
|
export declare type MercuryFundsQueryApiInvestmentCategoriesArgs = {
|
|
143097
143634
|
ids: Array<Scalars['ID']['input']>;
|
|
143098
143635
|
};
|
|
@@ -143620,6 +144157,32 @@ export declare type MercuryMultiSelectCustomFieldDefinition = MercuryCustomField
|
|
|
143620
144157
|
export declare type MercuryMultiSelectCustomFieldInput = {
|
|
143621
144158
|
options?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
143622
144159
|
};
|
|
144160
|
+
export declare type MercuryMultiUserCustomField = MercuryCustomField & {
|
|
144161
|
+
__typename?: 'MercuryMultiUserCustomField';
|
|
144162
|
+
createdBy?: Maybe<User>;
|
|
144163
|
+
createdDate: Scalars['DateTime']['output'];
|
|
144164
|
+
definition?: Maybe<MercuryMultiUserCustomFieldDefinition>;
|
|
144165
|
+
selectedUsers?: Maybe<Array<User>>;
|
|
144166
|
+
updatedBy?: Maybe<User>;
|
|
144167
|
+
updatedDate: Scalars['DateTime']['output'];
|
|
144168
|
+
};
|
|
144169
|
+
export declare type MercuryMultiUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
144170
|
+
__typename?: 'MercuryMultiUserCustomFieldDefinition';
|
|
144171
|
+
createdBy?: Maybe<User>;
|
|
144172
|
+
createdDate: Scalars['DateTime']['output'];
|
|
144173
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
144174
|
+
fieldKind: MercuryCustomFieldKind;
|
|
144175
|
+
id: Scalars['ID']['output'];
|
|
144176
|
+
name: Scalars['String']['output'];
|
|
144177
|
+
scope: MercuryCustomFieldDefinitionScope;
|
|
144178
|
+
searchKey?: Maybe<Scalars['String']['output']>;
|
|
144179
|
+
updatedBy?: Maybe<User>;
|
|
144180
|
+
updatedDate: Scalars['DateTime']['output'];
|
|
144181
|
+
visibility: MercuryCustomFieldVisibility;
|
|
144182
|
+
};
|
|
144183
|
+
export declare type MercuryMultiUserCustomFieldInput = {
|
|
144184
|
+
userIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
144185
|
+
};
|
|
143623
144186
|
export declare type MercuryMutationApi = {
|
|
143624
144187
|
__typename?: 'MercuryMutationApi';
|
|
143625
144188
|
addFocusAreaCustomFieldDefinitionOptions?: Maybe<MercuryAddCustomFieldDefinitionOptionsPayload>;
|
|
@@ -145013,6 +145576,32 @@ export declare type MercurySingleSelectCustomFieldDefinition = MercuryCustomFiel
|
|
|
145013
145576
|
export declare type MercurySingleSelectCustomFieldInput = {
|
|
145014
145577
|
option?: InputMaybe<Scalars['ID']['input']>;
|
|
145015
145578
|
};
|
|
145579
|
+
export declare type MercurySingleUserCustomField = MercuryCustomField & {
|
|
145580
|
+
__typename?: 'MercurySingleUserCustomField';
|
|
145581
|
+
createdBy?: Maybe<User>;
|
|
145582
|
+
createdDate: Scalars['DateTime']['output'];
|
|
145583
|
+
definition?: Maybe<MercurySingleUserCustomFieldDefinition>;
|
|
145584
|
+
selectedUser?: Maybe<User>;
|
|
145585
|
+
updatedBy?: Maybe<User>;
|
|
145586
|
+
updatedDate: Scalars['DateTime']['output'];
|
|
145587
|
+
};
|
|
145588
|
+
export declare type MercurySingleUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
|
|
145589
|
+
__typename?: 'MercurySingleUserCustomFieldDefinition';
|
|
145590
|
+
createdBy?: Maybe<User>;
|
|
145591
|
+
createdDate: Scalars['DateTime']['output'];
|
|
145592
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
145593
|
+
fieldKind: MercuryCustomFieldKind;
|
|
145594
|
+
id: Scalars['ID']['output'];
|
|
145595
|
+
name: Scalars['String']['output'];
|
|
145596
|
+
scope: MercuryCustomFieldDefinitionScope;
|
|
145597
|
+
searchKey?: Maybe<Scalars['String']['output']>;
|
|
145598
|
+
updatedBy?: Maybe<User>;
|
|
145599
|
+
updatedDate: Scalars['DateTime']['output'];
|
|
145600
|
+
visibility: MercuryCustomFieldVisibility;
|
|
145601
|
+
};
|
|
145602
|
+
export declare type MercurySingleUserCustomFieldInput = {
|
|
145603
|
+
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
145604
|
+
};
|
|
145016
145605
|
export declare type MercurySpendAggregation = {
|
|
145017
145606
|
__typename?: 'MercurySpendAggregation';
|
|
145018
145607
|
aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
|
|
@@ -146484,6 +147073,7 @@ export declare type Mutation = {
|
|
|
146484
147073
|
agentWorkspace_setDefaultCapacity?: Maybe<AgentWorkspaceSetDefaultCapacityPayload>;
|
|
146485
147074
|
agentWorkspace_setProjectDefaultAvailability?: Maybe<AgentWorkspaceProjectDefaultAvailabilityPayload>;
|
|
146486
147075
|
agentWorkspace_startBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
147076
|
+
agentWorkspace_startBulkScheduleImportJob?: Maybe<AgentWorkspaceStartBulkImportPayload>;
|
|
146487
147077
|
agentWorkspace_subscribeSkill?: Maybe<AgentWorkspaceSubscribeSkillPayload>;
|
|
146488
147078
|
agentWorkspace_unsubscribeSkill?: Maybe<AgentWorkspaceUnsubscribeSkillPayload>;
|
|
146489
147079
|
agentWorkspace_updateCatalog?: Maybe<AgentWorkspaceCatalogUpdateResponse>;
|
|
@@ -146553,6 +147143,7 @@ export declare type Mutation = {
|
|
|
146553
147143
|
assetsDM_objectAttributeDelete?: Maybe<AssetsDmObjectAttributeMutationResponse>;
|
|
146554
147144
|
assetsDM_objectAttributeUpdate?: Maybe<AssetsDmObjectAttributeMutationResponse>;
|
|
146555
147145
|
assetsDM_resetDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
|
|
147146
|
+
assetsDM_triggerCloudFetch?: Maybe<AssetsDmTriggerCloudFetchResponse>;
|
|
146556
147147
|
assetsDM_updateAttributePriority?: Maybe<AssetsDmUpdateAttributePriorityPayload>;
|
|
146557
147148
|
assetsDM_updateAttributePriorityOrder?: Maybe<AssetsDmAttributePriorityResponse>;
|
|
146558
147149
|
assetsDM_updateCleansingReason?: Maybe<AssetsDmUpdateCleansingReasonResponse>;
|
|
@@ -146721,6 +147312,7 @@ export declare type Mutation = {
|
|
|
146721
147312
|
confluence_nbmRemoveTransformerFromConfig?: Maybe<ConfluenceNbmRemoveTransformerFromConfigPayload>;
|
|
146722
147313
|
confluence_nbmRetryPerfScanLongTask?: Maybe<ConfluenceNbmRetryPerfScanLongTaskPayload>;
|
|
146723
147314
|
confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
|
|
147315
|
+
confluence_nbmRetryTransformationLongTask?: Maybe<ConfluenceNbmRetryTransformationLongTaskPayload>;
|
|
146724
147316
|
confluence_nbmSetChainReadyForTransformation?: Maybe<ConfluenceNbmSetChainReadyForTransformationPayload>;
|
|
146725
147317
|
confluence_nbmStartPerfScanLongTask?: Maybe<ConfluenceNbmStartPerfScanLongTaskPayload>;
|
|
146726
147318
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
@@ -146930,6 +147522,13 @@ export declare type Mutation = {
|
|
|
146930
147522
|
devai_addContainerConfigSecret?: Maybe<DevAiAddContainerConfigSecretPayload>;
|
|
146931
147523
|
devai_addContainerConfigVariable?: Maybe<DevAiAddContainerConfigVariablePayload>;
|
|
146932
147524
|
devai_archiveTechnicalPlannerJob?: Maybe<DevAiArchivedTechnicalPlannerJobPayload>;
|
|
147525
|
+
devai_autodevNextAddMembers?: Maybe<DevAiAutodevNextAddMembersPayload>;
|
|
147526
|
+
devai_autodevNextAddProjects?: Maybe<DevAiAutodevNextAddProjectsPayload>;
|
|
147527
|
+
devai_autodevNextCreateWorkstream?: Maybe<DevAiAutodevNextCreateWorkstreamPayload>;
|
|
147528
|
+
devai_autodevNextDeleteWorkstream?: Maybe<DevAiAutodevNextDeleteWorkstreamPayload>;
|
|
147529
|
+
devai_autodevNextRemoveMembers?: Maybe<DevAiAutodevNextRemoveMembersPayload>;
|
|
147530
|
+
devai_autodevNextRemoveProjects?: Maybe<DevAiAutodevNextRemoveProjectsPayload>;
|
|
147531
|
+
devai_autodevNextUpdateWorkstream?: Maybe<DevAiAutodevNextUpdateWorkstreamPayload>;
|
|
146933
147532
|
devai_completeFlowSession?: Maybe<DevAiFlowSessionCompletePayload>;
|
|
146934
147533
|
devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
|
|
146935
147534
|
devai_createFlow?: Maybe<DevAiFlowSessionCreatePayload>;
|
|
@@ -147642,9 +148241,8 @@ export declare type MutationAdmin_AssignRoleArgs = {
|
|
|
147642
148241
|
orgId: Scalars['ID']['input'];
|
|
147643
148242
|
};
|
|
147644
148243
|
export declare type MutationAdmin_AuditLogEventExportArgs = {
|
|
147645
|
-
container
|
|
147646
|
-
input
|
|
147647
|
-
orgId?: InputMaybe<Scalars['ID']['input']>;
|
|
148244
|
+
container: AdminAuditLogContainer;
|
|
148245
|
+
input: AdminAuditLogEventExportInput;
|
|
147648
148246
|
};
|
|
147649
148247
|
export declare type MutationAdmin_CreateAccessUrlArgs = {
|
|
147650
148248
|
resourceAri: Scalars['ID']['input'];
|
|
@@ -147954,6 +148552,9 @@ export declare type MutationAgentWorkspace_StartBreakArgs = {
|
|
|
147954
148552
|
agentId: Scalars['ID']['input'];
|
|
147955
148553
|
cloudId: Scalars['ID']['input'];
|
|
147956
148554
|
};
|
|
148555
|
+
export declare type MutationAgentWorkspace_StartBulkScheduleImportJobArgs = {
|
|
148556
|
+
input: AgentWorkspaceStartBulkImportInput;
|
|
148557
|
+
};
|
|
147957
148558
|
export declare type MutationAgentWorkspace_SubscribeSkillArgs = {
|
|
147958
148559
|
input: AgentWorkspaceSubscribeSkillInput;
|
|
147959
148560
|
};
|
|
@@ -148111,6 +148712,7 @@ export declare type MutationAssetsDm_DataSourceArgs = {
|
|
|
148111
148712
|
cloudId: Scalars['ID']['input'];
|
|
148112
148713
|
dataSourceId?: InputMaybe<Scalars['String']['input']>;
|
|
148113
148714
|
input: AssetsDmDataSourceInput;
|
|
148715
|
+
isTestConnectionRequired?: InputMaybe<Scalars['Boolean']['input']>;
|
|
148114
148716
|
jobId?: InputMaybe<Scalars['String']['input']>;
|
|
148115
148717
|
operation?: InputMaybe<AssetsDmDataSourceOperationEnum>;
|
|
148116
148718
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -148262,6 +148864,11 @@ export declare type MutationAssetsDm_ResetDataSourceMappingArgs = {
|
|
|
148262
148864
|
dataSourceId: Scalars['ID']['input'];
|
|
148263
148865
|
workspaceId: Scalars['ID']['input'];
|
|
148264
148866
|
};
|
|
148867
|
+
export declare type MutationAssetsDm_TriggerCloudFetchArgs = {
|
|
148868
|
+
cloudId: Scalars['ID']['input'];
|
|
148869
|
+
jobId: Scalars['ID']['input'];
|
|
148870
|
+
workspaceId: Scalars['ID']['input'];
|
|
148871
|
+
};
|
|
148265
148872
|
export declare type MutationAssetsDm_UpdateAttributePriorityArgs = {
|
|
148266
148873
|
cloudId: Scalars['ID']['input'];
|
|
148267
148874
|
input: AssetsDmUpdateAttributePriorityInput;
|
|
@@ -148833,6 +149440,10 @@ export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
|
|
|
148833
149440
|
cloudId: Scalars['ID']['input'];
|
|
148834
149441
|
input: ConfluenceNbmRetryScanLongTaskInput;
|
|
148835
149442
|
};
|
|
149443
|
+
export declare type MutationConfluence_NbmRetryTransformationLongTaskArgs = {
|
|
149444
|
+
cloudId: Scalars['ID']['input'];
|
|
149445
|
+
input: ConfluenceNbmRetryTransformationLongTaskInput;
|
|
149446
|
+
};
|
|
148836
149447
|
export declare type MutationConfluence_NbmSetChainReadyForTransformationArgs = {
|
|
148837
149448
|
cloudId: Scalars['ID']['input'];
|
|
148838
149449
|
input: ConfluenceNbmSetChainReadyForTransformationInput;
|
|
@@ -149591,6 +150202,27 @@ export declare type MutationDevai_ArchiveTechnicalPlannerJobArgs = {
|
|
|
149591
150202
|
cloudId: Scalars['ID']['input'];
|
|
149592
150203
|
jobId: Scalars['ID']['input'];
|
|
149593
150204
|
};
|
|
150205
|
+
export declare type MutationDevai_AutodevNextAddMembersArgs = {
|
|
150206
|
+
input: DevAiAutodevNextAddMembersInput;
|
|
150207
|
+
};
|
|
150208
|
+
export declare type MutationDevai_AutodevNextAddProjectsArgs = {
|
|
150209
|
+
input: DevAiAutodevNextAddProjectsInput;
|
|
150210
|
+
};
|
|
150211
|
+
export declare type MutationDevai_AutodevNextCreateWorkstreamArgs = {
|
|
150212
|
+
input: DevAiAutodevNextCreateWorkstreamInput;
|
|
150213
|
+
};
|
|
150214
|
+
export declare type MutationDevai_AutodevNextDeleteWorkstreamArgs = {
|
|
150215
|
+
input: DevAiAutodevNextDeleteWorkstreamInput;
|
|
150216
|
+
};
|
|
150217
|
+
export declare type MutationDevai_AutodevNextRemoveMembersArgs = {
|
|
150218
|
+
input: DevAiAutodevNextRemoveMembersInput;
|
|
150219
|
+
};
|
|
150220
|
+
export declare type MutationDevai_AutodevNextRemoveProjectsArgs = {
|
|
150221
|
+
input: DevAiAutodevNextRemoveProjectsInput;
|
|
150222
|
+
};
|
|
150223
|
+
export declare type MutationDevai_AutodevNextUpdateWorkstreamArgs = {
|
|
150224
|
+
input: DevAiAutodevNextUpdateWorkstreamInput;
|
|
150225
|
+
};
|
|
149594
150226
|
export declare type MutationDevai_CompleteFlowSessionArgs = {
|
|
149595
150227
|
id: Scalars['ID']['input'];
|
|
149596
150228
|
};
|
|
@@ -154320,7 +154952,7 @@ export declare enum PostOfficeMessageCreationType {
|
|
|
154320
154952
|
Explicit = "explicit",
|
|
154321
154953
|
Implicit = "implicit"
|
|
154322
154954
|
}
|
|
154323
|
-
export declare type PostOfficeMessageData = PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData | PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData | PostOfficeMessageRovoNudgeLiveAndPersistedTestMessageData | PostOfficeMessageRovoNudgeLiveNudgeDemoMessageData;
|
|
154955
|
+
export declare type PostOfficeMessageData = PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData | PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData | PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData | PostOfficeMessageRovoNudgeLiveAndPersistedTestMessageData | PostOfficeMessageRovoNudgeLiveNudgeDemoMessageData;
|
|
154324
154956
|
export declare type PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData = {
|
|
154325
154957
|
__typename?: 'PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData';
|
|
154326
154958
|
description: Scalars['String']['output'];
|
|
@@ -154330,6 +154962,11 @@ export declare type PostOfficeMessagePayload = {
|
|
|
154330
154962
|
__typename?: 'PostOfficeMessagePayload';
|
|
154331
154963
|
messages: Array<PostOfficeMessage>;
|
|
154332
154964
|
};
|
|
154965
|
+
export declare type PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData = {
|
|
154966
|
+
__typename?: 'PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData';
|
|
154967
|
+
conversationChannelId: Scalars['String']['output'];
|
|
154968
|
+
numberOfSuggestions: Scalars['Float']['output'];
|
|
154969
|
+
};
|
|
154333
154970
|
export declare type PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData = {
|
|
154334
154971
|
__typename?: 'PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData';
|
|
154335
154972
|
description: Scalars['String']['output'];
|
|
@@ -154846,6 +155483,7 @@ export declare type Query = {
|
|
|
154846
155483
|
agentStudio_widgetByContainerAri?: Maybe<AgentStudioWidgetByContainerAriResult>;
|
|
154847
155484
|
agentWorkspace_availability?: Maybe<AgentWorkspaceAvailabilityConnection>;
|
|
154848
155485
|
agentWorkspace_availableAgents?: Maybe<Array<AgentWorkspaceAgent>>;
|
|
155486
|
+
agentWorkspace_bulkScheduleImportJob?: Maybe<AgentWorkspaceBulkImportJob>;
|
|
154849
155487
|
agentWorkspace_capacity?: Maybe<AgentWorkspaceCapacityConnection>;
|
|
154850
155488
|
agentWorkspace_capacitySummary?: Maybe<AgentWorkspaceCapacitySummary>;
|
|
154851
155489
|
agentWorkspace_catalog?: Maybe<AgentWorkspaceCatalog>;
|
|
@@ -155218,6 +155856,7 @@ export declare type Query = {
|
|
|
155218
155856
|
confluence_shareConfiguration?: Maybe<ConfluenceShareConfiguration>;
|
|
155219
155857
|
confluence_shareableLinkSiteConfig?: Maybe<ConfluenceShareableLinkSiteConfig>;
|
|
155220
155858
|
confluence_shareableLinkSpaceConfig?: Maybe<ConfluenceShareableLinkSpaceConfig>;
|
|
155859
|
+
confluence_shareableLinkSpacesByCriteria?: Maybe<ConfluenceShareableLinkSpaceConnection>;
|
|
155221
155860
|
confluence_slide?: Maybe<ConfluenceSlide>;
|
|
155222
155861
|
confluence_slides?: Maybe<Array<Maybe<ConfluenceSlide>>>;
|
|
155223
155862
|
confluence_smartSpaceOverview?: Maybe<ConfluenceSmartSpaceOverview>;
|
|
@@ -155353,6 +155992,8 @@ export declare type Query = {
|
|
|
155353
155992
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
155354
155993
|
devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
|
|
155355
155994
|
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
155995
|
+
devai_autodevNextWorkstream?: Maybe<DevAiAutodevNextWorkstream>;
|
|
155996
|
+
devai_autodevNextWorkstreams?: Maybe<DevAiAutodevNextWorkstreamConnection>;
|
|
155356
155997
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
155357
155998
|
devai_checkEntitlements: Scalars['Boolean']['output'];
|
|
155358
155999
|
devai_codePlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
@@ -155593,6 +156234,7 @@ export declare type Query = {
|
|
|
155593
156234
|
jsmSolutionComposerPlan?: Maybe<JsmSolutionComposerPlanQueryApi>;
|
|
155594
156235
|
jsw?: Maybe<JswQuery>;
|
|
155595
156236
|
kitsune_chunks?: Maybe<Array<Maybe<KitsuneChunk>>>;
|
|
156237
|
+
kitsune_customerByAri?: Maybe<KitsuneCustomer>;
|
|
155596
156238
|
kitsune_customers?: Maybe<Array<Maybe<KitsuneCustomer>>>;
|
|
155597
156239
|
kitsune_entitlements?: Maybe<KitsuneEntitlements>;
|
|
155598
156240
|
kitsune_feedbackEvent?: Maybe<KitsuneFeedbackEvent>;
|
|
@@ -155601,10 +156243,13 @@ export declare type Query = {
|
|
|
155601
156243
|
kitsune_insights?: Maybe<Array<Maybe<KitsuneInsight>>>;
|
|
155602
156244
|
kitsune_jobs?: Maybe<Array<Maybe<KitsuneJob>>>;
|
|
155603
156245
|
kitsune_node?: Maybe<KitsuneNode>;
|
|
156246
|
+
kitsune_organizationByAri?: Maybe<KitsuneOrganization>;
|
|
155604
156247
|
kitsune_organizations?: Maybe<Array<Maybe<KitsuneOrganization>>>;
|
|
155605
156248
|
kitsune_organizationsByName?: Maybe<Array<Maybe<KitsuneOrganization>>>;
|
|
156249
|
+
kitsune_searchChunk?: Maybe<Array<KitsuneChunk>>;
|
|
155606
156250
|
kitsune_searchCustomers?: Maybe<KitsuneCustomerConnection>;
|
|
155607
156251
|
kitsune_searchFeedback?: Maybe<KitsuneFeedbackConnection>;
|
|
156252
|
+
kitsune_searchFeedbackWithHighlights?: Maybe<KitsuneSearchFeedbackConnection>;
|
|
155608
156253
|
kitsune_searchOrganizations?: Maybe<KitsuneOrganizationConnection>;
|
|
155609
156254
|
kitsune_sections?: Maybe<Array<Maybe<KitsuneSection>>>;
|
|
155610
156255
|
kitsune_snippets?: Maybe<Array<Maybe<KitsuneSnippet>>>;
|
|
@@ -156585,6 +157230,11 @@ export declare type QueryAgentWorkspace_AvailableAgentsArgs = {
|
|
|
156585
157230
|
cloudId: Scalars['ID']['input'];
|
|
156586
157231
|
projectKey: Scalars['String']['input'];
|
|
156587
157232
|
};
|
|
157233
|
+
export declare type QueryAgentWorkspace_BulkScheduleImportJobArgs = {
|
|
157234
|
+
cloudId: Scalars['ID']['input'];
|
|
157235
|
+
jobId: Scalars['ID']['input'];
|
|
157236
|
+
projectId: Scalars['ID']['input'];
|
|
157237
|
+
};
|
|
156588
157238
|
export declare type QueryAgentWorkspace_CapacityArgs = {
|
|
156589
157239
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
156590
157240
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -157358,19 +158008,22 @@ export declare type QueryAvp_GetChartArgs = {
|
|
|
157358
158008
|
export declare type QueryAvp_GetChartByConfigIdArgs = {
|
|
157359
158009
|
chartConfigId: Scalars['ID']['input'];
|
|
157360
158010
|
cloudId: Scalars['ID']['input'];
|
|
157361
|
-
|
|
158011
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
158012
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
157362
158013
|
};
|
|
157363
158014
|
export declare type QueryAvp_GetChartTemplatePreviewArgs = {
|
|
157364
158015
|
cloudId: Scalars['ID']['input'];
|
|
157365
158016
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
157366
158017
|
templateFileName: Scalars['String']['input'];
|
|
157367
|
-
|
|
158018
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
158019
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
157368
158020
|
};
|
|
157369
158021
|
export declare type QueryAvp_GetChartTemplatesArgs = {
|
|
157370
158022
|
cloudId: Scalars['ID']['input'];
|
|
157371
158023
|
locale?: InputMaybe<Scalars['String']['input']>;
|
|
157372
158024
|
locations: Array<Scalars['String']['input']>;
|
|
157373
|
-
|
|
158025
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
158026
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
157374
158027
|
};
|
|
157375
158028
|
export declare type QueryAvp_GetDashboardArgs = {
|
|
157376
158029
|
dashboardAri: Scalars['ID']['input'];
|
|
@@ -157378,7 +158031,8 @@ export declare type QueryAvp_GetDashboardArgs = {
|
|
|
157378
158031
|
export declare type QueryAvp_GetDashboardIdBySlugArgs = {
|
|
157379
158032
|
cloudId: Scalars['ID']['input'];
|
|
157380
158033
|
slug: Scalars['String']['input'];
|
|
157381
|
-
|
|
158034
|
+
workspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
158035
|
+
workspaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
157382
158036
|
};
|
|
157383
158037
|
export declare type QueryAvp_GetDashboardTemplatesArgs = {
|
|
157384
158038
|
input: AvpGetDashboardTemplatesInput;
|
|
@@ -158265,6 +158919,15 @@ export declare type QueryConfluence_ShareableLinkSpaceConfigArgs = {
|
|
|
158265
158919
|
cloudId: Scalars['ID']['input'];
|
|
158266
158920
|
spaceId: Scalars['ID']['input'];
|
|
158267
158921
|
};
|
|
158922
|
+
export declare type QueryConfluence_ShareableLinkSpacesByCriteriaArgs = {
|
|
158923
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
158924
|
+
cloudId: Scalars['ID']['input'];
|
|
158925
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
158926
|
+
isAscending?: InputMaybe<Scalars['Boolean']['input']>;
|
|
158927
|
+
orderBy?: InputMaybe<ConfluenceShareableLinkSpacesByCriteriaOrder>;
|
|
158928
|
+
spaceNamePattern?: InputMaybe<Scalars['String']['input']>;
|
|
158929
|
+
status?: InputMaybe<Array<InputMaybe<ConfluenceShareableLinkSpaceStatusFilter>>>;
|
|
158930
|
+
};
|
|
158268
158931
|
export declare type QueryConfluence_SlideArgs = {
|
|
158269
158932
|
id: Scalars['ID']['input'];
|
|
158270
158933
|
};
|
|
@@ -158922,6 +159585,15 @@ export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
|
158922
159585
|
issueAri: Scalars['ID']['input'];
|
|
158923
159586
|
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
158924
159587
|
};
|
|
159588
|
+
export declare type QueryDevai_AutodevNextWorkstreamArgs = {
|
|
159589
|
+
cloudId: Scalars['ID']['input'];
|
|
159590
|
+
workstreamId: Scalars['ID']['input'];
|
|
159591
|
+
};
|
|
159592
|
+
export declare type QueryDevai_AutodevNextWorkstreamsArgs = {
|
|
159593
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
159594
|
+
cloudId: Scalars['ID']['input'];
|
|
159595
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
159596
|
+
};
|
|
158925
159597
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
158926
159598
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
158927
159599
|
cloudId: Scalars['ID']['input'];
|
|
@@ -158949,6 +159621,7 @@ export declare type QueryDevai_ContainerConfigArgs = {
|
|
|
158949
159621
|
export declare type QueryDevai_FlowGetRepositoriesArgs = {
|
|
158950
159622
|
cloudId: Scalars['ID']['input'];
|
|
158951
159623
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
159624
|
+
searchAllConnectedRepos?: InputMaybe<Scalars['Boolean']['input']>;
|
|
158952
159625
|
};
|
|
158953
159626
|
export declare type QueryDevai_FlowSessionGetByAriArgs = {
|
|
158954
159627
|
id: Scalars['ID']['input'];
|
|
@@ -159841,6 +160514,9 @@ export declare type QueryJsmConversation_SettingsArgs = {
|
|
|
159841
160514
|
export declare type QueryKitsune_ChunksArgs = {
|
|
159842
160515
|
ids: Array<Scalars['ID']['input']>;
|
|
159843
160516
|
};
|
|
160517
|
+
export declare type QueryKitsune_CustomerByAriArgs = {
|
|
160518
|
+
ari: Scalars['ID']['input'];
|
|
160519
|
+
};
|
|
159844
160520
|
export declare type QueryKitsune_CustomersArgs = {
|
|
159845
160521
|
customerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
159846
160522
|
workspaceAri: Scalars['ID']['input'];
|
|
@@ -159868,6 +160544,9 @@ export declare type QueryKitsune_JobsArgs = {
|
|
|
159868
160544
|
export declare type QueryKitsune_NodeArgs = {
|
|
159869
160545
|
id: Scalars['ID']['input'];
|
|
159870
160546
|
};
|
|
160547
|
+
export declare type QueryKitsune_OrganizationByAriArgs = {
|
|
160548
|
+
ari: Scalars['ID']['input'];
|
|
160549
|
+
};
|
|
159871
160550
|
export declare type QueryKitsune_OrganizationsArgs = {
|
|
159872
160551
|
organizationIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
159873
160552
|
workspaceAri: Scalars['ID']['input'];
|
|
@@ -159876,6 +160555,13 @@ export declare type QueryKitsune_OrganizationsByNameArgs = {
|
|
|
159876
160555
|
names?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
159877
160556
|
workspaceAri: Scalars['ID']['input'];
|
|
159878
160557
|
};
|
|
160558
|
+
export declare type QueryKitsune_SearchChunkArgs = {
|
|
160559
|
+
input?: InputMaybe<KitsuneSearchFeedbackInput>;
|
|
160560
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
160561
|
+
topK?: InputMaybe<Scalars['Int']['input']>;
|
|
160562
|
+
workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
|
|
160563
|
+
workspaceAri: Scalars['ID']['input'];
|
|
160564
|
+
};
|
|
159879
160565
|
export declare type QueryKitsune_SearchCustomersArgs = {
|
|
159880
160566
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
159881
160567
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -159893,6 +160579,16 @@ export declare type QueryKitsune_SearchFeedbackArgs = {
|
|
|
159893
160579
|
workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
|
|
159894
160580
|
workspaceAri: Scalars['ID']['input'];
|
|
159895
160581
|
};
|
|
160582
|
+
export declare type QueryKitsune_SearchFeedbackWithHighlightsArgs = {
|
|
160583
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
160584
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
160585
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
160586
|
+
input?: InputMaybe<KitsuneSearchFeedbackInput>;
|
|
160587
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
160588
|
+
withTotalCount?: InputMaybe<Scalars['Boolean']['input']>;
|
|
160589
|
+
workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
|
|
160590
|
+
workspaceAri: Scalars['ID']['input'];
|
|
160591
|
+
};
|
|
159896
160592
|
export declare type QueryKitsune_SearchOrganizationsArgs = {
|
|
159897
160593
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
159898
160594
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -159914,6 +160610,7 @@ export declare type QueryKitsune_SpacesForWorkspaceArgs = {
|
|
|
159914
160610
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
159915
160611
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
159916
160612
|
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
160613
|
+
workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
|
|
159917
160614
|
workspaceAri: Scalars['ID']['input'];
|
|
159918
160615
|
};
|
|
159919
160616
|
export declare type QueryKitsune_ViewsArgs = {
|
|
@@ -161625,6 +162322,7 @@ export declare enum RadarEntityType {
|
|
|
161625
162322
|
Position = "position",
|
|
161626
162323
|
Proposal = "proposal",
|
|
161627
162324
|
ProposedMovement = "proposedMovement",
|
|
162325
|
+
Skill = "skill",
|
|
161628
162326
|
Team = "team",
|
|
161629
162327
|
View = "view",
|
|
161630
162328
|
Worker = "worker"
|
|
@@ -161701,6 +162399,7 @@ export declare type RadarFields = {
|
|
|
161701
162399
|
positionFields: Array<RadarFieldDefinition>;
|
|
161702
162400
|
proposalFields: Array<RadarFieldDefinition>;
|
|
161703
162401
|
proposedMovementFields: Array<RadarFieldDefinition>;
|
|
162402
|
+
skillFields: Array<RadarFieldDefinition>;
|
|
161704
162403
|
teamFields: Array<RadarFieldDefinition>;
|
|
161705
162404
|
viewFields: Array<RadarFieldDefinition>;
|
|
161706
162405
|
workerFields: Array<RadarFieldDefinition>;
|
|
@@ -187476,6 +188175,7 @@ export declare type StakeholderCommsPageUptimeDailyAggregate = {
|
|
|
187476
188175
|
maintenanceTime?: Maybe<Scalars['Int']['output']>;
|
|
187477
188176
|
majorOutageTime?: Maybe<Scalars['Int']['output']>;
|
|
187478
188177
|
partialOutageTime?: Maybe<Scalars['Int']['output']>;
|
|
188178
|
+
relatedEvents?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
187479
188179
|
};
|
|
187480
188180
|
export declare type StakeholderCommsPageUptimePercentageResponse = {
|
|
187481
188181
|
__typename?: 'StakeholderCommsPageUptimePercentageResponse';
|
|
@@ -188223,6 +188923,7 @@ export declare type Subscription = {
|
|
|
188223
188923
|
confluence_onContentModified?: Maybe<ConfluenceContentModified>;
|
|
188224
188924
|
convoai_onAgentSessionCreate?: Maybe<ConvoAiAgentSessionCreate>;
|
|
188225
188925
|
convoai_onAgentSessionUpdate?: Maybe<ConvoAiAgentSessionUpdate>;
|
|
188926
|
+
convoai_onAgentSessionUpdatedByProjects?: Maybe<ConvoAiAgentSessionUpdatedByProjects>;
|
|
188226
188927
|
cpls_suggestionsExist: CplsSuggestionsExistencePayload;
|
|
188227
188928
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
188228
188929
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
@@ -188278,6 +188979,10 @@ export declare type SubscriptionConvoai_OnAgentSessionUpdateArgs = {
|
|
|
188278
188979
|
cloudId: Scalars['ID']['input'];
|
|
188279
188980
|
conversationId: Scalars['ID']['input'];
|
|
188280
188981
|
};
|
|
188982
|
+
export declare type SubscriptionConvoai_OnAgentSessionUpdatedByProjectsArgs = {
|
|
188983
|
+
cloudId: Scalars['ID']['input'];
|
|
188984
|
+
projectIds: Array<Scalars['String']['input']>;
|
|
188985
|
+
};
|
|
188281
188986
|
export declare type SubscriptionCpls_SuggestionsExistArgs = {
|
|
188282
188987
|
scopeId: Scalars['ID']['input'];
|
|
188283
188988
|
};
|
|
@@ -189825,7 +190530,6 @@ export declare type TestingSubscription = {
|
|
|
189825
190530
|
__typename?: 'TestingSubscription';
|
|
189826
190531
|
onTestingActivityItemUpdate?: Maybe<TestingActivityItem>;
|
|
189827
190532
|
onTestingActivityItemUpdateEnrichJira?: Maybe<TestingActivityItem>;
|
|
189828
|
-
onTestingActivityItemUpdateTest?: Maybe<TestingActivityItem>;
|
|
189829
190533
|
};
|
|
189830
190534
|
export declare type TestingSubscriptionOnTestingActivityItemUpdateArgs = {
|
|
189831
190535
|
issueId: Scalars['ID']['input'];
|
|
@@ -189833,9 +190537,6 @@ export declare type TestingSubscriptionOnTestingActivityItemUpdateArgs = {
|
|
|
189833
190537
|
export declare type TestingSubscriptionOnTestingActivityItemUpdateEnrichJiraArgs = {
|
|
189834
190538
|
issueId: Scalars['ID']['input'];
|
|
189835
190539
|
};
|
|
189836
|
-
export declare type TestingSubscriptionOnTestingActivityItemUpdateTestArgs = {
|
|
189837
|
-
issueId: Scalars['ID']['input'];
|
|
189838
|
-
};
|
|
189839
190540
|
export declare type Theme = {
|
|
189840
190541
|
__typename?: 'Theme';
|
|
189841
190542
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -189887,6 +190588,7 @@ export declare type ThirdPartyUser = LocalizationContext & {
|
|
|
189887
190588
|
__typename?: 'ThirdPartyUser';
|
|
189888
190589
|
accountId: Scalars['ID']['output'];
|
|
189889
190590
|
accountStatus: AccountStatus;
|
|
190591
|
+
atlassianUser?: Maybe<User>;
|
|
189890
190592
|
canonicalAccountId: Scalars['ID']['output'];
|
|
189891
190593
|
createdAt: Scalars['DateTime']['output'];
|
|
189892
190594
|
email?: Maybe<Scalars['String']['output']>;
|
|
@@ -195740,6 +196442,21 @@ export declare type TrelloCreateInboxCardActionDisplayEntities = {
|
|
|
195740
196442
|
card?: Maybe<TrelloActionCardEntity>;
|
|
195741
196443
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
195742
196444
|
};
|
|
196445
|
+
export declare type TrelloCreateListInput = {
|
|
196446
|
+
boardId: Scalars['ID']['input'];
|
|
196447
|
+
color?: InputMaybe<TrelloListColor>;
|
|
196448
|
+
creationMethod?: InputMaybe<TrelloListCreationMethod>;
|
|
196449
|
+
dataSource?: InputMaybe<TrelloListDataSourceInput>;
|
|
196450
|
+
name: Scalars['String']['input'];
|
|
196451
|
+
pos?: InputMaybe<TrelloListPosition>;
|
|
196452
|
+
type?: InputMaybe<TrelloListType>;
|
|
196453
|
+
};
|
|
196454
|
+
export declare type TrelloCreateListPayload = Payload & {
|
|
196455
|
+
__typename?: 'TrelloCreateListPayload';
|
|
196456
|
+
board?: Maybe<TrelloBoard>;
|
|
196457
|
+
errors?: Maybe<Array<MutationError>>;
|
|
196458
|
+
success: Scalars['Boolean']['output'];
|
|
196459
|
+
};
|
|
195743
196460
|
export declare type TrelloCreateMemberAiRuleInput = {
|
|
195744
196461
|
position: Scalars['Float']['input'];
|
|
195745
196462
|
rule: Scalars['String']['input'];
|
|
@@ -196460,6 +197177,18 @@ export declare enum TrelloListCardSortBy {
|
|
|
196460
197177
|
OldestFirst = "OLDEST_FIRST",
|
|
196461
197178
|
Votes = "VOTES"
|
|
196462
197179
|
}
|
|
197180
|
+
export declare enum TrelloListColor {
|
|
197181
|
+
Blue = "BLUE",
|
|
197182
|
+
Gray = "GRAY",
|
|
197183
|
+
Green = "GREEN",
|
|
197184
|
+
Lime = "LIME",
|
|
197185
|
+
Magenta = "MAGENTA",
|
|
197186
|
+
Orange = "ORANGE",
|
|
197187
|
+
Purple = "PURPLE",
|
|
197188
|
+
Red = "RED",
|
|
197189
|
+
Teal = "TEAL",
|
|
197190
|
+
Yellow = "YELLOW"
|
|
197191
|
+
}
|
|
196463
197192
|
export declare type TrelloListConnection = {
|
|
196464
197193
|
__typename?: 'TrelloListConnection';
|
|
196465
197194
|
edges?: Maybe<Array<TrelloListEdge>>;
|
|
@@ -196472,12 +197201,24 @@ export declare type TrelloListContainer = {
|
|
|
196472
197201
|
id: Scalars['ID']['output'];
|
|
196473
197202
|
objectId: Scalars['ID']['output'];
|
|
196474
197203
|
};
|
|
197204
|
+
export declare enum TrelloListCreationMethod {
|
|
197205
|
+
Ai = "AI",
|
|
197206
|
+
Assisted = "ASSISTED",
|
|
197207
|
+
Automatic = "AUTOMATIC",
|
|
197208
|
+
Demo = "DEMO",
|
|
197209
|
+
EmailSource = "EMAIL_SOURCE"
|
|
197210
|
+
}
|
|
196475
197211
|
export declare type TrelloListDataSource = {
|
|
196476
197212
|
__typename?: 'TrelloListDataSource';
|
|
196477
197213
|
filter: Scalars['Boolean']['output'];
|
|
196478
197214
|
handler: TrelloDataSourceHandler;
|
|
196479
197215
|
link: Scalars['URL']['output'];
|
|
196480
197216
|
};
|
|
197217
|
+
export declare type TrelloListDataSourceInput = {
|
|
197218
|
+
filter: Scalars['Boolean']['input'];
|
|
197219
|
+
handler: TrelloDataSourceHandler;
|
|
197220
|
+
link: Scalars['URL']['input'];
|
|
197221
|
+
};
|
|
196481
197222
|
export declare type TrelloListEdge = {
|
|
196482
197223
|
__typename?: 'TrelloListEdge';
|
|
196483
197224
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -196494,6 +197235,10 @@ export declare type TrelloListLimits = {
|
|
|
196494
197235
|
__typename?: 'TrelloListLimits';
|
|
196495
197236
|
cards?: Maybe<TrelloListCardLimits>;
|
|
196496
197237
|
};
|
|
197238
|
+
export declare type TrelloListPosition = {
|
|
197239
|
+
absolute?: InputMaybe<Scalars['Float']['input']>;
|
|
197240
|
+
relative?: InputMaybe<TrelloRelativePosition>;
|
|
197241
|
+
};
|
|
196497
197242
|
export declare enum TrelloListType {
|
|
196498
197243
|
Datasource = "DATASOURCE"
|
|
196499
197244
|
}
|
|
@@ -196550,6 +197295,7 @@ export declare type TrelloMember = Node & {
|
|
|
196550
197295
|
bio?: Maybe<Scalars['String']['output']>;
|
|
196551
197296
|
bioData?: Maybe<Scalars['JSON']['output']>;
|
|
196552
197297
|
boardStars?: Maybe<TrelloMemberBoardStarConnection>;
|
|
197298
|
+
boards?: Maybe<TrelloMemberBoardConnection>;
|
|
196553
197299
|
confirmed?: Maybe<Scalars['Boolean']['output']>;
|
|
196554
197300
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
196555
197301
|
fullName?: Maybe<Scalars['String']['output']>;
|
|
@@ -196582,6 +197328,10 @@ export declare type TrelloMemberBoardStarsArgs = {
|
|
|
196582
197328
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
196583
197329
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
196584
197330
|
};
|
|
197331
|
+
export declare type TrelloMemberBoardsArgs = {
|
|
197332
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
197333
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
197334
|
+
};
|
|
196585
197335
|
export declare type TrelloMemberNotificationsArgs = {
|
|
196586
197336
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
196587
197337
|
filter?: InputMaybe<TrelloNotificationFilter>;
|
|
@@ -196617,6 +197367,17 @@ export declare type TrelloMemberAtlassianSiteEdge = {
|
|
|
196617
197367
|
cursor: Scalars['String']['output'];
|
|
196618
197368
|
node?: Maybe<TrelloAtlassianSite>;
|
|
196619
197369
|
};
|
|
197370
|
+
export declare type TrelloMemberBoardConnection = {
|
|
197371
|
+
__typename?: 'TrelloMemberBoardConnection';
|
|
197372
|
+
edges?: Maybe<Array<TrelloMemberBoardEdge>>;
|
|
197373
|
+
nodes?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
197374
|
+
pageInfo: PageInfo;
|
|
197375
|
+
};
|
|
197376
|
+
export declare type TrelloMemberBoardEdge = {
|
|
197377
|
+
__typename?: 'TrelloMemberBoardEdge';
|
|
197378
|
+
cursor: Scalars['String']['output'];
|
|
197379
|
+
node?: Maybe<TrelloBoard>;
|
|
197380
|
+
};
|
|
196620
197381
|
export declare type TrelloMemberBoardStarConnection = {
|
|
196621
197382
|
__typename?: 'TrelloMemberBoardStarConnection';
|
|
196622
197383
|
edges?: Maybe<Array<TrelloMemberBoardStarEdge>>;
|
|
@@ -196884,6 +197645,7 @@ export declare type TrelloMutationApi = {
|
|
|
196884
197645
|
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
196885
197646
|
createCustomField?: Maybe<TrelloCreateCustomFieldPayload>;
|
|
196886
197647
|
createCustomFieldOption?: Maybe<TrelloCreateCustomFieldOptionPayload>;
|
|
197648
|
+
createList?: Maybe<TrelloCreateListPayload>;
|
|
196887
197649
|
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
196888
197650
|
createMemberFromAa?: Maybe<TrelloCreateMemberFromAaPayload>;
|
|
196889
197651
|
createOAuth2Client?: Maybe<TrelloCreateOAuth2ClientPayload>;
|
|
@@ -196956,6 +197718,7 @@ export declare type TrelloMutationApi = {
|
|
|
196956
197718
|
updateCardCover?: Maybe<TrelloUpdateCardCoverPayload>;
|
|
196957
197719
|
updateCardDateViewedByCreator?: Maybe<TrelloUpdateCardDateViewedByCreatorPayload>;
|
|
196958
197720
|
updateCardDescription?: Maybe<TrelloUpdateCardDescriptionPayload>;
|
|
197721
|
+
updateCardDueDate?: Maybe<TrelloUpdateCardDueDatePayload>;
|
|
196959
197722
|
updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
|
|
196960
197723
|
updateCardPositionOnPlannerCalendarEvent?: Maybe<TrelloUpdateCardPositionOnPlannerCalendarEventPayload>;
|
|
196961
197724
|
updateCardRole?: Maybe<TrelloUpdateCardRolePayload>;
|
|
@@ -197030,6 +197793,9 @@ export declare type TrelloMutationApiCreateCustomFieldArgs = {
|
|
|
197030
197793
|
export declare type TrelloMutationApiCreateCustomFieldOptionArgs = {
|
|
197031
197794
|
input: TrelloCreateCustomFieldOptionInput;
|
|
197032
197795
|
};
|
|
197796
|
+
export declare type TrelloMutationApiCreateListArgs = {
|
|
197797
|
+
input: TrelloCreateListInput;
|
|
197798
|
+
};
|
|
197033
197799
|
export declare type TrelloMutationApiCreateMemberAiRuleArgs = {
|
|
197034
197800
|
input: TrelloCreateMemberAiRuleInput;
|
|
197035
197801
|
};
|
|
@@ -197240,6 +198006,9 @@ export declare type TrelloMutationApiUpdateCardDateViewedByCreatorArgs = {
|
|
|
197240
198006
|
export declare type TrelloMutationApiUpdateCardDescriptionArgs = {
|
|
197241
198007
|
input: TrelloUpdateCardDescriptionInput;
|
|
197242
198008
|
};
|
|
198009
|
+
export declare type TrelloMutationApiUpdateCardDueDateArgs = {
|
|
198010
|
+
input: TrelloUpdateCardDueDateInput;
|
|
198011
|
+
};
|
|
197243
198012
|
export declare type TrelloMutationApiUpdateCardNameArgs = {
|
|
197244
198013
|
input: TrelloUpdateCardNameInput;
|
|
197245
198014
|
};
|
|
@@ -198370,6 +199139,10 @@ export declare type TrelloRejectProposedEventsPayload = Payload & {
|
|
|
198370
199139
|
proposedEvents?: Maybe<Array<TrelloProposedEventDeleted>>;
|
|
198371
199140
|
success: Scalars['Boolean']['output'];
|
|
198372
199141
|
};
|
|
199142
|
+
export declare enum TrelloRelativePosition {
|
|
199143
|
+
Bottom = "BOTTOM",
|
|
199144
|
+
Top = "TOP"
|
|
199145
|
+
}
|
|
198373
199146
|
export declare type TrelloRemoveBoardStarInput = {
|
|
198374
199147
|
boardStarId: Scalars['ID']['input'];
|
|
198375
199148
|
userId: Scalars['ID']['input'];
|
|
@@ -199026,6 +199799,16 @@ export declare type TrelloUpdateCardDueActionDisplayEntities = {
|
|
|
199026
199799
|
date?: Maybe<TrelloActionDateEntity>;
|
|
199027
199800
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
199028
199801
|
};
|
|
199802
|
+
export declare type TrelloUpdateCardDueDateInput = {
|
|
199803
|
+
cardId: Scalars['ID']['input'];
|
|
199804
|
+
dueAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
199805
|
+
};
|
|
199806
|
+
export declare type TrelloUpdateCardDueDatePayload = Payload & {
|
|
199807
|
+
__typename?: 'TrelloUpdateCardDueDatePayload';
|
|
199808
|
+
card?: Maybe<TrelloBaseCard>;
|
|
199809
|
+
errors?: Maybe<Array<MutationError>>;
|
|
199810
|
+
success: Scalars['Boolean']['output'];
|
|
199811
|
+
};
|
|
199029
199812
|
export declare type TrelloUpdateCardNameInput = {
|
|
199030
199813
|
cardId: Scalars['ID']['input'];
|
|
199031
199814
|
name?: InputMaybe<Scalars['String']['input']>;
|