@tiba-spark/client-shared-lib 26.2.0-277 → 26.2.0-280
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
|
@@ -71327,6 +71327,7 @@ var Localization;
|
|
|
71327
71327
|
Localization["by_rate"] = "by_rate";
|
|
71328
71328
|
Localization["car_plate_sequential_required"] = "car_plate_sequential_required";
|
|
71329
71329
|
Localization["deleted_type"] = "deleted_type";
|
|
71330
|
+
Localization["toggle_hotel_posting"] = "toggle_hotel_posting";
|
|
71330
71331
|
Localization["enable_hotel_posting"] = "enable_hotel_posting";
|
|
71331
71332
|
Localization["disable_hotel_posting"] = "disable_hotel_posting";
|
|
71332
71333
|
Localization["toggle_hotel_posting_successfully_msg"] = "toggle_hotel_posting_successfully_msg";
|