@forge/cli-shared 8.23.0-next.11 → 8.23.0-next.13

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,18 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.23.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [489c6d0]
8
+ - @forge/manifest@12.8.0-next.10
9
+
10
+ ## 8.23.0-next.12
11
+
12
+ ### Minor Changes
13
+
14
+ - e2113b4: introduce `--skipRollout` for `forge deploy`
15
+
3
16
  ## 8.23.0-next.11
4
17
 
5
18
  ### Minor Changes
@@ -130726,6 +130726,7 @@ export declare enum JiraRecommendationCategory {
130726
130726
  export declare type JiraRecommendedAction = {
130727
130727
  __typename?: 'JiraRecommendedAction';
130728
130728
  entity?: Maybe<JiraRecommendedActionEntity>;
130729
+ relatedEntity?: Maybe<JiraRecommendedActionEntity>;
130729
130730
  };
130730
130731
  export declare type JiraRecommendedActionCategory = {
130731
130732
  __typename?: 'JiraRecommendedActionCategory';
@@ -130752,6 +130753,7 @@ export declare enum JiraRecommendedActionCategoryType {
130752
130753
  CommentAssigned = "COMMENT_ASSIGNED",
130753
130754
  CommentMention = "COMMENT_MENTION",
130754
130755
  CommentReply = "COMMENT_REPLY",
130756
+ ConfluenceLinkedIssues = "CONFLUENCE_LINKED_ISSUES",
130755
130757
  IssueApproval = "ISSUE_APPROVAL",
130756
130758
  IssueDueSoon = "ISSUE_DUE_SOON",
130757
130759
  NotSet = "NOT_SET",
@@ -130774,7 +130776,7 @@ export declare type JiraRecommendedActionEdge = {
130774
130776
  cursor: Scalars['String']['output'];
130775
130777
  node?: Maybe<JiraRecommendedAction>;
130776
130778
  };
130777
- export declare type JiraRecommendedActionEntity = DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment | TeamV2;
130779
+ export declare type JiraRecommendedActionEntity = ConfluencePage | DevOpsPullRequestDetails | ExternalPullRequest | JiraIssue | JiraPlatformComment | JiraProject | JiraServiceManagementComment | TeamV2;
130778
130780
  export declare type JiraRedaction = {
130779
130781
  __typename?: 'JiraRedaction';
130780
130782
  created?: Maybe<Scalars['DateTime']['output']>;