@@ -210,14 +210,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
210210
211211 localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
212212
213- const query = new URLSearchParams ( localVarUrlObj . search ) ;
213+ const queryParameters = new URLSearchParams ( localVarUrlObj . search ) ;
214214 for ( const key in localVarQueryParameter ) {
215- query . set ( key , localVarQueryParameter [ key ] ) ;
215+ queryParameters . set ( key , localVarQueryParameter [ key ] ) ;
216216 }
217217 for ( const key in options . query ) {
218- query . set ( key , options . query [ key ] ) ;
218+ queryParameters . set ( key , options . query [ key ] ) ;
219219 }
220- localVarUrlObj . search = ( new URLSearchParams ( query ) ) . toString ( ) ;
220+ localVarUrlObj . search = ( new URLSearchParams ( queryParameters ) ) . toString ( ) ;
221221 let headersFromBaseOptions = baseOptions && baseOptions . headers ? baseOptions . headers : { } ;
222222 localVarRequestOptions . headers = { ...localVarHeaderParameter , ...headersFromBaseOptions , ...options . headers } ;
223223 const needsSerialization = ( typeof inlineObject !== "string" ) || localVarRequestOptions . headers [ 'Content-Type' ] === 'application/json' ;
@@ -251,14 +251,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
251251
252252 localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
253253
254- const query = new URLSearchParams ( localVarUrlObj . search ) ;
254+ const queryParameters = new URLSearchParams ( localVarUrlObj . search ) ;
255255 for ( const key in localVarQueryParameter ) {
256- query . set ( key , localVarQueryParameter [ key ] ) ;
256+ queryParameters . set ( key , localVarQueryParameter [ key ] ) ;
257257 }
258258 for ( const key in options . query ) {
259- query . set ( key , options . query [ key ] ) ;
259+ queryParameters . set ( key , options . query [ key ] ) ;
260260 }
261- localVarUrlObj . search = ( new URLSearchParams ( query ) ) . toString ( ) ;
261+ localVarUrlObj . search = ( new URLSearchParams ( queryParameters ) ) . toString ( ) ;
262262 let headersFromBaseOptions = baseOptions && baseOptions . headers ? baseOptions . headers : { } ;
263263 localVarRequestOptions . headers = { ...localVarHeaderParameter , ...headersFromBaseOptions , ...options . headers } ;
264264 const needsSerialization = ( typeof petByAgePetByType !== "string" ) || localVarRequestOptions . headers [ 'Content-Type' ] === 'application/json' ;
@@ -292,14 +292,14 @@ export const DefaultApiAxiosParamCreator = function (configuration?: Configurati
292292
293293 localVarHeaderParameter [ 'Content-Type' ] = 'application/json' ;
294294
295- const query = new URLSearchParams ( localVarUrlObj . search ) ;
295+ const queryParameters = new URLSearchParams ( localVarUrlObj . search ) ;
296296 for ( const key in localVarQueryParameter ) {
297- query . set ( key , localVarQueryParameter [ key ] ) ;
297+ queryParameters . set ( key , localVarQueryParameter [ key ] ) ;
298298 }
299299 for ( const key in options . query ) {
300- query . set ( key , options . query [ key ] ) ;
300+ queryParameters . set ( key , options . query [ key ] ) ;
301301 }
302- localVarUrlObj . search = ( new URLSearchParams ( query ) ) . toString ( ) ;
302+ localVarUrlObj . search = ( new URLSearchParams ( queryParameters ) ) . toString ( ) ;
303303 let headersFromBaseOptions = baseOptions && baseOptions . headers ? baseOptions . headers : { } ;
304304 localVarRequestOptions . headers = { ...localVarHeaderParameter , ...headersFromBaseOptions , ...options . headers } ;
305305 const needsSerialization = ( typeof catDog !== "string" ) || localVarRequestOptions . headers [ 'Content-Type' ] === 'application/json' ;
0 commit comments