@tiba-spark/client-shared-lib 25.3.0-293 → 25.3.0-296
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/esm2022/libraries/enums/localization.enum.mjs +3 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +2 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +2 -0
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -25298,6 +25298,8 @@ var Localization;
|
|
|
25298
25298
|
Localization["select_facility"] = "select_facility";
|
|
25299
25299
|
Localization["records"] = "records";
|
|
25300
25300
|
Localization["missing_email_or_other_creds"] = "missing_email_or_other_creds";
|
|
25301
|
+
Localization["create_cashier"] = "create_cashier";
|
|
25302
|
+
Localization["update_cashier"] = "update_cashier";
|
|
25301
25303
|
Localization["search_io_ticket_placeholder"] = "search_io_ticket_placeholder";
|
|
25302
25304
|
Localization["io_history_counter"] = "io_history_counter";
|
|
25303
25305
|
Localization["occupied"] = "occupied";
|