npm package diff
Package: @forge/cli-shared
Versions: 6.0.2-next.2 - 6.1.0-next.3
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
@@ -801,8 +801,9 @@
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
interval?: InputMaybe<IntervalFilter>;
last?: InputMaybe<Scalars['Int']['input']>;
+ versionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
};
export declare type AppEnvironmentInput = {
appId: Scalars['ID']['input'];
key: Scalars['String']['input'];