@forge/cli-shared 3.24.0 → 3.24.1-next.0
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
|
@@ -34156,6 +34156,24 @@ export declare type JiraServiceManagementDueDatePreviewField = JiraServiceManage
|
|
|
34156
34156
|
required?: Maybe<Scalars['Boolean']['output']>;
|
|
34157
34157
|
type?: Maybe<Scalars['String']['output']>;
|
|
34158
34158
|
};
|
|
34159
|
+
export declare type JiraServiceManagementEntitlement = Node & {
|
|
34160
|
+
__typename?: 'JiraServiceManagementEntitlement';
|
|
34161
|
+
id: Scalars['ID']['output'];
|
|
34162
|
+
product?: Maybe<JiraServiceManagementProduct>;
|
|
34163
|
+
};
|
|
34164
|
+
export declare type JiraServiceManagementEntitlementField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
34165
|
+
__typename?: 'JiraServiceManagementEntitlementField';
|
|
34166
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
34167
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
34168
|
+
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
34169
|
+
fieldId: Scalars['String']['output'];
|
|
34170
|
+
id: Scalars['ID']['output'];
|
|
34171
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
34172
|
+
name: Scalars['String']['output'];
|
|
34173
|
+
selectedEntitlement?: Maybe<JiraServiceManagementEntitlement>;
|
|
34174
|
+
type: Scalars['String']['output'];
|
|
34175
|
+
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
34176
|
+
};
|
|
34159
34177
|
export declare type JiraServiceManagementFeedback = {
|
|
34160
34178
|
__typename?: 'JiraServiceManagementFeedback';
|
|
34161
34179
|
rating?: Maybe<Scalars['Int']['output']>;
|
|
@@ -34350,6 +34368,11 @@ export declare type JiraServiceManagementPreviewOption = {
|
|
|
34350
34368
|
__typename?: 'JiraServiceManagementPreviewOption';
|
|
34351
34369
|
value?: Maybe<Scalars['String']['output']>;
|
|
34352
34370
|
};
|
|
34371
|
+
export declare type JiraServiceManagementProduct = Node & {
|
|
34372
|
+
__typename?: 'JiraServiceManagementProduct';
|
|
34373
|
+
id: Scalars['ID']['output'];
|
|
34374
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
34375
|
+
};
|
|
34353
34376
|
export declare type JiraServiceManagementProjectNavigationMetadata = {
|
|
34354
34377
|
__typename?: 'JiraServiceManagementProjectNavigationMetadata';
|
|
34355
34378
|
queueId: Scalars['ID']['output'];
|