@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
|
@@ -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
|
-
|
|
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';
|