repzo 1.0.269 → 1.0.270

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.
@@ -12183,6 +12183,7 @@ export declare namespace Service {
12183
12183
  address_1?: string;
12184
12184
  address_2?: string;
12185
12185
  prevent_negative_convert_to_invoice_stock?: boolean;
12186
+ prevent_negative_mobile_transfer_stock: boolean;
12186
12187
  empty_proforma_cart_at_visit_start_by_same_creator?: boolean;
12187
12188
  empty_proforma_cart_at_visit_start_by_any_creator?: boolean;
12188
12189
  empty_fullinvoice_cart_at_visit_start_by_same_creator?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.269",
3
+ "version": "1.0.270",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -13059,6 +13059,7 @@ export namespace Service {
13059
13059
  address_1?: string;
13060
13060
  address_2?: string;
13061
13061
  prevent_negative_convert_to_invoice_stock?: boolean;
13062
+ prevent_negative_mobile_transfer_stock: boolean;
13062
13063
  empty_proforma_cart_at_visit_start_by_same_creator?: boolean;
13063
13064
  empty_proforma_cart_at_visit_start_by_any_creator?: boolean;
13064
13065
  empty_fullinvoice_cart_at_visit_start_by_same_creator?: boolean;