@tiba-spark/client-shared-lib 25.3.0-680 → 25.3.0-682
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
|
@@ -26610,6 +26610,7 @@ var Localization;
|
|
|
26610
26610
|
Localization["vendor_integration_already_exists"] = "vendor_integration_already_exists";
|
|
26611
26611
|
Localization["print_hotel_guest"] = "print_hotel_guest";
|
|
26612
26612
|
Localization["io_ticket_history"] = "io_ticket_history";
|
|
26613
|
+
Localization["no_smartpark_under_this_tenant"] = "no_smartpark_under_this_tenant";
|
|
26613
26614
|
})(Localization || (Localization = {}));
|
|
26614
26615
|
|
|
26615
26616
|
class UpdateMobileMode {
|