@forge/cli-shared 2.1.6-next.6 → 2.1.6-next.7

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.1.6-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cdd8645]
8
+ - Updated dependencies [b97660c]
9
+ - @forge/manifest@2.6.0-next.6
10
+
3
11
  ## 2.1.6-next.6
4
12
 
5
13
  ### Patch Changes
@@ -7752,7 +7752,7 @@ export declare type JiraServiceManagementActiveApproval = Node & {
7752
7752
  canAnswerApproval?: Maybe<Scalars['Boolean']>;
7753
7753
  decisions?: Maybe<JiraServiceManagementDecisionConnection>;
7754
7754
  createdDate?: Maybe<Scalars['DateTime']>;
7755
- configurations?: Maybe<Array<Maybe<JiraServiceManagementApprovalConfiguration>>>;
7755
+ configuration?: Maybe<JiraServiceManagementApprovalConfiguration>;
7756
7756
  status?: Maybe<JiraServiceManagementApprovalStatus>;
7757
7757
  approverPrincipals?: Maybe<JiraServiceManagementApproverPrincipalConnection>;
7758
7758
  pendingApprovalCount?: Maybe<Scalars['Int']>;
@@ -11997,6 +11997,7 @@ export declare type SupportRequestComment = {
11997
11997
  author: SupportRequestUser;
11998
11998
  message: Scalars['String'];
11999
11999
  createdDate: SupportRequestDisplayableDateTime;
12000
+ mentionedUsers: Array<SupportRequestUser>;
12000
12001
  };
12001
12002
  export declare type SupportRequestComments = {
12002
12003
  __typename?: 'SupportRequestComments';