@techallee/foodverse 1.2.9 → 1.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techallee/foodverse",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "index.d.ts",
@@ -100,6 +100,7 @@ declare interface Order {
100
100
  customer: Address,
101
101
 
102
102
  remainingTime: number | null;
103
+ printedPrinterIds?: string[];
103
104
  moving: boolean | null;
104
105
  hidden: boolean | null;
105
106
  tooltip: string | null;
@@ -46,7 +46,7 @@ declare interface StationPrinterOptions {
46
46
  telephoneNumber: boolean;
47
47
  emailAddress: boolean;
48
48
  website: boolean;
49
- vatNumber: boolean;
49
+ separatedProducts: boolean;
50
50
  dayReference: boolean;
51
51
  customerAddress: boolean;
52
52
  qrCode: boolean;