@stigg/api-client-js 0.538.0 → 0.540.2
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/package.json +1 -1
- package/src/generated/sdk.d.ts +2 -2
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -2842,8 +2842,8 @@ export declare type TiersModeFilterComparison = {
|
|
|
2842
2842
|
};
|
|
2843
2843
|
export declare type TransferSubscriptionInput = {
|
|
2844
2844
|
customerId: Scalars['String'];
|
|
2845
|
-
|
|
2846
|
-
|
|
2845
|
+
destinationResourceId: Scalars['String'];
|
|
2846
|
+
sourceResourceId: Scalars['String'];
|
|
2847
2847
|
};
|
|
2848
2848
|
/** day or month. */
|
|
2849
2849
|
export declare enum TrialPeriodUnits {
|