@tiba-spark/client-shared-lib 25.3.0-717 → 25.3.0-721
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
|
@@ -26990,6 +26990,7 @@ var Localization;
|
|
|
26990
26990
|
Localization["parking_lot_id"] = "parking_lot_id";
|
|
26991
26991
|
Localization["smartpark_guid"] = "smartpark_guid";
|
|
26992
26992
|
Localization["violation"] = "violation";
|
|
26993
|
+
Localization["payment_type_violation"] = "payment_type_violation";
|
|
26993
26994
|
})(Localization || (Localization = {}));
|
|
26994
26995
|
|
|
26995
26996
|
class UpdateMobileMode {
|