@forge/cli-shared 6.2.1-next.5 → 6.2.1-next.6

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
+ ## 6.2.1-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0e1b960]
8
+ - @forge/manifest@8.0.0-next.5
9
+
3
10
  ## 6.2.1-next.5
4
11
 
5
12
  ### Patch Changes
@@ -14535,6 +14535,7 @@ export declare type ContentPlatformContentQueryInput = {
14535
14535
  first?: InputMaybe<Scalars['Int']['input']>;
14536
14536
  sortBy?: InputMaybe<ContentPlatformSortClause>;
14537
14537
  where?: InputMaybe<ContentPlatformContentClause>;
14538
+ withFallback?: InputMaybe<Scalars['String']['input']>;
14538
14539
  withLocales?: InputMaybe<Array<Scalars['String']['input']>>;
14539
14540
  withProductFeatureFlags?: InputMaybe<Scalars['JSON']['input']>;
14540
14541
  };
@@ -14918,6 +14919,7 @@ export declare type ContentPlatformIpmMultiStep = {
14918
14919
  secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
14919
14920
  steps: Array<ContentPlatformIpmSingleStep>;
14920
14921
  title: Scalars['String']['output'];
14922
+ trigger?: Maybe<ContentPlatformIpmTrigger>;
14921
14923
  updatedAt?: Maybe<Scalars['String']['output']>;
14922
14924
  variant: Scalars['String']['output'];
14923
14925
  };
@@ -14951,6 +14953,14 @@ export declare type ContentPlatformIpmSingleStep = {
14951
14953
  title: Scalars['String']['output'];
14952
14954
  updatedAt?: Maybe<Scalars['String']['output']>;
14953
14955
  };
14956
+ export declare type ContentPlatformIpmTrigger = {
14957
+ __typename?: 'ContentPlatformIpmTrigger';
14958
+ createdAt?: Maybe<Scalars['String']['output']>;
14959
+ id: Scalars['String']['output'];
14960
+ triggeringElementId: Scalars['String']['output'];
14961
+ triggeringEvent?: Maybe<Scalars['String']['output']>;
14962
+ updatedAt?: Maybe<Scalars['String']['output']>;
14963
+ };
14954
14964
  export declare type ContentPlatformMarketplaceApp = {
14955
14965
  __typename?: 'ContentPlatformMarketplaceApp';
14956
14966
  createdAt?: Maybe<Scalars['String']['output']>;
@@ -63853,6 +63863,7 @@ export declare type QueryContentFacetArgs = {
63853
63863
  first?: Scalars['Int']['input'];
63854
63864
  forContentType: Scalars['String']['input'];
63855
63865
  forFields: Array<Scalars['String']['input']>;
63866
+ withFallback?: Scalars['String']['input'];
63856
63867
  withLocales?: Array<Scalars['String']['input']>;
63857
63868
  };
63858
63869
  export declare type QueryCustomerServiceArgs = {