@forge/cli-shared 8.8.1 → 8.8.2-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 +13 -0
- package/out/graphql/graphql-types.d.ts +27 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.d.ts +17 -0
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -0
- package/out/tunnel/docker-compose-lifecycle.js +160 -0
- package/out/tunnel/index.d.ts +1 -0
- package/out/tunnel/index.d.ts.map +1 -1
- package/out/tunnel/index.js +1 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.8.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
|
|
8
|
+
|
|
9
|
+
## 8.8.2-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [8962080]
|
|
14
|
+
- @forge/manifest@11.0.0-next.0
|
|
15
|
+
|
|
3
16
|
## 8.8.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -69203,6 +69203,18 @@ export declare type JiraGlobalPermissionGrantsList = {
|
|
|
69203
69203
|
globalPermissionGrants?: Maybe<Array<Maybe<JiraGlobalPermissionGrants>>>;
|
|
69204
69204
|
};
|
|
69205
69205
|
export declare type JiraGlobalPermissionGrantsResult = JiraGlobalPermissionGrantsList | QueryError;
|
|
69206
|
+
export declare type JiraGlobalPermissionSetUserGroupsInput = {
|
|
69207
|
+
groupAris: Array<Scalars['ID']['input']>;
|
|
69208
|
+
key: Scalars['String']['input'];
|
|
69209
|
+
};
|
|
69210
|
+
export declare type JiraGlobalPermissionSetUserGroupsPayload = Payload & {
|
|
69211
|
+
__typename?: 'JiraGlobalPermissionSetUserGroupsPayload';
|
|
69212
|
+
errors?: Maybe<Array<MutationError>>;
|
|
69213
|
+
groupArisFailedToBeAdded?: Maybe<Array<Scalars['ID']['output']>>;
|
|
69214
|
+
groupArisFailedToBeRemoved?: Maybe<Array<Scalars['ID']['output']>>;
|
|
69215
|
+
resultingGroupAris?: Maybe<Array<Scalars['ID']['output']>>;
|
|
69216
|
+
success: Scalars['Boolean']['output'];
|
|
69217
|
+
};
|
|
69206
69218
|
export declare enum JiraGlobalPermissionType {
|
|
69207
69219
|
Administer = "ADMINISTER",
|
|
69208
69220
|
ManageCustomOnboarding = "MANAGE_CUSTOM_ONBOARDING",
|
|
@@ -93755,6 +93767,7 @@ export declare type Mutation = {
|
|
|
93755
93767
|
jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
|
|
93756
93768
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
93757
93769
|
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
93770
|
+
jira_setGlobalPermissionUserGroups?: Maybe<JiraGlobalPermissionSetUserGroupsPayload>;
|
|
93758
93771
|
jira_setIssueSearchAggregationConfig?: Maybe<JiraSetIssueSearchAggregationConfigPayload>;
|
|
93759
93772
|
jira_setIssueSearchFieldSets?: Maybe<JiraSetIssueSearchFieldSetsPayload>;
|
|
93760
93773
|
jira_setIssueSearchGroupBy?: Maybe<JiraSetIssueSearchGroupByPayload>;
|
|
@@ -95714,6 +95727,10 @@ export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
|
|
|
95714
95727
|
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
95715
95728
|
input: JiraSetFieldSetsPreferencesInput;
|
|
95716
95729
|
};
|
|
95730
|
+
export declare type MutationJira_SetGlobalPermissionUserGroupsArgs = {
|
|
95731
|
+
cloudId: Scalars['ID']['input'];
|
|
95732
|
+
input: JiraGlobalPermissionSetUserGroupsInput;
|
|
95733
|
+
};
|
|
95717
95734
|
export declare type MutationJira_SetIssueSearchAggregationConfigArgs = {
|
|
95718
95735
|
input: JiraSetIssueSearchAggregationConfigInput;
|
|
95719
95736
|
};
|
|
@@ -100011,6 +100028,7 @@ export declare type Query = {
|
|
|
100011
100028
|
jira_backlog?: Maybe<JiraBacklog>;
|
|
100012
100029
|
jira_backlogView?: Maybe<JiraBacklogView>;
|
|
100013
100030
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
100031
|
+
jira_boardViewCellsByIds?: Maybe<Array<Maybe<JiraBoardViewCell>>>;
|
|
100014
100032
|
jira_boardsByIds?: Maybe<Array<Maybe<JiraBoard>>>;
|
|
100015
100033
|
jira_categoryField?: Maybe<JiraJqlField>;
|
|
100016
100034
|
jira_creatableGlobalCustomFieldTypes?: Maybe<JiraCustomFieldTypeConnection>;
|
|
@@ -100300,6 +100318,7 @@ export declare type Query = {
|
|
|
100300
100318
|
teamCalendarSettings?: Maybe<TeamCalendarSettings>;
|
|
100301
100319
|
teamLabels?: Maybe<PaginatedLabelList>;
|
|
100302
100320
|
teamworkGraph_projectUpdates?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
100321
|
+
teamworkGraph_teamUsers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
100303
100322
|
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
100304
100323
|
teamworkGraph_userCreated?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
100305
100324
|
teamworkGraph_userTaggedIn?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -102624,6 +102643,9 @@ export declare type QueryJira_BacklogViewArgs = {
|
|
|
102624
102643
|
export declare type QueryJira_BoardViewArgs = {
|
|
102625
102644
|
input: JiraBoardViewInput;
|
|
102626
102645
|
};
|
|
102646
|
+
export declare type QueryJira_BoardViewCellsByIdsArgs = {
|
|
102647
|
+
ids: Array<Scalars['ID']['input']>;
|
|
102648
|
+
};
|
|
102627
102649
|
export declare type QueryJira_BoardsByIdsArgs = {
|
|
102628
102650
|
ids: Array<Scalars['ID']['input']>;
|
|
102629
102651
|
};
|
|
@@ -103662,6 +103684,11 @@ export declare type QueryTeamworkGraph_ProjectUpdatesArgs = {
|
|
|
103662
103684
|
projectId: Scalars['String']['input'];
|
|
103663
103685
|
startDate: Scalars['DateTime']['input'];
|
|
103664
103686
|
};
|
|
103687
|
+
export declare type QueryTeamworkGraph_TeamUsersArgs = {
|
|
103688
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
103689
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103690
|
+
teamId: Scalars['ID']['input'];
|
|
103691
|
+
};
|
|
103665
103692
|
export declare type QueryTeamworkGraph_UserCommentedArgs = {
|
|
103666
103693
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103667
103694
|
first?: InputMaybe<Scalars['Int']['input']>;
|