@tiba-spark/client-shared-lib 25.3.0-375 → 25.3.0-377
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 +2 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +1 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +2 -1
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -25575,6 +25575,7 @@ var Localization;
|
|
|
25575
25575
|
Localization["io_history_counter"] = "io_history_counter";
|
|
25576
25576
|
Localization["occupied"] = "occupied";
|
|
25577
25577
|
Localization["user_dashboard"] = "user_dashboard";
|
|
25578
|
+
Localization["hotel_guest_delete_message"] = "hotel_guest_delete_message";
|
|
25578
25579
|
})(Localization || (Localization = {}));
|
|
25579
25580
|
|
|
25580
25581
|
class UpdateMobileMode {
|