@forge/cli-shared 9.4.0-next.5 → 9.4.0-next.6-experimental-ccd5143
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 +23 -0
- package/out/graphql/graphql-types.d.ts +1020 -44
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +137 -55
- package/out/service/statsig-service.d.ts +7 -0
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +26 -0
- package/out/ui/command-line-ui.d.ts +11 -2
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +62 -1
- package/out/ui/hint-rotation.d.ts +5 -0
- package/out/ui/hint-rotation.d.ts.map +1 -0
- package/out/ui/hint-rotation.js +27 -0
- package/out/ui/text.d.ts +8 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -2
- package/out/ui/ui.d.ts +2 -1
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -4149,6 +4149,7 @@ export type AdminAuditLogEventExportInput = {
|
|
|
4149
4149
|
location?: InputMaybe<Scalars['String']['input']>;
|
|
4150
4150
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
4151
4151
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
4152
|
+
queryId?: InputMaybe<Scalars['ID']['input']>;
|
|
4152
4153
|
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
4153
4154
|
startDate?: InputMaybe<Scalars['String']['input']>;
|
|
4154
4155
|
};
|
|
@@ -5905,6 +5906,7 @@ export type AgentSession = AgentSessionNode & {
|
|
|
5905
5906
|
expireTime?: Maybe<Scalars['DateTime']['output']>;
|
|
5906
5907
|
id?: Maybe<Scalars['ID']['output']>;
|
|
5907
5908
|
isRovo?: Maybe<Scalars['Boolean']['output']>;
|
|
5909
|
+
jcaSessionAri?: Maybe<Scalars['ID']['output']>;
|
|
5908
5910
|
lastStateChangeAt?: Maybe<Scalars['Long']['output']>;
|
|
5909
5911
|
state?: Maybe<Scalars['String']['output']>;
|
|
5910
5912
|
version?: Maybe<Scalars['Long']['output']>;
|
|
@@ -5923,6 +5925,7 @@ export type AgentSessionAssociation = AgentSessionAssociationNode & {
|
|
|
5923
5925
|
expireTime?: Maybe<Scalars['DateTime']['output']>;
|
|
5924
5926
|
id?: Maybe<Scalars['ID']['output']>;
|
|
5925
5927
|
invocationType?: Maybe<Scalars['String']['output']>;
|
|
5928
|
+
jcaSession?: Maybe<DevAiRovoDevSession>;
|
|
5926
5929
|
startTime?: Maybe<Scalars['Long']['output']>;
|
|
5927
5930
|
subEntityId?: Maybe<Scalars['String']['output']>;
|
|
5928
5931
|
triggeredBy?: Maybe<User>;
|
|
@@ -6133,6 +6136,7 @@ export type AgentStudioAgentTemplate = {
|
|
|
6133
6136
|
__typename?: 'AgentStudioAgentTemplate';
|
|
6134
6137
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
6135
6138
|
category?: Maybe<Scalars['String']['output']>;
|
|
6139
|
+
collection?: Maybe<AgentStudioAgentTemplateCollection>;
|
|
6136
6140
|
conversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
6137
6141
|
description?: Maybe<Scalars['String']['output']>;
|
|
6138
6142
|
howItWorks?: Maybe<Array<Maybe<AgentStudioAgentTemplateHowItWorksStep>>>;
|
|
@@ -6140,7 +6144,15 @@ export type AgentStudioAgentTemplate = {
|
|
|
6140
6144
|
name?: Maybe<Scalars['String']['output']>;
|
|
6141
6145
|
products?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
6142
6146
|
tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
6147
|
+
usageCount?: Maybe<Scalars['Int']['output']>;
|
|
6143
6148
|
};
|
|
6149
|
+
export declare enum AgentStudioAgentTemplateCollection {
|
|
6150
|
+
Product = "PRODUCT",
|
|
6151
|
+
Service = "SERVICE",
|
|
6152
|
+
Software = "SOFTWARE",
|
|
6153
|
+
Strategy = "STRATEGY",
|
|
6154
|
+
Teamwork = "TEAMWORK"
|
|
6155
|
+
}
|
|
6144
6156
|
export declare enum AgentStudioAgentTemplateHowItWorksRole {
|
|
6145
6157
|
Action = "ACTION",
|
|
6146
6158
|
Knowledge = "KNOWLEDGE",
|
|
@@ -6337,6 +6349,7 @@ export type AgentStudioAssistantScenario = AgentStudioBaseConfiguration & AgentS
|
|
|
6337
6349
|
mcpToolIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
6338
6350
|
mcpTools?: Maybe<Array<Maybe<GraphIntegrationMcpToolNode>>>;
|
|
6339
6351
|
name: Scalars['String']['output'];
|
|
6352
|
+
scenarioId?: Maybe<Scalars['ID']['output']>;
|
|
6340
6353
|
scenarioVersion?: Maybe<Scalars['Int']['output']>;
|
|
6341
6354
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
6342
6355
|
};
|
|
@@ -7156,6 +7169,7 @@ export type AgentStudioScenario = {
|
|
|
7156
7169
|
mcpToolIds?: Maybe<Array<Scalars['ID']['output']>>;
|
|
7157
7170
|
mcpTools?: Maybe<Array<Maybe<GraphIntegrationMcpToolNode>>>;
|
|
7158
7171
|
name: Scalars['String']['output'];
|
|
7172
|
+
scenarioId?: Maybe<Scalars['ID']['output']>;
|
|
7159
7173
|
scenarioVersion?: Maybe<Scalars['Int']['output']>;
|
|
7160
7174
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
7161
7175
|
};
|
|
@@ -8245,6 +8259,15 @@ export type AgentWorkspaceCreateDraftedRoutingTableEntriesV2Input = {
|
|
|
8245
8259
|
projectKey: Scalars['String']['input'];
|
|
8246
8260
|
serviceFieldType: AgentWorkspaceSmartRoutingServiceFieldType;
|
|
8247
8261
|
};
|
|
8262
|
+
export type AgentWorkspaceCreateDraftedTeamRoutingTableEntriesInput = {
|
|
8263
|
+
cloudId: Scalars['ID']['input'];
|
|
8264
|
+
projectKey: Scalars['String']['input'];
|
|
8265
|
+
};
|
|
8266
|
+
export type AgentWorkspaceCreateDraftedTeamRoutingTableEntriesPayload = {
|
|
8267
|
+
__typename?: 'AgentWorkspaceCreateDraftedTeamRoutingTableEntriesPayload';
|
|
8268
|
+
entries: Array<AgentWorkspaceDraftedTeamRoutingTableEntry>;
|
|
8269
|
+
rowsInserted: Scalars['Int']['output'];
|
|
8270
|
+
};
|
|
8248
8271
|
export type AgentWorkspaceCreateScheduleInput = {
|
|
8249
8272
|
agentIds: Array<Scalars['ID']['input']>;
|
|
8250
8273
|
cloudId: Scalars['ID']['input'];
|
|
@@ -8376,6 +8399,7 @@ export type AgentWorkspaceDraftedTeamRoutingTableEntry = {
|
|
|
8376
8399
|
lastModifiedAt: Scalars['String']['output'];
|
|
8377
8400
|
lastModifiedBy: Scalars['ID']['output'];
|
|
8378
8401
|
source: AgentWorkspaceDraftedRoutingTableEntrySource;
|
|
8402
|
+
team?: Maybe<TeamV2>;
|
|
8379
8403
|
teamAri: Scalars['ID']['output'];
|
|
8380
8404
|
};
|
|
8381
8405
|
export declare enum AgentWorkspaceEditBoundReason {
|
|
@@ -8964,6 +8988,10 @@ export type AgentWorkspaceSetTeamCapacitiesPayload = {
|
|
|
8964
8988
|
success: Scalars['Boolean']['output'];
|
|
8965
8989
|
teamCapacities?: Maybe<Array<AgentWorkspaceTeamCapacity>>;
|
|
8966
8990
|
};
|
|
8991
|
+
export type AgentWorkspaceSetWorkforceTeamAccessLevelsPayload = {
|
|
8992
|
+
__typename?: 'AgentWorkspaceSetWorkforceTeamAccessLevelsPayload';
|
|
8993
|
+
accessLevels: Array<AgentWorkspaceWorkforceTeamAccessLevelResult>;
|
|
8994
|
+
};
|
|
8967
8995
|
export type AgentWorkspaceSetWorkloadJqlInput = {
|
|
8968
8996
|
jql: Scalars['String']['input'];
|
|
8969
8997
|
projectAri: Scalars['ID']['input'];
|
|
@@ -9206,6 +9234,7 @@ export type AgentWorkspaceSkillUpdatePayload = {
|
|
|
9206
9234
|
export type AgentWorkspaceSmartRoutingConfig = {
|
|
9207
9235
|
__typename?: 'AgentWorkspaceSmartRoutingConfig';
|
|
9208
9236
|
autoTeamAssignmentEnabled: Scalars['Boolean']['output'];
|
|
9237
|
+
defaultTeam?: Maybe<Scalars['ID']['output']>;
|
|
9209
9238
|
enabled: Scalars['Boolean']['output'];
|
|
9210
9239
|
inputs: Array<AgentWorkspaceConfigurableRoutingInputSetting>;
|
|
9211
9240
|
routingMode?: Maybe<AgentWorkspaceSmartRoutingMode>;
|
|
@@ -9390,6 +9419,14 @@ export type AgentWorkspaceSubmitDraftedRoutingTablePayload = {
|
|
|
9390
9419
|
rowsWritten: Scalars['Int']['output'];
|
|
9391
9420
|
teamsNewlyConnected: Scalars['Int']['output'];
|
|
9392
9421
|
};
|
|
9422
|
+
export type AgentWorkspaceSubmitDraftedTeamRoutingTableInput = {
|
|
9423
|
+
cloudId: Scalars['ID']['input'];
|
|
9424
|
+
projectKey: Scalars['String']['input'];
|
|
9425
|
+
};
|
|
9426
|
+
export type AgentWorkspaceSubmitDraftedTeamRoutingTablePayload = {
|
|
9427
|
+
__typename?: 'AgentWorkspaceSubmitDraftedTeamRoutingTablePayload';
|
|
9428
|
+
rowsWritten: Scalars['Int']['output'];
|
|
9429
|
+
};
|
|
9393
9430
|
export type AgentWorkspaceTeam = {
|
|
9394
9431
|
__typename?: 'AgentWorkspaceTeam';
|
|
9395
9432
|
team?: Maybe<TeamV2>;
|
|
@@ -9457,8 +9494,8 @@ export type AgentWorkspaceTeamRoutingTableEntries = {
|
|
|
9457
9494
|
export type AgentWorkspaceTeamRoutingTableEntry = {
|
|
9458
9495
|
__typename?: 'AgentWorkspaceTeamRoutingTableEntry';
|
|
9459
9496
|
description: Scalars['String']['output'];
|
|
9497
|
+
team?: Maybe<TeamV2>;
|
|
9460
9498
|
teamAri: Scalars['ID']['output'];
|
|
9461
|
-
teamName?: Maybe<Scalars['String']['output']>;
|
|
9462
9499
|
};
|
|
9463
9500
|
export type AgentWorkspaceTeamSchedules = {
|
|
9464
9501
|
__typename?: 'AgentWorkspaceTeamSchedules';
|
|
@@ -9552,6 +9589,7 @@ export type AgentWorkspaceUpdateConfigurableRoutingTriggersInput = {
|
|
|
9552
9589
|
export type AgentWorkspaceUpdateRoutingConfigInput = {
|
|
9553
9590
|
autoTeamAssignmentEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9554
9591
|
cloudId: Scalars['ID']['input'];
|
|
9592
|
+
defaultTeam?: InputMaybe<Scalars['ID']['input']>;
|
|
9555
9593
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9556
9594
|
projectKey: Scalars['String']['input'];
|
|
9557
9595
|
routingMode?: InputMaybe<AgentWorkspaceSmartRoutingMode>;
|
|
@@ -9631,17 +9669,6 @@ export type AgentWorkspaceUpsertDraftedTeamRoutingTableEntryPayload = {
|
|
|
9631
9669
|
__typename?: 'AgentWorkspaceUpsertDraftedTeamRoutingTableEntryPayload';
|
|
9632
9670
|
entry: AgentWorkspaceDraftedTeamRoutingTableEntry;
|
|
9633
9671
|
};
|
|
9634
|
-
export type AgentWorkspaceUpsertTeamRoutingTableEntryInput = {
|
|
9635
|
-
cloudId: Scalars['ID']['input'];
|
|
9636
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
9637
|
-
projectKey: Scalars['String']['input'];
|
|
9638
|
-
teamAri: Scalars['ID']['input'];
|
|
9639
|
-
teamName?: InputMaybe<Scalars['String']['input']>;
|
|
9640
|
-
};
|
|
9641
|
-
export type AgentWorkspaceUpsertTeamRoutingTableEntryPayload = {
|
|
9642
|
-
__typename?: 'AgentWorkspaceUpsertTeamRoutingTableEntryPayload';
|
|
9643
|
-
entry: AgentWorkspaceTeamRoutingTableEntry;
|
|
9644
|
-
};
|
|
9645
9672
|
export type AgentWorkspaceUser = {
|
|
9646
9673
|
__typename?: 'AgentWorkspaceUser';
|
|
9647
9674
|
accountId: Scalars['ID']['output'];
|
|
@@ -9686,6 +9713,23 @@ export type AgentWorkspaceWfoSummaryViewResult = {
|
|
|
9686
9713
|
errors?: Maybe<Array<QueryError>>;
|
|
9687
9714
|
summaryView?: Maybe<AgentWorkspaceWfoSummaryView>;
|
|
9688
9715
|
};
|
|
9716
|
+
export declare enum AgentWorkspaceWorkforceTeamAccessLevel {
|
|
9717
|
+
TeamAdmin = "TEAM_ADMIN",
|
|
9718
|
+
TeamMember = "TEAM_MEMBER"
|
|
9719
|
+
}
|
|
9720
|
+
export type AgentWorkspaceWorkforceTeamAccessLevelResult = {
|
|
9721
|
+
__typename?: 'AgentWorkspaceWorkforceTeamAccessLevelResult';
|
|
9722
|
+
accessLevel: AgentWorkspaceWorkforceTeamAccessLevel;
|
|
9723
|
+
accountId: Scalars['ID']['output'];
|
|
9724
|
+
projectARI: Scalars['ID']['output'];
|
|
9725
|
+
teamARI: Scalars['ID']['output'];
|
|
9726
|
+
};
|
|
9727
|
+
export type AgentWorkspaceWorkforceTeamAccessLevelUpdateInput = {
|
|
9728
|
+
accessLevel: AgentWorkspaceWorkforceTeamAccessLevel;
|
|
9729
|
+
accountId: Scalars['ID']['input'];
|
|
9730
|
+
projectARI: Scalars['ID']['input'];
|
|
9731
|
+
teamARI: Scalars['ID']['input'];
|
|
9732
|
+
};
|
|
9689
9733
|
export type AgentWorkspaceWorkloadJqlConfig = {
|
|
9690
9734
|
__typename?: 'AgentWorkspaceWorkloadJqlConfig';
|
|
9691
9735
|
jql: Scalars['String']['output'];
|
|
@@ -10145,7 +10189,8 @@ export declare enum AiManagedObjectStatus {
|
|
|
10145
10189
|
Suspended = "SUSPENDED"
|
|
10146
10190
|
}
|
|
10147
10191
|
export declare enum AiManagedObjectType {
|
|
10148
|
-
Block = "BLOCK"
|
|
10192
|
+
Block = "BLOCK",
|
|
10193
|
+
Page = "PAGE"
|
|
10149
10194
|
}
|
|
10150
10195
|
export type AiManagedObjectUpdateInput = {
|
|
10151
10196
|
config: AiManagedObjectConfigCreateInput;
|
|
@@ -11158,28 +11203,38 @@ export type AppLogsWithMetaData = {
|
|
|
11158
11203
|
__typename?: 'AppLogsWithMetaData';
|
|
11159
11204
|
appId: Scalars['String']['output'];
|
|
11160
11205
|
appVersion?: Maybe<Scalars['String']['output']>;
|
|
11206
|
+
browserName?: Maybe<Scalars['String']['output']>;
|
|
11207
|
+
browserVersion?: Maybe<Scalars['String']['output']>;
|
|
11161
11208
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
11162
11209
|
container?: Maybe<Scalars['String']['output']>;
|
|
11163
11210
|
context?: Maybe<Context>;
|
|
11164
11211
|
edition?: Maybe<EditionValue>;
|
|
11165
11212
|
environmentId: Scalars['String']['output'];
|
|
11166
11213
|
error?: Maybe<Scalars['String']['output']>;
|
|
11214
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
11215
|
+
extensionId?: Maybe<Scalars['String']['output']>;
|
|
11216
|
+
extensionType?: Maybe<Scalars['String']['output']>;
|
|
11167
11217
|
functionKey?: Maybe<Scalars['String']['output']>;
|
|
11168
11218
|
installationContext?: Maybe<Scalars['String']['output']>;
|
|
11219
|
+
installationId?: Maybe<Scalars['String']['output']>;
|
|
11169
11220
|
instance?: Maybe<Scalars['String']['output']>;
|
|
11170
11221
|
invocationId: Scalars['String']['output'];
|
|
11171
11222
|
licenseState?: Maybe<LicenseValue>;
|
|
11223
|
+
logSource?: Maybe<FrontendLogSource>;
|
|
11172
11224
|
lvl?: Maybe<Scalars['String']['output']>;
|
|
11173
11225
|
message?: Maybe<Scalars['String']['output']>;
|
|
11174
11226
|
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
11175
11227
|
moduleType?: Maybe<Scalars['String']['output']>;
|
|
11228
|
+
osName?: Maybe<Scalars['String']['output']>;
|
|
11176
11229
|
other?: Maybe<Scalars['String']['output']>;
|
|
11177
11230
|
p?: Maybe<Scalars['String']['output']>;
|
|
11178
11231
|
product?: Maybe<Scalars['String']['output']>;
|
|
11232
|
+
renderType?: Maybe<Scalars['String']['output']>;
|
|
11179
11233
|
service?: Maybe<Scalars['String']['output']>;
|
|
11180
11234
|
tenantContexts?: Maybe<DevConsoleTenantContext>;
|
|
11181
11235
|
traceId?: Maybe<Scalars['String']['output']>;
|
|
11182
11236
|
ts: Scalars['String']['output'];
|
|
11237
|
+
userAgent?: Maybe<Scalars['String']['output']>;
|
|
11183
11238
|
};
|
|
11184
11239
|
export type AppLogsWithMetaDataResponse = {
|
|
11185
11240
|
__typename?: 'AppLogsWithMetaDataResponse';
|
|
@@ -12418,6 +12473,16 @@ export type AssetsDmBigfixDefaultQueryResponse = {
|
|
|
12418
12473
|
isSuccessful: Scalars['Boolean']['output'];
|
|
12419
12474
|
query: Scalars['String']['output'];
|
|
12420
12475
|
};
|
|
12476
|
+
export type AssetsDmCancelCleanseResponse = {
|
|
12477
|
+
__typename?: 'AssetsDMCancelCleanseResponse';
|
|
12478
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
12479
|
+
message: Scalars['String']['output'];
|
|
12480
|
+
};
|
|
12481
|
+
export type AssetsDmCancelImportResponse = {
|
|
12482
|
+
__typename?: 'AssetsDMCancelImportResponse';
|
|
12483
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
12484
|
+
message: Scalars['String']['output'];
|
|
12485
|
+
};
|
|
12421
12486
|
export type AssetsDmChangeDataSourceStatusInput = {
|
|
12422
12487
|
dataSourceId: Scalars['ID']['input'];
|
|
12423
12488
|
status: AssetsDmDataSourceStatus;
|
|
@@ -12651,6 +12716,7 @@ export type AssetsDmDataDictionaryRow = {
|
|
|
12651
12716
|
destinationObjectAttributeId: Scalars['ID']['output'];
|
|
12652
12717
|
dmComputeDictionaryDate: Scalars['String']['output'];
|
|
12653
12718
|
dmComputeDictionaryId?: Maybe<Scalars['ID']['output']>;
|
|
12719
|
+
isSyncRequired: Scalars['Boolean']['output'];
|
|
12654
12720
|
latestDictionaryUpdateDate?: Maybe<Scalars['String']['output']>;
|
|
12655
12721
|
name: Scalars['String']['output'];
|
|
12656
12722
|
objectId: Scalars['ID']['output'];
|
|
@@ -14528,6 +14594,11 @@ export declare enum AssetsDmStepStatus {
|
|
|
14528
14594
|
NotStarted = "NOT_STARTED",
|
|
14529
14595
|
Outdated = "OUTDATED"
|
|
14530
14596
|
}
|
|
14597
|
+
export type AssetsDmSyncDataDictionaryResponse = {
|
|
14598
|
+
__typename?: 'AssetsDMSyncDataDictionaryResponse';
|
|
14599
|
+
isSuccessful: Scalars['Boolean']['output'];
|
|
14600
|
+
message: Scalars['String']['output'];
|
|
14601
|
+
};
|
|
14531
14602
|
export type AssetsDmTagMember = {
|
|
14532
14603
|
__typename?: 'AssetsDMTagMember';
|
|
14533
14604
|
comment?: Maybe<Scalars['String']['output']>;
|
|
@@ -15994,6 +16065,13 @@ export type AssetsVerticalItemMappingQueryErrorExtension = QueryErrorExtension &
|
|
|
15994
16065
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
15995
16066
|
};
|
|
15996
16067
|
export type AssetsVerticalItemMappingResult = AssetsVerticalItemMapping | QueryError;
|
|
16068
|
+
export declare enum AssetsVerticalItemMappingSortField {
|
|
16069
|
+
RequestTypeName = "REQUEST_TYPE_NAME"
|
|
16070
|
+
}
|
|
16071
|
+
export type AssetsVerticalItemMappingSortInput = {
|
|
16072
|
+
direction?: SortDirection;
|
|
16073
|
+
field: AssetsVerticalItemMappingSortField;
|
|
16074
|
+
};
|
|
15997
16075
|
export type AssetsVerticalItemMappingsPayload = Payload & {
|
|
15998
16076
|
__typename?: 'AssetsVerticalItemMappingsPayload';
|
|
15999
16077
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -16305,6 +16383,7 @@ export type AssetsVerticalStockroomObjectsResult = AssetsVerticalStockroomObject
|
|
|
16305
16383
|
export type AssetsVerticalTenantContext = {
|
|
16306
16384
|
__typename?: 'AssetsVerticalTenantContext';
|
|
16307
16385
|
assetsVerticalWorkspaceAri?: Maybe<Scalars['ID']['output']>;
|
|
16386
|
+
isHipaaEnabled: Scalars['Boolean']['output'];
|
|
16308
16387
|
};
|
|
16309
16388
|
export declare enum AssetsVerticalTenantContextQueryErrorCode {
|
|
16310
16389
|
NotFound = "NOT_FOUND",
|
|
@@ -16417,6 +16496,8 @@ export type AssetsVerticalVerticalInstantiationCategoryItemsArgs = {
|
|
|
16417
16496
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
16418
16497
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
16419
16498
|
itemType?: InputMaybe<AssetsVerticalItemType>;
|
|
16499
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
16500
|
+
sort?: InputMaybe<AssetsVerticalItemMappingSortInput>;
|
|
16420
16501
|
spaceIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
16421
16502
|
};
|
|
16422
16503
|
export type AssetsVerticalVerticalInstantiationCategoryConnection = {
|
|
@@ -20790,6 +20871,7 @@ export type CloudifyAnalysisId = {
|
|
|
20790
20871
|
export type CloudifyAnalysisPart = {
|
|
20791
20872
|
__typename?: 'CloudifyAnalysisPart';
|
|
20792
20873
|
analysisResult: CloudifyAnalysisResult;
|
|
20874
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
20793
20875
|
finishedAt: Scalars['String']['output'];
|
|
20794
20876
|
serviceKey: Scalars['String']['output'];
|
|
20795
20877
|
startedAt: Scalars['String']['output'];
|
|
@@ -20900,9 +20982,7 @@ export type CloudifyProjectAri = {
|
|
|
20900
20982
|
};
|
|
20901
20983
|
export type CloudifyRawCustomizationRecommendation = {
|
|
20902
20984
|
__typename?: 'CloudifyRawCustomizationRecommendation';
|
|
20903
|
-
analysisType: CloudifyAnalysisType;
|
|
20904
20985
|
content: Scalars['String']['output'];
|
|
20905
|
-
customizationId: Scalars['String']['output'];
|
|
20906
20986
|
id: Scalars['ID']['output'];
|
|
20907
20987
|
type: CloudifyRawCustomizationRecommendationType;
|
|
20908
20988
|
};
|
|
@@ -23191,7 +23271,7 @@ export declare enum CommerceExpDurationInterval {
|
|
|
23191
23271
|
Month = "MONTH",
|
|
23192
23272
|
Year = "YEAR"
|
|
23193
23273
|
}
|
|
23194
|
-
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod;
|
|
23274
|
+
export type CommerceExpEffectivePaymentMethod = CommerceExpAchPaymentMethod | CommerceExpCardPaymentMethod | CommerceExpDeferredPaymentMethod | CommerceExpPaymentMethodError | CommerceExpPaypalPaymentMethod | CommerceExpWalletPaymentMethod;
|
|
23195
23275
|
export type CommerceExpEffectiveTime = {
|
|
23196
23276
|
__typename?: 'CommerceExpEffectiveTime';
|
|
23197
23277
|
endsAt?: Maybe<CommerceExpEndsAt>;
|
|
@@ -23352,6 +23432,7 @@ export type CommerceExpEntitlementKind = {
|
|
|
23352
23432
|
isMultiInstance?: Maybe<Scalars['Boolean']['output']>;
|
|
23353
23433
|
isMultiInstanceChild?: Maybe<Scalars['Boolean']['output']>;
|
|
23354
23434
|
isPlatformApp?: Maybe<Scalars['Boolean']['output']>;
|
|
23435
|
+
supportsMarketplaceApps?: Maybe<Scalars['Boolean']['output']>;
|
|
23355
23436
|
};
|
|
23356
23437
|
export declare enum CommerceExpEntitlementLevel {
|
|
23357
23438
|
BitbucketWorkspace = "BitbucketWorkspace",
|
|
@@ -25412,6 +25493,30 @@ export declare enum CommerceExpVersionChangeEntityEnum {
|
|
|
25412
25493
|
PaymentMethodUpdated = "PAYMENT_METHOD_UPDATED",
|
|
25413
25494
|
ShipToUpdated = "SHIP_TO_UPDATED"
|
|
25414
25495
|
}
|
|
25496
|
+
export type CommerceExpWalletInfo = {
|
|
25497
|
+
__typename?: 'CommerceExpWalletInfo';
|
|
25498
|
+
sourceId?: Maybe<Scalars['String']['output']>;
|
|
25499
|
+
valid?: Maybe<Scalars['Boolean']['output']>;
|
|
25500
|
+
};
|
|
25501
|
+
export type CommerceExpWalletPaymentMethod = CommerceExpPaymentMethod & {
|
|
25502
|
+
__typename?: 'CommerceExpWalletPaymentMethod';
|
|
25503
|
+
ari: Scalars['ID']['output'];
|
|
25504
|
+
currency?: Maybe<Scalars['String']['output']>;
|
|
25505
|
+
default?: Maybe<Scalars['Boolean']['output']>;
|
|
25506
|
+
entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
|
|
25507
|
+
id: Scalars['ID']['output'];
|
|
25508
|
+
invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
|
|
25509
|
+
paginatedEntitlements?: Maybe<CommerceExpCcpEntitlementConnection>;
|
|
25510
|
+
transactionAccount?: Maybe<CommerceExpCcpTransactionAccount>;
|
|
25511
|
+
type?: Maybe<CommerceExpPaymentMethodType>;
|
|
25512
|
+
wallet?: Maybe<CommerceExpWalletInfo>;
|
|
25513
|
+
};
|
|
25514
|
+
export type CommerceExpWalletPaymentMethodPaginatedEntitlementsArgs = {
|
|
25515
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
25516
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
25517
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
25518
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
25519
|
+
};
|
|
25415
25520
|
export type CommerceExperienceCapability = {
|
|
25416
25521
|
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
25417
25522
|
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -33666,6 +33771,21 @@ export type ConfluenceLikesSummary = {
|
|
|
33666
33771
|
count?: Maybe<Scalars['Int']['output']>;
|
|
33667
33772
|
likes?: Maybe<Array<Maybe<ConfluenceLike>>>;
|
|
33668
33773
|
};
|
|
33774
|
+
export type ConfluenceListLabelsEntry = {
|
|
33775
|
+
__typename?: 'ConfluenceListLabelsEntry';
|
|
33776
|
+
name: Scalars['String']['output'];
|
|
33777
|
+
};
|
|
33778
|
+
export type ConfluenceListLabelsEntryConnection = {
|
|
33779
|
+
__typename?: 'ConfluenceListLabelsEntryConnection';
|
|
33780
|
+
edges?: Maybe<Array<Maybe<ConfluenceListLabelsEntryEdge>>>;
|
|
33781
|
+
nodes?: Maybe<Array<Maybe<ConfluenceListLabelsEntry>>>;
|
|
33782
|
+
pageInfo: ConfluencePageInfo;
|
|
33783
|
+
};
|
|
33784
|
+
export type ConfluenceListLabelsEntryEdge = {
|
|
33785
|
+
__typename?: 'ConfluenceListLabelsEntryEdge';
|
|
33786
|
+
cursor: Scalars['String']['output'];
|
|
33787
|
+
node?: Maybe<ConfluenceListLabelsEntry>;
|
|
33788
|
+
};
|
|
33669
33789
|
export declare enum ConfluenceLoadTimeRating {
|
|
33670
33790
|
Fast = "FAST",
|
|
33671
33791
|
Moderate = "MODERATE",
|
|
@@ -36048,6 +36168,19 @@ export type ConfluenceResolveInlineCommentPayload = {
|
|
|
36048
36168
|
errors?: Maybe<Array<MutationError>>;
|
|
36049
36169
|
success: Scalars['Boolean']['output'];
|
|
36050
36170
|
};
|
|
36171
|
+
export type ConfluenceResolveSpaceAccessRequestInput = {
|
|
36172
|
+
decision: ConfluenceSpaceAccessRequestDecision;
|
|
36173
|
+
requestId: Scalars['ID']['input'];
|
|
36174
|
+
roleId?: InputMaybe<Scalars['ID']['input']>;
|
|
36175
|
+
};
|
|
36176
|
+
export type ConfluenceResolveSpaceAccessRequestPayload = Payload & {
|
|
36177
|
+
__typename?: 'ConfluenceResolveSpaceAccessRequestPayload';
|
|
36178
|
+
errors?: Maybe<Array<MutationError>>;
|
|
36179
|
+
spaceAccessRequest?: Maybe<ConfluenceSpaceAccessRequest>;
|
|
36180
|
+
success: Scalars['Boolean']['output'];
|
|
36181
|
+
undoExpiresAt?: Maybe<Scalars['Long']['output']>;
|
|
36182
|
+
undoToken?: Maybe<Scalars['String']['output']>;
|
|
36183
|
+
};
|
|
36051
36184
|
export type ConfluenceResolvedMacroPageLinkParameter = {
|
|
36052
36185
|
__typename?: 'ConfluenceResolvedMacroPageLinkParameter';
|
|
36053
36186
|
contentId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -36543,6 +36676,39 @@ export type ConfluenceSpace = Node & {
|
|
|
36543
36676
|
type?: Maybe<ConfluenceSpaceType>;
|
|
36544
36677
|
typeSettings?: Maybe<ConfluenceSpaceTypeSettings>;
|
|
36545
36678
|
};
|
|
36679
|
+
export type ConfluenceSpaceAccessRequest = {
|
|
36680
|
+
__typename?: 'ConfluenceSpaceAccessRequest';
|
|
36681
|
+
grantedRoleId?: Maybe<Scalars['ID']['output']>;
|
|
36682
|
+
id: Scalars['ID']['output'];
|
|
36683
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
36684
|
+
requestedAt: Scalars['Long']['output'];
|
|
36685
|
+
requester?: Maybe<ConfluenceUser>;
|
|
36686
|
+
requesterAccountId: Scalars['ID']['output'];
|
|
36687
|
+
resolvedAt?: Maybe<Scalars['Long']['output']>;
|
|
36688
|
+
spaceId: Scalars['ID']['output'];
|
|
36689
|
+
status: ConfluenceSpaceAccessRequestStatus;
|
|
36690
|
+
};
|
|
36691
|
+
export type ConfluenceSpaceAccessRequestConnection = {
|
|
36692
|
+
__typename?: 'ConfluenceSpaceAccessRequestConnection';
|
|
36693
|
+
edges?: Maybe<Array<Maybe<ConfluenceSpaceAccessRequestEdge>>>;
|
|
36694
|
+
nodes: Array<Maybe<ConfluenceSpaceAccessRequest>>;
|
|
36695
|
+
pageInfo: PageInfo;
|
|
36696
|
+
totalCount: Scalars['Int']['output'];
|
|
36697
|
+
};
|
|
36698
|
+
export declare enum ConfluenceSpaceAccessRequestDecision {
|
|
36699
|
+
Approve = "APPROVE",
|
|
36700
|
+
Deny = "DENY"
|
|
36701
|
+
}
|
|
36702
|
+
export type ConfluenceSpaceAccessRequestEdge = {
|
|
36703
|
+
__typename?: 'ConfluenceSpaceAccessRequestEdge';
|
|
36704
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
36705
|
+
node: ConfluenceSpaceAccessRequest;
|
|
36706
|
+
};
|
|
36707
|
+
export declare enum ConfluenceSpaceAccessRequestStatus {
|
|
36708
|
+
Approved = "APPROVED",
|
|
36709
|
+
Denied = "DENIED",
|
|
36710
|
+
Pending = "PENDING"
|
|
36711
|
+
}
|
|
36546
36712
|
export type ConfluenceSpaceAnalyticsPermissionConnection = {
|
|
36547
36713
|
__typename?: 'ConfluenceSpaceAnalyticsPermissionConnection';
|
|
36548
36714
|
edges?: Maybe<Array<Maybe<ConfluenceSpaceAnalyticsPermissionEdge>>>;
|
|
@@ -37172,6 +37338,16 @@ export type ConfluenceUnSubscribeCalendarPayload = Payload & {
|
|
|
37172
37338
|
errors?: Maybe<Array<MutationError>>;
|
|
37173
37339
|
success: Scalars['Boolean']['output'];
|
|
37174
37340
|
};
|
|
37341
|
+
export type ConfluenceUndoSpaceAccessRequestDecisionInput = {
|
|
37342
|
+
requestId: Scalars['ID']['input'];
|
|
37343
|
+
undoToken: Scalars['String']['input'];
|
|
37344
|
+
};
|
|
37345
|
+
export type ConfluenceUndoSpaceAccessRequestDecisionPayload = Payload & {
|
|
37346
|
+
__typename?: 'ConfluenceUndoSpaceAccessRequestDecisionPayload';
|
|
37347
|
+
errors?: Maybe<Array<MutationError>>;
|
|
37348
|
+
spaceAccessRequest?: Maybe<ConfluenceSpaceAccessRequest>;
|
|
37349
|
+
success: Scalars['Boolean']['output'];
|
|
37350
|
+
};
|
|
37175
37351
|
export type ConfluenceUnpromoteBlueprintInput = {
|
|
37176
37352
|
id: Scalars['ID']['input'];
|
|
37177
37353
|
spaceId: Scalars['Long']['input'];
|
|
@@ -38628,6 +38804,7 @@ export type ContentCommentsArgs = {
|
|
|
38628
38804
|
};
|
|
38629
38805
|
export type ContentContentAnalyticsViewsByUserArgs = {
|
|
38630
38806
|
accountIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
38807
|
+
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
38631
38808
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
38632
38809
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38633
38810
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -39983,6 +40160,19 @@ export type CplsContributorConnection = HasPageInfo & {
|
|
|
39983
40160
|
edges?: Maybe<Array<Maybe<CplsContributorEdge>>>;
|
|
39984
40161
|
pageInfo: PageInfo;
|
|
39985
40162
|
};
|
|
40163
|
+
export type CplsContributorContributionAggregations = {
|
|
40164
|
+
__typename?: 'CplsContributorContributionAggregations';
|
|
40165
|
+
contributionAggregations: Array<CplsContributionAggregation>;
|
|
40166
|
+
contributorData?: Maybe<CplsContributorData>;
|
|
40167
|
+
contributorDataId: Scalars['ID']['output'];
|
|
40168
|
+
};
|
|
40169
|
+
export type CplsContributorContributionAggregationsResult = {
|
|
40170
|
+
__typename?: 'CplsContributorContributionAggregationsResult';
|
|
40171
|
+
contributorContributionAggregations?: Maybe<Array<CplsContributorContributionAggregations>>;
|
|
40172
|
+
endDate?: Maybe<Scalars['Date']['output']>;
|
|
40173
|
+
startDate?: Maybe<Scalars['Date']['output']>;
|
|
40174
|
+
timeScale?: Maybe<CplsTimeScaleType>;
|
|
40175
|
+
};
|
|
39986
40176
|
export type CplsContributorData = AppUser | AtlassianAccountUser | CustomerUser;
|
|
39987
40177
|
export type CplsContributorDataEntity = {
|
|
39988
40178
|
__typename?: 'CplsContributorDataEntity';
|
|
@@ -40327,6 +40517,12 @@ export type CplsFiltersInput = {
|
|
|
40327
40517
|
searchTerm?: InputMaybe<Scalars['String']['input']>;
|
|
40328
40518
|
workTypes?: InputMaybe<Array<CplsWorkType>>;
|
|
40329
40519
|
};
|
|
40520
|
+
export type CplsGetContributorContributionAggregationsInput = {
|
|
40521
|
+
cloudId: Scalars['ID']['input'];
|
|
40522
|
+
contributionDateRange?: InputMaybe<CplsContributionDateRange>;
|
|
40523
|
+
contributorDataIds: Array<Scalars['ID']['input']>;
|
|
40524
|
+
timeScale?: InputMaybe<CplsTimeScaleType>;
|
|
40525
|
+
};
|
|
40330
40526
|
export type CplsGetContributorScopeAssociationsInput = {
|
|
40331
40527
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
40332
40528
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -40476,6 +40672,7 @@ export type CplsTimeCell = {
|
|
|
40476
40672
|
export declare enum CplsTimeScaleType {
|
|
40477
40673
|
Fortnightly = "FORTNIGHTLY",
|
|
40478
40674
|
Monthly = "MONTHLY",
|
|
40675
|
+
Quarterly = "QUARTERLY",
|
|
40479
40676
|
Weekly = "WEEKLY"
|
|
40480
40677
|
}
|
|
40481
40678
|
export type CplsUpdateCustomContributionTargetInput = {
|
|
@@ -44918,6 +45115,7 @@ export type DevAiAutodevNextCreateSuggestedClassificationRepositoryPayload = Pay
|
|
|
44918
45115
|
export type DevAiAutodevNextCreateWorkstreamInput = {
|
|
44919
45116
|
cloudId: Scalars['ID']['input'];
|
|
44920
45117
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
45118
|
+
loopType?: InputMaybe<Scalars['String']['input']>;
|
|
44921
45119
|
members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
|
|
44922
45120
|
name: Scalars['String']['input'];
|
|
44923
45121
|
projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
|
|
@@ -45304,6 +45502,7 @@ export type DevAiAutodevNextWorkstream = {
|
|
|
45304
45502
|
findWorkMode: DevAiAutodevNextWorkstreamFindWorkMode;
|
|
45305
45503
|
id: Scalars['ID']['output'];
|
|
45306
45504
|
lastSweep?: Maybe<DevAiAutodevNextWorkstreamLastSweep>;
|
|
45505
|
+
loopType?: Maybe<Scalars['String']['output']>;
|
|
45307
45506
|
members?: Maybe<DevAiAutodevNextMemberConnection>;
|
|
45308
45507
|
name?: Maybe<Scalars['String']['output']>;
|
|
45309
45508
|
projects?: Maybe<DevAiAutodevNextProjectConnection>;
|
|
@@ -49935,6 +50134,11 @@ export type ExternalCall = {
|
|
|
49935
50134
|
outcome?: Maybe<Scalars['String']['output']>;
|
|
49936
50135
|
type?: Maybe<Scalars['String']['output']>;
|
|
49937
50136
|
};
|
|
50137
|
+
export type ExternalCallOutcome = {
|
|
50138
|
+
__typename?: 'ExternalCallOutcome';
|
|
50139
|
+
category?: Maybe<Scalars['String']['output']>;
|
|
50140
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
50141
|
+
};
|
|
49938
50142
|
export type ExternalCampaign = Node & {
|
|
49939
50143
|
__typename?: 'ExternalCampaign';
|
|
49940
50144
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
@@ -51493,6 +51697,24 @@ export type ExternalTrack = {
|
|
|
51493
51697
|
locale?: Maybe<Scalars['String']['output']>;
|
|
51494
51698
|
name?: Maybe<Scalars['String']['output']>;
|
|
51495
51699
|
};
|
|
51700
|
+
export type ExternalTracker = {
|
|
51701
|
+
__typename?: 'ExternalTracker';
|
|
51702
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51703
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
51704
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51705
|
+
phrases?: Maybe<Array<Maybe<ExternalTrackerPhrase>>>;
|
|
51706
|
+
};
|
|
51707
|
+
export type ExternalTrackerOccurrence = {
|
|
51708
|
+
__typename?: 'ExternalTrackerOccurrence';
|
|
51709
|
+
speaker?: Maybe<ExternalUser>;
|
|
51710
|
+
startTime?: Maybe<Scalars['Long']['output']>;
|
|
51711
|
+
};
|
|
51712
|
+
export type ExternalTrackerPhrase = {
|
|
51713
|
+
__typename?: 'ExternalTrackerPhrase';
|
|
51714
|
+
count?: Maybe<Scalars['Long']['output']>;
|
|
51715
|
+
occurrences?: Maybe<Array<Maybe<ExternalTrackerOccurrence>>>;
|
|
51716
|
+
phrase?: Maybe<Scalars['String']['output']>;
|
|
51717
|
+
};
|
|
51496
51718
|
export type ExternalUser = {
|
|
51497
51719
|
__typename?: 'ExternalUser';
|
|
51498
51720
|
linkedUsers?: Maybe<GraphStoreSimplifiedUserLinkedThirdPartyUserInverseConnection>;
|
|
@@ -51510,6 +51732,7 @@ export type ExternalUserLinkedUsersArgs = {
|
|
|
51510
51732
|
export type ExternalVideo = Node & {
|
|
51511
51733
|
__typename?: 'ExternalVideo';
|
|
51512
51734
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
51735
|
+
callOutcome?: Maybe<ExternalCallOutcome>;
|
|
51513
51736
|
chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
|
|
51514
51737
|
commentCount?: Maybe<Scalars['Long']['output']>;
|
|
51515
51738
|
container?: Maybe<ExternalEntity>;
|
|
@@ -51524,6 +51747,7 @@ export type ExternalVideo = Node & {
|
|
|
51524
51747
|
externalId?: Maybe<Scalars['String']['output']>;
|
|
51525
51748
|
height?: Maybe<Scalars['Long']['output']>;
|
|
51526
51749
|
id: Scalars['ID']['output'];
|
|
51750
|
+
keyPoints?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
51527
51751
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
51528
51752
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
51529
51753
|
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
@@ -51534,6 +51758,7 @@ export type ExternalVideo = Node & {
|
|
|
51534
51758
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
51535
51759
|
thumbnail?: Maybe<ExternalThumbnail>;
|
|
51536
51760
|
thumbnailUrl?: Maybe<Scalars['String']['output']>;
|
|
51761
|
+
trackers?: Maybe<Array<Maybe<ExternalTracker>>>;
|
|
51537
51762
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
51538
51763
|
url?: Maybe<Scalars['String']['output']>;
|
|
51539
51764
|
videoType?: Maybe<Scalars['String']['output']>;
|
|
@@ -53261,6 +53486,11 @@ export type FrontCover = {
|
|
|
53261
53486
|
frontCoverState?: Maybe<Scalars['String']['output']>;
|
|
53262
53487
|
showFrontCover: Scalars['Boolean']['output'];
|
|
53263
53488
|
};
|
|
53489
|
+
export declare enum FrontendLogSource {
|
|
53490
|
+
Console = "CONSOLE",
|
|
53491
|
+
UncaughtException = "UNCAUGHT_EXCEPTION",
|
|
53492
|
+
UnhandledRejection = "UNHANDLED_REJECTION"
|
|
53493
|
+
}
|
|
53264
53494
|
export type FrontendResource = {
|
|
53265
53495
|
__typename?: 'FrontendResource';
|
|
53266
53496
|
attributes: Array<Maybe<MapOfStringToString>>;
|
|
@@ -54565,6 +54795,18 @@ export type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
54565
54795
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
54566
54796
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
54567
54797
|
};
|
|
54798
|
+
export type GraphInferenceAiInput = {
|
|
54799
|
+
model: GraphInferenceAiModelInput;
|
|
54800
|
+
useCaseId: Scalars['String']['input'];
|
|
54801
|
+
};
|
|
54802
|
+
export type GraphInferenceAiModelInput = {
|
|
54803
|
+
id: Scalars['String']['input'];
|
|
54804
|
+
reasoningLevel: Scalars['String']['input'];
|
|
54805
|
+
};
|
|
54806
|
+
export declare enum GraphInferenceDestinationMode {
|
|
54807
|
+
Graph = "GRAPH",
|
|
54808
|
+
Shadow = "SHADOW"
|
|
54809
|
+
}
|
|
54568
54810
|
export declare enum GraphInferenceEnvironment {
|
|
54569
54811
|
Dev = "DEV",
|
|
54570
54812
|
Production = "PRODUCTION",
|
|
@@ -54640,6 +54882,18 @@ export type GraphInferenceGetSimilarJiraItemsResponse = {
|
|
|
54640
54882
|
meta: GraphInferenceSimilarJiraItemsMeta;
|
|
54641
54883
|
root: GraphInferenceSimilarJiraItemsRoot;
|
|
54642
54884
|
};
|
|
54885
|
+
export type GraphInferenceGraphclawInferOptionV3 = {
|
|
54886
|
+
__typename?: 'GraphInferenceGraphclawInferOptionV3';
|
|
54887
|
+
compatibleTargets: Array<Scalars['String']['output']>;
|
|
54888
|
+
enabled: Scalars['Boolean']['output'];
|
|
54889
|
+
graphAvailable: Scalars['Boolean']['output'];
|
|
54890
|
+
id: Scalars['String']['output'];
|
|
54891
|
+
name: Scalars['String']['output'];
|
|
54892
|
+
resultKind: Scalars['String']['output'];
|
|
54893
|
+
supportedDestinations: Array<Scalars['String']['output']>;
|
|
54894
|
+
targetRequirement: Scalars['String']['output'];
|
|
54895
|
+
targetUsage: Scalars['String']['output'];
|
|
54896
|
+
};
|
|
54643
54897
|
export type GraphInferenceGraphclawMatcherOptionV2 = {
|
|
54644
54898
|
__typename?: 'GraphInferenceGraphclawMatcherOptionV2';
|
|
54645
54899
|
enabled: Scalars['Boolean']['output'];
|
|
@@ -54694,12 +54948,28 @@ export type GraphInferenceInferenceAppAddV2Input = {
|
|
|
54694
54948
|
source: Scalars['String']['input'];
|
|
54695
54949
|
target: Scalars['String']['input'];
|
|
54696
54950
|
};
|
|
54951
|
+
export type GraphInferenceInferenceAppAddV3Input = {
|
|
54952
|
+
ai?: InputMaybe<GraphInferenceAiInput>;
|
|
54953
|
+
createRequestId: Scalars['String']['input'];
|
|
54954
|
+
destination?: InputMaybe<GraphInferenceDestinationMode>;
|
|
54955
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54956
|
+
forTargets: Array<Scalars['String']['input']>;
|
|
54957
|
+
infer: Scalars['String']['input'];
|
|
54958
|
+
matchers: Array<Scalars['String']['input']>;
|
|
54959
|
+
name: Scalars['String']['input'];
|
|
54960
|
+
promptOverride?: InputMaybe<Scalars['String']['input']>;
|
|
54961
|
+
realtime?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54962
|
+
source: Scalars['String']['input'];
|
|
54963
|
+
};
|
|
54697
54964
|
export type GraphInferenceInferenceAppDeleteInput = {
|
|
54698
54965
|
id: Scalars['String']['input'];
|
|
54699
54966
|
};
|
|
54700
54967
|
export type GraphInferenceInferenceAppDeleteV2Input = {
|
|
54701
54968
|
id: Scalars['String']['input'];
|
|
54702
54969
|
};
|
|
54970
|
+
export type GraphInferenceInferenceAppDeleteV3Input = {
|
|
54971
|
+
id: Scalars['String']['input'];
|
|
54972
|
+
};
|
|
54703
54973
|
export type GraphInferenceInferenceAppEditInput = {
|
|
54704
54974
|
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54705
54975
|
id: Scalars['String']['input'];
|
|
@@ -54720,6 +54990,19 @@ export type GraphInferenceInferenceAppEditV2Input = {
|
|
|
54720
54990
|
source?: InputMaybe<Scalars['String']['input']>;
|
|
54721
54991
|
target?: InputMaybe<Scalars['String']['input']>;
|
|
54722
54992
|
};
|
|
54993
|
+
export type GraphInferenceInferenceAppEditV3Input = {
|
|
54994
|
+
ai?: InputMaybe<GraphInferenceAiInput>;
|
|
54995
|
+
destination?: InputMaybe<GraphInferenceDestinationMode>;
|
|
54996
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
54997
|
+
forTargets?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
54998
|
+
id: Scalars['String']['input'];
|
|
54999
|
+
infer?: InputMaybe<Scalars['String']['input']>;
|
|
55000
|
+
matchers?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
55001
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
55002
|
+
promptOverride?: InputMaybe<Scalars['String']['input']>;
|
|
55003
|
+
realtime?: InputMaybe<Scalars['Boolean']['input']>;
|
|
55004
|
+
source?: InputMaybe<Scalars['String']['input']>;
|
|
55005
|
+
};
|
|
54723
55006
|
export type GraphInferenceInferenceAppMutationPayload = {
|
|
54724
55007
|
__typename?: 'GraphInferenceInferenceAppMutationPayload';
|
|
54725
55008
|
app?: Maybe<GraphInferenceInferenceApp>;
|
|
@@ -54732,6 +55015,12 @@ export type GraphInferenceInferenceAppMutationPayloadV2 = {
|
|
|
54732
55015
|
errors: Array<GraphInferenceMutationErrorV2>;
|
|
54733
55016
|
success: Scalars['Boolean']['output'];
|
|
54734
55017
|
};
|
|
55018
|
+
export type GraphInferenceInferenceAppMutationPayloadV3 = {
|
|
55019
|
+
__typename?: 'GraphInferenceInferenceAppMutationPayloadV3';
|
|
55020
|
+
app?: Maybe<GraphInferenceInferenceAppV3>;
|
|
55021
|
+
errors: Array<GraphInferenceMutationErrorV3>;
|
|
55022
|
+
success: Scalars['Boolean']['output'];
|
|
55023
|
+
};
|
|
54735
55024
|
export type GraphInferenceInferenceAppV2 = {
|
|
54736
55025
|
__typename?: 'GraphInferenceInferenceAppV2';
|
|
54737
55026
|
available: Scalars['Boolean']['output'];
|
|
@@ -54746,6 +55035,40 @@ export type GraphInferenceInferenceAppV2 = {
|
|
|
54746
55035
|
source: Scalars['String']['output'];
|
|
54747
55036
|
target: Scalars['String']['output'];
|
|
54748
55037
|
};
|
|
55038
|
+
export type GraphInferenceInferenceAppV3 = {
|
|
55039
|
+
__typename?: 'GraphInferenceInferenceAppV3';
|
|
55040
|
+
aiUseCaseId: Scalars['String']['output'];
|
|
55041
|
+
available: Scalars['Boolean']['output'];
|
|
55042
|
+
destination: Scalars['String']['output'];
|
|
55043
|
+
enabled: Scalars['Boolean']['output'];
|
|
55044
|
+
forTargets: Array<Scalars['String']['output']>;
|
|
55045
|
+
id: Scalars['String']['output'];
|
|
55046
|
+
infer: Scalars['String']['output'];
|
|
55047
|
+
matchers: Array<Scalars['String']['output']>;
|
|
55048
|
+
modelId: Scalars['String']['output'];
|
|
55049
|
+
name: Scalars['String']['output'];
|
|
55050
|
+
owner: Scalars['String']['output'];
|
|
55051
|
+
promptOverride?: Maybe<Scalars['String']['output']>;
|
|
55052
|
+
realtime: Scalars['Boolean']['output'];
|
|
55053
|
+
reasoningLevel: Scalars['String']['output'];
|
|
55054
|
+
source: Scalars['String']['output'];
|
|
55055
|
+
};
|
|
55056
|
+
export type GraphInferenceInferenceModelChoice = {
|
|
55057
|
+
__typename?: 'GraphInferenceInferenceModelChoice';
|
|
55058
|
+
id: Scalars['String']['output'];
|
|
55059
|
+
label: Scalars['String']['output'];
|
|
55060
|
+
};
|
|
55061
|
+
export type GraphInferenceInferenceModelsInput = {
|
|
55062
|
+
infer: Scalars['String']['input'];
|
|
55063
|
+
useCaseId: Scalars['String']['input'];
|
|
55064
|
+
};
|
|
55065
|
+
export type GraphInferenceInferenceModelsResponse = {
|
|
55066
|
+
__typename?: 'GraphInferenceInferenceModelsResponse';
|
|
55067
|
+
infer: Scalars['String']['output'];
|
|
55068
|
+
models: Array<GraphInferenceInferenceModelChoice>;
|
|
55069
|
+
runtimeSelectionSupported: Scalars['Boolean']['output'];
|
|
55070
|
+
useCaseId: Scalars['String']['output'];
|
|
55071
|
+
};
|
|
54749
55072
|
export type GraphInferenceInferenceQualityBucket = {
|
|
54750
55073
|
__typename?: 'GraphInferenceInferenceQualityBucket';
|
|
54751
55074
|
bucketStart?: Maybe<Scalars['String']['output']>;
|
|
@@ -54893,6 +55216,7 @@ export type GraphInferenceJiraEntityContextSourceBucketCounts = {
|
|
|
54893
55216
|
__typename?: 'GraphInferenceJiraEntityContextSourceBucketCounts';
|
|
54894
55217
|
issue: Scalars['Int']['output'];
|
|
54895
55218
|
memory: Scalars['Int']['output'];
|
|
55219
|
+
semantic: Scalars['Int']['output'];
|
|
54896
55220
|
space: Scalars['Int']['output'];
|
|
54897
55221
|
};
|
|
54898
55222
|
export declare enum GraphInferenceMode {
|
|
@@ -54913,6 +55237,14 @@ export type GraphInferenceMutationErrorV2 = {
|
|
|
54913
55237
|
message: Scalars['String']['output'];
|
|
54914
55238
|
reason?: Maybe<Scalars['String']['output']>;
|
|
54915
55239
|
};
|
|
55240
|
+
export type GraphInferenceMutationErrorV3 = {
|
|
55241
|
+
__typename?: 'GraphInferenceMutationErrorV3';
|
|
55242
|
+
capabilityId?: Maybe<Scalars['String']['output']>;
|
|
55243
|
+
code?: Maybe<Scalars['String']['output']>;
|
|
55244
|
+
field?: Maybe<Scalars['String']['output']>;
|
|
55245
|
+
message: Scalars['String']['output'];
|
|
55246
|
+
reason?: Maybe<Scalars['String']['output']>;
|
|
55247
|
+
};
|
|
54916
55248
|
export type GraphInferenceRelatedRepoCandidate = {
|
|
54917
55249
|
__typename?: 'GraphInferenceRelatedRepoCandidate';
|
|
54918
55250
|
ari: Scalars['String']['output'];
|
|
@@ -118375,11 +118707,13 @@ export type GravityUpdateDraftContentInput = {
|
|
|
118375
118707
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
118376
118708
|
};
|
|
118377
118709
|
export type GravityUpsertActionInput = {
|
|
118378
|
-
draftId
|
|
118710
|
+
draftId?: InputMaybe<Scalars['String']['input']>;
|
|
118711
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
118379
118712
|
kind: Scalars['String']['input'];
|
|
118380
118713
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
118381
118714
|
payload?: InputMaybe<Scalars['String']['input']>;
|
|
118382
118715
|
rationale?: InputMaybe<Scalars['String']['input']>;
|
|
118716
|
+
status?: InputMaybe<GravityActionStatus>;
|
|
118383
118717
|
targetRef: Scalars['String']['input'];
|
|
118384
118718
|
};
|
|
118385
118719
|
export type GravityView = {
|
|
@@ -119871,6 +120205,7 @@ export type HelpCenterBranding = {
|
|
|
119871
120205
|
colors?: Maybe<HelpCenterBrandingColors>;
|
|
119872
120206
|
cornerRadius?: Maybe<Scalars['Int']['output']>;
|
|
119873
120207
|
hasTopBarBeenSplit?: Maybe<Scalars['Boolean']['output']>;
|
|
120208
|
+
helpCenterIcon?: Maybe<Scalars['String']['output']>;
|
|
119874
120209
|
homePageTitle?: Maybe<HelpCenterHomePageTitle>;
|
|
119875
120210
|
isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
119876
120211
|
isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -119900,6 +120235,7 @@ export type HelpCenterBrandingInput = {
|
|
|
119900
120235
|
banner?: InputMaybe<HelpCenterBannerInput>;
|
|
119901
120236
|
colors?: InputMaybe<HelpCenterBrandingColorsInput>;
|
|
119902
120237
|
cornerRadius?: InputMaybe<Scalars['Int']['input']>;
|
|
120238
|
+
helpCenterIcon?: InputMaybe<Scalars['String']['input']>;
|
|
119903
120239
|
homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
|
|
119904
120240
|
logo?: InputMaybe<HelpCenterLogoInput>;
|
|
119905
120241
|
navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
|
|
@@ -120628,6 +120964,7 @@ export type HelpCenterQueryApiHelpCentersListArgs = {
|
|
|
120628
120964
|
};
|
|
120629
120965
|
export type HelpCenterQueryApiHubMediaConfigArgs = {
|
|
120630
120966
|
ari: Scalars['ID']['input'];
|
|
120967
|
+
isDraft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
120631
120968
|
operationType?: InputMaybe<HelpCenterMediaConfigOperationType>;
|
|
120632
120969
|
};
|
|
120633
120970
|
export type HelpCenterQueryApiHubProductEntitiesArgs = {
|
|
@@ -121712,6 +122049,7 @@ export declare enum HelpObjectStoreEntityTypes {
|
|
|
121712
122049
|
RequestTypes = "REQUEST_TYPES"
|
|
121713
122050
|
}
|
|
121714
122051
|
export type HelpObjectStoreFilter = {
|
|
122052
|
+
entityIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121715
122053
|
parentId?: InputMaybe<Scalars['String']['input']>;
|
|
121716
122054
|
subEntityTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
121717
122055
|
};
|
|
@@ -122668,6 +123006,7 @@ export type Installation = {
|
|
|
122668
123006
|
customMetricsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
122669
123007
|
edition?: Maybe<Scalars['String']['output']>;
|
|
122670
123008
|
environment?: Maybe<Scalars['String']['output']>;
|
|
123009
|
+
environmentId?: Maybe<Scalars['String']['output']>;
|
|
122671
123010
|
hostName?: Maybe<Scalars['String']['output']>;
|
|
122672
123011
|
installationId: Scalars['String']['output'];
|
|
122673
123012
|
installedOn?: Maybe<Scalars['String']['output']>;
|
|
@@ -126064,6 +126403,7 @@ export type JiraBoardView = JiraView & Node & {
|
|
|
126064
126403
|
__typename?: 'JiraBoardView';
|
|
126065
126404
|
autoCompleteSprintErrorCount?: Maybe<Scalars['Int']['output']>;
|
|
126066
126405
|
availableTransitionsForIssue?: Maybe<JiraTransitionConnection>;
|
|
126406
|
+
backlogStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
126067
126407
|
board?: Maybe<JiraBoard>;
|
|
126068
126408
|
canArchiveIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
126069
126409
|
canAssignIssues?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -126112,6 +126452,10 @@ export type JiraBoardViewAvailableTransitionsForIssueArgs = {
|
|
|
126112
126452
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126113
126453
|
issueId: Scalars['ID']['input'];
|
|
126114
126454
|
};
|
|
126455
|
+
export type JiraBoardViewBacklogStatusesArgs = {
|
|
126456
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
126457
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126458
|
+
};
|
|
126115
126459
|
export type JiraBoardViewCanMoveIssueBetweenSwimlanesArgs = {
|
|
126116
126460
|
issueId: Scalars['ID']['input'];
|
|
126117
126461
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
@@ -126127,7 +126471,6 @@ export type JiraBoardViewCardOptionsArgs = {
|
|
|
126127
126471
|
export type JiraBoardViewColumnsArgs = {
|
|
126128
126472
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
126129
126473
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
126130
|
-
includeConfig?: InputMaybe<Scalars['Boolean']['input']>;
|
|
126131
126474
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
126132
126475
|
};
|
|
126133
126476
|
export type JiraBoardViewCustomFiltersArgs = {
|
|
@@ -126490,7 +126833,6 @@ export type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
126490
126833
|
canInlineRename?: Maybe<Scalars['Boolean']['output']>;
|
|
126491
126834
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
126492
126835
|
id: Scalars['ID']['output'];
|
|
126493
|
-
isBacklog?: Maybe<Scalars['Boolean']['output']>;
|
|
126494
126836
|
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
126495
126837
|
mappedWorkflows?: Maybe<JiraBoardViewWorkflowConnection>;
|
|
126496
126838
|
maximumIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
@@ -126828,7 +127170,7 @@ export type JiraBulkMoveStatusMappingInput = {
|
|
|
126828
127170
|
export type JiraBulkOperationInput = {
|
|
126829
127171
|
bulkDeleteInput?: InputMaybe<JiraBulkDeleteInput>;
|
|
126830
127172
|
bulkEditInput?: InputMaybe<JiraBulkEditInput>;
|
|
126831
|
-
bulkMoveInput?: InputMaybe<
|
|
127173
|
+
bulkMoveInput?: InputMaybe<Array<JiraBulkMoveInput>>;
|
|
126832
127174
|
bulkTransitionsInput?: InputMaybe<Array<JiraBulkTransitionsInput>>;
|
|
126833
127175
|
bulkWatchOrUnwatchInput?: InputMaybe<JiraBulkWatchOrUnwatchInput>;
|
|
126834
127176
|
sendBulkNotification?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -128278,6 +128620,26 @@ export type JiraComponentFieldOperationInput = {
|
|
|
128278
128620
|
export type JiraComponentInput = {
|
|
128279
128621
|
componentId: Scalars['ID']['input'];
|
|
128280
128622
|
};
|
|
128623
|
+
export type JiraComponentResourceUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
128624
|
+
__typename?: 'JiraComponentResourceUsageMetric';
|
|
128625
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
128626
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
128627
|
+
id: Scalars['ID']['output'];
|
|
128628
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
128629
|
+
projectsOverLimit?: Maybe<Scalars['Int']['output']>;
|
|
128630
|
+
projectsReachingLimit?: Maybe<Scalars['Int']['output']>;
|
|
128631
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
128632
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
128633
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
128634
|
+
};
|
|
128635
|
+
export type JiraComponentResourceUsageMetricValuesArgs = {
|
|
128636
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
128637
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
128638
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
128639
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
128640
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
128641
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
128642
|
+
};
|
|
128281
128643
|
export type JiraComponentsField = JiraIssueField & JiraIssueFieldConfiguration & JiraListRowField & JiraUserIssueFieldConfiguration & Node & {
|
|
128282
128644
|
__typename?: 'JiraComponentsField';
|
|
128283
128645
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -132772,15 +133134,22 @@ export type JiraHydrateJqlInput = {
|
|
|
132772
133134
|
};
|
|
132773
133135
|
export type JiraIccActivityValue = {
|
|
132774
133136
|
__typename?: 'JiraIccActivityValue';
|
|
132775
|
-
|
|
132776
|
-
|
|
133137
|
+
completedStepCount?: Maybe<Scalars['String']['output']>;
|
|
133138
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
133139
|
+
failureReason?: Maybe<Scalars['String']['output']>;
|
|
133140
|
+
groupId?: Maybe<Scalars['String']['output']>;
|
|
133141
|
+
groupName?: Maybe<Scalars['String']['output']>;
|
|
133142
|
+
hypothesisCount?: Maybe<Scalars['String']['output']>;
|
|
133143
|
+
incidentName?: Maybe<Scalars['String']['output']>;
|
|
132777
133144
|
planName?: Maybe<Scalars['String']['output']>;
|
|
132778
133145
|
status?: Maybe<Scalars['String']['output']>;
|
|
132779
|
-
|
|
133146
|
+
statusPageIncidentId?: Maybe<Scalars['String']['output']>;
|
|
132780
133147
|
stepStatus?: Maybe<Scalars['String']['output']>;
|
|
132781
|
-
|
|
133148
|
+
stepTitle?: Maybe<Scalars['String']['output']>;
|
|
132782
133149
|
totalSteps?: Maybe<Scalars['String']['output']>;
|
|
132783
133150
|
triggerReason?: Maybe<Scalars['String']['output']>;
|
|
133151
|
+
triggerType?: Maybe<Scalars['String']['output']>;
|
|
133152
|
+
version?: Maybe<Scalars['String']['output']>;
|
|
132784
133153
|
};
|
|
132785
133154
|
export type JiraImproveDescriptionSuggestion = JiraBaseNextActionsEntity & {
|
|
132786
133155
|
__typename?: 'JiraImproveDescriptionSuggestion';
|
|
@@ -132841,6 +133210,7 @@ export declare enum JiraIncidentActivityType {
|
|
|
132841
133210
|
AlertAssociated = "ALERT_ASSOCIATED",
|
|
132842
133211
|
AlertDisassociated = "ALERT_DISASSOCIATED",
|
|
132843
133212
|
IncidentHypothesisAccepted = "INCIDENT_HYPOTHESIS_ACCEPTED",
|
|
133213
|
+
IncidentInvestigationCancelled = "INCIDENT_INVESTIGATION_CANCELLED",
|
|
132844
133214
|
IncidentInvestigationCompleted = "INCIDENT_INVESTIGATION_COMPLETED",
|
|
132845
133215
|
IncidentInvestigationStarted = "INCIDENT_INVESTIGATION_STARTED",
|
|
132846
133216
|
IncidentMitigationPlansCreationCompleted = "INCIDENT_MITIGATION_PLANS_CREATION_COMPLETED",
|
|
@@ -132852,6 +133222,11 @@ export declare enum JiraIncidentActivityType {
|
|
|
132852
133222
|
IncidentOverviewSummaryGenerated = "INCIDENT_OVERVIEW_SUMMARY_GENERATED",
|
|
132853
133223
|
IncidentStakeholderAdded = "INCIDENT_STAKEHOLDER_ADDED",
|
|
132854
133224
|
IncidentStakeholderRemoved = "INCIDENT_STAKEHOLDER_REMOVED",
|
|
133225
|
+
IncidentStatusPageIncidentCreated = "INCIDENT_STATUS_PAGE_INCIDENT_CREATED",
|
|
133226
|
+
IncidentStatusPageIncidentResolved = "INCIDENT_STATUS_PAGE_INCIDENT_RESOLVED",
|
|
133227
|
+
IncidentStatusPageIncidentUpdated = "INCIDENT_STATUS_PAGE_INCIDENT_UPDATED",
|
|
133228
|
+
IncidentStatusPageStakeholderGroupAdded = "INCIDENT_STATUS_PAGE_STAKEHOLDER_GROUP_ADDED",
|
|
133229
|
+
IncidentStatusPageStakeholderGroupRemoved = "INCIDENT_STATUS_PAGE_STAKEHOLDER_GROUP_REMOVED",
|
|
132855
133230
|
ResponderAlertAcked = "RESPONDER_ALERT_ACKED",
|
|
132856
133231
|
ResponderAlertAssigned = "RESPONDER_ALERT_ASSIGNED",
|
|
132857
133232
|
ResponderAlertClosed = "RESPONDER_ALERT_CLOSED",
|
|
@@ -135425,6 +135800,7 @@ export type JiraIssueSearchTimelineViewConfigSettings = {
|
|
|
135425
135800
|
hideReleases?: Maybe<Scalars['Boolean']['output']>;
|
|
135426
135801
|
hideUnParentedItems?: Maybe<Scalars['Boolean']['output']>;
|
|
135427
135802
|
hideWarnings?: Maybe<Scalars['Boolean']['output']>;
|
|
135803
|
+
hierarchyWithFiltersEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
135428
135804
|
highlightedReleases?: Maybe<Array<Scalars['ID']['output']>>;
|
|
135429
135805
|
lastAppliedFilters?: Maybe<JiraTimelineLastAppliedFilters>;
|
|
135430
135806
|
maxHierarchyLevel?: Maybe<Scalars['Int']['output']>;
|
|
@@ -137800,6 +138176,12 @@ export type JiraMultiSelectComponentFieldInput = {
|
|
|
137800
138176
|
components?: InputMaybe<Array<JiraComponentInput>>;
|
|
137801
138177
|
fieldId: Scalars['ID']['input'];
|
|
137802
138178
|
};
|
|
138179
|
+
export type JiraMultiSubmitBulkOperationProgress = {
|
|
138180
|
+
__typename?: 'JiraMultiSubmitBulkOperationProgress';
|
|
138181
|
+
errors?: Maybe<Array<MutationError>>;
|
|
138182
|
+
inputId: Scalars['String']['output'];
|
|
138183
|
+
progress?: Maybe<JiraSubmitBulkOperationProgress>;
|
|
138184
|
+
};
|
|
137803
138185
|
export declare enum JiraMultiValueFieldOperations {
|
|
137804
138186
|
Add = "ADD",
|
|
137805
138187
|
Remove = "REMOVE",
|
|
@@ -140920,6 +141302,26 @@ export type JiraPriorityFieldPayload = Payload & {
|
|
|
140920
141302
|
export type JiraPriorityInput = {
|
|
140921
141303
|
priorityId: Scalars['ID']['input'];
|
|
140922
141304
|
};
|
|
141305
|
+
export type JiraPriorityResourceUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
141306
|
+
__typename?: 'JiraPriorityResourceUsageMetric';
|
|
141307
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
141308
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
141309
|
+
id: Scalars['ID']['output'];
|
|
141310
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
141311
|
+
projectsOverLimit?: Maybe<Scalars['Int']['output']>;
|
|
141312
|
+
projectsReachingLimit?: Maybe<Scalars['Int']['output']>;
|
|
141313
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
141314
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
141315
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
141316
|
+
};
|
|
141317
|
+
export type JiraPriorityResourceUsageMetricValuesArgs = {
|
|
141318
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
141319
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
141320
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
141321
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
141322
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
141323
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
141324
|
+
};
|
|
140923
141325
|
export type JiraProductDiscoveryCollection = Node & {
|
|
140924
141326
|
__typename?: 'JiraProductDiscoveryCollection';
|
|
140925
141327
|
collectionId?: Maybe<Scalars['Long']['output']>;
|
|
@@ -141334,6 +141736,7 @@ export type JiraProjectVersionsArgs = {
|
|
|
141334
141736
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
141335
141737
|
driverFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
141336
141738
|
filter?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
141739
|
+
filterById?: InputMaybe<JiraVersionIdsFilterInput>;
|
|
141337
141740
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
141338
141741
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
141339
141742
|
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
@@ -141347,6 +141750,7 @@ export type JiraProjectVersionsV2Args = {
|
|
|
141347
141750
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
141348
141751
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
141349
141752
|
filter?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
141753
|
+
filterById?: InputMaybe<JiraVersionIdsFilterInput>;
|
|
141350
141754
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
141351
141755
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
141352
141756
|
releaseDateAfter?: InputMaybe<Scalars['Date']['input']>;
|
|
@@ -144267,6 +144671,26 @@ export declare enum JiraReleaseNotesIssueKeyConfig {
|
|
|
144267
144671
|
None = "NONE",
|
|
144268
144672
|
Unlinked = "UNLINKED"
|
|
144269
144673
|
}
|
|
144674
|
+
export type JiraReleaseResourceUsageMetric = JiraResourceUsageMetricV2 & Node & {
|
|
144675
|
+
__typename?: 'JiraReleaseResourceUsageMetric';
|
|
144676
|
+
cleanupValue?: Maybe<Scalars['Long']['output']>;
|
|
144677
|
+
currentValue?: Maybe<Scalars['Long']['output']>;
|
|
144678
|
+
id: Scalars['ID']['output'];
|
|
144679
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
144680
|
+
projectsOverLimit?: Maybe<Scalars['Int']['output']>;
|
|
144681
|
+
projectsReachingLimit?: Maybe<Scalars['Int']['output']>;
|
|
144682
|
+
thresholdValue?: Maybe<Scalars['Long']['output']>;
|
|
144683
|
+
values?: Maybe<JiraResourceUsageMetricValueConnection>;
|
|
144684
|
+
warningValue?: Maybe<Scalars['Long']['output']>;
|
|
144685
|
+
};
|
|
144686
|
+
export type JiraReleaseResourceUsageMetricValuesArgs = {
|
|
144687
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
144688
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
144689
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
144690
|
+
fromDate?: InputMaybe<Scalars['Date']['input']>;
|
|
144691
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
144692
|
+
toDate?: InputMaybe<Scalars['Date']['input']>;
|
|
144693
|
+
};
|
|
144270
144694
|
export type JiraReleases = {
|
|
144271
144695
|
__typename?: 'JiraReleases';
|
|
144272
144696
|
deployments?: Maybe<JiraReleasesDeploymentSummaryConnection>;
|
|
@@ -147561,6 +147985,7 @@ export type JiraSetBoardViewStatusColumnMappingDeleteStatusInput = {
|
|
|
147561
147985
|
statusId: Scalars['ID']['input'];
|
|
147562
147986
|
};
|
|
147563
147987
|
export type JiraSetBoardViewStatusColumnMappingInput = {
|
|
147988
|
+
backlogStatuses?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
147564
147989
|
columns: Array<JiraBoardViewStatusColumnMapping>;
|
|
147565
147990
|
createStatuses?: InputMaybe<Array<JiraSetBoardViewStatusColumnMappingCreateStatusInput>>;
|
|
147566
147991
|
deleteStatuses?: InputMaybe<Array<JiraSetBoardViewStatusColumnMappingDeleteStatusInput>>;
|
|
@@ -147963,6 +148388,16 @@ export type JiraSetTimelineViewHideWarningsPayload = Payload & {
|
|
|
147963
148388
|
success: Scalars['Boolean']['output'];
|
|
147964
148389
|
view?: Maybe<JiraView>;
|
|
147965
148390
|
};
|
|
148391
|
+
export type JiraSetTimelineViewHierarchyWithFiltersEnabledInput = {
|
|
148392
|
+
hierarchyWithFiltersEnabled: Scalars['Boolean']['input'];
|
|
148393
|
+
viewId: Scalars['ID']['input'];
|
|
148394
|
+
};
|
|
148395
|
+
export type JiraSetTimelineViewHierarchyWithFiltersEnabledPayload = Payload & {
|
|
148396
|
+
__typename?: 'JiraSetTimelineViewHierarchyWithFiltersEnabledPayload';
|
|
148397
|
+
errors?: Maybe<Array<MutationError>>;
|
|
148398
|
+
success: Scalars['Boolean']['output'];
|
|
148399
|
+
view?: Maybe<JiraView>;
|
|
148400
|
+
};
|
|
147966
148401
|
export type JiraSetTimelineViewMaxHierarchyLevelInput = {
|
|
147967
148402
|
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
147968
148403
|
viewId: Scalars['ID']['input'];
|
|
@@ -148980,9 +149415,6 @@ export type JiraStreamHubResourceIdentifier = {
|
|
|
148980
149415
|
__typename?: 'JiraStreamHubResourceIdentifier';
|
|
148981
149416
|
resource?: Maybe<Scalars['ID']['output']>;
|
|
148982
149417
|
};
|
|
148983
|
-
export type JiraSubmitBulkMoveOperationInput = {
|
|
148984
|
-
bulkMoveInputs: Array<JiraBulkMoveInput>;
|
|
148985
|
-
};
|
|
148986
149418
|
export type JiraSubmitBulkOperationInput = {
|
|
148987
149419
|
bulkOperationInput: JiraBulkOperationInput;
|
|
148988
149420
|
bulkOperationType: JiraBulkOperationType;
|
|
@@ -148990,6 +149422,7 @@ export type JiraSubmitBulkOperationInput = {
|
|
|
148990
149422
|
export type JiraSubmitBulkOperationPayload = Payload & {
|
|
148991
149423
|
__typename?: 'JiraSubmitBulkOperationPayload';
|
|
148992
149424
|
errors?: Maybe<Array<MutationError>>;
|
|
149425
|
+
multiSubmitProgress?: Maybe<Array<JiraMultiSubmitBulkOperationProgress>>;
|
|
148993
149426
|
progress?: Maybe<JiraSubmitBulkOperationProgress>;
|
|
148994
149427
|
success: Scalars['Boolean']['output'];
|
|
148995
149428
|
};
|
|
@@ -149661,6 +150094,7 @@ export type JiraTimelineStaticViewInput = {
|
|
|
149661
150094
|
hideReleases?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149662
150095
|
hideUnParentedItems?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149663
150096
|
hideWarnings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
150097
|
+
hierarchyWithFiltersEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149664
150098
|
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
149665
150099
|
rangeMode?: InputMaybe<JiraTimelineViewRangeMode>;
|
|
149666
150100
|
};
|
|
@@ -149758,6 +150192,7 @@ export type JiraTimelineViewSettings = {
|
|
|
149758
150192
|
hideReleases?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149759
150193
|
hideUnParentedItems?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149760
150194
|
hideWarnings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
150195
|
+
hierarchyWithFiltersEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
149761
150196
|
jql?: InputMaybe<Scalars['String']['input']>;
|
|
149762
150197
|
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
149763
150198
|
rangeMode?: InputMaybe<JiraTimelineViewRangeMode>;
|
|
@@ -151400,6 +151835,14 @@ export type JiraVersionFilterInput = {
|
|
|
151400
151835
|
searchString?: InputMaybe<Scalars['String']['input']>;
|
|
151401
151836
|
statuses?: InputMaybe<Array<InputMaybe<JiraVersionStatus>>>;
|
|
151402
151837
|
};
|
|
151838
|
+
export type JiraVersionIdsFilterInput = {
|
|
151839
|
+
ids: Array<Scalars['ID']['input']>;
|
|
151840
|
+
operation: JiraVersionIdsFilterOperation;
|
|
151841
|
+
};
|
|
151842
|
+
export declare enum JiraVersionIdsFilterOperation {
|
|
151843
|
+
Allow = "ALLOW",
|
|
151844
|
+
Exclude = "EXCLUDE"
|
|
151845
|
+
}
|
|
151403
151846
|
export type JiraVersionInput = {
|
|
151404
151847
|
versionId?: InputMaybe<Scalars['ID']['input']>;
|
|
151405
151848
|
};
|
|
@@ -156197,6 +156640,49 @@ export type KitsuneConnection = {
|
|
|
156197
156640
|
edges: Array<KitsuneEdge>;
|
|
156198
156641
|
pageInfo: PageInfo;
|
|
156199
156642
|
};
|
|
156643
|
+
export type KitsuneConnectorConfig = {
|
|
156644
|
+
__typename?: 'KitsuneConnectorConfig';
|
|
156645
|
+
enabled: Scalars['Boolean']['output'];
|
|
156646
|
+
filters: Array<KitsuneConnectorConfigFilter>;
|
|
156647
|
+
filtersLogicalOperator: KitsuneLogicalOperator;
|
|
156648
|
+
id: Scalars['ID']['output'];
|
|
156649
|
+
sourceType: KitsuneSourceCategoryType;
|
|
156650
|
+
spaceId?: Maybe<Scalars['ID']['output']>;
|
|
156651
|
+
};
|
|
156652
|
+
export type KitsuneConnectorConfigFilter = {
|
|
156653
|
+
__typename?: 'KitsuneConnectorConfigFilter';
|
|
156654
|
+
field: Scalars['String']['output'];
|
|
156655
|
+
fieldExternalId?: Maybe<Scalars['String']['output']>;
|
|
156656
|
+
fieldValueType?: Maybe<KitsuneFieldValueType>;
|
|
156657
|
+
id: Scalars['ID']['output'];
|
|
156658
|
+
operator: KitsuneComparisonOperator;
|
|
156659
|
+
values: Array<KitsuneConnectorConfigFilterValue>;
|
|
156660
|
+
};
|
|
156661
|
+
export type KitsuneConnectorConfigFilterInput = {
|
|
156662
|
+
field: Scalars['String']['input'];
|
|
156663
|
+
fieldExternalId?: InputMaybe<Scalars['String']['input']>;
|
|
156664
|
+
fieldValueType?: InputMaybe<KitsuneFieldValueType>;
|
|
156665
|
+
operator: KitsuneComparisonOperator;
|
|
156666
|
+
values?: InputMaybe<KitsuneFilterValueInput>;
|
|
156667
|
+
};
|
|
156668
|
+
export type KitsuneConnectorConfigFilterValue = KitsuneDateValue | KitsuneNumberValue | KitsuneTextValue;
|
|
156669
|
+
export type KitsuneConnectorConfigInput = {
|
|
156670
|
+
filters: Array<KitsuneConnectorConfigFilterInput>;
|
|
156671
|
+
logicalOperator: KitsuneLogicalOperator;
|
|
156672
|
+
};
|
|
156673
|
+
export type KitsuneCreateConnectorConfigInput = {
|
|
156674
|
+
config?: InputMaybe<KitsuneConnectorConfigInput>;
|
|
156675
|
+
enabled: Scalars['Boolean']['input'];
|
|
156676
|
+
sourceType: KitsuneSourceCategoryType;
|
|
156677
|
+
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
156678
|
+
workspaceAri: Scalars['ID']['input'];
|
|
156679
|
+
};
|
|
156680
|
+
export type KitsuneCreateConnectorConfigPayload = Payload & {
|
|
156681
|
+
__typename?: 'KitsuneCreateConnectorConfigPayload';
|
|
156682
|
+
connectorConfig?: Maybe<KitsuneConnectorConfig>;
|
|
156683
|
+
errors?: Maybe<Array<MutationError>>;
|
|
156684
|
+
success: Scalars['Boolean']['output'];
|
|
156685
|
+
};
|
|
156200
156686
|
export type KitsuneCreateFieldOptionInput = {
|
|
156201
156687
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
156202
156688
|
name: Scalars['String']['input'];
|
|
@@ -156536,6 +157022,8 @@ export declare enum KitsuneJobStatus {
|
|
|
156536
157022
|
Pending = "PENDING"
|
|
156537
157023
|
}
|
|
156538
157024
|
export declare enum KitsuneJobType {
|
|
157025
|
+
BackfillAutoTagging = "BACKFILL_AUTO_TAGGING",
|
|
157026
|
+
DeleteFeedback = "DELETE_FEEDBACK",
|
|
156539
157027
|
DeleteSpace = "DELETE_SPACE",
|
|
156540
157028
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
156541
157029
|
ImportCustomer = "IMPORT_CUSTOMER",
|
|
@@ -156545,7 +157033,8 @@ export declare enum KitsuneJobType {
|
|
|
156545
157033
|
ResyncFeedback = "RESYNC_FEEDBACK",
|
|
156546
157034
|
ResyncInsights = "RESYNC_INSIGHTS",
|
|
156547
157035
|
SyncCsmProperties = "SYNC_CSM_PROPERTIES",
|
|
156548
|
-
SyncCustomer = "SYNC_CUSTOMER"
|
|
157036
|
+
SyncCustomer = "SYNC_CUSTOMER",
|
|
157037
|
+
UpdateFeedback = "UPDATE_FEEDBACK"
|
|
156549
157038
|
}
|
|
156550
157039
|
export declare enum KitsuneLogicalOperator {
|
|
156551
157040
|
And = "AND",
|
|
@@ -156599,6 +157088,15 @@ export type KitsuneRankInput = {
|
|
|
156599
157088
|
after?: InputMaybe<Scalars['ID']['input']>;
|
|
156600
157089
|
before?: InputMaybe<Scalars['ID']['input']>;
|
|
156601
157090
|
};
|
|
157091
|
+
export type KitsuneRemoveConnectorConfigInput = {
|
|
157092
|
+
workspaceAri: Scalars['ID']['input'];
|
|
157093
|
+
};
|
|
157094
|
+
export type KitsuneRemoveConnectorConfigPayload = Payload & {
|
|
157095
|
+
__typename?: 'KitsuneRemoveConnectorConfigPayload';
|
|
157096
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157097
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
157098
|
+
success: Scalars['Boolean']['output'];
|
|
157099
|
+
};
|
|
156602
157100
|
export type KitsuneRollupInput = {
|
|
156603
157101
|
externalId?: InputMaybe<Scalars['ID']['input']>;
|
|
156604
157102
|
ideaAri?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -156955,6 +157453,17 @@ export type KitsuneTextValue = {
|
|
|
156955
157453
|
_id: Scalars['ID']['output'];
|
|
156956
157454
|
value: Scalars['String']['output'];
|
|
156957
157455
|
};
|
|
157456
|
+
export type KitsuneUpdateConnectorConfigInput = {
|
|
157457
|
+
config?: InputMaybe<KitsuneConnectorConfigInput>;
|
|
157458
|
+
enabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
157459
|
+
workspaceAri: Scalars['ID']['input'];
|
|
157460
|
+
};
|
|
157461
|
+
export type KitsuneUpdateConnectorConfigPayload = Payload & {
|
|
157462
|
+
__typename?: 'KitsuneUpdateConnectorConfigPayload';
|
|
157463
|
+
connectorConfig?: Maybe<KitsuneConnectorConfig>;
|
|
157464
|
+
errors?: Maybe<Array<MutationError>>;
|
|
157465
|
+
success: Scalars['Boolean']['output'];
|
|
157466
|
+
};
|
|
156958
157467
|
export type KitsuneUser = {
|
|
156959
157468
|
__typename?: 'KitsuneUser';
|
|
156960
157469
|
user?: Maybe<User>;
|
|
@@ -157721,10 +158230,13 @@ export type KnowledgeDiscoveryIntent = {
|
|
|
157721
158230
|
export type KnowledgeDiscoveryIntentDetectionMetadata = {
|
|
157722
158231
|
__typename?: 'KnowledgeDiscoveryIntentDetectionMetadata';
|
|
157723
158232
|
cacheHit?: Maybe<Scalars['Boolean']['output']>;
|
|
158233
|
+
elsTraceId?: Maybe<Scalars['String']['output']>;
|
|
157724
158234
|
entityMetadata?: Maybe<Array<KnowledgeDiscoveryEntityMetadata>>;
|
|
157725
158235
|
latencyMs?: Maybe<Scalars['Int']['output']>;
|
|
157726
158236
|
method: Scalars['String']['output'];
|
|
157727
158237
|
model?: Maybe<Scalars['String']['output']>;
|
|
158238
|
+
originalIntent?: Maybe<KnowledgeDiscoveryQueryClassification>;
|
|
158239
|
+
prefilterEntities?: Maybe<Array<KnowledgeDiscoveryPrefilterEntityData>>;
|
|
157728
158240
|
timestamp?: Maybe<Scalars['String']['output']>;
|
|
157729
158241
|
};
|
|
157730
158242
|
export type KnowledgeDiscoveryIntentDetectionResult = KnowledgeDiscoveryIntentDetectionSuccess | QueryError;
|
|
@@ -157949,6 +158461,15 @@ export type KnowledgeDiscoveryPopularSearchQuery = {
|
|
|
157949
158461
|
isPopular: Scalars['Boolean']['output'];
|
|
157950
158462
|
};
|
|
157951
158463
|
export type KnowledgeDiscoveryPopularSearchQueryResult = KnowledgeDiscoveryPopularSearchQuery | QueryError;
|
|
158464
|
+
export type KnowledgeDiscoveryPrefilterEntityData = {
|
|
158465
|
+
__typename?: 'KnowledgeDiscoveryPrefilterEntityData';
|
|
158466
|
+
clarificationLevel?: Maybe<Scalars['Int']['output']>;
|
|
158467
|
+
confidenceScore?: Maybe<Scalars['Float']['output']>;
|
|
158468
|
+
entityType: Scalars['String']['output'];
|
|
158469
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
158470
|
+
mention?: Maybe<Scalars['String']['output']>;
|
|
158471
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
158472
|
+
};
|
|
157952
158473
|
export declare enum KnowledgeDiscoveryProduct {
|
|
157953
158474
|
Confluence = "CONFLUENCE",
|
|
157954
158475
|
Google = "GOOGLE",
|
|
@@ -158909,21 +159430,28 @@ export type LogDetails = {
|
|
|
158909
159430
|
export type LogQueryInput = {
|
|
158910
159431
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
158911
159432
|
appVersions?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
159433
|
+
browserName?: InputMaybe<Scalars['String']['input']>;
|
|
158912
159434
|
container?: InputMaybe<Scalars['String']['input']>;
|
|
158913
159435
|
containers?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
158914
159436
|
contexts?: InputMaybe<Array<InputMaybe<Context>>>;
|
|
158915
159437
|
dates?: InputMaybe<DateSearchInput>;
|
|
158916
159438
|
editions?: InputMaybe<Array<InputMaybe<EditionValue>>>;
|
|
159439
|
+
errorType?: InputMaybe<Scalars['String']['input']>;
|
|
159440
|
+
extensionType?: InputMaybe<Scalars['String']['input']>;
|
|
158917
159441
|
functionKey?: InputMaybe<Scalars['String']['input']>;
|
|
158918
159442
|
functionKeys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
158919
159443
|
installationContexts?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
159444
|
+
installationId?: InputMaybe<Scalars['String']['input']>;
|
|
158920
159445
|
instance?: InputMaybe<Scalars['String']['input']>;
|
|
158921
159446
|
instances?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
158922
159447
|
invocationId?: InputMaybe<Scalars['String']['input']>;
|
|
158923
159448
|
licenseStates?: InputMaybe<Array<InputMaybe<LicenseValue>>>;
|
|
159449
|
+
logSource?: InputMaybe<FrontendLogSource>;
|
|
158924
159450
|
lvl?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
158925
159451
|
moduleType?: InputMaybe<Scalars['String']['input']>;
|
|
158926
159452
|
msg?: InputMaybe<Scalars['String']['input']>;
|
|
159453
|
+
osName?: InputMaybe<Scalars['String']['input']>;
|
|
159454
|
+
renderType?: InputMaybe<Scalars['String']['input']>;
|
|
158927
159455
|
runtime?: InputMaybe<Scalars['String']['input']>;
|
|
158928
159456
|
service?: InputMaybe<Scalars['String']['input']>;
|
|
158929
159457
|
services?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
@@ -159138,6 +159666,7 @@ export type LoomMeeting = Node & {
|
|
|
159138
159666
|
id: Scalars['ID']['output'];
|
|
159139
159667
|
inviteeAris?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
159140
159668
|
invitees?: Maybe<Array<Maybe<User>>>;
|
|
159669
|
+
oneClickActions?: Maybe<Array<Maybe<LoomMeetingOneClickAction>>>;
|
|
159141
159670
|
recorder?: Maybe<User>;
|
|
159142
159671
|
recorderId?: Maybe<Scalars['ID']['output']>;
|
|
159143
159672
|
recurrenceAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -159163,6 +159692,32 @@ export type LoomMeetingEdge = {
|
|
|
159163
159692
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
159164
159693
|
node?: Maybe<LoomMeeting>;
|
|
159165
159694
|
};
|
|
159695
|
+
export type LoomMeetingOneClickAction = {
|
|
159696
|
+
__typename?: 'LoomMeetingOneClickAction';
|
|
159697
|
+
action?: Maybe<Scalars['String']['output']>;
|
|
159698
|
+
confluenceContentType?: Maybe<LoomMeetingOneClickActionConfluenceContentType>;
|
|
159699
|
+
id: Scalars['ID']['output'];
|
|
159700
|
+
rationale?: Maybe<Scalars['String']['output']>;
|
|
159701
|
+
status?: Maybe<LoomMeetingOneClickActionStatus>;
|
|
159702
|
+
timestampSeconds?: Maybe<Scalars['Int']['output']>;
|
|
159703
|
+
type?: Maybe<LoomMeetingOneClickActionType>;
|
|
159704
|
+
};
|
|
159705
|
+
export declare enum LoomMeetingOneClickActionConfluenceContentType {
|
|
159706
|
+
Database = "DATABASE",
|
|
159707
|
+
LiveDoc = "LIVE_DOC",
|
|
159708
|
+
Slides = "SLIDES",
|
|
159709
|
+
Whiteboard = "WHITEBOARD"
|
|
159710
|
+
}
|
|
159711
|
+
export declare enum LoomMeetingOneClickActionStatus {
|
|
159712
|
+
Accepted = "ACCEPTED",
|
|
159713
|
+
Dismissed = "DISMISSED",
|
|
159714
|
+
Pending = "PENDING"
|
|
159715
|
+
}
|
|
159716
|
+
export declare enum LoomMeetingOneClickActionType {
|
|
159717
|
+
Confluence = "CONFLUENCE",
|
|
159718
|
+
Jira = "JIRA",
|
|
159719
|
+
Message = "MESSAGE"
|
|
159720
|
+
}
|
|
159166
159721
|
export type LoomMeetingRecurrence = Node & {
|
|
159167
159722
|
__typename?: 'LoomMeetingRecurrence';
|
|
159168
159723
|
id: Scalars['ID']['output'];
|
|
@@ -159289,6 +159844,7 @@ export type LoomS3UploadInfo = {
|
|
|
159289
159844
|
export type LoomSettings = {
|
|
159290
159845
|
__typename?: 'LoomSettings';
|
|
159291
159846
|
meetingNotesAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159847
|
+
meetingNotesEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
159292
159848
|
meetingNotesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
159293
159849
|
meetingRecordingsAvailable?: Maybe<Scalars['Boolean']['output']>;
|
|
159294
159850
|
};
|
|
@@ -159438,6 +159994,20 @@ export type LoomUnauthenticatedUserPrimaryAuthType = {
|
|
|
159438
159994
|
hasActiveMemberships?: Maybe<Scalars['Boolean']['output']>;
|
|
159439
159995
|
redirectUri?: Maybe<Scalars['String']['output']>;
|
|
159440
159996
|
};
|
|
159997
|
+
export declare enum LoomUpdateMeetingOneClickActionStatus {
|
|
159998
|
+
Accepted = "ACCEPTED",
|
|
159999
|
+
Dismissed = "DISMISSED"
|
|
160000
|
+
}
|
|
160001
|
+
export type LoomUpdateMeetingOneClickActionStatusInput = {
|
|
160002
|
+
id: Scalars['ID']['input'];
|
|
160003
|
+
siteId: Scalars['ID']['input'];
|
|
160004
|
+
status: LoomUpdateMeetingOneClickActionStatus;
|
|
160005
|
+
};
|
|
160006
|
+
export type LoomUpdateMeetingOneClickActionStatusPayload = {
|
|
160007
|
+
__typename?: 'LoomUpdateMeetingOneClickActionStatusPayload';
|
|
160008
|
+
oneClickAction?: Maybe<LoomMeetingOneClickAction>;
|
|
160009
|
+
success: Scalars['Boolean']['output'];
|
|
160010
|
+
};
|
|
159441
160011
|
export type LoomUpdateVideoPermissionsInput = {
|
|
159442
160012
|
id: Scalars['ID']['input'];
|
|
159443
160013
|
visibility: LoomVideoVisibility;
|
|
@@ -159489,6 +160059,7 @@ export type LoomVideo = Node & {
|
|
|
159489
160059
|
ownerId?: Maybe<Scalars['String']['output']>;
|
|
159490
160060
|
playableDuration?: Maybe<Scalars['Float']['output']>;
|
|
159491
160061
|
reactionCount?: Maybe<Scalars['Int']['output']>;
|
|
160062
|
+
shortSummary?: Maybe<Scalars['String']['output']>;
|
|
159492
160063
|
sourceDuration?: Maybe<Scalars['Float']['output']>;
|
|
159493
160064
|
thumbnails?: Maybe<LoomVideoDefaultThumbnailsSources>;
|
|
159494
160065
|
transcript?: Maybe<LoomTranscript>;
|
|
@@ -160069,6 +160640,11 @@ export type MarketplaceConsoleAppInput = {
|
|
|
160069
160640
|
vendorLinks?: InputMaybe<MarketplaceConsoleAppVendorLinksInput>;
|
|
160070
160641
|
version: MarketplaceConsoleAppVersionCreateRequestInput;
|
|
160071
160642
|
};
|
|
160643
|
+
export type MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse = {
|
|
160644
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse';
|
|
160645
|
+
eligibleSources: Array<MarketplaceConsoleAppPublishWizardPrefillSourceApp>;
|
|
160646
|
+
selfPriorAppKey?: Maybe<Scalars['String']['output']>;
|
|
160647
|
+
};
|
|
160072
160648
|
export type MarketplaceConsoleAppPublishWizardCheckResult = {
|
|
160073
160649
|
__typename?: 'MarketplaceConsoleAppPublishWizardCheckResult';
|
|
160074
160650
|
checkerName: Scalars['String']['output'];
|
|
@@ -160160,6 +160736,16 @@ export declare enum MarketplaceConsoleAppPublishWizardFillStrategy {
|
|
|
160160
160736
|
Partial = "PARTIAL",
|
|
160161
160737
|
PreFilled = "PRE_FILLED"
|
|
160162
160738
|
}
|
|
160739
|
+
export type MarketplaceConsoleAppPublishWizardPrefillSourceApp = {
|
|
160740
|
+
__typename?: 'MarketplaceConsoleAppPublishWizardPrefillSourceApp';
|
|
160741
|
+
appKey: Scalars['String']['output'];
|
|
160742
|
+
origin: MarketplaceConsoleAppPublishWizardPrefillSourceOrigin;
|
|
160743
|
+
submittedAt?: Maybe<Scalars['String']['output']>;
|
|
160744
|
+
};
|
|
160745
|
+
export declare enum MarketplaceConsoleAppPublishWizardPrefillSourceOrigin {
|
|
160746
|
+
Donut = "DONUT",
|
|
160747
|
+
Hermes = "HERMES"
|
|
160748
|
+
}
|
|
160163
160749
|
export type MarketplaceConsoleAppPublishWizardReadinessResponse = {
|
|
160164
160750
|
__typename?: 'MarketplaceConsoleAppPublishWizardReadinessResponse';
|
|
160165
160751
|
checks: Array<MarketplaceConsoleAppPublishWizardCheckResult>;
|
|
@@ -160258,6 +160844,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStatusResponse = {
|
|
|
160258
160844
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowStatusResponse';
|
|
160259
160845
|
aggregateStatus: Scalars['String']['output'];
|
|
160260
160846
|
currentStep?: Maybe<Scalars['String']['output']>;
|
|
160847
|
+
ecoHelpTicketId?: Maybe<Scalars['String']['output']>;
|
|
160261
160848
|
steps: Array<MarketplaceConsoleAppPublishWizardWorkflowStep>;
|
|
160262
160849
|
};
|
|
160263
160850
|
export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
@@ -160269,6 +160856,7 @@ export type MarketplaceConsoleAppPublishWizardWorkflowStep = {
|
|
|
160269
160856
|
export type MarketplaceConsoleAppPublishWizardWorkflowSubCheck = {
|
|
160270
160857
|
__typename?: 'MarketplaceConsoleAppPublishWizardWorkflowSubCheck';
|
|
160271
160858
|
message?: Maybe<Scalars['String']['output']>;
|
|
160859
|
+
moreDetails: Array<MarketplaceConsoleAppPublishWizardCheckerFieldDetail>;
|
|
160272
160860
|
name: Scalars['String']['output'];
|
|
160273
160861
|
tier: Scalars['String']['output'];
|
|
160274
160862
|
verdict: Scalars['String']['output'];
|
|
@@ -161862,6 +162450,7 @@ export type MarketplaceConsoleProgramInput = {
|
|
|
161862
162450
|
export type MarketplaceConsoleQueryApi = {
|
|
161863
162451
|
__typename?: 'MarketplaceConsoleQueryApi';
|
|
161864
162452
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListingsTokens>;
|
|
162453
|
+
appPublishWizardAppSecurityPrefillOptions?: Maybe<MarketplaceConsoleAppPublishWizardAppSecurityPrefillOptionsResponse>;
|
|
161865
162454
|
appPublishWizardReadiness?: Maybe<MarketplaceConsoleAppPublishWizardReadinessResponse>;
|
|
161866
162455
|
appPublishWizardSession?: Maybe<MarketplaceConsoleAppPublishWizardSessionResponse>;
|
|
161867
162456
|
appPublishWizardWorkflowStatus?: Maybe<MarketplaceConsoleAppPublishWizardWorkflowStatusResponse>;
|
|
@@ -161901,6 +162490,12 @@ export type MarketplaceConsoleQueryApi = {
|
|
|
161901
162490
|
export type MarketplaceConsoleQueryApiAppPrivateListingsArgs = {
|
|
161902
162491
|
appSoftwareId: Scalars['ID']['input'];
|
|
161903
162492
|
};
|
|
162493
|
+
export type MarketplaceConsoleQueryApiAppPublishWizardAppSecurityPrefillOptionsArgs = {
|
|
162494
|
+
appKey: Scalars['String']['input'];
|
|
162495
|
+
appSoftwareId: Scalars['ID']['input'];
|
|
162496
|
+
buildNumber: Scalars['String']['input'];
|
|
162497
|
+
partnerId: Scalars['String']['input'];
|
|
162498
|
+
};
|
|
161904
162499
|
export type MarketplaceConsoleQueryApiAppPublishWizardReadinessArgs = {
|
|
161905
162500
|
appSoftwareId: Scalars['ID']['input'];
|
|
161906
162501
|
submissionId: Scalars['ID']['input'];
|
|
@@ -162039,6 +162634,7 @@ export type MarketplaceConsoleSourceCodeLicense = {
|
|
|
162039
162634
|
};
|
|
162040
162635
|
export type MarketplaceConsoleStartAppPublishWizardInput = {
|
|
162041
162636
|
appKey: Scalars['String']['input'];
|
|
162637
|
+
appSecuritySourceAppKey?: InputMaybe<Scalars['String']['input']>;
|
|
162042
162638
|
buildNumber: Scalars['String']['input'];
|
|
162043
162639
|
partnerId: Scalars['String']['input'];
|
|
162044
162640
|
};
|
|
@@ -163565,7 +164161,8 @@ export declare enum MarketplaceStorePersonalisationTargetSurface {
|
|
|
163565
164161
|
StoreCollection = "STORE_COLLECTION",
|
|
163566
164162
|
StorePartnerProfile = "STORE_PARTNER_PROFILE",
|
|
163567
164163
|
StoreProduct = "STORE_PRODUCT",
|
|
163568
|
-
UnifiedStore = "UNIFIED_STORE"
|
|
164164
|
+
UnifiedStore = "UNIFIED_STORE",
|
|
164165
|
+
UnifiedStoreRovo = "UNIFIED_STORE_ROVO"
|
|
163569
164166
|
}
|
|
163570
164167
|
export type MarketplaceStorePersonalisedContextAndLayoutInput = {
|
|
163571
164168
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -164894,6 +165491,11 @@ export type MercuryAskCustomFieldDefinitionScope = MercuryCustomFieldDefinitionS
|
|
|
164894
165491
|
__typename?: 'MercuryAskCustomFieldDefinitionScope';
|
|
164895
165492
|
entityType: Scalars['String']['output'];
|
|
164896
165493
|
};
|
|
165494
|
+
export type MercuryAskCustomFieldValuesByAsk = {
|
|
165495
|
+
__typename?: 'MercuryAskCustomFieldValuesByAsk';
|
|
165496
|
+
askId: Scalars['ID']['output'];
|
|
165497
|
+
customFields: Array<MercuryCustomField>;
|
|
165498
|
+
};
|
|
164897
165499
|
export type MercuryAskEdge = {
|
|
164898
165500
|
__typename?: 'MercuryAskEdge';
|
|
164899
165501
|
cursor: Scalars['String']['output'];
|
|
@@ -165108,7 +165710,7 @@ export declare enum MercuryBaselineJobStatus {
|
|
|
165108
165710
|
InProgress = "IN_PROGRESS",
|
|
165109
165711
|
Succeeded = "SUCCEEDED"
|
|
165110
165712
|
}
|
|
165111
|
-
export type MercuryBaselineRevision = {
|
|
165713
|
+
export type MercuryBaselineRevision = Node & {
|
|
165112
165714
|
__typename?: 'MercuryBaselineRevision';
|
|
165113
165715
|
createdBy?: Maybe<User>;
|
|
165114
165716
|
createdDate?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -166107,10 +166709,8 @@ export type MercuryCreateDateCustomFieldDefinitionInput = {
|
|
|
166107
166709
|
base: MercuryCreateBaseCustomFieldDefinitionInput;
|
|
166108
166710
|
};
|
|
166109
166711
|
export type MercuryCreateDraftPlanInput = {
|
|
166110
|
-
|
|
166111
|
-
fiscalYearStart?: InputMaybe<Scalars['String']['input']>;
|
|
166712
|
+
fiscalYearStart: Scalars['String']['input'];
|
|
166112
166713
|
organizationId: Scalars['ID']['input'];
|
|
166113
|
-
startDate?: InputMaybe<Scalars['Date']['input']>;
|
|
166114
166714
|
};
|
|
166115
166715
|
export type MercuryCreateDraftPlanPayload = Payload & {
|
|
166116
166716
|
__typename?: 'MercuryCreateDraftPlanPayload';
|
|
@@ -166314,6 +166914,20 @@ export type MercuryCreatePortfolioPayload = Payload & {
|
|
|
166314
166914
|
errors?: Maybe<Array<MutationError>>;
|
|
166315
166915
|
success: Scalars['Boolean']['output'];
|
|
166316
166916
|
};
|
|
166917
|
+
export type MercuryCreateRateCardInput = {
|
|
166918
|
+
attributeValues?: InputMaybe<Array<InputMaybe<MercuryRateCardAttributeValueInput>>>;
|
|
166919
|
+
cloudId: Scalars['ID']['input'];
|
|
166920
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
166921
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
166922
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
166923
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
166924
|
+
};
|
|
166925
|
+
export type MercuryCreateRateCardPayload = Payload & {
|
|
166926
|
+
__typename?: 'MercuryCreateRateCardPayload';
|
|
166927
|
+
createdRateCard?: Maybe<MercuryRateCard>;
|
|
166928
|
+
errors?: Maybe<Array<MutationError>>;
|
|
166929
|
+
success: Scalars['Boolean']['output'];
|
|
166930
|
+
};
|
|
166317
166931
|
export type MercuryCreateRiskInput = {
|
|
166318
166932
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
166319
166933
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -166873,6 +167487,25 @@ export type MercuryDeletePreferencePayload = Payload & {
|
|
|
166873
167487
|
errors?: Maybe<Array<MutationError>>;
|
|
166874
167488
|
success: Scalars['Boolean']['output'];
|
|
166875
167489
|
};
|
|
167490
|
+
export type MercuryDeleteRateCardInput = {
|
|
167491
|
+
cloudId: Scalars['ID']['input'];
|
|
167492
|
+
id: Scalars['ID']['input'];
|
|
167493
|
+
};
|
|
167494
|
+
export type MercuryDeleteRateCardPayload = Payload & {
|
|
167495
|
+
__typename?: 'MercuryDeleteRateCardPayload';
|
|
167496
|
+
deletedRateCard?: Maybe<MercuryRateCard>;
|
|
167497
|
+
errors?: Maybe<Array<MutationError>>;
|
|
167498
|
+
success: Scalars['Boolean']['output'];
|
|
167499
|
+
};
|
|
167500
|
+
export type MercuryDeleteRateCardsInput = {
|
|
167501
|
+
cloudId: Scalars['ID']['input'];
|
|
167502
|
+
ids: Array<Scalars['ID']['input']>;
|
|
167503
|
+
};
|
|
167504
|
+
export type MercuryDeleteRateCardsPayload = Payload & {
|
|
167505
|
+
__typename?: 'MercuryDeleteRateCardsPayload';
|
|
167506
|
+
errors?: Maybe<Array<MutationError>>;
|
|
167507
|
+
success: Scalars['Boolean']['output'];
|
|
167508
|
+
};
|
|
166876
167509
|
export type MercuryDeleteRiskInput = {
|
|
166877
167510
|
id: Scalars['ID']['input'];
|
|
166878
167511
|
};
|
|
@@ -167705,6 +168338,7 @@ export declare enum MercuryFocusAreaSortField {
|
|
|
167705
168338
|
Ranking = "RANKING",
|
|
167706
168339
|
Spend = "SPEND",
|
|
167707
168340
|
Starred = "STARRED",
|
|
168341
|
+
StartDate = "START_DATE",
|
|
167708
168342
|
Status = "STATUS",
|
|
167709
168343
|
TargetDate = "TARGET_DATE",
|
|
167710
168344
|
Watching = "WATCHING"
|
|
@@ -167925,6 +168559,7 @@ export type MercuryFundsMutationApi = {
|
|
|
167925
168559
|
createFiscalCalendarConfiguration?: Maybe<MercuryCreateFiscalCalendarConfigurationPayload>;
|
|
167926
168560
|
createFocusAreaBudget?: Maybe<MercuryCreateFocusAreaBudgetPayload>;
|
|
167927
168561
|
createInvestmentCategory?: Maybe<MercuryCreateInvestmentCategoryPayload>;
|
|
168562
|
+
createRateCard?: Maybe<MercuryCreateRateCardPayload>;
|
|
167928
168563
|
deleteBenefitItem?: Maybe<MercuryDeleteBenefitItemPayload>;
|
|
167929
168564
|
deleteBenefitPeriodValue?: Maybe<MercuryDeleteBenefitPeriodValuePayload>;
|
|
167930
168565
|
deleteBenefitType?: Maybe<MercuryDeleteBenefitTypePayload>;
|
|
@@ -167933,6 +168568,9 @@ export type MercuryFundsMutationApi = {
|
|
|
167933
168568
|
deleteCostSubtype?: Maybe<MercuryDeleteCostSubtypePayload>;
|
|
167934
168569
|
deleteFocusAreaBudget?: Maybe<MercuryDeleteFocusAreaBudgetPayload>;
|
|
167935
168570
|
deleteInvestmentCategory?: Maybe<MercuryDeleteInvestmentCategoryPayload>;
|
|
168571
|
+
deleteRateCard?: Maybe<MercuryDeleteRateCardPayload>;
|
|
168572
|
+
deleteRateCards?: Maybe<MercuryDeleteRateCardsPayload>;
|
|
168573
|
+
rerankRateCardAttributes?: Maybe<MercuryRerankRateCardAttributesPayload>;
|
|
167936
168574
|
setBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167937
168575
|
setBenefitBaseline?: Maybe<MercurySetBaselinePayload>;
|
|
167938
168576
|
setBenefitBaselineAndDescendants?: Maybe<MercurySetBaselineAndDescendantsPayload>;
|
|
@@ -167956,6 +168594,8 @@ export type MercuryFundsMutationApi = {
|
|
|
167956
168594
|
updateCostSubtypeName?: Maybe<MercuryUpdateCostSubtypePayload>;
|
|
167957
168595
|
updateFocusAreaBudgetAmount?: Maybe<MercuryUpdateFocusAreaBudgetPayload>;
|
|
167958
168596
|
updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
|
|
168597
|
+
updateRateCard?: Maybe<MercuryUpdateRateCardPayload>;
|
|
168598
|
+
updateRateCardConfigurationRatePeriod?: Maybe<MercuryUpdateRateCardConfigurationPayload>;
|
|
167959
168599
|
};
|
|
167960
168600
|
export type MercuryFundsMutationApiCreateBenefitItemArgs = {
|
|
167961
168601
|
input: MercuryCreateBenefitItemInput;
|
|
@@ -167984,6 +168624,9 @@ export type MercuryFundsMutationApiCreateFocusAreaBudgetArgs = {
|
|
|
167984
168624
|
export type MercuryFundsMutationApiCreateInvestmentCategoryArgs = {
|
|
167985
168625
|
input: MercuryCreateInvestmentCategoryInput;
|
|
167986
168626
|
};
|
|
168627
|
+
export type MercuryFundsMutationApiCreateRateCardArgs = {
|
|
168628
|
+
input: MercuryCreateRateCardInput;
|
|
168629
|
+
};
|
|
167987
168630
|
export type MercuryFundsMutationApiDeleteBenefitItemArgs = {
|
|
167988
168631
|
input: MercuryDeleteBenefitItemInput;
|
|
167989
168632
|
};
|
|
@@ -168008,6 +168651,15 @@ export type MercuryFundsMutationApiDeleteFocusAreaBudgetArgs = {
|
|
|
168008
168651
|
export type MercuryFundsMutationApiDeleteInvestmentCategoryArgs = {
|
|
168009
168652
|
input: MercuryDeleteInvestmentCategoryInput;
|
|
168010
168653
|
};
|
|
168654
|
+
export type MercuryFundsMutationApiDeleteRateCardArgs = {
|
|
168655
|
+
input: MercuryDeleteRateCardInput;
|
|
168656
|
+
};
|
|
168657
|
+
export type MercuryFundsMutationApiDeleteRateCardsArgs = {
|
|
168658
|
+
input: MercuryDeleteRateCardsInput;
|
|
168659
|
+
};
|
|
168660
|
+
export type MercuryFundsMutationApiRerankRateCardAttributesArgs = {
|
|
168661
|
+
input: MercuryRerankRateCardAttributesInput;
|
|
168662
|
+
};
|
|
168011
168663
|
export type MercuryFundsMutationApiSetBaselineArgs = {
|
|
168012
168664
|
input: MercurySetBaselineInput;
|
|
168013
168665
|
};
|
|
@@ -168077,6 +168729,12 @@ export type MercuryFundsMutationApiUpdateFocusAreaBudgetAmountArgs = {
|
|
|
168077
168729
|
export type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
|
|
168078
168730
|
input: MercuryUpdateInvestmentCategoryNameInput;
|
|
168079
168731
|
};
|
|
168732
|
+
export type MercuryFundsMutationApiUpdateRateCardArgs = {
|
|
168733
|
+
input: MercuryUpdateRateCardInput;
|
|
168734
|
+
};
|
|
168735
|
+
export type MercuryFundsMutationApiUpdateRateCardConfigurationRatePeriodArgs = {
|
|
168736
|
+
input: MercuryUpdateRateCardConfigurationRatePeriodInput;
|
|
168737
|
+
};
|
|
168080
168738
|
export declare enum MercuryFundsPermission {
|
|
168081
168739
|
EditBaseline = "EDIT_BASELINE",
|
|
168082
168740
|
EditBudget = "EDIT_BUDGET",
|
|
@@ -168088,6 +168746,7 @@ export type MercuryFundsQueryApi = {
|
|
|
168088
168746
|
__typename?: 'MercuryFundsQueryApi';
|
|
168089
168747
|
activeCurrency: MercuryCurrency;
|
|
168090
168748
|
activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
|
|
168749
|
+
baselineRevisions?: Maybe<Array<Maybe<MercuryBaselineRevision>>>;
|
|
168091
168750
|
benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
|
|
168092
168751
|
benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
|
|
168093
168752
|
benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
|
|
@@ -168119,6 +168778,10 @@ export type MercuryFundsQueryApi = {
|
|
|
168119
168778
|
fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
|
|
168120
168779
|
investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
|
|
168121
168780
|
investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
|
|
168781
|
+
rateCardAttributeTypes?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168782
|
+
rateCardAttributeTypesByIds?: Maybe<Array<Maybe<MercuryRateCardAttributeType>>>;
|
|
168783
|
+
rateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
168784
|
+
rateCardsSearch?: Maybe<MercuryRateCardConnection>;
|
|
168122
168785
|
searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
|
|
168123
168786
|
searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
|
|
168124
168787
|
setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
|
|
@@ -168132,6 +168795,9 @@ export type MercuryFundsQueryApiActiveCurrencyArgs = {
|
|
|
168132
168795
|
export type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
|
|
168133
168796
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
168134
168797
|
};
|
|
168798
|
+
export type MercuryFundsQueryApiBaselineRevisionsArgs = {
|
|
168799
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168800
|
+
};
|
|
168135
168801
|
export type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
|
|
168136
168802
|
ids: Array<Scalars['ID']['input']>;
|
|
168137
168803
|
};
|
|
@@ -168263,6 +168929,22 @@ export type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
|
|
|
168263
168929
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
168264
168930
|
sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
|
|
168265
168931
|
};
|
|
168932
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesArgs = {
|
|
168933
|
+
cloudId: Scalars['ID']['input'];
|
|
168934
|
+
};
|
|
168935
|
+
export type MercuryFundsQueryApiRateCardAttributeTypesByIdsArgs = {
|
|
168936
|
+
cloudId: Scalars['ID']['input'];
|
|
168937
|
+
ids: Array<Scalars['ID']['input']>;
|
|
168938
|
+
};
|
|
168939
|
+
export type MercuryFundsQueryApiRateCardConfigurationArgs = {
|
|
168940
|
+
cloudId: Scalars['ID']['input'];
|
|
168941
|
+
};
|
|
168942
|
+
export type MercuryFundsQueryApiRateCardsSearchArgs = {
|
|
168943
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
168944
|
+
cloudId: Scalars['ID']['input'];
|
|
168945
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
168946
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
168947
|
+
};
|
|
168266
168948
|
export type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
|
|
168267
168949
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
168268
168950
|
cloudId: Scalars['ID']['input'];
|
|
@@ -170342,15 +171024,11 @@ export type MercuryPassionfruitContext = {
|
|
|
170342
171024
|
};
|
|
170343
171025
|
export declare enum MercuryPassionfruitPermission {
|
|
170344
171026
|
CreateAsk = "CREATE_ASK",
|
|
170345
|
-
CreatePlan = "CREATE_PLAN",
|
|
170346
171027
|
DeleteAsk = "DELETE_ASK",
|
|
170347
|
-
DeletePlan = "DELETE_PLAN",
|
|
170348
171028
|
EditAsk = "EDIT_ASK",
|
|
170349
|
-
EditPlan = "EDIT_PLAN",
|
|
170350
171029
|
Manage = "MANAGE",
|
|
170351
171030
|
Read = "READ",
|
|
170352
171031
|
ViewAsk = "VIEW_ASK",
|
|
170353
|
-
ViewPlan = "VIEW_PLAN",
|
|
170354
171032
|
Write = "WRITE"
|
|
170355
171033
|
}
|
|
170356
171034
|
export declare enum MercuryPermission {
|
|
@@ -171236,14 +171914,76 @@ export type MercuryRankedChangeProposal = {
|
|
|
171236
171914
|
rank?: Maybe<Scalars['Int']['output']>;
|
|
171237
171915
|
};
|
|
171238
171916
|
export declare enum MercuryRankingContainerType {
|
|
171917
|
+
Organization = "ORGANIZATION",
|
|
171239
171918
|
ParentFocusArea = "PARENT_FOCUS_AREA",
|
|
171240
|
-
SponsoringOrganization = "SPONSORING_ORGANIZATION",
|
|
171241
171919
|
Workspace = "WORKSPACE"
|
|
171242
171920
|
}
|
|
171243
171921
|
export declare enum MercuryRankingGroupType {
|
|
171244
171922
|
Prioritized = "PRIORITIZED",
|
|
171245
171923
|
Unprioritized = "UNPRIORITIZED"
|
|
171246
171924
|
}
|
|
171925
|
+
export type MercuryRateCard = {
|
|
171926
|
+
__typename?: 'MercuryRateCard';
|
|
171927
|
+
attributeValues?: Maybe<Array<Maybe<MercuryRateCardAttributeValue>>>;
|
|
171928
|
+
effectiveStartDate?: Maybe<Scalars['Date']['output']>;
|
|
171929
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
171930
|
+
id: Scalars['ID']['output'];
|
|
171931
|
+
rate?: Maybe<MercuryMoney>;
|
|
171932
|
+
workingHoursPerWeek?: Maybe<Scalars['Int']['output']>;
|
|
171933
|
+
};
|
|
171934
|
+
export type MercuryRateCardAttribute = {
|
|
171935
|
+
__typename?: 'MercuryRateCardAttribute';
|
|
171936
|
+
attributeType?: Maybe<MercuryRateCardAttributeType>;
|
|
171937
|
+
id: Scalars['ID']['output'];
|
|
171938
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
171939
|
+
};
|
|
171940
|
+
export type MercuryRateCardAttributeType = {
|
|
171941
|
+
__typename?: 'MercuryRateCardAttributeType';
|
|
171942
|
+
displayName: Scalars['String']['output'];
|
|
171943
|
+
id: Scalars['ID']['output'];
|
|
171944
|
+
key: Scalars['String']['output'];
|
|
171945
|
+
order: Scalars['Int']['output'];
|
|
171946
|
+
};
|
|
171947
|
+
export type MercuryRateCardAttributeValue = MercuryRateCardOrganizationAttributeValue;
|
|
171948
|
+
export type MercuryRateCardAttributeValueInput = {
|
|
171949
|
+
attributeId: Scalars['ID']['input'];
|
|
171950
|
+
attributeValue?: InputMaybe<Scalars['String']['input']>;
|
|
171951
|
+
id: Scalars['ID']['input'];
|
|
171952
|
+
};
|
|
171953
|
+
export type MercuryRateCardAttributeValueInterface = {
|
|
171954
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171955
|
+
id: Scalars['ID']['output'];
|
|
171956
|
+
};
|
|
171957
|
+
export type MercuryRateCardConfiguration = {
|
|
171958
|
+
__typename?: 'MercuryRateCardConfiguration';
|
|
171959
|
+
defaultRateCard?: Maybe<MercuryRateCard>;
|
|
171960
|
+
id: Scalars['ID']['output'];
|
|
171961
|
+
ratePeriod?: Maybe<MercuryRateCardRatePeriod>;
|
|
171962
|
+
};
|
|
171963
|
+
export type MercuryRateCardConnection = {
|
|
171964
|
+
__typename?: 'MercuryRateCardConnection';
|
|
171965
|
+
edges?: Maybe<Array<MercuryRateCardEdge>>;
|
|
171966
|
+
pageInfo: PageInfo;
|
|
171967
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
171968
|
+
};
|
|
171969
|
+
export type MercuryRateCardEdge = {
|
|
171970
|
+
__typename?: 'MercuryRateCardEdge';
|
|
171971
|
+
cursor: Scalars['String']['output'];
|
|
171972
|
+
node?: Maybe<MercuryRateCard>;
|
|
171973
|
+
};
|
|
171974
|
+
export type MercuryRateCardOrganizationAttributeValue = MercuryRateCardAttributeValueInterface & {
|
|
171975
|
+
__typename?: 'MercuryRateCardOrganizationAttributeValue';
|
|
171976
|
+
attribute?: Maybe<MercuryRateCardAttribute>;
|
|
171977
|
+
id: Scalars['ID']['output'];
|
|
171978
|
+
organization?: Maybe<MercuryOrganization>;
|
|
171979
|
+
};
|
|
171980
|
+
export type MercuryRateCardRatePeriod = {
|
|
171981
|
+
__typename?: 'MercuryRateCardRatePeriod';
|
|
171982
|
+
displayName: Scalars['String']['output'];
|
|
171983
|
+
id: Scalars['ID']['output'];
|
|
171984
|
+
key: Scalars['String']['output'];
|
|
171985
|
+
order: Scalars['Int']['output'];
|
|
171986
|
+
};
|
|
171247
171987
|
export type MercuryRecreateOrganizationViewOrganizationsInput = {
|
|
171248
171988
|
id: Scalars['ID']['input'];
|
|
171249
171989
|
organizationIds: Array<Scalars['ID']['input']>;
|
|
@@ -171468,6 +172208,18 @@ export type MercuryRerankFocusAreasPayload = Payload & {
|
|
|
171468
172208
|
focusAreas?: Maybe<Array<MercuryFocusArea>>;
|
|
171469
172209
|
success: Scalars['Boolean']['output'];
|
|
171470
172210
|
};
|
|
172211
|
+
export type MercuryRerankRateCardAttributesInput = {
|
|
172212
|
+
afterRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
172213
|
+
beforeRateCardAttributeId?: InputMaybe<Scalars['ID']['input']>;
|
|
172214
|
+
cloudId: Scalars['ID']['input'];
|
|
172215
|
+
rateCardAttributeIds: Array<Scalars['ID']['input']>;
|
|
172216
|
+
};
|
|
172217
|
+
export type MercuryRerankRateCardAttributesPayload = Payload & {
|
|
172218
|
+
__typename?: 'MercuryRerankRateCardAttributesPayload';
|
|
172219
|
+
errors?: Maybe<Array<MutationError>>;
|
|
172220
|
+
rateCardAttributes?: Maybe<Array<MercuryRateCardAttribute>>;
|
|
172221
|
+
success: Scalars['Boolean']['output'];
|
|
172222
|
+
};
|
|
171471
172223
|
export type MercuryResolveProposedDateInput = {
|
|
171472
172224
|
askId: Scalars['ID']['input'];
|
|
171473
172225
|
};
|
|
@@ -173381,6 +174133,30 @@ export type MercuryUpdatePortfolioPayload = Payload & {
|
|
|
173381
174133
|
success: Scalars['Boolean']['output'];
|
|
173382
174134
|
updatedPortfolio?: Maybe<MercuryPortfolio>;
|
|
173383
174135
|
};
|
|
174136
|
+
export type MercuryUpdateRateCardConfigurationPayload = Payload & {
|
|
174137
|
+
__typename?: 'MercuryUpdateRateCardConfigurationPayload';
|
|
174138
|
+
errors?: Maybe<Array<MutationError>>;
|
|
174139
|
+
success: Scalars['Boolean']['output'];
|
|
174140
|
+
updatedRateCardConfiguration?: Maybe<MercuryRateCardConfiguration>;
|
|
174141
|
+
};
|
|
174142
|
+
export type MercuryUpdateRateCardConfigurationRatePeriodInput = {
|
|
174143
|
+
cloudId: Scalars['ID']['input'];
|
|
174144
|
+
ratePeriodKey: Scalars['String']['input'];
|
|
174145
|
+
};
|
|
174146
|
+
export type MercuryUpdateRateCardInput = {
|
|
174147
|
+
cloudId: Scalars['ID']['input'];
|
|
174148
|
+
effectiveStartDate?: InputMaybe<Scalars['Date']['input']>;
|
|
174149
|
+
externalId?: InputMaybe<Scalars['String']['input']>;
|
|
174150
|
+
id: Scalars['ID']['input'];
|
|
174151
|
+
rate?: InputMaybe<Scalars['String']['input']>;
|
|
174152
|
+
workingHoursPerWeek?: InputMaybe<Scalars['Int']['input']>;
|
|
174153
|
+
};
|
|
174154
|
+
export type MercuryUpdateRateCardPayload = Payload & {
|
|
174155
|
+
__typename?: 'MercuryUpdateRateCardPayload';
|
|
174156
|
+
errors?: Maybe<Array<MutationError>>;
|
|
174157
|
+
success: Scalars['Boolean']['output'];
|
|
174158
|
+
updatedRateCard?: Maybe<MercuryRateCard>;
|
|
174159
|
+
};
|
|
173384
174160
|
export type MercuryUpdateRequestFundsChangeInput = {
|
|
173385
174161
|
amount?: InputMaybe<MercuryUpdateChangeMonetaryAmountInput>;
|
|
173386
174162
|
changeId: Scalars['ID']['input'];
|
|
@@ -174189,6 +174965,7 @@ export type Mutation = {
|
|
|
174189
174965
|
agentWorkspace_createAndLinkTeamsFromGroups?: Maybe<AgentWorkspaceCreateAndLinkTeamsPayload>;
|
|
174190
174966
|
agentWorkspace_createDraftedRoutingTableEntries?: Maybe<AgentWorkspaceCreateDraftedRoutingTableEntriesPayload>;
|
|
174191
174967
|
agentWorkspace_createDraftedRoutingTableEntriesV2?: Maybe<AgentWorkspaceCreateDraftedRoutingTableEntriesPayload>;
|
|
174968
|
+
agentWorkspace_createDraftedTeamRoutingTableEntries?: Maybe<AgentWorkspaceCreateDraftedTeamRoutingTableEntriesPayload>;
|
|
174192
174969
|
agentWorkspace_createSchedule?: Maybe<AgentWorkspaceCreateSchedulePayload>;
|
|
174193
174970
|
agentWorkspace_createSkill?: Maybe<AgentWorkspaceSkillCreatePayload>;
|
|
174194
174971
|
agentWorkspace_createWfoSummaryView?: Maybe<AgentWorkspaceCreateWfoSummaryViewPayload>;
|
|
@@ -174207,6 +174984,7 @@ export type Mutation = {
|
|
|
174207
174984
|
agentWorkspace_setShiftNotificationPreference?: Maybe<AgentWorkspaceShiftNotificationPreferencePayload>;
|
|
174208
174985
|
agentWorkspace_setShiftReminderConfig?: Maybe<AgentWorkspaceShiftReminderConfigPayload>;
|
|
174209
174986
|
agentWorkspace_setTeamCapacities?: Maybe<AgentWorkspaceSetTeamCapacitiesPayload>;
|
|
174987
|
+
agentWorkspace_setWorkforceTeamAccessLevels?: Maybe<AgentWorkspaceSetWorkforceTeamAccessLevelsPayload>;
|
|
174210
174988
|
agentWorkspace_setWorkloadJql?: Maybe<AgentWorkspaceSetWorkloadJqlPayload>;
|
|
174211
174989
|
agentWorkspace_startBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
174212
174990
|
agentWorkspace_startBulkScheduleImportJob?: Maybe<AgentWorkspaceStartBulkImportPayload>;
|
|
@@ -174214,6 +174992,7 @@ export type Mutation = {
|
|
|
174214
174992
|
agentWorkspace_startGenerateRoutingTableV2?: Maybe<AgentWorkspaceStartGenerateRoutingTablePayload>;
|
|
174215
174993
|
agentWorkspace_startSmartRoutingDryRun?: Maybe<AgentWorkspaceStartSmartRoutingDryRunPayload>;
|
|
174216
174994
|
agentWorkspace_submitDraftedRoutingTable?: Maybe<AgentWorkspaceSubmitDraftedRoutingTablePayload>;
|
|
174995
|
+
agentWorkspace_submitDraftedTeamRoutingTable?: Maybe<AgentWorkspaceSubmitDraftedTeamRoutingTablePayload>;
|
|
174217
174996
|
agentWorkspace_unassignCoverShift?: Maybe<AgentWorkspaceUnassignCoverShiftPayload>;
|
|
174218
174997
|
agentWorkspace_updateConfigurableRoutingInputs?: Maybe<AgentWorkspaceUpdateConfigurableRoutingPayload>;
|
|
174219
174998
|
agentWorkspace_updateConfigurableRoutingTriggers?: Maybe<AgentWorkspaceUpdateConfigurableRoutingPayload>;
|
|
@@ -174224,7 +175003,6 @@ export type Mutation = {
|
|
|
174224
175003
|
agentWorkspace_updateSkillMappingsInProject?: Maybe<AgentWorkspaceUpdateSkillMappingsInProjectPayload>;
|
|
174225
175004
|
agentWorkspace_upsertDraftedRoutingTableEntry?: Maybe<AgentWorkspaceUpsertDraftedRoutingTableEntryPayload>;
|
|
174226
175005
|
agentWorkspace_upsertDraftedTeamRoutingTableEntry?: Maybe<AgentWorkspaceUpsertDraftedTeamRoutingTableEntryPayload>;
|
|
174227
|
-
agentWorkspace_upsertTeamRoutingTableEntry?: Maybe<AgentWorkspaceUpsertTeamRoutingTableEntryPayload>;
|
|
174228
175006
|
aiCoreApi_initiateCsvExport?: Maybe<AiCoreApiCsvExportResult>;
|
|
174229
175007
|
aiCoreApi_initiateRsaReport?: Maybe<AiCoreApiRsaInitiateReportResult>;
|
|
174230
175008
|
aiManagedObject_archiveAiManagedObject?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -174252,6 +175030,8 @@ export type Mutation = {
|
|
|
174252
175030
|
assetsDM_associateObjectTag?: Maybe<AssetsDmObjectTagAssociateResponse>;
|
|
174253
175031
|
assetsDM_autoColumnMapping?: Maybe<AssetsDmAutoColumnMappingResponse>;
|
|
174254
175032
|
assetsDM_batchCreateComputeDictionaryValues?: Maybe<AssetsDmBatchCreateComputeDictionaryValuesResponse>;
|
|
175033
|
+
assetsDM_cancelCleanse?: Maybe<AssetsDmCancelCleanseResponse>;
|
|
175034
|
+
assetsDM_cancelImport?: Maybe<AssetsDmCancelImportResponse>;
|
|
174255
175035
|
assetsDM_changeDataSourceStatus?: Maybe<AssetsDmUpdateDataSourcePayload>;
|
|
174256
175036
|
assetsDM_configureDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
|
|
174257
175037
|
assetsDM_configureDefaultDataSourceMapping?: Maybe<Array<AssetsDmDataSourceMapping>>;
|
|
@@ -174303,6 +175083,7 @@ export type Mutation = {
|
|
|
174303
175083
|
assetsDM_objectAttributeDelete?: Maybe<AssetsDmObjectAttributeMutationResponse>;
|
|
174304
175084
|
assetsDM_objectAttributeUpdate?: Maybe<AssetsDmObjectAttributeMutationResponse>;
|
|
174305
175085
|
assetsDM_resetDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
|
|
175086
|
+
assetsDM_syncDataDictionary?: Maybe<AssetsDmSyncDataDictionaryResponse>;
|
|
174306
175087
|
assetsDM_triggerCloudFetch?: Maybe<AssetsDmTriggerCloudFetchResponse>;
|
|
174307
175088
|
assetsDM_updateAttributePriority?: Maybe<AssetsDmUpdateAttributePriorityPayload>;
|
|
174308
175089
|
assetsDM_updateAttributePriorityOrder?: Maybe<AssetsDmAttributePriorityResponse>;
|
|
@@ -174532,9 +175313,11 @@ export type Mutation = {
|
|
|
174532
175313
|
confluence_removeTrack?: Maybe<ConfluenceRemoveTrackPayload>;
|
|
174533
175314
|
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
174534
175315
|
confluence_reorderTracks?: Maybe<ConfluenceReorderTrackPayload>;
|
|
175316
|
+
confluence_requestSpaceAccess?: Maybe<ConfluenceRequestSpaceAccessPayload>;
|
|
174535
175317
|
confluence_resolveApprovalAgent?: Maybe<ConfluenceApprovalAgentPayload>;
|
|
174536
175318
|
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
174537
175319
|
confluence_resolveCommentsByContentId?: Maybe<ConfluenceResolveCommentByContentIdPayload>;
|
|
175320
|
+
confluence_resolveSpaceAccessRequest?: Maybe<ConfluenceResolveSpaceAccessRequestPayload>;
|
|
174538
175321
|
confluence_restoreContentVersion?: Maybe<ConfluenceRestoreContentVersionPayload>;
|
|
174539
175322
|
confluence_restoreSystemRole?: Maybe<ConfluenceRestoreSystemRolePayload>;
|
|
174540
175323
|
confluence_sendToDesktop?: Maybe<ConfluenceDesktopSendPayload>;
|
|
@@ -174547,6 +175330,7 @@ export type Mutation = {
|
|
|
174547
175330
|
confluence_shareContent?: Maybe<ConfluenceShareContentPayload>;
|
|
174548
175331
|
confluence_subscribeCalendars?: Maybe<ConfluenceSubscribeCalendarPayload>;
|
|
174549
175332
|
confluence_syncSmartFolder?: Maybe<ConfluenceSyncSmartFolderPayload>;
|
|
175333
|
+
confluence_undoSpaceAccessRequestDecision?: Maybe<ConfluenceUndoSpaceAccessRequestDecisionPayload>;
|
|
174550
175334
|
confluence_unschedulePublish?: Maybe<ConfluenceUnschedulePublishPayload>;
|
|
174551
175335
|
confluence_unsubscribeCalendar?: Maybe<ConfluenceUnSubscribeCalendarPayload>;
|
|
174552
175336
|
confluence_unsyncSmartFolder?: Maybe<ConfluenceUnsyncSmartFolderPayload>;
|
|
@@ -174919,10 +175703,13 @@ export type Mutation = {
|
|
|
174919
175703
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
174920
175704
|
graphInference_inferenceAppAdd?: Maybe<GraphInferenceInferenceAppMutationPayload>;
|
|
174921
175705
|
graphInference_inferenceAppAddV2?: Maybe<GraphInferenceInferenceAppMutationPayloadV2>;
|
|
175706
|
+
graphInference_inferenceAppAddV3?: Maybe<GraphInferenceInferenceAppMutationPayloadV3>;
|
|
174922
175707
|
graphInference_inferenceAppDelete?: Maybe<GraphInferenceInferenceAppMutationPayload>;
|
|
174923
175708
|
graphInference_inferenceAppDeleteV2?: Maybe<GraphInferenceInferenceAppMutationPayloadV2>;
|
|
175709
|
+
graphInference_inferenceAppDeleteV3?: Maybe<GraphInferenceInferenceAppMutationPayloadV3>;
|
|
174924
175710
|
graphInference_inferenceAppEdit?: Maybe<GraphInferenceInferenceAppMutationPayload>;
|
|
174925
175711
|
graphInference_inferenceAppEditV2?: Maybe<GraphInferenceInferenceAppMutationPayloadV2>;
|
|
175712
|
+
graphInference_inferenceAppEditV3?: Maybe<GraphInferenceInferenceAppMutationPayloadV3>;
|
|
174926
175713
|
graphIntegration_actionAdminManagementUpdateActionConfiguration?: Maybe<GraphIntegrationActionAdminManagementUpdateActionConfigurationPayload>;
|
|
174927
175714
|
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
174928
175715
|
graphIntegration_createDataConnectorConnection?: Maybe<GraphIntegrationCreateConnectionPayload>;
|
|
@@ -175280,6 +176067,7 @@ export type Mutation = {
|
|
|
175280
176067
|
jira_setTimelineViewHideReleases?: Maybe<JiraSetTimelineViewHideReleasesPayload>;
|
|
175281
176068
|
jira_setTimelineViewHideUnParentedItems?: Maybe<JiraSetTimelineViewHideUnParentedItemsPayload>;
|
|
175282
176069
|
jira_setTimelineViewHideWarnings?: Maybe<JiraSetTimelineViewHideWarningsPayload>;
|
|
176070
|
+
jira_setTimelineViewHierarchyWithFiltersEnabled?: Maybe<JiraSetTimelineViewHierarchyWithFiltersEnabledPayload>;
|
|
175283
176071
|
jira_setTimelineViewMaxHierarchyLevel?: Maybe<JiraSetTimelineViewMaxHierarchyLevelPayload>;
|
|
175284
176072
|
jira_setTimelineViewRangeMode?: Maybe<JiraSetTimelineViewRangeModePayload>;
|
|
175285
176073
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
@@ -175345,6 +176133,7 @@ export type Mutation = {
|
|
|
175345
176133
|
jsmTelemetry_upsertDashboardChart?: Maybe<JsmTelemetryUpsertDashboardChartResponse>;
|
|
175346
176134
|
jsmTelemetry_validateTelemetryConnection?: Maybe<JsmTelemetryValidateTelemetryConnectionPayload>;
|
|
175347
176135
|
jsw?: Maybe<JswMutation>;
|
|
176136
|
+
kitsune_createConnectorConfig?: Maybe<KitsuneCreateConnectorConfigPayload>;
|
|
175348
176137
|
kitsune_createCustomer?: Maybe<KitsuneCustomer>;
|
|
175349
176138
|
kitsune_createCustomerField?: Maybe<KitsuneCustomerCustomField>;
|
|
175350
176139
|
kitsune_createFeedback?: Maybe<KitsuneFeedback>;
|
|
@@ -175363,6 +176152,7 @@ export type Mutation = {
|
|
|
175363
176152
|
kitsune_moveSection?: Maybe<KitsuneSpace>;
|
|
175364
176153
|
kitsune_moveView?: Maybe<KitsuneSpace>;
|
|
175365
176154
|
kitsune_refreshInsightCounters?: Maybe<KitsuneJob>;
|
|
176155
|
+
kitsune_removeConnectorConfig?: Maybe<KitsuneRemoveConnectorConfigPayload>;
|
|
175366
176156
|
kitsune_removeCustomer?: Maybe<KitsuneDeletedRecord>;
|
|
175367
176157
|
kitsune_removeCustomerField?: Maybe<KitsuneDeletedRecord>;
|
|
175368
176158
|
kitsune_removeFeedback?: Maybe<KitsuneDeletedRecord>;
|
|
@@ -175380,6 +176170,7 @@ export type Mutation = {
|
|
|
175380
176170
|
kitsune_syncCsmProperties?: Maybe<KitsuneJob>;
|
|
175381
176171
|
kitsune_syncCustomerFields?: Maybe<KitsuneJob>;
|
|
175382
176172
|
kitsune_syncCustomers?: Maybe<KitsuneJob>;
|
|
176173
|
+
kitsune_updateConnectorConfig?: Maybe<KitsuneUpdateConnectorConfigPayload>;
|
|
175383
176174
|
kitsune_updateCustomer?: Maybe<KitsuneCustomer>;
|
|
175384
176175
|
kitsune_updateCustomerField?: Maybe<KitsuneCustomerCustomField>;
|
|
175385
176176
|
kitsune_updateFeedback?: Maybe<KitsuneFeedback>;
|
|
@@ -175414,6 +176205,7 @@ export type Mutation = {
|
|
|
175414
176205
|
loom_recoverVideo?: Maybe<LoomRecoverVideoPayload>;
|
|
175415
176206
|
loom_shareVideo?: Maybe<LoomShareVideoPayload>;
|
|
175416
176207
|
loom_spaceCreate?: Maybe<LoomSpace>;
|
|
176208
|
+
loom_updateMeetingOneClickActionStatus?: Maybe<LoomUpdateMeetingOneClickActionStatusPayload>;
|
|
175417
176209
|
loom_updateVideoPermissions?: Maybe<LoomUpdateVideoPermissionsPayload>;
|
|
175418
176210
|
loom_updateVideoTitle?: Maybe<LoomUpdateVideoTitlePayload>;
|
|
175419
176211
|
markCommentsAsRead?: Maybe<MarkCommentsAsReadPayload>;
|
|
@@ -176251,6 +177043,9 @@ export type MutationAgentWorkspace_CreateDraftedRoutingTableEntriesArgs = {
|
|
|
176251
177043
|
export type MutationAgentWorkspace_CreateDraftedRoutingTableEntriesV2Args = {
|
|
176252
177044
|
input: AgentWorkspaceCreateDraftedRoutingTableEntriesV2Input;
|
|
176253
177045
|
};
|
|
177046
|
+
export type MutationAgentWorkspace_CreateDraftedTeamRoutingTableEntriesArgs = {
|
|
177047
|
+
input: AgentWorkspaceCreateDraftedTeamRoutingTableEntriesInput;
|
|
177048
|
+
};
|
|
176254
177049
|
export type MutationAgentWorkspace_CreateScheduleArgs = {
|
|
176255
177050
|
input: AgentWorkspaceCreateScheduleInput;
|
|
176256
177051
|
};
|
|
@@ -176306,6 +177101,10 @@ export type MutationAgentWorkspace_SetShiftReminderConfigArgs = {
|
|
|
176306
177101
|
export type MutationAgentWorkspace_SetTeamCapacitiesArgs = {
|
|
176307
177102
|
input: AgentWorkspaceSetTeamCapacitiesInput;
|
|
176308
177103
|
};
|
|
177104
|
+
export type MutationAgentWorkspace_SetWorkforceTeamAccessLevelsArgs = {
|
|
177105
|
+
cloudId: Scalars['ID']['input'];
|
|
177106
|
+
updates: Array<AgentWorkspaceWorkforceTeamAccessLevelUpdateInput>;
|
|
177107
|
+
};
|
|
176309
177108
|
export type MutationAgentWorkspace_SetWorkloadJqlArgs = {
|
|
176310
177109
|
input: AgentWorkspaceSetWorkloadJqlInput;
|
|
176311
177110
|
};
|
|
@@ -176328,6 +177127,9 @@ export type MutationAgentWorkspace_StartSmartRoutingDryRunArgs = {
|
|
|
176328
177127
|
export type MutationAgentWorkspace_SubmitDraftedRoutingTableArgs = {
|
|
176329
177128
|
input: AgentWorkspaceSubmitDraftedRoutingTableInput;
|
|
176330
177129
|
};
|
|
177130
|
+
export type MutationAgentWorkspace_SubmitDraftedTeamRoutingTableArgs = {
|
|
177131
|
+
input: AgentWorkspaceSubmitDraftedTeamRoutingTableInput;
|
|
177132
|
+
};
|
|
176331
177133
|
export type MutationAgentWorkspace_UnassignCoverShiftArgs = {
|
|
176332
177134
|
input: AgentWorkspaceUnassignCoverShiftInput;
|
|
176333
177135
|
};
|
|
@@ -176358,9 +177160,6 @@ export type MutationAgentWorkspace_UpsertDraftedRoutingTableEntryArgs = {
|
|
|
176358
177160
|
export type MutationAgentWorkspace_UpsertDraftedTeamRoutingTableEntryArgs = {
|
|
176359
177161
|
input: AgentWorkspaceUpsertDraftedTeamRoutingTableEntryInput;
|
|
176360
177162
|
};
|
|
176361
|
-
export type MutationAgentWorkspace_UpsertTeamRoutingTableEntryArgs = {
|
|
176362
|
-
input: AgentWorkspaceUpsertTeamRoutingTableEntryInput;
|
|
176363
|
-
};
|
|
176364
177163
|
export type MutationAiCoreApi_InitiateCsvExportArgs = {
|
|
176365
177164
|
input: AiCoreApiCsvExportInput;
|
|
176366
177165
|
};
|
|
@@ -176447,6 +177246,16 @@ export type MutationAssetsDm_BatchCreateComputeDictionaryValuesArgs = {
|
|
|
176447
177246
|
inputs: Array<AssetsDmCreateComputeDictionaryValueInput>;
|
|
176448
177247
|
workspaceId: Scalars['ID']['input'];
|
|
176449
177248
|
};
|
|
177249
|
+
export type MutationAssetsDm_CancelCleanseArgs = {
|
|
177250
|
+
cloudId: Scalars['ID']['input'];
|
|
177251
|
+
dataSourceId: Scalars['ID']['input'];
|
|
177252
|
+
workspaceId: Scalars['ID']['input'];
|
|
177253
|
+
};
|
|
177254
|
+
export type MutationAssetsDm_CancelImportArgs = {
|
|
177255
|
+
cloudId: Scalars['ID']['input'];
|
|
177256
|
+
dataSourceId: Scalars['ID']['input'];
|
|
177257
|
+
workspaceId: Scalars['ID']['input'];
|
|
177258
|
+
};
|
|
176450
177259
|
export type MutationAssetsDm_ChangeDataSourceStatusArgs = {
|
|
176451
177260
|
cloudId: Scalars['ID']['input'];
|
|
176452
177261
|
input: AssetsDmChangeDataSourceStatusInput;
|
|
@@ -176721,6 +177530,11 @@ export type MutationAssetsDm_ResetDataSourceMappingArgs = {
|
|
|
176721
177530
|
dataSourceId: Scalars['ID']['input'];
|
|
176722
177531
|
workspaceId: Scalars['ID']['input'];
|
|
176723
177532
|
};
|
|
177533
|
+
export type MutationAssetsDm_SyncDataDictionaryArgs = {
|
|
177534
|
+
cloudId: Scalars['ID']['input'];
|
|
177535
|
+
computeDictionaryId: Scalars['ID']['input'];
|
|
177536
|
+
workspaceId: Scalars['ID']['input'];
|
|
177537
|
+
};
|
|
176724
177538
|
export type MutationAssetsDm_TriggerCloudFetchArgs = {
|
|
176725
177539
|
cloudId: Scalars['ID']['input'];
|
|
176726
177540
|
jobId: Scalars['ID']['input'];
|
|
@@ -177526,6 +178340,10 @@ export type MutationConfluence_ReorderTracksArgs = {
|
|
|
177526
178340
|
cloudId: Scalars['ID']['input'];
|
|
177527
178341
|
input: ConfluenceReorderTrackInput;
|
|
177528
178342
|
};
|
|
178343
|
+
export type MutationConfluence_RequestSpaceAccessArgs = {
|
|
178344
|
+
cloudId: Scalars['ID']['input'];
|
|
178345
|
+
input: ConfluenceRequestSpaceAccessInput;
|
|
178346
|
+
};
|
|
177529
178347
|
export type MutationConfluence_ResolveApprovalAgentArgs = {
|
|
177530
178348
|
cloudId: Scalars['ID']['input'];
|
|
177531
178349
|
};
|
|
@@ -177538,6 +178356,10 @@ export type MutationConfluence_ResolveCommentsByContentIdArgs = {
|
|
|
177538
178356
|
contentId: Scalars['ID']['input'];
|
|
177539
178357
|
resolveView?: InputMaybe<ConfluenceCommentResolveAllLocation>;
|
|
177540
178358
|
};
|
|
178359
|
+
export type MutationConfluence_ResolveSpaceAccessRequestArgs = {
|
|
178360
|
+
cloudId: Scalars['ID']['input'];
|
|
178361
|
+
input: ConfluenceResolveSpaceAccessRequestInput;
|
|
178362
|
+
};
|
|
177541
178363
|
export type MutationConfluence_RestoreContentVersionArgs = {
|
|
177542
178364
|
cloudId: Scalars['ID']['input'];
|
|
177543
178365
|
input?: InputMaybe<ConfluenceRestoreContentVersionInput>;
|
|
@@ -177588,6 +178410,10 @@ export type MutationConfluence_SyncSmartFolderArgs = {
|
|
|
177588
178410
|
cloudId: Scalars['ID']['input'];
|
|
177589
178411
|
input: ConfluenceSyncSmartFolderInput;
|
|
177590
178412
|
};
|
|
178413
|
+
export type MutationConfluence_UndoSpaceAccessRequestDecisionArgs = {
|
|
178414
|
+
cloudId: Scalars['ID']['input'];
|
|
178415
|
+
input: ConfluenceUndoSpaceAccessRequestDecisionInput;
|
|
178416
|
+
};
|
|
177591
178417
|
export type MutationConfluence_UnschedulePublishArgs = {
|
|
177592
178418
|
cloudId: Scalars['ID']['input'];
|
|
177593
178419
|
input: ConfluenceUnschedulePublishInput;
|
|
@@ -178888,18 +179714,27 @@ export type MutationGraphInference_InferenceAppAddArgs = {
|
|
|
178888
179714
|
export type MutationGraphInference_InferenceAppAddV2Args = {
|
|
178889
179715
|
input: GraphInferenceInferenceAppAddV2Input;
|
|
178890
179716
|
};
|
|
179717
|
+
export type MutationGraphInference_InferenceAppAddV3Args = {
|
|
179718
|
+
input: GraphInferenceInferenceAppAddV3Input;
|
|
179719
|
+
};
|
|
178891
179720
|
export type MutationGraphInference_InferenceAppDeleteArgs = {
|
|
178892
179721
|
input: GraphInferenceInferenceAppDeleteInput;
|
|
178893
179722
|
};
|
|
178894
179723
|
export type MutationGraphInference_InferenceAppDeleteV2Args = {
|
|
178895
179724
|
input: GraphInferenceInferenceAppDeleteV2Input;
|
|
178896
179725
|
};
|
|
179726
|
+
export type MutationGraphInference_InferenceAppDeleteV3Args = {
|
|
179727
|
+
input: GraphInferenceInferenceAppDeleteV3Input;
|
|
179728
|
+
};
|
|
178897
179729
|
export type MutationGraphInference_InferenceAppEditArgs = {
|
|
178898
179730
|
input: GraphInferenceInferenceAppEditInput;
|
|
178899
179731
|
};
|
|
178900
179732
|
export type MutationGraphInference_InferenceAppEditV2Args = {
|
|
178901
179733
|
input: GraphInferenceInferenceAppEditV2Input;
|
|
178902
179734
|
};
|
|
179735
|
+
export type MutationGraphInference_InferenceAppEditV3Args = {
|
|
179736
|
+
input: GraphInferenceInferenceAppEditV3Input;
|
|
179737
|
+
};
|
|
178903
179738
|
export type MutationGraphIntegration_ActionAdminManagementUpdateActionConfigurationArgs = {
|
|
178904
179739
|
input: GraphIntegrationActionAdminManagementUpdateActionConfigurationInput;
|
|
178905
179740
|
};
|
|
@@ -180012,6 +180847,9 @@ export type MutationJira_SetTimelineViewHideUnParentedItemsArgs = {
|
|
|
180012
180847
|
export type MutationJira_SetTimelineViewHideWarningsArgs = {
|
|
180013
180848
|
input: JiraSetTimelineViewHideWarningsInput;
|
|
180014
180849
|
};
|
|
180850
|
+
export type MutationJira_SetTimelineViewHierarchyWithFiltersEnabledArgs = {
|
|
180851
|
+
input: JiraSetTimelineViewHierarchyWithFiltersEnabledInput;
|
|
180852
|
+
};
|
|
180015
180853
|
export type MutationJira_SetTimelineViewMaxHierarchyLevelArgs = {
|
|
180016
180854
|
input: JiraSetTimelineViewMaxHierarchyLevelInput;
|
|
180017
180855
|
};
|
|
@@ -180248,6 +181086,9 @@ export type MutationJsmTelemetry_ValidateTelemetryConnectionArgs = {
|
|
|
180248
181086
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
180249
181087
|
input: JsmTelemetryValidateTelemetryConnectionInput;
|
|
180250
181088
|
};
|
|
181089
|
+
export type MutationKitsune_CreateConnectorConfigArgs = {
|
|
181090
|
+
input: KitsuneCreateConnectorConfigInput;
|
|
181091
|
+
};
|
|
180251
181092
|
export type MutationKitsune_CreateCustomerArgs = {
|
|
180252
181093
|
email?: InputMaybe<Scalars['String']['input']>;
|
|
180253
181094
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180352,6 +181193,10 @@ export type MutationKitsune_MoveViewArgs = {
|
|
|
180352
181193
|
export type MutationKitsune_RefreshInsightCountersArgs = {
|
|
180353
181194
|
workspaceAri: Scalars['ID']['input'];
|
|
180354
181195
|
};
|
|
181196
|
+
export type MutationKitsune_RemoveConnectorConfigArgs = {
|
|
181197
|
+
id: Scalars['ID']['input'];
|
|
181198
|
+
input: KitsuneRemoveConnectorConfigInput;
|
|
181199
|
+
};
|
|
180355
181200
|
export type MutationKitsune_RemoveCustomerArgs = {
|
|
180356
181201
|
ari: Scalars['ID']['input'];
|
|
180357
181202
|
};
|
|
@@ -180408,6 +181253,10 @@ export type MutationKitsune_SyncCustomerFieldsArgs = {
|
|
|
180408
181253
|
export type MutationKitsune_SyncCustomersArgs = {
|
|
180409
181254
|
workspaceAri: Scalars['ID']['input'];
|
|
180410
181255
|
};
|
|
181256
|
+
export type MutationKitsune_UpdateConnectorConfigArgs = {
|
|
181257
|
+
id: Scalars['ID']['input'];
|
|
181258
|
+
input: KitsuneUpdateConnectorConfigInput;
|
|
181259
|
+
};
|
|
180411
181260
|
export type MutationKitsune_UpdateCustomerArgs = {
|
|
180412
181261
|
ari: Scalars['ID']['input'];
|
|
180413
181262
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180472,6 +181321,7 @@ export type MutationKitsune_UpdateSnippetArgs = {
|
|
|
180472
181321
|
insightId?: InputMaybe<Scalars['ID']['input']>;
|
|
180473
181322
|
};
|
|
180474
181323
|
export type MutationKitsune_UpdateSpaceArgs = {
|
|
181324
|
+
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
180475
181325
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
180476
181326
|
id: Scalars['ID']['input'];
|
|
180477
181327
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -180564,6 +181414,9 @@ export type MutationLoom_SpaceCreateArgs = {
|
|
|
180564
181414
|
privacy?: InputMaybe<LoomSpacePrivacyType>;
|
|
180565
181415
|
siteId: Scalars['ID']['input'];
|
|
180566
181416
|
};
|
|
181417
|
+
export type MutationLoom_UpdateMeetingOneClickActionStatusArgs = {
|
|
181418
|
+
input: LoomUpdateMeetingOneClickActionStatusInput;
|
|
181419
|
+
};
|
|
180567
181420
|
export type MutationLoom_UpdateVideoPermissionsArgs = {
|
|
180568
181421
|
input: LoomUpdateVideoPermissionsInput;
|
|
180569
181422
|
};
|
|
@@ -181723,6 +182576,7 @@ export type MutationSubscribeToAppArgs = {
|
|
|
181723
182576
|
};
|
|
181724
182577
|
export type MutationTags_AssignLabelArgs = {
|
|
181725
182578
|
input: TagsAssignLabelInput;
|
|
182579
|
+
kind?: Scalars['String']['input'];
|
|
181726
182580
|
};
|
|
181727
182581
|
export type MutationTags_CreateAndAssignLabelArgs = {
|
|
181728
182582
|
input: TagsCreateAndAssignLabelInput;
|
|
@@ -181734,6 +182588,7 @@ export type MutationTags_CreateTagArgs = {
|
|
|
181734
182588
|
};
|
|
181735
182589
|
export type MutationTags_UnassignLabelArgs = {
|
|
181736
182590
|
entityAri: Scalars['String']['input'];
|
|
182591
|
+
kind?: Scalars['String']['input'];
|
|
181737
182592
|
labelId: Scalars['String']['input'];
|
|
181738
182593
|
orgId: Scalars['String']['input'];
|
|
181739
182594
|
};
|
|
@@ -184590,6 +185445,7 @@ export declare enum PsmDeviceHealthStatus {
|
|
|
184590
185445
|
}
|
|
184591
185446
|
export type PsmDeviceIdentity = {
|
|
184592
185447
|
__typename?: 'PsmDeviceIdentity';
|
|
185448
|
+
deviceName?: Maybe<Scalars['String']['output']>;
|
|
184593
185449
|
isDeviceOffline?: Maybe<Scalars['Boolean']['output']>;
|
|
184594
185450
|
serialNumber: Scalars['String']['output'];
|
|
184595
185451
|
};
|
|
@@ -185386,6 +186242,7 @@ export type Query = {
|
|
|
185386
186242
|
agentWorkspace_utilizationForPendingChanges?: Maybe<Array<AgentWorkspaceAgentUtilizationForPendingChanges>>;
|
|
185387
186243
|
agentWorkspace_wfoSummaryView?: Maybe<AgentWorkspaceWfoSummaryViewResult>;
|
|
185388
186244
|
agentWorkspace_wfoSummaryViewByProjectKey?: Maybe<AgentWorkspaceWfoSummaryViewByProjectKeyResult>;
|
|
186245
|
+
agentWorkspace_workforceTeamAccessLevels?: Maybe<Array<AgentWorkspaceWorkforceTeamAccessLevelResult>>;
|
|
185389
186246
|
agentWorkspace_workloadJqlConfig?: Maybe<AgentWorkspaceWorkloadJqlConfig>;
|
|
185390
186247
|
agent_sessionAssociationQuery?: Maybe<AgentSessionAssociationConnection>;
|
|
185391
186248
|
agent_sessionQuery?: Maybe<AgentSessionConnection>;
|
|
@@ -185779,6 +186636,7 @@ export type Query = {
|
|
|
185779
186636
|
confluence_latestInProgressSpacePermissionTransitionTaskProgress?: Maybe<ConfluenceSpacePermissionTransitionTaskProgress>;
|
|
185780
186637
|
confluence_latestKnowledgeGraphObjectV2?: Maybe<KnowledgeGraphObjectResponseV2>;
|
|
185781
186638
|
confluence_legacyEditorReportDownloadLink?: Maybe<ConfluenceLegacyEditorReportDownloadLink>;
|
|
186639
|
+
confluence_listLabelsMacro?: Maybe<ConfluenceListLabelsEntryConnection>;
|
|
185782
186640
|
confluence_loomEntryPoints?: Maybe<ConfluenceLoomEntryPoints>;
|
|
185783
186641
|
confluence_macroPlaceholderAdf?: Maybe<ConfluenceMacroPlaceholderAdf>;
|
|
185784
186642
|
confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
|
|
@@ -185836,6 +186694,7 @@ export type Query = {
|
|
|
185836
186694
|
confluence_slide?: Maybe<ConfluenceSlide>;
|
|
185837
186695
|
confluence_slides?: Maybe<Array<Maybe<ConfluenceSlide>>>;
|
|
185838
186696
|
confluence_smartSpaceOverview?: Maybe<ConfluenceSmartSpaceOverview>;
|
|
186697
|
+
confluence_spaceAccessRequests?: Maybe<ConfluenceSpaceAccessRequestConnection>;
|
|
185839
186698
|
confluence_spaceAnalyticsPermissions?: Maybe<ConfluenceSpaceAnalyticsPermissionConnection>;
|
|
185840
186699
|
confluence_spaceMediaSession?: Maybe<ContentMediaSession>;
|
|
185841
186700
|
confluence_spacePermissionCombinationsByCriteria?: Maybe<ConfluenceSpacePermissionCombinationConnection>;
|
|
@@ -185918,6 +186777,7 @@ export type Query = {
|
|
|
185918
186777
|
cpls_customContributionTargets?: Maybe<CplsCustomContributionTargetConnection>;
|
|
185919
186778
|
cpls_customContributionTargetsByIds?: Maybe<Array<Maybe<CplsCustomContributionTarget>>>;
|
|
185920
186779
|
cpls_filters?: Maybe<CplsFilterConfigurationType>;
|
|
186780
|
+
cpls_getContributorContributionAggregations?: Maybe<CplsContributorContributionAggregationsResult>;
|
|
185921
186781
|
cpls_getContributorScopeAssociations?: Maybe<CplsContributorScopeAssociationConnection>;
|
|
185922
186782
|
cpls_getContributorWorkAssociations?: Maybe<CplsContributorWorkAssociationConnection>;
|
|
185923
186783
|
cpls_peopleView?: Maybe<CplsPeopleView>;
|
|
@@ -186155,6 +187015,7 @@ export type Query = {
|
|
|
186155
187015
|
graphInference_getRelatedReposV2?: Maybe<GraphInferenceGetRelatedReposV2Response>;
|
|
186156
187016
|
graphInference_getRelatedReposV3?: Maybe<GraphInferenceGetRelatedReposV3Response>;
|
|
186157
187017
|
graphInference_getSimilarJiraItems?: Maybe<GraphInferenceGetSimilarJiraItemsResponse>;
|
|
187018
|
+
graphInference_graphclawInferV3?: Maybe<Array<GraphInferenceGraphclawInferOptionV3>>;
|
|
186158
187019
|
graphInference_graphclawInferenceTargets?: Maybe<Array<GraphInferenceGraphclawOption>>;
|
|
186159
187020
|
graphInference_graphclawInferenceTargetsV2?: Maybe<Array<GraphInferenceGraphclawOptionV2>>;
|
|
186160
187021
|
graphInference_graphclawInferenceType?: Maybe<Array<GraphInferenceGraphclawOption>>;
|
|
@@ -186163,6 +187024,8 @@ export type Query = {
|
|
|
186163
187024
|
graphInference_graphclawProductOptionsV2?: Maybe<Array<GraphInferenceGraphclawSourceOptionV2>>;
|
|
186164
187025
|
graphInference_inferenceAppList?: Maybe<Array<GraphInferenceInferenceApp>>;
|
|
186165
187026
|
graphInference_inferenceAppListV2?: Maybe<Array<GraphInferenceInferenceAppV2>>;
|
|
187027
|
+
graphInference_inferenceAppListV3?: Maybe<Array<GraphInferenceInferenceAppV3>>;
|
|
187028
|
+
graphInference_inferenceModels?: Maybe<GraphInferenceInferenceModelsResponse>;
|
|
186166
187029
|
graphInference_inferenceQualityMetrics?: Maybe<GraphInferenceInferenceQualityMetricsResponse>;
|
|
186167
187030
|
graphInference_inferredProjectMe?: Maybe<GraphInferenceInferredProjectMeResponse>;
|
|
186168
187031
|
graphIntegration_availableTwgCapabilityContainers?: Maybe<Array<Maybe<GraphIntegrationTwgCapabilityContainerMeta>>>;
|
|
@@ -188454,6 +189317,8 @@ export type Query = {
|
|
|
188454
189317
|
jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
188455
189318
|
jira_rovoEnablementStatus?: Maybe<JiraRovoEnablementStatus>;
|
|
188456
189319
|
jira_sprintField?: Maybe<JiraJqlField>;
|
|
189320
|
+
jira_subtaskCreationAdditionalServices?: Maybe<JiraIssueCreateAdditionalServicesResult>;
|
|
189321
|
+
jira_subtaskCreationFields?: Maybe<JiraIssueCreateFieldsResult>;
|
|
188457
189322
|
jira_subtaskCreationLayout?: Maybe<JiraIssueCreateLayoutResult>;
|
|
188458
189323
|
jira_subtaskCreationLayoutWithML?: Maybe<JiraIssueCreateLayoutResult>;
|
|
188459
189324
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
@@ -188513,6 +189378,8 @@ export type Query = {
|
|
|
188513
189378
|
jsmTelemetry_telemetryServiceInfo?: Maybe<JsmTelemetryServiceInfo>;
|
|
188514
189379
|
jsw?: Maybe<JswQuery>;
|
|
188515
189380
|
kitsune_chunks?: Maybe<Array<Maybe<KitsuneChunk>>>;
|
|
189381
|
+
kitsune_connectorConfig?: Maybe<KitsuneConnectorConfig>;
|
|
189382
|
+
kitsune_connectorConfigs?: Maybe<Array<KitsuneConnectorConfig>>;
|
|
188516
189383
|
kitsune_customerByAri?: Maybe<KitsuneCustomer>;
|
|
188517
189384
|
kitsune_customers?: Maybe<Array<Maybe<KitsuneCustomer>>>;
|
|
188518
189385
|
kitsune_entitlements?: Maybe<KitsuneEntitlements>;
|
|
@@ -188585,6 +189452,7 @@ export type Query = {
|
|
|
188585
189452
|
loom_meetingsSearch?: Maybe<LoomMeetings>;
|
|
188586
189453
|
loom_playlist?: Maybe<LoomPlaylist>;
|
|
188587
189454
|
loom_playlists?: Maybe<Array<Maybe<LoomPlaylist>>>;
|
|
189455
|
+
loom_recordedMeetings?: Maybe<LoomMeetingConnection>;
|
|
188588
189456
|
loom_settings?: Maybe<LoomSettings>;
|
|
188589
189457
|
loom_space?: Maybe<LoomSpace>;
|
|
188590
189458
|
loom_spaces?: Maybe<Array<Maybe<LoomSpace>>>;
|
|
@@ -188630,6 +189498,7 @@ export type Query = {
|
|
|
188630
189498
|
mercury_askActivityHistoryByIds?: Maybe<Array<Maybe<MercuryAskActivityHistory>>>;
|
|
188631
189499
|
mercury_askCountByStatusForFocusArea?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
188632
189500
|
mercury_askCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
189501
|
+
mercury_askCustomFields?: Maybe<Array<MercuryAskCustomFieldValuesByAsk>>;
|
|
188633
189502
|
mercury_askLinksByIds?: Maybe<Array<Maybe<MercuryAskLink>>>;
|
|
188634
189503
|
mercury_asks?: Maybe<MercuryAskConnection>;
|
|
188635
189504
|
mercury_asksByIds?: Maybe<Array<Maybe<MercuryAsk>>>;
|
|
@@ -190022,6 +190891,12 @@ export type QueryAgentWorkspace_WfoSummaryViewArgs = {
|
|
|
190022
190891
|
export type QueryAgentWorkspace_WfoSummaryViewByProjectKeyArgs = {
|
|
190023
190892
|
input: AgentWorkspaceWfoSummaryViewByProjectKeyInput;
|
|
190024
190893
|
};
|
|
190894
|
+
export type QueryAgentWorkspace_WorkforceTeamAccessLevelsArgs = {
|
|
190895
|
+
accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190896
|
+
cloudId: Scalars['ID']['input'];
|
|
190897
|
+
projectKey: Scalars['String']['input'];
|
|
190898
|
+
teamARIs?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190899
|
+
};
|
|
190025
190900
|
export type QueryAgentWorkspace_WorkloadJqlConfigArgs = {
|
|
190026
190901
|
projectAri: Scalars['ID']['input'];
|
|
190027
190902
|
};
|
|
@@ -190361,6 +191236,7 @@ export type QueryAssetsDm_ComputedIssuesArgs = {
|
|
|
190361
191236
|
cloudId: Scalars['ID']['input'];
|
|
190362
191237
|
objectAttributeId: Scalars['ID']['input'];
|
|
190363
191238
|
objectId: Scalars['ID']['input'];
|
|
191239
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
190364
191240
|
workspaceId: Scalars['ID']['input'];
|
|
190365
191241
|
};
|
|
190366
191242
|
export type QueryAssetsDm_DataDictionariesArgs = {
|
|
@@ -190676,6 +191552,7 @@ export type QueryAssetsDm_PaginatedIssuesArgs = {
|
|
|
190676
191552
|
objectId: Scalars['ID']['input'];
|
|
190677
191553
|
page: Scalars['Int']['input'];
|
|
190678
191554
|
pageSize: Scalars['Int']['input'];
|
|
191555
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
190679
191556
|
workspaceId: Scalars['ID']['input'];
|
|
190680
191557
|
};
|
|
190681
191558
|
export type QueryAssetsDm_RawDataArgs = {
|
|
@@ -190823,6 +191700,8 @@ export type QueryAssetsVertical_ItemMappingsArgs = {
|
|
|
190823
191700
|
cloudId: Scalars['ID']['input'];
|
|
190824
191701
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
190825
191702
|
itemType?: InputMaybe<AssetsVerticalItemType>;
|
|
191703
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
191704
|
+
sort?: InputMaybe<AssetsVerticalItemMappingSortInput>;
|
|
190826
191705
|
spaceIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
190827
191706
|
verticalInstantiationCategoryId: Scalars['ID']['input'];
|
|
190828
191707
|
};
|
|
@@ -191864,6 +192743,14 @@ export type QueryConfluence_LegacyEditorReportDownloadLinkArgs = {
|
|
|
191864
192743
|
spaceId: Scalars['ID']['input'];
|
|
191865
192744
|
taskId: Scalars['ID']['input'];
|
|
191866
192745
|
};
|
|
192746
|
+
export type QueryConfluence_ListLabelsMacroArgs = {
|
|
192747
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
192748
|
+
allSpaces?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192749
|
+
cloudId: Scalars['ID']['input'];
|
|
192750
|
+
excludedLabels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
192751
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
192752
|
+
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
192753
|
+
};
|
|
191867
192754
|
export type QueryConfluence_LoomEntryPointsArgs = {
|
|
191868
192755
|
cloudId: Scalars['ID']['input'];
|
|
191869
192756
|
};
|
|
@@ -192137,6 +193024,12 @@ export type QueryConfluence_SmartSpaceOverviewArgs = {
|
|
|
192137
193024
|
cloudId: Scalars['ID']['input'];
|
|
192138
193025
|
spaceKey: Scalars['String']['input'];
|
|
192139
193026
|
};
|
|
193027
|
+
export type QueryConfluence_SpaceAccessRequestsArgs = {
|
|
193028
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
193029
|
+
cloudId: Scalars['ID']['input'];
|
|
193030
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
193031
|
+
spaceId: Scalars['ID']['input'];
|
|
193032
|
+
};
|
|
192140
193033
|
export type QueryConfluence_SpaceAnalyticsPermissionsArgs = {
|
|
192141
193034
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
192142
193035
|
cloudId: Scalars['ID']['input'];
|
|
@@ -192364,8 +193257,11 @@ export type QueryContentAnalyticsViewsByUserArgs = {
|
|
|
192364
193257
|
actorType?: InputMaybe<ConfluencePageAnalyticsActorType>;
|
|
192365
193258
|
contentId: Scalars['ID']['input'];
|
|
192366
193259
|
engageTimeThreshold?: InputMaybe<Scalars['Int']['input']>;
|
|
193260
|
+
fromDate?: InputMaybe<Scalars['String']['input']>;
|
|
192367
193261
|
isPrivacyModeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192368
193262
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
193263
|
+
timezone?: InputMaybe<Scalars['String']['input']>;
|
|
193264
|
+
toDate?: InputMaybe<Scalars['String']['input']>;
|
|
192369
193265
|
};
|
|
192370
193266
|
export type QueryContentBodyArgs = {
|
|
192371
193267
|
id: Scalars['ID']['input'];
|
|
@@ -192605,6 +193501,9 @@ export type QueryCpls_FiltersArgs = {
|
|
|
192605
193501
|
includeSuggestions?: InputMaybe<Scalars['Boolean']['input']>;
|
|
192606
193502
|
scopeId: Scalars['ID']['input'];
|
|
192607
193503
|
};
|
|
193504
|
+
export type QueryCpls_GetContributorContributionAggregationsArgs = {
|
|
193505
|
+
input: CplsGetContributorContributionAggregationsInput;
|
|
193506
|
+
};
|
|
192608
193507
|
export type QueryCpls_GetContributorScopeAssociationsArgs = {
|
|
192609
193508
|
input: CplsGetContributorScopeAssociationsInput;
|
|
192610
193509
|
};
|
|
@@ -193402,13 +194301,13 @@ export type QueryGetAppInstallationsArgs = {
|
|
|
193402
194301
|
contexts?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
193403
194302
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
193404
194303
|
edition?: InputMaybe<Array<InstallationEditionInput>>;
|
|
193405
|
-
environmentId?: InputMaybe<Scalars['String']['input']
|
|
194304
|
+
environmentId?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
193406
194305
|
installedOn?: InputMaybe<DateSearchInput>;
|
|
193407
194306
|
license?: InputMaybe<Array<LicenseValue>>;
|
|
193408
194307
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
193409
194308
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
193410
194309
|
status?: InputMaybe<InstallationStatus>;
|
|
193411
|
-
version?: InputMaybe<Scalars['String']['input']
|
|
194310
|
+
version?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
193412
194311
|
};
|
|
193413
194312
|
export type QueryGetCommentReplySuggestionsArgs = {
|
|
193414
194313
|
cloudId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -193615,6 +194514,9 @@ export type QueryGraphInference_GetRelatedReposV3Args = {
|
|
|
193615
194514
|
export type QueryGraphInference_GetSimilarJiraItemsArgs = {
|
|
193616
194515
|
input: GraphInferenceGetSimilarJiraItemsInput;
|
|
193617
194516
|
};
|
|
194517
|
+
export type QueryGraphInference_InferenceModelsArgs = {
|
|
194518
|
+
input: GraphInferenceInferenceModelsInput;
|
|
194519
|
+
};
|
|
193618
194520
|
export type QueryGraphInference_InferenceQualityMetricsArgs = {
|
|
193619
194521
|
input: GraphInferenceInferenceQualityMetricsInput;
|
|
193620
194522
|
};
|
|
@@ -210156,6 +211058,27 @@ export type QueryJira_RovoEnablementStatusArgs = {
|
|
|
210156
211058
|
export type QueryJira_SprintFieldArgs = {
|
|
210157
211059
|
cloudId: Scalars['ID']['input'];
|
|
210158
211060
|
};
|
|
211061
|
+
export type QueryJira_SubtaskCreationAdditionalServicesArgs = {
|
|
211062
|
+
cloudId: Scalars['ID']['input'];
|
|
211063
|
+
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
211064
|
+
parentId: JiraParentIdInput;
|
|
211065
|
+
project?: InputMaybe<JiraProjectInput>;
|
|
211066
|
+
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
211067
|
+
};
|
|
211068
|
+
export type QueryJira_SubtaskCreationFieldsArgs = {
|
|
211069
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
211070
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
211071
|
+
cloudId: Scalars['ID']['input'];
|
|
211072
|
+
defaultValues?: InputMaybe<JiraIssueFieldsInput>;
|
|
211073
|
+
evaluateMiniMode?: InputMaybe<Scalars['Boolean']['input']>;
|
|
211074
|
+
fieldsFilter?: InputMaybe<JiraIssueCreateFieldsFilter>;
|
|
211075
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
211076
|
+
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
211077
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
211078
|
+
parentId: JiraParentIdInput;
|
|
211079
|
+
project?: InputMaybe<JiraProjectInput>;
|
|
211080
|
+
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
211081
|
+
};
|
|
210159
211082
|
export type QueryJira_SubtaskCreationLayoutArgs = {
|
|
210160
211083
|
cloudId: Scalars['ID']['input'];
|
|
210161
211084
|
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
@@ -210401,6 +211324,7 @@ export type QueryJsmTelemetry_SearchMetricsArgs = {
|
|
|
210401
211324
|
providerContext?: InputMaybe<Array<JsmTelemetryProviderParameterValueInput>>;
|
|
210402
211325
|
};
|
|
210403
211326
|
export type QueryJsmTelemetry_SuggestMetricsArgs = {
|
|
211327
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
210404
211328
|
incidentId: Scalars['ID']['input'];
|
|
210405
211329
|
provider: JsmTelemetryProviderType;
|
|
210406
211330
|
};
|
|
@@ -210410,6 +211334,15 @@ export type QueryJsmTelemetry_TelemetryServiceInfoArgs = {
|
|
|
210410
211334
|
export type QueryKitsune_ChunksArgs = {
|
|
210411
211335
|
ids: Array<Scalars['ID']['input']>;
|
|
210412
211336
|
};
|
|
211337
|
+
export type QueryKitsune_ConnectorConfigArgs = {
|
|
211338
|
+
id: Scalars['ID']['input'];
|
|
211339
|
+
workspaceAri: Scalars['ID']['input'];
|
|
211340
|
+
};
|
|
211341
|
+
export type QueryKitsune_ConnectorConfigsArgs = {
|
|
211342
|
+
sourceType?: InputMaybe<KitsuneSourceCategoryType>;
|
|
211343
|
+
spaceId?: InputMaybe<Scalars['ID']['input']>;
|
|
211344
|
+
workspaceAri: Scalars['ID']['input'];
|
|
211345
|
+
};
|
|
210413
211346
|
export type QueryKitsune_CustomerByAriArgs = {
|
|
210414
211347
|
ari: Scalars['ID']['input'];
|
|
210415
211348
|
};
|
|
@@ -210687,6 +211620,12 @@ export type QueryLoom_PlaylistArgs = {
|
|
|
210687
211620
|
export type QueryLoom_PlaylistsArgs = {
|
|
210688
211621
|
ids: Array<Scalars['ID']['input']>;
|
|
210689
211622
|
};
|
|
211623
|
+
export type QueryLoom_RecordedMeetingsArgs = {
|
|
211624
|
+
order?: InputMaybe<LoomSortDirection>;
|
|
211625
|
+
rangeEnd?: InputMaybe<Scalars['String']['input']>;
|
|
211626
|
+
rangeStart?: InputMaybe<Scalars['String']['input']>;
|
|
211627
|
+
siteId: Scalars['ID']['input'];
|
|
211628
|
+
};
|
|
210690
211629
|
export type QueryLoom_SettingsArgs = {
|
|
210691
211630
|
siteId: Scalars['ID']['input'];
|
|
210692
211631
|
};
|
|
@@ -210835,6 +211774,11 @@ export type QueryMercury_AskCustomFieldDefinitionsSearchArgs = {
|
|
|
210835
211774
|
q?: InputMaybe<Scalars['String']['input']>;
|
|
210836
211775
|
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
210837
211776
|
};
|
|
211777
|
+
export type QueryMercury_AskCustomFieldsArgs = {
|
|
211778
|
+
askIds: Array<Scalars['ID']['input']>;
|
|
211779
|
+
cloudId: Scalars['ID']['input'];
|
|
211780
|
+
customFieldDefinitionIds: Array<Scalars['ID']['input']>;
|
|
211781
|
+
};
|
|
210838
211782
|
export type QueryMercury_AskLinksByIdsArgs = {
|
|
210839
211783
|
ids: Array<Scalars['ID']['input']>;
|
|
210840
211784
|
};
|
|
@@ -212184,6 +213128,7 @@ export type QueryTags_GetAssignedLabelsArgs = {
|
|
|
212184
213128
|
};
|
|
212185
213129
|
export type QueryTags_GetLabelAssignmentsArgs = {
|
|
212186
213130
|
entityAri: Scalars['String']['input'];
|
|
213131
|
+
kind?: Scalars['String']['input'];
|
|
212187
213132
|
};
|
|
212188
213133
|
export type QueryTags_GetTagArgs = {
|
|
212189
213134
|
kind: Scalars['String']['input'];
|
|
@@ -232897,6 +233842,17 @@ export type TrelloCreateInboxCardActionDisplayEntities = {
|
|
|
232897
233842
|
card?: Maybe<TrelloActionCardEntity>;
|
|
232898
233843
|
memberCreator?: Maybe<TrelloActionMemberEntity>;
|
|
232899
233844
|
};
|
|
233845
|
+
export type TrelloCreateLabelInput = {
|
|
233846
|
+
boardId: Scalars['ID']['input'];
|
|
233847
|
+
color: Scalars['String']['input'];
|
|
233848
|
+
name: Scalars['String']['input'];
|
|
233849
|
+
};
|
|
233850
|
+
export type TrelloCreateLabelPayload = Payload & {
|
|
233851
|
+
__typename?: 'TrelloCreateLabelPayload';
|
|
233852
|
+
errors?: Maybe<Array<MutationError>>;
|
|
233853
|
+
label?: Maybe<TrelloLabel>;
|
|
233854
|
+
success: Scalars['Boolean']['output'];
|
|
233855
|
+
};
|
|
232900
233856
|
export type TrelloCreateListInput = {
|
|
232901
233857
|
boardId: Scalars['ID']['input'];
|
|
232902
233858
|
color?: InputMaybe<TrelloListColor>;
|
|
@@ -233235,6 +234191,7 @@ export type TrelloEchoUpdated = {
|
|
|
233235
234191
|
export type TrelloEditBoardWithAiInput = {
|
|
233236
234192
|
boardId: Scalars['ID']['input'];
|
|
233237
234193
|
referenceTaskIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
234194
|
+
sessionId?: InputMaybe<Scalars['ID']['input']>;
|
|
233238
234195
|
userPrompt: Scalars['String']['input'];
|
|
233239
234196
|
};
|
|
233240
234197
|
export type TrelloEditBoardWithAiPayload = Payload & {
|
|
@@ -233679,6 +234636,7 @@ export type TrelloInitializeVoiceCaptureSessionInput = {
|
|
|
233679
234636
|
export type TrelloInitializeVoiceCaptureSessionPayload = Payload & {
|
|
233680
234637
|
__typename?: 'TrelloInitializeVoiceCaptureSessionPayload';
|
|
233681
234638
|
errors?: Maybe<Array<MutationError>>;
|
|
234639
|
+
objectId?: Maybe<Scalars['ID']['output']>;
|
|
233682
234640
|
sessionId?: Maybe<Scalars['ID']['output']>;
|
|
233683
234641
|
success: Scalars['Boolean']['output'];
|
|
233684
234642
|
};
|
|
@@ -234480,6 +235438,7 @@ export type TrelloMutationApi = {
|
|
|
234480
235438
|
createCustomField?: Maybe<TrelloCreateCustomFieldPayload>;
|
|
234481
235439
|
createCustomFieldOption?: Maybe<TrelloCreateCustomFieldOptionPayload>;
|
|
234482
235440
|
createEcho?: Maybe<TrelloEchoPayload>;
|
|
235441
|
+
createLabel?: Maybe<TrelloCreateLabelPayload>;
|
|
234483
235442
|
createList?: Maybe<TrelloCreateListPayload>;
|
|
234484
235443
|
createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
|
|
234485
235444
|
createMemberFromAa?: Maybe<TrelloCreateMemberFromAaPayload>;
|
|
@@ -234534,6 +235493,7 @@ export type TrelloMutationApi = {
|
|
|
234534
235493
|
removeWorkspaceTagFromBoard?: Maybe<TrelloRemoveWorkspaceTagFromBoardPayload>;
|
|
234535
235494
|
reopenBoard?: Maybe<TrelloReopenBoardPayload>;
|
|
234536
235495
|
reopenCard?: Maybe<TrelloReopenCardPayload>;
|
|
235496
|
+
reopenList?: Maybe<TrelloReopenListPayload>;
|
|
234537
235497
|
researchCardWithAi?: Maybe<TrelloResearchCardWithAiPayload>;
|
|
234538
235498
|
resetCardCover?: Maybe<TrelloResetCardCoverPayload>;
|
|
234539
235499
|
resetMemberAiImageGenerationUsage?: Maybe<TrelloResetMemberAiImageGenerationUsagePayload>;
|
|
@@ -234693,6 +235653,9 @@ export type TrelloMutationApiCreateCustomFieldOptionArgs = {
|
|
|
234693
235653
|
export type TrelloMutationApiCreateEchoArgs = {
|
|
234694
235654
|
input: TrelloEchoInput;
|
|
234695
235655
|
};
|
|
235656
|
+
export type TrelloMutationApiCreateLabelArgs = {
|
|
235657
|
+
input: TrelloCreateLabelInput;
|
|
235658
|
+
};
|
|
234696
235659
|
export type TrelloMutationApiCreateListArgs = {
|
|
234697
235660
|
input: TrelloCreateListInput;
|
|
234698
235661
|
};
|
|
@@ -234852,6 +235815,9 @@ export type TrelloMutationApiReopenBoardArgs = {
|
|
|
234852
235815
|
export type TrelloMutationApiReopenCardArgs = {
|
|
234853
235816
|
input: TrelloReopenCardInput;
|
|
234854
235817
|
};
|
|
235818
|
+
export type TrelloMutationApiReopenListArgs = {
|
|
235819
|
+
input: TrelloReopenListInput;
|
|
235820
|
+
};
|
|
234855
235821
|
export type TrelloMutationApiResearchCardWithAiArgs = {
|
|
234856
235822
|
input: TrelloResearchCardWithAiInput;
|
|
234857
235823
|
};
|
|
@@ -236391,6 +237357,15 @@ export type TrelloReopenCardPayload = Payload & {
|
|
|
236391
237357
|
errors?: Maybe<Array<MutationError>>;
|
|
236392
237358
|
success: Scalars['Boolean']['output'];
|
|
236393
237359
|
};
|
|
237360
|
+
export type TrelloReopenListInput = {
|
|
237361
|
+
listId: Scalars['ID']['input'];
|
|
237362
|
+
};
|
|
237363
|
+
export type TrelloReopenListPayload = Payload & {
|
|
237364
|
+
__typename?: 'TrelloReopenListPayload';
|
|
237365
|
+
errors?: Maybe<Array<MutationError>>;
|
|
237366
|
+
list?: Maybe<TrelloList>;
|
|
237367
|
+
success: Scalars['Boolean']['output'];
|
|
237368
|
+
};
|
|
236394
237369
|
export type TrelloResearchCardSuggestedLink = {
|
|
236395
237370
|
__typename?: 'TrelloResearchCardSuggestedLink';
|
|
236396
237371
|
reason: Scalars['String']['output'];
|
|
@@ -237492,6 +238467,7 @@ export type TrelloVoiceCaptureSessionUpdated = TrelloStatefulSessionUpdated & {
|
|
|
237492
238467
|
_deltas?: Maybe<Array<Scalars['String']['output']>>;
|
|
237493
238468
|
cards?: Maybe<TrelloVoiceCaptureSessionCardConnectionUpdated>;
|
|
237494
238469
|
errors?: Maybe<Array<TrelloVoiceCaptureSessionError>>;
|
|
238470
|
+
objectId: Scalars['ID']['output'];
|
|
237495
238471
|
sessionId: Scalars['ID']['output'];
|
|
237496
238472
|
transcript?: Maybe<Scalars['String']['output']>;
|
|
237497
238473
|
};
|