@forge/cli-shared 2.3.1-next.4 → 2.3.1-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
|
@@ -796,6 +796,7 @@ export declare type AppUninstallationInput = {
|
|
|
796
796
|
environmentKey: Scalars['String'];
|
|
797
797
|
async?: Maybe<Scalars['Boolean']>;
|
|
798
798
|
licenseOverride?: Maybe<LicenseOverrideState>;
|
|
799
|
+
sourceBillingType?: Maybe<SourceBillingType>;
|
|
799
800
|
};
|
|
800
801
|
export declare type AppUninstallationResponse = Payload & {
|
|
801
802
|
__typename?: 'AppUninstallationResponse';
|
|
@@ -16072,4 +16073,8 @@ export declare type _DirectiveArgument = {
|
|
|
16072
16073
|
name: Scalars['String'];
|
|
16073
16074
|
value: Scalars['String'];
|
|
16074
16075
|
};
|
|
16076
|
+
export declare enum SourceBillingType {
|
|
16077
|
+
Hams = "HAMS",
|
|
16078
|
+
Ccp = "CCP"
|
|
16079
|
+
}
|
|
16075
16080
|
//# sourceMappingURL=graphql-types.d.ts.map
|