@forge/cli-shared 5.3.1-next.0-experimental-204139e → 5.3.1-next.0-experimental-10722bc
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,11 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 5.3.1-next.0-experimental-
|
|
3
|
+
## 5.3.1-next.0-experimental-10722bc
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [
|
|
8
|
-
- @forge/manifest@7.5.2-next.0-experimental-
|
|
7
|
+
- Updated dependencies [01323ff]
|
|
8
|
+
- @forge/manifest@7.5.2-next.0-experimental-10722bc
|
|
9
9
|
|
|
10
10
|
## 5.3.1-next.0
|
|
11
11
|
|
|
@@ -54923,6 +54923,7 @@ export declare type MarketplaceConsoleMutationApi = {
|
|
|
54923
54923
|
__typename?: 'MarketplaceConsoleMutationApi';
|
|
54924
54924
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
54925
54925
|
createAppSoftwareToken?: Maybe<MarketplaceConsoleTokenDetails>;
|
|
54926
|
+
createEcoHelpTicket?: Maybe<Scalars['ID']['output']>;
|
|
54926
54927
|
createPrivateAppSoftwareVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54927
54928
|
deleteAppSoftwareToken?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
54928
54929
|
deleteAppVersion?: Maybe<MarketplaceConsoleMutationVoidResponse>;
|
|
@@ -54936,6 +54937,9 @@ export declare type MarketplaceConsoleMutationApiActivateEditionsArgs = {
|
|
|
54936
54937
|
export declare type MarketplaceConsoleMutationApiCreateAppSoftwareTokenArgs = {
|
|
54937
54938
|
appSoftwareId: Scalars['String']['input'];
|
|
54938
54939
|
};
|
|
54940
|
+
export declare type MarketplaceConsoleMutationApiCreateEcoHelpTicketArgs = {
|
|
54941
|
+
product: MarketplaceConsoleEditionsInput;
|
|
54942
|
+
};
|
|
54939
54943
|
export declare type MarketplaceConsoleMutationApiCreatePrivateAppSoftwareVersionArgs = {
|
|
54940
54944
|
appKey: Scalars['ID']['input'];
|
|
54941
54945
|
version: MarketplaceConsoleAppVersionCreateRequestInput;
|