npm package diff
Package: @forge/cli-shared
Versions: 6.1.0-next.4 - 6.1.0-next.5
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
@@ -56087,8 +56087,9 @@
hosting: MarketplaceConsoleHosting;
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
+ storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
};
export declare type MarketplaceConsoleAppSoftwareVersion = {
__typename?: 'MarketplaceConsoleAppSoftwareVersion';
appSoftware?: Maybe<MarketplaceConsoleAppSoftwareShort>;
@@ -56173,8 +56174,9 @@
documentation?: Maybe<Scalars['String']['output']>;
eula?: Maybe<Scalars['String']['output']>;
learnMore?: Maybe<Scalars['String']['output']>;
legacyVendorLinks?: Maybe<MarketplaceConsoleLegacyVendorLinks>;
+ purchase?: Maybe<Scalars['String']['output']>;
};
export declare enum MarketplaceConsoleAppSoftwareVersionState {
Active = "ACTIVE",
Approved = "APPROVED",
@@ -56783,8 +56785,9 @@
__typename?: 'MarketplaceConsoleQueryApi';
appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
+ appSoftwareVersionsByAppId?: Maybe<Array<MarketplaceConsoleAppSoftwareVersion>>;
appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
canMakeServerVersionPublic?: Maybe<MarketplaceConsoleServerVersionPublicChecks>;
currentPartnerContact?: Maybe<MarketplaceConsolePartnerContact>;
@@ -56813,8 +56816,12 @@
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionListingArgs = {
appId: Scalars['ID']['input'];
buildNumber: Scalars['ID']['input'];
};
+export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsByAppIdArgs = {
+ appId: Scalars['ID']['input'];
+ buildNumber: Scalars['ID']['input'];
+};
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
versionsListInput: MarketplaceConsoleGetVersionsListInput;
};
export declare type MarketplaceConsoleQueryApiAppSoftwaresByAppIdArgs = {