@forge/cli-shared 6.1.0-next.4 → 6.1.0-next.5
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
|
@@ -56088,6 +56088,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
56088
56088
|
isLatestVersionPaidViaAtlassian?: Maybe<Scalars['Boolean']['output']>;
|
|
56089
56089
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
56090
56090
|
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
56091
|
+
storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
|
|
56091
56092
|
};
|
|
56092
56093
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
56093
56094
|
__typename?: 'MarketplaceConsoleAppSoftwareVersion';
|
|
@@ -56174,6 +56175,7 @@ export declare type MarketplaceConsoleAppSoftwareVersionListingLinks = {
|
|
|
56174
56175
|
eula?: Maybe<Scalars['String']['output']>;
|
|
56175
56176
|
learnMore?: Maybe<Scalars['String']['output']>;
|
|
56176
56177
|
legacyVendorLinks?: Maybe<MarketplaceConsoleLegacyVendorLinks>;
|
|
56178
|
+
purchase?: Maybe<Scalars['String']['output']>;
|
|
56177
56179
|
};
|
|
56178
56180
|
export declare enum MarketplaceConsoleAppSoftwareVersionState {
|
|
56179
56181
|
Active = "ACTIVE",
|
|
@@ -56784,6 +56786,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
56784
56786
|
appPrivateListings?: Maybe<MarketplaceConsolePrivateListings>;
|
|
56785
56787
|
appSoftwareVersionByAppId?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
56786
56788
|
appSoftwareVersionListing?: Maybe<MarketplaceConsoleAppSoftwareVersionListing>;
|
|
56789
|
+
appSoftwareVersionsByAppId?: Maybe<Array<MarketplaceConsoleAppSoftwareVersion>>;
|
|
56787
56790
|
appSoftwareVersionsList: MarketplaceConsoleAppVersionsList;
|
|
56788
56791
|
appSoftwaresByAppId?: Maybe<MarketplaceConsoleAppSoftwares>;
|
|
56789
56792
|
canMakeServerVersionPublic?: Maybe<MarketplaceConsoleServerVersionPublicChecks>;
|
|
@@ -56814,6 +56817,10 @@ export declare type MarketplaceConsoleQueryApiAppSoftwareVersionListingArgs = {
|
|
|
56814
56817
|
appId: Scalars['ID']['input'];
|
|
56815
56818
|
buildNumber: Scalars['ID']['input'];
|
|
56816
56819
|
};
|
|
56820
|
+
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsByAppIdArgs = {
|
|
56821
|
+
appId: Scalars['ID']['input'];
|
|
56822
|
+
buildNumber: Scalars['ID']['input'];
|
|
56823
|
+
};
|
|
56817
56824
|
export declare type MarketplaceConsoleQueryApiAppSoftwareVersionsListArgs = {
|
|
56818
56825
|
versionsListInput: MarketplaceConsoleGetVersionsListInput;
|
|
56819
56826
|
};
|