@forge/cli-shared 9.1.0-next.10 → 9.1.0
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,25 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 9.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4f18feb: Added the non interactive function for module add
|
|
8
|
+
- c3dbc58: Manifest Merge Logics changed
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 5d2cd6c: Add tslib dependency
|
|
13
|
+
- 3bccafa: Remove jest-fixtures dev dependecy
|
|
14
|
+
- Updated dependencies [4cd2242]
|
|
15
|
+
- Updated dependencies [e744c59]
|
|
16
|
+
- Updated dependencies [c60a7a5]
|
|
17
|
+
- Updated dependencies [caa7518]
|
|
18
|
+
- Updated dependencies [78097a6]
|
|
19
|
+
- Updated dependencies [a60362e]
|
|
20
|
+
- Updated dependencies [13e49d8]
|
|
21
|
+
- @forge/manifest@13.1.0
|
|
22
|
+
|
|
3
23
|
## 9.1.0-next.10
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
|
@@ -15750,6 +15750,7 @@ export type AssetsVerticalWorkbenchDashboard = {
|
|
|
15750
15750
|
viewId: Scalars['ID']['output'];
|
|
15751
15751
|
};
|
|
15752
15752
|
export declare enum AssetsVerticalWorkbenchDashboardErrorCode {
|
|
15753
|
+
Conflict = "CONFLICT",
|
|
15753
15754
|
InternalError = "INTERNAL_ERROR",
|
|
15754
15755
|
NotFound = "NOT_FOUND",
|
|
15755
15756
|
PermissionDenied = "PERMISSION_DENIED"
|
|
@@ -129259,6 +129260,8 @@ export type JiraIssueFieldConfig = Node & {
|
|
|
129259
129260
|
requiredOnWorkTypes?: Maybe<Array<Maybe<JiraIssueType>>>;
|
|
129260
129261
|
searcherTemplate?: Maybe<JiraFieldSearcherTemplate>;
|
|
129261
129262
|
searcherTemplateOptions?: Maybe<JiraFieldSearcherTemplateConnection>;
|
|
129263
|
+
translatedDescription?: Maybe<Scalars['String']['output']>;
|
|
129264
|
+
translatedName?: Maybe<Scalars['String']['output']>;
|
|
129262
129265
|
translations?: Maybe<Array<JiraFieldTranslation>>;
|
|
129263
129266
|
translationsCount?: Maybe<Scalars['Int']['output']>;
|
|
129264
129267
|
translationsLanguagesAvailableToAdd?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -130382,9 +130385,11 @@ export type JiraIssueSearchTimelineViewConfigSettings = {
|
|
|
130382
130385
|
barColorMode?: Maybe<JiraBarColorMode>;
|
|
130383
130386
|
hideDependencies?: Maybe<Scalars['Boolean']['output']>;
|
|
130384
130387
|
hideReleases?: Maybe<Scalars['Boolean']['output']>;
|
|
130388
|
+
hideUnParentedItems?: Maybe<Scalars['Boolean']['output']>;
|
|
130385
130389
|
hideWarnings?: Maybe<Scalars['Boolean']['output']>;
|
|
130386
130390
|
highlightedReleases?: Maybe<Array<Scalars['ID']['output']>>;
|
|
130387
130391
|
lastAppliedFilters?: Maybe<JiraTimelineLastAppliedFilters>;
|
|
130392
|
+
maxHierarchyLevel?: Maybe<Scalars['Int']['output']>;
|
|
130388
130393
|
rangeMode?: Maybe<JiraTimelineViewRangeMode>;
|
|
130389
130394
|
};
|
|
130390
130395
|
export type JiraIssueSearchView = JiraIssueSearchViewMetadata & Node & {
|
|
@@ -137267,6 +137272,7 @@ export type JiraQuery = {
|
|
|
137267
137272
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
137268
137273
|
requestTypeTemplates?: Maybe<Array<JiraServiceManagementRequestTypeTemplate>>;
|
|
137269
137274
|
requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
|
|
137275
|
+
requiresFigmaStatusUpdatesConfiguration?: Maybe<Scalars['Boolean']['output']>;
|
|
137270
137276
|
resourceUsageCustomFieldRecommendations?: Maybe<JiraResourceUsageCustomFieldRecommendationConnection>;
|
|
137271
137277
|
resourceUsageMetric?: Maybe<JiraResourceUsageMetric>;
|
|
137272
137278
|
resourceUsageMetricById?: Maybe<JiraResourceUsageMetric>;
|
|
@@ -138466,6 +138472,9 @@ export type JiraQueryRequestTypesArgs = {
|
|
|
138466
138472
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
138467
138473
|
projectId: Scalars['ID']['input'];
|
|
138468
138474
|
};
|
|
138475
|
+
export type JiraQueryRequiresFigmaStatusUpdatesConfigurationArgs = {
|
|
138476
|
+
cloudId: Scalars['ID']['input'];
|
|
138477
|
+
};
|
|
138469
138478
|
export type JiraQueryResourceUsageCustomFieldRecommendationsArgs = {
|
|
138470
138479
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
138471
138480
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -142450,6 +142459,16 @@ export type JiraSetTimelineViewHideReleasesPayload = Payload & {
|
|
|
142450
142459
|
success: Scalars['Boolean']['output'];
|
|
142451
142460
|
view?: Maybe<JiraView>;
|
|
142452
142461
|
};
|
|
142462
|
+
export type JiraSetTimelineViewHideUnParentedItemsInput = {
|
|
142463
|
+
hideUnParentedItems: Scalars['Boolean']['input'];
|
|
142464
|
+
viewId: Scalars['ID']['input'];
|
|
142465
|
+
};
|
|
142466
|
+
export type JiraSetTimelineViewHideUnParentedItemsPayload = Payload & {
|
|
142467
|
+
__typename?: 'JiraSetTimelineViewHideUnParentedItemsPayload';
|
|
142468
|
+
errors?: Maybe<Array<MutationError>>;
|
|
142469
|
+
success: Scalars['Boolean']['output'];
|
|
142470
|
+
view?: Maybe<JiraView>;
|
|
142471
|
+
};
|
|
142453
142472
|
export type JiraSetTimelineViewHideWarningsInput = {
|
|
142454
142473
|
hideWarnings: Scalars['Boolean']['input'];
|
|
142455
142474
|
viewId: Scalars['ID']['input'];
|
|
@@ -142460,6 +142479,16 @@ export type JiraSetTimelineViewHideWarningsPayload = Payload & {
|
|
|
142460
142479
|
success: Scalars['Boolean']['output'];
|
|
142461
142480
|
view?: Maybe<JiraView>;
|
|
142462
142481
|
};
|
|
142482
|
+
export type JiraSetTimelineViewMaxHierarchyLevelInput = {
|
|
142483
|
+
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
142484
|
+
viewId: Scalars['ID']['input'];
|
|
142485
|
+
};
|
|
142486
|
+
export type JiraSetTimelineViewMaxHierarchyLevelPayload = Payload & {
|
|
142487
|
+
__typename?: 'JiraSetTimelineViewMaxHierarchyLevelPayload';
|
|
142488
|
+
errors?: Maybe<Array<MutationError>>;
|
|
142489
|
+
success: Scalars['Boolean']['output'];
|
|
142490
|
+
view?: Maybe<JiraView>;
|
|
142491
|
+
};
|
|
142463
142492
|
export type JiraSetTimelineViewRangeModeInput = {
|
|
142464
142493
|
rangeMode: JiraTimelineViewRangeMode;
|
|
142465
142494
|
viewId: Scalars['ID']['input'];
|
|
@@ -144120,7 +144149,9 @@ export type JiraTimelineSearchFilterInput = {
|
|
|
144120
144149
|
export type JiraTimelineStaticViewInput = {
|
|
144121
144150
|
hideDependencies?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144122
144151
|
hideReleases?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144152
|
+
hideUnParentedItems?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144123
144153
|
hideWarnings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
144154
|
+
maxHierarchyLevel?: InputMaybe<Scalars['Int']['input']>;
|
|
144124
144155
|
rangeMode?: InputMaybe<JiraTimelineViewRangeMode>;
|
|
144125
144156
|
};
|
|
144126
144157
|
export type JiraTimelineView = JiraBaseTimelineView & JiraFieldSetsViewMetadata & JiraIssueSearchViewMetadata & JiraSpreadsheetView & JiraView & Node & {
|
|
@@ -145342,6 +145373,7 @@ export type JiraUserPreferences = {
|
|
|
145342
145373
|
showRedactionChangeBoardingOnIssueViewAsViewer?: Maybe<Scalars['Boolean']['output']>;
|
|
145343
145374
|
showUnscheduledIssuesCalendarPanel?: Maybe<Scalars['Boolean']['output']>;
|
|
145344
145375
|
workItemFavouriteFields?: Maybe<Scalars['String']['output']>;
|
|
145376
|
+
workItemViewContextGroupSections?: Maybe<Scalars['String']['output']>;
|
|
145345
145377
|
workItemViewFavouriteFields?: Maybe<Scalars['String']['output']>;
|
|
145346
145378
|
};
|
|
145347
145379
|
export type JiraUserPreferencesDismissedAutomationDiscoverabilityTemplatesArgs = {
|
|
@@ -145379,6 +145411,9 @@ export type JiraUserPreferencesWorkItemFavouriteFieldsArgs = {
|
|
|
145379
145411
|
issueTypeId: Scalars['String']['input'];
|
|
145380
145412
|
projectKey: Scalars['String']['input'];
|
|
145381
145413
|
};
|
|
145414
|
+
export type JiraUserPreferencesWorkItemViewContextGroupSectionsArgs = {
|
|
145415
|
+
issueKey: Scalars['String']['input'];
|
|
145416
|
+
};
|
|
145382
145417
|
export type JiraUserPreferencesWorkItemViewFavouriteFieldsArgs = {
|
|
145383
145418
|
issueKey: Scalars['String']['input'];
|
|
145384
145419
|
};
|
|
@@ -166939,7 +166974,9 @@ export type Mutation = {
|
|
|
166939
166974
|
jira_setTimelineViewFieldSets?: Maybe<JiraSetTimelineViewFieldSetsPayload>;
|
|
166940
166975
|
jira_setTimelineViewHideDependencies?: Maybe<JiraSetTimelineViewHideDependenciesPayload>;
|
|
166941
166976
|
jira_setTimelineViewHideReleases?: Maybe<JiraSetTimelineViewHideReleasesPayload>;
|
|
166977
|
+
jira_setTimelineViewHideUnParentedItems?: Maybe<JiraSetTimelineViewHideUnParentedItemsPayload>;
|
|
166942
166978
|
jira_setTimelineViewHideWarnings?: Maybe<JiraSetTimelineViewHideWarningsPayload>;
|
|
166979
|
+
jira_setTimelineViewMaxHierarchyLevel?: Maybe<JiraSetTimelineViewMaxHierarchyLevelPayload>;
|
|
166943
166980
|
jira_setTimelineViewRangeMode?: Maybe<JiraSetTimelineViewRangeModePayload>;
|
|
166944
166981
|
jira_setViewFilter?: Maybe<JiraSetViewFilterPayload>;
|
|
166945
166982
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
@@ -171316,9 +171353,15 @@ export type MutationJira_SetTimelineViewHideDependenciesArgs = {
|
|
|
171316
171353
|
export type MutationJira_SetTimelineViewHideReleasesArgs = {
|
|
171317
171354
|
input: JiraSetTimelineViewHideReleasesInput;
|
|
171318
171355
|
};
|
|
171356
|
+
export type MutationJira_SetTimelineViewHideUnParentedItemsArgs = {
|
|
171357
|
+
input: JiraSetTimelineViewHideUnParentedItemsInput;
|
|
171358
|
+
};
|
|
171319
171359
|
export type MutationJira_SetTimelineViewHideWarningsArgs = {
|
|
171320
171360
|
input: JiraSetTimelineViewHideWarningsInput;
|
|
171321
171361
|
};
|
|
171362
|
+
export type MutationJira_SetTimelineViewMaxHierarchyLevelArgs = {
|
|
171363
|
+
input: JiraSetTimelineViewMaxHierarchyLevelInput;
|
|
171364
|
+
};
|
|
171322
171365
|
export type MutationJira_SetTimelineViewRangeModeArgs = {
|
|
171323
171366
|
input: JiraSetTimelineViewRangeModeInput;
|
|
171324
171367
|
};
|
|
@@ -171611,8 +171654,7 @@ export type MutationKitsune_ExportFeedbackFromViewArgs = {
|
|
|
171611
171654
|
workspaceAri: Scalars['ID']['input'];
|
|
171612
171655
|
};
|
|
171613
171656
|
export type MutationKitsune_GenerateFeedbackSummaryArgs = {
|
|
171614
|
-
|
|
171615
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
171657
|
+
id: Scalars['ID']['input'];
|
|
171616
171658
|
};
|
|
171617
171659
|
export type MutationKitsune_GenerateFeedbackSummaryV2Args = {
|
|
171618
171660
|
id: Scalars['ID']['input'];
|
|
@@ -171637,8 +171679,7 @@ export type MutationKitsune_RemoveCustomerFieldArgs = {
|
|
|
171637
171679
|
workspaceAri: Scalars['ID']['input'];
|
|
171638
171680
|
};
|
|
171639
171681
|
export type MutationKitsune_RemoveFeedbackArgs = {
|
|
171640
|
-
|
|
171641
|
-
id?: InputMaybe<Scalars['ID']['input']>;
|
|
171682
|
+
id: Scalars['ID']['input'];
|
|
171642
171683
|
};
|
|
171643
171684
|
export type MutationKitsune_RemoveFeedbackV2Args = {
|
|
171644
171685
|
id: Scalars['ID']['input'];
|
|
@@ -179245,6 +179286,7 @@ export type Query = {
|
|
|
179245
179286
|
jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
179246
179287
|
jira_isTenantConvertedToNfa?: Maybe<Scalars['Boolean']['output']>;
|
|
179247
179288
|
jira_issueCreateLayout?: Maybe<JiraIssueCreateLayoutResult>;
|
|
179289
|
+
jira_issueCreateLayoutWithML?: Maybe<JiraIssueCreateLayoutResult>;
|
|
179248
179290
|
jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
179249
179291
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
179250
179292
|
jira_issueStatusesByIds?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
@@ -200073,6 +200115,13 @@ export type QueryJira_IssueCreateLayoutArgs = {
|
|
|
200073
200115
|
project?: InputMaybe<JiraProjectInput>;
|
|
200074
200116
|
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
200075
200117
|
};
|
|
200118
|
+
export type QueryJira_IssueCreateLayoutWithMlArgs = {
|
|
200119
|
+
cloudId: Scalars['ID']['input'];
|
|
200120
|
+
issueType?: InputMaybe<JiraIssueTypeInput>;
|
|
200121
|
+
layoutFilter?: InputMaybe<JiraIssueCreateLayoutFilter>;
|
|
200122
|
+
project?: InputMaybe<JiraProjectInput>;
|
|
200123
|
+
requestType?: InputMaybe<JiraRequestTypeInput>;
|
|
200124
|
+
};
|
|
200076
200125
|
export type QueryJira_IssueSearchTopLevelIssueFieldsAggregationArgs = {
|
|
200077
200126
|
aggregationConfig?: InputMaybe<JiraIssueSearchAggregationConfigInput>;
|
|
200078
200127
|
issueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
@@ -232500,7 +232549,7 @@ export declare enum TownsquareAccessControlCapability {
|
|
|
232500
232549
|
Create = "CREATE"
|
|
232501
232550
|
}
|
|
232502
232551
|
export type TownsquareAccessPrincipal = AppUser | AtlassianAccountUser | CustomerUser;
|
|
232503
|
-
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
232552
|
+
export type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalProgressTypeChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareMetricTargetPeriodsChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareTargetDateEditedChange | TownsquareUpdateDeletedChange;
|
|
232504
232553
|
export type TownsquareActivityItem = {
|
|
232505
232554
|
__typename?: 'TownsquareActivityItem';
|
|
232506
232555
|
actor?: Maybe<User>;
|
|
@@ -234556,6 +234605,13 @@ export type TownsquareMetricTargetPeriodConnection = {
|
|
|
234556
234605
|
edges?: Maybe<Array<Maybe<TownsquareMetricTargetPeriodEdge>>>;
|
|
234557
234606
|
pageInfo: PageInfo;
|
|
234558
234607
|
};
|
|
234608
|
+
export type TownsquareMetricTargetPeriodDiff = {
|
|
234609
|
+
__typename?: 'TownsquareMetricTargetPeriodDiff';
|
|
234610
|
+
newValue?: Maybe<Scalars['Float']['output']>;
|
|
234611
|
+
oldValue?: Maybe<Scalars['Float']['output']>;
|
|
234612
|
+
periodStart: Scalars['String']['output'];
|
|
234613
|
+
periodType: TownsquareTargetDateType;
|
|
234614
|
+
};
|
|
234559
234615
|
export type TownsquareMetricTargetPeriodEdge = {
|
|
234560
234616
|
__typename?: 'TownsquareMetricTargetPeriodEdge';
|
|
234561
234617
|
cursor: Scalars['String']['output'];
|
|
@@ -234570,6 +234626,10 @@ export type TownsquareMetricTargetPeriodToMetricValueEdge = {
|
|
|
234570
234626
|
node?: Maybe<TownsquareMetricValue>;
|
|
234571
234627
|
variance?: Maybe<Scalars['Float']['output']>;
|
|
234572
234628
|
};
|
|
234629
|
+
export type TownsquareMetricTargetPeriodsChange = {
|
|
234630
|
+
__typename?: 'TownsquareMetricTargetPeriodsChange';
|
|
234631
|
+
periods?: Maybe<Array<TownsquareMetricTargetPeriodDiff>>;
|
|
234632
|
+
};
|
|
234573
234633
|
export type TownsquareMetricTargetToMetricValueConnection = {
|
|
234574
234634
|
__typename?: 'TownsquareMetricTargetToMetricValueConnection';
|
|
234575
234635
|
edges?: Maybe<Array<Maybe<TownsquareMetricTargetToMetricValueEdge>>>;
|
|
@@ -236164,6 +236224,7 @@ export type TownsquareShareProjectUserInput = {
|
|
|
236164
236224
|
};
|
|
236165
236225
|
export type TownsquareSlackChannel = {
|
|
236166
236226
|
__typename?: 'TownsquareSlackChannel';
|
|
236227
|
+
loggedIn?: Maybe<Scalars['Boolean']['output']>;
|
|
236167
236228
|
name?: Maybe<Scalars['String']['output']>;
|
|
236168
236229
|
numMembers?: Maybe<Scalars['Int']['output']>;
|
|
236169
236230
|
private?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -236204,6 +236265,7 @@ export type TownsquareSlackConnection = {
|
|
|
236204
236265
|
channel?: Maybe<TownsquareSlackChannel>;
|
|
236205
236266
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
236206
236267
|
metadata?: Maybe<TownsquareSlackConnectionMetadata>;
|
|
236268
|
+
slackConnectionId?: Maybe<Scalars['String']['output']>;
|
|
236207
236269
|
subscriber?: Maybe<User>;
|
|
236208
236270
|
types?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
236209
236271
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|