npm package diff
Package: @forge/cli-shared
Versions: 6.2.1-next.5 - 6.2.1-next.6
File: package/out/graphql/graphql-types.d.ts
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -14534,8 +14534,9 @@
after?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
sortBy?: InputMaybe<ContentPlatformSortClause>;
where?: InputMaybe<ContentPlatformContentClause>;
+ withFallback?: InputMaybe<Scalars['String']['input']>;
withLocales?: InputMaybe<Array<Scalars['String']['input']>>;
withProductFeatureFlags?: InputMaybe<Scalars['JSON']['input']>;
};
export declare type ContentPlatformContextApp = {
@@ -14917,8 +14918,9 @@
primaryButton: ContentPlatformIpmComponentNextButton;
secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
steps: Array<ContentPlatformIpmSingleStep>;
title: Scalars['String']['output'];
+ trigger?: Maybe<ContentPlatformIpmTrigger>;
updatedAt?: Maybe<Scalars['String']['output']>;
variant: Scalars['String']['output'];
};
export declare type ContentPlatformIpmMultiStepResultEdge = {
@@ -14950,8 +14952,16 @@
secondaryButton?: Maybe<ContentPlatformIpmComponentBackButton>;
title: Scalars['String']['output'];
updatedAt?: Maybe<Scalars['String']['output']>;
};
+export declare type ContentPlatformIpmTrigger = {
+ __typename?: 'ContentPlatformIpmTrigger';
+ createdAt?: Maybe<Scalars['String']['output']>;
+ id: Scalars['String']['output'];
+ triggeringElementId: Scalars['String']['output'];
+ triggeringEvent?: Maybe<Scalars['String']['output']>;
+ updatedAt?: Maybe<Scalars['String']['output']>;
+};
export declare type ContentPlatformMarketplaceApp = {
__typename?: 'ContentPlatformMarketplaceApp';
createdAt?: Maybe<Scalars['String']['output']>;
icon?: Maybe<ContentPlatformTemplateImageAsset>;
@@ -63852,8 +63862,9 @@
after?: InputMaybe<Scalars['String']['input']>;
first?: Scalars['Int']['input'];
forContentType: Scalars['String']['input'];
forFields: Array<Scalars['String']['input']>;
+ withFallback?: Scalars['String']['input'];
withLocales?: Array<Scalars['String']['input']>;
};
export declare type QueryCustomerServiceArgs = {
cloudId: Scalars['ID']['input'];