@forge/cli-shared 9.4.0-next.4 → 9.4.0-next.4-experimental-016ed9d
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 +15 -0
- package/out/graphql/graphql-types.d.ts +364 -20
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +144 -48
- package/package.json +3 -3
|
@@ -4244,6 +4244,11 @@ export type AdminAuditLogUpdateBackgroundQueryInput = {
|
|
|
4244
4244
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
4245
4245
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4246
4246
|
};
|
|
4247
|
+
export type AdminAuditLogUserProfilesInput = {
|
|
4248
|
+
container: AdminAuditLogContainer;
|
|
4249
|
+
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
4250
|
+
viewerId: Scalars['ID']['input'];
|
|
4251
|
+
};
|
|
4247
4252
|
export type AdminAuthPolicyConfig = {
|
|
4248
4253
|
__typename?: 'AdminAuthPolicyConfig';
|
|
4249
4254
|
apiToken?: Maybe<AdminApiTokenConfig>;
|
|
@@ -10166,6 +10171,7 @@ export type AiPlannerPlanCollaboratorConnection = {
|
|
|
10166
10171
|
__typename?: 'AiPlannerPlanCollaboratorConnection';
|
|
10167
10172
|
edges: Array<AiPlannerPlanCollaboratorEdge>;
|
|
10168
10173
|
pageInfo: PageInfo;
|
|
10174
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10169
10175
|
};
|
|
10170
10176
|
export type AiPlannerPlanCollaboratorEdge = {
|
|
10171
10177
|
__typename?: 'AiPlannerPlanCollaboratorEdge';
|
|
@@ -10176,6 +10182,7 @@ export type AiPlannerPlanConnection = {
|
|
|
10176
10182
|
__typename?: 'AiPlannerPlanConnection';
|
|
10177
10183
|
edges: Array<AiPlannerPlanEdge>;
|
|
10178
10184
|
pageInfo: PageInfo;
|
|
10185
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10179
10186
|
};
|
|
10180
10187
|
export type AiPlannerPlanConversation = {
|
|
10181
10188
|
__typename?: 'AiPlannerPlanConversation';
|
|
@@ -10189,6 +10196,7 @@ export type AiPlannerPlanConversationConnection = {
|
|
|
10189
10196
|
__typename?: 'AiPlannerPlanConversationConnection';
|
|
10190
10197
|
edges: Array<AiPlannerPlanConversationEdge>;
|
|
10191
10198
|
pageInfo: PageInfo;
|
|
10199
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10192
10200
|
};
|
|
10193
10201
|
export type AiPlannerPlanConversationEdge = {
|
|
10194
10202
|
__typename?: 'AiPlannerPlanConversationEdge';
|
|
@@ -10224,6 +10232,7 @@ export type AiPlannerPlanTaskConnection = {
|
|
|
10224
10232
|
__typename?: 'AiPlannerPlanTaskConnection';
|
|
10225
10233
|
edges: Array<AiPlannerPlanTaskEdge>;
|
|
10226
10234
|
pageInfo: PageInfo;
|
|
10235
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
10227
10236
|
};
|
|
10228
10237
|
export type AiPlannerPlanTaskEdge = {
|
|
10229
10238
|
__typename?: 'AiPlannerPlanTaskEdge';
|
|
@@ -10709,6 +10718,9 @@ export type AppEnvironmentAppVersionRolloutsArgs = {
|
|
|
10709
10718
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10710
10719
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
10711
10720
|
};
|
|
10721
|
+
export type AppEnvironmentDeploymentsArgs = {
|
|
10722
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
10723
|
+
};
|
|
10712
10724
|
export type AppEnvironmentVersionsArgs = {
|
|
10713
10725
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
10714
10726
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -15700,6 +15712,13 @@ export type AssetsVerticalDepreciationRuleQueryErrorExtension = QueryErrorExtens
|
|
|
15700
15712
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
15701
15713
|
};
|
|
15702
15714
|
export type AssetsVerticalDepreciationRuleResult = AssetsVerticalDepreciationRule | QueryError;
|
|
15715
|
+
export declare enum AssetsVerticalDepreciationRulesSortField {
|
|
15716
|
+
Name = "NAME"
|
|
15717
|
+
}
|
|
15718
|
+
export type AssetsVerticalDepreciationRulesSortInput = {
|
|
15719
|
+
direction?: SortDirection;
|
|
15720
|
+
field: AssetsVerticalDepreciationRulesSortField;
|
|
15721
|
+
};
|
|
15703
15722
|
export type AssetsVerticalDisableVerticalInstantiationInput = {
|
|
15704
15723
|
cloudId: Scalars['ID']['input'];
|
|
15705
15724
|
message?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -16357,6 +16376,8 @@ export type AssetsVerticalVerticalInstantiationDepreciationRulesArgs = {
|
|
|
16357
16376
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16358
16377
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16359
16378
|
objTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16379
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
16380
|
+
sort?: InputMaybe<AssetsVerticalDepreciationRulesSortInput>;
|
|
16360
16381
|
};
|
|
16361
16382
|
export type AssetsVerticalVerticalInstantiationCategory = {
|
|
16362
16383
|
__typename?: 'AssetsVerticalVerticalInstantiationCategory';
|
|
@@ -21325,6 +21346,40 @@ export type CommerceExpAccountModification = {
|
|
|
21325
21346
|
invoiceGroup?: Maybe<CommerceExpCcpInvoiceGroup>;
|
|
21326
21347
|
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
21327
21348
|
};
|
|
21349
|
+
export type CommerceExpAccruedChargeBreakdown = {
|
|
21350
|
+
__typename?: 'CommerceExpAccruedChargeBreakdown';
|
|
21351
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21352
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
21353
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21354
|
+
events: Array<CommerceExpAccruedChargeEvent>;
|
|
21355
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21356
|
+
periodEnd?: Maybe<Scalars['Float']['output']>;
|
|
21357
|
+
periodStart?: Maybe<Scalars['Float']['output']>;
|
|
21358
|
+
quantity?: Maybe<Scalars['Float']['output']>;
|
|
21359
|
+
};
|
|
21360
|
+
export type CommerceExpAccruedChargeComponent = {
|
|
21361
|
+
__typename?: 'CommerceExpAccruedChargeComponent';
|
|
21362
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21363
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21364
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21365
|
+
type: CommerceExpAccruedChargeComponentType;
|
|
21366
|
+
};
|
|
21367
|
+
export declare enum CommerceExpAccruedChargeComponentType {
|
|
21368
|
+
AdditionalCharge = "ADDITIONAL_CHARGE",
|
|
21369
|
+
Credit = "CREDIT"
|
|
21370
|
+
}
|
|
21371
|
+
export type CommerceExpAccruedChargeEvent = {
|
|
21372
|
+
__typename?: 'CommerceExpAccruedChargeEvent';
|
|
21373
|
+
amount?: Maybe<Scalars['Float']['output']>;
|
|
21374
|
+
chargeElement?: Maybe<Scalars['String']['output']>;
|
|
21375
|
+
components: Array<CommerceExpAccruedChargeComponent>;
|
|
21376
|
+
discount?: Maybe<Scalars['Float']['output']>;
|
|
21377
|
+
id: Scalars['ID']['output'];
|
|
21378
|
+
listPrice?: Maybe<Scalars['Float']['output']>;
|
|
21379
|
+
periodEnd?: Maybe<Scalars['Float']['output']>;
|
|
21380
|
+
periodStart?: Maybe<Scalars['Float']['output']>;
|
|
21381
|
+
quantity?: Maybe<Scalars['Float']['output']>;
|
|
21382
|
+
};
|
|
21328
21383
|
export type CommerceExpAchInfo = {
|
|
21329
21384
|
__typename?: 'CommerceExpAchInfo';
|
|
21330
21385
|
accountHolder: Scalars['String']['output'];
|
|
@@ -21401,7 +21456,8 @@ export type CommerceExpAggregationPeriodBoundaryUsage = {
|
|
|
21401
21456
|
};
|
|
21402
21457
|
export declare enum CommerceExpAllowanceCycle {
|
|
21403
21458
|
Annual = "ANNUAL",
|
|
21404
|
-
Monthly = "MONTHLY"
|
|
21459
|
+
Monthly = "MONTHLY",
|
|
21460
|
+
Quarterly = "QUARTERLY"
|
|
21405
21461
|
}
|
|
21406
21462
|
export type CommerceExpAllowanceDetails = {
|
|
21407
21463
|
__typename?: 'CommerceExpAllowanceDetails';
|
|
@@ -23699,6 +23755,7 @@ export type CommerceExpLineItemEndsAt = {
|
|
|
23699
23755
|
};
|
|
23700
23756
|
export type CommerceExpLineItemResponse = {
|
|
23701
23757
|
__typename?: 'CommerceExpLineItemResponse';
|
|
23758
|
+
accruedChargeBreakdown?: Maybe<CommerceExpAccruedChargeBreakdown>;
|
|
23702
23759
|
accumulateAccruedCharges?: Maybe<Scalars['Float']['output']>;
|
|
23703
23760
|
adjustments?: Maybe<Array<Maybe<CommerceExpAdjustmentDetail>>>;
|
|
23704
23761
|
billableUsage?: Maybe<Scalars['Float']['output']>;
|
|
@@ -24278,7 +24335,8 @@ export declare enum CommerceExpPaymentMethodType {
|
|
|
24278
24335
|
Ach = "ACH",
|
|
24279
24336
|
Card = "CARD",
|
|
24280
24337
|
Deferred = "DEFERRED",
|
|
24281
|
-
Paypal = "PAYPAL"
|
|
24338
|
+
Paypal = "PAYPAL",
|
|
24339
|
+
Wallet = "WALLET"
|
|
24282
24340
|
}
|
|
24283
24341
|
export type CommerceExpPaymentStatus = {
|
|
24284
24342
|
__typename?: 'CommerceExpPaymentStatus';
|
|
@@ -34802,6 +34860,17 @@ export type ConfluencePatchCalendarPayload = Payload & {
|
|
|
34802
34860
|
errors?: Maybe<Array<MutationError>>;
|
|
34803
34861
|
success: Scalars['Boolean']['output'];
|
|
34804
34862
|
};
|
|
34863
|
+
export type ConfluencePatchFolderInput = {
|
|
34864
|
+
expectedVersion: Scalars['Int']['input'];
|
|
34865
|
+
id: Scalars['ID']['input'];
|
|
34866
|
+
summary?: InputMaybe<ConfluenceContentBodyInput>;
|
|
34867
|
+
};
|
|
34868
|
+
export type ConfluencePatchFolderPayload = Payload & {
|
|
34869
|
+
__typename?: 'ConfluencePatchFolderPayload';
|
|
34870
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34871
|
+
folder?: Maybe<ConfluenceFolder>;
|
|
34872
|
+
success: Scalars['Boolean']['output'];
|
|
34873
|
+
};
|
|
34805
34874
|
export type ConfluencePatchSpaceSettingsInput = {
|
|
34806
34875
|
contentMode?: InputMaybe<ConfluenceGraphQlContentMode>;
|
|
34807
34876
|
id: Scalars['ID']['input'];
|
|
@@ -36390,6 +36459,11 @@ export type ConfluenceSlideLinks = {
|
|
|
36390
36459
|
base?: Maybe<Scalars['String']['output']>;
|
|
36391
36460
|
webUi?: Maybe<Scalars['String']['output']>;
|
|
36392
36461
|
};
|
|
36462
|
+
export declare enum ConfluenceSmartFolderSyncOutcome {
|
|
36463
|
+
Ran = "RAN",
|
|
36464
|
+
SkippedPaused = "SKIPPED_PAUSED",
|
|
36465
|
+
SkippedTtl = "SKIPPED_TTL"
|
|
36466
|
+
}
|
|
36393
36467
|
export type ConfluenceSmartSpaceOverview = {
|
|
36394
36468
|
__typename?: 'ConfluenceSmartSpaceOverview';
|
|
36395
36469
|
faq?: Maybe<ConfluenceSmartSpaceOverviewFaq>;
|
|
@@ -36833,9 +36907,17 @@ export type ConfluenceSyncSmartFolderInput = {
|
|
|
36833
36907
|
export type ConfluenceSyncSmartFolderPayload = Payload & {
|
|
36834
36908
|
__typename?: 'ConfluenceSyncSmartFolderPayload';
|
|
36835
36909
|
errors?: Maybe<Array<MutationError>>;
|
|
36910
|
+
outcome?: Maybe<ConfluenceSmartFolderSyncOutcome>;
|
|
36836
36911
|
success: Scalars['Boolean']['output'];
|
|
36912
|
+
syncResult?: Maybe<ConfluenceSyncSmartFolderResult>;
|
|
36837
36913
|
taskAri?: Maybe<Scalars['ID']['output']>;
|
|
36838
36914
|
};
|
|
36915
|
+
export type ConfluenceSyncSmartFolderResult = {
|
|
36916
|
+
__typename?: 'ConfluenceSyncSmartFolderResult';
|
|
36917
|
+
addedCount: Scalars['Int']['output'];
|
|
36918
|
+
changedCount: Scalars['Int']['output'];
|
|
36919
|
+
removedCount: Scalars['Int']['output'];
|
|
36920
|
+
};
|
|
36839
36921
|
export declare enum ConfluenceSystemOperation {
|
|
36840
36922
|
CompanyHubAdmin = "COMPANY_HUB_ADMIN",
|
|
36841
36923
|
CompanyHubViewer = "COMPANY_HUB_VIEWER",
|
|
@@ -40376,6 +40458,7 @@ export type CplsTimeCell = {
|
|
|
40376
40458
|
startDate: Scalars['Date']['output'];
|
|
40377
40459
|
};
|
|
40378
40460
|
export declare enum CplsTimeScaleType {
|
|
40461
|
+
Monthly = "MONTHLY",
|
|
40379
40462
|
Weekly = "WEEKLY"
|
|
40380
40463
|
}
|
|
40381
40464
|
export type CplsUpdateCustomContributionTargetInput = {
|
|
@@ -40410,6 +40493,7 @@ export type CplsUpdateViewSettingsPayload = Payload & {
|
|
|
40410
40493
|
};
|
|
40411
40494
|
export type CplsUpdateWorkResourcingEstimate = {
|
|
40412
40495
|
cloudId: Scalars['ID']['input'];
|
|
40496
|
+
timeScale?: InputMaybe<CplsTimeScaleType>;
|
|
40413
40497
|
workDataId: Scalars['ID']['input'];
|
|
40414
40498
|
workResourcingEstimateHours: Scalars['Float']['input'];
|
|
40415
40499
|
};
|
|
@@ -44007,6 +44091,7 @@ export declare enum DataSecurityPolicyAction {
|
|
|
44007
44091
|
AppAccess = "APP_ACCESS",
|
|
44008
44092
|
AppAccessConfigured = "APP_ACCESS_CONFIGURED",
|
|
44009
44093
|
AttachmentDownload = "ATTACHMENT_DOWNLOAD",
|
|
44094
|
+
McpAccess = "MCP_ACCESS",
|
|
44010
44095
|
PageExport = "PAGE_EXPORT",
|
|
44011
44096
|
PublicLinks = "PUBLIC_LINKS"
|
|
44012
44097
|
}
|
|
@@ -44845,6 +44930,15 @@ export declare enum DevAiAutodevNextDayOfWeek {
|
|
|
44845
44930
|
Tuesday = "TUESDAY",
|
|
44846
44931
|
Wednesday = "WEDNESDAY"
|
|
44847
44932
|
}
|
|
44933
|
+
export type DevAiAutodevNextDeleteSuggestedClassificationRepositoryInput = {
|
|
44934
|
+
cloudId: Scalars['ID']['input'];
|
|
44935
|
+
suggestedClassificationRepositoryId: Scalars['ID']['input'];
|
|
44936
|
+
};
|
|
44937
|
+
export type DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload = Payload & {
|
|
44938
|
+
__typename?: 'DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload';
|
|
44939
|
+
errors?: Maybe<Array<MutationError>>;
|
|
44940
|
+
success: Scalars['Boolean']['output'];
|
|
44941
|
+
};
|
|
44848
44942
|
export type DevAiAutodevNextDeleteWorkstreamInput = {
|
|
44849
44943
|
cloudId: Scalars['ID']['input'];
|
|
44850
44944
|
workstreamId: Scalars['ID']['input'];
|
|
@@ -44981,6 +45075,16 @@ export type DevAiAutodevNextRemoveProjectsPayload = Payload & {
|
|
|
44981
45075
|
errors?: Maybe<Array<MutationError>>;
|
|
44982
45076
|
success: Scalars['Boolean']['output'];
|
|
44983
45077
|
};
|
|
45078
|
+
export type DevAiAutodevNextResetWorkItemClassificationInput = {
|
|
45079
|
+
cloudId: Scalars['ID']['input'];
|
|
45080
|
+
workItemId: Scalars['ID']['input'];
|
|
45081
|
+
};
|
|
45082
|
+
export type DevAiAutodevNextResetWorkItemClassificationPayload = Payload & {
|
|
45083
|
+
__typename?: 'DevAiAutodevNextResetWorkItemClassificationPayload';
|
|
45084
|
+
errors?: Maybe<Array<MutationError>>;
|
|
45085
|
+
success: Scalars['Boolean']['output'];
|
|
45086
|
+
workItem?: Maybe<DevAiAutodevNextWorkItem>;
|
|
45087
|
+
};
|
|
44984
45088
|
export type DevAiAutodevNextScanSchedule = {
|
|
44985
45089
|
__typename?: 'DevAiAutodevNextScanSchedule';
|
|
44986
45090
|
dayOfWeek: DevAiAutodevNextDayOfWeek;
|
|
@@ -54902,11 +55006,6 @@ export type GraphIntegrationConsentInput = {
|
|
|
54902
55006
|
formUrlReferer: Scalars['URL']['input'];
|
|
54903
55007
|
source: Scalars['String']['input'];
|
|
54904
55008
|
};
|
|
54905
|
-
export type GraphIntegrationContainerRelationship = {
|
|
54906
|
-
__typename?: 'GraphIntegrationContainerRelationship';
|
|
54907
|
-
relationship: Scalars['String']['output'];
|
|
54908
|
-
type: Scalars['String']['output'];
|
|
54909
|
-
};
|
|
54910
55009
|
export type GraphIntegrationCreateConnectionPayload = Payload & {
|
|
54911
55010
|
__typename?: 'GraphIntegrationCreateConnectionPayload';
|
|
54912
55011
|
connectionId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -55078,11 +55177,9 @@ export type GraphIntegrationDataProvider = {
|
|
|
55078
55177
|
handledDomainName?: Maybe<Scalars['String']['output']>;
|
|
55079
55178
|
homeUrl?: Maybe<Scalars['String']['output']>;
|
|
55080
55179
|
id: Scalars['String']['output'];
|
|
55081
|
-
installationAri?: Maybe<Scalars['String']['output']>;
|
|
55082
55180
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
55083
55181
|
name?: Maybe<Scalars['String']['output']>;
|
|
55084
55182
|
namespace: GraphIntegrationProviderNamespace;
|
|
55085
|
-
projectContainerRelationships: Array<GraphIntegrationContainerRelationship>;
|
|
55086
55183
|
providerType: GraphIntegrationProviderType;
|
|
55087
55184
|
};
|
|
55088
55185
|
export type GraphIntegrationDeleteConnectionPayload = Payload & {
|
|
@@ -55102,14 +55199,7 @@ export type GraphIntegrationDeleteSkillInput = {
|
|
|
55102
55199
|
};
|
|
55103
55200
|
export type GraphIntegrationDetailedEntityType = {
|
|
55104
55201
|
__typename?: 'GraphIntegrationDetailedEntityType';
|
|
55105
|
-
|
|
55106
|
-
container?: Maybe<GraphIntegrationDetailedEntityTypeContainer>;
|
|
55107
|
-
name: GraphIntegrationProviderType;
|
|
55108
|
-
};
|
|
55109
|
-
export type GraphIntegrationDetailedEntityTypeContainer = {
|
|
55110
|
-
__typename?: 'GraphIntegrationDetailedEntityTypeContainer';
|
|
55111
|
-
ati: Scalars['String']['output'];
|
|
55112
|
-
name: GraphIntegrationProviderType;
|
|
55202
|
+
name: GraphIntegrationEntityType;
|
|
55113
55203
|
};
|
|
55114
55204
|
export type GraphIntegrationDirectoryFilterDimension = {
|
|
55115
55205
|
__typename?: 'GraphIntegrationDirectoryFilterDimension';
|
|
@@ -55151,6 +55241,44 @@ export declare enum GraphIntegrationDirectoryItemType {
|
|
|
55151
55241
|
PlatformSkill = "PLATFORM_SKILL",
|
|
55152
55242
|
Skill = "SKILL"
|
|
55153
55243
|
}
|
|
55244
|
+
export declare enum GraphIntegrationEntityType {
|
|
55245
|
+
Branch = "BRANCH",
|
|
55246
|
+
BuildInfo = "BUILD_INFO",
|
|
55247
|
+
CalendarEvent = "CALENDAR_EVENT",
|
|
55248
|
+
Campaign = "CAMPAIGN",
|
|
55249
|
+
Case = "CASE",
|
|
55250
|
+
Comment = "COMMENT",
|
|
55251
|
+
Commit = "COMMIT",
|
|
55252
|
+
Conversation = "CONVERSATION",
|
|
55253
|
+
CustomerContact = "CUSTOMER_CONTACT",
|
|
55254
|
+
CustomerOrganization = "CUSTOMER_ORGANIZATION",
|
|
55255
|
+
Dashboard = "DASHBOARD",
|
|
55256
|
+
DataTable = "DATA_TABLE",
|
|
55257
|
+
Deal = "DEAL",
|
|
55258
|
+
DeploymentInfo = "DEPLOYMENT_INFO",
|
|
55259
|
+
Design = "DESIGN",
|
|
55260
|
+
DevopsComponent = "DEVOPS_COMPONENT",
|
|
55261
|
+
Document = "DOCUMENT",
|
|
55262
|
+
FeatureFlag = "FEATURE_FLAG",
|
|
55263
|
+
Incident = "INCIDENT",
|
|
55264
|
+
Lead = "LEAD",
|
|
55265
|
+
Message = "MESSAGE",
|
|
55266
|
+
Organisation = "ORGANISATION",
|
|
55267
|
+
Position = "POSITION",
|
|
55268
|
+
PostIncidentReview = "POST_INCIDENT_REVIEW",
|
|
55269
|
+
Project = "PROJECT",
|
|
55270
|
+
PullRequest = "PULL_REQUEST",
|
|
55271
|
+
RemoteLink = "REMOTE_LINK",
|
|
55272
|
+
Repository = "REPOSITORY",
|
|
55273
|
+
ServicenowBusinessApp = "SERVICENOW_BUSINESS_APP",
|
|
55274
|
+
SoftwareService = "SOFTWARE_SERVICE",
|
|
55275
|
+
Space = "SPACE",
|
|
55276
|
+
User = "USER",
|
|
55277
|
+
Video = "VIDEO",
|
|
55278
|
+
Vulnerability = "VULNERABILITY",
|
|
55279
|
+
Worker = "WORKER",
|
|
55280
|
+
WorkItem = "WORK_ITEM"
|
|
55281
|
+
}
|
|
55154
55282
|
export type GraphIntegrationExternalProviderAction = {
|
|
55155
55283
|
__typename?: 'GraphIntegrationExternalProviderAction';
|
|
55156
55284
|
id: Scalars['String']['output'];
|
|
@@ -55224,6 +55352,7 @@ export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateNode = {
|
|
|
55224
55352
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
55225
55353
|
isInstalled: Scalars['Boolean']['output'];
|
|
55226
55354
|
serverUrl: Scalars['String']['output'];
|
|
55355
|
+
supportedAuthTypes: Array<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
|
|
55227
55356
|
templateId: Scalars['String']['output'];
|
|
55228
55357
|
};
|
|
55229
55358
|
export type GraphIntegrationMcpAdminManagementExtraInputEntry = {
|
|
@@ -55576,16 +55705,28 @@ export declare enum GraphIntegrationProviderNamespace {
|
|
|
55576
55705
|
}
|
|
55577
55706
|
export declare enum GraphIntegrationProviderType {
|
|
55578
55707
|
Builds = "BUILDS",
|
|
55708
|
+
Calendars = "CALENDARS",
|
|
55709
|
+
Comments = "COMMENTS",
|
|
55710
|
+
Conversations = "CONVERSATIONS",
|
|
55711
|
+
Crms = "CRMS",
|
|
55712
|
+
Dashboards = "DASHBOARDS",
|
|
55713
|
+
DataTables = "DATA_TABLES",
|
|
55579
55714
|
Deployments = "DEPLOYMENTS",
|
|
55580
55715
|
Designs = "DESIGNS",
|
|
55581
55716
|
DevelopmentInfo = "DEVELOPMENT_INFO",
|
|
55582
55717
|
DevopsComponents = "DEVOPS_COMPONENTS",
|
|
55583
55718
|
Documentation = "DOCUMENTATION",
|
|
55584
55719
|
FeatureFlags = "FEATURE_FLAGS",
|
|
55720
|
+
GraphProvider = "GRAPH_PROVIDER",
|
|
55721
|
+
Hris = "HRIS",
|
|
55585
55722
|
Operations = "OPERATIONS",
|
|
55723
|
+
Projects = "PROJECTS",
|
|
55586
55724
|
RemoteLinks = "REMOTE_LINKS",
|
|
55587
|
-
|
|
55588
|
-
|
|
55725
|
+
Security = "SECURITY",
|
|
55726
|
+
SoftwareServices = "SOFTWARE_SERVICES",
|
|
55727
|
+
Spaces = "SPACES",
|
|
55728
|
+
Videos = "VIDEOS",
|
|
55729
|
+
WorkItems = "WORK_ITEMS"
|
|
55589
55730
|
}
|
|
55590
55731
|
export type GraphIntegrationRbacCreateRecordInput = {
|
|
55591
55732
|
cloudId: Scalars['ID']['input'];
|
|
@@ -55851,6 +55992,15 @@ export type GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings = {
|
|
|
55851
55992
|
__typename?: 'GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings';
|
|
55852
55993
|
settings: Array<GraphIntegrationTwgPlatformCapabilityGlobalAdminSetting>;
|
|
55853
55994
|
};
|
|
55995
|
+
export declare enum GraphIntegrationTwgProductAccessMode {
|
|
55996
|
+
DefaultAllow = "DEFAULT_ALLOW",
|
|
55997
|
+
DefaultDeny = "DEFAULT_DENY"
|
|
55998
|
+
}
|
|
55999
|
+
export type GraphIntegrationTwgProductAdminSettings = {
|
|
56000
|
+
__typename?: 'GraphIntegrationTwgProductAdminSettings';
|
|
56001
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56002
|
+
productAri: Scalars['ID']['output'];
|
|
56003
|
+
};
|
|
55854
56004
|
export type GraphIntegrationUpdateConnectionPayload = Payload & {
|
|
55855
56005
|
__typename?: 'GraphIntegrationUpdateConnectionPayload';
|
|
55856
56006
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -55876,6 +56026,17 @@ export type GraphIntegrationUpdateSkillInput = {
|
|
|
55876
56026
|
tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
|
|
55877
56027
|
visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
|
|
55878
56028
|
};
|
|
56029
|
+
export type GraphIntegrationUpdateTwgProductAdminSettingsInput = {
|
|
56030
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56031
|
+
contextAri: Scalars['ID']['input'];
|
|
56032
|
+
productAri: Scalars['ID']['input'];
|
|
56033
|
+
};
|
|
56034
|
+
export type GraphIntegrationUpdateTwgProductAdminSettingsPayload = Payload & {
|
|
56035
|
+
__typename?: 'GraphIntegrationUpdateTwgProductAdminSettingsPayload';
|
|
56036
|
+
accessMode: GraphIntegrationTwgProductAccessMode;
|
|
56037
|
+
errors?: Maybe<Array<MutationError>>;
|
|
56038
|
+
success: Scalars['Boolean']['output'];
|
|
56039
|
+
};
|
|
55879
56040
|
export type GraphIssueAssociatedDesignPayload = Payload & {
|
|
55880
56041
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
55881
56042
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -123796,6 +123957,9 @@ export type JiraAgentsInSpace = {
|
|
|
123796
123957
|
agents?: Maybe<JiraAgentInSpaceConnection>;
|
|
123797
123958
|
sourceStatuses: Array<JiraAgentInSpaceSourceStatus>;
|
|
123798
123959
|
};
|
|
123960
|
+
export type JiraAgentsInSpaceFilter = {
|
|
123961
|
+
nameContains?: InputMaybe<Scalars['String']['input']>;
|
|
123962
|
+
};
|
|
123799
123963
|
export type JiraAgentsInSpaceIdentifier = {
|
|
123800
123964
|
cloudId: Scalars['ID']['input'];
|
|
123801
123965
|
projectKey: Scalars['String']['input'];
|
|
@@ -123986,6 +124150,7 @@ export type JiraAlignAggProject = HasMercuryProjectFields & Node & {
|
|
|
123986
124150
|
mercuryProjectStatus?: Maybe<MercuryProjectStatus>;
|
|
123987
124151
|
mercuryProjectType?: Maybe<MercuryProjectType>;
|
|
123988
124152
|
mercuryProjectUrl?: Maybe<Scalars['URL']['output']>;
|
|
124153
|
+
mercuryStartDate?: Maybe<Scalars['DateTime']['output']>;
|
|
123989
124154
|
mercuryTargetDate?: Maybe<Scalars['String']['output']>;
|
|
123990
124155
|
mercuryTargetDateEnd?: Maybe<Scalars['DateTime']['output']>;
|
|
123991
124156
|
mercuryTargetDateStart?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -126596,9 +126761,47 @@ export type JiraBulkMergeValidationResponse = {
|
|
|
126596
126761
|
success: Scalars['Boolean']['output'];
|
|
126597
126762
|
};
|
|
126598
126763
|
export type JiraBulkMergeValidationResult = JiraBulkMergeValidationResponse | QueryError;
|
|
126764
|
+
export type JiraBulkMoveClassificationEntryInput = {
|
|
126765
|
+
sourceClassificationIds: Array<Scalars['ID']['input']>;
|
|
126766
|
+
targetClassificationId: Scalars['ID']['input'];
|
|
126767
|
+
};
|
|
126768
|
+
export type JiraBulkMoveClassificationMappingInput = {
|
|
126769
|
+
classifications: Array<JiraBulkMoveClassificationEntryInput>;
|
|
126770
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126771
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126772
|
+
};
|
|
126773
|
+
export type JiraBulkMoveInput = {
|
|
126774
|
+
inferClassificationDefaults: Scalars['Boolean']['input'];
|
|
126775
|
+
inferFieldDefaults: Scalars['Boolean']['input'];
|
|
126776
|
+
inferStatusDefaults: Scalars['Boolean']['input'];
|
|
126777
|
+
inferSubtaskTypeDefault: Scalars['Boolean']['input'];
|
|
126778
|
+
inputId: Scalars['String']['input'];
|
|
126779
|
+
selectedIssueIds: Array<Scalars['ID']['input']>;
|
|
126780
|
+
targetClassification?: InputMaybe<Array<JiraBulkMoveClassificationMappingInput>>;
|
|
126781
|
+
targetIssueTypeId: Scalars['ID']['input'];
|
|
126782
|
+
targetMandatoryFields?: InputMaybe<Array<JiraBulkMoveMandatoryFieldsMappingInput>>;
|
|
126783
|
+
targetParentIssueId?: InputMaybe<Scalars['ID']['input']>;
|
|
126784
|
+
targetProjectId: Scalars['ID']['input'];
|
|
126785
|
+
targetStatus?: InputMaybe<Array<JiraBulkMoveStatusMappingInput>>;
|
|
126786
|
+
};
|
|
126787
|
+
export type JiraBulkMoveMandatoryFieldsMappingInput = {
|
|
126788
|
+
fields: JiraIssueFieldsInput;
|
|
126789
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126790
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126791
|
+
};
|
|
126792
|
+
export type JiraBulkMoveStatusEntryInput = {
|
|
126793
|
+
sourceStatusIds: Array<Scalars['ID']['input']>;
|
|
126794
|
+
targetStatusId: Scalars['ID']['input'];
|
|
126795
|
+
};
|
|
126796
|
+
export type JiraBulkMoveStatusMappingInput = {
|
|
126797
|
+
sourceIssueTypeId?: InputMaybe<Scalars['ID']['input']>;
|
|
126798
|
+
sourceProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
126799
|
+
statuses: Array<JiraBulkMoveStatusEntryInput>;
|
|
126800
|
+
};
|
|
126599
126801
|
export type JiraBulkOperationInput = {
|
|
126600
126802
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
126601
126803
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
126804
|
+
bulkMoveInput?: InputMaybe<JiraSubmitBulkMoveOperationInput>;
|
|
126602
126805
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
126603
126806
|
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
126604
126807
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -126606,6 +126809,7 @@ export type JiraBulkOperationInput = {
|
|
|
126606
126809
|
export declare enum JiraBulkOperationType {
|
|
126607
126810
|
BulkDelete = "BULK_DELETE",
|
|
126608
126811
|
BulkEdit = "BULK_EDIT",
|
|
126812
|
+
BulkMove = "BULK_MOVE",
|
|
126609
126813
|
BulkTransition = "BULK_TRANSITION",
|
|
126610
126814
|
BulkUnwatch = "BULK_UNWATCH",
|
|
126611
126815
|
BulkWatch = "BULK_WATCH"
|
|
@@ -126649,6 +126853,7 @@ export type JiraBulkStartAgentSessionsInput = {
|
|
|
126649
126853
|
};
|
|
126650
126854
|
export type JiraBulkStartAgentSessionsPayload = Payload & {
|
|
126651
126855
|
__typename?: 'JiraBulkStartAgentSessionsPayload';
|
|
126856
|
+
alreadyStartedCount: Scalars['Int']['output'];
|
|
126652
126857
|
errors?: Maybe<Array<MutationError>>;
|
|
126653
126858
|
failedCount: Scalars['Int']['output'];
|
|
126654
126859
|
rateLimitedCount: Scalars['Int']['output'];
|
|
@@ -148576,6 +148781,7 @@ export type JiraStakeholderUpdatedValue = {
|
|
|
148576
148781
|
message?: Maybe<Scalars['String']['output']>;
|
|
148577
148782
|
};
|
|
148578
148783
|
export declare enum JiraStartAgentSessionResult {
|
|
148784
|
+
AlreadyStarted = "ALREADY_STARTED",
|
|
148579
148785
|
Failed = "FAILED",
|
|
148580
148786
|
RateLimited = "RATE_LIMITED",
|
|
148581
148787
|
Skipped = "SKIPPED",
|
|
@@ -148747,6 +148953,9 @@ export type JiraStreamHubResourceIdentifier = {
|
|
|
148747
148953
|
__typename?: 'JiraStreamHubResourceIdentifier';
|
|
148748
148954
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
148749
148955
|
};
|
|
148956
|
+
export type JiraSubmitBulkMoveOperationInput = {
|
|
148957
|
+
bulkMoveInputs: Array<JiraBulkMoveInput>;
|
|
148958
|
+
};
|
|
148750
148959
|
export type JiraSubmitBulkOperationInput = {
|
|
148751
148960
|
bulkOperationInput: JiraBulkOperationInput;
|
|
148752
148961
|
bulkOperationType: JiraBulkOperationType;
|
|
@@ -153408,6 +153617,10 @@ export type JsmAdaptiveLanguageQueryApi = {
|
|
|
153408
153617
|
export type JsmAdaptiveLanguageQueryApiGlossaryForProjectArgs = {
|
|
153409
153618
|
projectAri: Scalars['ID']['input'];
|
|
153410
153619
|
};
|
|
153620
|
+
export declare enum JsmChannelsAuthMode {
|
|
153621
|
+
Application = "APPLICATION",
|
|
153622
|
+
Delegated = "DELEGATED"
|
|
153623
|
+
}
|
|
153411
153624
|
export type JsmChannelsConditionNode = JsmChannelsPlanNode & {
|
|
153412
153625
|
__typename?: 'JsmChannelsConditionNode';
|
|
153413
153626
|
customPlanNodeAttributes?: Maybe<Array<JsmChannelsCustomPlanNodeAttribute>>;
|
|
@@ -153452,6 +153665,7 @@ export type JsmChannelsEnabledRovoServiceToolsConfiguration = {
|
|
|
153452
153665
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
153453
153666
|
};
|
|
153454
153667
|
export type JsmChannelsEstablishConnectionInput = {
|
|
153668
|
+
authMode?: InputMaybe<JsmChannelsAuthMode>;
|
|
153455
153669
|
clientId: Scalars['String']['input'];
|
|
153456
153670
|
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
153457
153671
|
connectionType: JsmChannelsConnectionType;
|
|
@@ -156157,7 +156371,7 @@ export type KitsuneFieldEdge = KitsuneEdge & {
|
|
|
156157
156371
|
export type KitsuneFieldOptionUpdateInput = {
|
|
156158
156372
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
156159
156373
|
id: Scalars['ID']['input'];
|
|
156160
|
-
name
|
|
156374
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
156161
156375
|
};
|
|
156162
156376
|
export type KitsuneFieldOptionsInput = {
|
|
156163
156377
|
create?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -164634,6 +164848,12 @@ export type MercuryAskConnection = {
|
|
|
164634
164848
|
pageInfo: PageInfo;
|
|
164635
164849
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
164636
164850
|
};
|
|
164851
|
+
export type MercuryAskCustomFieldActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
|
|
164852
|
+
__typename?: 'MercuryAskCustomFieldActivityHistoryMetadata';
|
|
164853
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
164854
|
+
kind: MercuryActivityHistoryUpdatedFieldKind;
|
|
164855
|
+
searchKey: Scalars['String']['output'];
|
|
164856
|
+
};
|
|
164637
164857
|
export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
|
|
164638
164858
|
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
164639
164859
|
entityType: Scalars['String']['output'];
|
|
@@ -164651,6 +164871,14 @@ export declare enum MercuryAskEventType {
|
|
|
164651
164871
|
}
|
|
164652
164872
|
export declare enum MercuryAskField {
|
|
164653
164873
|
ConnectedWork = "CONNECTED_WORK",
|
|
164874
|
+
CustomCheckbox = "CUSTOM_CHECKBOX",
|
|
164875
|
+
CustomDate = "CUSTOM_DATE",
|
|
164876
|
+
CustomMultiSelect = "CUSTOM_MULTI_SELECT",
|
|
164877
|
+
CustomMultiUser = "CUSTOM_MULTI_USER",
|
|
164878
|
+
CustomNumber = "CUSTOM_NUMBER",
|
|
164879
|
+
CustomSingleSelect = "CUSTOM_SINGLE_SELECT",
|
|
164880
|
+
CustomSingleUser = "CUSTOM_SINGLE_USER",
|
|
164881
|
+
CustomText = "CUSTOM_TEXT",
|
|
164654
164882
|
Description = "DESCRIPTION",
|
|
164655
164883
|
ImpactedWork = "IMPACTED_WORK",
|
|
164656
164884
|
Justification = "JUSTIFICATION",
|
|
@@ -164774,6 +165002,7 @@ export type MercuryAskTransition = {
|
|
|
164774
165002
|
export type MercuryAskUpdatedField = {
|
|
164775
165003
|
__typename?: 'MercuryAskUpdatedField';
|
|
164776
165004
|
field: MercuryAskField;
|
|
165005
|
+
metadata?: Maybe<Array<MercuryActivityHistoryMetadata>>;
|
|
164777
165006
|
newData?: Maybe<MercuryAskActivityHistoryData>;
|
|
164778
165007
|
newValue?: Maybe<Scalars['String']['output']>;
|
|
164779
165008
|
oldData?: Maybe<MercuryAskActivityHistoryData>;
|
|
@@ -167295,8 +167524,10 @@ export type MercuryFocusAreaInsight = MercuryInsight & {
|
|
|
167295
167524
|
id: Scalars['ID']['output'];
|
|
167296
167525
|
insightData?: Maybe<MercuryFocusArea>;
|
|
167297
167526
|
insightReason: Scalars['String']['output'];
|
|
167527
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
167298
167528
|
summary?: Maybe<Scalars['String']['output']>;
|
|
167299
167529
|
title?: Maybe<Scalars['String']['output']>;
|
|
167530
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
167300
167531
|
};
|
|
167301
167532
|
export type MercuryFocusAreaInsightsFilter = {
|
|
167302
167533
|
insightType?: InputMaybe<MercuryInsightTypeEnum>;
|
|
@@ -168040,13 +168271,17 @@ export type MercuryGoalAggregatedStatusCount = {
|
|
|
168040
168271
|
export type MercuryGoalInsight = MercuryInsight & {
|
|
168041
168272
|
__typename?: 'MercuryGoalInsight';
|
|
168042
168273
|
ari: Scalars['ID']['output'];
|
|
168274
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168275
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168043
168276
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168044
168277
|
focusAreaId: Scalars['ID']['output'];
|
|
168045
168278
|
id: Scalars['ID']['output'];
|
|
168046
168279
|
insightData?: Maybe<TownsquareGoal>;
|
|
168047
168280
|
insightReason: Scalars['String']['output'];
|
|
168281
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168048
168282
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168049
168283
|
title?: Maybe<Scalars['String']['output']>;
|
|
168284
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168050
168285
|
};
|
|
168051
168286
|
export declare enum MercuryGoalStatus {
|
|
168052
168287
|
Archived = "ARCHIVED",
|
|
@@ -168140,8 +168375,10 @@ export declare enum MercuryImportJobStatus {
|
|
|
168140
168375
|
export type MercuryInsight = {
|
|
168141
168376
|
id: Scalars['ID']['output'];
|
|
168142
168377
|
insightReason: Scalars['String']['output'];
|
|
168378
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168143
168379
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168144
168380
|
title?: Maybe<Scalars['String']['output']>;
|
|
168381
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168145
168382
|
};
|
|
168146
168383
|
export type MercuryInsightObject = MercuryFocusAreaInsight | MercuryGoalInsight | MercuryJiraAlignProjectInsight | MercuryJiraIssueInsight | MercuryTownsquareProjectInsight;
|
|
168147
168384
|
export type MercuryInsightObjectConnection = {
|
|
@@ -168301,13 +168538,17 @@ export declare enum MercuryInviteStatus {
|
|
|
168301
168538
|
export type MercuryJiraAlignProjectInsight = MercuryInsight & {
|
|
168302
168539
|
__typename?: 'MercuryJiraAlignProjectInsight';
|
|
168303
168540
|
ari: Scalars['ID']['output'];
|
|
168541
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168542
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168304
168543
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168305
168544
|
focusAreaId: Scalars['ID']['output'];
|
|
168306
168545
|
id: Scalars['ID']['output'];
|
|
168307
168546
|
insightData?: Maybe<JiraAlignAggProject>;
|
|
168308
168547
|
insightReason: Scalars['String']['output'];
|
|
168548
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168309
168549
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168310
168550
|
title?: Maybe<Scalars['String']['output']>;
|
|
168551
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168311
168552
|
};
|
|
168312
168553
|
export type MercuryJiraAlignProjectType = {
|
|
168313
168554
|
__typename?: 'MercuryJiraAlignProjectType';
|
|
@@ -168333,13 +168574,17 @@ export type MercuryJiraAlignProviderQueryApiUserAccessibleJiraAlignProjectTypesA
|
|
|
168333
168574
|
export type MercuryJiraIssueInsight = MercuryInsight & {
|
|
168334
168575
|
__typename?: 'MercuryJiraIssueInsight';
|
|
168335
168576
|
ari: Scalars['ID']['output'];
|
|
168577
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
168578
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
168336
168579
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
168337
168580
|
focusAreaId: Scalars['ID']['output'];
|
|
168338
168581
|
id: Scalars['ID']['output'];
|
|
168339
168582
|
insightData?: Maybe<JiraIssue>;
|
|
168340
168583
|
insightReason: Scalars['String']['output'];
|
|
168584
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
168341
168585
|
summary?: Maybe<Scalars['String']['output']>;
|
|
168342
168586
|
title?: Maybe<Scalars['String']['output']>;
|
|
168587
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
168343
168588
|
};
|
|
168344
168589
|
export type MercuryJiraProviderMappingContext = {
|
|
168345
168590
|
__typename?: 'MercuryJiraProviderMappingContext';
|
|
@@ -169412,6 +169657,11 @@ export declare enum MercuryOrganizationPermission {
|
|
|
169412
169657
|
Export = "EXPORT",
|
|
169413
169658
|
ViewFund = "VIEW_FUND"
|
|
169414
169659
|
}
|
|
169660
|
+
export declare enum MercuryOrganizationPlanAuthorityPosition {
|
|
169661
|
+
AbovePlanningAuthority = "ABOVE_PLANNING_AUTHORITY",
|
|
169662
|
+
AtPlanningAuthority = "AT_PLANNING_AUTHORITY",
|
|
169663
|
+
BelowPlanningAuthority = "BELOW_PLANNING_AUTHORITY"
|
|
169664
|
+
}
|
|
169415
169665
|
export type MercuryOrganizationPlans = {
|
|
169416
169666
|
__typename?: 'MercuryOrganizationPlans';
|
|
169417
169667
|
organizationId: Scalars['ID']['output'];
|
|
@@ -170103,6 +170353,7 @@ export type MercuryPlan = Node & {
|
|
|
170103
170353
|
isSystemManaged: Scalars['Boolean']['output'];
|
|
170104
170354
|
memberCountAllocationTotals: Array<MercuryPlanMemberCountAllocationComputedByPlan>;
|
|
170105
170355
|
organizationId: Scalars['ID']['output'];
|
|
170356
|
+
organizationPlanAuthority?: Maybe<MercuryPlanOrganizationAuthority>;
|
|
170106
170357
|
startDate: Scalars['Date']['output'];
|
|
170107
170358
|
type: MercuryPlanType;
|
|
170108
170359
|
};
|
|
@@ -170111,6 +170362,9 @@ export type MercuryPlanFocusAreaLinksArgs = {
|
|
|
170111
170362
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
170112
170363
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
170113
170364
|
};
|
|
170365
|
+
export type MercuryPlanOrganizationPlanAuthorityArgs = {
|
|
170366
|
+
viewingOrganizationId?: InputMaybe<Scalars['ID']['input']>;
|
|
170367
|
+
};
|
|
170114
170368
|
export type MercuryPlanAuthoritySetting = {
|
|
170115
170369
|
__typename?: 'MercuryPlanAuthoritySetting';
|
|
170116
170370
|
focusAreaType?: Maybe<MercuryFocusAreaType>;
|
|
@@ -170192,6 +170446,10 @@ export type MercuryPlanMemberCountAllocationToFocusAreaInput = {
|
|
|
170192
170446
|
focusAreaId: Scalars['ID']['input'];
|
|
170193
170447
|
memberCountAllocations: Array<MercuryPlanMemberCountAllocationInput>;
|
|
170194
170448
|
};
|
|
170449
|
+
export type MercuryPlanOrganizationAuthority = {
|
|
170450
|
+
__typename?: 'MercuryPlanOrganizationAuthority';
|
|
170451
|
+
organizationPlanAuthorityPosition?: Maybe<MercuryOrganizationPlanAuthorityPosition>;
|
|
170452
|
+
};
|
|
170195
170453
|
export declare enum MercuryPlanType {
|
|
170196
170454
|
Baseline = "BASELINE",
|
|
170197
170455
|
Draft = "DRAFT"
|
|
@@ -172327,13 +172585,17 @@ export type MercuryThreadedCommentEdge = {
|
|
|
172327
172585
|
export type MercuryTownsquareProjectInsight = MercuryInsight & {
|
|
172328
172586
|
__typename?: 'MercuryTownsquareProjectInsight';
|
|
172329
172587
|
ari: Scalars['ID']['output'];
|
|
172588
|
+
connectedFocusAreaIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
172589
|
+
connectedFocusAreas?: Maybe<Array<Maybe<MercuryFocusArea>>>;
|
|
172330
172590
|
focusArea?: Maybe<MercuryFocusArea>;
|
|
172331
172591
|
focusAreaId: Scalars['ID']['output'];
|
|
172332
172592
|
id: Scalars['ID']['output'];
|
|
172333
172593
|
insightData?: Maybe<TownsquareProject>;
|
|
172334
172594
|
insightReason: Scalars['String']['output'];
|
|
172595
|
+
insightReasons?: Maybe<Array<Scalars['String']['output']>>;
|
|
172335
172596
|
summary?: Maybe<Scalars['String']['output']>;
|
|
172336
172597
|
title?: Maybe<Scalars['String']['output']>;
|
|
172598
|
+
weight?: Maybe<Scalars['Float']['output']>;
|
|
172337
172599
|
};
|
|
172338
172600
|
export type MercuryTransitionChangeProposalPayload = Payload & {
|
|
172339
172601
|
__typename?: 'MercuryTransitionChangeProposalPayload';
|
|
@@ -173928,6 +174190,7 @@ export type Mutation = {
|
|
|
173928
174190
|
aiops_regenerateIncidentSuggestion?: Maybe<AiOpsRegenerateIncidentSuggestionPayload>;
|
|
173929
174191
|
aiops_terminateInvestigation?: Maybe<AiOpsInvestigation>;
|
|
173930
174192
|
aiops_triggerInvestigation?: Maybe<AiOpsCreateInvestigationPayload>;
|
|
174193
|
+
aiplanner_restorePlan?: Maybe<Scalars['String']['output']>;
|
|
173931
174194
|
appRecommendations?: Maybe<AppRecMutation>;
|
|
173932
174195
|
appStorage?: Maybe<AppStorageMutation>;
|
|
173933
174196
|
appStorageCustomEntity?: Maybe<AppStorageCustomEntityMutation>;
|
|
@@ -174210,6 +174473,7 @@ export type Mutation = {
|
|
|
174210
174473
|
confluence_nbmUploadTransformerConfig?: Maybe<ConfluenceNbmUploadTransformerConfigPayload>;
|
|
174211
174474
|
confluence_notifyContentOwner?: Maybe<ConfluenceNotifyContentOwnerPayload>;
|
|
174212
174475
|
confluence_patchCalendar?: Maybe<ConfluencePatchCalendarPayload>;
|
|
174476
|
+
confluence_patchFolder?: Maybe<ConfluencePatchFolderPayload>;
|
|
174213
174477
|
confluence_patchSpaceSettings?: Maybe<ConfluencePatchSpaceSettingsPayload>;
|
|
174214
174478
|
confluence_publishBlueprintSharedDraft?: Maybe<ConfluencePublishBlueprintSharedDraftPayload>;
|
|
174215
174479
|
confluence_publishDraftWithApprovalReviewTransfer?: Maybe<ConfluenceWorkflowApplicationPayload>;
|
|
@@ -174475,11 +174739,13 @@ export type Mutation = {
|
|
|
174475
174739
|
devai_autodevNextCompleteWorkItemRefinement?: Maybe<DevAiAutodevNextCompleteWorkItemRefinementPayload>;
|
|
174476
174740
|
devai_autodevNextCreateSuggestedClassificationRepository?: Maybe<DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload>;
|
|
174477
174741
|
devai_autodevNextCreateWorkstream?: Maybe<DevAiAutodevNextCreateWorkstreamPayload>;
|
|
174742
|
+
devai_autodevNextDeleteSuggestedClassificationRepository?: Maybe<DevAiAutodevNextDeleteSuggestedClassificationRepositoryPayload>;
|
|
174478
174743
|
devai_autodevNextDeleteWorkstream?: Maybe<DevAiAutodevNextDeleteWorkstreamPayload>;
|
|
174479
174744
|
devai_autodevNextReassignWorkItem?: Maybe<DevAiAutodevNextReassignWorkItemPayload>;
|
|
174480
174745
|
devai_autodevNextRemoveExcludedRepositories?: Maybe<DevAiAutodevNextRemoveExcludedRepositoriesPayload>;
|
|
174481
174746
|
devai_autodevNextRemoveMembers?: Maybe<DevAiAutodevNextRemoveMembersPayload>;
|
|
174482
174747
|
devai_autodevNextRemoveProjects?: Maybe<DevAiAutodevNextRemoveProjectsPayload>;
|
|
174748
|
+
devai_autodevNextResetWorkItemClassification?: Maybe<DevAiAutodevNextResetWorkItemClassificationPayload>;
|
|
174483
174749
|
devai_autodevNextSendWorkstreamNudges?: Maybe<DevAiAutodevNextSendWorkstreamNudgesPayload>;
|
|
174484
174750
|
devai_autodevNextTriggerWorkstreamScan?: Maybe<DevAiAutodevNextTriggerWorkstreamScanPayload>;
|
|
174485
174751
|
devai_autodevNextUnassignWorkItem?: Maybe<DevAiAutodevNextUnassignWorkItemPayload>;
|
|
@@ -174633,6 +174899,7 @@ export type Mutation = {
|
|
|
174633
174899
|
graphIntegration_setTwgPlatformCapabilityGlobalAdminSetting?: Maybe<GraphIntegrationSetTwgPlatformCapabilityGlobalAdminSettingPayload>;
|
|
174634
174900
|
graphIntegration_updateDataConnectorConnection?: Maybe<GraphIntegrationUpdateConnectionPayload>;
|
|
174635
174901
|
graphIntegration_updateSkill?: Maybe<GraphIntegrationSkillMutationPayload>;
|
|
174902
|
+
graphIntegration_updateTwgProductAdminSettings?: Maybe<GraphIntegrationUpdateTwgProductAdminSettingsPayload>;
|
|
174636
174903
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
174637
174904
|
graphStoreV2?: Maybe<GraphStoreV2Mutation>;
|
|
174638
174905
|
graphStoreV2_createAtlassianHomeTagIsAliasOfAtlassianHomeTag?: Maybe<GraphStoreV2CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagPayload>;
|
|
@@ -175247,6 +175514,7 @@ export type Mutation = {
|
|
|
175247
175514
|
psm_linkSensorKbArticles?: Maybe<PsmLinkSensorKbArticlesPayload>;
|
|
175248
175515
|
psm_onboardTenant?: Maybe<PsmOnboardTenantPayload>;
|
|
175249
175516
|
psm_registerDevice?: Maybe<PsmRegisterDevicePayload>;
|
|
175517
|
+
psm_triggerRemediation?: Maybe<PsmTriggerRemediationPayload>;
|
|
175250
175518
|
psm_updateSensorEnablement?: Maybe<PsmUpdateSensorEnablementPayload>;
|
|
175251
175519
|
publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
|
|
175252
175520
|
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
|
|
@@ -176086,6 +176354,10 @@ export type MutationAiops_TriggerInvestigationArgs = {
|
|
|
176086
176354
|
cloudId: Scalars['ID']['input'];
|
|
176087
176355
|
input: AiOpsTriggerInvestigationInput;
|
|
176088
176356
|
};
|
|
176357
|
+
export type MutationAiplanner_RestorePlanArgs = {
|
|
176358
|
+
cloudId: Scalars['String']['input'];
|
|
176359
|
+
planId: Scalars['String']['input'];
|
|
176360
|
+
};
|
|
176089
176361
|
export type MutationAppStorage_AdminArgs = {
|
|
176090
176362
|
appId: Scalars['ID']['input'];
|
|
176091
176363
|
};
|
|
@@ -177156,6 +177428,10 @@ export type MutationConfluence_PatchCalendarArgs = {
|
|
|
177156
177428
|
cloudId: Scalars['ID']['input'];
|
|
177157
177429
|
input: ConfluencePatchCalendarInput;
|
|
177158
177430
|
};
|
|
177431
|
+
export type MutationConfluence_PatchFolderArgs = {
|
|
177432
|
+
cloudId: Scalars['ID']['input'];
|
|
177433
|
+
input: ConfluencePatchFolderInput;
|
|
177434
|
+
};
|
|
177159
177435
|
export type MutationConfluence_PatchSpaceSettingsArgs = {
|
|
177160
177436
|
cloudId: Scalars['ID']['input'];
|
|
177161
177437
|
input: ConfluencePatchSpaceSettingsInput;
|
|
@@ -178148,6 +178424,9 @@ export type MutationDevai_AutodevNextCreateSuggestedClassificationRepositoryArgs
|
|
|
178148
178424
|
export type MutationDevai_AutodevNextCreateWorkstreamArgs = {
|
|
178149
178425
|
input: DevAiAutodevNextCreateWorkstreamInput;
|
|
178150
178426
|
};
|
|
178427
|
+
export type MutationDevai_AutodevNextDeleteSuggestedClassificationRepositoryArgs = {
|
|
178428
|
+
input: DevAiAutodevNextDeleteSuggestedClassificationRepositoryInput;
|
|
178429
|
+
};
|
|
178151
178430
|
export type MutationDevai_AutodevNextDeleteWorkstreamArgs = {
|
|
178152
178431
|
input: DevAiAutodevNextDeleteWorkstreamInput;
|
|
178153
178432
|
};
|
|
@@ -178163,6 +178442,9 @@ export type MutationDevai_AutodevNextRemoveMembersArgs = {
|
|
|
178163
178442
|
export type MutationDevai_AutodevNextRemoveProjectsArgs = {
|
|
178164
178443
|
input: DevAiAutodevNextRemoveProjectsInput;
|
|
178165
178444
|
};
|
|
178445
|
+
export type MutationDevai_AutodevNextResetWorkItemClassificationArgs = {
|
|
178446
|
+
input: DevAiAutodevNextResetWorkItemClassificationInput;
|
|
178447
|
+
};
|
|
178166
178448
|
export type MutationDevai_AutodevNextSendWorkstreamNudgesArgs = {
|
|
178167
178449
|
input: DevAiAutodevNextSendWorkstreamNudgesInput;
|
|
178168
178450
|
};
|
|
@@ -178640,6 +178922,9 @@ export type MutationGraphIntegration_UpdateDataConnectorConnectionArgs = {
|
|
|
178640
178922
|
export type MutationGraphIntegration_UpdateSkillArgs = {
|
|
178641
178923
|
input: GraphIntegrationUpdateSkillInput;
|
|
178642
178924
|
};
|
|
178925
|
+
export type MutationGraphIntegration_UpdateTwgProductAdminSettingsArgs = {
|
|
178926
|
+
input: GraphIntegrationUpdateTwgProductAdminSettingsInput;
|
|
178927
|
+
};
|
|
178643
178928
|
export type MutationGraphStoreV2_CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagArgs = {
|
|
178644
178929
|
input?: InputMaybe<GraphStoreV2CreateAtlassianHomeTagIsAliasOfAtlassianHomeTagInput>;
|
|
178645
178930
|
};
|
|
@@ -180627,6 +180912,9 @@ export type MutationPsm_OnboardTenantArgs = {
|
|
|
180627
180912
|
export type MutationPsm_RegisterDeviceArgs = {
|
|
180628
180913
|
input: PsmRegisterDeviceInput;
|
|
180629
180914
|
};
|
|
180915
|
+
export type MutationPsm_TriggerRemediationArgs = {
|
|
180916
|
+
input: PsmTriggerRemediationInput;
|
|
180917
|
+
};
|
|
180630
180918
|
export type MutationPsm_UpdateSensorEnablementArgs = {
|
|
180631
180919
|
cloudId: Scalars['ID']['input'];
|
|
180632
180920
|
input: PsmUpdateSensorEnablementInput;
|
|
@@ -184377,6 +184665,12 @@ export declare enum PsmRemediationTrigger {
|
|
|
184377
184665
|
Auto = "AUTO",
|
|
184378
184666
|
EndUser = "END_USER"
|
|
184379
184667
|
}
|
|
184668
|
+
export type PsmRemediationTriggerSummary = {
|
|
184669
|
+
__typename?: 'PsmRemediationTriggerSummary';
|
|
184670
|
+
closed?: Maybe<Array<Scalars['String']['output']>>;
|
|
184671
|
+
offline?: Maybe<Array<Scalars['String']['output']>>;
|
|
184672
|
+
queued?: Maybe<Array<Scalars['String']['output']>>;
|
|
184673
|
+
};
|
|
184380
184674
|
export type PsmSensorCategoriesInput = {
|
|
184381
184675
|
spaceId: Scalars['ID']['input'];
|
|
184382
184676
|
};
|
|
@@ -184517,6 +184811,18 @@ export type PsmTopIssue = {
|
|
|
184517
184811
|
name: Scalars['String']['output'];
|
|
184518
184812
|
severity: PsmSeverity;
|
|
184519
184813
|
};
|
|
184814
|
+
export type PsmTriggerRemediationInput = {
|
|
184815
|
+
cloudId: Scalars['ID']['input'];
|
|
184816
|
+
faultIds: Array<Scalars['String']['input']>;
|
|
184817
|
+
remediationId: Scalars['String']['input'];
|
|
184818
|
+
spaceId: Scalars['ID']['input'];
|
|
184819
|
+
};
|
|
184820
|
+
export type PsmTriggerRemediationPayload = Payload & {
|
|
184821
|
+
__typename?: 'PsmTriggerRemediationPayload';
|
|
184822
|
+
errors?: Maybe<Array<MutationError>>;
|
|
184823
|
+
success: Scalars['Boolean']['output'];
|
|
184824
|
+
summary?: Maybe<PsmRemediationTriggerSummary>;
|
|
184825
|
+
};
|
|
184520
184826
|
export type PsmTriggeredSensor = {
|
|
184521
184827
|
__typename?: 'PsmTriggeredSensor';
|
|
184522
184828
|
affectedDeviceCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -184866,6 +185172,7 @@ export type Query = {
|
|
|
184866
185172
|
admin_auditLogEventLocations?: Maybe<AdminAuditLogEventLocationConnection>;
|
|
184867
185173
|
admin_auditLogEvents?: Maybe<AdminAuditLogEventConnection>;
|
|
184868
185174
|
admin_auditLogProductMapping?: Maybe<Array<AdminAuditLogProductMapping>>;
|
|
185175
|
+
admin_auditLogUserProfiles?: Maybe<AdminUserConnection>;
|
|
184869
185176
|
admin_auditLogUsers?: Maybe<AdminUserConnection>;
|
|
184870
185177
|
admin_breachingConnectionsForUnit?: Maybe<AdminBreachingConnectionsConnection>;
|
|
184871
185178
|
admin_checkLicensesCapacity?: Maybe<AdminCheckLicensesCapacity>;
|
|
@@ -185831,6 +186138,7 @@ export type Query = {
|
|
|
185831
186138
|
graphIntegration_twgCapabilityContainer?: Maybe<GraphIntegrationTwgCapabilityContainer>;
|
|
185832
186139
|
graphIntegration_twgCapabilityContainersInContext?: Maybe<GraphIntegrationTwgCapabilityContainerConnection>;
|
|
185833
186140
|
graphIntegration_twgPlatformCapabilityGlobalAdminSettings?: Maybe<GraphIntegrationTwgPlatformCapabilityGlobalAdminSettings>;
|
|
186141
|
+
graphIntegration_twgProductAdminSettings?: Maybe<GraphIntegrationTwgProductAdminSettings>;
|
|
185834
186142
|
graphStore?: Maybe<GraphStore>;
|
|
185835
186143
|
graphStoreV2?: Maybe<GraphStoreV2>;
|
|
185836
186144
|
graphStoreV2_assetTypeHasChildAssetType?: Maybe<GraphStoreV2SimplifiedAssetTypeHasChildAssetTypeConnection>;
|
|
@@ -188768,6 +189076,13 @@ export type QueryAdmin_AuditLogEventsArgs = {
|
|
|
188768
189076
|
export type QueryAdmin_AuditLogProductMappingArgs = {
|
|
188769
189077
|
container: AdminAuditLogContainer;
|
|
188770
189078
|
};
|
|
189079
|
+
export type QueryAdmin_AuditLogUserProfilesArgs = {
|
|
189080
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
189081
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
189082
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
189083
|
+
input: AdminAuditLogUserProfilesInput;
|
|
189084
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
189085
|
+
};
|
|
188771
189086
|
export type QueryAdmin_AuditLogUsersArgs = {
|
|
188772
189087
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
188773
189088
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -190407,6 +190722,8 @@ export type QueryAssetsVertical_DepreciationRulesArgs = {
|
|
|
190407
190722
|
cloudId: Scalars['ID']['input'];
|
|
190408
190723
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
190409
190724
|
objTypeIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190725
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
190726
|
+
sort?: InputMaybe<AssetsVerticalDepreciationRulesSortInput>;
|
|
190410
190727
|
verticalInstantiationId: Scalars['ID']['input'];
|
|
190411
190728
|
};
|
|
190412
190729
|
export type QueryAssetsVertical_HardwareCountByStatusArgs = {
|
|
@@ -193373,6 +193690,10 @@ export type QueryGraphIntegration_TwgCapabilityContainersInContextArgs = {
|
|
|
193373
193690
|
export type QueryGraphIntegration_TwgPlatformCapabilityGlobalAdminSettingsArgs = {
|
|
193374
193691
|
cloudId: Scalars['ID']['input'];
|
|
193375
193692
|
};
|
|
193693
|
+
export type QueryGraphIntegration_TwgProductAdminSettingsArgs = {
|
|
193694
|
+
contextAri: Scalars['ID']['input'];
|
|
193695
|
+
productAri: Scalars['ID']['input'];
|
|
193696
|
+
};
|
|
193376
193697
|
export type QueryGraphStoreV2_AssetTypeHasChildAssetTypeArgs = {
|
|
193377
193698
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
193378
193699
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -209569,6 +209890,7 @@ export type QueryJira_AgentSpaceInstructionsArgs = {
|
|
|
209569
209890
|
export type QueryJira_AgentsInSpaceArgs = {
|
|
209570
209891
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
209571
209892
|
cloudId: Scalars['ID']['input'];
|
|
209893
|
+
filter?: InputMaybe<JiraAgentsInSpaceFilter>;
|
|
209572
209894
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209573
209895
|
input: JiraAgentsInSpaceInput;
|
|
209574
209896
|
};
|
|
@@ -226218,6 +226540,8 @@ export type TownsquareDraftUpdate = {
|
|
|
226218
226540
|
};
|
|
226219
226541
|
export type TownsquareEditGoalInput = {
|
|
226220
226542
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
226543
|
+
descriptionMeasurement?: InputMaybe<Scalars['String']['input']>;
|
|
226544
|
+
descriptionWhy?: InputMaybe<Scalars['String']['input']>;
|
|
226221
226545
|
id: Scalars['String']['input'];
|
|
226222
226546
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
226223
226547
|
owner?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -226305,6 +226629,8 @@ export type TownsquareGoal = Node & {
|
|
|
226305
226629
|
creationDate: Scalars['DateTime']['output'];
|
|
226306
226630
|
customFields?: Maybe<TownsquareCustomFieldConnection>;
|
|
226307
226631
|
description?: Maybe<Scalars['String']['output']>;
|
|
226632
|
+
descriptionMeasurement?: Maybe<Scalars['String']['output']>;
|
|
226633
|
+
descriptionWhy?: Maybe<Scalars['String']['output']>;
|
|
226308
226634
|
draftUpdate?: Maybe<TownsquareDraftUpdate>;
|
|
226309
226635
|
dueDate?: Maybe<TownsquareTargetDate>;
|
|
226310
226636
|
focusAreas?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalInverseConnection>;
|
|
@@ -226500,6 +226826,7 @@ export type TownsquareGoalAppCapabilities = {
|
|
|
226500
226826
|
canCreateUpdates?: Maybe<Scalars['Boolean']['output']>;
|
|
226501
226827
|
canExportGoals?: Maybe<Scalars['Boolean']['output']>;
|
|
226502
226828
|
canManageConnections?: Maybe<Scalars['Boolean']['output']>;
|
|
226829
|
+
canManagePeriodicMetricTargets?: Maybe<Scalars['Boolean']['output']>;
|
|
226503
226830
|
canRemoveAppLevelPermissions?: Maybe<Scalars['Boolean']['output']>;
|
|
226504
226831
|
focus?: Maybe<TownsquareFocusAppCapabilities>;
|
|
226505
226832
|
};
|
|
@@ -227295,6 +227622,8 @@ export type TownsquareGoalsEditGoalTypePairInput = {
|
|
|
227295
227622
|
export type TownsquareGoalsEditInput = {
|
|
227296
227623
|
archived?: InputMaybe<Scalars['Boolean']['input']>;
|
|
227297
227624
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
227625
|
+
descriptionMeasurement?: InputMaybe<Scalars['String']['input']>;
|
|
227626
|
+
descriptionWhy?: InputMaybe<Scalars['String']['input']>;
|
|
227298
227627
|
goalId: Scalars['ID']['input'];
|
|
227299
227628
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
227300
227629
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -234153,6 +234482,7 @@ export type TrelloMutationApi = {
|
|
|
234153
234482
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
234154
234483
|
resetMemberAiImageGenerationUsage?: Maybe<TrelloResetMemberAiImageGenerationUsagePayload>;
|
|
234155
234484
|
retryAiOnBoard?: Maybe<TrelloRetryAiOnBoardPayload>;
|
|
234485
|
+
revertEditBoardWithAi?: Maybe<TrelloRevertEditBoardWithAiPayload>;
|
|
234156
234486
|
revokeMemberOAuth2AccessGrants?: Maybe<TrelloRevokeMemberOAuth2AccessGrantsPayload>;
|
|
234157
234487
|
rotateOAuth2ClientSecret?: Maybe<TrelloRotateOAuth2ClientSecretPayload>;
|
|
234158
234488
|
sendBoardEmailKeyMessage?: Maybe<TrelloSendBoardEmailKeyMessagePayload>;
|
|
@@ -234475,6 +234805,9 @@ export type TrelloMutationApiResetCardCoverArgs = {
|
|
|
234475
234805
|
export type TrelloMutationApiRetryAiOnBoardArgs = {
|
|
234476
234806
|
input: TrelloRetryAiOnBoardInput;
|
|
234477
234807
|
};
|
|
234808
|
+
export type TrelloMutationApiRevertEditBoardWithAiArgs = {
|
|
234809
|
+
input: TrelloRevertEditBoardWithAiInput;
|
|
234810
|
+
};
|
|
234478
234811
|
export type TrelloMutationApiRevokeMemberOAuth2AccessGrantsArgs = {
|
|
234479
234812
|
input: TrelloRevokeMemberOAuth2AccessGrantsInput;
|
|
234480
234813
|
};
|
|
@@ -236046,6 +236379,17 @@ export type TrelloRetryAiOnBoardPayload = Payload & {
|
|
|
236046
236379
|
errors?: Maybe<Array<MutationError>>;
|
|
236047
236380
|
success: Scalars['Boolean']['output'];
|
|
236048
236381
|
};
|
|
236382
|
+
export type TrelloRevertEditBoardWithAiInput = {
|
|
236383
|
+
boardId: Scalars['ID']['input'];
|
|
236384
|
+
referenceTaskId: Scalars['ID']['input'];
|
|
236385
|
+
sessionId: Scalars['ID']['input'];
|
|
236386
|
+
};
|
|
236387
|
+
export type TrelloRevertEditBoardWithAiPayload = Payload & {
|
|
236388
|
+
__typename?: 'TrelloRevertEditBoardWithAiPayload';
|
|
236389
|
+
errors?: Maybe<Array<MutationError>>;
|
|
236390
|
+
success: Scalars['Boolean']['output'];
|
|
236391
|
+
task?: Maybe<TrelloAgentTask>;
|
|
236392
|
+
};
|
|
236049
236393
|
export type TrelloRevokeMemberOAuth2AccessGrantsInput = {
|
|
236050
236394
|
enterpriseId: Scalars['ID']['input'];
|
|
236051
236395
|
memberId: Scalars['ID']['input'];
|