repzo 1.0.250 → 1.0.251

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,6 +3918,7 @@ export declare namespace Service {
3918
3918
  };
3919
3919
  limit_type: "count" | "price_amount";
3920
3920
  limit_value: number;
3921
+ exclude_additional_items_taxable_subtotal?: boolean;
3921
3922
  variants?: StringId[];
3922
3923
  }
3923
3924
  export interface ItemFilter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.250",
3
+ "version": "1.0.251",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -4462,6 +4462,7 @@ export namespace Service {
4462
4462
  reject_if_pass: { type: Boolean; default: false };
4463
4463
  limit_type: "count" | "price_amount";
4464
4464
  limit_value: number;
4465
+ exclude_additional_items_taxable_subtotal?: boolean;
4465
4466
  variants?: StringId[];
4466
4467
  }
4467
4468
  export interface ItemFilter {