@asor-studio/asor-core 1.1.10 → 1.1.11
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/fesm2022/asor-studio-asor-core.mjs +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2789,6 +2789,7 @@ declare class NotifyErrorService implements IConsoleLoggable {
|
|
|
2789
2789
|
|
|
2790
2790
|
declare class MockOrchestratorService {
|
|
2791
2791
|
private get requestMappings();
|
|
2792
|
+
private isHttpErrorResponse;
|
|
2792
2793
|
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
2793
2794
|
registryController(className: string, controller: any): void;
|
|
2794
2795
|
static ɵfac: i0.ɵɵFactoryDeclaration<MockOrchestratorService, never>;
|