@forge/cli-shared 3.21.0-next.7 → 3.21.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
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.21.0-next.9
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 570db55: Include Bitbucket in supported products
|
|
8
|
+
|
|
9
|
+
## 3.21.0-next.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 61e60fc: Bumping dependencies via Renovate:
|
|
14
|
+
|
|
15
|
+
- @types/array.prototype.flatmap
|
|
16
|
+
|
|
3
17
|
## 3.21.0-next.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1857,6 +1857,7 @@ export type Backlog = {
|
|
|
1857
1857
|
__typename?: 'Backlog';
|
|
1858
1858
|
assignees?: Maybe<Array<Maybe<User>>>;
|
|
1859
1859
|
boardIssueListKey?: Maybe<Scalars['String']['output']>;
|
|
1860
|
+
cardChildren: Array<SoftwareCard>;
|
|
1860
1861
|
cardTypes: Array<Maybe<CardType>>;
|
|
1861
1862
|
cards: Array<Maybe<SoftwareCard>>;
|
|
1862
1863
|
extension?: Maybe<BacklogExtension>;
|
|
@@ -3440,6 +3441,7 @@ export type CompassComponentScorecardJiraIssuesQueryResult = CompassComponentSco
|
|
|
3440
3441
|
export type CompassComponentScorecardRelationship = {
|
|
3441
3442
|
__typename?: 'CompassComponentScorecardRelationship';
|
|
3442
3443
|
activeIssues?: Maybe<CompassComponentScorecardJiraIssuesQueryResult>;
|
|
3444
|
+
appliedSince: Scalars['DateTime']['output'];
|
|
3443
3445
|
};
|
|
3444
3446
|
export type CompassComponentScorecardRelationshipActiveIssuesArgs = {
|
|
3445
3447
|
query?: InputMaybe<CompassComponentScorecardJiraIssuesQuery>;
|
|
@@ -7175,7 +7177,7 @@ export declare enum CustomEntityStatus {
|
|
|
7175
7177
|
Active = "ACTIVE",
|
|
7176
7178
|
Inactive = "INACTIVE"
|
|
7177
7179
|
}
|
|
7178
|
-
export type CustomFilter = {
|
|
7180
|
+
export type CustomFilter = Node & {
|
|
7179
7181
|
__typename?: 'CustomFilter';
|
|
7180
7182
|
description?: Maybe<Scalars['String']['output']>;
|
|
7181
7183
|
filterQuery?: Maybe<FilterQuery>;
|
|
@@ -7305,7 +7307,7 @@ export type CustomerServiceContextConfiguration = {
|
|
|
7305
7307
|
enabled: Scalars['Boolean']['output'];
|
|
7306
7308
|
};
|
|
7307
7309
|
export type CustomerServiceContextConfigurationInput = {
|
|
7308
|
-
|
|
7310
|
+
context: CustomerServiceContextType;
|
|
7309
7311
|
enabled: Scalars['Boolean']['input'];
|
|
7310
7312
|
};
|
|
7311
7313
|
export declare enum CustomerServiceContextType {
|
|
@@ -9482,9 +9484,19 @@ export type EcosystemConnectApp = {
|
|
|
9482
9484
|
name: Scalars['String']['output'];
|
|
9483
9485
|
vendorName?: Maybe<Scalars['String']['output']>;
|
|
9484
9486
|
};
|
|
9487
|
+
export type EcosystemConnectAppRelation = {
|
|
9488
|
+
__typename?: 'EcosystemConnectAppRelation';
|
|
9489
|
+
app?: Maybe<EcosystemApp>;
|
|
9490
|
+
appId: Scalars['ID']['output'];
|
|
9491
|
+
isDependency: Scalars['Boolean']['output'];
|
|
9492
|
+
};
|
|
9493
|
+
export type EcosystemConnectAppRelationAppArgs = {
|
|
9494
|
+
contextIds: Array<Scalars['ID']['input']>;
|
|
9495
|
+
};
|
|
9485
9496
|
export type EcosystemConnectAppVersion = {
|
|
9486
9497
|
__typename?: 'EcosystemConnectAppVersion';
|
|
9487
9498
|
permissions: Array<EcosystemAppPermission>;
|
|
9499
|
+
relatedApps?: Maybe<Array<EcosystemConnectAppRelation>>;
|
|
9488
9500
|
version: Scalars['String']['output'];
|
|
9489
9501
|
};
|
|
9490
9502
|
export type EcosystemConnectInstallation = {
|
|
@@ -13533,6 +13545,7 @@ export type HelpObjectStoreProviderConnectionInput = {
|
|
|
13533
13545
|
};
|
|
13534
13546
|
export type HelpObjectStoreProviderConnectionMutationError = {
|
|
13535
13547
|
__typename?: 'HelpObjectStoreProviderConnectionMutationError';
|
|
13548
|
+
errorKey?: Maybe<Scalars['String']['output']>;
|
|
13536
13549
|
errorMessage: Scalars['String']['output'];
|
|
13537
13550
|
id?: Maybe<Scalars['ID']['output']>;
|
|
13538
13551
|
providerKey: Scalars['String']['output'];
|
|
@@ -13548,6 +13561,7 @@ export type HelpObjectStoreProviderConnectionPayload = {
|
|
|
13548
13561
|
export type HelpObjectStoreProviderConnectionResult = HelpObjectStoreProviderConnectionError | HelpObjectStoreProviderConnections;
|
|
13549
13562
|
export type HelpObjectStoreProviderConnectionUpdateDeletePayload = {
|
|
13550
13563
|
__typename?: 'HelpObjectStoreProviderConnectionUpdateDeletePayload';
|
|
13564
|
+
errorKey?: Maybe<Scalars['String']['output']>;
|
|
13551
13565
|
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
13552
13566
|
id: Scalars['ID']['output'];
|
|
13553
13567
|
success: Scalars['Boolean']['output'];
|
|
@@ -14460,6 +14474,10 @@ export type JiraAdf = {
|
|
|
14460
14474
|
export type JiraAdfConvertedPlainTextArgs = {
|
|
14461
14475
|
firstNCharacters?: InputMaybe<Scalars['Int']['input']>;
|
|
14462
14476
|
};
|
|
14477
|
+
export type JiraAccessAtlassianIntelligenceFeature = {
|
|
14478
|
+
__typename?: 'JiraAccessAtlassianIntelligenceFeature';
|
|
14479
|
+
isAccessible?: Maybe<Scalars['Boolean']['output']>;
|
|
14480
|
+
};
|
|
14463
14481
|
export declare enum JiraActionType {
|
|
14464
14482
|
CreateCompanyManagedProject = "CREATE_COMPANY_MANAGED_PROJECT",
|
|
14465
14483
|
CreateProject = "CREATE_PROJECT",
|
|
@@ -14685,6 +14703,14 @@ export type JiraAssignRelatedWorkPayload = Payload & {
|
|
|
14685
14703
|
relatedWork?: Maybe<JiraVersionRelatedWorkV2>;
|
|
14686
14704
|
success: Scalars['Boolean']['output'];
|
|
14687
14705
|
};
|
|
14706
|
+
export type JiraAtlassianIntelligenceAction = JiraAccessAtlassianIntelligenceFeature | JiraContactOrgAdminToEnableAtlassianIntelligence | JiraEnableAtlassianIntelligenceDeepLink;
|
|
14707
|
+
export declare enum JiraAtlassianIntelligenceFeatureEnum {
|
|
14708
|
+
NaturalLanguageToJql = "NATURAL_LANGUAGE_TO_JQL"
|
|
14709
|
+
}
|
|
14710
|
+
export type JiraAtlassianIntelligenceProductFeatureInput = {
|
|
14711
|
+
feature?: InputMaybe<JiraAtlassianIntelligenceFeatureEnum>;
|
|
14712
|
+
product?: InputMaybe<JiraProductEnum>;
|
|
14713
|
+
};
|
|
14688
14714
|
export type JiraAtlassianTeam = {
|
|
14689
14715
|
__typename?: 'JiraAtlassianTeam';
|
|
14690
14716
|
avatar?: Maybe<JiraAvatar>;
|
|
@@ -14835,10 +14861,11 @@ export type JiraBooleanField = JiraIssueField & JiraIssueFieldConfiguration & Ji
|
|
|
14835
14861
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
14836
14862
|
value?: Maybe<Scalars['Boolean']['output']>;
|
|
14837
14863
|
};
|
|
14838
|
-
export type JiraBulkEditField = {
|
|
14864
|
+
export type JiraBulkEditField = Node & {
|
|
14839
14865
|
__typename?: 'JiraBulkEditField';
|
|
14840
14866
|
bulkEditMultiSelectFieldOptions?: Maybe<Array<Maybe<JiraBulkEditMultiSelectFieldOptions>>>;
|
|
14841
14867
|
field?: Maybe<JiraIssueField>;
|
|
14868
|
+
id: Scalars['ID']['output'];
|
|
14842
14869
|
unavailableMessage?: Maybe<Scalars['String']['output']>;
|
|
14843
14870
|
};
|
|
14844
14871
|
export type JiraBulkEditFieldsConnection = HasPageInfo & HasTotal & {
|
|
@@ -15618,6 +15645,14 @@ export type JiraConnectTextField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
15618
15645
|
type: Scalars['String']['output'];
|
|
15619
15646
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
15620
15647
|
};
|
|
15648
|
+
export type JiraContactOrgAdminToEnableAtlassianIntelligence = {
|
|
15649
|
+
__typename?: 'JiraContactOrgAdminToEnableAtlassianIntelligence';
|
|
15650
|
+
contactOrgAdminState?: Maybe<JiraContactOrgAdminToEnableAtlassianIntelligenceState>;
|
|
15651
|
+
};
|
|
15652
|
+
export declare enum JiraContactOrgAdminToEnableAtlassianIntelligenceState {
|
|
15653
|
+
Available = "AVAILABLE",
|
|
15654
|
+
Unavailable = "UNAVAILABLE"
|
|
15655
|
+
}
|
|
15621
15656
|
export type JiraCreateApproverListFieldInput = {
|
|
15622
15657
|
fieldName: Scalars['String']['input'];
|
|
15623
15658
|
projectId: Scalars['Int']['input'];
|
|
@@ -15960,6 +15995,10 @@ export declare enum JiraEmailMimeType {
|
|
|
15960
15995
|
Html = "HTML",
|
|
15961
15996
|
Text = "TEXT"
|
|
15962
15997
|
}
|
|
15998
|
+
export type JiraEnableAtlassianIntelligenceDeepLink = {
|
|
15999
|
+
__typename?: 'JiraEnableAtlassianIntelligenceDeepLink';
|
|
16000
|
+
link?: Maybe<Scalars['String']['output']>;
|
|
16001
|
+
};
|
|
15963
16002
|
export type JiraEntityProperty = {
|
|
15964
16003
|
id: Scalars['ID']['output'];
|
|
15965
16004
|
propertyKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -17528,7 +17567,7 @@ export type JiraJqlFromNaturalLanguage = {
|
|
|
17528
17567
|
generatedJQL?: Maybe<Scalars['String']['output']>;
|
|
17529
17568
|
generatedJQLError?: Maybe<JiraJqlGenerationError>;
|
|
17530
17569
|
};
|
|
17531
|
-
export type JiraJqlGenerationError = JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError | JiraUsageLimitExceededError;
|
|
17570
|
+
export type JiraJqlGenerationError = JiraInvalidJqlError | JiraInvalidSyntaxError | JiraServerError | JiraUiExposedError | JiraUnsupportedLanguageError | JiraUsageLimitExceededError;
|
|
17532
17571
|
export type JiraJqlHistory = Node & {
|
|
17533
17572
|
__typename?: 'JiraJQLHistory';
|
|
17534
17573
|
id: Scalars['ID']['output'];
|
|
@@ -19365,6 +19404,12 @@ export type JiraPriorityFieldPayload = Payload & {
|
|
|
19365
19404
|
export type JiraPriorityInput = {
|
|
19366
19405
|
priorityId: Scalars['ID']['input'];
|
|
19367
19406
|
};
|
|
19407
|
+
export declare enum JiraProductEnum {
|
|
19408
|
+
JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
|
|
19409
|
+
JiraServiceManagement = "JIRA_SERVICE_MANAGEMENT",
|
|
19410
|
+
JiraSoftware = "JIRA_SOFTWARE",
|
|
19411
|
+
JiraWorkManagement = "JIRA_WORK_MANAGEMENT"
|
|
19412
|
+
}
|
|
19368
19413
|
export type JiraProformaForms = {
|
|
19369
19414
|
__typename?: 'JiraProformaForms';
|
|
19370
19415
|
hasIssueForms?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -19940,6 +19985,7 @@ export type JiraQuery = {
|
|
|
19940
19985
|
allNotificationProjectPreferences?: Maybe<JiraNotificationProjectPreferenceConnection>;
|
|
19941
19986
|
announcementBanner?: Maybe<JiraAnnouncementBanner>;
|
|
19942
19987
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
19988
|
+
atlassianIntelligenceAction?: Maybe<JiraAtlassianIntelligenceAction>;
|
|
19943
19989
|
booleanUserProperty?: Maybe<JiraEntityPropertyBoolean>;
|
|
19944
19990
|
bulkOperationProgress?: Maybe<JiraIssueBulkOperationProgress>;
|
|
19945
19991
|
bulkOperationsMetadata?: Maybe<JiraIssueBulkOperationsMetadata>;
|
|
@@ -20020,6 +20066,7 @@ export type JiraQuery = {
|
|
|
20020
20066
|
resourceUsageMetrics?: Maybe<JiraResourceUsageMetricConnection>;
|
|
20021
20067
|
screenIdByIssueId?: Maybe<Scalars['Long']['output']>;
|
|
20022
20068
|
screenIdByIssueKey?: Maybe<Scalars['Long']['output']>;
|
|
20069
|
+
shouldShowAtlassianIntelligence?: Maybe<Scalars['Boolean']['output']>;
|
|
20023
20070
|
stringUserProperty?: Maybe<JiraEntityPropertyString>;
|
|
20024
20071
|
systemFilters?: Maybe<JiraSystemFilterConnection>;
|
|
20025
20072
|
timeTrackingSettings?: Maybe<JiraGlobalTimeTrackingSettings>;
|
|
@@ -20082,6 +20129,10 @@ export type JiraQueryApplicationPropertiesByKeyArgs = {
|
|
|
20082
20129
|
cloudId: Scalars['ID']['input'];
|
|
20083
20130
|
keys: Array<Scalars['String']['input']>;
|
|
20084
20131
|
};
|
|
20132
|
+
export type JiraQueryAtlassianIntelligenceActionArgs = {
|
|
20133
|
+
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
20134
|
+
cloudId: Scalars['ID']['input'];
|
|
20135
|
+
};
|
|
20085
20136
|
export type JiraQueryBooleanUserPropertyArgs = {
|
|
20086
20137
|
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
20087
20138
|
cloudId: Scalars['ID']['input'];
|
|
@@ -20438,6 +20489,10 @@ export type JiraQueryScreenIdByIssueKeyArgs = {
|
|
|
20438
20489
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
20439
20490
|
issueKey: Scalars['String']['input'];
|
|
20440
20491
|
};
|
|
20492
|
+
export type JiraQueryShouldShowAtlassianIntelligenceArgs = {
|
|
20493
|
+
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
20494
|
+
cloudId: Scalars['ID']['input'];
|
|
20495
|
+
};
|
|
20441
20496
|
export type JiraQueryStringUserPropertyArgs = {
|
|
20442
20497
|
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
20443
20498
|
cloudId: Scalars['ID']['input'];
|
|
@@ -22525,6 +22580,10 @@ export type JiraUnlinkIssuesFromIncidentMutationPayload = Payload & {
|
|
|
22525
22580
|
errors?: Maybe<Array<MutationError>>;
|
|
22526
22581
|
success: Scalars['Boolean']['output'];
|
|
22527
22582
|
};
|
|
22583
|
+
export type JiraUnsupportedLanguageError = {
|
|
22584
|
+
__typename?: 'JiraUnsupportedLanguageError';
|
|
22585
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
22586
|
+
};
|
|
22528
22587
|
export type JiraUpdateCascadingSelectFieldInput = {
|
|
22529
22588
|
id: Scalars['ID']['input'];
|
|
22530
22589
|
operation: JiraCascadingSelectFieldOperationInput;
|
|
@@ -24365,6 +24424,7 @@ export type Mutation = {
|
|
|
24365
24424
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
24366
24425
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
24367
24426
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
24427
|
+
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
24368
24428
|
rateLimitTest?: Maybe<GenericMutationResponse>;
|
|
24369
24429
|
refreshPolarisSnippets?: Maybe<RefreshPolarisSnippetsPayload>;
|
|
24370
24430
|
resolvePolarisObject?: Maybe<ResolvePolarisObjectPayload>;
|
|
@@ -24706,6 +24766,9 @@ export type MutationRankCardParentArgs = {
|
|
|
24706
24766
|
export type MutationRankColumnArgs = {
|
|
24707
24767
|
input?: InputMaybe<RankColumnInput>;
|
|
24708
24768
|
};
|
|
24769
|
+
export type MutationRankCustomFilterArgs = {
|
|
24770
|
+
input?: InputMaybe<RankCustomFilterInput>;
|
|
24771
|
+
};
|
|
24709
24772
|
export type MutationRateLimitTestArgs = {
|
|
24710
24773
|
input: InvokeExtensionInput;
|
|
24711
24774
|
};
|
|
@@ -27150,6 +27213,7 @@ export type QueryBitbucketRepositoriesAvailableToLinkWithNewDevOpsServiceArgs =
|
|
|
27150
27213
|
};
|
|
27151
27214
|
export type QueryBoardScopeArgs = {
|
|
27152
27215
|
boardId: Scalars['ID']['input'];
|
|
27216
|
+
isCMP?: InputMaybe<Scalars['Boolean']['input']>;
|
|
27153
27217
|
};
|
|
27154
27218
|
export type QueryCanSplitIssueArgs = {
|
|
27155
27219
|
boardId: Scalars['ID']['input'];
|
|
@@ -27484,6 +27548,11 @@ export type RankColumnOutput = MutationResponse & {
|
|
|
27484
27548
|
statusCode: Scalars['Int']['output'];
|
|
27485
27549
|
success: Scalars['Boolean']['output'];
|
|
27486
27550
|
};
|
|
27551
|
+
export type RankCustomFilterInput = {
|
|
27552
|
+
afterFilterId?: InputMaybe<Scalars['String']['input']>;
|
|
27553
|
+
boardId: Scalars['ID']['input'];
|
|
27554
|
+
id: Scalars['String']['input'];
|
|
27555
|
+
};
|
|
27487
27556
|
export type RankItem = {
|
|
27488
27557
|
__typename?: 'RankItem';
|
|
27489
27558
|
id: Scalars['ID']['output'];
|
|
@@ -30057,6 +30126,7 @@ export type SplitIssueOutput = MutationResponse & {
|
|
|
30057
30126
|
};
|
|
30058
30127
|
export type Sprint = BaseSprint & {
|
|
30059
30128
|
__typename?: 'Sprint';
|
|
30129
|
+
cardChildren: Array<SoftwareCard>;
|
|
30060
30130
|
cards: Array<Maybe<SoftwareCard>>;
|
|
30061
30131
|
daysRemaining?: Maybe<Scalars['Int']['output']>;
|
|
30062
30132
|
endDate?: Maybe<Scalars['DateTime']['output']>;
|