@orderingstack/ordering-types 1.0.14 → 1.0.16

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.
@@ -487,3 +487,5 @@ export interface IFiscalizeData {
487
487
  USN: string;
488
488
  };
489
489
  }
490
+ declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
491
+ export type TMediaSize = typeof sizes[number];
package/dist/cjs/index.js CHANGED
@@ -126,3 +126,6 @@ var EChannelName;
126
126
  // WOLT_TAKE_AWAY = "WOLT_TAKE_AWAY",
127
127
  // WOLT_DINE_IN = "WOLT_DINE_IN"
128
128
  })(EChannelName = exports.EChannelName || (exports.EChannelName = {}));
129
+ const sizes = [
130
+ 48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900,
131
+ ];
@@ -487,3 +487,5 @@ export interface IFiscalizeData {
487
487
  USN: string;
488
488
  };
489
489
  }
490
+ declare const sizes: readonly [48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900];
491
+ export type TMediaSize = typeof sizes[number];
package/dist/esm/index.js CHANGED
@@ -109,3 +109,6 @@ export var EChannelName;
109
109
  // WOLT_TAKE_AWAY = "WOLT_TAKE_AWAY",
110
110
  // WOLT_DINE_IN = "WOLT_DINE_IN"
111
111
  })(EChannelName || (EChannelName = {}));
112
+ const sizes = [
113
+ 48, 57, 70, 100, 160, 250, 300, 500, 600, 900, 1000, 1920, 1080, 900,
114
+ ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",