@orderingstack/ordering-types 1.37.0 → 1.37.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.
@@ -137,6 +137,8 @@ export declare const KioskErrors: {
137
137
  x7: string;
138
138
  x8: string;
139
139
  x9: string;
140
+ x10: string;
141
+ x11: string;
140
142
  x500: string;
141
143
  x501: string;
142
144
  };
@@ -141,6 +141,8 @@ exports.KioskErrors = {
141
141
  x7: "Received OrderEventError",
142
142
  x8: "Kiosk service MALFUNCTION",
143
143
  x9: "Venue temp disabled",
144
+ x10: "Payments fiscal mismatch",
145
+ x11: "EPayment failure",
144
146
  x500: "Unknown error",
145
147
  x501: "Not implemented",
146
148
  };
@@ -137,6 +137,8 @@ export declare const KioskErrors: {
137
137
  x7: string;
138
138
  x8: string;
139
139
  x9: string;
140
+ x10: string;
141
+ x11: string;
140
142
  x500: string;
141
143
  x501: string;
142
144
  };
@@ -138,6 +138,8 @@ export const KioskErrors = {
138
138
  x7: "Received OrderEventError",
139
139
  x8: "Kiosk service MALFUNCTION",
140
140
  x9: "Venue temp disabled",
141
+ x10: "Payments fiscal mismatch",
142
+ x11: "EPayment failure",
141
143
  x500: "Unknown error",
142
144
  x501: "Not implemented",
143
145
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderingstack/ordering-types",
3
- "version": "1.37.0",
3
+ "version": "1.37.1",
4
4
  "description": "Typescript types for @orderingstack",
5
5
  "types": "dist/esm/index.d.ts",
6
6
  "main": "dist/cjs/index.js",