@tiba-spark/client-shared-lib 25.3.0-677 → 25.3.0-679
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 +1 -0
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -26607,6 +26607,7 @@ var Localization;
|
|
|
26607
26607
|
Localization["user_delete_message"] = "user_delete_message";
|
|
26608
26608
|
Localization["user_delete_title"] = "user_delete_title";
|
|
26609
26609
|
Localization["total_parking_lots"] = "total_parking_lots";
|
|
26610
|
+
Localization["vendor_integration_already_exists"] = "vendor_integration_already_exists";
|
|
26610
26611
|
Localization["print_hotel_guest"] = "print_hotel_guest";
|
|
26611
26612
|
Localization["io_ticket_history"] = "io_ticket_history";
|
|
26612
26613
|
})(Localization || (Localization = {}));
|