@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.
package/dist/cjs/kioskErrors.js
CHANGED
|
@@ -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
|
};
|
package/dist/esm/kioskErrors.js
CHANGED
|
@@ -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
|
};
|