@forge/cli-shared 3.26.1-next.0 → 3.26.1-next.1
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
|
@@ -436,7 +436,7 @@ export declare type ActivityObject = {
|
|
|
436
436
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
437
437
|
type: Scalars['String']['output'];
|
|
438
438
|
};
|
|
439
|
-
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
439
|
+
export declare type ActivityObjectData = ConfluenceBlogPost | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloBoard | TrelloCard;
|
|
440
440
|
export declare enum ActivityObjectType {
|
|
441
441
|
Blogpost = "BLOGPOST",
|
|
442
442
|
Comment = "COMMENT",
|
|
@@ -1664,7 +1664,9 @@ export declare type AquaOutgoingEmailLogItem = {
|
|
|
1664
1664
|
__typename?: 'AquaOutgoingEmailLogItem';
|
|
1665
1665
|
actionTimestamp: Scalars['DateTime']['output'];
|
|
1666
1666
|
author?: Maybe<User>;
|
|
1667
|
+
deliveryType?: Maybe<Scalars['String']['output']>;
|
|
1667
1668
|
issueContext?: Maybe<AquaIssueContext>;
|
|
1669
|
+
notificationActionSubType?: Maybe<Scalars['String']['output']>;
|
|
1668
1670
|
notificationActionType?: Maybe<Scalars['String']['output']>;
|
|
1669
1671
|
notificationDetails?: Maybe<AquaNotificationDetails>;
|
|
1670
1672
|
notificationType?: Maybe<Scalars['String']['output']>;
|
|
@@ -1685,6 +1687,7 @@ export declare type AquaOutgoingEmailLogsQueryApiGetNotificationLogsArgs = {
|
|
|
1685
1687
|
notificationActionType?: InputMaybe<Scalars['String']['input']>;
|
|
1686
1688
|
notificationType?: InputMaybe<Scalars['String']['input']>;
|
|
1687
1689
|
projectId?: InputMaybe<Scalars['Long']['input']>;
|
|
1690
|
+
recipientId?: InputMaybe<Scalars['String']['input']>;
|
|
1688
1691
|
toTimestamp?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1689
1692
|
};
|
|
1690
1693
|
export declare type AquaOutgoingEmailLogsQueryResult = AquaOutgoingEmailLog | QueryError;
|
|
@@ -3528,17 +3531,20 @@ export declare type CompassCatalogQueryApi = {
|
|
|
3528
3531
|
applicationManagedComponents?: Maybe<CompassApplicationManagedComponentsResult>;
|
|
3529
3532
|
assistantAnswer?: Maybe<CompassAssistantAnswer>;
|
|
3530
3533
|
attentionItems?: Maybe<CompassAttentionItemQueryResult>;
|
|
3534
|
+
attentionItemsConnection?: Maybe<CompassAttentionItemConnection>;
|
|
3531
3535
|
component?: Maybe<CompassComponentResult>;
|
|
3532
3536
|
componentByExternalAlias?: Maybe<CompassComponentResult>;
|
|
3533
3537
|
componentScorecardRelationship?: Maybe<CompassComponentScorecardRelationshipResult>;
|
|
3534
3538
|
componentType?: Maybe<CompassComponentTypeResult>;
|
|
3535
3539
|
componentTypes?: Maybe<CompassComponentTypesQueryResult>;
|
|
3540
|
+
components?: Maybe<Array<CompassComponent>>;
|
|
3536
3541
|
customFieldDefinition?: Maybe<CompassCustomFieldDefinitionResult>;
|
|
3537
3542
|
customFieldDefinitions?: Maybe<CompassCustomFieldDefinitionsResult>;
|
|
3538
3543
|
documentationCategories?: Maybe<CompassDocumentationCategoriesConnection>;
|
|
3539
3544
|
documents?: Maybe<CompassDocumentConnection>;
|
|
3540
3545
|
eventSource?: Maybe<CompassEventSourceResult>;
|
|
3541
3546
|
fieldDefinitionsByComponentType?: Maybe<CompassFieldDefinitionsResult>;
|
|
3547
|
+
filteredComponentsCount?: Maybe<CompassFilteredComponentsCountResult>;
|
|
3542
3548
|
incomingWebhooks?: Maybe<CompassIncomingWebhooksConnection>;
|
|
3543
3549
|
metricDefinition?: Maybe<CompassMetricDefinitionResult>;
|
|
3544
3550
|
metricDefinitions?: Maybe<CompassMetricDefinitionsQueryResult>;
|
|
@@ -3563,6 +3569,11 @@ export declare type CompassCatalogQueryApiAssistantAnswerArgs = {
|
|
|
3563
3569
|
export declare type CompassCatalogQueryApiAttentionItemsArgs = {
|
|
3564
3570
|
query: CompassAttentionItemQuery;
|
|
3565
3571
|
};
|
|
3572
|
+
export declare type CompassCatalogQueryApiAttentionItemsConnectionArgs = {
|
|
3573
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3574
|
+
cloudId: Scalars['ID']['input'];
|
|
3575
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3576
|
+
};
|
|
3566
3577
|
export declare type CompassCatalogQueryApiComponentArgs = {
|
|
3567
3578
|
id: Scalars['ID']['input'];
|
|
3568
3579
|
};
|
|
@@ -3584,6 +3595,9 @@ export declare type CompassCatalogQueryApiComponentTypesArgs = {
|
|
|
3584
3595
|
cloudId: Scalars['ID']['input'];
|
|
3585
3596
|
query?: InputMaybe<CompassComponentTypeQueryInput>;
|
|
3586
3597
|
};
|
|
3598
|
+
export declare type CompassCatalogQueryApiComponentsArgs = {
|
|
3599
|
+
ids: Array<Scalars['ID']['input']>;
|
|
3600
|
+
};
|
|
3587
3601
|
export declare type CompassCatalogQueryApiCustomFieldDefinitionArgs = {
|
|
3588
3602
|
query: CompassCustomFieldDefinitionQuery;
|
|
3589
3603
|
};
|
|
@@ -3609,6 +3623,10 @@ export declare type CompassCatalogQueryApiFieldDefinitionsByComponentTypeArgs =
|
|
|
3609
3623
|
cloudId: Scalars['ID']['input'];
|
|
3610
3624
|
input: CompassComponentType;
|
|
3611
3625
|
};
|
|
3626
|
+
export declare type CompassCatalogQueryApiFilteredComponentsCountArgs = {
|
|
3627
|
+
cloudId: Scalars['ID']['input'];
|
|
3628
|
+
query: CompassFilteredComponentsCountQuery;
|
|
3629
|
+
};
|
|
3612
3630
|
export declare type CompassCatalogQueryApiIncomingWebhooksArgs = {
|
|
3613
3631
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
3614
3632
|
cloudId: Scalars['ID']['input'];
|
|
@@ -4608,6 +4626,16 @@ export declare enum CompassFieldType {
|
|
|
4608
4626
|
export declare type CompassFieldValueInput = {
|
|
4609
4627
|
enum?: InputMaybe<CompassEnumFieldValueInput>;
|
|
4610
4628
|
};
|
|
4629
|
+
export declare type CompassFilteredComponentsCount = {
|
|
4630
|
+
__typename?: 'CompassFilteredComponentsCount';
|
|
4631
|
+
count: Scalars['Int']['output'];
|
|
4632
|
+
};
|
|
4633
|
+
export declare type CompassFilteredComponentsCountQuery = {
|
|
4634
|
+
fields?: InputMaybe<Array<CompassScorecardAppliedToComponentsFieldFilter>>;
|
|
4635
|
+
labels?: InputMaybe<CompassScorecardAppliedToComponentsLabelsFilter>;
|
|
4636
|
+
types?: InputMaybe<CompassScorecardAppliedToComponentsTypesFilter>;
|
|
4637
|
+
};
|
|
4638
|
+
export declare type CompassFilteredComponentsCountResult = CompassFilteredComponentsCount | QueryError;
|
|
4611
4639
|
export declare type CompassFlagEvent = CompassEvent & {
|
|
4612
4640
|
__typename?: 'CompassFlagEvent';
|
|
4613
4641
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -5183,6 +5211,9 @@ export declare type CompassScorecardAppliedToComponentsFieldFilter = {
|
|
|
5183
5211
|
definition: Scalars['ID']['input'];
|
|
5184
5212
|
in: Array<CompassFieldValueInput>;
|
|
5185
5213
|
};
|
|
5214
|
+
export declare type CompassScorecardAppliedToComponentsLabelsFilter = {
|
|
5215
|
+
in: Array<Scalars['String']['input']>;
|
|
5216
|
+
};
|
|
5186
5217
|
export declare type CompassScorecardAppliedToComponentsOwnerFilter = {
|
|
5187
5218
|
in: Array<Scalars['ID']['input']>;
|
|
5188
5219
|
};
|
|
@@ -11569,12 +11600,6 @@ export declare type FeatureReleaseTimeRangeInput = {
|
|
|
11569
11600
|
endEpoch?: InputMaybe<Scalars['Int']['input']>;
|
|
11570
11601
|
startEpoch?: InputMaybe<Scalars['Int']['input']>;
|
|
11571
11602
|
};
|
|
11572
|
-
export declare type FieldValidationMutationErrorExtension = MutationErrorExtension & {
|
|
11573
|
-
__typename?: 'FieldValidationMutationErrorExtension';
|
|
11574
|
-
errorType?: Maybe<Scalars['String']['output']>;
|
|
11575
|
-
fieldId?: Maybe<Scalars['String']['output']>;
|
|
11576
|
-
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
11577
|
-
};
|
|
11578
11603
|
export declare type FilterQuery = {
|
|
11579
11604
|
__typename?: 'FilterQuery';
|
|
11580
11605
|
errors?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -26367,13 +26392,18 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
26367
26392
|
header?: Maybe<Scalars['String']['output']>;
|
|
26368
26393
|
message?: Maybe<Scalars['String']['output']>;
|
|
26369
26394
|
};
|
|
26395
|
+
export declare type HelpLayoutAnnouncementInput = {
|
|
26396
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
26397
|
+
};
|
|
26370
26398
|
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
26371
26399
|
export declare type HelpLayoutAtomicElementInput = {
|
|
26400
|
+
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
26372
26401
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
26373
26402
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
26374
26403
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
26375
26404
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
26376
26405
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
26406
|
+
topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
|
|
26377
26407
|
};
|
|
26378
26408
|
export declare enum HelpLayoutAtomicElementKey {
|
|
26379
26409
|
Announcement = "ANNOUNCEMENT",
|
|
@@ -26439,12 +26469,14 @@ export declare enum HelpLayoutElementCategory {
|
|
|
26439
26469
|
Navigation = "NAVIGATION"
|
|
26440
26470
|
}
|
|
26441
26471
|
export declare type HelpLayoutElementInput = {
|
|
26472
|
+
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
26442
26473
|
elementTypeKey: HelpLayoutElementKey;
|
|
26443
26474
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
26444
26475
|
imageConfigInput?: InputMaybe<HelpLayoutImageConfigInput>;
|
|
26445
26476
|
linkCardInput?: InputMaybe<HelpLayoutLinkCardInput>;
|
|
26446
26477
|
paragraphConfigInput?: InputMaybe<HelpLayoutParagraphConfigInput>;
|
|
26447
26478
|
searchConfigInput?: InputMaybe<HelpLayoutSearchConfigInput>;
|
|
26479
|
+
topicListInput?: InputMaybe<HelpLayoutTopicsListInput>;
|
|
26448
26480
|
};
|
|
26449
26481
|
export declare enum HelpLayoutElementKey {
|
|
26450
26482
|
Announcement = "ANNOUNCEMENT",
|
|
@@ -26724,6 +26756,9 @@ export declare type HelpLayoutTopicsListElementData = {
|
|
|
26724
26756
|
__typename?: 'HelpLayoutTopicsListElementData';
|
|
26725
26757
|
topics?: Maybe<Array<HelpLayoutTopic>>;
|
|
26726
26758
|
};
|
|
26759
|
+
export declare type HelpLayoutTopicsListInput = {
|
|
26760
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
26761
|
+
};
|
|
26727
26762
|
export declare type HelpLayoutUpdateInput = {
|
|
26728
26763
|
layoutId: Scalars['ID']['input'];
|
|
26729
26764
|
sections: Array<HelpLayoutSectionInput>;
|
|
@@ -27014,7 +27049,7 @@ export declare type HelpObjectStoreSearchInput = {
|
|
|
27014
27049
|
};
|
|
27015
27050
|
export declare type HelpObjectStoreSearchMetaData = {
|
|
27016
27051
|
__typename?: 'HelpObjectStoreSearchMetaData';
|
|
27017
|
-
searchScore: Scalars['
|
|
27052
|
+
searchScore: Scalars['Float']['output'];
|
|
27018
27053
|
};
|
|
27019
27054
|
export declare type HelpObjectStoreSearchResult = Node & {
|
|
27020
27055
|
__typename?: 'HelpObjectStoreSearchResult';
|
|
@@ -28256,7 +28291,16 @@ export declare type JiraAppConfigStateEdge = {
|
|
|
28256
28291
|
cursor: Scalars['String']['output'];
|
|
28257
28292
|
node?: Maybe<JiraAppConfigState>;
|
|
28258
28293
|
};
|
|
28259
|
-
export declare type
|
|
28294
|
+
export declare type JiraAppNavigationConfig = {
|
|
28295
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
28296
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
28297
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationConfig>>>;
|
|
28298
|
+
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28299
|
+
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28300
|
+
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28301
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
28302
|
+
};
|
|
28303
|
+
export declare type JiraAppNavigationItem = JiraAppNavigationConfig & JiraNavigationItem & Node & {
|
|
28260
28304
|
__typename?: 'JiraAppNavigationItem';
|
|
28261
28305
|
canRemove?: Maybe<Scalars['Boolean']['output']>;
|
|
28262
28306
|
canSetAsDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -28264,12 +28308,23 @@ export declare type JiraAppNavigationItem = JiraNavigationItem & Node & {
|
|
|
28264
28308
|
id: Scalars['ID']['output'];
|
|
28265
28309
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
28266
28310
|
label?: Maybe<Scalars['String']['output']>;
|
|
28311
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
|
|
28267
28312
|
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28268
28313
|
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28269
28314
|
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28270
28315
|
typeKey?: Maybe<JiraNavigationItemTypeKey>;
|
|
28271
28316
|
url?: Maybe<Scalars['String']['output']>;
|
|
28272
28317
|
};
|
|
28318
|
+
export declare type JiraAppNavigationItemNestedLink = JiraAppNavigationConfig & {
|
|
28319
|
+
__typename?: 'JiraAppNavigationItemNestedLink';
|
|
28320
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
28321
|
+
label?: Maybe<Scalars['String']['output']>;
|
|
28322
|
+
links?: Maybe<Array<Maybe<JiraAppNavigationItemNestedLink>>>;
|
|
28323
|
+
section?: Maybe<Scalars['Boolean']['output']>;
|
|
28324
|
+
separator?: Maybe<Scalars['Boolean']['output']>;
|
|
28325
|
+
styleClass?: Maybe<Scalars['String']['output']>;
|
|
28326
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
28327
|
+
};
|
|
28273
28328
|
export declare type JiraAppUiModifications = {
|
|
28274
28329
|
__typename?: 'JiraAppUiModifications';
|
|
28275
28330
|
appEnvId: Scalars['String']['output'];
|
|
@@ -28710,6 +28765,17 @@ export declare type JiraBooleanField = JiraIssueField & JiraIssueFieldConfigurat
|
|
|
28710
28765
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
28711
28766
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
28712
28767
|
};
|
|
28768
|
+
export declare type JiraBulkCreateIssueLinksInput = {
|
|
28769
|
+
issueLinkTypeId: Scalars['ID']['input'];
|
|
28770
|
+
sourceIssueId: Scalars['ID']['input'];
|
|
28771
|
+
targetIssueIds: Array<Scalars['ID']['input']>;
|
|
28772
|
+
};
|
|
28773
|
+
export declare type JiraBulkCreateIssueLinksPayload = Payload & {
|
|
28774
|
+
__typename?: 'JiraBulkCreateIssueLinksPayload';
|
|
28775
|
+
errors?: Maybe<Array<MutationError>>;
|
|
28776
|
+
issueLinkEdges?: Maybe<Array<JiraIssueLinkEdge>>;
|
|
28777
|
+
success: Scalars['Boolean']['output'];
|
|
28778
|
+
};
|
|
28713
28779
|
export declare type JiraBulkEditField = Node & {
|
|
28714
28780
|
__typename?: 'JiraBulkEditField';
|
|
28715
28781
|
bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
|
|
@@ -30526,6 +30592,12 @@ export declare type JiraFieldType = {
|
|
|
30526
30592
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
30527
30593
|
name: Scalars['String']['output'];
|
|
30528
30594
|
};
|
|
30595
|
+
export declare type JiraFieldValidationMutationErrorExtension = MutationErrorExtension & {
|
|
30596
|
+
__typename?: 'JiraFieldValidationMutationErrorExtension';
|
|
30597
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
30598
|
+
fieldId?: Maybe<Scalars['String']['output']>;
|
|
30599
|
+
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
30600
|
+
};
|
|
30529
30601
|
export declare type JiraFilter = {
|
|
30530
30602
|
filterId: Scalars['String']['output'];
|
|
30531
30603
|
filterUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -31082,6 +31154,7 @@ export declare type JiraIssue = Node & {
|
|
|
31082
31154
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
31083
31155
|
comments?: Maybe<JiraCommentConnection>;
|
|
31084
31156
|
deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
|
|
31157
|
+
descriptionField?: Maybe<JiraRichTextField>;
|
|
31085
31158
|
designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
|
|
31086
31159
|
devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
|
|
31087
31160
|
devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
|
|
@@ -31107,6 +31180,7 @@ export declare type JiraIssue = Node & {
|
|
|
31107
31180
|
issueId: Scalars['String']['output'];
|
|
31108
31181
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
31109
31182
|
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
31183
|
+
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
31110
31184
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
31111
31185
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
31112
31186
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -31114,14 +31188,18 @@ export declare type JiraIssue = Node & {
|
|
|
31114
31188
|
lifecycleState?: Maybe<JiraIssueLifecycleState>;
|
|
31115
31189
|
linkedDesigns?: Maybe<GraphJiraDesignConnection>;
|
|
31116
31190
|
postIncidentReviewLinks?: Maybe<GraphIncidentAssociatedPostIncidentReviewLinkRelationshipConnection>;
|
|
31191
|
+
priorityField?: Maybe<JiraPriorityField>;
|
|
31117
31192
|
projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
|
|
31193
|
+
resolutionField?: Maybe<JiraResolutionField>;
|
|
31118
31194
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
31119
31195
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
31120
31196
|
smartSummary?: Maybe<JiraAdf>;
|
|
31121
31197
|
startDateField?: Maybe<JiraDatePickerField>;
|
|
31198
|
+
statusField?: Maybe<JiraStatusField>;
|
|
31122
31199
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
31123
31200
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
31124
31201
|
suggestFieldValues?: Maybe<JiraSuggestedIssueFieldValuesResult>;
|
|
31202
|
+
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
31125
31203
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
31126
31204
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
31127
31205
|
};
|
|
@@ -31770,7 +31848,7 @@ export declare type JiraIssueLinkFieldIssuesArgs = {
|
|
|
31770
31848
|
showSubTasks?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31771
31849
|
};
|
|
31772
31850
|
export declare type JiraIssueLinkFieldOperationInputForIssueTransitions = {
|
|
31773
|
-
|
|
31851
|
+
linkIssues?: InputMaybe<JiraLinkedIssuesInput>;
|
|
31774
31852
|
linkType: Scalars['ID']['input'];
|
|
31775
31853
|
operation: JiraAddValueFieldOperations;
|
|
31776
31854
|
};
|
|
@@ -32093,6 +32171,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
32093
32171
|
JiraRadioSelectField?: InputMaybe<Array<JiraUpdateRadioSelectFieldInput>>;
|
|
32094
32172
|
JiraResolutionField?: InputMaybe<Array<JiraUpdateResolutionFieldInput>>;
|
|
32095
32173
|
JiraRichTextField?: InputMaybe<Array<JiraUpdateRichTextFieldInput>>;
|
|
32174
|
+
JiraSecurityLevelField?: InputMaybe<Array<JiraUpdateSecurityLevelFieldInput>>;
|
|
32096
32175
|
JiraSingleGroupPickerField?: InputMaybe<Array<JiraUpdateSingleGroupPickerFieldInput>>;
|
|
32097
32176
|
JiraSingleLineTextField?: InputMaybe<Array<JiraUpdateSingleLineTextFieldInput>>;
|
|
32098
32177
|
JiraSingleSelectField?: InputMaybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
@@ -32914,6 +32993,10 @@ export declare type JiraLinkIssuesToIncidentMutationPayload = Payload & {
|
|
|
32914
32993
|
errors?: Maybe<Array<MutationError>>;
|
|
32915
32994
|
success: Scalars['Boolean']['output'];
|
|
32916
32995
|
};
|
|
32996
|
+
export declare type JiraLinkedIssuesInput = {
|
|
32997
|
+
inwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
32998
|
+
outwardIssues?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
32999
|
+
};
|
|
32917
33000
|
export declare type JiraLongRunningTaskProgress = {
|
|
32918
33001
|
__typename?: 'JiraLongRunningTaskProgress';
|
|
32919
33002
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -33004,6 +33087,7 @@ export declare type JiraMultipleGroupPickerField = JiraIssueField & JiraIssueFie
|
|
|
33004
33087
|
export declare type JiraMultipleGroupPickerFieldGroupsArgs = {
|
|
33005
33088
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33006
33089
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
33090
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
33007
33091
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33008
33092
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33009
33093
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33213,6 +33297,7 @@ export declare type JiraMutation = {
|
|
|
33213
33297
|
createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
|
|
33214
33298
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
33215
33299
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
33300
|
+
createIssueLinks?: Maybe<JiraBulkCreateIssueLinksPayload>;
|
|
33216
33301
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
33217
33302
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
33218
33303
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
@@ -33306,6 +33391,7 @@ export declare type JiraMutation = {
|
|
|
33306
33391
|
updateReleaseNotesConfiguration?: Maybe<JiraUpdateReleaseNotesConfigurationPayload>;
|
|
33307
33392
|
updateResolutionField?: Maybe<JiraResolutionFieldPayload>;
|
|
33308
33393
|
updateRichTextField?: Maybe<JiraRichTextFieldPayload>;
|
|
33394
|
+
updateSecurityLevelField?: Maybe<JiraSecurityLevelFieldPayload>;
|
|
33309
33395
|
updateSingleGroupPickerField?: Maybe<JiraSingleGroupPickerFieldPayload>;
|
|
33310
33396
|
updateSingleLineTextField?: Maybe<JiraSingleLineTextFieldPayload>;
|
|
33311
33397
|
updateSingleSelectField?: Maybe<JiraSingleSelectFieldPayload>;
|
|
@@ -33365,6 +33451,10 @@ export declare type JiraMutationCreateApproverListFieldArgs = {
|
|
|
33365
33451
|
cloudId: Scalars['ID']['input'];
|
|
33366
33452
|
input: JiraCreateApproverListFieldInput;
|
|
33367
33453
|
};
|
|
33454
|
+
export declare type JiraMutationCreateIssueLinksArgs = {
|
|
33455
|
+
cloudId: Scalars['ID']['input'];
|
|
33456
|
+
input: JiraBulkCreateIssueLinksInput;
|
|
33457
|
+
};
|
|
33368
33458
|
export declare type JiraMutationCreateJiraVersionArgs = {
|
|
33369
33459
|
input: JiraVersionCreateMutationInput;
|
|
33370
33460
|
};
|
|
@@ -33652,6 +33742,9 @@ export declare type JiraMutationUpdateResolutionFieldArgs = {
|
|
|
33652
33742
|
export declare type JiraMutationUpdateRichTextFieldArgs = {
|
|
33653
33743
|
input: JiraUpdateRichTextFieldInput;
|
|
33654
33744
|
};
|
|
33745
|
+
export declare type JiraMutationUpdateSecurityLevelFieldArgs = {
|
|
33746
|
+
input: JiraUpdateSecurityLevelFieldInput;
|
|
33747
|
+
};
|
|
33655
33748
|
export declare type JiraMutationUpdateSingleGroupPickerFieldArgs = {
|
|
33656
33749
|
input: JiraUpdateSingleGroupPickerFieldInput;
|
|
33657
33750
|
};
|
|
@@ -33789,6 +33882,14 @@ export declare type JiraNavigationUiStateUserPropertyRightPanelsArgs = {
|
|
|
33789
33882
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33790
33883
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33791
33884
|
};
|
|
33885
|
+
export declare enum JiraNotificationCategoryType {
|
|
33886
|
+
CommentChanges = "COMMENT_CHANGES",
|
|
33887
|
+
IssueAssigned = "ISSUE_ASSIGNED",
|
|
33888
|
+
IssueChanges = "ISSUE_CHANGES",
|
|
33889
|
+
IssueMentioned = "ISSUE_MENTIONED",
|
|
33890
|
+
IssueMiscellaneous = "ISSUE_MISCELLANEOUS",
|
|
33891
|
+
IssueWorklogChanges = "ISSUE_WORKLOG_CHANGES"
|
|
33892
|
+
}
|
|
33792
33893
|
export declare type JiraNotificationChannel = {
|
|
33793
33894
|
__typename?: 'JiraNotificationChannel';
|
|
33794
33895
|
channel?: Maybe<JiraNotificationChannelType>;
|
|
@@ -33815,6 +33916,7 @@ export declare type JiraNotificationOptions = {
|
|
|
33815
33916
|
};
|
|
33816
33917
|
export declare type JiraNotificationPreference = {
|
|
33817
33918
|
__typename?: 'JiraNotificationPreference';
|
|
33919
|
+
category?: Maybe<JiraNotificationCategoryType>;
|
|
33818
33920
|
emailChannel?: Maybe<JiraNotificationChannel>;
|
|
33819
33921
|
id: Scalars['ID']['output'];
|
|
33820
33922
|
inProductChannel?: Maybe<JiraNotificationChannel>;
|
|
@@ -36691,6 +36793,16 @@ export declare type JiraSecurityLevelFieldSecurityLevelsArgs = {
|
|
|
36691
36793
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
36692
36794
|
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
36693
36795
|
};
|
|
36796
|
+
export declare type JiraSecurityLevelFieldOperationInput = {
|
|
36797
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
36798
|
+
operation: JiraSingleValueFieldOperations;
|
|
36799
|
+
};
|
|
36800
|
+
export declare type JiraSecurityLevelFieldPayload = Payload & {
|
|
36801
|
+
__typename?: 'JiraSecurityLevelFieldPayload';
|
|
36802
|
+
errors?: Maybe<Array<MutationError>>;
|
|
36803
|
+
field?: Maybe<JiraSecurityLevelField>;
|
|
36804
|
+
success: Scalars['Boolean']['output'];
|
|
36805
|
+
};
|
|
36694
36806
|
export declare type JiraSecurityLevelInput = {
|
|
36695
36807
|
securityLevelId: Scalars['ID']['input'];
|
|
36696
36808
|
};
|
|
@@ -38713,6 +38825,10 @@ export declare type JiraUpdateRichTextFieldInput = {
|
|
|
38713
38825
|
id: Scalars['ID']['input'];
|
|
38714
38826
|
operation: JiraRichTextFieldOperationInput;
|
|
38715
38827
|
};
|
|
38828
|
+
export declare type JiraUpdateSecurityLevelFieldInput = {
|
|
38829
|
+
id: Scalars['ID']['input'];
|
|
38830
|
+
operation: JiraSecurityLevelFieldOperationInput;
|
|
38831
|
+
};
|
|
38716
38832
|
export declare type JiraUpdateShortcutInput = {
|
|
38717
38833
|
projectId: Scalars['ID']['input'];
|
|
38718
38834
|
shortcutData: JiraShortcutDataInput;
|
|
@@ -40100,6 +40216,74 @@ export declare type JiraWorklogFieldOperationInputForIssueTransitions = {
|
|
|
40100
40216
|
startedTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
40101
40217
|
timeSpentInMinutes?: InputMaybe<Scalars['Long']['input']>;
|
|
40102
40218
|
};
|
|
40219
|
+
export declare type JsmChatChannelRequestTypeMapping = {
|
|
40220
|
+
__typename?: 'JsmChatChannelRequestTypeMapping';
|
|
40221
|
+
channelId: Scalars['ID']['output'];
|
|
40222
|
+
channelName?: Maybe<Scalars['String']['output']>;
|
|
40223
|
+
channelType?: Maybe<Scalars['String']['output']>;
|
|
40224
|
+
projectId?: Maybe<Scalars['String']['output']>;
|
|
40225
|
+
requestTypeId?: Maybe<Scalars['String']['output']>;
|
|
40226
|
+
requestTypeName?: Maybe<Scalars['String']['output']>;
|
|
40227
|
+
settings?: Maybe<JsmChatChannelSettings>;
|
|
40228
|
+
};
|
|
40229
|
+
export declare type JsmChatChannelSettings = {
|
|
40230
|
+
__typename?: 'JsmChatChannelSettings';
|
|
40231
|
+
isDeflectionChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40232
|
+
isVirtualAgentChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40233
|
+
isVirtualAgentTestChannel?: Maybe<Scalars['Boolean']['output']>;
|
|
40234
|
+
};
|
|
40235
|
+
export declare type JsmChatChatConfigSlack = {
|
|
40236
|
+
__typename?: 'JsmChatChatConfigSlack';
|
|
40237
|
+
botUserId?: Maybe<Scalars['String']['output']>;
|
|
40238
|
+
channelRequestTypeMapping: Array<JsmChatChannelRequestTypeMapping>;
|
|
40239
|
+
projectSettings?: Maybe<JsmChatProjectSettingsSlack>;
|
|
40240
|
+
siteId: Scalars['ID']['output'];
|
|
40241
|
+
slackTeamId?: Maybe<Scalars['String']['output']>;
|
|
40242
|
+
uninstalled?: Maybe<Scalars['Boolean']['output']>;
|
|
40243
|
+
};
|
|
40244
|
+
export declare type JsmChatGetSlackChatConfigInput = {
|
|
40245
|
+
activationId: Scalars['ID']['input'];
|
|
40246
|
+
projectId: Scalars['ID']['input'];
|
|
40247
|
+
siteId: Scalars['ID']['input'];
|
|
40248
|
+
};
|
|
40249
|
+
export declare type JsmChatInitializeConfigRequest = {
|
|
40250
|
+
activationId: Scalars['ID']['input'];
|
|
40251
|
+
projectId: Scalars['ID']['input'];
|
|
40252
|
+
siteId: Scalars['ID']['input'];
|
|
40253
|
+
};
|
|
40254
|
+
export declare type JsmChatInitializeConfigResponse = {
|
|
40255
|
+
__typename?: 'JsmChatInitializeConfigResponse';
|
|
40256
|
+
nativeConfigEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40257
|
+
};
|
|
40258
|
+
export declare type JsmChatProjectSettings = {
|
|
40259
|
+
__typename?: 'JsmChatProjectSettings';
|
|
40260
|
+
agentAssignedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40261
|
+
agentIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40262
|
+
agentThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40263
|
+
areRequesterThreadRepliesPrivate?: Maybe<Scalars['Boolean']['output']>;
|
|
40264
|
+
hideQueueDuringTicketCreation?: Maybe<Scalars['Boolean']['output']>;
|
|
40265
|
+
jsmApproversEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40266
|
+
requesterIssueClosedMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40267
|
+
requesterThreadMessageDisabled?: Maybe<Scalars['Boolean']['output']>;
|
|
40268
|
+
};
|
|
40269
|
+
export declare type JsmChatProjectSettingsSlack = {
|
|
40270
|
+
__typename?: 'JsmChatProjectSettingsSlack';
|
|
40271
|
+
activationId?: Maybe<Scalars['String']['output']>;
|
|
40272
|
+
projectId: Scalars['ID']['output'];
|
|
40273
|
+
settings?: Maybe<JsmChatProjectSettings>;
|
|
40274
|
+
siteId?: Maybe<Scalars['String']['output']>;
|
|
40275
|
+
};
|
|
40276
|
+
export declare type JsmChatQuery = {
|
|
40277
|
+
__typename?: 'JsmChatQuery';
|
|
40278
|
+
getSlackChatConfig?: Maybe<JsmChatChatConfigSlack>;
|
|
40279
|
+
initializeConfig: JsmChatInitializeConfigResponse;
|
|
40280
|
+
};
|
|
40281
|
+
export declare type JsmChatQueryGetSlackChatConfigArgs = {
|
|
40282
|
+
input: JsmChatGetSlackChatConfigInput;
|
|
40283
|
+
};
|
|
40284
|
+
export declare type JsmChatQueryInitializeConfigArgs = {
|
|
40285
|
+
input: JsmChatInitializeConfigRequest;
|
|
40286
|
+
};
|
|
40103
40287
|
export declare type JswMutation = {
|
|
40104
40288
|
__typename?: 'JswMutation';
|
|
40105
40289
|
deleteCard?: Maybe<DeleteCardOutput>;
|
|
@@ -40114,10 +40298,12 @@ export declare type JswQuery = {
|
|
|
40114
40298
|
export declare type JswQueryBoardScopeArgs = {
|
|
40115
40299
|
boardId: Scalars['ID']['input'];
|
|
40116
40300
|
};
|
|
40301
|
+
export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
|
|
40117
40302
|
export declare type KnowledgeDiscoveryCreateDefinitionInput = {
|
|
40118
40303
|
definition: Scalars['String']['input'];
|
|
40119
40304
|
keyPhrase: Scalars['String']['input'];
|
|
40120
|
-
|
|
40305
|
+
referenceContentId?: InputMaybe<Scalars['String']['input']>;
|
|
40306
|
+
referenceUrl?: InputMaybe<Scalars['String']['input']>;
|
|
40121
40307
|
workspaceId: Scalars['String']['input'];
|
|
40122
40308
|
};
|
|
40123
40309
|
export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
|
|
@@ -40129,10 +40315,12 @@ export declare type KnowledgeDiscoveryCreateDefinitionPayload = Payload & {
|
|
|
40129
40315
|
export declare type KnowledgeDiscoveryDefinition = {
|
|
40130
40316
|
__typename?: 'KnowledgeDiscoveryDefinition';
|
|
40131
40317
|
accountId: Scalars['String']['output'];
|
|
40318
|
+
confluenceEntity?: Maybe<KnowledgeDiscoveryConfluenceEntity>;
|
|
40132
40319
|
createdAt: Scalars['String']['output'];
|
|
40133
40320
|
definition: Scalars['String']['output'];
|
|
40321
|
+
editor?: Maybe<User>;
|
|
40134
40322
|
keyPhrase: Scalars['String']['output'];
|
|
40135
|
-
|
|
40323
|
+
referenceUrl?: Maybe<Scalars['String']['output']>;
|
|
40136
40324
|
};
|
|
40137
40325
|
export declare type KnowledgeDiscoveryDefinitionHistoryResult = KnowledgeDiscoveryDefinitionList | QueryError;
|
|
40138
40326
|
export declare type KnowledgeDiscoveryDefinitionList = {
|
|
@@ -43700,7 +43888,6 @@ export declare type Query = {
|
|
|
43700
43888
|
appStoredEntity?: Maybe<AppStoredEntity>;
|
|
43701
43889
|
apps?: Maybe<AppConnection>;
|
|
43702
43890
|
aquaOutgoingEmailLogs?: Maybe<AquaOutgoingEmailLogsQueryApi>;
|
|
43703
|
-
atlas?: Maybe<TownsquareQueryApi>;
|
|
43704
43891
|
bitbucket?: Maybe<BitbucketQuery>;
|
|
43705
43892
|
bitbucketRepositoriesAvailableToLinkWithNewDevOpsService?: Maybe<BitbucketRepositoryIdConnection>;
|
|
43706
43893
|
boardScope?: Maybe<BoardScope>;
|
|
@@ -43764,6 +43951,7 @@ export declare type Query = {
|
|
|
43764
43951
|
jiraProjectRelationshipsForRepository?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
43765
43952
|
jiraProjectRelationshipsForService?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
43766
43953
|
jiraReleases?: Maybe<JiraReleases>;
|
|
43954
|
+
jsmChat?: Maybe<JsmChatQuery>;
|
|
43767
43955
|
jsw?: Maybe<JswQuery>;
|
|
43768
43956
|
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
|
|
43769
43957
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
@@ -45868,6 +46056,14 @@ export declare type SearchResultJiraIssueStatus = {
|
|
|
45868
46056
|
__typename?: 'SearchResultJiraIssueStatus';
|
|
45869
46057
|
id: Scalars['ID']['output'];
|
|
45870
46058
|
name: Scalars['String']['output'];
|
|
46059
|
+
statusCategory?: Maybe<SearchResultJiraIssueStatusCategory>;
|
|
46060
|
+
};
|
|
46061
|
+
export declare type SearchResultJiraIssueStatusCategory = {
|
|
46062
|
+
__typename?: 'SearchResultJiraIssueStatusCategory';
|
|
46063
|
+
colorName?: Maybe<Scalars['String']['output']>;
|
|
46064
|
+
id: Scalars['ID']['output'];
|
|
46065
|
+
key: Scalars['String']['output'];
|
|
46066
|
+
name: Scalars['String']['output'];
|
|
45871
46067
|
};
|
|
45872
46068
|
export declare type SearchResultJiraProject = SearchResult & {
|
|
45873
46069
|
__typename?: 'SearchResultJiraProject';
|
|
@@ -48612,12 +48808,18 @@ export declare type TownsquareGoal = Node & {
|
|
|
48612
48808
|
key: Scalars['String']['output'];
|
|
48613
48809
|
name: Scalars['String']['output'];
|
|
48614
48810
|
owner?: Maybe<User>;
|
|
48811
|
+
parentGoal?: Maybe<TownsquareGoal>;
|
|
48615
48812
|
state?: Maybe<TownsquareGoalState>;
|
|
48616
48813
|
status?: Maybe<TownsquareStatus>;
|
|
48814
|
+
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
48617
48815
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
48618
48816
|
url?: Maybe<Scalars['String']['output']>;
|
|
48619
48817
|
uuid: Scalars['String']['output'];
|
|
48620
48818
|
};
|
|
48819
|
+
export declare type TownsquareGoalSubGoalsArgs = {
|
|
48820
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
48821
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
48822
|
+
};
|
|
48621
48823
|
export declare type TownsquareGoalConnection = {
|
|
48622
48824
|
__typename?: 'TownsquareGoalConnection';
|
|
48623
48825
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|