repzo 1.0.284 → 1.0.285

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/changelog.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release Notes
2
2
 
3
- ## [unreleased]()
3
+ ## [unreleased](<>)
4
4
 
5
5
  ### Added
6
6
 
@@ -11015,6 +11015,7 @@ export declare namespace Service {
11015
11015
  _id: StringId;
11016
11016
  type: "invoice" | "proforma";
11017
11017
  processable?: boolean;
11018
+ product_source_msl?: "all_products" | "client" | "rep";
11018
11019
  failure_reasons: string[];
11019
11020
  external_serial_number?: string;
11020
11021
  qr_code_tlv?: string;
@@ -11224,6 +11225,7 @@ export declare namespace Service {
11224
11225
  processable?: boolean;
11225
11226
  failure_reasons: string[];
11226
11227
  external_serial_number?: string;
11228
+ product_source_msl?: "all_products" | "client" | "rep";
11227
11229
  skip_promos?: boolean;
11228
11230
  skipped_promotions: {
11229
11231
  _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.284",
3
+ "version": "1.0.285",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -11636,6 +11636,7 @@ export namespace Service {
11636
11636
  _id: StringId;
11637
11637
  type: "invoice" | "proforma";
11638
11638
  processable?: boolean;
11639
+ product_source_msl?: "all_products" | "client" | "rep";
11639
11640
  failure_reasons: string[];
11640
11641
  external_serial_number?: string;
11641
11642
  qr_code_tlv?: string;
@@ -11819,6 +11820,7 @@ export namespace Service {
11819
11820
  processable?: boolean;
11820
11821
  failure_reasons: string[];
11821
11822
  external_serial_number?: string;
11823
+ product_source_msl?: "all_products" | "client" | "rep";
11822
11824
  skip_promos?: boolean;
11823
11825
  skipped_promotions: { _id: string; name: string; ref: string }[];
11824
11826
  client_id: StringId;