@bizdoc/core 3.3.3 → 3.3.4
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/lib/core/models.d.ts
CHANGED
@@ -265,4 +265,4 @@ export interface Pattern {
|
|
265
265
|
title: string;
|
266
266
|
axes: AxesMap;
|
267
267
|
}
|
268
|
-
export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "
|
268
|
+
export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "NotAcceptable" | "Err";
|