@stigg/api-client-js 0.743.0 → 0.749.4

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": "0.743.0",
3
+ "version": "0.749.4",
4
4
  "license": "STIGG SDK LICENSE",
5
5
  "type": "commonjs",
6
6
  "dependencies": {
@@ -2165,7 +2165,7 @@ export declare enum PriceSortFields {
2165
2165
  }
2166
2166
  export declare type PriceTierInput = {
2167
2167
  unitPrice: MoneyInputDto;
2168
- upTo: Scalars['Float'];
2168
+ upTo?: InputMaybe<Scalars['Float']>;
2169
2169
  };
2170
2170
  export declare type PricingModelCreateInput = {
2171
2171
  billingModel: BillingModel;
@@ -3459,7 +3459,7 @@ export declare type CouponFragment = {
3459
3459
  };
3460
3460
  export declare type PriceTierFragment = {
3461
3461
  __typename?: 'PriceTier';
3462
- upTo: number;
3462
+ upTo?: number | null;
3463
3463
  unitPrice: {
3464
3464
  __typename?: 'Money';
3465
3465
  amount: number;