@forge/cli-shared 5.0.1-next.0 → 5.0.1-next.1
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
|
@@ -29992,6 +29992,7 @@ export declare type JiraBulkTransitionScreenInput = {
|
|
|
29992
29992
|
};
|
|
29993
29993
|
export declare type JiraBulkTransitionScreenLayout = Node & {
|
|
29994
29994
|
__typename?: 'JiraBulkTransitionScreenLayout';
|
|
29995
|
+
comment?: Maybe<JiraRichTextField>;
|
|
29995
29996
|
content?: Maybe<JiraScreenTabLayout>;
|
|
29996
29997
|
id: Scalars['ID']['output'];
|
|
29997
29998
|
issues: Array<JiraIssue>;
|
|
@@ -35346,6 +35347,8 @@ export declare type JiraNotificationOptions = {
|
|
|
35346
35347
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
35347
35348
|
isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35348
35349
|
notifyOwnChangesEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35350
|
+
notifyWhenRoleAssigneeEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35351
|
+
notifyWhenRoleReporterEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35349
35352
|
};
|
|
35350
35353
|
export declare type JiraNotificationPreference = {
|
|
35351
35354
|
__typename?: 'JiraNotificationPreference';
|
|
@@ -40459,6 +40462,8 @@ export declare type JiraUpdateNotificationOptionsInput = {
|
|
|
40459
40462
|
emailMimeType?: InputMaybe<JiraEmailMimeType>;
|
|
40460
40463
|
isEmailNotificationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40461
40464
|
notifyOwnChangesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40465
|
+
notifyWhenRoleAssigneeEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40466
|
+
notifyWhenRoleReporterEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
40462
40467
|
};
|
|
40463
40468
|
export declare type JiraUpdateNotificationOptionsPayload = Payload & {
|
|
40464
40469
|
__typename?: 'JiraUpdateNotificationOptionsPayload';
|
|
@@ -46566,6 +46571,9 @@ export declare type PolarisProjectInsightsArgs = {
|
|
|
46566
46571
|
export declare type PolarisProjectPlayArgs = {
|
|
46567
46572
|
id: Scalars['ID']['input'];
|
|
46568
46573
|
};
|
|
46574
|
+
export declare type PolarisProjectSnippetProvidersArgs = {
|
|
46575
|
+
archivedMode?: InputMaybe<ArchivedMode>;
|
|
46576
|
+
};
|
|
46569
46577
|
export declare type PolarisProjectTemplate = {
|
|
46570
46578
|
__typename?: 'PolarisProjectTemplate';
|
|
46571
46579
|
ideas?: Maybe<Scalars['JSON']['output']>;
|