@tiba-spark/client-shared-lib 26.2.0-199 → 26.2.0-203
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 +3 -1
- package/fesm2022/tiba-spark-client-shared-lib.mjs +2 -0
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/enums/localization.enum.d.ts +2 -0
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -71099,6 +71099,8 @@ var Localization;
|
|
|
71099
71099
|
Localization["all_report_categories"] = "all_report_categories";
|
|
71100
71100
|
Localization["select_report_categories"] = "select_report_categories";
|
|
71101
71101
|
Localization["requires_full_account_permissions"] = "requires_full_account_permissions";
|
|
71102
|
+
Localization["qr_guest_email_disabled"] = "qr_guest_email_disabled";
|
|
71103
|
+
Localization["qr_monthly_email_disabled"] = "qr_monthly_email_disabled";
|
|
71102
71104
|
Localization["external_reference_number"] = "external_reference_number";
|
|
71103
71105
|
Localization["generate_report_error"] = "generate_report_error";
|
|
71104
71106
|
Localization["fetch_report_error"] = "fetch_report_error";
|