@@ -96,7 +96,7 @@ export class UserService extends BaseService {
9696 ...( withCredentials ? { withCredentials } : { } ) ,
9797 headers : localVarHeaders ,
9898 observe : observe ,
99- transferCache : localVarTransferCache ,
99+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
100100 reportProgress : reportProgress
101101 }
102102 ) ;
@@ -163,7 +163,7 @@ export class UserService extends BaseService {
163163 ...( withCredentials ? { withCredentials } : { } ) ,
164164 headers : localVarHeaders ,
165165 observe : observe ,
166- transferCache : localVarTransferCache ,
166+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
167167 reportProgress : reportProgress
168168 }
169169 ) ;
@@ -230,7 +230,7 @@ export class UserService extends BaseService {
230230 ...( withCredentials ? { withCredentials } : { } ) ,
231231 headers : localVarHeaders ,
232232 observe : observe ,
233- transferCache : localVarTransferCache ,
233+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
234234 reportProgress : reportProgress
235235 }
236236 ) ;
@@ -287,7 +287,7 @@ export class UserService extends BaseService {
287287 ...( withCredentials ? { withCredentials } : { } ) ,
288288 headers : localVarHeaders ,
289289 observe : observe ,
290- transferCache : localVarTransferCache ,
290+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
291291 reportProgress : reportProgress
292292 }
293293 ) ;
@@ -343,7 +343,7 @@ export class UserService extends BaseService {
343343 ...( withCredentials ? { withCredentials } : { } ) ,
344344 headers : localVarHeaders ,
345345 observe : observe ,
346- transferCache : localVarTransferCache ,
346+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
347347 reportProgress : reportProgress
348348 }
349349 ) ;
@@ -410,7 +410,7 @@ export class UserService extends BaseService {
410410 ...( withCredentials ? { withCredentials } : { } ) ,
411411 headers : localVarHeaders ,
412412 observe : observe ,
413- transferCache : localVarTransferCache ,
413+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
414414 reportProgress : reportProgress
415415 }
416416 ) ;
@@ -463,7 +463,7 @@ export class UserService extends BaseService {
463463 ...( withCredentials ? { withCredentials } : { } ) ,
464464 headers : localVarHeaders ,
465465 observe : observe ,
466- transferCache : localVarTransferCache ,
466+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
467467 reportProgress : reportProgress
468468 }
469469 ) ;
@@ -534,7 +534,7 @@ export class UserService extends BaseService {
534534 ...( withCredentials ? { withCredentials } : { } ) ,
535535 headers : localVarHeaders ,
536536 observe : observe ,
537- transferCache : localVarTransferCache ,
537+ ... ( localVarTransferCache !== undefined ? { transferCache : localVarTransferCache } : { } ) ,
538538 reportProgress : reportProgress
539539 }
540540 ) ;
0 commit comments