|
13 | 13 |
|
14 | 14 |
|
15 | 15 | import globalAxios, { AxiosPromise, AxiosInstance, AxiosResponse } from 'axios'; |
| 16 | +import FormData from 'form-data'; |
16 | 17 | import { Configuration } from '../configuration'; |
17 | 18 | // Some imports not used depending on template conditions |
18 | 19 | // @ts-ignore |
@@ -90,7 +91,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
90 | 91 | // http bearer authentication required |
91 | 92 | await setBearerAuthToObject(localVarHeaderParameter, configuration) |
92 | 93 |
|
93 | | - |
| 94 | + |
94 | 95 |
|
95 | 96 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
96 | 97 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -136,7 +137,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
136 | 137 | // http bearer authentication required |
137 | 138 | await setBearerAuthToObject(localVarHeaderParameter, configuration) |
138 | 139 |
|
139 | | - |
| 140 | + |
140 | 141 |
|
141 | 142 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
142 | 143 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -188,7 +189,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
188 | 189 | localVarQueryParameter['offset'] = offset; |
189 | 190 | } |
190 | 191 |
|
191 | | - |
| 192 | + |
192 | 193 |
|
193 | 194 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
194 | 195 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -250,7 +251,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
250 | 251 | localVarQueryParameter['offset'] = offset; |
251 | 252 | } |
252 | 253 |
|
253 | | - |
| 254 | + |
254 | 255 |
|
255 | 256 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
256 | 257 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -306,7 +307,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
306 | 307 | localVarQueryParameter['linked_styleguide'] = linkedStyleguide; |
307 | 308 | } |
308 | 309 |
|
309 | | - |
| 310 | + |
310 | 311 |
|
311 | 312 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
312 | 313 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -362,7 +363,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
362 | 363 | localVarQueryParameter['linked_styleguide'] = linkedStyleguide; |
363 | 364 | } |
364 | 365 |
|
365 | | - |
| 366 | + |
366 | 367 |
|
367 | 368 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
368 | 369 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -424,7 +425,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
424 | 425 | localVarQueryParameter['linked_styleguide'] = linkedStyleguide; |
425 | 426 | } |
426 | 427 |
|
427 | | - |
| 428 | + |
428 | 429 |
|
429 | 430 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
430 | 431 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -496,7 +497,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
496 | 497 | localVarQueryParameter['offset'] = offset; |
497 | 498 | } |
498 | 499 |
|
499 | | - |
| 500 | + |
500 | 501 |
|
501 | 502 | setSearchParams(localVarUrlObj, localVarQueryParameter, options.query); |
502 | 503 | let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; |
@@ -545,7 +546,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
545 | 546 | // http bearer authentication required |
546 | 547 | await setBearerAuthToObject(localVarHeaderParameter, configuration) |
547 | 548 |
|
548 | | - |
| 549 | + |
549 | 550 |
|
550 | 551 | localVarHeaderParameter['Content-Type'] = 'application/json'; |
551 | 552 |
|
@@ -597,7 +598,7 @@ export const ComponentsApiAxiosParamCreator = function (configuration?: Configur |
597 | 598 | // http bearer authentication required |
598 | 599 | await setBearerAuthToObject(localVarHeaderParameter, configuration) |
599 | 600 |
|
600 | | - |
| 601 | + |
601 | 602 |
|
602 | 603 | localVarHeaderParameter['Content-Type'] = 'application/json'; |
603 | 604 |
|
|
0 commit comments