@@ -271,6 +271,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
271
271
if ( configuration ) {
272
272
baseOptions = configuration . baseOptions ;
273
273
}
274
+
274
275
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
275
276
const localVarHeaderParameter = { } as any ;
276
277
const localVarQueryParameter = { } as any ;
@@ -327,6 +328,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
327
328
if ( configuration ) {
328
329
baseOptions = configuration . baseOptions ;
329
330
}
331
+
330
332
const localVarRequestOptions = { method : 'DELETE' , ...baseOptions , ...options } ;
331
333
const localVarHeaderParameter = { } as any ;
332
334
const localVarQueryParameter = { } as any ;
@@ -381,6 +383,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
381
383
if ( configuration ) {
382
384
baseOptions = configuration . baseOptions ;
383
385
}
386
+
384
387
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
385
388
const localVarHeaderParameter = { } as any ;
386
389
const localVarQueryParameter = { } as any ;
@@ -435,6 +438,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
435
438
if ( configuration ) {
436
439
baseOptions = configuration . baseOptions ;
437
440
}
441
+
438
442
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
439
443
const localVarHeaderParameter = { } as any ;
440
444
const localVarQueryParameter = { } as any ;
@@ -490,6 +494,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
490
494
if ( configuration ) {
491
495
baseOptions = configuration . baseOptions ;
492
496
}
497
+
493
498
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
494
499
const localVarHeaderParameter = { } as any ;
495
500
const localVarQueryParameter = { } as any ;
@@ -539,6 +544,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
539
544
if ( configuration ) {
540
545
baseOptions = configuration . baseOptions ;
541
546
}
547
+
542
548
const localVarRequestOptions = { method : 'PUT' , ...baseOptions , ...options } ;
543
549
const localVarHeaderParameter = { } as any ;
544
550
const localVarQueryParameter = { } as any ;
@@ -596,6 +602,7 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
596
602
if ( configuration ) {
597
603
baseOptions = configuration . baseOptions ;
598
604
}
605
+
599
606
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
600
607
const localVarHeaderParameter = { } as any ;
601
608
const localVarQueryParameter = { } as any ;
@@ -661,10 +668,11 @@ export const PetApiAxiosParamCreator = function (configuration?: Configuration)
661
668
if ( configuration ) {
662
669
baseOptions = configuration . baseOptions ;
663
670
}
671
+
664
672
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
665
673
const localVarHeaderParameter = { } as any ;
666
674
const localVarQueryParameter = { } as any ;
667
- const localVarFormParams = new FormData ( ) ;
675
+ const localVarFormParams = new ( configuration ?. formDataCtor || FormData ) ( ) ;
668
676
669
677
// authentication petstore_auth required
670
678
// oauth required
@@ -1063,6 +1071,7 @@ export const StoreApiAxiosParamCreator = function (configuration?: Configuration
1063
1071
if ( configuration ) {
1064
1072
baseOptions = configuration . baseOptions ;
1065
1073
}
1074
+
1066
1075
const localVarRequestOptions = { method : 'DELETE' , ...baseOptions , ...options } ;
1067
1076
const localVarHeaderParameter = { } as any ;
1068
1077
const localVarQueryParameter = { } as any ;
@@ -1099,6 +1108,7 @@ export const StoreApiAxiosParamCreator = function (configuration?: Configuration
1099
1108
if ( configuration ) {
1100
1109
baseOptions = configuration . baseOptions ;
1101
1110
}
1111
+
1102
1112
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
1103
1113
const localVarHeaderParameter = { } as any ;
1104
1114
const localVarQueryParameter = { } as any ;
@@ -1149,6 +1159,7 @@ export const StoreApiAxiosParamCreator = function (configuration?: Configuration
1149
1159
if ( configuration ) {
1150
1160
baseOptions = configuration . baseOptions ;
1151
1161
}
1162
+
1152
1163
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
1153
1164
const localVarHeaderParameter = { } as any ;
1154
1165
const localVarQueryParameter = { } as any ;
@@ -1190,6 +1201,7 @@ export const StoreApiAxiosParamCreator = function (configuration?: Configuration
1190
1201
if ( configuration ) {
1191
1202
baseOptions = configuration . baseOptions ;
1192
1203
}
1204
+
1193
1205
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
1194
1206
const localVarHeaderParameter = { } as any ;
1195
1207
const localVarQueryParameter = { } as any ;
@@ -1412,6 +1424,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1412
1424
if ( configuration ) {
1413
1425
baseOptions = configuration . baseOptions ;
1414
1426
}
1427
+
1415
1428
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
1416
1429
const localVarHeaderParameter = { } as any ;
1417
1430
const localVarQueryParameter = { } as any ;
@@ -1457,6 +1470,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1457
1470
if ( configuration ) {
1458
1471
baseOptions = configuration . baseOptions ;
1459
1472
}
1473
+
1460
1474
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
1461
1475
const localVarHeaderParameter = { } as any ;
1462
1476
const localVarQueryParameter = { } as any ;
@@ -1502,6 +1516,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1502
1516
if ( configuration ) {
1503
1517
baseOptions = configuration . baseOptions ;
1504
1518
}
1519
+
1505
1520
const localVarRequestOptions = { method : 'POST' , ...baseOptions , ...options } ;
1506
1521
const localVarHeaderParameter = { } as any ;
1507
1522
const localVarQueryParameter = { } as any ;
@@ -1548,6 +1563,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1548
1563
if ( configuration ) {
1549
1564
baseOptions = configuration . baseOptions ;
1550
1565
}
1566
+
1551
1567
const localVarRequestOptions = { method : 'DELETE' , ...baseOptions , ...options } ;
1552
1568
const localVarHeaderParameter = { } as any ;
1553
1569
const localVarQueryParameter = { } as any ;
@@ -1590,6 +1606,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1590
1606
if ( configuration ) {
1591
1607
baseOptions = configuration . baseOptions ;
1592
1608
}
1609
+
1593
1610
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
1594
1611
const localVarHeaderParameter = { } as any ;
1595
1612
const localVarQueryParameter = { } as any ;
@@ -1636,6 +1653,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1636
1653
if ( configuration ) {
1637
1654
baseOptions = configuration . baseOptions ;
1638
1655
}
1656
+
1639
1657
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
1640
1658
const localVarHeaderParameter = { } as any ;
1641
1659
const localVarQueryParameter = { } as any ;
@@ -1680,6 +1698,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1680
1698
if ( configuration ) {
1681
1699
baseOptions = configuration . baseOptions ;
1682
1700
}
1701
+
1683
1702
const localVarRequestOptions = { method : 'GET' , ...baseOptions , ...options } ;
1684
1703
const localVarHeaderParameter = { } as any ;
1685
1704
const localVarQueryParameter = { } as any ;
@@ -1727,6 +1746,7 @@ export const UserApiAxiosParamCreator = function (configuration?: Configuration)
1727
1746
if ( configuration ) {
1728
1747
baseOptions = configuration . baseOptions ;
1729
1748
}
1749
+
1730
1750
const localVarRequestOptions = { method : 'PUT' , ...baseOptions , ...options } ;
1731
1751
const localVarHeaderParameter = { } as any ;
1732
1752
const localVarQueryParameter = { } as any ;
0 commit comments