pipedrive 30.3.1 → 30.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -210,7 +210,7 @@ export const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
210
210
|
if (configuration) {
|
|
211
211
|
baseOptions = configuration.baseOptions;
|
|
212
212
|
}
|
|
213
|
-
const localVarRequestOptions = Object.assign({ method: 'GET' }, baseOptions);
|
|
213
|
+
const localVarRequestOptions = Object.assign({ method: 'GET', responseType: 'arraybuffer' }, baseOptions);
|
|
214
214
|
const localVarHeaderParameter = {};
|
|
215
215
|
const localVarQueryParameter = {};
|
|
216
216
|
// authentication api_key required
|
|
@@ -216,7 +216,7 @@ const FilesApiAxiosParamCreator = function (configuration) {
|
|
|
216
216
|
if (configuration) {
|
|
217
217
|
baseOptions = configuration.baseOptions;
|
|
218
218
|
}
|
|
219
|
-
const localVarRequestOptions = Object.assign({ method: 'GET' }, baseOptions);
|
|
219
|
+
const localVarRequestOptions = Object.assign({ method: 'GET', responseType: 'arraybuffer' }, baseOptions);
|
|
220
220
|
const localVarHeaderParameter = {};
|
|
221
221
|
const localVarQueryParameter = {};
|
|
222
222
|
// authentication api_key required
|