@orderingstack/ordering-types 1.26.0 → 1.26.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.
@@ -135,6 +135,8 @@ export declare const KioskErrors: {
135
135
  x5: string;
136
136
  x6: string;
137
137
  x7: string;
138
+ x8: string;
139
+ x9: string;
138
140
  x500: string;
139
141
  x501: string;
140
142
  };
@@ -139,6 +139,8 @@ exports.KioskErrors = {
139
139
  x5: "Missing transactionId",
140
140
  x6: "OrderEvent timeout",
141
141
  x7: "Received OrderEventError",
142
+ x8: "Kiosk service MALFUNCTION",
143
+ x9: "Venue temp disabled",
142
144
  x500: "Unknown error",
143
145
  x501: "Not implemented",
144
146
  };
@@ -135,6 +135,8 @@ export declare const KioskErrors: {
135
135
  x5: string;
136
136
  x6: string;
137
137
  x7: string;
138
+ x8: string;
139
+ x9: string;
138
140
  x500: string;
139
141
  x501: string;
140
142
  };
@@ -136,6 +136,8 @@ export const KioskErrors = {
136
136
  x5: "Missing transactionId",
137
137
  x6: "OrderEvent timeout",
138
138
  x7: "Received OrderEventError",
139
+ x8: "Kiosk service MALFUNCTION",
140
+ x9: "Venue temp disabled",
139
141
  x500: "Unknown error",
140
142
  x501: "Not implemented",
141
143
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",