vrchat 1.11.1 → 1.12.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 +17 -246
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +16 -9
- 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/api.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
-
* Contact:
|
|
6
|
+
* The version of the OpenAPI document: 1.12.0
|
|
7
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
10
|
* https://openapi-generator.tech
|
|
@@ -51,12 +51,6 @@ export interface APIConfig {
|
|
|
51
51
|
* @memberof APIConfig
|
|
52
52
|
*/
|
|
53
53
|
'announcements': Set<APIConfigAnnouncement>;
|
|
54
|
-
/**
|
|
55
|
-
* apiKey to be used for all other requests
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof APIConfig
|
|
58
|
-
*/
|
|
59
|
-
'apiKey': string;
|
|
60
54
|
/**
|
|
61
55
|
* Game name
|
|
62
56
|
* @type {string}
|
|
@@ -565,6 +559,18 @@ export interface APIConfigDownloadURLList {
|
|
|
565
559
|
* @memberof APIConfigDownloadURLList
|
|
566
560
|
*/
|
|
567
561
|
'sdk3-worlds': string;
|
|
562
|
+
/**
|
|
563
|
+
* Download link for the Creator Companion
|
|
564
|
+
* @type {string}
|
|
565
|
+
* @memberof APIConfigDownloadURLList
|
|
566
|
+
*/
|
|
567
|
+
'vcc': string;
|
|
568
|
+
/**
|
|
569
|
+
* Download link for ???
|
|
570
|
+
* @type {string}
|
|
571
|
+
* @memberof APIConfigDownloadURLList
|
|
572
|
+
*/
|
|
573
|
+
'bootstrap': string;
|
|
568
574
|
}
|
|
569
575
|
/**
|
|
570
576
|
*
|
|
@@ -1291,7 +1297,7 @@ export interface CurrentUser {
|
|
|
1291
1297
|
* @type {Array<AccountDeletionLog>}
|
|
1292
1298
|
* @memberof CurrentUser
|
|
1293
1299
|
*/
|
|
1294
|
-
'accountDeletionLog'?: Array<AccountDeletionLog
|
|
1300
|
+
'accountDeletionLog'?: Array<AccountDeletionLog> | null;
|
|
1295
1301
|
/**
|
|
1296
1302
|
*
|
|
1297
1303
|
* @type {Array<string>}
|
|
@@ -4041,7 +4047,8 @@ export type Region = typeof Region[keyof typeof Region];
|
|
|
4041
4047
|
export const ReleaseStatus = {
|
|
4042
4048
|
Public: 'public',
|
|
4043
4049
|
Private: 'private',
|
|
4044
|
-
Hidden: 'hidden'
|
|
4050
|
+
Hidden: 'hidden',
|
|
4051
|
+
All: 'all'
|
|
4045
4052
|
} as const;
|
|
4046
4053
|
|
|
4047
4054
|
export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
|
|
@@ -5627,8 +5634,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
|
|
|
5627
5634
|
const localVarHeaderParameter = {} as any;
|
|
5628
5635
|
const localVarQueryParameter = {} as any;
|
|
5629
5636
|
|
|
5630
|
-
// authentication apiKeyCookie required
|
|
5631
|
-
|
|
5632
5637
|
if (email !== undefined) {
|
|
5633
5638
|
localVarQueryParameter['email'] = email;
|
|
5634
5639
|
}
|
|
@@ -5679,8 +5684,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
|
|
|
5679
5684
|
const localVarHeaderParameter = {} as any;
|
|
5680
5685
|
const localVarQueryParameter = {} as any;
|
|
5681
5686
|
|
|
5682
|
-
// authentication apiKeyCookie required
|
|
5683
|
-
|
|
5684
5687
|
// authentication authCookie required
|
|
5685
5688
|
|
|
5686
5689
|
|
|
@@ -6226,8 +6229,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6226
6229
|
const localVarHeaderParameter = {} as any;
|
|
6227
6230
|
const localVarQueryParameter = {} as any;
|
|
6228
6231
|
|
|
6229
|
-
// authentication apiKeyCookie required
|
|
6230
|
-
|
|
6231
6232
|
// authentication authCookie required
|
|
6232
6233
|
|
|
6233
6234
|
|
|
@@ -6267,8 +6268,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6267
6268
|
const localVarHeaderParameter = {} as any;
|
|
6268
6269
|
const localVarQueryParameter = {} as any;
|
|
6269
6270
|
|
|
6270
|
-
// authentication apiKeyCookie required
|
|
6271
|
-
|
|
6272
6271
|
// authentication authCookie required
|
|
6273
6272
|
|
|
6274
6273
|
|
|
@@ -6305,8 +6304,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6305
6304
|
const localVarHeaderParameter = {} as any;
|
|
6306
6305
|
const localVarQueryParameter = {} as any;
|
|
6307
6306
|
|
|
6308
|
-
// authentication apiKeyCookie required
|
|
6309
|
-
|
|
6310
6307
|
// authentication authCookie required
|
|
6311
6308
|
|
|
6312
6309
|
|
|
@@ -6352,8 +6349,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6352
6349
|
const localVarHeaderParameter = {} as any;
|
|
6353
6350
|
const localVarQueryParameter = {} as any;
|
|
6354
6351
|
|
|
6355
|
-
// authentication apiKeyCookie required
|
|
6356
|
-
|
|
6357
6352
|
// authentication authCookie required
|
|
6358
6353
|
|
|
6359
6354
|
if (featured !== undefined) {
|
|
@@ -6442,8 +6437,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6442
6437
|
const localVarHeaderParameter = {} as any;
|
|
6443
6438
|
const localVarQueryParameter = {} as any;
|
|
6444
6439
|
|
|
6445
|
-
// authentication apiKeyCookie required
|
|
6446
|
-
|
|
6447
6440
|
// authentication authCookie required
|
|
6448
6441
|
|
|
6449
6442
|
|
|
@@ -6489,8 +6482,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6489
6482
|
const localVarHeaderParameter = {} as any;
|
|
6490
6483
|
const localVarQueryParameter = {} as any;
|
|
6491
6484
|
|
|
6492
|
-
// authentication apiKeyCookie required
|
|
6493
|
-
|
|
6494
6485
|
// authentication authCookie required
|
|
6495
6486
|
|
|
6496
6487
|
if (featured !== undefined) {
|
|
@@ -6579,8 +6570,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6579
6570
|
const localVarHeaderParameter = {} as any;
|
|
6580
6571
|
const localVarQueryParameter = {} as any;
|
|
6581
6572
|
|
|
6582
|
-
// authentication apiKeyCookie required
|
|
6583
|
-
|
|
6584
6573
|
// authentication authCookie required
|
|
6585
6574
|
|
|
6586
6575
|
|
|
@@ -6617,8 +6606,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6617
6606
|
const localVarHeaderParameter = {} as any;
|
|
6618
6607
|
const localVarQueryParameter = {} as any;
|
|
6619
6608
|
|
|
6620
|
-
// authentication apiKeyCookie required
|
|
6621
|
-
|
|
6622
6609
|
// authentication authCookie required
|
|
6623
6610
|
|
|
6624
6611
|
|
|
@@ -6656,8 +6643,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
6656
6643
|
const localVarHeaderParameter = {} as any;
|
|
6657
6644
|
const localVarQueryParameter = {} as any;
|
|
6658
6645
|
|
|
6659
|
-
// authentication apiKeyCookie required
|
|
6660
|
-
|
|
6661
6646
|
// authentication authCookie required
|
|
6662
6647
|
|
|
6663
6648
|
|
|
@@ -7103,8 +7088,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
7103
7088
|
const localVarHeaderParameter = {} as any;
|
|
7104
7089
|
const localVarQueryParameter = {} as any;
|
|
7105
7090
|
|
|
7106
|
-
// authentication apiKeyCookie required
|
|
7107
|
-
|
|
7108
7091
|
// authentication authCookie required
|
|
7109
7092
|
|
|
7110
7093
|
|
|
@@ -7141,8 +7124,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
7141
7124
|
const localVarHeaderParameter = {} as any;
|
|
7142
7125
|
const localVarQueryParameter = {} as any;
|
|
7143
7126
|
|
|
7144
|
-
// authentication apiKeyCookie required
|
|
7145
|
-
|
|
7146
7127
|
// authentication authCookie required
|
|
7147
7128
|
|
|
7148
7129
|
|
|
@@ -7180,8 +7161,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
7180
7161
|
const localVarHeaderParameter = {} as any;
|
|
7181
7162
|
const localVarQueryParameter = {} as any;
|
|
7182
7163
|
|
|
7183
|
-
// authentication apiKeyCookie required
|
|
7184
|
-
|
|
7185
7164
|
// authentication authCookie required
|
|
7186
7165
|
|
|
7187
7166
|
|
|
@@ -7214,8 +7193,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
7214
7193
|
const localVarHeaderParameter = {} as any;
|
|
7215
7194
|
const localVarQueryParameter = {} as any;
|
|
7216
7195
|
|
|
7217
|
-
// authentication apiKeyCookie required
|
|
7218
|
-
|
|
7219
7196
|
// authentication authCookie required
|
|
7220
7197
|
|
|
7221
7198
|
|
|
@@ -7248,8 +7225,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
7248
7225
|
const localVarHeaderParameter = {} as any;
|
|
7249
7226
|
const localVarQueryParameter = {} as any;
|
|
7250
7227
|
|
|
7251
|
-
// authentication apiKeyCookie required
|
|
7252
|
-
|
|
7253
7228
|
// authentication authCookie required
|
|
7254
7229
|
|
|
7255
7230
|
|
|
@@ -7480,8 +7455,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7480
7455
|
const localVarHeaderParameter = {} as any;
|
|
7481
7456
|
const localVarQueryParameter = {} as any;
|
|
7482
7457
|
|
|
7483
|
-
// authentication apiKeyCookie required
|
|
7484
|
-
|
|
7485
7458
|
// authentication authCookie required
|
|
7486
7459
|
|
|
7487
7460
|
|
|
@@ -7529,8 +7502,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7529
7502
|
const localVarHeaderParameter = {} as any;
|
|
7530
7503
|
const localVarQueryParameter = {} as any;
|
|
7531
7504
|
|
|
7532
|
-
// authentication apiKeyCookie required
|
|
7533
|
-
|
|
7534
7505
|
// authentication authCookie required
|
|
7535
7506
|
|
|
7536
7507
|
|
|
@@ -7567,8 +7538,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7567
7538
|
const localVarHeaderParameter = {} as any;
|
|
7568
7539
|
const localVarQueryParameter = {} as any;
|
|
7569
7540
|
|
|
7570
|
-
// authentication apiKeyCookie required
|
|
7571
|
-
|
|
7572
7541
|
// authentication authCookie required
|
|
7573
7542
|
|
|
7574
7543
|
|
|
@@ -7613,8 +7582,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7613
7582
|
const localVarHeaderParameter = {} as any;
|
|
7614
7583
|
const localVarQueryParameter = {} as any;
|
|
7615
7584
|
|
|
7616
|
-
// authentication apiKeyCookie required
|
|
7617
|
-
|
|
7618
7585
|
// authentication authCookie required
|
|
7619
7586
|
|
|
7620
7587
|
|
|
@@ -7650,8 +7617,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7650
7617
|
const localVarHeaderParameter = {} as any;
|
|
7651
7618
|
const localVarQueryParameter = {} as any;
|
|
7652
7619
|
|
|
7653
|
-
// authentication apiKeyCookie required
|
|
7654
|
-
|
|
7655
7620
|
// authentication authCookie required
|
|
7656
7621
|
|
|
7657
7622
|
if (n !== undefined) {
|
|
@@ -7700,8 +7665,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7700
7665
|
const localVarHeaderParameter = {} as any;
|
|
7701
7666
|
const localVarQueryParameter = {} as any;
|
|
7702
7667
|
|
|
7703
|
-
// authentication apiKeyCookie required
|
|
7704
|
-
|
|
7705
7668
|
// authentication authCookie required
|
|
7706
7669
|
|
|
7707
7670
|
if (n !== undefined) {
|
|
@@ -7754,8 +7717,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7754
7717
|
const localVarHeaderParameter = {} as any;
|
|
7755
7718
|
const localVarQueryParameter = {} as any;
|
|
7756
7719
|
|
|
7757
|
-
// authentication apiKeyCookie required
|
|
7758
|
-
|
|
7759
7720
|
// authentication authCookie required
|
|
7760
7721
|
|
|
7761
7722
|
|
|
@@ -7801,8 +7762,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
7801
7762
|
const localVarHeaderParameter = {} as any;
|
|
7802
7763
|
const localVarQueryParameter = {} as any;
|
|
7803
7764
|
|
|
7804
|
-
// authentication apiKeyCookie required
|
|
7805
|
-
|
|
7806
7765
|
// authentication authCookie required
|
|
7807
7766
|
|
|
7808
7767
|
|
|
@@ -8177,8 +8136,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8177
8136
|
const localVarHeaderParameter = {} as any;
|
|
8178
8137
|
const localVarQueryParameter = {} as any;
|
|
8179
8138
|
|
|
8180
|
-
// authentication apiKeyCookie required
|
|
8181
|
-
|
|
8182
8139
|
// authentication authCookie required
|
|
8183
8140
|
|
|
8184
8141
|
|
|
@@ -8219,8 +8176,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8219
8176
|
const localVarHeaderParameter = {} as any;
|
|
8220
8177
|
const localVarQueryParameter = {} as any;
|
|
8221
8178
|
|
|
8222
|
-
// authentication apiKeyCookie required
|
|
8223
|
-
|
|
8224
8179
|
// authentication authCookie required
|
|
8225
8180
|
|
|
8226
8181
|
|
|
@@ -8260,8 +8215,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8260
8215
|
const localVarHeaderParameter = {} as any;
|
|
8261
8216
|
const localVarQueryParameter = {} as any;
|
|
8262
8217
|
|
|
8263
|
-
// authentication apiKeyCookie required
|
|
8264
|
-
|
|
8265
8218
|
// authentication authCookie required
|
|
8266
8219
|
|
|
8267
8220
|
|
|
@@ -8302,8 +8255,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8302
8255
|
const localVarHeaderParameter = {} as any;
|
|
8303
8256
|
const localVarQueryParameter = {} as any;
|
|
8304
8257
|
|
|
8305
|
-
// authentication apiKeyCookie required
|
|
8306
|
-
|
|
8307
8258
|
// authentication authCookie required
|
|
8308
8259
|
|
|
8309
8260
|
|
|
@@ -8344,8 +8295,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8344
8295
|
const localVarHeaderParameter = {} as any;
|
|
8345
8296
|
const localVarQueryParameter = {} as any;
|
|
8346
8297
|
|
|
8347
|
-
// authentication apiKeyCookie required
|
|
8348
|
-
|
|
8349
8298
|
// authentication authCookie required
|
|
8350
8299
|
|
|
8351
8300
|
|
|
@@ -8391,8 +8340,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8391
8340
|
const localVarHeaderParameter = {} as any;
|
|
8392
8341
|
const localVarQueryParameter = {} as any;
|
|
8393
8342
|
|
|
8394
|
-
// authentication apiKeyCookie required
|
|
8395
|
-
|
|
8396
8343
|
// authentication authCookie required
|
|
8397
8344
|
|
|
8398
8345
|
|
|
@@ -8432,8 +8379,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8432
8379
|
const localVarHeaderParameter = {} as any;
|
|
8433
8380
|
const localVarQueryParameter = {} as any;
|
|
8434
8381
|
|
|
8435
|
-
// authentication apiKeyCookie required
|
|
8436
|
-
|
|
8437
8382
|
// authentication authCookie required
|
|
8438
8383
|
|
|
8439
8384
|
|
|
@@ -8478,8 +8423,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8478
8423
|
const localVarHeaderParameter = {} as any;
|
|
8479
8424
|
const localVarQueryParameter = {} as any;
|
|
8480
8425
|
|
|
8481
|
-
// authentication apiKeyCookie required
|
|
8482
|
-
|
|
8483
8426
|
// authentication authCookie required
|
|
8484
8427
|
|
|
8485
8428
|
|
|
@@ -8516,8 +8459,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8516
8459
|
const localVarHeaderParameter = {} as any;
|
|
8517
8460
|
const localVarQueryParameter = {} as any;
|
|
8518
8461
|
|
|
8519
|
-
// authentication apiKeyCookie required
|
|
8520
|
-
|
|
8521
8462
|
// authentication authCookie required
|
|
8522
8463
|
|
|
8523
8464
|
if (tag !== undefined) {
|
|
@@ -8579,8 +8520,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
8579
8520
|
const localVarHeaderParameter = {} as any;
|
|
8580
8521
|
const localVarQueryParameter = {} as any;
|
|
8581
8522
|
|
|
8582
|
-
// authentication apiKeyCookie required
|
|
8583
|
-
|
|
8584
8523
|
// authentication authCookie required
|
|
8585
8524
|
|
|
8586
8525
|
if (partNumber !== undefined) {
|
|
@@ -9031,8 +8970,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
9031
8970
|
const localVarHeaderParameter = {} as any;
|
|
9032
8971
|
const localVarQueryParameter = {} as any;
|
|
9033
8972
|
|
|
9034
|
-
// authentication apiKeyCookie required
|
|
9035
|
-
|
|
9036
8973
|
// authentication authCookie required
|
|
9037
8974
|
|
|
9038
8975
|
|
|
@@ -9069,8 +9006,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
9069
9006
|
const localVarHeaderParameter = {} as any;
|
|
9070
9007
|
const localVarQueryParameter = {} as any;
|
|
9071
9008
|
|
|
9072
|
-
// authentication apiKeyCookie required
|
|
9073
|
-
|
|
9074
9009
|
// authentication authCookie required
|
|
9075
9010
|
|
|
9076
9011
|
|
|
@@ -9107,8 +9042,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
9107
9042
|
const localVarHeaderParameter = {} as any;
|
|
9108
9043
|
const localVarQueryParameter = {} as any;
|
|
9109
9044
|
|
|
9110
|
-
// authentication apiKeyCookie required
|
|
9111
|
-
|
|
9112
9045
|
// authentication authCookie required
|
|
9113
9046
|
|
|
9114
9047
|
|
|
@@ -9144,8 +9077,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
9144
9077
|
const localVarHeaderParameter = {} as any;
|
|
9145
9078
|
const localVarQueryParameter = {} as any;
|
|
9146
9079
|
|
|
9147
|
-
// authentication apiKeyCookie required
|
|
9148
|
-
|
|
9149
9080
|
// authentication authCookie required
|
|
9150
9081
|
|
|
9151
9082
|
if (offset !== undefined) {
|
|
@@ -9194,8 +9125,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
9194
9125
|
const localVarHeaderParameter = {} as any;
|
|
9195
9126
|
const localVarQueryParameter = {} as any;
|
|
9196
9127
|
|
|
9197
|
-
// authentication apiKeyCookie required
|
|
9198
|
-
|
|
9199
9128
|
// authentication authCookie required
|
|
9200
9129
|
|
|
9201
9130
|
|
|
@@ -9446,8 +9375,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9446
9375
|
const localVarHeaderParameter = {} as any;
|
|
9447
9376
|
const localVarQueryParameter = {} as any;
|
|
9448
9377
|
|
|
9449
|
-
// authentication apiKeyCookie required
|
|
9450
|
-
|
|
9451
9378
|
// authentication authCookie required
|
|
9452
9379
|
|
|
9453
9380
|
|
|
@@ -9495,8 +9422,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9495
9422
|
const localVarHeaderParameter = {} as any;
|
|
9496
9423
|
const localVarQueryParameter = {} as any;
|
|
9497
9424
|
|
|
9498
|
-
// authentication apiKeyCookie required
|
|
9499
|
-
|
|
9500
9425
|
// authentication authCookie required
|
|
9501
9426
|
|
|
9502
9427
|
|
|
@@ -9534,8 +9459,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9534
9459
|
const localVarHeaderParameter = {} as any;
|
|
9535
9460
|
const localVarQueryParameter = {} as any;
|
|
9536
9461
|
|
|
9537
|
-
// authentication apiKeyCookie required
|
|
9538
|
-
|
|
9539
9462
|
// authentication authCookie required
|
|
9540
9463
|
|
|
9541
9464
|
|
|
@@ -9575,8 +9498,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9575
9498
|
const localVarHeaderParameter = {} as any;
|
|
9576
9499
|
const localVarQueryParameter = {} as any;
|
|
9577
9500
|
|
|
9578
|
-
// authentication apiKeyCookie required
|
|
9579
|
-
|
|
9580
9501
|
// authentication authCookie required
|
|
9581
9502
|
|
|
9582
9503
|
|
|
@@ -9610,8 +9531,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9610
9531
|
const localVarHeaderParameter = {} as any;
|
|
9611
9532
|
const localVarQueryParameter = {} as any;
|
|
9612
9533
|
|
|
9613
|
-
// authentication apiKeyCookie required
|
|
9614
|
-
|
|
9615
9534
|
// authentication authCookie required
|
|
9616
9535
|
|
|
9617
9536
|
|
|
@@ -9652,8 +9571,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9652
9571
|
const localVarHeaderParameter = {} as any;
|
|
9653
9572
|
const localVarQueryParameter = {} as any;
|
|
9654
9573
|
|
|
9655
|
-
// authentication apiKeyCookie required
|
|
9656
|
-
|
|
9657
9574
|
// authentication authCookie required
|
|
9658
9575
|
|
|
9659
9576
|
|
|
@@ -9694,8 +9611,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9694
9611
|
const localVarHeaderParameter = {} as any;
|
|
9695
9612
|
const localVarQueryParameter = {} as any;
|
|
9696
9613
|
|
|
9697
|
-
// authentication apiKeyCookie required
|
|
9698
|
-
|
|
9699
9614
|
// authentication authCookie required
|
|
9700
9615
|
|
|
9701
9616
|
|
|
@@ -9736,8 +9651,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9736
9651
|
const localVarHeaderParameter = {} as any;
|
|
9737
9652
|
const localVarQueryParameter = {} as any;
|
|
9738
9653
|
|
|
9739
|
-
// authentication apiKeyCookie required
|
|
9740
|
-
|
|
9741
9654
|
// authentication authCookie required
|
|
9742
9655
|
|
|
9743
9656
|
|
|
@@ -9778,8 +9691,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9778
9691
|
const localVarHeaderParameter = {} as any;
|
|
9779
9692
|
const localVarQueryParameter = {} as any;
|
|
9780
9693
|
|
|
9781
|
-
// authentication apiKeyCookie required
|
|
9782
|
-
|
|
9783
9694
|
// authentication authCookie required
|
|
9784
9695
|
|
|
9785
9696
|
|
|
@@ -9819,8 +9730,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9819
9730
|
const localVarHeaderParameter = {} as any;
|
|
9820
9731
|
const localVarQueryParameter = {} as any;
|
|
9821
9732
|
|
|
9822
|
-
// authentication apiKeyCookie required
|
|
9823
|
-
|
|
9824
9733
|
// authentication authCookie required
|
|
9825
9734
|
|
|
9826
9735
|
|
|
@@ -9857,8 +9766,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9857
9766
|
const localVarHeaderParameter = {} as any;
|
|
9858
9767
|
const localVarQueryParameter = {} as any;
|
|
9859
9768
|
|
|
9860
|
-
// authentication apiKeyCookie required
|
|
9861
|
-
|
|
9862
9769
|
// authentication authCookie required
|
|
9863
9770
|
|
|
9864
9771
|
|
|
@@ -9899,8 +9806,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9899
9806
|
const localVarHeaderParameter = {} as any;
|
|
9900
9807
|
const localVarQueryParameter = {} as any;
|
|
9901
9808
|
|
|
9902
|
-
// authentication apiKeyCookie required
|
|
9903
|
-
|
|
9904
9809
|
// authentication authCookie required
|
|
9905
9810
|
|
|
9906
9811
|
|
|
@@ -9945,8 +9850,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9945
9850
|
const localVarHeaderParameter = {} as any;
|
|
9946
9851
|
const localVarQueryParameter = {} as any;
|
|
9947
9852
|
|
|
9948
|
-
// authentication apiKeyCookie required
|
|
9949
|
-
|
|
9950
9853
|
// authentication authCookie required
|
|
9951
9854
|
|
|
9952
9855
|
|
|
@@ -9987,8 +9890,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
9987
9890
|
const localVarHeaderParameter = {} as any;
|
|
9988
9891
|
const localVarQueryParameter = {} as any;
|
|
9989
9892
|
|
|
9990
|
-
// authentication apiKeyCookie required
|
|
9991
|
-
|
|
9992
9893
|
// authentication authCookie required
|
|
9993
9894
|
|
|
9994
9895
|
|
|
@@ -10029,8 +9930,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10029
9930
|
const localVarHeaderParameter = {} as any;
|
|
10030
9931
|
const localVarQueryParameter = {} as any;
|
|
10031
9932
|
|
|
10032
|
-
// authentication apiKeyCookie required
|
|
10033
|
-
|
|
10034
9933
|
// authentication authCookie required
|
|
10035
9934
|
|
|
10036
9935
|
|
|
@@ -10068,8 +9967,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10068
9967
|
const localVarHeaderParameter = {} as any;
|
|
10069
9968
|
const localVarQueryParameter = {} as any;
|
|
10070
9969
|
|
|
10071
|
-
// authentication apiKeyCookie required
|
|
10072
|
-
|
|
10073
9970
|
// authentication authCookie required
|
|
10074
9971
|
|
|
10075
9972
|
if (includeRoles !== undefined) {
|
|
@@ -10110,8 +10007,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10110
10007
|
const localVarHeaderParameter = {} as any;
|
|
10111
10008
|
const localVarQueryParameter = {} as any;
|
|
10112
10009
|
|
|
10113
|
-
// authentication apiKeyCookie required
|
|
10114
|
-
|
|
10115
10010
|
// authentication authCookie required
|
|
10116
10011
|
|
|
10117
10012
|
|
|
@@ -10152,8 +10047,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10152
10047
|
const localVarHeaderParameter = {} as any;
|
|
10153
10048
|
const localVarQueryParameter = {} as any;
|
|
10154
10049
|
|
|
10155
|
-
// authentication apiKeyCookie required
|
|
10156
|
-
|
|
10157
10050
|
// authentication authCookie required
|
|
10158
10051
|
|
|
10159
10052
|
if (n !== undefined) {
|
|
@@ -10212,8 +10105,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10212
10105
|
const localVarHeaderParameter = {} as any;
|
|
10213
10106
|
const localVarQueryParameter = {} as any;
|
|
10214
10107
|
|
|
10215
|
-
// authentication apiKeyCookie required
|
|
10216
|
-
|
|
10217
10108
|
// authentication authCookie required
|
|
10218
10109
|
|
|
10219
10110
|
if (n !== undefined) {
|
|
@@ -10265,8 +10156,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10265
10156
|
const localVarHeaderParameter = {} as any;
|
|
10266
10157
|
const localVarQueryParameter = {} as any;
|
|
10267
10158
|
|
|
10268
|
-
// authentication apiKeyCookie required
|
|
10269
|
-
|
|
10270
10159
|
// authentication authCookie required
|
|
10271
10160
|
|
|
10272
10161
|
if (n !== undefined) {
|
|
@@ -10315,8 +10204,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10315
10204
|
const localVarHeaderParameter = {} as any;
|
|
10316
10205
|
const localVarQueryParameter = {} as any;
|
|
10317
10206
|
|
|
10318
|
-
// authentication apiKeyCookie required
|
|
10319
|
-
|
|
10320
10207
|
// authentication authCookie required
|
|
10321
10208
|
|
|
10322
10209
|
|
|
@@ -10357,8 +10244,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10357
10244
|
const localVarHeaderParameter = {} as any;
|
|
10358
10245
|
const localVarQueryParameter = {} as any;
|
|
10359
10246
|
|
|
10360
|
-
// authentication apiKeyCookie required
|
|
10361
|
-
|
|
10362
10247
|
// authentication authCookie required
|
|
10363
10248
|
|
|
10364
10249
|
|
|
@@ -10397,8 +10282,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10397
10282
|
const localVarHeaderParameter = {} as any;
|
|
10398
10283
|
const localVarQueryParameter = {} as any;
|
|
10399
10284
|
|
|
10400
|
-
// authentication apiKeyCookie required
|
|
10401
|
-
|
|
10402
10285
|
// authentication authCookie required
|
|
10403
10286
|
|
|
10404
10287
|
if (n !== undefined) {
|
|
@@ -10443,8 +10326,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10443
10326
|
const localVarHeaderParameter = {} as any;
|
|
10444
10327
|
const localVarQueryParameter = {} as any;
|
|
10445
10328
|
|
|
10446
|
-
// authentication apiKeyCookie required
|
|
10447
|
-
|
|
10448
10329
|
// authentication authCookie required
|
|
10449
10330
|
|
|
10450
10331
|
|
|
@@ -10481,8 +10362,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10481
10362
|
const localVarHeaderParameter = {} as any;
|
|
10482
10363
|
const localVarQueryParameter = {} as any;
|
|
10483
10364
|
|
|
10484
|
-
// authentication apiKeyCookie required
|
|
10485
|
-
|
|
10486
10365
|
// authentication authCookie required
|
|
10487
10366
|
|
|
10488
10367
|
|
|
@@ -10519,8 +10398,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10519
10398
|
const localVarHeaderParameter = {} as any;
|
|
10520
10399
|
const localVarQueryParameter = {} as any;
|
|
10521
10400
|
|
|
10522
|
-
// authentication apiKeyCookie required
|
|
10523
|
-
|
|
10524
10401
|
// authentication authCookie required
|
|
10525
10402
|
|
|
10526
10403
|
|
|
@@ -10557,8 +10434,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10557
10434
|
const localVarHeaderParameter = {} as any;
|
|
10558
10435
|
const localVarQueryParameter = {} as any;
|
|
10559
10436
|
|
|
10560
|
-
// authentication apiKeyCookie required
|
|
10561
|
-
|
|
10562
10437
|
// authentication authCookie required
|
|
10563
10438
|
|
|
10564
10439
|
|
|
@@ -10599,8 +10474,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10599
10474
|
const localVarHeaderParameter = {} as any;
|
|
10600
10475
|
const localVarQueryParameter = {} as any;
|
|
10601
10476
|
|
|
10602
|
-
// authentication apiKeyCookie required
|
|
10603
|
-
|
|
10604
10477
|
// authentication authCookie required
|
|
10605
10478
|
|
|
10606
10479
|
|
|
@@ -10637,8 +10510,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10637
10510
|
const localVarHeaderParameter = {} as any;
|
|
10638
10511
|
const localVarQueryParameter = {} as any;
|
|
10639
10512
|
|
|
10640
|
-
// authentication apiKeyCookie required
|
|
10641
|
-
|
|
10642
10513
|
// authentication authCookie required
|
|
10643
10514
|
|
|
10644
10515
|
|
|
@@ -10683,8 +10554,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10683
10554
|
const localVarHeaderParameter = {} as any;
|
|
10684
10555
|
const localVarQueryParameter = {} as any;
|
|
10685
10556
|
|
|
10686
|
-
// authentication apiKeyCookie required
|
|
10687
|
-
|
|
10688
10557
|
// authentication authCookie required
|
|
10689
10558
|
|
|
10690
10559
|
|
|
@@ -10726,8 +10595,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10726
10595
|
const localVarHeaderParameter = {} as any;
|
|
10727
10596
|
const localVarQueryParameter = {} as any;
|
|
10728
10597
|
|
|
10729
|
-
// authentication apiKeyCookie required
|
|
10730
|
-
|
|
10731
10598
|
// authentication authCookie required
|
|
10732
10599
|
|
|
10733
10600
|
|
|
@@ -10771,8 +10638,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10771
10638
|
const localVarHeaderParameter = {} as any;
|
|
10772
10639
|
const localVarQueryParameter = {} as any;
|
|
10773
10640
|
|
|
10774
|
-
// authentication apiKeyCookie required
|
|
10775
|
-
|
|
10776
10641
|
// authentication authCookie required
|
|
10777
10642
|
|
|
10778
10643
|
|
|
@@ -10810,8 +10675,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10810
10675
|
const localVarHeaderParameter = {} as any;
|
|
10811
10676
|
const localVarQueryParameter = {} as any;
|
|
10812
10677
|
|
|
10813
|
-
// authentication apiKeyCookie required
|
|
10814
|
-
|
|
10815
10678
|
// authentication authCookie required
|
|
10816
10679
|
|
|
10817
10680
|
|
|
@@ -10856,8 +10719,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10856
10719
|
const localVarHeaderParameter = {} as any;
|
|
10857
10720
|
const localVarQueryParameter = {} as any;
|
|
10858
10721
|
|
|
10859
|
-
// authentication apiKeyCookie required
|
|
10860
|
-
|
|
10861
10722
|
// authentication authCookie required
|
|
10862
10723
|
|
|
10863
10724
|
|
|
@@ -10902,8 +10763,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10902
10763
|
const localVarHeaderParameter = {} as any;
|
|
10903
10764
|
const localVarQueryParameter = {} as any;
|
|
10904
10765
|
|
|
10905
|
-
// authentication apiKeyCookie required
|
|
10906
|
-
|
|
10907
10766
|
// authentication authCookie required
|
|
10908
10767
|
|
|
10909
10768
|
|
|
@@ -10948,8 +10807,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
10948
10807
|
const localVarHeaderParameter = {} as any;
|
|
10949
10808
|
const localVarQueryParameter = {} as any;
|
|
10950
10809
|
|
|
10951
|
-
// authentication apiKeyCookie required
|
|
10952
|
-
|
|
10953
10810
|
// authentication authCookie required
|
|
10954
10811
|
|
|
10955
10812
|
|
|
@@ -12342,8 +12199,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
12342
12199
|
const localVarHeaderParameter = {} as any;
|
|
12343
12200
|
const localVarQueryParameter = {} as any;
|
|
12344
12201
|
|
|
12345
|
-
// authentication apiKeyCookie required
|
|
12346
|
-
|
|
12347
12202
|
// authentication authCookie required
|
|
12348
12203
|
|
|
12349
12204
|
|
|
@@ -12380,8 +12235,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
12380
12235
|
const localVarHeaderParameter = {} as any;
|
|
12381
12236
|
const localVarQueryParameter = {} as any;
|
|
12382
12237
|
|
|
12383
|
-
// authentication apiKeyCookie required
|
|
12384
|
-
|
|
12385
12238
|
// authentication authCookie required
|
|
12386
12239
|
|
|
12387
12240
|
|
|
@@ -12422,8 +12275,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
12422
12275
|
const localVarHeaderParameter = {} as any;
|
|
12423
12276
|
const localVarQueryParameter = {} as any;
|
|
12424
12277
|
|
|
12425
|
-
// authentication apiKeyCookie required
|
|
12426
|
-
|
|
12427
12278
|
// authentication authCookie required
|
|
12428
12279
|
|
|
12429
12280
|
|
|
@@ -12464,8 +12315,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
12464
12315
|
const localVarHeaderParameter = {} as any;
|
|
12465
12316
|
const localVarQueryParameter = {} as any;
|
|
12466
12317
|
|
|
12467
|
-
// authentication apiKeyCookie required
|
|
12468
|
-
|
|
12469
12318
|
// authentication authCookie required
|
|
12470
12319
|
|
|
12471
12320
|
|
|
@@ -12689,8 +12538,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12689
12538
|
const localVarHeaderParameter = {} as any;
|
|
12690
12539
|
const localVarQueryParameter = {} as any;
|
|
12691
12540
|
|
|
12692
|
-
// authentication apiKeyCookie required
|
|
12693
|
-
|
|
12694
12541
|
// authentication authCookie required
|
|
12695
12542
|
|
|
12696
12543
|
|
|
@@ -12731,8 +12578,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12731
12578
|
const localVarHeaderParameter = {} as any;
|
|
12732
12579
|
const localVarQueryParameter = {} as any;
|
|
12733
12580
|
|
|
12734
|
-
// authentication apiKeyCookie required
|
|
12735
|
-
|
|
12736
12581
|
// authentication authCookie required
|
|
12737
12582
|
|
|
12738
12583
|
|
|
@@ -12773,8 +12618,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12773
12618
|
const localVarHeaderParameter = {} as any;
|
|
12774
12619
|
const localVarQueryParameter = {} as any;
|
|
12775
12620
|
|
|
12776
|
-
// authentication apiKeyCookie required
|
|
12777
|
-
|
|
12778
12621
|
// authentication authCookie required
|
|
12779
12622
|
|
|
12780
12623
|
|
|
@@ -12812,8 +12655,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12812
12655
|
const localVarHeaderParameter = {} as any;
|
|
12813
12656
|
const localVarQueryParameter = {} as any;
|
|
12814
12657
|
|
|
12815
|
-
// authentication apiKeyCookie required
|
|
12816
|
-
|
|
12817
12658
|
// authentication authCookie required
|
|
12818
12659
|
|
|
12819
12660
|
|
|
@@ -12854,8 +12695,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12854
12695
|
const localVarHeaderParameter = {} as any;
|
|
12855
12696
|
const localVarQueryParameter = {} as any;
|
|
12856
12697
|
|
|
12857
|
-
// authentication apiKeyCookie required
|
|
12858
|
-
|
|
12859
12698
|
// authentication authCookie required
|
|
12860
12699
|
|
|
12861
12700
|
|
|
@@ -12903,8 +12742,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12903
12742
|
const localVarHeaderParameter = {} as any;
|
|
12904
12743
|
const localVarQueryParameter = {} as any;
|
|
12905
12744
|
|
|
12906
|
-
// authentication apiKeyCookie required
|
|
12907
|
-
|
|
12908
12745
|
// authentication authCookie required
|
|
12909
12746
|
|
|
12910
12747
|
|
|
@@ -12942,8 +12779,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12942
12779
|
const localVarHeaderParameter = {} as any;
|
|
12943
12780
|
const localVarQueryParameter = {} as any;
|
|
12944
12781
|
|
|
12945
|
-
// authentication apiKeyCookie required
|
|
12946
|
-
|
|
12947
12782
|
// authentication authCookie required
|
|
12948
12783
|
|
|
12949
12784
|
|
|
@@ -12992,8 +12827,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
12992
12827
|
const localVarHeaderParameter = {} as any;
|
|
12993
12828
|
const localVarQueryParameter = {} as any;
|
|
12994
12829
|
|
|
12995
|
-
// authentication apiKeyCookie required
|
|
12996
|
-
|
|
12997
12830
|
// authentication authCookie required
|
|
12998
12831
|
|
|
12999
12832
|
|
|
@@ -13371,8 +13204,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
13371
13204
|
const localVarHeaderParameter = {} as any;
|
|
13372
13205
|
const localVarQueryParameter = {} as any;
|
|
13373
13206
|
|
|
13374
|
-
// authentication apiKeyCookie required
|
|
13375
|
-
|
|
13376
13207
|
// authentication authCookie required
|
|
13377
13208
|
|
|
13378
13209
|
|
|
@@ -13405,8 +13236,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
13405
13236
|
const localVarHeaderParameter = {} as any;
|
|
13406
13237
|
const localVarQueryParameter = {} as any;
|
|
13407
13238
|
|
|
13408
|
-
// authentication apiKeyCookie required
|
|
13409
|
-
|
|
13410
13239
|
// authentication authCookie required
|
|
13411
13240
|
|
|
13412
13241
|
|
|
@@ -13443,8 +13272,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
13443
13272
|
const localVarHeaderParameter = {} as any;
|
|
13444
13273
|
const localVarQueryParameter = {} as any;
|
|
13445
13274
|
|
|
13446
|
-
// authentication apiKeyCookie required
|
|
13447
|
-
|
|
13448
13275
|
// authentication authCookie required
|
|
13449
13276
|
|
|
13450
13277
|
|
|
@@ -13483,8 +13310,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
13483
13310
|
const localVarHeaderParameter = {} as any;
|
|
13484
13311
|
const localVarQueryParameter = {} as any;
|
|
13485
13312
|
|
|
13486
|
-
// authentication apiKeyCookie required
|
|
13487
|
-
|
|
13488
13313
|
// authentication authCookie required
|
|
13489
13314
|
|
|
13490
13315
|
if (type !== undefined) {
|
|
@@ -13545,8 +13370,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
13545
13370
|
const localVarHeaderParameter = {} as any;
|
|
13546
13371
|
const localVarQueryParameter = {} as any;
|
|
13547
13372
|
|
|
13548
|
-
// authentication apiKeyCookie required
|
|
13549
|
-
|
|
13550
13373
|
// authentication authCookie required
|
|
13551
13374
|
|
|
13552
13375
|
|
|
@@ -13794,8 +13617,6 @@ export const PermissionsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
13794
13617
|
const localVarHeaderParameter = {} as any;
|
|
13795
13618
|
const localVarQueryParameter = {} as any;
|
|
13796
13619
|
|
|
13797
|
-
// authentication apiKeyCookie required
|
|
13798
|
-
|
|
13799
13620
|
// authentication authCookie required
|
|
13800
13621
|
|
|
13801
13622
|
|
|
@@ -13832,8 +13653,6 @@ export const PermissionsApiAxiosParamCreator = function (configuration?: Configu
|
|
|
13832
13653
|
const localVarHeaderParameter = {} as any;
|
|
13833
13654
|
const localVarQueryParameter = {} as any;
|
|
13834
13655
|
|
|
13835
|
-
// authentication apiKeyCookie required
|
|
13836
|
-
|
|
13837
13656
|
// authentication authCookie required
|
|
13838
13657
|
|
|
13839
13658
|
|
|
@@ -13967,8 +13786,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
13967
13786
|
const localVarHeaderParameter = {} as any;
|
|
13968
13787
|
const localVarQueryParameter = {} as any;
|
|
13969
13788
|
|
|
13970
|
-
// authentication apiKeyCookie required
|
|
13971
|
-
|
|
13972
13789
|
// authentication authCookie required
|
|
13973
13790
|
|
|
13974
13791
|
|
|
@@ -14005,8 +13822,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
14005
13822
|
const localVarHeaderParameter = {} as any;
|
|
14006
13823
|
const localVarQueryParameter = {} as any;
|
|
14007
13824
|
|
|
14008
|
-
// authentication apiKeyCookie required
|
|
14009
|
-
|
|
14010
13825
|
// authentication authCookie required
|
|
14011
13826
|
|
|
14012
13827
|
|
|
@@ -14043,8 +13858,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
14043
13858
|
const localVarHeaderParameter = {} as any;
|
|
14044
13859
|
const localVarQueryParameter = {} as any;
|
|
14045
13860
|
|
|
14046
|
-
// authentication apiKeyCookie required
|
|
14047
|
-
|
|
14048
13861
|
// authentication authCookie required
|
|
14049
13862
|
|
|
14050
13863
|
|
|
@@ -14079,8 +13892,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
14079
13892
|
const localVarHeaderParameter = {} as any;
|
|
14080
13893
|
const localVarQueryParameter = {} as any;
|
|
14081
13894
|
|
|
14082
|
-
// authentication apiKeyCookie required
|
|
14083
|
-
|
|
14084
13895
|
// authentication authCookie required
|
|
14085
13896
|
|
|
14086
13897
|
if (type !== undefined) {
|
|
@@ -14122,8 +13933,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
14122
13933
|
const localVarHeaderParameter = {} as any;
|
|
14123
13934
|
const localVarQueryParameter = {} as any;
|
|
14124
13935
|
|
|
14125
|
-
// authentication apiKeyCookie required
|
|
14126
|
-
|
|
14127
13936
|
// authentication authCookie required
|
|
14128
13937
|
|
|
14129
13938
|
|
|
@@ -14160,8 +13969,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
|
|
|
14160
13969
|
const localVarHeaderParameter = {} as any;
|
|
14161
13970
|
const localVarQueryParameter = {} as any;
|
|
14162
13971
|
|
|
14163
|
-
// authentication apiKeyCookie required
|
|
14164
|
-
|
|
14165
13972
|
// authentication authCookie required
|
|
14166
13973
|
|
|
14167
13974
|
|
|
@@ -14947,8 +14754,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
14947
14754
|
const localVarHeaderParameter = {} as any;
|
|
14948
14755
|
const localVarQueryParameter = {} as any;
|
|
14949
14756
|
|
|
14950
|
-
// authentication apiKeyCookie required
|
|
14951
|
-
|
|
14952
14757
|
// authentication authCookie required
|
|
14953
14758
|
|
|
14954
14759
|
|
|
@@ -14986,8 +14791,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
14986
14791
|
const localVarHeaderParameter = {} as any;
|
|
14987
14792
|
const localVarQueryParameter = {} as any;
|
|
14988
14793
|
|
|
14989
|
-
// authentication apiKeyCookie required
|
|
14990
|
-
|
|
14991
14794
|
// authentication authCookie required
|
|
14992
14795
|
|
|
14993
14796
|
|
|
@@ -15024,8 +14827,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
15024
14827
|
const localVarHeaderParameter = {} as any;
|
|
15025
14828
|
const localVarQueryParameter = {} as any;
|
|
15026
14829
|
|
|
15027
|
-
// authentication apiKeyCookie required
|
|
15028
|
-
|
|
15029
14830
|
// authentication authCookie required
|
|
15030
14831
|
|
|
15031
14832
|
|
|
@@ -15062,8 +14863,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
15062
14863
|
const localVarHeaderParameter = {} as any;
|
|
15063
14864
|
const localVarQueryParameter = {} as any;
|
|
15064
14865
|
|
|
15065
|
-
// authentication apiKeyCookie required
|
|
15066
|
-
|
|
15067
14866
|
// authentication authCookie required
|
|
15068
14867
|
|
|
15069
14868
|
|
|
@@ -15100,8 +14899,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
15100
14899
|
const localVarHeaderParameter = {} as any;
|
|
15101
14900
|
const localVarQueryParameter = {} as any;
|
|
15102
14901
|
|
|
15103
|
-
// authentication apiKeyCookie required
|
|
15104
|
-
|
|
15105
14902
|
// authentication authCookie required
|
|
15106
14903
|
|
|
15107
14904
|
if (search !== undefined) {
|
|
@@ -15155,8 +14952,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
15155
14952
|
const localVarHeaderParameter = {} as any;
|
|
15156
14953
|
const localVarQueryParameter = {} as any;
|
|
15157
14954
|
|
|
15158
|
-
// authentication apiKeyCookie required
|
|
15159
|
-
|
|
15160
14955
|
// authentication authCookie required
|
|
15161
14956
|
|
|
15162
14957
|
|
|
@@ -15481,8 +15276,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15481
15276
|
const localVarHeaderParameter = {} as any;
|
|
15482
15277
|
const localVarQueryParameter = {} as any;
|
|
15483
15278
|
|
|
15484
|
-
// authentication apiKeyCookie required
|
|
15485
|
-
|
|
15486
15279
|
// authentication authCookie required
|
|
15487
15280
|
|
|
15488
15281
|
|
|
@@ -15527,8 +15320,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15527
15320
|
const localVarHeaderParameter = {} as any;
|
|
15528
15321
|
const localVarQueryParameter = {} as any;
|
|
15529
15322
|
|
|
15530
|
-
// authentication apiKeyCookie required
|
|
15531
|
-
|
|
15532
15323
|
// authentication authCookie required
|
|
15533
15324
|
|
|
15534
15325
|
if (featured !== undefined) {
|
|
@@ -15622,8 +15413,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15622
15413
|
const localVarHeaderParameter = {} as any;
|
|
15623
15414
|
const localVarQueryParameter = {} as any;
|
|
15624
15415
|
|
|
15625
|
-
// authentication apiKeyCookie required
|
|
15626
|
-
|
|
15627
15416
|
// authentication authCookie required
|
|
15628
15417
|
|
|
15629
15418
|
if (featured !== undefined) {
|
|
@@ -15721,8 +15510,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15721
15510
|
const localVarHeaderParameter = {} as any;
|
|
15722
15511
|
const localVarQueryParameter = {} as any;
|
|
15723
15512
|
|
|
15724
|
-
// authentication apiKeyCookie required
|
|
15725
|
-
|
|
15726
15513
|
// authentication authCookie required
|
|
15727
15514
|
|
|
15728
15515
|
if (featured !== undefined) {
|
|
@@ -15811,8 +15598,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15811
15598
|
const localVarHeaderParameter = {} as any;
|
|
15812
15599
|
const localVarQueryParameter = {} as any;
|
|
15813
15600
|
|
|
15814
|
-
// authentication apiKeyCookie required
|
|
15815
|
-
|
|
15816
15601
|
|
|
15817
15602
|
|
|
15818
15603
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -15851,8 +15636,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15851
15636
|
const localVarHeaderParameter = {} as any;
|
|
15852
15637
|
const localVarQueryParameter = {} as any;
|
|
15853
15638
|
|
|
15854
|
-
// authentication apiKeyCookie required
|
|
15855
|
-
|
|
15856
15639
|
// authentication authCookie required
|
|
15857
15640
|
|
|
15858
15641
|
|
|
@@ -15890,8 +15673,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15890
15673
|
const localVarHeaderParameter = {} as any;
|
|
15891
15674
|
const localVarQueryParameter = {} as any;
|
|
15892
15675
|
|
|
15893
|
-
// authentication apiKeyCookie required
|
|
15894
|
-
|
|
15895
15676
|
// authentication authCookie required
|
|
15896
15677
|
|
|
15897
15678
|
|
|
@@ -15928,8 +15709,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15928
15709
|
const localVarHeaderParameter = {} as any;
|
|
15929
15710
|
const localVarQueryParameter = {} as any;
|
|
15930
15711
|
|
|
15931
|
-
// authentication apiKeyCookie required
|
|
15932
|
-
|
|
15933
15712
|
// authentication authCookie required
|
|
15934
15713
|
|
|
15935
15714
|
|
|
@@ -15966,8 +15745,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
15966
15745
|
const localVarHeaderParameter = {} as any;
|
|
15967
15746
|
const localVarQueryParameter = {} as any;
|
|
15968
15747
|
|
|
15969
|
-
// authentication apiKeyCookie required
|
|
15970
|
-
|
|
15971
15748
|
// authentication authCookie required
|
|
15972
15749
|
|
|
15973
15750
|
|
|
@@ -16014,8 +15791,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
16014
15791
|
const localVarHeaderParameter = {} as any;
|
|
16015
15792
|
const localVarQueryParameter = {} as any;
|
|
16016
15793
|
|
|
16017
|
-
// authentication apiKeyCookie required
|
|
16018
|
-
|
|
16019
15794
|
// authentication authCookie required
|
|
16020
15795
|
|
|
16021
15796
|
if (featured !== undefined) {
|
|
@@ -16108,8 +15883,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
16108
15883
|
const localVarHeaderParameter = {} as any;
|
|
16109
15884
|
const localVarQueryParameter = {} as any;
|
|
16110
15885
|
|
|
16111
|
-
// authentication apiKeyCookie required
|
|
16112
|
-
|
|
16113
15886
|
// authentication authCookie required
|
|
16114
15887
|
|
|
16115
15888
|
|
|
@@ -16147,8 +15920,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
16147
15920
|
const localVarHeaderParameter = {} as any;
|
|
16148
15921
|
const localVarQueryParameter = {} as any;
|
|
16149
15922
|
|
|
16150
|
-
// authentication apiKeyCookie required
|
|
16151
|
-
|
|
16152
15923
|
// authentication authCookie required
|
|
16153
15924
|
|
|
16154
15925
|
|