@orderingstack/ordering-types 1.8.0 → 1.8.1
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/cjs/index.d.ts +2 -1
- package/dist/cjs/index.js +2 -0
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +2 -0
- package/package.json +1 -1
package/dist/cjs/index.d.ts
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -39,6 +39,7 @@ var EProductKindBucket;
|
|
|
39
39
|
EProductKindBucket["GROUP"] = "group";
|
|
40
40
|
EProductKindBucket["PRODUCT"] = "product";
|
|
41
41
|
})(EProductKindBucket = exports.EProductKindBucket || (exports.EProductKindBucket = {}));
|
|
42
|
+
// Update EOrderSource upon adding EOrderType
|
|
42
43
|
var EOrderType;
|
|
43
44
|
(function (EOrderType) {
|
|
44
45
|
EOrderType["TAKE_AWAY"] = "TAKE_AWAY";
|
|
@@ -95,6 +96,7 @@ var EOrderSource;
|
|
|
95
96
|
EOrderSource["WOLT"] = "WOLT";
|
|
96
97
|
EOrderSource["UBER"] = "UBER";
|
|
97
98
|
EOrderSource["BOLT"] = "BOLT";
|
|
99
|
+
EOrderSource["TAZZ"] = "TAZZ";
|
|
98
100
|
})(EOrderSource = exports.EOrderSource || (exports.EOrderSource = {}));
|
|
99
101
|
var EOrderLineStatus;
|
|
100
102
|
(function (EOrderLineStatus) {
|
package/dist/esm/index.d.ts
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -22,6 +22,7 @@ export var EProductKindBucket;
|
|
|
22
22
|
EProductKindBucket["GROUP"] = "group";
|
|
23
23
|
EProductKindBucket["PRODUCT"] = "product";
|
|
24
24
|
})(EProductKindBucket || (EProductKindBucket = {}));
|
|
25
|
+
// Update EOrderSource upon adding EOrderType
|
|
25
26
|
export var EOrderType;
|
|
26
27
|
(function (EOrderType) {
|
|
27
28
|
EOrderType["TAKE_AWAY"] = "TAKE_AWAY";
|
|
@@ -78,6 +79,7 @@ export var EOrderSource;
|
|
|
78
79
|
EOrderSource["WOLT"] = "WOLT";
|
|
79
80
|
EOrderSource["UBER"] = "UBER";
|
|
80
81
|
EOrderSource["BOLT"] = "BOLT";
|
|
82
|
+
EOrderSource["TAZZ"] = "TAZZ";
|
|
81
83
|
})(EOrderSource || (EOrderSource = {}));
|
|
82
84
|
export var EOrderLineStatus;
|
|
83
85
|
(function (EOrderLineStatus) {
|