@forge/cli-shared 9.6.0-next.8 → 9.6.0-next.9
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
CHANGED
|
@@ -9398,6 +9398,18 @@ export type AgentWorkspaceRoutingHistoryUserEntity = AgentWorkspaceRoutingHistor
|
|
|
9398
9398
|
key: Scalars['String']['output'];
|
|
9399
9399
|
user?: Maybe<User>;
|
|
9400
9400
|
};
|
|
9401
|
+
export type AgentWorkspaceRoutingServiceFieldInput = {
|
|
9402
|
+
id: Scalars['String']['input'];
|
|
9403
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
9404
|
+
type: AgentWorkspaceSmartRoutingServiceFieldType;
|
|
9405
|
+
};
|
|
9406
|
+
export type AgentWorkspaceRoutingSetupRowInput = {
|
|
9407
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
9408
|
+
included?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9409
|
+
serviceId?: InputMaybe<Scalars['ID']['input']>;
|
|
9410
|
+
serviceName?: InputMaybe<Scalars['String']['input']>;
|
|
9411
|
+
teamAri?: InputMaybe<Scalars['ID']['input']>;
|
|
9412
|
+
};
|
|
9401
9413
|
export type AgentWorkspaceRoutingTableEntry = {
|
|
9402
9414
|
__typename?: 'AgentWorkspaceRoutingTableEntry';
|
|
9403
9415
|
description: Scalars['String']['output'];
|
|
@@ -9434,6 +9446,21 @@ export declare enum AgentWorkspaceRoutingTableGenerationStatus {
|
|
|
9434
9446
|
InProgress = "IN_PROGRESS",
|
|
9435
9447
|
Timeout = "TIMEOUT"
|
|
9436
9448
|
}
|
|
9449
|
+
export type AgentWorkspaceSaveRoutingSetupInput = {
|
|
9450
|
+
cloudId: Scalars['ID']['input'];
|
|
9451
|
+
defaultTeam?: InputMaybe<Scalars['ID']['input']>;
|
|
9452
|
+
projectKey: Scalars['String']['input'];
|
|
9453
|
+
routingMode?: InputMaybe<AgentWorkspaceSmartRoutingMode>;
|
|
9454
|
+
rows?: InputMaybe<Array<AgentWorkspaceRoutingSetupRowInput>>;
|
|
9455
|
+
serviceField?: InputMaybe<AgentWorkspaceRoutingServiceFieldInput>;
|
|
9456
|
+
teamAssignmentMode: AgentWorkspaceTeamAssignmentMode;
|
|
9457
|
+
};
|
|
9458
|
+
export type AgentWorkspaceSaveRoutingSetupPayload = {
|
|
9459
|
+
__typename?: 'AgentWorkspaceSaveRoutingSetupPayload';
|
|
9460
|
+
rowsWritten: Scalars['Int']['output'];
|
|
9461
|
+
smartRoutingConfig: AgentWorkspaceSmartRoutingConfig;
|
|
9462
|
+
success: Scalars['Boolean']['output'];
|
|
9463
|
+
};
|
|
9437
9464
|
export type AgentWorkspaceSchedule = {
|
|
9438
9465
|
__typename?: 'AgentWorkspaceSchedule';
|
|
9439
9466
|
agents: Array<AgentWorkspaceAgent>;
|
|
@@ -9918,6 +9945,7 @@ export type AgentWorkspaceSmartRoutingConfig = {
|
|
|
9918
9945
|
serviceFieldName?: Maybe<Scalars['String']['output']>;
|
|
9919
9946
|
serviceFieldType?: Maybe<AgentWorkspaceSmartRoutingServiceFieldType>;
|
|
9920
9947
|
setupVersion: Scalars['Int']['output'];
|
|
9948
|
+
teamAssignmentMode: AgentWorkspaceTeamAssignmentMode;
|
|
9921
9949
|
triggers: Array<AgentWorkspaceConfigurableRoutingTriggerSetting>;
|
|
9922
9950
|
warning?: Maybe<Scalars['String']['output']>;
|
|
9923
9951
|
};
|
|
@@ -10120,6 +10148,11 @@ export type AgentWorkspaceTeam = {
|
|
|
10120
10148
|
teamARI: Scalars['ID']['output'];
|
|
10121
10149
|
teamId?: Maybe<Scalars['ID']['output']>;
|
|
10122
10150
|
};
|
|
10151
|
+
export declare enum AgentWorkspaceTeamAssignmentMode {
|
|
10152
|
+
DefaultTeam = "DEFAULT_TEAM",
|
|
10153
|
+
Manual = "MANUAL",
|
|
10154
|
+
Smart = "SMART"
|
|
10155
|
+
}
|
|
10123
10156
|
export type AgentWorkspaceTeamCapacitiesInput = {
|
|
10124
10157
|
cloudId: Scalars['ID']['input'];
|
|
10125
10158
|
projectKey: Scalars['String']['input'];
|
|
@@ -41968,7 +42001,7 @@ export type CplsAtlasProjectRecommendation = {
|
|
|
41968
42001
|
atlasProject?: Maybe<TownsquareProject>;
|
|
41969
42002
|
atlasProjectId: Scalars['ID']['output'];
|
|
41970
42003
|
};
|
|
41971
|
-
export type CplsCapacityPlan = {
|
|
42004
|
+
export type CplsCapacityPlan = Node & {
|
|
41972
42005
|
__typename?: 'CplsCapacityPlan';
|
|
41973
42006
|
id: Scalars['ID']['output'];
|
|
41974
42007
|
scopeId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -42296,7 +42329,7 @@ export type CplsCreateSuggestionsPayload = Payload & {
|
|
|
42296
42329
|
errors?: Maybe<Array<MutationError>>;
|
|
42297
42330
|
success: Scalars['Boolean']['output'];
|
|
42298
42331
|
};
|
|
42299
|
-
export type CplsCustomContributionTarget = {
|
|
42332
|
+
export type CplsCustomContributionTarget = Node & {
|
|
42300
42333
|
__typename?: 'CplsCustomContributionTarget';
|
|
42301
42334
|
id: Scalars['ID']['output'];
|
|
42302
42335
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -128642,13 +128675,17 @@ export type JiraAgentSession = {
|
|
|
128642
128675
|
__typename?: 'JiraAgentSession';
|
|
128643
128676
|
agent?: Maybe<User>;
|
|
128644
128677
|
agentAccountId?: Maybe<Scalars['String']['output']>;
|
|
128678
|
+
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
128645
128679
|
author?: Maybe<User>;
|
|
128646
128680
|
authorAccountId?: Maybe<Scalars['String']['output']>;
|
|
128681
|
+
convoAiAgentId?: Maybe<Scalars['String']['output']>;
|
|
128647
128682
|
endTime?: Maybe<Scalars['DateTime']['output']>;
|
|
128648
128683
|
invocationType?: Maybe<JiraAgentSessionInvocationType>;
|
|
128649
128684
|
isRovo?: Maybe<Scalars['Boolean']['output']>;
|
|
128685
|
+
jcaSessionAri?: Maybe<Scalars['ID']['output']>;
|
|
128650
128686
|
lastStateChangeAt?: Maybe<Scalars['DateTime']['output']>;
|
|
128651
128687
|
lastStateChangedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
128688
|
+
sessionAssociation?: Maybe<AgentSessionAssociation>;
|
|
128652
128689
|
sessionId?: Maybe<Scalars['String']['output']>;
|
|
128653
128690
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
128654
128691
|
state?: Maybe<JiraAgentSessionState>;
|
|
@@ -128682,6 +128719,7 @@ export declare enum JiraAgentSessionInvocationType {
|
|
|
128682
128719
|
IssueManualTrigger = "ISSUE_MANUAL_TRIGGER",
|
|
128683
128720
|
IssueWorkflowAssignment = "ISSUE_WORKFLOW_ASSIGNMENT",
|
|
128684
128721
|
LocalAgentSession = "LOCAL_AGENT_SESSION",
|
|
128722
|
+
LoomVideoToJiraSuggestions = "LOOM_VIDEO_TO_JIRA_SUGGESTIONS",
|
|
128685
128723
|
Unknown = "UNKNOWN"
|
|
128686
128724
|
}
|
|
128687
128725
|
export declare enum JiraAgentSessionPreExecutionStep {
|
|
@@ -130006,6 +130044,7 @@ export type JiraBacklog = {
|
|
|
130006
130044
|
export type JiraBacklogAgentSetupBanner = {
|
|
130007
130045
|
__typename?: 'JiraBacklogAgentSetupBanner';
|
|
130008
130046
|
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
130047
|
+
isEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
130009
130048
|
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
130010
130049
|
};
|
|
130011
130050
|
export type JiraBacklogApplicationProperty = {
|
|
@@ -130996,7 +131035,9 @@ export type JiraBoardViewCanMoveIssuesBetweenSwimlanesArgs = {
|
|
|
130996
131035
|
export type JiraBoardViewCardOptionsArgs = {
|
|
130997
131036
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
130998
131037
|
enabledOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
131038
|
+
filter?: InputMaybe<JiraBoardViewCardOptionFilter>;
|
|
130999
131039
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131040
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
131000
131041
|
};
|
|
131001
131042
|
export type JiraBoardViewColumnsArgs = {
|
|
131002
131043
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -131043,6 +131084,14 @@ export type JiraBoardViewUnmappedStatusesArgs = {
|
|
|
131043
131084
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131044
131085
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131045
131086
|
};
|
|
131087
|
+
export type JiraBoardViewAgentCount = {
|
|
131088
|
+
__typename?: 'JiraBoardViewAgentCount';
|
|
131089
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
131090
|
+
};
|
|
131091
|
+
export type JiraBoardViewAgentCountAboveLimit = {
|
|
131092
|
+
__typename?: 'JiraBoardViewAgentCountAboveLimit';
|
|
131093
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
131094
|
+
};
|
|
131046
131095
|
export type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & Node & {
|
|
131047
131096
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
131048
131097
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -131054,6 +131103,7 @@ export type JiraBoardViewCardOption = {
|
|
|
131054
131103
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
131055
131104
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
131056
131105
|
id: Scalars['ID']['output'];
|
|
131106
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
131057
131107
|
};
|
|
131058
131108
|
export type JiraBoardViewCardOptionConnection = {
|
|
131059
131109
|
__typename?: 'JiraBoardViewCardOptionConnection';
|
|
@@ -131066,6 +131116,11 @@ export type JiraBoardViewCardOptionEdge = {
|
|
|
131066
131116
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
131067
131117
|
node?: Maybe<JiraBoardViewCardOption>;
|
|
131068
131118
|
};
|
|
131119
|
+
export declare enum JiraBoardViewCardOptionFilter {
|
|
131120
|
+
All = "ALL",
|
|
131121
|
+
Disabled = "DISABLED",
|
|
131122
|
+
Enabled = "ENABLED"
|
|
131123
|
+
}
|
|
131069
131124
|
export type JiraBoardViewCategoryColumn = JiraBoardViewColumn & Node & {
|
|
131070
131125
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
131071
131126
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -131201,6 +131256,7 @@ export type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
131201
131256
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
131202
131257
|
field?: Maybe<JiraField>;
|
|
131203
131258
|
id: Scalars['ID']['output'];
|
|
131259
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
131204
131260
|
};
|
|
131205
131261
|
export type JiraBoardViewFieldSwimlane = JiraBoardViewCellContainer & JiraBoardViewSwimlane & Node & {
|
|
131206
131262
|
__typename?: 'JiraBoardViewFieldSwimlane';
|
|
@@ -131363,6 +131419,7 @@ export type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
131363
131419
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
131364
131420
|
canInlineRename?: Maybe<Scalars['Boolean']['output']>;
|
|
131365
131421
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
131422
|
+
endUserAgents?: Maybe<JiraEndUserAgentConnection>;
|
|
131366
131423
|
id: Scalars['ID']['output'];
|
|
131367
131424
|
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
131368
131425
|
mappedWorkflows?: Maybe<JiraBoardViewWorkflowConnection>;
|
|
@@ -131371,11 +131428,18 @@ export type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
131371
131428
|
name?: Maybe<Scalars['String']['output']>;
|
|
131372
131429
|
simpleTransitions?: Maybe<JiraTransitionConnection>;
|
|
131373
131430
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
131431
|
+
totalAgentCount?: Maybe<JiraBoardViewTotalAgentCount>;
|
|
131374
131432
|
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
131375
131433
|
totalTransitionCount?: Maybe<Scalars['Int']['output']>;
|
|
131376
131434
|
transitionAgents?: Maybe<Array<JiraTransitionAgent>>;
|
|
131377
131435
|
workflows?: Maybe<JiraTransitionConnection>;
|
|
131378
131436
|
};
|
|
131437
|
+
export type JiraBoardViewStatusColumnEndUserAgentsArgs = {
|
|
131438
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131439
|
+
agentAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
131440
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131441
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
131442
|
+
};
|
|
131379
131443
|
export type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
131380
131444
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131381
131445
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -131388,6 +131452,9 @@ export type JiraBoardViewStatusColumnSimpleTransitionsArgs = {
|
|
|
131388
131452
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131389
131453
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131390
131454
|
};
|
|
131455
|
+
export type JiraBoardViewStatusColumnTotalAgentCountArgs = {
|
|
131456
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
131457
|
+
};
|
|
131391
131458
|
export type JiraBoardViewStatusColumnTotalIssueCountArgs = {
|
|
131392
131459
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
131393
131460
|
};
|
|
@@ -131460,9 +131527,11 @@ export type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
|
131460
131527
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
131461
131528
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
131462
131529
|
id: Scalars['ID']['output'];
|
|
131530
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
131463
131531
|
name?: Maybe<Scalars['String']['output']>;
|
|
131464
131532
|
type?: Maybe<JiraSyntheticFieldCardOptionType>;
|
|
131465
131533
|
};
|
|
131534
|
+
export type JiraBoardViewTotalAgentCount = JiraBoardViewAgentCount | JiraBoardViewAgentCountAboveLimit;
|
|
131466
131535
|
export type JiraBoardViewWorkflow = {
|
|
131467
131536
|
__typename?: 'JiraBoardViewWorkflow';
|
|
131468
131537
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -131666,6 +131735,21 @@ export type JiraBulkMoveClassificationInput = {
|
|
|
131666
131735
|
sourceClassificationIds: Array<Scalars['ID']['input']>;
|
|
131667
131736
|
targetClassificationId: Scalars['ID']['input'];
|
|
131668
131737
|
};
|
|
131738
|
+
export type JiraBulkMoveDestinationProjectSearch = {
|
|
131739
|
+
searchByText?: InputMaybe<Scalars['String']['input']>;
|
|
131740
|
+
};
|
|
131741
|
+
export type JiraBulkMoveDetails = {
|
|
131742
|
+
__typename?: 'JiraBulkMoveDetails';
|
|
131743
|
+
destinationProjects?: Maybe<JiraProjectConnection>;
|
|
131744
|
+
sourceProjects: Array<JiraBulkMoveSourceProject>;
|
|
131745
|
+
};
|
|
131746
|
+
export type JiraBulkMoveDetailsDestinationProjectsArgs = {
|
|
131747
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131748
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
131749
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131750
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
131751
|
+
search?: InputMaybe<JiraBulkMoveDestinationProjectSearch>;
|
|
131752
|
+
};
|
|
131669
131753
|
export type JiraBulkMoveInput = {
|
|
131670
131754
|
inferClassificationDefaults: Scalars['Boolean']['input'];
|
|
131671
131755
|
inferFieldDefaults: Scalars['Boolean']['input'];
|
|
@@ -131680,6 +131764,11 @@ export type JiraBulkMoveInput = {
|
|
|
131680
131764
|
targetProjectId: Scalars['ID']['input'];
|
|
131681
131765
|
targetStatuses?: InputMaybe<Array<JiraBulkMoveStatusInput>>;
|
|
131682
131766
|
};
|
|
131767
|
+
export type JiraBulkMoveIssueTypeCount = {
|
|
131768
|
+
__typename?: 'JiraBulkMoveIssueTypeCount';
|
|
131769
|
+
count: Scalars['Int']['output'];
|
|
131770
|
+
issueType?: Maybe<JiraIssueType>;
|
|
131771
|
+
};
|
|
131683
131772
|
export type JiraBulkMoveMandatoryFieldInput = {
|
|
131684
131773
|
fieldId: Scalars['ID']['input'];
|
|
131685
131774
|
value: JiraBulkMoveMandatoryFieldValueInput;
|
|
@@ -131694,6 +131783,11 @@ export declare enum JiraBulkMoveMandatoryFieldValueType {
|
|
|
131694
131783
|
Adf = "ADF",
|
|
131695
131784
|
Raw = "RAW"
|
|
131696
131785
|
}
|
|
131786
|
+
export type JiraBulkMoveSourceProject = {
|
|
131787
|
+
__typename?: 'JiraBulkMoveSourceProject';
|
|
131788
|
+
issueTypes: Array<JiraBulkMoveIssueTypeCount>;
|
|
131789
|
+
project?: Maybe<JiraProject>;
|
|
131790
|
+
};
|
|
131697
131791
|
export type JiraBulkMoveStatusInput = {
|
|
131698
131792
|
sourceStatusIds: Array<Scalars['ID']['input']>;
|
|
131699
131793
|
targetStatusId: Scalars['ID']['input'];
|
|
@@ -135382,6 +135476,55 @@ export type JiraEnablePlanFeaturePayloadGraphQl = Payload & {
|
|
|
135382
135476
|
plan?: Maybe<JiraPlan>;
|
|
135383
135477
|
success: Scalars['Boolean']['output'];
|
|
135384
135478
|
};
|
|
135479
|
+
export type JiraEndUserAgent = {
|
|
135480
|
+
__typename?: 'JiraEndUserAgent';
|
|
135481
|
+
agent?: Maybe<User>;
|
|
135482
|
+
configurations?: Maybe<JiraEndUserAgentConfigurationConnection>;
|
|
135483
|
+
};
|
|
135484
|
+
export type JiraEndUserAgentConfigurationsArgs = {
|
|
135485
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135486
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135487
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
135488
|
+
};
|
|
135489
|
+
export type JiraEndUserAgentConfiguration = {
|
|
135490
|
+
__typename?: 'JiraEndUserAgentConfiguration';
|
|
135491
|
+
agent?: Maybe<User>;
|
|
135492
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
135493
|
+
id: Scalars['ID']['output'];
|
|
135494
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
135495
|
+
owner?: Maybe<User>;
|
|
135496
|
+
projects?: Maybe<JiraProjectConnection>;
|
|
135497
|
+
prompt?: Maybe<Scalars['String']['output']>;
|
|
135498
|
+
statuses?: Maybe<JiraStatusConnection>;
|
|
135499
|
+
};
|
|
135500
|
+
export type JiraEndUserAgentConfigurationProjectsArgs = {
|
|
135501
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135502
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135503
|
+
};
|
|
135504
|
+
export type JiraEndUserAgentConfigurationStatusesArgs = {
|
|
135505
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135506
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135507
|
+
};
|
|
135508
|
+
export type JiraEndUserAgentConfigurationConnection = {
|
|
135509
|
+
__typename?: 'JiraEndUserAgentConfigurationConnection';
|
|
135510
|
+
edges?: Maybe<Array<Maybe<JiraEndUserAgentConfigurationEdge>>>;
|
|
135511
|
+
pageInfo: PageInfo;
|
|
135512
|
+
};
|
|
135513
|
+
export type JiraEndUserAgentConfigurationEdge = {
|
|
135514
|
+
__typename?: 'JiraEndUserAgentConfigurationEdge';
|
|
135515
|
+
cursor: Scalars['String']['output'];
|
|
135516
|
+
node?: Maybe<JiraEndUserAgentConfiguration>;
|
|
135517
|
+
};
|
|
135518
|
+
export type JiraEndUserAgentConnection = {
|
|
135519
|
+
__typename?: 'JiraEndUserAgentConnection';
|
|
135520
|
+
edges?: Maybe<Array<Maybe<JiraEndUserAgentEdge>>>;
|
|
135521
|
+
pageInfo: PageInfo;
|
|
135522
|
+
};
|
|
135523
|
+
export type JiraEndUserAgentEdge = {
|
|
135524
|
+
__typename?: 'JiraEndUserAgentEdge';
|
|
135525
|
+
cursor: Scalars['String']['output'];
|
|
135526
|
+
node?: Maybe<JiraEndUserAgent>;
|
|
135527
|
+
};
|
|
135385
135528
|
export type JiraEntitlementFieldInput = {
|
|
135386
135529
|
entitlement: JiraEntitlementInput;
|
|
135387
135530
|
fieldId: Scalars['ID']['input'];
|
|
@@ -135608,6 +135751,7 @@ export type JiraFavouriteValue = Node & {
|
|
|
135608
135751
|
export type JiraFetchBulkOperationDetailsResponse = {
|
|
135609
135752
|
__typename?: 'JiraFetchBulkOperationDetailsResponse';
|
|
135610
135753
|
bulkEditFields?: Maybe<JiraBulkEditFieldsConnection>;
|
|
135754
|
+
bulkMoveDetails?: Maybe<JiraBulkMoveDetails>;
|
|
135611
135755
|
bulkTransitions?: Maybe<JiraBulkTransitionConnection>;
|
|
135612
135756
|
canBulkInvokeAgentSessions?: Maybe<Scalars['Boolean']['output']>;
|
|
135613
135757
|
mayDisableNotifications?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -141465,6 +141609,14 @@ export type JiraJourneyWorkdayIntegrationTriggerConfigurationInput = {
|
|
|
141465
141609
|
ruleId?: InputMaybe<Scalars['ID']['input']>;
|
|
141466
141610
|
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
141467
141611
|
};
|
|
141612
|
+
export type JiraJqlAgentInvocationTypeFieldValue = JiraJqlFieldValue & {
|
|
141613
|
+
__typename?: 'JiraJqlAgentInvocationTypeFieldValue';
|
|
141614
|
+
displayName: Scalars['String']['output'];
|
|
141615
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
141616
|
+
invocationType: JiraAgentSessionInvocationType;
|
|
141617
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
141618
|
+
jqlTerm: Scalars['String']['output'];
|
|
141619
|
+
};
|
|
141468
141620
|
export type JiraJqlAgentStateCategoryFieldValue = JiraJqlFieldValue & {
|
|
141469
141621
|
__typename?: 'JiraJqlAgentStateCategoryFieldValue';
|
|
141470
141622
|
displayName: Scalars['String']['output'];
|
|
@@ -148010,6 +148162,7 @@ export type JiraQueryCfoAnalyticsArgs = {
|
|
|
148010
148162
|
metrics: Array<JiraCfoMetricInput>;
|
|
148011
148163
|
sortInput?: InputMaybe<Array<InputMaybe<JiraCfoSortInput>>>;
|
|
148012
148164
|
startDate: Scalars['DateTime']['input'];
|
|
148165
|
+
timezoneOffset?: InputMaybe<Scalars['String']['input']>;
|
|
148013
148166
|
};
|
|
148014
148167
|
export type JiraQueryCfoConfigsArgs = {
|
|
148015
148168
|
cloudId: Scalars['ID']['input'];
|
|
@@ -148020,6 +148173,7 @@ export type JiraQueryCfoInsightsArgs = {
|
|
|
148020
148173
|
endDate: Scalars['DateTime']['input'];
|
|
148021
148174
|
insightOn?: InputMaybe<Array<InputMaybe<JiraCfoDimensionInput>>>;
|
|
148022
148175
|
startDate: Scalars['DateTime']['input'];
|
|
148176
|
+
timezoneOffset?: InputMaybe<Scalars['String']['input']>;
|
|
148023
148177
|
};
|
|
148024
148178
|
export type JiraQueryCfoRecommendationGroupsArgs = {
|
|
148025
148179
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -149344,6 +149498,7 @@ export type JiraRecentItemsFilter = {
|
|
|
149344
149498
|
export declare enum JiraRecommendationCategory {
|
|
149345
149499
|
Component = "COMPONENT",
|
|
149346
149500
|
CustomField = "CUSTOM_FIELD",
|
|
149501
|
+
DuplicateCustomField = "DUPLICATE_CUSTOM_FIELD",
|
|
149347
149502
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
149348
149503
|
PermissionGrantScheme = "PERMISSION_GRANT_SCHEME",
|
|
149349
149504
|
PriorityScheme = "PRIORITY_SCHEME",
|
|
@@ -154729,6 +154884,11 @@ export type JiraSuggestedIssueInput = {
|
|
|
154729
154884
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
154730
154885
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
154731
154886
|
};
|
|
154887
|
+
export type JiraSummaryAgentSetupTile = {
|
|
154888
|
+
__typename?: 'JiraSummaryAgentSetupTile';
|
|
154889
|
+
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
154890
|
+
isEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
154891
|
+
};
|
|
154732
154892
|
export type JiraSupportsUpdatedDependentFields = {
|
|
154733
154893
|
field?: Maybe<JiraIssueField>;
|
|
154734
154894
|
updatedDependentFields?: Maybe<JiraIssueFieldConnection>;
|
|
@@ -182455,6 +182615,7 @@ export type Mutation = {
|
|
|
182455
182615
|
agentWorkspace_editShift?: Maybe<AgentWorkspaceEditShiftPayload>;
|
|
182456
182616
|
agentWorkspace_endBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
182457
182617
|
agentWorkspace_restoreSkill?: Maybe<AgentWorkspaceRestoreSkillPayload>;
|
|
182618
|
+
agentWorkspace_saveRoutingSetup?: Maybe<AgentWorkspaceSaveRoutingSetupPayload>;
|
|
182458
182619
|
agentWorkspace_setAvailabilityStatus?: Maybe<AgentWorkspaceAvailabilityStatusPayload>;
|
|
182459
182620
|
agentWorkspace_setCapacityConfiguration?: Maybe<AgentWorkspaceSetCapacityConfigurationPayload>;
|
|
182460
182621
|
agentWorkspace_setDefaultCapacity?: Maybe<AgentWorkspaceSetDefaultCapacityPayload>;
|
|
@@ -184715,6 +184876,9 @@ export type MutationAgentWorkspace_EndBreakArgs = {
|
|
|
184715
184876
|
export type MutationAgentWorkspace_RestoreSkillArgs = {
|
|
184716
184877
|
input: AgentWorkspaceRestoreSkillInput;
|
|
184717
184878
|
};
|
|
184879
|
+
export type MutationAgentWorkspace_SaveRoutingSetupArgs = {
|
|
184880
|
+
input: AgentWorkspaceSaveRoutingSetupInput;
|
|
184881
|
+
};
|
|
184718
184882
|
export type MutationAgentWorkspace_SetAvailabilityStatusArgs = {
|
|
184719
184883
|
input: AgentWorkspaceAvailabilityStatusInput;
|
|
184720
184884
|
};
|
|
@@ -198048,6 +198212,7 @@ export type Query = {
|
|
|
198048
198212
|
jira_subtaskCreationFields?: Maybe<JiraIssueCreateFieldsResult>;
|
|
198049
198213
|
jira_subtaskCreationLayout?: Maybe<JiraIssueCreateLayoutResult>;
|
|
198050
198214
|
jira_subtaskCreationLayoutWithML?: Maybe<JiraIssueCreateLayoutResult>;
|
|
198215
|
+
jira_summaryAgentSetupTile?: Maybe<JiraSummaryAgentSetupTile>;
|
|
198051
198216
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
198052
198217
|
jira_versionsForProjectByKey?: Maybe<JiraVersionConnection>;
|
|
198053
198218
|
jira_view?: Maybe<JiraViewResult>;
|
|
@@ -220463,6 +220628,10 @@ export type QueryJira_SubtaskCreationLayoutWithMlArgs = {
|
|
|
220463
220628
|
parentId: JiraParentIdInput;
|
|
220464
220629
|
project?: InputMaybe<JiraProjectInput>;
|
|
220465
220630
|
};
|
|
220631
|
+
export type QueryJira_SummaryAgentSetupTileArgs = {
|
|
220632
|
+
cloudId: Scalars['ID']['input'];
|
|
220633
|
+
spaceKey: Scalars['String']['input'];
|
|
220634
|
+
};
|
|
220466
220635
|
export type QueryJira_UserSegRedirectAdviceArgs = {
|
|
220467
220636
|
accountId: Scalars['ID']['input'];
|
|
220468
220637
|
cloudId: Scalars['ID']['input'];
|