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 CHANGED
@@ -3,8 +3,8 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.11.1
7
- * Contact: me@ariesclark.com
6
+ * The version of the OpenAPI document: 1.13.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
  *
@@ -1280,6 +1286,12 @@ export interface CurrentUser {
1280
1286
  * @memberof CurrentUser
1281
1287
  */
1282
1288
  'acceptedTOSVersion': number;
1289
+ /**
1290
+ *
1291
+ * @type {number}
1292
+ * @memberof CurrentUser
1293
+ */
1294
+ 'acceptedPrivacyVersion'?: number;
1283
1295
  /**
1284
1296
  *
1285
1297
  * @type {string}
@@ -1291,7 +1303,7 @@ export interface CurrentUser {
1291
1303
  * @type {Array<AccountDeletionLog>}
1292
1304
  * @memberof CurrentUser
1293
1305
  */
1294
- 'accountDeletionLog'?: Array<AccountDeletionLog>;
1306
+ 'accountDeletionLog'?: Array<AccountDeletionLog> | null;
1295
1307
  /**
1296
1308
  *
1297
1309
  * @type {Array<string>}
@@ -1431,6 +1443,12 @@ export interface CurrentUser {
1431
1443
  * @memberof CurrentUser
1432
1444
  */
1433
1445
  'isFriend': boolean;
1446
+ /**
1447
+ *
1448
+ * @type {string}
1449
+ * @memberof CurrentUser
1450
+ */
1451
+ 'last_activity'?: string;
1434
1452
  /**
1435
1453
  *
1436
1454
  * @type {string}
@@ -1479,6 +1497,12 @@ export interface CurrentUser {
1479
1497
  * @memberof CurrentUser
1480
1498
  */
1481
1499
  'pastDisplayNames': Array<PastDisplayName>;
1500
+ /**
1501
+ *
1502
+ * @type {CurrentUserPresence}
1503
+ * @memberof CurrentUser
1504
+ */
1505
+ 'presence'?: CurrentUserPresence;
1482
1506
  /**
1483
1507
  *
1484
1508
  * @type {string}
@@ -1551,6 +1575,12 @@ export interface CurrentUser {
1551
1575
  * @memberof CurrentUser
1552
1576
  */
1553
1577
  'unsubscribe': boolean;
1578
+ /**
1579
+ *
1580
+ * @type {string}
1581
+ * @memberof CurrentUser
1582
+ */
1583
+ 'updated_at'?: string;
1554
1584
  /**
1555
1585
  *
1556
1586
  * @type {string}
@@ -1565,6 +1595,91 @@ export interface CurrentUser {
1565
1595
  */
1566
1596
  'username'?: string;
1567
1597
  }
1598
+ /**
1599
+ *
1600
+ * @export
1601
+ * @interface CurrentUserPresence
1602
+ */
1603
+ export interface CurrentUserPresence {
1604
+ /**
1605
+ *
1606
+ * @type {string}
1607
+ * @memberof CurrentUserPresence
1608
+ */
1609
+ 'avatarThumbnail'?: string | null;
1610
+ /**
1611
+ *
1612
+ * @type {string}
1613
+ * @memberof CurrentUserPresence
1614
+ */
1615
+ 'displayName'?: string;
1616
+ /**
1617
+ *
1618
+ * @type {Array<string>}
1619
+ * @memberof CurrentUserPresence
1620
+ */
1621
+ 'groups'?: Array<string> | null;
1622
+ /**
1623
+ * A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
1624
+ * @type {string}
1625
+ * @memberof CurrentUserPresence
1626
+ */
1627
+ 'id'?: string;
1628
+ /**
1629
+ *
1630
+ * @type {string}
1631
+ * @memberof CurrentUserPresence
1632
+ */
1633
+ 'instance'?: string | null;
1634
+ /**
1635
+ * either an InstanceType or an empty string
1636
+ * @type {string}
1637
+ * @memberof CurrentUserPresence
1638
+ */
1639
+ 'instanceType'?: string | null;
1640
+ /**
1641
+ *
1642
+ * @type {string}
1643
+ * @memberof CurrentUserPresence
1644
+ */
1645
+ 'isRejoining'?: string | null;
1646
+ /**
1647
+ * either a Platform or an empty string
1648
+ * @type {string}
1649
+ * @memberof CurrentUserPresence
1650
+ */
1651
+ 'platform'?: string | null;
1652
+ /**
1653
+ *
1654
+ * @type {string}
1655
+ * @memberof CurrentUserPresence
1656
+ */
1657
+ 'profilePicOverride'?: string | null;
1658
+ /**
1659
+ * either a UserStatus or empty string
1660
+ * @type {string}
1661
+ * @memberof CurrentUserPresence
1662
+ */
1663
+ 'status'?: string | null;
1664
+ /**
1665
+ *
1666
+ * @type {string}
1667
+ * @memberof CurrentUserPresence
1668
+ */
1669
+ 'travelingToInstance'?: string | null;
1670
+ /**
1671
+ * WorldID be \"offline\" on User profiles if you are not friends with that user.
1672
+ * @type {string}
1673
+ * @memberof CurrentUserPresence
1674
+ */
1675
+ 'travelingToWorld'?: string;
1676
+ /**
1677
+ * WorldID be \"offline\" on User profiles if you are not friends with that user.
1678
+ * @type {string}
1679
+ * @memberof CurrentUserPresence
1680
+ */
1681
+ 'world'?: string;
1682
+ }
1568
1683
  /**
1569
1684
  * Used to identify which API deployment cluster is currently responding. `blue` and `green` are used by Production. `grape`and `cherry` are used during Development. [Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html)
1570
1685
  * @export
@@ -3481,7 +3596,7 @@ export interface LimitedUser {
3481
3596
  * @type {string}
3482
3597
  * @memberof LimitedUser
3483
3598
  */
