@tiba-spark/client-shared-lib 25.4.1-244 → 25.4.1-245
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
|
@@ -28084,6 +28084,7 @@ var Localization;
|
|
|
28084
28084
|
Localization["sticker_details"] = "sticker_details";
|
|
28085
28085
|
Localization["coupon_details"] = "coupon_details";
|
|
28086
28086
|
Localization["mobile_version"] = "mobile_version";
|
|
28087
|
+
Localization["mobile_version_build"] = "mobile_version_build";
|
|
28087
28088
|
Localization["guest_to_transient"] = "guest_to_transient";
|
|
28088
28089
|
Localization["payment_entity"] = "payment_entity";
|
|
28089
28090
|
Localization["cc_last_4_digits"] = "cc_last_4_digits";
|