@firestitch/api
Advanced tools
Comparing version 18.0.5 to 18.0.6
@@ -19,2 +19,3 @@ import { DomSanitizer } from '@angular/platform-browser'; | ||
private _preRequestInterceptors; | ||
private _responseInterceptors; | ||
private _responseHandler; | ||
@@ -26,3 +27,3 @@ events: any[]; | ||
private _responseBodyHandlers; | ||
constructor(_http: HttpXhrBackend, _sanitizer: DomSanitizer, _config: IModuleConfig, _httpInterceptors: HttpInterceptor[], _requestInterceptors: HttpInterceptor[], _preRequestInterceptors: HttpInterceptor[], _responseHandler: FsApiResponseHandler); | ||
constructor(_http: HttpXhrBackend, _sanitizer: DomSanitizer, _config: IModuleConfig, _httpInterceptors: HttpInterceptor[], _requestInterceptors: HttpInterceptor[], _preRequestInterceptors: HttpInterceptor[], _responseInterceptors: HttpInterceptor[], _responseHandler: FsApiResponseHandler); | ||
createApiFile(url: string | (string | number)[], config?: FsApiFileConfig): FsApiFile; | ||
@@ -45,4 +46,4 @@ get queue(): Queue; | ||
private _getInterceptors; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsApi, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsApi, [null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<FsApi>; | ||
} |
{ | ||
"name": "@firestitch/api", | ||
"version": "18.0.5", | ||
"version": "18.0.6", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
export { FsApiModule } from './app/fs-api.module'; | ||
export { FsApi } from './app/services/api.service'; | ||
export * from './app/fs-api-providers'; | ||
export * from './app/fs-api-injectors'; | ||
export { makeInterceptorFactory } from './app/helpers/interceptor.factory'; | ||
@@ -18,1 +18,2 @@ export { FsApiResponseBodyHandler } from './app/handlers/response-body.handler'; | ||
export { FsApiImagePipe } from './app/pipes'; | ||
export { FS_API_RESPONSE_INTERCEPTOR } from './app/fs-api-injectors'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
257827
2367