@forge/cli-shared 5.1.1-next.2 → 5.1.1-next.3

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.1.1-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8c3a153]
8
+ - @forge/manifest@7.5.0-next.3
9
+
3
10
  ## 5.1.1-next.2
4
11
 
5
12
  ### 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 = {
@@ -50827,6 +50864,7 @@ export declare type SearchResultSlackMessage = SearchResult & {
50827
50864
  description: Scalars['String']['output'];
50828
50865
  iconUrl?: Maybe<Scalars['URL']['output']>;
50829
50866
  id: Scalars['ID']['output'];
50867
+ initialContributors?: Maybe<Array<ThirdPartyUser>>;
50830
50868
  lastModifiedDate?: Maybe<Scalars['String']['output']>;
50831
50869
  mentions?: Maybe<Array<ThirdPartyUser>>;
50832
50870
  scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
@@ -51948,6 +51986,7 @@ export declare type ShepherdResourceActivity = {
51948
51986
  id: Scalars['String']['output'];
51949
51987
  message?: Maybe<Scalars['JSON']['output']>;
51950
51988
  resourceAri: Scalars['String']['output'];
51989
+ resourceTitle?: Maybe<Scalars['String']['output']>;
51951
51990
  resourceUrl?: Maybe<Scalars['String']['output']>;
51952
51991
  time: Scalars['DateTime']['output'];
51953
51992
  };