@stigg/api-client-js 1.84.0 → 1.85.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/package.json +1 -1
- package/src/generated/sdk.d.ts +2 -2
package/package.json
CHANGED
package/src/generated/sdk.d.ts
CHANGED
|
@@ -3019,10 +3019,10 @@ export declare enum SubscriptionCancellationAction {
|
|
|
3019
3019
|
RevokeEntitlements = "REVOKE_ENTITLEMENTS"
|
|
3020
3020
|
}
|
|
3021
3021
|
export declare type SubscriptionCancellationInput = {
|
|
3022
|
-
/** If true, disables prorating of credits on subscription cancellation */
|
|
3023
|
-
dontProrate?: InputMaybe<Scalars['Boolean']>;
|
|
3024
3022
|
endDate?: InputMaybe<Scalars['DateTime']>;
|
|
3025
3023
|
environmentId?: InputMaybe<Scalars['String']>;
|
|
3024
|
+
/** If set, enables or disables prorating of credits on subscription cancellation. */
|
|
3025
|
+
prorate?: InputMaybe<Scalars['Boolean']>;
|
|
3026
3026
|
subscriptionCancellationAction?: InputMaybe<SubscriptionCancellationAction>;
|
|
3027
3027
|
subscriptionCancellationTime?: InputMaybe<SubscriptionCancellationTime>;
|
|
3028
3028
|
subscriptionRefId: Scalars['String'];
|