vrchat 1.11.1 → 1.13.0
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.
- package/api.ts +133 -247
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +132 -10
- package/dist/api.js +4 -121
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/index.ts +2 -2
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
-
* Contact:
|
|
7
|
+
* The version of the OpenAPI document: 1.13.0
|
|
8
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
11
|
* https://openapi-generator.tech
|
|
@@ -322,7 +322,8 @@ exports.Region = {
|
|
|
322
322
|
exports.ReleaseStatus = {
|
|
323
323
|
Public: 'public',
|
|
324
324
|
Private: 'private',
|
|
325
|
-
Hidden: 'hidden'
|
|
325
|
+
Hidden: 'hidden',
|
|
326
|
+
All: 'all'
|
|
326
327
|
};
|
|
327
328
|
/**
|
|
328
329
|
*
|
|
@@ -424,7 +425,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
424
425
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
425
426
|
localVarHeaderParameter = {};
|
|
426
427
|
localVarQueryParameter = {};
|
|
427
|
-
// authentication apiKeyCookie required
|
|
428
428
|
if (email !== undefined) {
|
|
429
429
|
localVarQueryParameter['email'] = email;
|
|
430
430
|
}
|
|
@@ -470,7 +470,6 @@ var AuthenticationApiAxiosParamCreator = function (configuration) {
|
|
|
470
470
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
471
471
|
localVarHeaderParameter = {};
|
|
472
472
|
localVarQueryParameter = {};
|
|
473
|
-
// authentication apiKeyCookie required
|
|
474
473
|
// authentication authCookie required
|
|
475
474
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
476
475
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1075,7 +1074,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1075
1074
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
1076
1075
|
localVarHeaderParameter = {};
|
|
1077
1076
|
localVarQueryParameter = {};
|
|
1078
|
-
// authentication apiKeyCookie required
|
|
1079
1077
|
// authentication authCookie required
|
|
1080
1078
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1081
1079
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1112,7 +1110,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1112
1110
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
1113
1111
|
localVarHeaderParameter = {};
|
|
1114
1112
|
localVarQueryParameter = {};
|
|
1115
|
-
// authentication apiKeyCookie required
|
|
1116
1113
|
// authentication authCookie required
|
|
1117
1114
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1118
1115
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1147,7 +1144,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1147
1144
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1148
1145
|
localVarHeaderParameter = {};
|
|
1149
1146
|
localVarQueryParameter = {};
|
|
1150
|
-
// authentication apiKeyCookie required
|
|
1151
1147
|
// authentication authCookie required
|
|
1152
1148
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1153
1149
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1191,7 +1187,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1191
1187
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1192
1188
|
localVarHeaderParameter = {};
|
|
1193
1189
|
localVarQueryParameter = {};
|
|
1194
|
-
// authentication apiKeyCookie required
|
|
1195
1190
|
// authentication authCookie required
|
|
1196
1191
|
if (featured !== undefined) {
|
|
1197
1192
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -1265,7 +1260,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1265
1260
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1266
1261
|
localVarHeaderParameter = {};
|
|
1267
1262
|
localVarQueryParameter = {};
|
|
1268
|
-
// authentication apiKeyCookie required
|
|
1269
1263
|
// authentication authCookie required
|
|
1270
1264
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1271
1265
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1309,7 +1303,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1309
1303
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1310
1304
|
localVarHeaderParameter = {};
|
|
1311
1305
|
localVarQueryParameter = {};
|
|
1312
|
-
// authentication apiKeyCookie required
|
|
1313
1306
|
// authentication authCookie required
|
|
1314
1307
|
if (featured !== undefined) {
|
|
1315
1308
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -1383,7 +1376,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1383
1376
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
1384
1377
|
localVarHeaderParameter = {};
|
|
1385
1378
|
localVarQueryParameter = {};
|
|
1386
|
-
// authentication apiKeyCookie required
|
|
1387
1379
|
// authentication authCookie required
|
|
1388
1380
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1389
1381
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1418,7 +1410,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1418
1410
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
1419
1411
|
localVarHeaderParameter = {};
|
|
1420
1412
|
localVarQueryParameter = {};
|
|
1421
|
-
// authentication apiKeyCookie required
|
|
1422
1413
|
// authentication authCookie required
|
|
1423
1414
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1424
1415
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -1454,7 +1445,6 @@ var AvatarsApiAxiosParamCreator = function (configuration) {
|
|
|
1454
1445
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
1455
1446
|
localVarHeaderParameter = {};
|
|
1456
1447
|
localVarQueryParameter = {};
|
|
1457
|
-
// authentication apiKeyCookie required
|
|
1458
1448
|
// authentication authCookie required
|
|
1459
1449
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1460
1450
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1984,7 +1974,6 @@ var EconomyApiAxiosParamCreator = function (configuration) {
|
|
|
1984
1974
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
1985
1975
|
localVarHeaderParameter = {};
|
|
1986
1976
|
localVarQueryParameter = {};
|
|
1987
|
-
// authentication apiKeyCookie required
|
|
1988
1977
|
// authentication authCookie required
|
|
1989
1978
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1990
1979
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2019,7 +2008,6 @@ var EconomyApiAxiosParamCreator = function (configuration) {
|
|
|
2019
2008
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2020
2009
|
localVarHeaderParameter = {};
|
|
2021
2010
|
localVarQueryParameter = {};
|
|
2022
|
-
// authentication apiKeyCookie required
|
|
2023
2011
|
// authentication authCookie required
|
|
2024
2012
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2025
2013
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2055,7 +2043,6 @@ var EconomyApiAxiosParamCreator = function (configuration) {
|
|
|
2055
2043
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2056
2044
|
localVarHeaderParameter = {};
|
|
2057
2045
|
localVarQueryParameter = {};
|
|
2058
|
-
// authentication apiKeyCookie required
|
|
2059
2046
|
// authentication authCookie required
|
|
2060
2047
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2061
2048
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2086,7 +2073,6 @@ var EconomyApiAxiosParamCreator = function (configuration) {
|
|
|
2086
2073
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2087
2074
|
localVarHeaderParameter = {};
|
|
2088
2075
|
localVarQueryParameter = {};
|
|
2089
|
-
// authentication apiKeyCookie required
|
|
2090
2076
|
// authentication authCookie required
|
|
2091
2077
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2092
2078
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2117,7 +2103,6 @@ var EconomyApiAxiosParamCreator = function (configuration) {
|
|
|
2117
2103
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2118
2104
|
localVarHeaderParameter = {};
|
|
2119
2105
|
localVarQueryParameter = {};
|
|
2120
|
-
// authentication apiKeyCookie required
|
|
2121
2106
|
// authentication authCookie required
|
|
2122
2107
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2123
2108
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2397,7 +2382,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2397
2382
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
2398
2383
|
localVarHeaderParameter = {};
|
|
2399
2384
|
localVarQueryParameter = {};
|
|
2400
|
-
// authentication apiKeyCookie required
|
|
2401
2385
|
// authentication authCookie required
|
|
2402
2386
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2403
2387
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2442,7 +2426,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2442
2426
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
2443
2427
|
localVarHeaderParameter = {};
|
|
2444
2428
|
localVarQueryParameter = {};
|
|
2445
|
-
// authentication apiKeyCookie required
|
|
2446
2429
|
// authentication authCookie required
|
|
2447
2430
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2448
2431
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2477,7 +2460,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2477
2460
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2478
2461
|
localVarHeaderParameter = {};
|
|
2479
2462
|
localVarQueryParameter = {};
|
|
2480
|
-
// authentication apiKeyCookie required
|
|
2481
2463
|
// authentication authCookie required
|
|
2482
2464
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2483
2465
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2520,7 +2502,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2520
2502
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2521
2503
|
localVarHeaderParameter = {};
|
|
2522
2504
|
localVarQueryParameter = {};
|
|
2523
|
-
// authentication apiKeyCookie required
|
|
2524
2505
|
// authentication authCookie required
|
|
2525
2506
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2526
2507
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2554,7 +2535,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2554
2535
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2555
2536
|
localVarHeaderParameter = {};
|
|
2556
2537
|
localVarQueryParameter = {};
|
|
2557
|
-
// authentication apiKeyCookie required
|
|
2558
2538
|
// authentication authCookie required
|
|
2559
2539
|
if (n !== undefined) {
|
|
2560
2540
|
localVarQueryParameter['n'] = n;
|
|
@@ -2598,7 +2578,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2598
2578
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
2599
2579
|
localVarHeaderParameter = {};
|
|
2600
2580
|
localVarQueryParameter = {};
|
|
2601
|
-
// authentication apiKeyCookie required
|
|
2602
2581
|
// authentication authCookie required
|
|
2603
2582
|
if (n !== undefined) {
|
|
2604
2583
|
localVarQueryParameter['n'] = n;
|
|
@@ -2645,7 +2624,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2645
2624
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
2646
2625
|
localVarHeaderParameter = {};
|
|
2647
2626
|
localVarQueryParameter = {};
|
|
2648
|
-
// authentication apiKeyCookie required
|
|
2649
2627
|
// authentication authCookie required
|
|
2650
2628
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2651
2629
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -2689,7 +2667,6 @@ var FavoritesApiAxiosParamCreator = function (configuration) {
|
|
|
2689
2667
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
2690
2668
|
localVarHeaderParameter = {};
|
|
2691
2669
|
localVarQueryParameter = {};
|
|
2692
|
-
// authentication apiKeyCookie required
|
|
2693
2670
|
// authentication authCookie required
|
|
2694
2671
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2695
2672
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3139,7 +3116,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3139
3116
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
3140
3117
|
localVarHeaderParameter = {};
|
|
3141
3118
|
localVarQueryParameter = {};
|
|
3142
|
-
// authentication apiKeyCookie required
|
|
3143
3119
|
// authentication authCookie required
|
|
3144
3120
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3145
3121
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3177,7 +3153,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3177
3153
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
3178
3154
|
localVarHeaderParameter = {};
|
|
3179
3155
|
localVarQueryParameter = {};
|
|
3180
|
-
// authentication apiKeyCookie required
|
|
3181
3156
|
// authentication authCookie required
|
|
3182
3157
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3183
3158
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3214,7 +3189,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3214
3189
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
3215
3190
|
localVarHeaderParameter = {};
|
|
3216
3191
|
localVarQueryParameter = {};
|
|
3217
|
-
// authentication apiKeyCookie required
|
|
3218
3192
|
// authentication authCookie required
|
|
3219
3193
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3220
3194
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3253,7 +3227,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3253
3227
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
3254
3228
|
localVarHeaderParameter = {};
|
|
3255
3229
|
localVarQueryParameter = {};
|
|
3256
|
-
// authentication apiKeyCookie required
|
|
3257
3230
|
// authentication authCookie required
|
|
3258
3231
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3259
3232
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3292,7 +3265,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3292
3265
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
3293
3266
|
localVarHeaderParameter = {};
|
|
3294
3267
|
localVarQueryParameter = {};
|
|
3295
|
-
// authentication apiKeyCookie required
|
|
3296
3268
|
// authentication authCookie required
|
|
3297
3269
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3298
3270
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3336,7 +3308,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3336
3308
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
3337
3309
|
localVarHeaderParameter = {};
|
|
3338
3310
|
localVarQueryParameter = {};
|
|
3339
|
-
// authentication apiKeyCookie required
|
|
3340
3311
|
// authentication authCookie required
|
|
3341
3312
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
3342
3313
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -3373,7 +3344,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3373
3344
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
3374
3345
|
localVarHeaderParameter = {};
|
|
3375
3346
|
localVarQueryParameter = {};
|
|
3376
|
-
// authentication apiKeyCookie required
|
|
3377
3347
|
// authentication authCookie required
|
|
3378
3348
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3379
3349
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3416,7 +3386,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3416
3386
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
3417
3387
|
localVarHeaderParameter = {};
|
|
3418
3388
|
localVarQueryParameter = {};
|
|
3419
|
-
// authentication apiKeyCookie required
|
|
3420
3389
|
// authentication authCookie required
|
|
3421
3390
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
3422
3391
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3451,7 +3420,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3451
3420
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
3452
3421
|
localVarHeaderParameter = {};
|
|
3453
3422
|
localVarQueryParameter = {};
|
|
3454
|
-
// authentication apiKeyCookie required
|
|
3455
3423
|
// authentication authCookie required
|
|
3456
3424
|
if (tag !== undefined) {
|
|
3457
3425
|
localVarQueryParameter['tag'] = tag;
|
|
@@ -3507,7 +3475,6 @@ var FilesApiAxiosParamCreator = function (configuration) {
|
|
|
3507
3475
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
3508
3476
|
localVarHeaderParameter = {};
|
|
3509
3477
|
localVarQueryParameter = {};
|
|
3510
|
-
// authentication apiKeyCookie required
|
|
3511
3478
|
// authentication authCookie required
|
|
3512
3479
|
if (partNumber !== undefined) {
|
|
3513
3480
|
localVarQueryParameter['partNumber'] = partNumber;
|
|
@@ -4051,7 +4018,6 @@ var FriendsApiAxiosParamCreator = function (configuration) {
|
|
|
4051
4018
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4052
4019
|
localVarHeaderParameter = {};
|
|
4053
4020
|
localVarQueryParameter = {};
|
|
4054
|
-
// authentication apiKeyCookie required
|
|
4055
4021
|
// authentication authCookie required
|
|
4056
4022
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4057
4023
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4086,7 +4052,6 @@ var FriendsApiAxiosParamCreator = function (configuration) {
|
|
|
4086
4052
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4087
4053
|
localVarHeaderParameter = {};
|
|
4088
4054
|
localVarQueryParameter = {};
|
|
4089
|
-
// authentication apiKeyCookie required
|
|
4090
4055
|
// authentication authCookie required
|
|
4091
4056
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4092
4057
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4121,7 +4086,6 @@ var FriendsApiAxiosParamCreator = function (configuration) {
|
|
|
4121
4086
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
4122
4087
|
localVarHeaderParameter = {};
|
|
4123
4088
|
localVarQueryParameter = {};
|
|
4124
|
-
// authentication apiKeyCookie required
|
|
4125
4089
|
// authentication authCookie required
|
|
4126
4090
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4127
4091
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4155,7 +4119,6 @@ var FriendsApiAxiosParamCreator = function (configuration) {
|
|
|
4155
4119
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
4156
4120
|
localVarHeaderParameter = {};
|
|
4157
4121
|
localVarQueryParameter = {};
|
|
4158
|
-
// authentication apiKeyCookie required
|
|
4159
4122
|
// authentication authCookie required
|
|
4160
4123
|
if (offset !== undefined) {
|
|
4161
4124
|
localVarQueryParameter['offset'] = offset;
|
|
@@ -4199,7 +4162,6 @@ var FriendsApiAxiosParamCreator = function (configuration) {
|
|
|
4199
4162
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4200
4163
|
localVarHeaderParameter = {};
|
|
4201
4164
|
localVarQueryParameter = {};
|
|
4202
|
-
// authentication apiKeyCookie required
|
|
4203
4165
|
// authentication authCookie required
|
|
4204
4166
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4205
4167
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4499,7 +4461,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4499
4461
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4500
4462
|
localVarHeaderParameter = {};
|
|
4501
4463
|
localVarQueryParameter = {};
|
|
4502
|
-
// authentication apiKeyCookie required
|
|
4503
4464
|
// authentication authCookie required
|
|
4504
4465
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4505
4466
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4544,7 +4505,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4544
4505
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
4545
4506
|
localVarHeaderParameter = {};
|
|
4546
4507
|
localVarQueryParameter = {};
|
|
4547
|
-
// authentication apiKeyCookie required
|
|
4548
4508
|
// authentication authCookie required
|
|
4549
4509
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4550
4510
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4580,7 +4540,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4580
4540
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4581
4541
|
localVarHeaderParameter = {};
|
|
4582
4542
|
localVarQueryParameter = {};
|
|
4583
|
-
// authentication apiKeyCookie required
|
|
4584
4543
|
// authentication authCookie required
|
|
4585
4544
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4586
4545
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4617,7 +4576,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4617
4576
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4618
4577
|
localVarHeaderParameter = {};
|
|
4619
4578
|
localVarQueryParameter = {};
|
|
4620
|
-
// authentication apiKeyCookie required
|
|
4621
4579
|
// authentication authCookie required
|
|
4622
4580
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4623
4581
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4649,7 +4607,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4649
4607
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4650
4608
|
localVarHeaderParameter = {};
|
|
4651
4609
|
localVarQueryParameter = {};
|
|
4652
|
-
// authentication apiKeyCookie required
|
|
4653
4610
|
// authentication authCookie required
|
|
4654
4611
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4655
4612
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4687,7 +4644,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4687
4644
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4688
4645
|
localVarHeaderParameter = {};
|
|
4689
4646
|
localVarQueryParameter = {};
|
|
4690
|
-
// authentication apiKeyCookie required
|
|
4691
4647
|
// authentication authCookie required
|
|
4692
4648
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4693
4649
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4725,7 +4681,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4725
4681
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4726
4682
|
localVarHeaderParameter = {};
|
|
4727
4683
|
localVarQueryParameter = {};
|
|
4728
|
-
// authentication apiKeyCookie required
|
|
4729
4684
|
// authentication authCookie required
|
|
4730
4685
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4731
4686
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4763,7 +4718,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4763
4718
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4764
4719
|
localVarHeaderParameter = {};
|
|
4765
4720
|
localVarQueryParameter = {};
|
|
4766
|
-
// authentication apiKeyCookie required
|
|
4767
4721
|
// authentication authCookie required
|
|
4768
4722
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4769
4723
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4801,7 +4755,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4801
4755
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
4802
4756
|
localVarHeaderParameter = {};
|
|
4803
4757
|
localVarQueryParameter = {};
|
|
4804
|
-
// authentication apiKeyCookie required
|
|
4805
4758
|
// authentication authCookie required
|
|
4806
4759
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4807
4760
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4838,7 +4791,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4838
4791
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4839
4792
|
localVarHeaderParameter = {};
|
|
4840
4793
|
localVarQueryParameter = {};
|
|
4841
|
-
// authentication apiKeyCookie required
|
|
4842
4794
|
// authentication authCookie required
|
|
4843
4795
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4844
4796
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4873,7 +4825,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4873
4825
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4874
4826
|
localVarHeaderParameter = {};
|
|
4875
4827
|
localVarQueryParameter = {};
|
|
4876
|
-
// authentication apiKeyCookie required
|
|
4877
4828
|
// authentication authCookie required
|
|
4878
4829
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4879
4830
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4912,7 +4863,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4912
4863
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4913
4864
|
localVarHeaderParameter = {};
|
|
4914
4865
|
localVarQueryParameter = {};
|
|
4915
|
-
// authentication apiKeyCookie required
|
|
4916
4866
|
// authentication authCookie required
|
|
4917
4867
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4918
4868
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4955,7 +4905,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4955
4905
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4956
4906
|
localVarHeaderParameter = {};
|
|
4957
4907
|
localVarQueryParameter = {};
|
|
4958
|
-
// authentication apiKeyCookie required
|
|
4959
4908
|
// authentication authCookie required
|
|
4960
4909
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4961
4910
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -4994,7 +4943,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
4994
4943
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
4995
4944
|
localVarHeaderParameter = {};
|
|
4996
4945
|
localVarQueryParameter = {};
|
|
4997
|
-
// authentication apiKeyCookie required
|
|
4998
4946
|
// authentication authCookie required
|
|
4999
4947
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5000
4948
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5033,7 +4981,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5033
4981
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
5034
4982
|
localVarHeaderParameter = {};
|
|
5035
4983
|
localVarQueryParameter = {};
|
|
5036
|
-
// authentication apiKeyCookie required
|
|
5037
4984
|
// authentication authCookie required
|
|
5038
4985
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5039
4986
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5069,7 +5016,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5069
5016
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5070
5017
|
localVarHeaderParameter = {};
|
|
5071
5018
|
localVarQueryParameter = {};
|
|
5072
|
-
// authentication apiKeyCookie required
|
|
5073
5019
|
// authentication authCookie required
|
|
5074
5020
|
if (includeRoles !== undefined) {
|
|
5075
5021
|
localVarQueryParameter['includeRoles'] = includeRoles;
|
|
@@ -5107,7 +5053,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5107
5053
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5108
5054
|
localVarHeaderParameter = {};
|
|
5109
5055
|
localVarQueryParameter = {};
|
|
5110
|
-
// authentication apiKeyCookie required
|
|
5111
5056
|
// authentication authCookie required
|
|
5112
5057
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5113
5058
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5146,7 +5091,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5146
5091
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5147
5092
|
localVarHeaderParameter = {};
|
|
5148
5093
|
localVarQueryParameter = {};
|
|
5149
|
-
// authentication apiKeyCookie required
|
|
5150
5094
|
// authentication authCookie required
|
|
5151
5095
|
if (n !== undefined) {
|
|
5152
5096
|
localVarQueryParameter['n'] = n;
|
|
@@ -5199,7 +5143,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5199
5143
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5200
5144
|
localVarHeaderParameter = {};
|
|
5201
5145
|
localVarQueryParameter = {};
|
|
5202
|
-
// authentication apiKeyCookie required
|
|
5203
5146
|
// authentication authCookie required
|
|
5204
5147
|
if (n !== undefined) {
|
|
5205
5148
|
localVarQueryParameter['n'] = n;
|
|
@@ -5247,7 +5190,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5247
5190
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5248
5191
|
localVarHeaderParameter = {};
|
|
5249
5192
|
localVarQueryParameter = {};
|
|
5250
|
-
// authentication apiKeyCookie required
|
|
5251
5193
|
// authentication authCookie required
|
|
5252
5194
|
if (n !== undefined) {
|
|
5253
5195
|
localVarQueryParameter['n'] = n;
|
|
@@ -5291,7 +5233,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5291
5233
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5292
5234
|
localVarHeaderParameter = {};
|
|
5293
5235
|
localVarQueryParameter = {};
|
|
5294
|
-
// authentication apiKeyCookie required
|
|
5295
5236
|
// authentication authCookie required
|
|
5296
5237
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5297
5238
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5330,7 +5271,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5330
5271
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5331
5272
|
localVarHeaderParameter = {};
|
|
5332
5273
|
localVarQueryParameter = {};
|
|
5333
|
-
// authentication apiKeyCookie required
|
|
5334
5274
|
// authentication authCookie required
|
|
5335
5275
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5336
5276
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5367,7 +5307,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5367
5307
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5368
5308
|
localVarHeaderParameter = {};
|
|
5369
5309
|
localVarQueryParameter = {};
|
|
5370
|
-
// authentication apiKeyCookie required
|
|
5371
5310
|
// authentication authCookie required
|
|
5372
5311
|
if (n !== undefined) {
|
|
5373
5312
|
localVarQueryParameter['n'] = n;
|
|
@@ -5408,7 +5347,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5408
5347
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5409
5348
|
localVarHeaderParameter = {};
|
|
5410
5349
|
localVarQueryParameter = {};
|
|
5411
|
-
// authentication apiKeyCookie required
|
|
5412
5350
|
// authentication authCookie required
|
|
5413
5351
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5414
5352
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5443,7 +5381,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5443
5381
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5444
5382
|
localVarHeaderParameter = {};
|
|
5445
5383
|
localVarQueryParameter = {};
|
|
5446
|
-
// authentication apiKeyCookie required
|
|
5447
5384
|
// authentication authCookie required
|
|
5448
5385
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5449
5386
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5478,7 +5415,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5478
5415
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
5479
5416
|
localVarHeaderParameter = {};
|
|
5480
5417
|
localVarQueryParameter = {};
|
|
5481
|
-
// authentication apiKeyCookie required
|
|
5482
5418
|
// authentication authCookie required
|
|
5483
5419
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5484
5420
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5513,7 +5449,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5513
5449
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
5514
5450
|
localVarHeaderParameter = {};
|
|
5515
5451
|
localVarQueryParameter = {};
|
|
5516
|
-
// authentication apiKeyCookie required
|
|
5517
5452
|
// authentication authCookie required
|
|
5518
5453
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5519
5454
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5552,7 +5487,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5552
5487
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
5553
5488
|
localVarHeaderParameter = {};
|
|
5554
5489
|
localVarQueryParameter = {};
|
|
5555
|
-
// authentication apiKeyCookie required
|
|
5556
5490
|
// authentication authCookie required
|
|
5557
5491
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5558
5492
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5587,7 +5521,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5587
5521
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
5588
5522
|
localVarHeaderParameter = {};
|
|
5589
5523
|
localVarQueryParameter = {};
|
|
5590
|
-
// authentication apiKeyCookie required
|
|
5591
5524
|
// authentication authCookie required
|
|
5592
5525
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5593
5526
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5630,7 +5563,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5630
5563
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
5631
5564
|
localVarHeaderParameter = {};
|
|
5632
5565
|
localVarQueryParameter = {};
|
|
5633
|
-
// authentication apiKeyCookie required
|
|
5634
5566
|
// authentication authCookie required
|
|
5635
5567
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5636
5568
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5670,7 +5602,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5670
5602
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
5671
5603
|
localVarHeaderParameter = {};
|
|
5672
5604
|
localVarQueryParameter = {};
|
|
5673
|
-
// authentication apiKeyCookie required
|
|
5674
5605
|
// authentication authCookie required
|
|
5675
5606
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5676
5607
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5711,7 +5642,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5711
5642
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
5712
5643
|
localVarHeaderParameter = {};
|
|
5713
5644
|
localVarQueryParameter = {};
|
|
5714
|
-
// authentication apiKeyCookie required
|
|
5715
5645
|
// authentication authCookie required
|
|
5716
5646
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
5717
5647
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -5747,7 +5677,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5747
5677
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
5748
5678
|
localVarHeaderParameter = {};
|
|
5749
5679
|
localVarQueryParameter = {};
|
|
5750
|
-
// authentication apiKeyCookie required
|
|
5751
5680
|
// authentication authCookie required
|
|
5752
5681
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5753
5682
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5789,7 +5718,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5789
5718
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
5790
5719
|
localVarHeaderParameter = {};
|
|
5791
5720
|
localVarQueryParameter = {};
|
|
5792
|
-
// authentication apiKeyCookie required
|
|
5793
5721
|
// authentication authCookie required
|
|
5794
5722
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5795
5723
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5831,7 +5759,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5831
5759
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
5832
5760
|
localVarHeaderParameter = {};
|
|
5833
5761
|
localVarQueryParameter = {};
|
|
5834
|
-
// authentication apiKeyCookie required
|
|
5835
5762
|
// authentication authCookie required
|
|
5836
5763
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5837
5764
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -5873,7 +5800,6 @@ var GroupsApiAxiosParamCreator = function (configuration) {
|
|
|
5873
5800
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
5874
5801
|
localVarHeaderParameter = {};
|
|
5875
5802
|
localVarQueryParameter = {};
|
|
5876
|
-
// authentication apiKeyCookie required
|
|
5877
5803
|
// authentication authCookie required
|
|
5878
5804
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
5879
5805
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -7593,7 +7519,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
7593
7519
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
7594
7520
|
localVarHeaderParameter = {};
|
|
7595
7521
|
localVarQueryParameter = {};
|
|
7596
|
-
// authentication apiKeyCookie required
|
|
7597
7522
|
// authentication authCookie required
|
|
7598
7523
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7599
7524
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7628,7 +7553,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
7628
7553
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
7629
7554
|
localVarHeaderParameter = {};
|
|
7630
7555
|
localVarQueryParameter = {};
|
|
7631
|
-
// authentication apiKeyCookie required
|
|
7632
7556
|
// authentication authCookie required
|
|
7633
7557
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7634
7558
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7667,7 +7591,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
7667
7591
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
7668
7592
|
localVarHeaderParameter = {};
|
|
7669
7593
|
localVarQueryParameter = {};
|
|
7670
|
-
// authentication apiKeyCookie required
|
|
7671
7594
|
// authentication authCookie required
|
|
7672
7595
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7673
7596
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7706,7 +7629,6 @@ var InstancesApiAxiosParamCreator = function (configuration) {
|
|
|
7706
7629
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
7707
7630
|
localVarHeaderParameter = {};
|
|
7708
7631
|
localVarQueryParameter = {};
|
|
7709
|
-
// authentication apiKeyCookie required
|
|
7710
7632
|
// authentication authCookie required
|
|
7711
7633
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7712
7634
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -7970,7 +7892,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
7970
7892
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
7971
7893
|
localVarHeaderParameter = {};
|
|
7972
7894
|
localVarQueryParameter = {};
|
|
7973
|
-
// authentication apiKeyCookie required
|
|
7974
7895
|
// authentication authCookie required
|
|
7975
7896
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
7976
7897
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8009,7 +7930,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8009
7930
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8010
7931
|
localVarHeaderParameter = {};
|
|
8011
7932
|
localVarQueryParameter = {};
|
|
8012
|
-
// authentication apiKeyCookie required
|
|
8013
7933
|
// authentication authCookie required
|
|
8014
7934
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8015
7935
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8048,7 +7968,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8048
7968
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8049
7969
|
localVarHeaderParameter = {};
|
|
8050
7970
|
localVarQueryParameter = {};
|
|
8051
|
-
// authentication apiKeyCookie required
|
|
8052
7971
|
// authentication authCookie required
|
|
8053
7972
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8054
7973
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8084,7 +8003,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8084
8003
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8085
8004
|
localVarHeaderParameter = {};
|
|
8086
8005
|
localVarQueryParameter = {};
|
|
8087
|
-
// authentication apiKeyCookie required
|
|
8088
8006
|
// authentication authCookie required
|
|
8089
8007
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8090
8008
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -8122,7 +8040,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8122
8040
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8123
8041
|
localVarHeaderParameter = {};
|
|
8124
8042
|
localVarQueryParameter = {};
|
|
8125
|
-
// authentication apiKeyCookie required
|
|
8126
8043
|
// authentication authCookie required
|
|
8127
8044
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8128
8045
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -8167,7 +8084,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8167
8084
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
8168
8085
|
localVarHeaderParameter = {};
|
|
8169
8086
|
localVarQueryParameter = {};
|
|
8170
|
-
// authentication apiKeyCookie required
|
|
8171
8087
|
// authentication authCookie required
|
|
8172
8088
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8173
8089
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8203,7 +8119,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8203
8119
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
8204
8120
|
localVarHeaderParameter = {};
|
|
8205
8121
|
localVarQueryParameter = {};
|
|
8206
|
-
// authentication apiKeyCookie required
|
|
8207
8122
|
// authentication authCookie required
|
|
8208
8123
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8209
8124
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -8249,7 +8164,6 @@ var InviteApiAxiosParamCreator = function (configuration) {
|
|
|
8249
8164
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
8250
8165
|
localVarHeaderParameter = {};
|
|
8251
8166
|
localVarQueryParameter = {};
|
|
8252
|
-
// authentication apiKeyCookie required
|
|
8253
8167
|
// authentication authCookie required
|
|
8254
8168
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
8255
8169
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -8702,7 +8616,6 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
8702
8616
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
8703
8617
|
localVarHeaderParameter = {};
|
|
8704
8618
|
localVarQueryParameter = {};
|
|
8705
|
-
// authentication apiKeyCookie required
|
|
8706
8619
|
// authentication authCookie required
|
|
8707
8620
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8708
8621
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8733,7 +8646,6 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
8733
8646
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
8734
8647
|
localVarHeaderParameter = {};
|
|
8735
8648
|
localVarQueryParameter = {};
|
|
8736
|
-
// authentication apiKeyCookie required
|
|
8737
8649
|
// authentication authCookie required
|
|
8738
8650
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8739
8651
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8768,7 +8680,6 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
8768
8680
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
8769
8681
|
localVarHeaderParameter = {};
|
|
8770
8682
|
localVarQueryParameter = {};
|
|
8771
|
-
// authentication apiKeyCookie required
|
|
8772
8683
|
// authentication authCookie required
|
|
8773
8684
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8774
8685
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -8805,7 +8716,6 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
8805
8716
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
8806
8717
|
localVarHeaderParameter = {};
|
|
8807
8718
|
localVarQueryParameter = {};
|
|
8808
|
-
// authentication apiKeyCookie required
|
|
8809
8719
|
// authentication authCookie required
|
|
8810
8720
|
if (type !== undefined) {
|
|
8811
8721
|
localVarQueryParameter['type'] = type;
|
|
@@ -8858,7 +8768,6 @@ var NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
8858
8768
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
8859
8769
|
localVarHeaderParameter = {};
|
|
8860
8770
|
localVarQueryParameter = {};
|
|
8861
|
-
// authentication apiKeyCookie required
|
|
8862
8771
|
// authentication authCookie required
|
|
8863
8772
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
8864
8773
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9155,7 +9064,6 @@ var PermissionsApiAxiosParamCreator = function (configuration) {
|
|
|
9155
9064
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9156
9065
|
localVarHeaderParameter = {};
|
|
9157
9066
|
localVarQueryParameter = {};
|
|
9158
|
-
// authentication apiKeyCookie required
|
|
9159
9067
|
// authentication authCookie required
|
|
9160
9068
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9161
9069
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9190,7 +9098,6 @@ var PermissionsApiAxiosParamCreator = function (configuration) {
|
|
|
9190
9098
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9191
9099
|
localVarHeaderParameter = {};
|
|
9192
9100
|
localVarQueryParameter = {};
|
|
9193
|
-
// authentication apiKeyCookie required
|
|
9194
9101
|
// authentication authCookie required
|
|
9195
9102
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9196
9103
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9346,7 +9253,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9346
9253
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
9347
9254
|
localVarHeaderParameter = {};
|
|
9348
9255
|
localVarQueryParameter = {};
|
|
9349
|
-
// authentication apiKeyCookie required
|
|
9350
9256
|
// authentication authCookie required
|
|
9351
9257
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9352
9258
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9381,7 +9287,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9381
9287
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
9382
9288
|
localVarHeaderParameter = {};
|
|
9383
9289
|
localVarQueryParameter = {};
|
|
9384
|
-
// authentication apiKeyCookie required
|
|
9385
9290
|
// authentication authCookie required
|
|
9386
9291
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9387
9292
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9416,7 +9321,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9416
9321
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9417
9322
|
localVarHeaderParameter = {};
|
|
9418
9323
|
localVarQueryParameter = {};
|
|
9419
|
-
// authentication apiKeyCookie required
|
|
9420
9324
|
// authentication authCookie required
|
|
9421
9325
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
9422
9326
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -9449,7 +9353,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9449
9353
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
9450
9354
|
localVarHeaderParameter = {};
|
|
9451
9355
|
localVarQueryParameter = {};
|
|
9452
|
-
// authentication apiKeyCookie required
|
|
9453
9356
|
// authentication authCookie required
|
|
9454
9357
|
if (type !== undefined) {
|
|
9455
9358
|
localVarQueryParameter['type'] = type;
|
|
@@ -9487,7 +9390,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9487
9390
|
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
9488
9391
|
localVarHeaderParameter = {};
|
|
9489
9392
|
localVarQueryParameter = {};
|
|
9490
|
-
// authentication apiKeyCookie required
|
|
9491
9393
|
// authentication authCookie required
|
|
9492
9394
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
9493
9395
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -9521,7 +9423,6 @@ var PlayermoderationApiAxiosParamCreator = function (configuration) {
|
|
|
9521
9423
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
9522
9424
|
localVarHeaderParameter = {};
|
|
9523
9425
|
localVarQueryParameter = {};
|
|
9524
|
-
// authentication apiKeyCookie required
|
|
9525
9426
|
// authentication authCookie required
|
|
9526
9427
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
9527
9428
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -10420,7 +10321,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10420
10321
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10421
10322
|
localVarHeaderParameter = {};
|
|
10422
10323
|
localVarQueryParameter = {};
|
|
10423
|
-
// authentication apiKeyCookie required
|
|
10424
10324
|
// authentication authCookie required
|
|
10425
10325
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10426
10326
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -10456,7 +10356,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10456
10356
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10457
10357
|
localVarHeaderParameter = {};
|
|
10458
10358
|
localVarQueryParameter = {};
|
|
10459
|
-
// authentication apiKeyCookie required
|
|
10460
10359
|
// authentication authCookie required
|
|
10461
10360
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10462
10361
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -10491,7 +10390,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10491
10390
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10492
10391
|
localVarHeaderParameter = {};
|
|
10493
10392
|
localVarQueryParameter = {};
|
|
10494
|
-
// authentication apiKeyCookie required
|
|
10495
10393
|
// authentication authCookie required
|
|
10496
10394
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10497
10395
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -10526,7 +10424,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10526
10424
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10527
10425
|
localVarHeaderParameter = {};
|
|
10528
10426
|
localVarQueryParameter = {};
|
|
10529
|
-
// authentication apiKeyCookie required
|
|
10530
10427
|
// authentication authCookie required
|
|
10531
10428
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10532
10429
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -10561,7 +10458,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10561
10458
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
10562
10459
|
localVarHeaderParameter = {};
|
|
10563
10460
|
localVarQueryParameter = {};
|
|
10564
|
-
// authentication apiKeyCookie required
|
|
10565
10461
|
// authentication authCookie required
|
|
10566
10462
|
if (search !== undefined) {
|
|
10567
10463
|
localVarQueryParameter['search'] = search;
|
|
@@ -10609,7 +10505,6 @@ var UsersApiAxiosParamCreator = function (configuration) {
|
|
|
10609
10505
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
10610
10506
|
localVarHeaderParameter = {};
|
|
10611
10507
|
localVarQueryParameter = {};
|
|
10612
|
-
// authentication apiKeyCookie required
|
|
10613
10508
|
// authentication authCookie required
|
|
10614
10509
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10615
10510
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
@@ -10989,7 +10884,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
10989
10884
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
10990
10885
|
localVarHeaderParameter = {};
|
|
10991
10886
|
localVarQueryParameter = {};
|
|
10992
|
-
// authentication apiKeyCookie required
|
|
10993
10887
|
// authentication authCookie required
|
|
10994
10888
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
10995
10889
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11032,7 +10926,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11032
10926
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11033
10927
|
localVarHeaderParameter = {};
|
|
11034
10928
|
localVarQueryParameter = {};
|
|
11035
|
-
// authentication apiKeyCookie required
|
|
11036
10929
|
// authentication authCookie required
|
|
11037
10930
|
if (featured !== undefined) {
|
|
11038
10931
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -11112,7 +11005,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11112
11005
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11113
11006
|
localVarHeaderParameter = {};
|
|
11114
11007
|
localVarQueryParameter = {};
|
|
11115
|
-
// authentication apiKeyCookie required
|
|
11116
11008
|
// authentication authCookie required
|
|
11117
11009
|
if (featured !== undefined) {
|
|
11118
11010
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -11195,7 +11087,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11195
11087
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11196
11088
|
localVarHeaderParameter = {};
|
|
11197
11089
|
localVarQueryParameter = {};
|
|
11198
|
-
// authentication apiKeyCookie required
|
|
11199
11090
|
// authentication authCookie required
|
|
11200
11091
|
if (featured !== undefined) {
|
|
11201
11092
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -11269,7 +11160,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11269
11160
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11270
11161
|
localVarHeaderParameter = {};
|
|
11271
11162
|
localVarQueryParameter = {};
|
|
11272
|
-
// authentication apiKeyCookie required
|
|
11273
11163
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11274
11164
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
11275
11165
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -11307,7 +11197,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11307
11197
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11308
11198
|
localVarHeaderParameter = {};
|
|
11309
11199
|
localVarQueryParameter = {};
|
|
11310
|
-
// authentication apiKeyCookie required
|
|
11311
11200
|
// authentication authCookie required
|
|
11312
11201
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11313
11202
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11343,7 +11232,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11343
11232
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11344
11233
|
localVarHeaderParameter = {};
|
|
11345
11234
|
localVarQueryParameter = {};
|
|
11346
|
-
// authentication apiKeyCookie required
|
|
11347
11235
|
// authentication authCookie required
|
|
11348
11236
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11349
11237
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11378,7 +11266,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11378
11266
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11379
11267
|
localVarHeaderParameter = {};
|
|
11380
11268
|
localVarQueryParameter = {};
|
|
11381
|
-
// authentication apiKeyCookie required
|
|
11382
11269
|
// authentication authCookie required
|
|
11383
11270
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11384
11271
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11413,7 +11300,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11413
11300
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
11414
11301
|
localVarHeaderParameter = {};
|
|
11415
11302
|
localVarQueryParameter = {};
|
|
11416
|
-
// authentication apiKeyCookie required
|
|
11417
11303
|
// authentication authCookie required
|
|
11418
11304
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11419
11305
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11458,7 +11344,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11458
11344
|
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
11459
11345
|
localVarHeaderParameter = {};
|
|
11460
11346
|
localVarQueryParameter = {};
|
|
11461
|
-
// authentication apiKeyCookie required
|
|
11462
11347
|
// authentication authCookie required
|
|
11463
11348
|
if (featured !== undefined) {
|
|
11464
11349
|
localVarQueryParameter['featured'] = featured;
|
|
@@ -11535,7 +11420,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11535
11420
|
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
11536
11421
|
localVarHeaderParameter = {};
|
|
11537
11422
|
localVarQueryParameter = {};
|
|
11538
|
-
// authentication apiKeyCookie required
|
|
11539
11423
|
// authentication authCookie required
|
|
11540
11424
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
11541
11425
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -11571,7 +11455,6 @@ var WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
11571
11455
|
localVarRequestOptions = __assign(__assign({ method: 'PUT' }, baseOptions), options);
|
|
11572
11456
|
localVarHeaderParameter = {};
|
|
11573
11457
|
localVarQueryParameter = {};
|
|
11574
|
-
// authentication apiKeyCookie required
|
|
11575
11458
|
// authentication authCookie required
|
|
11576
11459
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
11577
11460
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|