@forge/cli-shared 5.1.1-next.3 → 5.1.1-next.4
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
|
@@ -37218,6 +37218,7 @@ export declare type JiraProjectListViewTemplateItem = {
|
|
|
37218
37218
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
37219
37219
|
recommendationSessionId?: Maybe<Scalars['String']['output']>;
|
|
37220
37220
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
37221
|
+
templateType?: Maybe<Scalars['String']['output']>;
|
|
37221
37222
|
title?: Maybe<Scalars['String']['output']>;
|
|
37222
37223
|
};
|
|
37223
37224
|
export declare type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|