@forge/cli-shared 5.1.1-next.2 → 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
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 5.1.1-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2b5d6f2]
|
|
8
|
+
- @forge/manifest@7.5.0-next.4
|
|
9
|
+
|
|
10
|
+
## 5.1.1-next.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [8c3a153]
|
|
15
|
+
- @forge/manifest@7.5.0-next.3
|
|
16
|
+
|
|
3
17
|
## 5.1.1-next.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -7811,6 +7811,7 @@ export declare type ContentPlatformProTipComponent = {
|
|
|
7811
7811
|
__typename?: 'ContentPlatformProTipComponent';
|
|
7812
7812
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
7813
7813
|
name?: Maybe<Scalars['String']['output']>;
|
|
7814
|
+
proTipRichText?: Maybe<Scalars['String']['output']>;
|
|
7814
7815
|
proTipText?: Maybe<Scalars['String']['output']>;
|
|
7815
7816
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
7816
7817
|
};
|
|
@@ -8136,6 +8137,7 @@ export declare type ContentPlatformTemplate = {
|
|
|
8136
8137
|
contributor?: Maybe<ContentPlatformOrganizationAndAuthorUnion>;
|
|
8137
8138
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8138
8139
|
howToUseThisTemplate: Array<ContentPlatformTemplateGuide>;
|
|
8140
|
+
keyFeatures?: Maybe<Array<ContentPlatformTaxonomyFeature>>;
|
|
8139
8141
|
name?: Maybe<Scalars['String']['output']>;
|
|
8140
8142
|
oneLinerHeadline?: Maybe<Scalars['String']['output']>;
|
|
8141
8143
|
pluginModuleKey: Scalars['String']['output'];
|
|
@@ -8144,12 +8146,30 @@ export declare type ContentPlatformTemplate = {
|
|
|
8144
8146
|
relatedTemplates?: Maybe<Array<ContentPlatformTemplate>>;
|
|
8145
8147
|
targetAudience?: Maybe<Array<ContentPlatformTaxonomyUserRoleNew>>;
|
|
8146
8148
|
targetOrganizationSize?: Maybe<Array<ContentPlatformTaxonomyCompanySize>>;
|
|
8149
|
+
templateBenefits?: Maybe<Array<ContentPlatformTemplateBenefitContainer>>;
|
|
8147
8150
|
templateIcon?: Maybe<ContentPlatformTemplateImageAsset>;
|
|
8148
8151
|
templateId: Scalars['String']['output'];
|
|
8152
|
+
templateOverview?: Maybe<Array<ContentPlatformTemplateOverview>>;
|
|
8149
8153
|
templatePreview?: Maybe<Array<ContentPlatformTemplateImageAsset>>;
|
|
8154
|
+
templateProductRationale?: Maybe<Array<ContentPlatformTemplateProductRationale>>;
|
|
8150
8155
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8151
8156
|
urlSlug?: Maybe<Scalars['String']['output']>;
|
|
8152
8157
|
};
|
|
8158
|
+
export declare type ContentPlatformTemplateBenefit = {
|
|
8159
|
+
__typename?: 'ContentPlatformTemplateBenefit';
|
|
8160
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8161
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8162
|
+
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
8163
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8164
|
+
};
|
|
8165
|
+
export declare type ContentPlatformTemplateBenefitContainer = {
|
|
8166
|
+
__typename?: 'ContentPlatformTemplateBenefitContainer';
|
|
8167
|
+
benefitsTitle?: Maybe<Scalars['String']['output']>;
|
|
8168
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8169
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8170
|
+
templateBenefitContainer?: Maybe<Array<ContentPlatformTemplateBenefit>>;
|
|
8171
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8172
|
+
};
|
|
8153
8173
|
export declare type ContentPlatformTemplateCollection = {
|
|
8154
8174
|
__typename?: 'ContentPlatformTemplateCollection';
|
|
8155
8175
|
aboutThisCollection?: Maybe<Scalars['String']['output']>;
|
|
@@ -8217,6 +8237,22 @@ export declare type ContentPlatformTemplateImageAsset = {
|
|
|
8217
8237
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8218
8238
|
url: Scalars['String']['output'];
|
|
8219
8239
|
};
|
|
8240
|
+
export declare type ContentPlatformTemplateOverview = {
|
|
8241
|
+
__typename?: 'ContentPlatformTemplateOverview';
|
|
8242
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8243
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8244
|
+
overviewDescription?: Maybe<Scalars['String']['output']>;
|
|
8245
|
+
overviewTitle?: Maybe<Scalars['String']['output']>;
|
|
8246
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8247
|
+
};
|
|
8248
|
+
export declare type ContentPlatformTemplateProductRationale = {
|
|
8249
|
+
__typename?: 'ContentPlatformTemplateProductRationale';
|
|
8250
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
8251
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
8252
|
+
rationaleTitle?: Maybe<Scalars['String']['output']>;
|
|
8253
|
+
templateProductRationaleDescription?: Maybe<Scalars['String']['output']>;
|
|
8254
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
8255
|
+
};
|
|
8220
8256
|
export declare type ContentPlatformTemplateResultEdge = {
|
|
8221
8257
|
__typename?: 'ContentPlatformTemplateResultEdge';
|
|
8222
8258
|
cursor: Scalars['String']['output'];
|
|
@@ -27575,6 +27611,7 @@ export declare type HelpCenterTranslationInput = {
|
|
|
27575
27611
|
export declare enum HelpCenterType {
|
|
27576
27612
|
Advanced = "ADVANCED",
|
|
27577
27613
|
Basic = "BASIC",
|
|
27614
|
+
CustomerService = "CUSTOMER_SERVICE",
|
|
27578
27615
|
Unified = "UNIFIED"
|
|
27579
27616
|
}
|
|
27580
27617
|
export declare type HelpCenterUpdateInput = {
|
|
@@ -37181,6 +37218,7 @@ export declare type JiraProjectListViewTemplateItem = {
|
|
|
37181
37218
|
productKey?: Maybe<Scalars['String']['output']>;
|
|
37182
37219
|
recommendationSessionId?: Maybe<Scalars['String']['output']>;
|
|
37183
37220
|
shortDescription?: Maybe<Scalars['String']['output']>;
|
|
37221
|
+
templateType?: Maybe<Scalars['String']['output']>;
|
|
37184
37222
|
title?: Maybe<Scalars['String']['output']>;
|
|
37185
37223
|
};
|
|
37186
37224
|
export declare type JiraProjectNavigationMetadata = JiraServiceManagementProjectNavigationMetadata | JiraSoftwareProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
@@ -50827,6 +50865,7 @@ export declare type SearchResultSlackMessage = SearchResult & {
|
|
|
50827
50865
|
description: Scalars['String']['output'];
|
|
50828
50866
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
50829
50867
|
id: Scalars['ID']['output'];
|
|
50868
|
+
initialContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
50830
50869
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
50831
50870
|
mentions?: Maybe<Array<ThirdPartyUser>>;
|
|
50832
50871
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
@@ -51948,6 +51987,7 @@ export declare type ShepherdResourceActivity = {
|
|
|
51948
51987
|
id: Scalars['String']['output'];
|
|
51949
51988
|
message?: Maybe<Scalars['JSON']['output']>;
|
|
51950
51989
|
resourceAri: Scalars['String']['output'];
|
|
51990
|
+
resourceTitle?: Maybe<Scalars['String']['output']>;
|
|
51951
51991
|
resourceUrl?: Maybe<Scalars['String']['output']>;
|
|
51952
51992
|
time: Scalars['DateTime']['output'];
|
|
51953
51993
|
};
|