@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/api-client-js",
3
- "version": "1.84.0",
3
+ "version": "1.85.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -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'];