repzo 1.0.260 → 1.0.261

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.
@@ -3917,10 +3917,7 @@ export declare namespace Service {
3917
3917
  filter_type: "product" | "category" | "sub_category" | "product_group" | "brand" | "variant" | "cart_total" | "items_count" | "client" | "tag" | "channel" | "distinct_variants_count" | "distinct_products_count" | "promotion" | "cart_type" | "invoice_payment_type" | "creator_id";
3918
3918
  value: string[];
3919
3919
  operator: "lte" | "lt" | "gte" | "gt" | "eq";
3920
- reject_if_pass: {
3921
- type: Boolean;
3922
- default: false;
3923
- };
3920
+ reject_if_pass: boolean;
3924
3921
  limit_type: "count" | "price_amount";
3925
3922
  limit_value: number;
3926
3923
  exclude_additional_items_taxable_subtotal?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.260",
3
+ "version": "1.0.261",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -4467,7 +4467,7 @@ export namespace Service {
4467
4467
  | "creator_id";
4468
4468
  value: string[];
4469
4469
  operator: "lte" | "lt" | "gte" | "gt" | "eq";
4470
- reject_if_pass: { type: Boolean; default: false };
4470
+ reject_if_pass: boolean;
4471
4471
  limit_type: "count" | "price_amount";
4472
4472
  limit_value: number;
4473
4473
  exclude_additional_items_taxable_subtotal?: boolean;