@tiba-spark/client-shared-lib 25.4.0-826 → 25.4.0-836
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
|
@@ -28524,6 +28524,7 @@ var Localization;
|
|
|
28524
28524
|
Localization["smartpark_version"] = "smartpark_version";
|
|
28525
28525
|
Localization["no_licenses"] = "no_licenses";
|
|
28526
28526
|
Localization["park_cloud_id"] = "park_cloud_id";
|
|
28527
|
+
Localization["server_details"] = "server_details";
|
|
28527
28528
|
})(Localization || (Localization = {}));
|
|
28528
28529
|
|
|
28529
28530
|
class UpdateMobileMode {
|