@forge/cli-shared 3.19.0-next.17 → 3.19.0-next.18

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.19.0-next.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [342f87ac]
8
+ - @forge/manifest@4.20.1-next.10
9
+
3
10
  ## 3.19.0-next.17
4
11
 
5
12
  ### Patch Changes
@@ -15509,6 +15509,7 @@ export type JiraIssueSearchViewPayload = Payload & {
15509
15509
  };
15510
15510
  export type JiraIssueTransitionFieldLevelInput = {
15511
15511
  JiraSingleSelectField?: Maybe<Array<JiraUpdateSingleSelectFieldInput>>;
15512
+ JiraResolutionField?: Maybe<Array<JiraUpdateResolutionFieldInput>>;
15512
15513
  };
15513
15514
  export declare enum JiraIssueTransitionLayoutMessageType {
15514
15515
  Error = "ERROR",