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 +1 -1
- package/lib/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/types/index.ts +2 -0
package/changelog.md
CHANGED
package/lib/types/index.d.ts
CHANGED
|
@@ -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
package/src/types/index.ts
CHANGED
|
@@ -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;
|