@orderingstack/ordering-types 1.7.3 → 1.8.0

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.
@@ -166,7 +166,9 @@ export declare enum EOrderType {
166
166
  BOLT_TAKE_AWAY = "BOLT_TAKE_AWAY",
167
167
  WOLT_DELIVERY = "WOLT_DELIVERY",
168
168
  WOLT_TAKE_AWAY = "WOLT_TAKE_AWAY",
169
- WOLT_DINE_IN = "WOLT_DINE_IN"
169
+ WOLT_DINE_IN = "WOLT_DINE_IN",
170
+ TAZZ_DELIVERY = "TAZZ_DELIVERY",
171
+ TAZZ_TAKE_AWAY = "TAZZ_TAKE_AWAY"
170
172
  }
171
173
  export interface IOrderDeliveryAddress {
172
174
  street: string;
package/dist/cjs/index.js CHANGED
@@ -57,6 +57,8 @@ var EOrderType;
57
57
  EOrderType["WOLT_DELIVERY"] = "WOLT_DELIVERY";
58
58
  EOrderType["WOLT_TAKE_AWAY"] = "WOLT_TAKE_AWAY";
59
59
  EOrderType["WOLT_DINE_IN"] = "WOLT_DINE_IN";
60
+ EOrderType["TAZZ_DELIVERY"] = "TAZZ_DELIVERY";
61
+ EOrderType["TAZZ_TAKE_AWAY"] = "TAZZ_TAKE_AWAY";
60
62
  })(EOrderType = exports.EOrderType || (exports.EOrderType = {}));
61
63
  var EOrderStatus;
62
64
  (function (EOrderStatus) {
@@ -166,7 +166,9 @@ export declare enum EOrderType {
166
166
  BOLT_TAKE_AWAY = "BOLT_TAKE_AWAY",
167
167
  WOLT_DELIVERY = "WOLT_DELIVERY",
168
168
  WOLT_TAKE_AWAY = "WOLT_TAKE_AWAY",
169
- WOLT_DINE_IN = "WOLT_DINE_IN"
169
+ WOLT_DINE_IN = "WOLT_DINE_IN",
170
+ TAZZ_DELIVERY = "TAZZ_DELIVERY",
171
+ TAZZ_TAKE_AWAY = "TAZZ_TAKE_AWAY"
170
172
  }
171
173
  export interface IOrderDeliveryAddress {
172
174
  street: string;
package/dist/esm/index.js CHANGED
@@ -40,6 +40,8 @@ export var EOrderType;
40
40
  EOrderType["WOLT_DELIVERY"] = "WOLT_DELIVERY";
41
41
  EOrderType["WOLT_TAKE_AWAY"] = "WOLT_TAKE_AWAY";
42
42
  EOrderType["WOLT_DINE_IN"] = "WOLT_DINE_IN";
43
+ EOrderType["TAZZ_DELIVERY"] = "TAZZ_DELIVERY";
44
+ EOrderType["TAZZ_TAKE_AWAY"] = "TAZZ_TAKE_AWAY";
43
45
  })(EOrderType || (EOrderType = {}));
44
46
  export var EOrderStatus;
45
47
  (function (EOrderStatus) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.7.3",
3
+ "version": "1.8.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",