@forge/cli-shared 3.25.1-next.1 → 3.25.1-next.2
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
|
@@ -11000,6 +11000,7 @@ export declare type ForgeAuditLogsDaResAppData = {
|
|
|
11000
11000
|
environment?: Maybe<Scalars['String']['output']>;
|
|
11001
11001
|
environmentId?: Maybe<Scalars['String']['output']>;
|
|
11002
11002
|
eventId?: Maybe<Scalars['String']['output']>;
|
|
11003
|
+
migrationStartTime?: Maybe<Scalars['String']['output']>;
|
|
11003
11004
|
product?: Maybe<Scalars['String']['output']>;
|
|
11004
11005
|
sourceLocation?: Maybe<Scalars['String']['output']>;
|
|
11005
11006
|
status?: Maybe<Scalars['String']['output']>;
|
|
@@ -11150,7 +11151,7 @@ export declare type ForgeMetricsChartInsightChoiceMessageData = {
|
|
|
11150
11151
|
};
|
|
11151
11152
|
export declare type ForgeMetricsChartInsightData = {
|
|
11152
11153
|
__typename?: 'ForgeMetricsChartInsightData';
|
|
11153
|
-
choices
|
|
11154
|
+
choices: Array<ForgeMetricsChartInsightChoiceData>;
|
|
11154
11155
|
created: Scalars['Int']['output'];
|
|
11155
11156
|
id: Scalars['ID']['output'];
|
|
11156
11157
|
model: Scalars['String']['output'];
|
|
@@ -24615,6 +24616,7 @@ export declare type HelpCenter = Node & {
|
|
|
24615
24616
|
helpDesks: HelpCenterHelpDeskItemConnection;
|
|
24616
24617
|
homePageLayout?: Maybe<HelpCenterHomePageLayout>;
|
|
24617
24618
|
id: Scalars['ID']['output'];
|
|
24619
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
24618
24620
|
name?: Maybe<HelpCenterName>;
|
|
24619
24621
|
portals?: Maybe<HelpCenterPortals>;
|
|
24620
24622
|
siteDefaultLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
@@ -24740,6 +24742,7 @@ export declare type HelpCenterCreateInput = {
|
|
|
24740
24742
|
export declare type HelpCenterCreatePayload = Payload & {
|
|
24741
24743
|
__typename?: 'HelpCenterCreatePayload';
|
|
24742
24744
|
errors?: Maybe<Array<MutationError>>;
|
|
24745
|
+
helpCenterAri?: Maybe<Scalars['String']['output']>;
|
|
24743
24746
|
success: Scalars['Boolean']['output'];
|
|
24744
24747
|
};
|
|
24745
24748
|
export declare type HelpCenterCreateTopicInput = {
|
|
@@ -27192,6 +27195,7 @@ export declare type JiraAssignRelatedWorkPayload = Payload & {
|
|
|
27192
27195
|
};
|
|
27193
27196
|
export declare type JiraAtlassianIntelligenceAction = JiraAccessAtlassianIntelligenceFeature | JiraContactOrgAdminToEnableAtlassianIntelligence | JiraEnableAtlassianIntelligenceDeepLink;
|
|
27194
27197
|
export declare enum JiraAtlassianIntelligenceFeatureEnum {
|
|
27198
|
+
AiMate = "AI_MATE",
|
|
27195
27199
|
NaturalLanguageToJql = "NATURAL_LANGUAGE_TO_JQL"
|
|
27196
27200
|
}
|
|
27197
27201
|
export declare type JiraAtlassianIntelligenceProductFeatureInput = {
|
|
@@ -27294,6 +27298,13 @@ export declare type JiraAttachmentFilterInput = {
|
|
|
27294
27298
|
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
27295
27299
|
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
27296
27300
|
};
|
|
27301
|
+
export declare enum JiraAttachmentSortField {
|
|
27302
|
+
Created = "CREATED"
|
|
27303
|
+
}
|
|
27304
|
+
export declare type JiraAttachmentSortInput = {
|
|
27305
|
+
field: JiraAttachmentSortField;
|
|
27306
|
+
order?: SortDirection;
|
|
27307
|
+
};
|
|
27297
27308
|
export declare type JiraAttachmentsField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
27298
27309
|
__typename?: 'JiraAttachmentsField';
|
|
27299
27310
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -28662,6 +28673,10 @@ export declare type JiraDateTimeWindow = {
|
|
|
28662
28673
|
end?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28663
28674
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
28664
28675
|
};
|
|
28676
|
+
export declare type JiraDefaultEmptyConnectionReason = JiraEmptyConnectionReason & {
|
|
28677
|
+
__typename?: 'JiraDefaultEmptyConnectionReason';
|
|
28678
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
28679
|
+
};
|
|
28665
28680
|
export declare type JiraDefaultGrantTypeValue = Node & {
|
|
28666
28681
|
__typename?: 'JiraDefaultGrantTypeValue';
|
|
28667
28682
|
id: Scalars['ID']['output'];
|
|
@@ -28980,10 +28995,20 @@ export declare enum JiraEmailMimeType {
|
|
|
28980
28995
|
Html = "HTML",
|
|
28981
28996
|
Text = "TEXT"
|
|
28982
28997
|
}
|
|
28998
|
+
export declare type JiraEmptyConnectionReason = {
|
|
28999
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
29000
|
+
};
|
|
28983
29001
|
export declare type JiraEnableAtlassianIntelligenceDeepLink = {
|
|
28984
29002
|
__typename?: 'JiraEnableAtlassianIntelligenceDeepLink';
|
|
28985
29003
|
link?: Maybe<Scalars['String']['output']>;
|
|
28986
29004
|
};
|
|
29005
|
+
export declare type JiraEntitlementFieldInput = {
|
|
29006
|
+
entitlement: JiraEntitlementInput;
|
|
29007
|
+
fieldId: Scalars['ID']['input'];
|
|
29008
|
+
};
|
|
29009
|
+
export declare type JiraEntitlementInput = {
|
|
29010
|
+
entitlementId: Scalars['ID']['input'];
|
|
29011
|
+
};
|
|
28987
29012
|
export declare type JiraEntityProperty = {
|
|
28988
29013
|
id: Scalars['ID']['output'];
|
|
28989
29014
|
propertyKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -29651,6 +29676,7 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
29651
29676
|
};
|
|
29652
29677
|
export declare type JiraIssue = Node & {
|
|
29653
29678
|
__typename?: 'JiraIssue';
|
|
29679
|
+
assignee?: Maybe<Scalars['String']['output']>;
|
|
29654
29680
|
attachments?: Maybe<JiraAttachmentConnection>;
|
|
29655
29681
|
childIssues?: Maybe<JiraChildIssues>;
|
|
29656
29682
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
@@ -29659,6 +29685,7 @@ export declare type JiraIssue = Node & {
|
|
|
29659
29685
|
devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
|
|
29660
29686
|
devOpsSummarisedEntities?: Maybe<DevOpsSummarisedEntities>;
|
|
29661
29687
|
devSummaryCache?: Maybe<JiraIssueDevSummaryResult>;
|
|
29688
|
+
duedate?: Maybe<Scalars['DateTime']['output']>;
|
|
29662
29689
|
errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
|
|
29663
29690
|
fieldSets?: Maybe<JiraIssueFieldSetConnection>;
|
|
29664
29691
|
fieldSetsById?: Maybe<JiraIssueFieldSetConnection>;
|
|
@@ -29688,8 +29715,10 @@ export declare type JiraIssue = Node & {
|
|
|
29688
29715
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
29689
29716
|
shadowFieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
|
|
29690
29717
|
smartSummary?: Maybe<JiraAdf>;
|
|
29718
|
+
startdate?: Maybe<Scalars['DateTime']['output']>;
|
|
29691
29719
|
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
29692
29720
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
29721
|
+
suggestFieldValues?: Maybe<JiraSuggestedIssueFieldValuesResult>;
|
|
29693
29722
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
29694
29723
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
29695
29724
|
};
|
|
@@ -29698,6 +29727,7 @@ export declare type JiraIssueAttachmentsArgs = {
|
|
|
29698
29727
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
29699
29728
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
29700
29729
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
29730
|
+
sortBy?: InputMaybe<JiraAttachmentSortInput>;
|
|
29701
29731
|
};
|
|
29702
29732
|
export declare type JiraIssueCommandPaletteFieldsArgs = {
|
|
29703
29733
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29774,6 +29804,9 @@ export declare type JiraIssueShadowFieldSetsForIssueSearchViewArgs = {
|
|
|
29774
29804
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
29775
29805
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
29776
29806
|
};
|
|
29807
|
+
export declare type JiraIssueSuggestFieldValuesArgs = {
|
|
29808
|
+
filterProjectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
29809
|
+
};
|
|
29777
29810
|
export declare type JiraIssueWorklogsArgs = {
|
|
29778
29811
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
29779
29812
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29875,6 +29908,7 @@ export declare type JiraIssueCommits = {
|
|
|
29875
29908
|
export declare type JiraIssueConnection = {
|
|
29876
29909
|
__typename?: 'JiraIssueConnection';
|
|
29877
29910
|
edges?: Maybe<Array<Maybe<JiraIssueEdge>>>;
|
|
29911
|
+
emptyConnectionReason?: Maybe<JiraEmptyConnectionReason>;
|
|
29878
29912
|
errors?: Maybe<Array<QueryError>>;
|
|
29879
29913
|
isCappingIssueSearchResult?: Maybe<Scalars['Boolean']['output']>;
|
|
29880
29914
|
issueNavigatorPageInfo?: Maybe<JiraIssueNavigatorPageInfo>;
|
|
@@ -30031,6 +30065,7 @@ export declare type JiraIssueFieldsInput = {
|
|
|
30031
30065
|
colorFields?: InputMaybe<Array<JiraColorFieldInput>>;
|
|
30032
30066
|
datePickerFields?: InputMaybe<Array<JiraDateFieldInput>>;
|
|
30033
30067
|
dateTimePickerFields?: InputMaybe<Array<JiraDateTimeFieldInput>>;
|
|
30068
|
+
entitlementField?: InputMaybe<JiraEntitlementFieldInput>;
|
|
30034
30069
|
epicLinkField?: InputMaybe<JiraEpicLinkFieldInput>;
|
|
30035
30070
|
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
30036
30071
|
labelsFields?: InputMaybe<Array<JiraLabelsFieldInput>>;
|
|
@@ -31468,6 +31503,16 @@ export declare type JiraMultipleGroupPickerFieldInput = {
|
|
|
31468
31503
|
fieldId: Scalars['ID']['input'];
|
|
31469
31504
|
groups: Array<JiraGroupInput>;
|
|
31470
31505
|
};
|
|
31506
|
+
export declare type JiraMultipleGroupPickerFieldOperationInput = {
|
|
31507
|
+
groupIds: Array<Scalars['String']['input']>;
|
|
31508
|
+
operation: JiraMultiValueFieldOperations;
|
|
31509
|
+
};
|
|
31510
|
+
export declare type JiraMultipleGroupPickerFieldPayload = Payload & {
|
|
31511
|
+
__typename?: 'JiraMultipleGroupPickerFieldPayload';
|
|
31512
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31513
|
+
field?: Maybe<JiraMultipleGroupPickerField>;
|
|
31514
|
+
success: Scalars['Boolean']['output'];
|
|
31515
|
+
};
|
|
31471
31516
|
export declare type JiraMultipleSelectClearableUserPickerFieldInput = {
|
|
31472
31517
|
fieldId: Scalars['ID']['input'];
|
|
31473
31518
|
users?: InputMaybe<Array<JiraUserInput>>;
|
|
@@ -31577,7 +31622,7 @@ export declare type JiraMultipleSelectUserPickerFieldPayload = Payload & {
|
|
|
31577
31622
|
field?: Maybe<JiraMultipleSelectUserPickerField>;
|
|
31578
31623
|
success: Scalars['Boolean']['output'];
|
|
31579
31624
|
};
|
|
31580
|
-
export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
31625
|
+
export declare type JiraMultipleVersionPickerField = JiraHasMultipleSelectedValues & JiraHasSelectableValueOptions & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
31581
31626
|
__typename?: 'JiraMultipleVersionPickerField';
|
|
31582
31627
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
31583
31628
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -31586,12 +31631,29 @@ export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueF
|
|
|
31586
31631
|
id: Scalars['ID']['output'];
|
|
31587
31632
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
31588
31633
|
name: Scalars['String']['output'];
|
|
31634
|
+
selectableValueOptions?: Maybe<JiraSelectableValueConnection>;
|
|
31635
|
+
selectedValues?: Maybe<JiraSelectableValueConnection>;
|
|
31589
31636
|
selectedVersions?: Maybe<Array<Maybe<JiraVersion>>>;
|
|
31590
31637
|
selectedVersionsConnection?: Maybe<JiraVersionConnection>;
|
|
31591
31638
|
type: Scalars['String']['output'];
|
|
31592
31639
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
31593
31640
|
versions?: Maybe<JiraVersionConnection>;
|
|
31594
31641
|
};
|
|
31642
|
+
export declare type JiraMultipleVersionPickerFieldSelectableValueOptionsArgs = {
|
|
31643
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31644
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
31645
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
31646
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31647
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31648
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
31649
|
+
};
|
|
31650
|
+
export declare type JiraMultipleVersionPickerFieldSelectedValuesArgs = {
|
|
31651
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31652
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
31653
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31654
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
31655
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
31656
|
+
};
|
|
31595
31657
|
export declare type JiraMultipleVersionPickerFieldSelectedVersionsConnectionArgs = {
|
|
31596
31658
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31597
31659
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -31711,6 +31773,7 @@ export declare type JiraMutation = {
|
|
|
31711
31773
|
updateJwmOverview?: Maybe<JiraWorkManagementGiraUpdateOverviewPayload>;
|
|
31712
31774
|
updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
|
|
31713
31775
|
updateLegacyTeamField?: Maybe<JiraLegacyTeamFieldPayload>;
|
|
31776
|
+
updateMultipleGroupPickerField?: Maybe<JiraMultipleGroupPickerFieldPayload>;
|
|
31714
31777
|
updateMultipleSelectField?: Maybe<JiraMultipleSelectFieldPayload>;
|
|
31715
31778
|
updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
|
|
31716
31779
|
updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
|
|
@@ -32015,6 +32078,9 @@ export declare type JiraMutationUpdateLabelsFieldArgs = {
|
|
|
32015
32078
|
export declare type JiraMutationUpdateLegacyTeamFieldArgs = {
|
|
32016
32079
|
input: JiraUpdateLegacyTeamFieldInput;
|
|
32017
32080
|
};
|
|
32081
|
+
export declare type JiraMutationUpdateMultipleGroupPickerFieldArgs = {
|
|
32082
|
+
input: JiraUpdateMultipleGroupPickerFieldInput;
|
|
32083
|
+
};
|
|
32018
32084
|
export declare type JiraMutationUpdateMultipleSelectFieldArgs = {
|
|
32019
32085
|
input: JiraUpdateMultipleSelectFieldInput;
|
|
32020
32086
|
};
|
|
@@ -32546,12 +32612,22 @@ export declare type JiraParentIssueField = JiraIssueField & JiraIssueFieldConfig
|
|
|
32546
32612
|
id: Scalars['ID']['output'];
|
|
32547
32613
|
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
32548
32614
|
name: Scalars['String']['output'];
|
|
32615
|
+
parentCandidatesForExistingIssue?: Maybe<JiraIssueConnection>;
|
|
32549
32616
|
parentIssue?: Maybe<JiraIssue>;
|
|
32550
32617
|
parentVisibility?: Maybe<JiraParentVisibility>;
|
|
32551
32618
|
searchUrl?: Maybe<Scalars['String']['output']>;
|
|
32552
32619
|
type: Scalars['String']['output'];
|
|
32553
32620
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
32554
32621
|
};
|
|
32622
|
+
export declare type JiraParentIssueFieldParentCandidatesForExistingIssueArgs = {
|
|
32623
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32624
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
32625
|
+
excludeDone?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32626
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
32627
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32628
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
32629
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
32630
|
+
};
|
|
32555
32631
|
export declare type JiraParentOption = Node & {
|
|
32556
32632
|
__typename?: 'JiraParentOption';
|
|
32557
32633
|
childOptions?: Maybe<JiraOptionConnection>;
|
|
@@ -36318,6 +36394,25 @@ export declare type JiraSubtasksFieldSubtasksArgs = {
|
|
|
36318
36394
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
36319
36395
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
36320
36396
|
};
|
|
36397
|
+
export declare type JiraSuggestedIssueFieldValue = Node & {
|
|
36398
|
+
__typename?: 'JiraSuggestedIssueFieldValue';
|
|
36399
|
+
from?: Maybe<JiraIssueField>;
|
|
36400
|
+
id: Scalars['ID']['output'];
|
|
36401
|
+
name: Scalars['String']['output'];
|
|
36402
|
+
to?: Maybe<JiraIssueField>;
|
|
36403
|
+
type: Scalars['String']['output'];
|
|
36404
|
+
};
|
|
36405
|
+
export declare enum JiraSuggestedIssueFieldValueError {
|
|
36406
|
+
HaveRequiredField = "HAVE_REQUIRED_FIELD",
|
|
36407
|
+
NotEnoughInformation = "NOT_ENOUGH_INFORMATION",
|
|
36408
|
+
NoFurtherSuggestions = "NO_FURTHER_SUGGESTIONS",
|
|
36409
|
+
Unclassified = "UNCLASSIFIED"
|
|
36410
|
+
}
|
|
36411
|
+
export declare type JiraSuggestedIssueFieldValuesResult = {
|
|
36412
|
+
__typename?: 'JiraSuggestedIssueFieldValuesResult';
|
|
36413
|
+
error?: Maybe<JiraSuggestedIssueFieldValueError>;
|
|
36414
|
+
suggestedFieldValues?: Maybe<Array<JiraSuggestedIssueFieldValue>>;
|
|
36415
|
+
};
|
|
36321
36416
|
export declare type JiraSystemFilter = JiraFilter & Node & {
|
|
36322
36417
|
__typename?: 'JiraSystemFilter';
|
|
36323
36418
|
filterId: Scalars['String']['output'];
|
|
@@ -36658,6 +36753,10 @@ export declare type JiraUpdateLegacyTeamFieldInput = {
|
|
|
36658
36753
|
id: Scalars['ID']['input'];
|
|
36659
36754
|
operation: JiraLegacyTeamFieldOperationInput;
|
|
36660
36755
|
};
|
|
36756
|
+
export declare type JiraUpdateMultipleGroupPickerFieldInput = {
|
|
36757
|
+
id: Scalars['ID']['input'];
|
|
36758
|
+
operations: Array<JiraMultipleGroupPickerFieldOperationInput>;
|
|
36759
|
+
};
|
|
36661
36760
|
export declare type JiraUpdateMultipleSelectFieldInput = {
|
|
36662
36761
|
id: Scalars['ID']['input'];
|
|
36663
36762
|
operations: Array<JiraMultipleSelectFieldOperationInput>;
|
|
@@ -37015,7 +37114,7 @@ export declare type JiraUserSegmentation = {
|
|
|
37015
37114
|
role?: Maybe<Scalars['String']['output']>;
|
|
37016
37115
|
teamType?: Maybe<Scalars['String']['output']>;
|
|
37017
37116
|
};
|
|
37018
|
-
export declare type JiraVersion = Node & {
|
|
37117
|
+
export declare type JiraVersion = JiraSelectableValue & Node & {
|
|
37019
37118
|
__typename?: 'JiraVersion';
|
|
37020
37119
|
approvers?: Maybe<JiraVersionApproverConnection>;
|
|
37021
37120
|
availableSites?: Maybe<JiraReleaseNotesInConfluenceAvailableSitesConnection>;
|
|
@@ -37050,6 +37149,10 @@ export declare type JiraVersion = Node & {
|
|
|
37050
37149
|
releaseNotesOptionsIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
37051
37150
|
releasesNotesPreferenceType?: Maybe<JiraVersionReleaseNotesType>;
|
|
37052
37151
|
richTextSection?: Maybe<JiraVersionRichTextSection>;
|
|
37152
|
+
selectableGroupKey?: Maybe<Scalars['String']['output']>;
|
|
37153
|
+
selectableIconUrl?: Maybe<Scalars['URL']['output']>;
|
|
37154
|
+
selectableLabel?: Maybe<Scalars['String']['output']>;
|
|
37155
|
+
selectableUrl?: Maybe<Scalars['URL']['output']>;
|
|
37053
37156
|
startDate?: Maybe<Scalars['DateTime']['output']>;
|
|
37054
37157
|
statistics?: Maybe<JiraVersionStatistics>;
|
|
37055
37158
|
status?: Maybe<JiraVersionStatus>;
|
|
@@ -38649,9 +38752,11 @@ export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHo
|
|
|
38649
38752
|
export declare type MarketplaceStoreHomePageHighlightedSection = MarketplaceStoreHomePageSection & {
|
|
38650
38753
|
__typename?: 'MarketplaceStoreHomePageHighlightedSection';
|
|
38651
38754
|
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
38755
|
+
appsFetchCount: Scalars['Int']['output'];
|
|
38652
38756
|
description: Scalars['String']['output'];
|
|
38653
38757
|
highlightVariation: MarketplaceStoreHomePageHighlightedSectionVariation;
|
|
38654
38758
|
id: Scalars['ID']['output'];
|
|
38759
|
+
screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
|
|
38655
38760
|
title: Scalars['String']['output'];
|
|
38656
38761
|
};
|
|
38657
38762
|
export declare enum MarketplaceStoreHomePageHighlightedSectionVariation {
|
|
@@ -38660,8 +38765,10 @@ export declare enum MarketplaceStoreHomePageHighlightedSectionVariation {
|
|
|
38660
38765
|
export declare type MarketplaceStoreHomePageRegularSection = MarketplaceStoreHomePageSection & {
|
|
38661
38766
|
__typename?: 'MarketplaceStoreHomePageRegularSection';
|
|
38662
38767
|
algoliaQueryMetadata: MarketplaceStoreAlgoliaQueryMetadata;
|
|
38768
|
+
appsFetchCount: Scalars['Int']['output'];
|
|
38663
38769
|
description: Scalars['String']['output'];
|
|
38664
38770
|
id: Scalars['ID']['output'];
|
|
38771
|
+
screenSpecificProperties: MarketplaceStoreHomePageSectionScreenSpecificProperties;
|
|
38665
38772
|
title: Scalars['String']['output'];
|
|
38666
38773
|
};
|
|
38667
38774
|
export declare type MarketplaceStoreHomePageResponse = {
|
|
@@ -38673,6 +38780,17 @@ export declare type MarketplaceStoreHomePageSection = {
|
|
|
38673
38780
|
id: Scalars['ID']['output'];
|
|
38674
38781
|
title: Scalars['String']['output'];
|
|
38675
38782
|
};
|
|
38783
|
+
export declare type MarketplaceStoreHomePageSectionScreenConfig = {
|
|
38784
|
+
__typename?: 'MarketplaceStoreHomePageSectionScreenConfig';
|
|
38785
|
+
appsCount: Scalars['Int']['output'];
|
|
38786
|
+
hideDescription?: Maybe<Scalars['Boolean']['output']>;
|
|
38787
|
+
};
|
|
38788
|
+
export declare type MarketplaceStoreHomePageSectionScreenSpecificProperties = {
|
|
38789
|
+
__typename?: 'MarketplaceStoreHomePageSectionScreenSpecificProperties';
|
|
38790
|
+
lg: MarketplaceStoreHomePageSectionScreenConfig;
|
|
38791
|
+
md: MarketplaceStoreHomePageSectionScreenConfig;
|
|
38792
|
+
sm: MarketplaceStoreHomePageSectionScreenConfig;
|
|
38793
|
+
};
|
|
38676
38794
|
export declare type MarketplaceStoreInstallAppInput = {
|
|
38677
38795
|
appKey: Scalars['String']['input'];
|
|
38678
38796
|
target: MarketplaceStoreInstallAppTargetInput;
|
|
@@ -38718,6 +38836,9 @@ export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
|
38718
38836
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
38719
38837
|
slug: Scalars['String']['input'];
|
|
38720
38838
|
};
|
|
38839
|
+
export declare type MarketplaceStoreQueryApiHomePageArgs = {
|
|
38840
|
+
productId?: InputMaybe<Scalars['String']['input']>;
|
|
38841
|
+
};
|
|
38721
38842
|
export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
|
|
38722
38843
|
id: Scalars['ID']['input'];
|
|
38723
38844
|
};
|
|
@@ -42461,6 +42582,7 @@ export declare type RoadmapExternalConfiguration = {
|
|
|
42461
42582
|
epicNameField?: Maybe<Scalars['ID']['output']>;
|
|
42462
42583
|
externalSystem: Scalars['ID']['output'];
|
|
42463
42584
|
fields: Array<RoadmapFieldConfiguration>;
|
|
42585
|
+
flaggedField?: Maybe<Scalars['ID']['output']>;
|
|
42464
42586
|
rankField?: Maybe<Scalars['ID']['output']>;
|
|
42465
42587
|
sprintField?: Maybe<Scalars['ID']['output']>;
|
|
42466
42588
|
startDateField?: Maybe<Scalars['ID']['output']>;
|
|
@@ -44047,6 +44169,7 @@ export declare enum ShepherdAlertStatus {
|
|
|
44047
44169
|
}
|
|
44048
44170
|
export declare type ShepherdAlertSupportingData = {
|
|
44049
44171
|
__typename?: 'ShepherdAlertSupportingData';
|
|
44172
|
+
customDetectionHighlight?: Maybe<ShepherdCustomDetectionHighlight>;
|
|
44050
44173
|
highlight: ShepherdHighlight;
|
|
44051
44174
|
};
|
|
44052
44175
|
export declare enum ShepherdAlertTemplateType {
|
|
@@ -44293,6 +44416,15 @@ export declare type ShepherdCustomDetection = {
|
|
|
44293
44416
|
title: Scalars['String']['output'];
|
|
44294
44417
|
value: ShepherdCustomDetectionValueType;
|
|
44295
44418
|
};
|
|
44419
|
+
export declare type ShepherdCustomDetectionHighlight = {
|
|
44420
|
+
__typename?: 'ShepherdCustomDetectionHighlight';
|
|
44421
|
+
customDetectionId: Scalars['ID']['output'];
|
|
44422
|
+
matchedRules?: Maybe<Array<Maybe<ShepherdCustomScanningRule>>>;
|
|
44423
|
+
};
|
|
44424
|
+
export declare type ShepherdCustomDetectionHighlightInput = {
|
|
44425
|
+
customDetectionId: Scalars['ID']['input'];
|
|
44426
|
+
matchedRules?: InputMaybe<Array<InputMaybe<ShepherdCustomScanningStringMatchRuleInput>>>;
|
|
44427
|
+
};
|
|
44296
44428
|
export declare type ShepherdCustomDetectionMutationPayload = Payload & {
|
|
44297
44429
|
__typename?: 'ShepherdCustomDetectionMutationPayload';
|
|
44298
44430
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -44431,6 +44563,7 @@ export declare type ShepherdGenericQueryErrorExtension = QueryErrorExtension & {
|
|
|
44431
44563
|
export declare type ShepherdHighlight = ShepherdActivityHighlight;
|
|
44432
44564
|
export declare type ShepherdHighlightInput = {
|
|
44433
44565
|
activityHighlight?: InputMaybe<ShepherdActivityHighlightInput>;
|
|
44566
|
+
customDetectionHighlight?: InputMaybe<ShepherdCustomDetectionHighlightInput>;
|
|
44434
44567
|
};
|
|
44435
44568
|
export declare type ShepherdHistogramBucketInput = {
|
|
44436
44569
|
name: Scalars['String']['input'];
|