@orderingstack/ordering-types 1.21.0 → 1.22.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.
@@ -566,7 +566,7 @@ export interface IFiscalizeData {
566
566
  USN: string;
567
567
  };
568
568
  }
569
- declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
569
+ export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
570
570
  export declare type TMediaSize = (typeof sizes)[number];
571
571
  export declare enum ENotificationType {
572
572
  ORDER_EVENT_ERROR = "OrderEventError",
package/dist/cjs/index.js CHANGED
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ENotificationType = exports.EOrderProductKind = exports.EOrderLineStatus = exports.ERbiOrderExtra = exports.EOrderPaymentType = exports.EOrderStatus = exports.EChannelName = exports.EOrderSource = exports.EOrderType = exports.EOrderUserRole = exports.EProductKindBucket = exports.EProductKind = exports.ECouponViewType = void 0;
17
+ exports.ENotificationType = exports.sizes = exports.EOrderProductKind = exports.EOrderLineStatus = exports.ERbiOrderExtra = exports.EOrderPaymentType = exports.EOrderStatus = exports.EChannelName = exports.EOrderSource = exports.EOrderType = exports.EOrderUserRole = exports.EProductKindBucket = exports.EProductKind = exports.ECouponViewType = void 0;
18
18
  __exportStar(require("./kiosk"), exports);
19
19
  __exportStar(require("./kioskErrors"), exports);
20
20
  __exportStar(require("./api"), exports);
@@ -154,7 +154,7 @@ var EOrderProductKind;
154
154
  EOrderProductKind["GROUP"] = "group";
155
155
  EOrderProductKind["PRODUCT"] = "product";
156
156
  })(EOrderProductKind = exports.EOrderProductKind || (exports.EOrderProductKind = {}));
157
- const sizes = [
157
+ exports.sizes = [
158
158
  48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900,
159
159
  ];
160
160
  var ENotificationType;
@@ -566,7 +566,7 @@ export interface IFiscalizeData {
566
566
  USN: string;
567
567
  };
568
568
  }
569
- declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
569
+ export declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
570
570
  export declare type TMediaSize = (typeof sizes)[number];
571
571
  export declare enum ENotificationType {
572
572
  ORDER_EVENT_ERROR = "OrderEventError",
package/dist/esm/index.js CHANGED
@@ -137,7 +137,7 @@ export var EOrderProductKind;
137
137
  EOrderProductKind["GROUP"] = "group";
138
138
  EOrderProductKind["PRODUCT"] = "product";
139
139
  })(EOrderProductKind || (EOrderProductKind = {}));
140
- const sizes = [
140
+ export const sizes = [
141
141
  48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900,
142
142
  ];
143
143
  export var ENotificationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",