@or-sdk/base
Advanced tools
Comparing version 0.31.0 to 0.32.0-beta.2379.0
@@ -290,2 +290,3 @@ "use strict"; | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}; | ||
@@ -340,2 +341,3 @@ return [4 /*yield*/, this.axios(conf)]; | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}).catch(function (e) { | ||
@@ -342,0 +344,0 @@ throw _this.parseError(e); |
@@ -188,2 +188,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}; | ||
@@ -227,2 +228,3 @@ const { data } = yield this.axios(conf); | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}).catch(e => { | ||
@@ -229,0 +231,0 @@ throw this.parseError(e); |
@@ -67,2 +67,3 @@ /// <reference types="node" /> | ||
customHeaders?: CustomHeaders; | ||
withCredentials?: boolean; | ||
} | ||
@@ -69,0 +70,0 @@ export declare type PaginationOptions = { |
{ | ||
"name": "@or-sdk/base", | ||
"version": "0.31.0", | ||
"version": "0.32.0-beta.2379.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -35,4 +35,3 @@ "module": "dist/esm/index.js", | ||
"access": "public" | ||
}, | ||
"gitHead": "f6df96ac3713e46a89217bef50ec3865123b32e2" | ||
} | ||
} |
@@ -232,2 +232,3 @@ import axios, { AxiosInstance, RawAxiosRequestHeaders, AxiosRequestConfig, AxiosError } from 'axios'; | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}; | ||
@@ -272,2 +273,3 @@ const { data } = await this.axios(conf); | ||
signal: params.signal, | ||
withCredentials: params.withCredentials, | ||
}).catch(e => { | ||
@@ -274,0 +276,0 @@ throw this.parseError(e); |
@@ -79,2 +79,3 @@ import { Method } from 'axios'; | ||
customHeaders?: CustomHeaders; | ||
withCredentials?: boolean; | ||
} | ||
@@ -81,0 +82,0 @@ |
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
118752
1863