@globalfishingwatch/api-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -17,4 +17,4 @@ import { UserData } from './types'; | ||
} | ||
interface FetchOptions { | ||
method?: 'GET' | 'POST' | 'PUT' | 'PATCH'; | ||
export interface FetchOptions { | ||
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'; | ||
body?: Body; | ||
@@ -21,0 +21,0 @@ headers?: Headers; |
@@ -1,4 +0,4 @@ | ||
export { default, USER_TOKEN_STORAGE_KEY, USER_REFRESH_TOKEN_STORAGE_KEY } from './api-client'; | ||
export { default, USER_TOKEN_STORAGE_KEY, USER_REFRESH_TOKEN_STORAGE_KEY, FetchOptions, } from './api-client'; | ||
export { ACCESS_TOKEN_STRING, getAccessTokenFromUrl, removeAccessTokenFromUrl } from './utils/url'; | ||
export type { UserData } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@globalfishingwatch/api-client", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "satellitestudio <contact@satellitestud.io>", |
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
51387