@forge/cli-shared 6.8.0-next.24 → 6.8.0-next.24-experimental-99739ec
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,49 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.8.0-next.24-experimental-99739ec
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1a9af0b: Add support for analytics to be displayed in the version commands
|
|
8
|
+
- d156658: Switch the `forge create` flow to select product context first
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- f9c2880: Add support for --no-verify during tunnel
|
|
13
|
+
- 3a510c5: Improve XPA uninstall wording
|
|
14
|
+
- 7243788: Displaying all product options and fixing wording
|
|
15
|
+
- 2204d8d: update the help text for license options
|
|
16
|
+
- 2cdac63: forge install should list all scopes
|
|
17
|
+
- c57e34a: Fix bundling when handlers are defined in subdirectories
|
|
18
|
+
- 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
19
|
+
- 0aad197: Change product wording to context
|
|
20
|
+
- 61f499c: Fix XPA upgrade wording
|
|
21
|
+
- 999a9d0: Update error messages for deployment
|
|
22
|
+
- 7d8339b: verify installation exists before upgrading
|
|
23
|
+
- 7a83fd9: Uninstall: Automatically select optional contexts when the required one is selected
|
|
24
|
+
- b503084: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
|
|
25
|
+
- 8c34ca3: Changed manifest to allow egress objects to be a list of string, egress objects containing at least the 'address' field, or a remote reference
|
|
26
|
+
- 336f74f: Support serving i18n resources while using `forge tunnel`
|
|
27
|
+
- 210360b: Refactor text functions for easier read and maintenance
|
|
28
|
+
- a7db2e6: improve error message
|
|
29
|
+
- Updated dependencies [7243788]
|
|
30
|
+
- Updated dependencies [acf1edf]
|
|
31
|
+
- Updated dependencies [9d231e9]
|
|
32
|
+
- Updated dependencies [b51be39]
|
|
33
|
+
- Updated dependencies [4b083be]
|
|
34
|
+
- Updated dependencies [94e48b9]
|
|
35
|
+
- Updated dependencies [0dfb15d]
|
|
36
|
+
- Updated dependencies [b503084]
|
|
37
|
+
- Updated dependencies [8c34ca3]
|
|
38
|
+
- Updated dependencies [336f74f]
|
|
39
|
+
- Updated dependencies [e404ba0]
|
|
40
|
+
- Updated dependencies [64daaa5]
|
|
41
|
+
- Updated dependencies [99739ec]
|
|
42
|
+
- Updated dependencies [3a703de]
|
|
43
|
+
- Updated dependencies [003b1ed]
|
|
44
|
+
- @forge/manifest@8.9.0-next.12-experimental-99739ec
|
|
45
|
+
- @forge/i18n@0.0.5-next.1-experimental-99739ec
|
|
46
|
+
|
|
3
47
|
## 6.8.0-next.24
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
|
@@ -25644,6 +25644,11 @@ export declare type ExternalPosition = Node & {
|
|
|
25644
25644
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
25645
25645
|
url?: Maybe<Scalars['String']['output']>;
|
|
25646
25646
|
};
|
|
25647
|
+
export declare type ExternalProject = {
|
|
25648
|
+
__typename?: 'ExternalProject';
|
|
25649
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
25650
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
25651
|
+
};
|
|
25647
25652
|
export declare type ExternalProvider = {
|
|
25648
25653
|
__typename?: 'ExternalProvider';
|
|
25649
25654
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -25902,6 +25907,7 @@ export declare type ExternalWorkItem = Node & {
|
|
|
25902
25907
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
25903
25908
|
parent?: Maybe<ExternalEntity>;
|
|
25904
25909
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
25910
|
+
project?: Maybe<ExternalProject>;
|
|
25905
25911
|
provider?: Maybe<ExternalProvider>;
|
|
25906
25912
|
status?: Maybe<Scalars['String']['output']>;
|
|
25907
25913
|
subtype?: Maybe<ExternalWorkItemSubtype>;
|
|
@@ -54078,6 +54084,7 @@ export declare type JiraApplicationLink = {
|
|
|
54078
54084
|
isSystem?: Maybe<Scalars['Boolean']['output']>;
|
|
54079
54085
|
name?: Maybe<Scalars['String']['output']>;
|
|
54080
54086
|
rpcUrl?: Maybe<Scalars['URL']['output']>;
|
|
54087
|
+
targetType?: Maybe<JiraApplicationLinkTargetType>;
|
|
54081
54088
|
typeId?: Maybe<Scalars['String']['output']>;
|
|
54082
54089
|
userContext?: Maybe<JiraApplicationLinkUserContext>;
|
|
54083
54090
|
};
|
|
@@ -54092,6 +54099,10 @@ export declare type JiraApplicationLinkEdge = {
|
|
|
54092
54099
|
cursor: Scalars['String']['output'];
|
|
54093
54100
|
node?: Maybe<JiraApplicationLink>;
|
|
54094
54101
|
};
|
|
54102
|
+
export declare enum JiraApplicationLinkTargetType {
|
|
54103
|
+
Cloud = "CLOUD",
|
|
54104
|
+
Dc = "DC"
|
|
54105
|
+
}
|
|
54095
54106
|
export declare type JiraApplicationLinkUserContext = {
|
|
54096
54107
|
__typename?: 'JiraApplicationLinkUserContext';
|
|
54097
54108
|
authenticationUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -64522,6 +64533,7 @@ export declare type JiraProjectsSidebarMenu = {
|
|
|
64522
64533
|
displayMode?: Maybe<JiraSidebarMenuDisplayMode>;
|
|
64523
64534
|
favouriteLimit?: Maybe<Scalars['Int']['output']>;
|
|
64524
64535
|
favourites?: Maybe<JiraProjectConnection>;
|
|
64536
|
+
hasMore?: Maybe<Scalars['Boolean']['output']>;
|
|
64525
64537
|
id: Scalars['ID']['output'];
|
|
64526
64538
|
more?: Maybe<JiraProjectConnection>;
|
|
64527
64539
|
moreFavourites?: Maybe<JiraProjectConnection>;
|
|
@@ -64592,6 +64604,7 @@ export declare type JiraQuery = {
|
|
|
64592
64604
|
allJiraUserBroadcastMessages?: Maybe<JiraUserBroadcastMessageConnection>;
|
|
64593
64605
|
allNotificationProjectPreferences?: Maybe<JiraNotificationProjectPreferenceConnection>;
|
|
64594
64606
|
announcementBanner?: Maybe<JiraAnnouncementBanner>;
|
|
64607
|
+
applicationLinkByOauth2ClientId?: Maybe<JiraApplicationLink>;
|
|
64595
64608
|
applicationLinksByTypeId?: Maybe<JiraApplicationLinkConnection>;
|
|
64596
64609
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
64597
64610
|
associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
@@ -64840,6 +64853,10 @@ export declare type JiraQueryAllNotificationProjectPreferencesArgs = {
|
|
|
64840
64853
|
export declare type JiraQueryAnnouncementBannerArgs = {
|
|
64841
64854
|
cloudId: Scalars['ID']['input'];
|
|
64842
64855
|
};
|
|
64856
|
+
export declare type JiraQueryApplicationLinkByOauth2ClientIdArgs = {
|
|
64857
|
+
cloudId: Scalars['ID']['input'];
|
|
64858
|
+
oauthClientId: Scalars['String']['input'];
|
|
64859
|
+
};
|
|
64843
64860
|
export declare type JiraQueryApplicationLinksByTypeIdArgs = {
|
|
64844
64861
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64845
64862
|
before?: InputMaybe<Scalars['String']['input']>;
|