@tiba-spark/client-shared-lib 25.3.0-45 → 25.3.0-59
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
|
@@ -23192,6 +23192,7 @@ var Localization;
|
|
|
23192
23192
|
Localization["form_validation_invalid_ipv4_message"] = "form_validation_invalid_ipv4_message";
|
|
23193
23193
|
Localization["vendor"] = "vendor";
|
|
23194
23194
|
Localization["revoked"] = "revoked";
|
|
23195
|
+
Localization["revoke"] = "revoke";
|
|
23195
23196
|
Localization["download_example_excel_file"] = "download_example_excel_file";
|
|
23196
23197
|
Localization["alerts_and_devices_title"] = "alerts_and_devices_title";
|
|
23197
23198
|
Localization["alerts_and_notifications_preferences_title"] = "alerts_and_notifications_preferences_title";
|