@tiba-spark/client-shared-lib 26.1.0-268 → 26.1.0-269
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
|
@@ -28783,6 +28783,7 @@ var Localization;
|
|
|
28783
28783
|
Localization["form_validation_invalid_percentage_decimal_message"] = "form_validation_invalid_percentage_decimal_message";
|
|
28784
28784
|
Localization["rerun_tests_were_successful"] = "rerun_tests_were_successful";
|
|
28785
28785
|
Localization["failure_to_rerun_tests"] = "failure_to_rerun_tests";
|
|
28786
|
+
Localization["rate_test_plan_data_changed_rerun_hint"] = "rate_test_plan_data_changed_rerun_hint";
|
|
28786
28787
|
Localization["rate_number_is_zero"] = "rate_number_is_zero";
|
|
28787
28788
|
Localization["to_exit_date"] = "to_exit_date";
|
|
28788
28789
|
Localization["form_validation_password_not_match"] = "form_validation_password_not_match";
|