@firestitch/api
Advanced tools
Comparing version 15.0.1 to 16.0.0
@@ -0,0 +0,0 @@ export declare class ApiCache { |
@@ -0,0 +0,0 @@ import { Queue } from '@firestitch/common'; |
@@ -0,0 +0,0 @@ import { SafeResourceUrl, SafeUrl } from '@angular/platform-browser'; |
@@ -0,0 +0,0 @@ export * from './api-cache'; |
@@ -0,0 +0,0 @@ import { HttpUrlEncodingCodec } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { StreamEventType } from '../enums'; |
@@ -0,0 +0,0 @@ import { StreamEventType } from '../enums'; |
import { HttpContextToken } from '@angular/common/http'; | ||
export declare const DisplayApiError: HttpContextToken<boolean>; |
export * from './display-api-error'; | ||
export * from './process-api-error'; |
import { HttpContextToken } from '@angular/common/http'; | ||
export declare const ProcessApiError: HttpContextToken<boolean>; |
@@ -13,3 +13,3 @@ import { ElementRef, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsApiImageDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FsApiImageDirective, "[fsApiImage]", never, { "url": "url"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FsApiImageDirective, "[fsApiImage]", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
export * from './api-image.directive'; |
export * from './request-method'; | ||
export * from './response-type.enum'; | ||
export * from './stream-event-type.enum'; |
@@ -0,0 +0,0 @@ export declare enum RequestMethod { |
@@ -0,0 +0,0 @@ export declare enum ResponseType { |
@@ -0,0 +0,0 @@ export declare enum StreamEventType { |
@@ -0,0 +0,0 @@ import { InjectionToken } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { ModuleWithProviders } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { HttpRequest, HttpResponse } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { HttpResponse } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ import { FsApiBaseHander } from '../interfaces/handler.interface'; |
import { Observable } from 'rxjs'; | ||
export declare function blobToBase64Url(blob: Blob): Observable<string>; |
import { Observable } from 'rxjs'; | ||
export declare function blobToBase64(blob: Blob): Observable<string>; |
@@ -0,0 +0,0 @@ export * from './blob-to-base64-url'; |
export declare function makeInterceptorFactory(klass: any): (...args: any[]) => (config: any, data: any) => any; |
export declare function lookupBlob(data: {}, level?: number): any; |
export declare function objectToFormData(target: any, formData?: FormData, namespace?: any, level?: number): FormData; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ export * from './body-request.interceptor'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Observable } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { RequestMethod } from '../enums'; |
@@ -0,0 +0,0 @@ import { HttpErrorResponse, HttpRequest, HttpResponse } from '@angular/common/http'; |
@@ -0,0 +0,0 @@ export * from './file-config.interface'; |
export interface IModuleConfig { | ||
maxFileConnections?: number; | ||
} |
@@ -0,0 +0,0 @@ import { Queue } from '@firestitch/common'; |
@@ -0,0 +0,0 @@ import { PipeTransform } from '@angular/core'; |
export * from './api-image.pipe'; |
@@ -0,0 +0,0 @@ import { DomSanitizer } from '@angular/platform-browser'; |
export * from './api.service'; |
export * from './stream-event.type'; |
import { StreamEventData } from '../classes/stream-event-data'; | ||
export declare type StreamEvent = StreamEventData; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firestitch/api", | ||
"version": "15.0.1", | ||
"version": "16.0.0", | ||
"repository": { | ||
@@ -23,7 +23,3 @@ "type": "git", | ||
"sideEffects": false, | ||
"module": "fesm2015/firestitch-api.mjs", | ||
"es2020": "fesm2020/firestitch-api.mjs", | ||
"esm2020": "esm2020/firestitch-api.mjs", | ||
"fesm2020": "fesm2020/firestitch-api.mjs", | ||
"fesm2015": "fesm2015/firestitch-api.mjs", | ||
"module": "fesm2022/firestitch-api.mjs", | ||
"typings": "index.d.ts", | ||
@@ -36,9 +32,7 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/firestitch-api.mjs", | ||
"es2020": "./fesm2020/firestitch-api.mjs", | ||
"es2015": "./fesm2015/firestitch-api.mjs", | ||
"node": "./fesm2015/firestitch-api.mjs", | ||
"default": "./fesm2020/firestitch-api.mjs" | ||
"esm2022": "./esm2022/firestitch-api.mjs", | ||
"esm": "./esm2022/firestitch-api.mjs", | ||
"default": "./fesm2022/firestitch-api.mjs" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ export { FsApiModule } from './app/fs-api.module'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249314
97
2321
1