@forge/cli-shared 8.8.2-next.4 → 8.8.2-next.4-experimental-4cf7fd3
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,16 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.8.2-next.4-experimental-4cf7fd3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- aaf8a03: forge tunnel with containers: delete auto generated docker compose files upon failing to startup
|
|
8
|
+
- Updated dependencies [9a6d346]
|
|
9
|
+
- Updated dependencies [260eb24]
|
|
10
|
+
- Updated dependencies [8962080]
|
|
11
|
+
- Updated dependencies [78efec7]
|
|
12
|
+
- @forge/manifest@11.0.0-next.3-experimental-4cf7fd3
|
|
13
|
+
|
|
3
14
|
## 8.8.2-next.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -64126,11 +64126,6 @@ export declare type JiraBacklogData = {
|
|
|
64126
64126
|
supportsPages?: Maybe<Scalars['Boolean']['output']>;
|
|
64127
64127
|
versionData?: Maybe<JiraBacklogVersionData>;
|
|
64128
64128
|
};
|
|
64129
|
-
export declare enum JiraBacklogDestination {
|
|
64130
|
-
Backlog = "BACKLOG",
|
|
64131
|
-
Board = "BOARD",
|
|
64132
|
-
Sprint = "SPRINT"
|
|
64133
|
-
}
|
|
64134
64129
|
export declare type JiraBacklogEpicConfig = {
|
|
64135
64130
|
__typename?: 'JiraBacklogEpicConfig';
|
|
64136
64131
|
colorFieldId?: Maybe<Scalars['String']['output']>;
|
|
@@ -69663,9 +69658,9 @@ export declare type JiraInlineIssueCreateFieldError = {
|
|
|
69663
69658
|
};
|
|
69664
69659
|
export declare type JiraInlineIssueCreateInput = {
|
|
69665
69660
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
69666
|
-
destination?: InputMaybe<JiraBacklogDestination>;
|
|
69667
69661
|
fields: JiraIssueFieldsInput;
|
|
69668
69662
|
issueTypeId: Scalars['ID']['input'];
|
|
69663
|
+
kanbanDestination?: InputMaybe<JiraKanbanDestination>;
|
|
69669
69664
|
projectId: Scalars['ID']['input'];
|
|
69670
69665
|
rank?: InputMaybe<JiraIssueCreateRankInput>;
|
|
69671
69666
|
};
|
|
@@ -72910,6 +72905,10 @@ export declare type JiraJwmField = {
|
|
|
72910
72905
|
__typename?: 'JiraJwmField';
|
|
72911
72906
|
encryptedData?: Maybe<Scalars['String']['output']>;
|
|
72912
72907
|
};
|
|
72908
|
+
export declare enum JiraKanbanDestination {
|
|
72909
|
+
Backlog = "BACKLOG",
|
|
72910
|
+
Board = "BOARD"
|
|
72911
|
+
}
|
|
72913
72912
|
export declare type JiraLabel = {
|
|
72914
72913
|
__typename?: 'JiraLabel';
|
|
72915
72914
|
color?: Maybe<JiraColor>;
|