@stigg/api-client-js 5.65.0 → 5.66.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": "5.65.0",
3
+ "version": "5.66.0",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -3095,7 +3095,7 @@ export declare type GetAutoRechargeSettingsInput = {
3095
3095
  /** Customer ID (refId) */
3096
3096
  customerId: Scalars['String'];
3097
3097
  /** Environment ID */
3098
- environmentId: Scalars['String'];
3098
+ environmentId?: InputMaybe<Scalars['String']>;
3099
3099
  };
3100
3100
  /** Input for retrieving credit grants */
3101
3101
  export declare type GetCreditGrantsInput = {
@@ -5051,7 +5051,7 @@ export declare type SaveAutoRechargeSettingsInput = {
5051
5051
  /** Customer ID (refId) */
5052
5052
  customerId: Scalars['String'];
5053
5053
  /** Environment ID */
5054
- environmentId: Scalars['String'];
5054
+ environmentId?: InputMaybe<Scalars['String']>;
5055
5055
  /** Expiration period for granted credits */
5056
5056
  grantExpirationPeriod?: InputMaybe<GrantExpirationPeriod>;
5057
5057
  /** Whether auto-recharge is enabled */