@forge/cli-shared 2.4.0-next.8 → 2.4.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,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f33aada: Fix vulnerability dependencies
|
|
8
|
+
- 726ef79: Fix dependency vulnerabilities
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies [3d82376]
|
|
13
|
+
- Updated dependencies [d094c69]
|
|
14
|
+
- Updated dependencies [ba674590]
|
|
15
|
+
- Updated dependencies [f3ac287]
|
|
16
|
+
- Updated dependencies [d196b41]
|
|
17
|
+
- Updated dependencies [e411a29]
|
|
18
|
+
- Updated dependencies [0accde8]
|
|
19
|
+
- Updated dependencies [a3bfe81]
|
|
20
|
+
- Updated dependencies [02839be]
|
|
21
|
+
- Updated dependencies [ffb508a]
|
|
22
|
+
- @forge/manifest@3.5.0
|
|
23
|
+
|
|
3
24
|
## 2.4.0-next.8
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -8198,6 +8198,7 @@ export declare type JiraIssueSearchFieldConfigSet = {
|
|
|
8198
8198
|
fieldConfigSetId?: Maybe<Scalars['String']>;
|
|
8199
8199
|
displayName?: Maybe<Scalars['String']>;
|
|
8200
8200
|
fieldType?: Maybe<Scalars['String']>;
|
|
8201
|
+
jqlTerm?: Maybe<Scalars['String']>;
|
|
8201
8202
|
isSortable?: Maybe<Scalars['Boolean']>;
|
|
8202
8203
|
isSelected?: Maybe<Scalars['Boolean']>;
|
|
8203
8204
|
};
|
|
@@ -9728,6 +9729,7 @@ export declare type JiraQuery = {
|
|
|
9728
9729
|
getPermissionSchemeGrantsHierarchy: Array<JiraPermissionGrants>;
|
|
9729
9730
|
issueHierarchyConfig: JiraIssueHierarchyConfigurationQuery;
|
|
9730
9731
|
issueHierarchyLimits: JiraIssueHierarchyLimits;
|
|
9732
|
+
lockedIssueTypeIds: Array<Scalars['ID']>;
|
|
9731
9733
|
version?: Maybe<JiraVersionResult>;
|
|
9732
9734
|
versionsForProject?: Maybe<JiraVersionConnection>;
|
|
9733
9735
|
versionDetailPage?: Maybe<JiraVersionDetailPage>;
|
|
@@ -9854,6 +9856,9 @@ export declare type JiraQueryIssueHierarchyConfigArgs = {
|
|
|
9854
9856
|
export declare type JiraQueryIssueHierarchyLimitsArgs = {
|
|
9855
9857
|
cloudId: Scalars['ID'];
|
|
9856
9858
|
};
|
|
9859
|
+
export declare type JiraQueryLockedIssueTypeIdsArgs = {
|
|
9860
|
+
cloudId: Scalars['ID'];
|
|
9861
|
+
};
|
|
9857
9862
|
export declare type JiraQueryVersionArgs = {
|
|
9858
9863
|
id: Scalars['ID'];
|
|
9859
9864
|
};
|