repzo 1.0.261 → 1.0.262

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.
@@ -3918,8 +3918,8 @@ export declare namespace Service {
3918
3918
  value: string[];
3919
3919
  operator: "lte" | "lt" | "gte" | "gt" | "eq";
3920
3920
  reject_if_pass: boolean;
3921
- limit_type: "count" | "price_amount";
3922
- limit_value: number;
3921
+ limit_type?: "count" | "price_amount";
3922
+ limit_value?: number;
3923
3923
  exclude_additional_items_taxable_subtotal?: boolean;
3924
3924
  variants?: StringId[];
3925
3925
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.261",
3
+ "version": "1.0.262",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -4468,8 +4468,8 @@ export namespace Service {
4468
4468
  value: string[];
4469
4469
  operator: "lte" | "lt" | "gte" | "gt" | "eq";
4470
4470
  reject_if_pass: boolean;
4471
- limit_type: "count" | "price_amount";
4472
- limit_value: number;
4471
+ limit_type?: "count" | "price_amount";
4472
+ limit_value?: number;
4473
4473
  exclude_additional_items_taxable_subtotal?: boolean;
4474
4474
  variants?: StringId[];
4475
4475
  }