@forlabs/api-bridge
Advanced tools
Comparing version 14.3.0 to 14.3.1
@@ -28,7 +28,7 @@ import { HttpClient, HttpContext, HttpHeaders, HttpParams } from '@angular/common/http'; | ||
put<T>(relativeUri: string, body: any | null, options?: HttpClientOptions): Observable<T>; | ||
delete<T>(relativeUri: string, options?: HttpClientOptions): Observable<T>; | ||
delete<T>(relativeUri: string, options?: HttpClientOptions): Observable<void>; | ||
patch<T>(relativeUri: string, body: Record<string, unknown> | null, options?: HttpClientOptions, patchedFields?: string[]): Observable<T>; | ||
getCurrentUser(): Observable<UserInterface>; | ||
} | ||
export declare abstract class AbstractApiClient { | ||
export declare abstract class AbstractApiClient implements ApiClientInterface { | ||
protected httpClient: HttpClient; | ||
@@ -35,0 +35,0 @@ protected apiUrl: string; |
{ | ||
"name": "@forlabs/api-bridge", | ||
"version": "14.3.0", | ||
"version": "14.3.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
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
928406