@forge/cli-shared 5.4.1-next.3 → 5.4.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.4.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c341349]
8
+ - @forge/manifest@7.7.0-next.4
9
+
3
10
  ## 5.4.1-next.3
4
11
 
5
12
  ### Patch Changes
@@ -2558,6 +2558,11 @@ export declare type CcpMapEntry = {
2558
2558
  key?: Maybe<Scalars['String']['output']>;
2559
2559
  value?: Maybe<Scalars['String']['output']>;
2560
2560
  };
2561
+ export declare type CcpMultipleProductUpgradesExperienceCapability = CommerceExperienceCapability & {
2562
+ __typename?: 'CcpMultipleProductUpgradesExperienceCapability';
2563
+ experienceUrl?: Maybe<Scalars['String']['output']>;
2564
+ isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
2565
+ };
2561
2566
  export declare type CcpOffering = CommerceOffering & Node & {
2562
2567
  __typename?: 'CcpOffering';
2563
2568
  allowReactivationOnDifferentOffering?: Maybe<Scalars['Boolean']['output']>;
@@ -2798,6 +2803,7 @@ export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransa
2798
2803
  __typename?: 'CcpTransactionAccountExperienceCapabilities';
2799
2804
  addPaymentMethod?: Maybe<CcpExperienceCapability>;
2800
2805
  addPaymentMethodV2?: Maybe<CcpAddPaymentMethodExperienceCapability>;
2806
+ multipleProductUpgrades?: Maybe<CcpMultipleProductUpgradesExperienceCapability>;
2801
2807
  };
2802
2808
  export declare type CcpTrial = CommerceTrial & {
2803
2809
  __typename?: 'CcpTrial';
@@ -15323,6 +15329,7 @@ export declare type CreateCompassScorecardInput = {
15323
15329
  criterias?: InputMaybe<Array<CreateCompassScorecardCriteriaInput>>;
15324
15330
  description?: InputMaybe<Scalars['String']['input']>;
15325
15331
  importance: CompassScorecardImportance;
15332
+ isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
15326
15333
  name: Scalars['String']['input'];
15327
15334
  ownerId?: InputMaybe<Scalars['ID']['input']>;
15328
15335
  };
@@ -35733,6 +35740,7 @@ export declare type HelpCenter = Node & {
35733
35740
  topics?: Maybe<Array<HelpCenterTopic>>;
35734
35741
  type?: Maybe<HelpCenterType>;
35735
35742
  userLanguageTag?: Maybe<Scalars['String']['output']>;
35743
+ virtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
35736
35744
  };
35737
35745
  export declare type HelpCenterHelpDesksArgs = {
35738
35746
  after?: InputMaybe<Scalars['String']['input']>;
@@ -36276,6 +36284,7 @@ export declare type HelpCenterUpdateInput = {
36276
36284
  helpCenterBranding?: InputMaybe<HelpCenterBrandingInput>;
36277
36285
  name?: InputMaybe<HelpCenterNameInput>;
36278
36286
  slug?: InputMaybe<Scalars['String']['input']>;
36287
+ virtualAgentEnabled?: InputMaybe<Scalars['Boolean']['input']>;
36279
36288
  };
36280
36289
  export declare type HelpCenterUpdatePayload = Payload & {
36281
36290
  __typename?: 'HelpCenterUpdatePayload';
@@ -68622,6 +68631,7 @@ export declare type UpdateCompassScorecardInput = {
68622
68631
  deleteCriteria?: InputMaybe<Array<DeleteCompassScorecardCriteriaInput>>;
68623
68632
  description?: InputMaybe<Scalars['String']['input']>;
68624
68633
  importance?: InputMaybe<CompassScorecardImportance>;
68634
+ isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
68625
68635
  name?: InputMaybe<Scalars['String']['input']>;
68626
68636
  ownerId?: InputMaybe<Scalars['ID']['input']>;
68627
68637
  updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;