@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.
@@ -388,7 +388,8 @@ export declare enum EOrderSource {
388
388
  PYSZNE = "PYSZNE",
389
389
  WOLT = "WOLT",
390
390
  UBER = "UBER",
391
- BOLT = "BOLT"
391
+ BOLT = "BOLT",
392
+ TAZZ = "TAZZ"
392
393
  }
393
394
  export interface IOrderProduct {
394
395
  id: string;
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) {
@@ -388,7 +388,8 @@ export declare enum EOrderSource {
388
388
  PYSZNE = "PYSZNE",
389
389
  WOLT = "WOLT",
390
390
  UBER = "UBER",
391
- BOLT = "BOLT"
391
+ BOLT = "BOLT",
392
+ TAZZ = "TAZZ"
392
393
  }
393
394
  export interface IOrderProduct {
394
395
  id: string;
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",