3484
- 'fallbackAvatar': string;
3599
+ 'fallbackAvatar'?: string;
3485
3600
  /**
3486
3601
  * A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
3487
3602
  * @type {string}
@@ -4041,7 +4156,8 @@ export type Region = typeof Region[keyof typeof Region];
4041
4156
  export const ReleaseStatus = {
4042
4157
  Public: 'public',
4043
4158
  Private: 'private',
4044
- Hidden: 'hidden'
4159
+ Hidden: 'hidden',
4160
+ All: 'all'
4045
4161
  } as const;
4046
4162
 
4047
4163
  export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
@@ -5414,6 +5530,12 @@ export interface World {
5414
5530
  * @memberof World
5415
5531
  */
5416
5532
  'capacity': number;
5533
+ /**
5534
+ *
5535
+ * @type {number}
5536
+ * @memberof World
5537
+ */
5538
+ 'recommendedCapacity': number;
5417
5539
  /**
5418
5540
  *
5419
5541
  * @type {string}
@@ -5627,8 +5749,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
5627
5749
  const localVarHeaderParameter = {} as any;
5628
5750
  const localVarQueryParameter = {} as any;
5629
5751
 
5630
- // authentication apiKeyCookie required
5631
-
5632
5752
  if (email !== undefined) {
5633
5753
  localVarQueryParameter['email'] = email;
5634
5754
  }
@@ -5679,8 +5799,6 @@ export const AuthenticationApiAxiosParamCreator = function (configuration?: Conf
5679
5799
  const localVarHeaderParameter = {} as any;
5680
5800
  const localVarQueryParameter = {} as any;
5681
5801
 
5682
- // authentication apiKeyCookie required
5683
-
5684
5802
  // authentication authCookie required
5685
5803
 
5686
5804
 
@@ -6226,8 +6344,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6226
6344
  const localVarHeaderParameter = {} as any;
6227
6345
  const localVarQueryParameter = {} as any;
6228
6346
 
6229
- // authentication apiKeyCookie required
6230
-
6231
6347
  // authentication authCookie required
6232
6348
 
6233
6349
 
@@ -6267,8 +6383,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6267
6383
  const localVarHeaderParameter = {} as any;
6268
6384
  const localVarQueryParameter = {} as any;
6269
6385
 
6270
- // authentication apiKeyCookie required
6271
-
6272
6386
  // authentication authCookie required
6273
6387
 
6274
6388
 
@@ -6305,8 +6419,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6305
6419
  const localVarHeaderParameter = {} as any;
6306
6420
  const localVarQueryParameter = {} as any;
6307
6421
 
6308
- // authentication apiKeyCookie required
6309
-
6310
6422
  // authentication authCookie required
6311
6423
 
6312
6424
 
@@ -6352,8 +6464,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6352
6464
  const localVarHeaderParameter = {} as any;
6353
6465
  const localVarQueryParameter = {} as any;
6354
6466
 
6355
- // authentication apiKeyCookie required
6356
-
6357
6467
  // authentication authCookie required
6358
6468
 
6359
6469
  if (featured !== undefined) {
@@ -6442,8 +6552,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6442
6552
  const localVarHeaderParameter = {} as any;
6443
6553
  const localVarQueryParameter = {} as any;
6444
6554
 
6445
- // authentication apiKeyCookie required
6446
-
6447
6555
  // authentication authCookie required
6448
6556
 
6449
6557
 
@@ -6489,8 +6597,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6489
6597
  const localVarHeaderParameter = {} as any;
6490
6598
  const localVarQueryParameter = {} as any;
6491
6599
 
6492
- // authentication apiKeyCookie required
6493
-
6494
6600
  // authentication authCookie required
6495
6601
 
6496
6602
  if (featured !== undefined) {
@@ -6579,8 +6685,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6579
6685
  const localVarHeaderParameter = {} as any;
6580
6686
  const localVarQueryParameter = {} as any;
6581
6687
 
6582
- // authentication apiKeyCookie required
6583
-
6584
6688
  // authentication authCookie required
6585
6689
 
6586
6690
 
@@ -6617,8 +6721,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6617
6721
  const localVarHeaderParameter = {} as any;
6618
6722
  const localVarQueryParameter = {} as any;
6619
6723
 
6620
- // authentication apiKeyCookie required
6621
-
6622
6724
  // authentication authCookie required
6623
6725
 
6624
6726
 
@@ -6656,8 +6758,6 @@ export const AvatarsApiAxiosParamCreator = function (configuration?: Configurati
6656
6758
  const localVarHeaderParameter = {} as any;
6657
6759
  const localVarQueryParameter = {} as any;
6658
6760
 
6659
- // authentication apiKeyCookie required
6660
-
6661
6761
  // authentication authCookie required
6662
6762
 
6663
6763
 
@@ -7103,8 +7203,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
7103
7203
  const localVarHeaderParameter = {} as any;
7104
7204
  const localVarQueryParameter = {} as any;
7105
7205
 
7106
- // authentication apiKeyCookie required
7107
-
7108
7206
  // authentication authCookie required
7109
7207
 
7110
7208
 
@@ -7141,8 +7239,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
7141
7239
  const localVarHeaderParameter = {} as any;
7142
7240
  const localVarQueryParameter = {} as any;
7143
7241
 
7144
- // authentication apiKeyCookie required
7145
-
7146
7242
  // authentication authCookie required
7147
7243
 
7148
7244
 
@@ -7180,8 +7276,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
7180
7276
  const localVarHeaderParameter = {} as any;
7181
7277
  const localVarQueryParameter = {} as any;
7182
7278
 
7183
- // authentication apiKeyCookie required
7184
-
7185
7279
  // authentication authCookie required
7186
7280
 
7187
7281
 
@@ -7214,8 +7308,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
7214
7308
  const localVarHeaderParameter = {} as any;
7215
7309
  const localVarQueryParameter = {} as any;
7216
7310
 
7217
- // authentication apiKeyCookie required
7218
-
7219
7311
  // authentication authCookie required
7220
7312
 
7221
7313
 
@@ -7248,8 +7340,6 @@ export const EconomyApiAxiosParamCreator = function (configuration?: Configurati
7248
7340
  const localVarHeaderParameter = {} as any;
7249
7341
  const localVarQueryParameter = {} as any;
7250
7342
 
7251
- // authentication apiKeyCookie required
7252
-
7253
7343
  // authentication authCookie required
7254
7344
 
7255
7345
 
@@ -7480,8 +7570,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7480
7570
  const localVarHeaderParameter = {} as any;
7481
7571
  const localVarQueryParameter = {} as any;
7482
7572
 
7483
- // authentication apiKeyCookie required
7484
-
7485
7573
  // authentication authCookie required
7486
7574
 
7487
7575
 
@@ -7529,8 +7617,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7529
7617
  const localVarHeaderParameter = {} as any;
7530
7618
  const localVarQueryParameter = {} as any;
7531
7619
 
7532
- // authentication apiKeyCookie required
7533
-
7534
7620
  // authentication authCookie required
7535
7621
 
7536
7622
 
@@ -7567,8 +7653,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7567
7653
  const localVarHeaderParameter = {} as any;
7568
7654
  const localVarQueryParameter = {} as any;
7569
7655
 
7570
- // authentication apiKeyCookie required
7571
-
7572
7656
  // authentication authCookie required
7573
7657
 
7574
7658
 
@@ -7613,8 +7697,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7613
7697
  const localVarHeaderParameter = {} as any;
7614
7698
  const localVarQueryParameter = {} as any;
7615
7699
 
7616
- // authentication apiKeyCookie required
7617
-
7618
7700
  // authentication authCookie required
7619
7701
 
7620
7702
 
@@ -7650,8 +7732,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7650
7732
  const localVarHeaderParameter = {} as any;
7651
7733
  const localVarQueryParameter = {} as any;
7652
7734
 
7653
- // authentication apiKeyCookie required
7654
-
7655
7735
  // authentication authCookie required
7656
7736
 
7657
7737
  if (n !== undefined) {
@@ -7700,8 +7780,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7700
7780
  const localVarHeaderParameter = {} as any;
7701
7781
  const localVarQueryParameter = {} as any;
7702
7782
 
7703
- // authentication apiKeyCookie required
7704
-
7705
7783
  // authentication authCookie required
7706
7784
 
7707
7785
  if (n !== undefined) {
@@ -7754,8 +7832,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7754
7832
  const localVarHeaderParameter = {} as any;
7755
7833
  const localVarQueryParameter = {} as any;
7756
7834
 
7757
- // authentication apiKeyCookie required
7758
-
7759
7835
  // authentication authCookie required
7760
7836
 
7761
7837
 
@@ -7801,8 +7877,6 @@ export const FavoritesApiAxiosParamCreator = function (configuration?: Configura
7801
7877
  const localVarHeaderParameter = {} as any;
7802
7878
  const localVarQueryParameter = {} as any;
7803
7879
 
7804
- // authentication apiKeyCookie required
7805
-
7806
7880
  // authentication authCookie required
7807
7881
 
7808
7882
 
@@ -8177,8 +8251,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8177
8251
  const localVarHeaderParameter = {} as any;
8178
8252
  const localVarQueryParameter = {} as any;
8179
8253
 
8180
- // authentication apiKeyCookie required
8181
-
8182
8254
  // authentication authCookie required
8183
8255
 
8184
8256
 
@@ -8219,8 +8291,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8219
8291
  const localVarHeaderParameter = {} as any;
8220
8292
  const localVarQueryParameter = {} as any;
8221
8293
 
8222
- // authentication apiKeyCookie required
8223
-
8224
8294
  // authentication authCookie required
8225
8295
 
8226
8296
 
@@ -8260,8 +8330,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8260
8330
  const localVarHeaderParameter = {} as any;
8261
8331
  const localVarQueryParameter = {} as any;
8262
8332
 
8263
- // authentication apiKeyCookie required
8264
-
8265
8333
  // authentication authCookie required
8266
8334
 
8267
8335
 
@@ -8302,8 +8370,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8302
8370
  const localVarHeaderParameter = {} as any;
8303
8371
  const localVarQueryParameter = {} as any;
8304
8372
 
8305
- // authentication apiKeyCookie required
8306
-
8307
8373
  // authentication authCookie required
8308
8374
 
8309
8375
 
@@ -8344,8 +8410,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8344
8410
  const localVarHeaderParameter = {} as any;
8345
8411
  const localVarQueryParameter = {} as any;
8346
8412
 
8347
- // authentication apiKeyCookie required
8348
-
8349
8413
  // authentication authCookie required
8350
8414
 
8351
8415
 
@@ -8391,8 +8455,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8391
8455
  const localVarHeaderParameter = {} as any;
8392
8456
  const localVarQueryParameter = {} as any;
8393
8457
 
8394
- // authentication apiKeyCookie required
8395
-
8396
8458
  // authentication authCookie required
8397
8459
 
8398
8460
 
@@ -8432,8 +8494,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8432
8494
  const localVarHeaderParameter = {} as any;
8433
8495
  const localVarQueryParameter = {} as any;
8434
8496
 
8435
- // authentication apiKeyCookie required
8436
-
8437
8497
  // authentication authCookie required
8438
8498
 
8439
8499
 
@@ -8478,8 +8538,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8478
8538
  const localVarHeaderParameter = {} as any;
8479
8539
  const localVarQueryParameter = {} as any;
8480
8540
 
8481
- // authentication apiKeyCookie required
8482
-
8483
8541
  // authentication authCookie required
8484
8542
 
8485
8543
 
@@ -8516,8 +8574,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8516
8574
  const localVarHeaderParameter = {} as any;
8517
8575
  const localVarQueryParameter = {} as any;
8518
8576
 
8519
- // authentication apiKeyCookie required
8520
-
8521
8577
  // authentication authCookie required
8522
8578
 
8523
8579
  if (tag !== undefined) {
@@ -8579,8 +8635,6 @@ export const FilesApiAxiosParamCreator = function (configuration?: Configuration
8579
8635
  const localVarHeaderParameter = {} as any;
8580
8636
  const localVarQueryParameter = {} as any;
8581
8637
 
8582
- // authentication apiKeyCookie required
8583
-
8584
8638
  // authentication authCookie required
8585
8639
 
8586
8640
  if (partNumber !== undefined) {
@@ -9031,8 +9085,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
9031
9085
  const localVarHeaderParameter = {} as any;
9032
9086
  const localVarQueryParameter = {} as any;
9033
9087
 
9034
- // authentication apiKeyCookie required
9035
-
9036
9088
  // authentication authCookie required
9037
9089
 
9038
9090
 
@@ -9069,8 +9121,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
9069
9121
  const localVarHeaderParameter = {} as any;
9070
9122
  const localVarQueryParameter = {} as any;
9071
9123
 
9072
- // authentication apiKeyCookie required
9073
-
9074
9124
  // authentication authCookie required
9075
9125
 
9076
9126
 
@@ -9107,8 +9157,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
9107
9157
  const localVarHeaderParameter = {} as any;
9108
9158
  const localVarQueryParameter = {} as any;
9109
9159
 
9110
- // authentication apiKeyCookie required
9111
-
9112
9160
  // authentication authCookie required
9113
9161
 
9114
9162
 
@@ -9144,8 +9192,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
9144
9192
  const localVarHeaderParameter = {} as any;
9145
9193
  const localVarQueryParameter = {} as any;
9146
9194
 
9147
- // authentication apiKeyCookie required
9148
-
9149
9195
  // authentication authCookie required
9150
9196
 
9151
9197
  if (offset !== undefined) {
@@ -9194,8 +9240,6 @@ export const FriendsApiAxiosParamCreator = function (configuration?: Configurati
9194
9240
  const localVarHeaderParameter = {} as any;
9195
9241
  const localVarQueryParameter = {} as any;
9196
9242
 
9197
- // authentication apiKeyCookie required
9198
-
9199
9243
  // authentication authCookie required
9200
9244
 
9201
9245
 
@@ -9446,8 +9490,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9446
9490
  const localVarHeaderParameter = {} as any;
9447
9491
  const localVarQueryParameter = {} as any;
9448
9492
 
9449
- // authentication apiKeyCookie required
9450
-
9451
9493
  // authentication authCookie required
9452
9494
 
9453
9495
 
@@ -9495,8 +9537,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9495
9537
  const localVarHeaderParameter = {} as any;
9496
9538
  const localVarQueryParameter = {} as any;
9497
9539
 
9498
- // authentication apiKeyCookie required
9499
-
9500
9540
  // authentication authCookie required
9501
9541
 
9502
9542
 
@@ -9534,8 +9574,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9534
9574
  const localVarHeaderParameter = {} as any;
9535
9575
  const localVarQueryParameter = {} as any;
9536
9576
 
9537
- // authentication apiKeyCookie required
9538
-
9539
9577
  // authentication authCookie required
9540
9578
 
9541
9579
 
@@ -9575,8 +9613,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9575
9613
  const localVarHeaderParameter = {} as any;
9576
9614
  const localVarQueryParameter = {} as any;
9577
9615
 
9578
- // authentication apiKeyCookie required
9579
-
9580
9616
  // authentication authCookie required
9581
9617
 
9582
9618
 
@@ -9610,8 +9646,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9610
9646
  const localVarHeaderParameter = {} as any;
9611
9647
  const localVarQueryParameter = {} as any;
9612
9648
 
9613
- // authentication apiKeyCookie required
9614
-
9615
9649
  // authentication authCookie required
9616
9650
 
9617
9651
 
@@ -9652,8 +9686,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9652
9686
  const localVarHeaderParameter = {} as any;
9653
9687
  const localVarQueryParameter = {} as any;
9654
9688
 
9655
- // authentication apiKeyCookie required
9656
-
9657
9689
  // authentication authCookie required
9658
9690
 
9659
9691
 
@@ -9694,8 +9726,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9694
9726
  const localVarHeaderParameter = {} as any;
9695
9727
  const localVarQueryParameter = {} as any;
9696
9728
 
9697
- // authentication apiKeyCookie required
9698
-
9699
9729
  // authentication authCookie required
9700
9730
 
9701
9731
 
@@ -9736,8 +9766,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9736
9766
  const localVarHeaderParameter = {} as any;
9737
9767
  const localVarQueryParameter = {} as any;
9738
9768
 
9739
- // authentication apiKeyCookie required
9740
-
9741
9769
  // authentication authCookie required
9742
9770
 
9743
9771
 
@@ -9778,8 +9806,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9778
9806
  const localVarHeaderParameter = {} as any;
9779
9807
  const localVarQueryParameter = {} as any;
9780
9808
 
9781
- // authentication apiKeyCookie required
9782
-
9783
9809
  // authentication authCookie required
9784
9810
 
9785
9811
 
@@ -9819,8 +9845,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9819
9845
  const localVarHeaderParameter = {} as any;
9820
9846
  const localVarQueryParameter = {} as any;
9821
9847
 
9822
- // authentication apiKeyCookie required
9823
-
9824
9848
  // authentication authCookie required
9825
9849
 
9826
9850
 
@@ -9857,8 +9881,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9857
9881
  const localVarHeaderParameter = {} as any;
9858
9882
  const localVarQueryParameter = {} as any;
9859
9883
 
9860
- // authentication apiKeyCookie required
9861
-
9862
9884
  // authentication authCookie required
9863
9885
 
9864
9886
 
@@ -9899,8 +9921,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9899
9921
  const localVarHeaderParameter = {} as any;
9900
9922
  const localVarQueryParameter = {} as any;
9901
9923
 
9902
- // authentication apiKeyCookie required
9903
-
9904
9924
  // authentication authCookie required
9905
9925
 
9906
9926
 
@@ -9945,8 +9965,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9945
9965
  const localVarHeaderParameter = {} as any;
9946
9966
  const localVarQueryParameter = {} as any;
9947
9967
 
9948
- // authentication apiKeyCookie required
9949
-
9950
9968
  // authentication authCookie required
9951
9969
 
9952
9970
 
@@ -9987,8 +10005,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
9987
10005
  const localVarHeaderParameter = {} as any;
9988
10006
  const localVarQueryParameter = {} as any;
9989
10007
 
9990
- // authentication apiKeyCookie required
9991
-
9992
10008
  // authentication authCookie required
9993
10009
 
9994
10010
 
@@ -10029,8 +10045,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10029
10045
  const localVarHeaderParameter = {} as any;
10030
10046
  const localVarQueryParameter = {} as any;
10031
10047
 
10032
- // authentication apiKeyCookie required
10033
-
10034
10048
  // authentication authCookie required
10035
10049
 
10036
10050
 
@@ -10068,8 +10082,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10068
10082
  const localVarHeaderParameter = {} as any;
10069
10083
  const localVarQueryParameter = {} as any;
10070
10084
 
10071
- // authentication apiKeyCookie required
10072
-
10073
10085
  // authentication authCookie required
10074
10086
 
10075
10087
  if (includeRoles !== undefined) {
@@ -10110,8 +10122,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10110
10122
  const localVarHeaderParameter = {} as any;
10111
10123
  const localVarQueryParameter = {} as any;
10112
10124
 
10113
- // authentication apiKeyCookie required
10114
-
10115
10125
  // authentication authCookie required
10116
10126
 
10117
10127
 
@@ -10152,8 +10162,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10152
10162
  const localVarHeaderParameter = {} as any;
10153
10163
  const localVarQueryParameter = {} as any;
10154
10164
 
10155
- // authentication apiKeyCookie required
10156
-
10157
10165
  // authentication authCookie required
10158
10166
 
10159
10167
  if (n !== undefined) {
@@ -10212,8 +10220,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10212
10220
  const localVarHeaderParameter = {} as any;
10213
10221
  const localVarQueryParameter = {} as any;
10214
10222
 
10215
- // authentication apiKeyCookie required
10216
-
10217
10223
  // authentication authCookie required
10218
10224
 
10219
10225
  if (n !== undefined) {
@@ -10265,8 +10271,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10265
10271
  const localVarHeaderParameter = {} as any;
10266
10272
  const localVarQueryParameter = {} as any;
10267
10273
 
10268
- // authentication apiKeyCookie required
10269
-
10270
10274
  // authentication authCookie required
10271
10275
 
10272
10276
  if (n !== undefined) {
@@ -10315,8 +10319,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10315
10319
  const localVarHeaderParameter = {} as any;
10316
10320
  const localVarQueryParameter = {} as any;
10317
10321
 
10318
- // authentication apiKeyCookie required
10319
-
10320
10322
  // authentication authCookie required
10321
10323
 
10322
10324
 
@@ -10357,8 +10359,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10357
10359
  const localVarHeaderParameter = {} as any;
10358
10360
  const localVarQueryParameter = {} as any;
10359
10361
 
10360
- // authentication apiKeyCookie required
10361
-
10362
10362
  // authentication authCookie required
10363
10363
 
10364
10364
 
@@ -10397,8 +10397,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10397
10397
  const localVarHeaderParameter = {} as any;
10398
10398
  const localVarQueryParameter = {} as any;
10399
10399
 
10400
- // authentication apiKeyCookie required
10401
-
10402
10400
  // authentication authCookie required
10403
10401
 
10404
10402
  if (n !== undefined) {
@@ -10443,8 +10441,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10443
10441
  const localVarHeaderParameter = {} as any;
10444
10442
  const localVarQueryParameter = {} as any;
10445
10443
 
10446
- // authentication apiKeyCookie required
10447
-
10448
10444
  // authentication authCookie required
10449
10445
 
10450
10446
 
@@ -10481,8 +10477,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10481
10477
  const localVarHeaderParameter = {} as any;
10482
10478
  const localVarQueryParameter = {} as any;
10483
10479
 
10484
- // authentication apiKeyCookie required
10485
-
10486
10480
  // authentication authCookie required
10487
10481
 
10488
10482
 
@@ -10519,8 +10513,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10519
10513
  const localVarHeaderParameter = {} as any;
10520
10514
  const localVarQueryParameter = {} as any;
10521
10515
 
10522
- // authentication apiKeyCookie required
10523
-
10524
10516
  // authentication authCookie required
10525
10517
 
10526
10518
 
@@ -10557,8 +10549,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10557
10549
  const localVarHeaderParameter = {} as any;
10558
10550
  const localVarQueryParameter = {} as any;
10559
10551
 
10560
- // authentication apiKeyCookie required
10561
-
10562
10552
  // authentication authCookie required
10563
10553
 
10564
10554
 
@@ -10599,8 +10589,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10599
10589
  const localVarHeaderParameter = {} as any;
10600
10590
  const localVarQueryParameter = {} as any;
10601
10591
 
10602
- // authentication apiKeyCookie required
10603
-
10604
10592
  // authentication authCookie required
10605
10593
 
10606
10594
 
@@ -10637,8 +10625,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10637
10625
  const localVarHeaderParameter = {} as any;
10638
10626
  const localVarQueryParameter = {} as any;
10639
10627
 
10640
- // authentication apiKeyCookie required
10641
-
10642
10628
  // authentication authCookie required
10643
10629
 
10644
10630
 
@@ -10683,8 +10669,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10683
10669
  const localVarHeaderParameter = {} as any;
10684
10670
  const localVarQueryParameter = {} as any;
10685
10671
 
10686
- // authentication apiKeyCookie required
10687
-
10688
10672
  // authentication authCookie required
10689
10673
 
10690
10674
 
@@ -10726,8 +10710,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10726
10710
  const localVarHeaderParameter = {} as any;
10727
10711
  const localVarQueryParameter = {} as any;
10728
10712
 
10729
- // authentication apiKeyCookie required
10730
-
10731
10713
  // authentication authCookie required
10732
10714
 
10733
10715
 
@@ -10771,8 +10753,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10771
10753
  const localVarHeaderParameter = {} as any;
10772
10754
  const localVarQueryParameter = {} as any;
10773
10755
 
10774
- // authentication apiKeyCookie required
10775
-
10776
10756
  // authentication authCookie required
10777
10757
 
10778
10758
 
@@ -10810,8 +10790,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10810
10790
  const localVarHeaderParameter = {} as any;
10811
10791
  const localVarQueryParameter = {} as any;
10812
10792
 
10813
- // authentication apiKeyCookie required
10814
-
10815
10793
  // authentication authCookie required
10816
10794
 
10817
10795
 
@@ -10856,8 +10834,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10856
10834
  const localVarHeaderParameter = {} as any;
10857
10835
  const localVarQueryParameter = {} as any;
10858
10836
 
10859
- // authentication apiKeyCookie required
10860
-
10861
10837
  // authentication authCookie required
10862
10838
 
10863
10839
 
@@ -10902,8 +10878,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10902
10878
  const localVarHeaderParameter = {} as any;
10903
10879
  const localVarQueryParameter = {} as any;
10904
10880
 
10905
- // authentication apiKeyCookie required
10906
-
10907
10881
  // authentication authCookie required
10908
10882
 
10909
10883
 
@@ -10948,8 +10922,6 @@ export const GroupsApiAxiosParamCreator = function (configuration?: Configuratio
10948
10922
  const localVarHeaderParameter = {} as any;
10949
10923
  const localVarQueryParameter = {} as any;
10950
10924
 
10951
- // authentication apiKeyCookie required
10952
-
10953
10925
  // authentication authCookie required
10954
10926
 
10955
10927
 
@@ -12342,8 +12314,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
12342
12314
  const localVarHeaderParameter = {} as any;
12343
12315
  const localVarQueryParameter = {} as any;
12344
12316
 
12345
- // authentication apiKeyCookie required
12346
-
12347
12317
  // authentication authCookie required
12348
12318
 
12349
12319
 
@@ -12380,8 +12350,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
12380
12350
  const localVarHeaderParameter = {} as any;
12381
12351
  const localVarQueryParameter = {} as any;
12382
12352
 
12383
- // authentication apiKeyCookie required
12384
-
12385
12353
  // authentication authCookie required
12386
12354
 
12387
12355
 
@@ -12422,8 +12390,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
12422
12390
  const localVarHeaderParameter = {} as any;
12423
12391
  const localVarQueryParameter = {} as any;
12424
12392
 
12425
- // authentication apiKeyCookie required
12426
-
12427
12393
  // authentication authCookie required
12428
12394
 
12429
12395
 
@@ -12464,8 +12430,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
12464
12430
  const localVarHeaderParameter = {} as any;
12465
12431
  const localVarQueryParameter = {} as any;
12466
12432
 
12467
- // authentication apiKeyCookie required
12468
-
12469
12433
  // authentication authCookie required
12470
12434
 
12471
12435
 
@@ -12689,8 +12653,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12689
12653
  const localVarHeaderParameter = {} as any;
12690
12654
  const localVarQueryParameter = {} as any;
12691
12655
 
12692
- // authentication apiKeyCookie required
12693
-
12694
12656
  // authentication authCookie required
12695
12657
 
12696
12658
 
@@ -12731,8 +12693,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12731
12693
  const localVarHeaderParameter = {} as any;
12732
12694
  const localVarQueryParameter = {} as any;
12733
12695
 
12734
- // authentication apiKeyCookie required
12735
-
12736
12696
  // authentication authCookie required
12737
12697
 
12738
12698
 
@@ -12773,8 +12733,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12773
12733
  const localVarHeaderParameter = {} as any;
12774
12734
  const localVarQueryParameter = {} as any;
12775
12735
 
12776
- // authentication apiKeyCookie required
12777
-
12778
12736
  // authentication authCookie required
12779
12737
 
12780
12738
 
@@ -12812,8 +12770,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12812
12770
  const localVarHeaderParameter = {} as any;
12813
12771
  const localVarQueryParameter = {} as any;
12814
12772
 
12815
- // authentication apiKeyCookie required
12816
-
12817
12773
  // authentication authCookie required
12818
12774
 
12819
12775
 
@@ -12854,8 +12810,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12854
12810
  const localVarHeaderParameter = {} as any;
12855
12811
  const localVarQueryParameter = {} as any;
12856
12812
 
12857
- // authentication apiKeyCookie required
12858
-
12859
12813
  // authentication authCookie required
12860
12814
 
12861
12815
 
@@ -12903,8 +12857,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12903
12857
  const localVarHeaderParameter = {} as any;
12904
12858
  const localVarQueryParameter = {} as any;
12905
12859
 
12906
- // authentication apiKeyCookie required
12907
-
12908
12860
  // authentication authCookie required
12909
12861
 
12910
12862
 
@@ -12942,8 +12894,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12942
12894
  const localVarHeaderParameter = {} as any;
12943
12895
  const localVarQueryParameter = {} as any;
12944
12896
 
12945
- // authentication apiKeyCookie required
12946
-
12947
12897
  // authentication authCookie required
12948
12898
 
12949
12899
 
@@ -12992,8 +12942,6 @@ export const InviteApiAxiosParamCreator = function (configuration?: Configuratio
12992
12942
  const localVarHeaderParameter = {} as any;
12993
12943
  const localVarQueryParameter = {} as any;
12994
12944
 
12995
- // authentication apiKeyCookie required
12996
-
12997
12945
  // authentication authCookie required
12998
12946
 
12999
12947
 
@@ -13371,8 +13319,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
13371
13319
  const localVarHeaderParameter = {} as any;
13372
13320
  const localVarQueryParameter = {} as any;
13373
13321
 
13374
- // authentication apiKeyCookie required
13375
-
13376
13322
  // authentication authCookie required
13377
13323
 
13378
13324
 
@@ -13405,8 +13351,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
13405
13351
  const localVarHeaderParameter = {} as any;
13406
13352
  const localVarQueryParameter = {} as any;
13407
13353
 
13408
- // authentication apiKeyCookie required
13409
-
13410
13354
  // authentication authCookie required
13411
13355
 
13412
13356
 
@@ -13443,8 +13387,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
13443
13387
  const localVarHeaderParameter = {} as any;
13444
13388
  const localVarQueryParameter = {} as any;
13445
13389
 
13446
- // authentication apiKeyCookie required
13447
-
13448
13390
  // authentication authCookie required
13449
13391
 
13450
13392
 
@@ -13483,8 +13425,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
13483
13425
  const localVarHeaderParameter = {} as any;
13484
13426
  const localVarQueryParameter = {} as any;
13485
13427
 
13486
- // authentication apiKeyCookie required
13487
-
13488
13428
  // authentication authCookie required
13489
13429
 
13490
13430
  if (type !== undefined) {
@@ -13545,8 +13485,6 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
13545
13485
  const localVarHeaderParameter = {} as any;
13546
13486
  const localVarQueryParameter = {} as any;
13547
13487
 
13548
- // authentication apiKeyCookie required
13549
-
13550
13488
  // authentication authCookie required
13551
13489
 
13552
13490
 
@@ -13794,8 +13732,6 @@ export const PermissionsApiAxiosParamCreator = function (configuration?: Configu
13794
13732
  const localVarHeaderParameter = {} as any;
13795
13733
  const localVarQueryParameter = {} as any;
13796
13734
 
13797
- // authentication apiKeyCookie required
13798
-
13799
13735
  // authentication authCookie required
13800
13736
 
13801
13737
 
@@ -13832,8 +13768,6 @@ export const PermissionsApiAxiosParamCreator = function (configuration?: Configu
13832
13768
  const localVarHeaderParameter = {} as any;
13833
13769
  const localVarQueryParameter = {} as any;
13834
13770
 
13835
- // authentication apiKeyCookie required
13836
-
13837
13771
  // authentication authCookie required
13838
13772
 
13839
13773
 
@@ -13967,8 +13901,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
13967
13901
  const localVarHeaderParameter = {} as any;
13968
13902
  const localVarQueryParameter = {} as any;
13969
13903
 
13970
- // authentication apiKeyCookie required
13971
-
13972
13904
  // authentication authCookie required
13973
13905
 
13974
13906
 
@@ -14005,8 +13937,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
14005
13937
  const localVarHeaderParameter = {} as any;
14006
13938
  const localVarQueryParameter = {} as any;
14007
13939
 
14008
- // authentication apiKeyCookie required
14009
-
14010
13940
  // authentication authCookie required
14011
13941
 
14012
13942
 
@@ -14043,8 +13973,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
14043
13973
  const localVarHeaderParameter = {} as any;
14044
13974
  const localVarQueryParameter = {} as any;
14045
13975
 
14046
- // authentication apiKeyCookie required
14047
-
14048
13976
  // authentication authCookie required
14049
13977
 
14050
13978
 
@@ -14079,8 +14007,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
14079
14007
  const localVarHeaderParameter = {} as any;
14080
14008
  const localVarQueryParameter = {} as any;
14081
14009
 
14082
- // authentication apiKeyCookie required
14083
-
14084
14010
  // authentication authCookie required
14085
14011
 
14086
14012
  if (type !== undefined) {
@@ -14122,8 +14048,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
14122
14048
  const localVarHeaderParameter = {} as any;
14123
14049
  const localVarQueryParameter = {} as any;
14124
14050
 
14125
- // authentication apiKeyCookie required
14126
-
14127
14051
  // authentication authCookie required
14128
14052
 
14129
14053
 
@@ -14160,8 +14084,6 @@ export const PlayermoderationApiAxiosParamCreator = function (configuration?: Co
14160
14084
  const localVarHeaderParameter = {} as any;
14161
14085
  const localVarQueryParameter = {} as any;
14162
14086
 
14163
- // authentication apiKeyCookie required
14164
-
14165
14087
  // authentication authCookie required
14166
14088
 
14167
14089
 
@@ -14947,8 +14869,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
14947
14869
  const localVarHeaderParameter = {} as any;
14948
14870
  const localVarQueryParameter = {} as any;
14949
14871
 
14950
- // authentication apiKeyCookie required
14951
-
14952
14872
  // authentication authCookie required
14953
14873
 
14954
14874
 
@@ -14986,8 +14906,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
14986
14906
  const localVarHeaderParameter = {} as any;
14987
14907
  const localVarQueryParameter = {} as any;
14988
14908
 
14989
- // authentication apiKeyCookie required
14990
-
14991
14909
  // authentication authCookie required
14992
14910
 
14993
14911
 
@@ -15024,8 +14942,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
15024
14942
  const localVarHeaderParameter = {} as any;
15025
14943
  const localVarQueryParameter = {} as any;
15026
14944
 
15027
- // authentication apiKeyCookie required
15028
-
15029
14945
  // authentication authCookie required
15030
14946
 
15031
14947
 
@@ -15062,8 +14978,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
15062
14978
  const localVarHeaderParameter = {} as any;
15063
14979
  const localVarQueryParameter = {} as any;
15064
14980
 
15065
- // authentication apiKeyCookie required
15066
-
15067
14981
  // authentication authCookie required
15068
14982
 
15069
14983
 
@@ -15100,8 +15014,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
15100
15014
  const localVarHeaderParameter = {} as any;
15101
15015
  const localVarQueryParameter = {} as any;
15102
15016
 
15103
- // authentication apiKeyCookie required
15104
-
15105
15017
  // authentication authCookie required
15106
15018
 
15107
15019
  if (search !== undefined) {
@@ -15155,8 +15067,6 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
15155
15067
  const localVarHeaderParameter = {} as any;
15156
15068
  const localVarQueryParameter = {} as any;
15157
15069
 
15158
- // authentication apiKeyCookie required
15159
-
15160
15070
  // authentication authCookie required
15161
15071
 
15162
15072
 
@@ -15481,8 +15391,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15481
15391
  const localVarHeaderParameter = {} as any;
15482
15392
  const localVarQueryParameter = {} as any;
15483
15393
 
15484
- // authentication apiKeyCookie required
15485
-
15486
15394
  // authentication authCookie required
15487
15395
 
15488
15396
 
@@ -15527,8 +15435,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15527
15435
  const localVarHeaderParameter = {} as any;
15528
15436
  const localVarQueryParameter = {} as any;
15529
15437
 
15530
- // authentication apiKeyCookie required
15531
-
15532
15438
  // authentication authCookie required
15533
15439
 
15534
15440
  if (featured !== undefined) {
@@ -15622,8 +15528,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15622
15528
  const localVarHeaderParameter = {} as any;
15623
15529
  const localVarQueryParameter = {} as any;
15624
15530
 
15625
- // authentication apiKeyCookie required
15626
-
15627
15531
  // authentication authCookie required
15628
15532
 
15629
15533
  if (featured !== undefined) {
@@ -15721,8 +15625,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15721
15625
  const localVarHeaderParameter = {} as any;
15722
15626
  const localVarQueryParameter = {} as any;
15723
15627
 
15724
- // authentication apiKeyCookie required
15725
-
15726
15628
  // authentication authCookie required
15727
15629
 
15728
15630
  if (featured !== undefined) {
@@ -15811,8 +15713,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15811
15713
  const localVarHeaderParameter = {} as any;
15812
15714
  const localVarQueryParameter = {} as any;
15813
15715
 
15814
- // authentication apiKeyCookie required
15815
-
15816
15716
 
15817
15717
 
15818
15718
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -15851,8 +15751,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15851
15751
  const localVarHeaderParameter = {} as any;
15852
15752
  const localVarQueryParameter = {} as any;
15853
15753
 
15854
- // authentication apiKeyCookie required
15855
-
15856
15754
  // authentication authCookie required
15857
15755
 
15858
15756
 
@@ -15890,8 +15788,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15890
15788
  const localVarHeaderParameter = {} as any;
15891
15789
  const localVarQueryParameter = {} as any;
15892
15790
 
15893
- // authentication apiKeyCookie required
15894
-
15895
15791
  // authentication authCookie required
15896
15792
 
15897
15793
 
@@ -15928,8 +15824,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15928
15824
  const localVarHeaderParameter = {} as any;
15929
15825
  const localVarQueryParameter = {} as any;
15930
15826
 
15931
- // authentication apiKeyCookie required
15932
-
15933
15827
  // authentication authCookie required
15934
15828
 
15935
15829
 
@@ -15966,8 +15860,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
15966
15860
  const localVarHeaderParameter = {} as any;
15967
15861
  const localVarQueryParameter = {} as any;
15968
15862
 
15969
- // authentication apiKeyCookie required
15970
-
15971
15863
  // authentication authCookie required
15972
15864
 
15973
15865
 
@@ -16014,8 +15906,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
16014
15906
  const localVarHeaderParameter = {} as any;
16015
15907
  const localVarQueryParameter = {} as any;
16016
15908
 
16017
- // authentication apiKeyCookie required
16018
-
16019
15909
  // authentication authCookie required
16020
15910
 
16021
15911
  if (featured !== undefined) {
@@ -16108,8 +15998,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
16108
15998
  const localVarHeaderParameter = {} as any;
16109
15999
  const localVarQueryParameter = {} as any;
16110
16000
 
16111
- // authentication apiKeyCookie required
16112
-
16113
16001
  // authentication authCookie required
16114
16002
 
16115
16003
 
@@ -16147,8 +16035,6 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
16147
16035
  const localVarHeaderParameter = {} as any;
16148
16036
  const localVarQueryParameter = {} as any;
16149
16037
 
16150
- // authentication apiKeyCookie required
16151
-
16152
16038
  // authentication authCookie required
16153
16039
 
16154
16040