@axium/client 0.26.1 → 0.26.2
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/dist/locales.d.ts +1 -0
- package/locales/en.json +1 -0
- package/package.json +1 -1
package/dist/locales.d.ts
CHANGED
|
@@ -247,6 +247,7 @@ declare let currentLoaded: {
|
|
|
247
247
|
readonly street1: "Street address";
|
|
248
248
|
readonly street2: "Street address line 2";
|
|
249
249
|
};
|
|
250
|
+
readonly audit_severity: readonly ["Emergency", "Alert", "Critical", "Error", "Warning", "Notice", "Info", "Debug"];
|
|
250
251
|
readonly preference: {
|
|
251
252
|
readonly debug: "Debug mode";
|
|
252
253
|
};
|
package/locales/en.json
CHANGED