@forge/cli-shared 4.2.0 → 4.2.1-next.0

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
+ ## 4.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [77d16a9]
8
+ - @forge/manifest@7.2.3-next.0
9
+
3
10
  ## 4.2.0
4
11
 
5
12
  ### Minor Changes
@@ -41716,7 +41716,7 @@ export declare type MarketplaceStoreLoggedInUser = {
41716
41716
  email: Scalars['String']['output'];
41717
41717
  id: Scalars['ID']['output'];
41718
41718
  lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
41719
- links?: Maybe<MarketplaceStoreLoggedInUserLinks>;
41719
+ links: MarketplaceStoreLoggedInUserLinks;
41720
41720
  name: Scalars['String']['output'];
41721
41721
  picture: Scalars['String']['output'];
41722
41722
  };
@@ -41737,9 +41737,14 @@ export declare type MarketplaceStoreLoggedInUserLinks = {
41737
41737
  createAddon: Scalars['String']['output'];
41738
41738
  logout: Scalars['String']['output'];
41739
41739
  manageAccount: Scalars['String']['output'];
41740
+ manageDeveloperSpace?: Maybe<Scalars['String']['output']>;
41740
41741
  profile: Scalars['String']['output'];
41741
41742
  switchAccount: Scalars['String']['output'];
41742
41743
  };
41744
+ export declare type MarketplaceStoreLoggedInUserLinksManageDeveloperSpaceArgs = {
41745
+ developerId?: InputMaybe<Scalars['ID']['input']>;
41746
+ vendorId: Scalars['ID']['input'];
41747
+ };
41743
41748
  export declare type MarketplaceStoreMutationApi = {
41744
41749
  __typename?: 'MarketplaceStoreMutationApi';
41745
41750
  installApp: MarketplaceStoreInstallAppResponse;