@shushed/helpers 0.0.199 → 0.0.200-bug-erp-727-20251126135653
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/dist/index.d.ts +17 -17
- package/dist/index.js +71 -51
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5910,7 +5910,7 @@ declare const schema$e: {
|
|
|
5910
5910
|
};
|
|
5911
5911
|
readonly unit_price_status: {
|
|
5912
5912
|
readonly type: "string";
|
|
5913
|
-
readonly enum: readonly ["
|
|
5913
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
5914
5914
|
};
|
|
5915
5915
|
readonly returned_quantity: {
|
|
5916
5916
|
readonly type: readonly ["integer"];
|
|
@@ -9348,7 +9348,7 @@ declare const schema$d: {
|
|
|
9348
9348
|
};
|
|
9349
9349
|
readonly unit_price_status: {
|
|
9350
9350
|
readonly type: "string";
|
|
9351
|
-
readonly enum: readonly ["
|
|
9351
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
9352
9352
|
};
|
|
9353
9353
|
readonly returned_quantity: {
|
|
9354
9354
|
readonly type: readonly ["integer"];
|
|
@@ -12786,7 +12786,7 @@ declare const schema$c: {
|
|
|
12786
12786
|
};
|
|
12787
12787
|
readonly unit_price_status: {
|
|
12788
12788
|
readonly type: "string";
|
|
12789
|
-
readonly enum: readonly ["
|
|
12789
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
12790
12790
|
};
|
|
12791
12791
|
readonly returned_quantity: {
|
|
12792
12792
|
readonly type: readonly ["integer"];
|
|
@@ -16218,7 +16218,7 @@ declare const schema$b: {
|
|
|
16218
16218
|
};
|
|
16219
16219
|
readonly unit_price_status: {
|
|
16220
16220
|
readonly type: "string";
|
|
16221
|
-
readonly enum: readonly ["
|
|
16221
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
16222
16222
|
};
|
|
16223
16223
|
readonly returned_quantity: {
|
|
16224
16224
|
readonly type: readonly ["integer"];
|
|
@@ -19656,7 +19656,7 @@ declare const schema$a: {
|
|
|
19656
19656
|
};
|
|
19657
19657
|
readonly unit_price_status: {
|
|
19658
19658
|
readonly type: "string";
|
|
19659
|
-
readonly enum: readonly ["
|
|
19659
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
19660
19660
|
};
|
|
19661
19661
|
readonly returned_quantity: {
|
|
19662
19662
|
readonly type: readonly ["integer"];
|
|
@@ -23092,7 +23092,7 @@ declare const schema$9: {
|
|
|
23092
23092
|
};
|
|
23093
23093
|
readonly unit_price_status: {
|
|
23094
23094
|
readonly type: "string";
|
|
23095
|
-
readonly enum: readonly ["
|
|
23095
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
23096
23096
|
};
|
|
23097
23097
|
readonly returned_quantity: {
|
|
23098
23098
|
readonly type: readonly ["integer"];
|
|
@@ -24399,7 +24399,7 @@ declare const schema$6: {
|
|
|
24399
24399
|
};
|
|
24400
24400
|
readonly unit_price_status: {
|
|
24401
24401
|
readonly type: "string";
|
|
24402
|
-
readonly enum: readonly ["
|
|
24402
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
24403
24403
|
};
|
|
24404
24404
|
readonly returned_quantity: {
|
|
24405
24405
|
readonly type: readonly ["integer"];
|
|
@@ -29498,7 +29498,7 @@ declare const MainModuleObj: {
|
|
|
29498
29498
|
};
|
|
29499
29499
|
readonly unit_price_status: {
|
|
29500
29500
|
readonly type: "string";
|
|
29501
|
-
readonly enum: readonly ["
|
|
29501
|
+
readonly enum: readonly ["rrp", "perm", "pos"];
|
|
29502
29502
|
};
|
|
29503
29503
|
readonly returned_quantity: {
|
|
29504
29504
|
readonly type: readonly ["integer"];
|
|
@@ -30973,7 +30973,7 @@ type Item$6 = (Total$f & {
|
|
|
30973
30973
|
size_name?: string;
|
|
30974
30974
|
preorder_date?: (string | null);
|
|
30975
30975
|
quantity: number;
|
|
30976
|
-
unit_price_status: ("
|
|
30976
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
30977
30977
|
returned_quantity?: number;
|
|
30978
30978
|
unit_price_net: Money1$7;
|
|
30979
30979
|
unit_price_gross: Money2$7;
|
|
@@ -31273,7 +31273,7 @@ type Item$5 = (Total$e & {
|
|
|
31273
31273
|
size_name?: string;
|
|
31274
31274
|
preorder_date?: (string | null);
|
|
31275
31275
|
quantity: number;
|
|
31276
|
-
unit_price_status: ("
|
|
31276
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
31277
31277
|
returned_quantity?: number;
|
|
31278
31278
|
unit_price_net: Money1$6;
|
|
31279
31279
|
unit_price_gross: Money2$6;
|
|
@@ -31573,7 +31573,7 @@ type Item$4 = (Total$d & {
|
|
|
31573
31573
|
size_name?: string;
|
|
31574
31574
|
preorder_date?: (string | null);
|
|
31575
31575
|
quantity: number;
|
|
31576
|
-
unit_price_status: ("
|
|
31576
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
31577
31577
|
returned_quantity?: number;
|
|
31578
31578
|
unit_price_net: Money1$5;
|
|
31579
31579
|
unit_price_gross: Money2$5;
|
|
@@ -31873,7 +31873,7 @@ type Item$3 = (Total$c & {
|
|
|
31873
31873
|
size_name?: string;
|
|
31874
31874
|
preorder_date?: (string | null);
|
|
31875
31875
|
quantity: number;
|
|
31876
|
-
unit_price_status: ("
|
|
31876
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
31877
31877
|
returned_quantity?: number;
|
|
31878
31878
|
unit_price_net: Money1$4;
|
|
31879
31879
|
unit_price_gross: Money2$4;
|
|
@@ -32174,7 +32174,7 @@ type Item$2 = (Total$b & {
|
|
|
32174
32174
|
size_name?: string;
|
|
32175
32175
|
preorder_date?: (string | null);
|
|
32176
32176
|
quantity: number;
|
|
32177
|
-
unit_price_status: ("
|
|
32177
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
32178
32178
|
returned_quantity?: number;
|
|
32179
32179
|
unit_price_net: Money1$3;
|
|
32180
32180
|
unit_price_gross: Money2$3;
|
|
@@ -32475,7 +32475,7 @@ type Item$1 = (Total$a & {
|
|
|
32475
32475
|
size_name?: string;
|
|
32476
32476
|
preorder_date?: (string | null);
|
|
32477
32477
|
quantity: number;
|
|
32478
|
-
unit_price_status: ("
|
|
32478
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
32479
32479
|
returned_quantity?: number;
|
|
32480
32480
|
unit_price_net: Money1$2;
|
|
32481
32481
|
unit_price_gross: Money2$2;
|
|
@@ -32842,7 +32842,7 @@ type __MainSchema$b = (Total$9 & {
|
|
|
32842
32842
|
size_name?: string;
|
|
32843
32843
|
preorder_date?: (string | null);
|
|
32844
32844
|
quantity: number;
|
|
32845
|
-
unit_price_status: ("
|
|
32845
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
32846
32846
|
returned_quantity?: number;
|
|
32847
32847
|
unit_price_net: Money$3;
|
|
32848
32848
|
unit_price_gross: Money1$1;
|
|
@@ -33535,7 +33535,7 @@ type Item = (Total$1 & {
|
|
|
33535
33535
|
size_name?: string;
|
|
33536
33536
|
preorder_date?: (string | null);
|
|
33537
33537
|
quantity: number;
|
|
33538
|
-
unit_price_status: ("
|
|
33538
|
+
unit_price_status: ("rrp" | "perm" | "pos");
|
|
33539
33539
|
returned_quantity?: number;
|
|
33540
33540
|
unit_price_net: Money1;
|
|
33541
33541
|
unit_price_gross: Money2;
|
|
@@ -34463,7 +34463,7 @@ type OrderItem = Total & {
|
|
|
34463
34463
|
size_name?: string | null;
|
|
34464
34464
|
preorder_date?: string | null;
|
|
34465
34465
|
quantity: number;
|
|
34466
|
-
unit_price_status: "
|
|
34466
|
+
unit_price_status: "rrp" | "perm" | "pos";
|
|
34467
34467
|
returned_quantity?: number;
|
|
34468
34468
|
unit_price_net: Money;
|
|
34469
34469
|
unit_price_gross: Money;
|