@stigg/api-client-js 1.122.0 → 1.122.1

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.122.0",
3
+ "version": "1.122.1",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -171,8 +171,8 @@ export declare type ApplySubscriptionInput = {
171
171
  billingId?: InputMaybe<Scalars['String']>;
172
172
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
173
173
  billingPeriod?: InputMaybe<BillingPeriod>;
174
- /** Budget cap configuration */
175
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
174
+ /** Budget configuration */
175
+ budget?: InputMaybe<BudgetConfigurationInput>;
176
176
  customerId: Scalars['String'];
177
177
  paymentMethodId?: InputMaybe<Scalars['String']>;
178
178
  planId: Scalars['String'];
@@ -313,9 +313,9 @@ export declare type BooleanFieldComparison = {
313
313
  is?: InputMaybe<Scalars['Boolean']>;
314
314
  isNot?: InputMaybe<Scalars['Boolean']>;
315
315
  };
316
- /** Budget cap configuration input */
317
- export declare type BudgetCapConfigurationInput = {
318
- /** Indicates the behavior of the budget cap when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false. */
316
+ /** Budget configuration input */
317
+ export declare type BudgetConfigurationInput = {
318
+ /** Indicates the behavior of the budget when the limit is exceeded. If true, the limit is a soft limit, if false, the limit is a hard limit. Default is false. */
319
319
  hasSoftLimit: Scalars['Boolean'];
320
320
  /** The maximum spending limit */
321
321
  limit: Scalars['Float'];
@@ -2635,8 +2635,8 @@ export declare type ProvisionCustomerSubscriptionInput = {
2635
2635
  billingId?: InputMaybe<Scalars['String']>;
2636
2636
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
2637
2637
  billingPeriod?: InputMaybe<BillingPeriod>;
2638
- /** Budget cap configuration */
2639
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
2638
+ /** Budget configuration */
2639
+ budget?: InputMaybe<BudgetConfigurationInput>;
2640
2640
  planId: Scalars['String'];
2641
2641
  /** Override the price of the subscription */
2642
2642
  priceOverrides?: InputMaybe<Array<PriceOverrideInput>>;
@@ -2664,8 +2664,8 @@ export declare type ProvisionSubscription = {
2664
2664
  billingId?: InputMaybe<Scalars['String']>;
2665
2665
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
2666
2666
  billingPeriod?: InputMaybe<BillingPeriod>;
2667
- /** Budget cap configuration */
2668
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
2667
+ /** Budget configuration */
2668
+ budget?: InputMaybe<BudgetConfigurationInput>;
2669
2669
  checkoutOptions?: InputMaybe<CheckoutOptions>;
2670
2670
  customerId: Scalars['String'];
2671
2671
  planId: Scalars['String'];
@@ -2693,8 +2693,8 @@ export declare type ProvisionSubscriptionInput = {
2693
2693
  billingId?: InputMaybe<Scalars['String']>;
2694
2694
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
2695
2695
  billingPeriod?: InputMaybe<BillingPeriod>;
2696
- /** Budget cap configuration */
2697
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
2696
+ /** Budget configuration */
2697
+ budget?: InputMaybe<BudgetConfigurationInput>;
2698
2698
  checkoutOptions?: InputMaybe<CheckoutOptions>;
2699
2699
  customerId: Scalars['String'];
2700
2700
  planId: Scalars['String'];
@@ -3177,8 +3177,8 @@ export declare type SubscriptionInput = {
3177
3177
  billingId?: InputMaybe<Scalars['String']>;
3178
3178
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
3179
3179
  billingPeriod?: InputMaybe<BillingPeriod>;
3180
- /** Budget cap configuration */
3181
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
3180
+ /** Budget configuration */
3181
+ budget?: InputMaybe<BudgetConfigurationInput>;
3182
3182
  crmId?: InputMaybe<Scalars['String']>;
3183
3183
  customerId: Scalars['String'];
3184
3184
  endDate?: InputMaybe<Scalars['DateTime']>;
@@ -3641,8 +3641,8 @@ export declare type UpdateSubscriptionInput = {
3641
3641
  billableFeatures?: InputMaybe<Array<BillableFeatureInput>>;
3642
3642
  billingInformation?: InputMaybe<SubscriptionBillingInfo>;
3643
3643
  billingPeriod?: InputMaybe<BillingPeriod>;
3644
- /** Budget cap configuration */
3645
- budgetCapConfiguration?: InputMaybe<BudgetCapConfigurationInput>;
3644
+ /** Budget configuration */
3645
+ budget?: InputMaybe<BudgetConfigurationInput>;
3646
3646
  environmentId?: InputMaybe<Scalars['String']>;
3647
3647
  /** Override the price of the subscription */
3648
3648
  priceOverrides?: InputMaybe<Array<PriceOverrideInput>>;