vrchat 1.7.0 → 1.7.3

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/dist/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.7.0
4
+ * The version of the OpenAPI document: 1.7.3
5
5
  * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -503,13 +503,13 @@ export interface APIConfig {
503
503
  * @type {string}
504
504
  * @memberof APIConfig
505
505
  */
506
- 'youtubedl-hash': string;
506
+ 'player-url-resolver-hash': string;
507
507
  /**
508
508
  * Currently used youtube-dl.exe version
509
509
  * @type {string}
510
510
  * @memberof APIConfig
511
511
  */
512
- 'youtubedl-version': string;
512
+ 'player-url-resolver-version': string;
513
513
  }
514
514
  /**
515
515
  *
@@ -1241,7 +1241,7 @@ export interface CurrentUser {
1241
1241
  * @type {string}
1242
1242
  * @memberof CurrentUser
1243
1243
  */
1244
- 'twoFactorAuthEnabledDate'?: string;
1244
+ 'twoFactorAuthEnabledDate'?: string | null;
1245
1245
  /**
1246
1246
  *
1247
1247
  * @type {boolean}
@@ -2121,6 +2121,19 @@ export declare enum InviteMessageType {
2121
2121
  Request = "request",
2122
2122
  RequestResponse = "requestResponse"
2123
2123
  }
2124
+ /**
2125
+ *
2126
+ * @export
2127
+ * @interface InviteMyselfToRequest
2128
+ */
2129
+ export interface InviteMyselfToRequest {
2130
+ /**
2131
+ * Short Name of the Instance; can be retrieved from the Get Instance Short Name endpoint.
2132
+ * @type {string}
2133
+ * @memberof InviteMyselfToRequest
2134
+ */
2135
+ 'shortName': string;
2136
+ }
2124
2137
  /**
2125
2138
  *
2126
2139
  * @export
@@ -2842,6 +2855,61 @@ export interface Response {
2842
2855
  */
2843
2856
  'status_code': number;
2844
2857
  }
2858
+ /**
2859
+ *
2860
+ * @export
2861
+ * @interface SentNotification
2862
+ */
2863
+ export interface SentNotification {
2864
+ /**
2865
+ *
2866
+ * @type {string}
2867
+ * @memberof SentNotification
2868
+ */
2869
+ 'created_at': string;
2870
+ /**
2871
+ * **NOTICE:** This is not a JSON object, this is a json **encoded** object, meaning you have to json-de-encode to get the NotificationDetail object depending on the NotificationType.
2872
+ * @type {string}
2873
+ * @memberof SentNotification
2874
+ */
2875
+ 'details': string;
2876
+ /**
2877
+ *
2878
+ * @type {string}
2879
+ * @memberof SentNotification
2880
+ */
2881
+ 'id': string;
2882
+ /**
2883
+ *
2884
+ * @type {string}
2885
+ * @memberof SentNotification
2886
+ */
2887
+ 'message': string;
2888
+ /**
2889
+ * 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.
2890
+ * @type {string}
2891
+ * @memberof SentNotification
2892
+ */
2893
+ 'recieverUserId': string;
2894
+ /**
2895
+ * 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.
2896
+ * @type {string}
2897
+ * @memberof SentNotification
2898
+ */
2899
+ 'senderUserId': string;
2900
+ /**
2901
+ *
2902
+ * @type {string}
2903
+ * @memberof SentNotification
2904
+ */
2905
+ 'senderUsername': string;
2906
+ /**
2907
+ *
2908
+ * @type {NotificationType}
2909
+ * @memberof SentNotification
2910
+ */
2911
+ 'type': NotificationType;
2912
+ }
2845
2913
  /**
2846
2914
  *
2847
2915
  * @export
@@ -3544,6 +3612,12 @@ export interface User {
3544
3612
  * @memberof User
3545
3613
  */
3546
3614
  'friendKey': string;
3615
+ /**
3616
+ *
3617
+ * @type {string}
3618
+ * @memberof User
3619
+ */
3620
+ 'friendRequestStatus': string;
3547
3621
  /**
3548
3622
  * 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.
3549
3623
  * @type {string}
@@ -3562,6 +3636,12 @@ export interface User {
3562
3636
  * @memberof User
3563
3637
  */
3564
3638
  'isFriend': boolean;
3639
+ /**
3640
+ * Either a date-time or empty string.
3641
+ * @type {string}
3642
+ * @memberof User
3643
+ */
3644
+ 'last_activity': string;
3565
3645
  /**
3566
3646
  * Either a date-time or empty string.
3567
3647
  * @type {string}
@@ -3580,6 +3660,12 @@ export interface User {
3580
3660
  * @memberof User
3581
3661
  */
3582
3662
  'location'?: string;
3663
+ /**
3664
+ *
3665
+ * @type {string}
3666
+ * @memberof User
3667
+ */
3668
+ 'note'?: string;
3583
3669
  /**
3584
3670
  *
3585
3671
  * @type {string}
@@ -3610,6 +3696,24 @@ export interface User {
3610
3696
  * @memberof User
3611
3697
  */
3612
3698
  'tags': Array<string>;
3699
+ /**
3700
+ *
3701
+ * @type {string}
3702
+ * @memberof User
3703
+ */
3704
+ 'travelingToInstance'?: string;
3705
+ /**
3706
+ *
3707
+ * @type {string}
3708
+ * @memberof User
3709
+ */
3710
+ 'travelingToLocation'?: string;
3711
+ /**
3712
+ *
3713
+ * @type {string}
3714
+ * @memberof User
3715
+ */
3716
+ 'travelingToWorld'?: string;
3613
3717
  /**
3614
3718
  *
3615
3719
  * @type {string}
@@ -3805,12 +3909,6 @@ export interface World {
3805
3909
  * @memberof World
3806
3910
  */
3807
3911
  'assetUrl': string;
3808
- /**
3809
- *
3810
- * @type {object}
3811
- * @memberof World
3812
- */
3813
- 'assetUrlObject': object;
3814
3912
  /**
3815
3913
  * 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.
3816
3914
  * @type {string}
@@ -3907,12 +4005,6 @@ export interface World {
3907
4005
  * @memberof World
3908
4006
  */
3909
4007
  'organization': string;
3910
- /**
3911
- *
3912
- * @type {object}
3913
- * @memberof World
3914
- */
3915
- 'pluginUrlObject': object;
3916
4008
  /**
3917
4009
  *
3918
4010
  * @type {number}
@@ -3961,12 +4053,6 @@ export interface World {
3961
4053
  * @memberof World
3962
4054
  */
3963
4055
  'thumbnailImageUrl': string;
3964
- /**
3965
- *
3966
- * @type {object}
3967
- * @memberof World
3968
- */
3969
- 'unityPackageUrlObject': object;
3970
4056
  /**
3971
4057
  * Empty if unauthenticated.
3972
4058
  * @type {Array<UnityPackage>}
@@ -4313,7 +4399,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4313
4399
  /**
4314
4400
  * Search and list favorited avatars by query filters.
4315
4401
  * @summary List Favorited Avatars
4316
- * @param {string} [featured] Filters on featured results.
4402
+ * @param {boolean} [featured] Filters on featured results.
4317
4403
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4318
4404
  * @param {number} [n] The number of objects to return.
4319
4405
  * @param {'ascending' | 'descending'} [order]
@@ -4329,11 +4415,11 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4329
4415
  * @param {*} [options] Override http request option.
4330
4416
  * @throws {RequiredError}
4331
4417
  */
4332
- getFavoritedAvatars: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4418
+ getFavoritedAvatars: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4333
4419
  /**
4334
4420
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
4335
4421
  * @summary Search Avatars
4336
- * @param {string} [featured] Filters on featured results.
4422
+ * @param {boolean} [featured] Filters on featured results.
4337
4423
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4338
4424
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4339
4425
  * @param {string} [userId] Filter by UserID.
@@ -4349,7 +4435,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4349
4435
  * @param {*} [options] Override http request option.
4350
4436
  * @throws {RequiredError}
4351
4437
  */
4352
- searchAvatars: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4438
+ searchAvatars: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
4353
4439
  /**
4354
4440
  * Switches into that avatar.
4355
4441
  * @summary Select Avatar
@@ -4408,7 +4494,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4408
4494
  /**
4409
4495
  * Search and list favorited avatars by query filters.
4410
4496
  * @summary List Favorited Avatars
4411
- * @param {string} [featured] Filters on featured results.
4497
+ * @param {boolean} [featured] Filters on featured results.
4412
4498
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4413
4499
  * @param {number} [n] The number of objects to return.
4414
4500
  * @param {'ascending' | 'descending'} [order]
@@ -4424,11 +4510,11 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4424
4510
  * @param {*} [options] Override http request option.
4425
4511
  * @throws {RequiredError}
4426
4512
  */
4427
- getFavoritedAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Avatar>>>;
4513
+ getFavoritedAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Avatar>>>;
4428
4514
  /**
4429
4515
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
4430
4516
  * @summary Search Avatars
4431
- * @param {string} [featured] Filters on featured results.
4517
+ * @param {boolean} [featured] Filters on featured results.
4432
4518
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4433
4519
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4434
4520
  * @param {string} [userId] Filter by UserID.
@@ -4444,7 +4530,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4444
4530
  * @param {*} [options] Override http request option.
4445
4531
  * @throws {RequiredError}
4446
4532
  */
4447
- searchAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Avatar>>>;
4533
+ searchAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Avatar>>>;
4448
4534
  /**
4449
4535
  * Switches into that avatar.
4450
4536
  * @summary Select Avatar
@@ -4503,7 +4589,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4503
4589
  /**
4504
4590
  * Search and list favorited avatars by query filters.
4505
4591
  * @summary List Favorited Avatars
4506
- * @param {string} [featured] Filters on featured results.
4592
+ * @param {boolean} [featured] Filters on featured results.
4507
4593
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4508
4594
  * @param {number} [n] The number of objects to return.
4509
4595
  * @param {'ascending' | 'descending'} [order]
@@ -4519,11 +4605,11 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4519
4605
  * @param {*} [options] Override http request option.
4520
4606
  * @throws {RequiredError}
4521
4607
  */
4522
- getFavoritedAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<Avatar>>;
4608
+ getFavoritedAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<Avatar>>;
4523
4609
  /**
4524
4610
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
4525
4611
  * @summary Search Avatars
4526
- * @param {string} [featured] Filters on featured results.
4612
+ * @param {boolean} [featured] Filters on featured results.
4527
4613
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4528
4614
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4529
4615
  * @param {string} [userId] Filter by UserID.
@@ -4539,7 +4625,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4539
4625
  * @param {*} [options] Override http request option.
4540
4626
  * @throws {RequiredError}
4541
4627
  */
4542
- searchAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<Avatar>>;
4628
+ searchAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<Avatar>>;
4543
4629
  /**
4544
4630
  * Switches into that avatar.
4545
4631
  * @summary Select Avatar
@@ -4603,7 +4689,7 @@ export declare class AvatarsApi extends BaseAPI {
4603
4689
  /**
4604
4690
  * Search and list favorited avatars by query filters.
4605
4691
  * @summary List Favorited Avatars
4606
- * @param {string} [featured] Filters on featured results.
4692
+ * @param {boolean} [featured] Filters on featured results.
4607
4693
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4608
4694
  * @param {number} [n] The number of objects to return.
4609
4695
  * @param {'ascending' | 'descending'} [order]
@@ -4620,11 +4706,11 @@ export declare class AvatarsApi extends BaseAPI {
4620
4706
  * @throws {RequiredError}
4621
4707
  * @memberof AvatarsApi
4622
4708
  */
4623
- getFavoritedAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Avatar[]>>;
4709
+ getFavoritedAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Avatar[]>>;
4624
4710
  /**
4625
4711
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
4626
4712
  * @summary Search Avatars
4627
- * @param {string} [featured] Filters on featured results.
4713
+ * @param {boolean} [featured] Filters on featured results.
4628
4714
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4629
4715
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4630
4716
  * @param {string} [userId] Filter by UserID.
@@ -4641,7 +4727,7 @@ export declare class AvatarsApi extends BaseAPI {
4641
4727
  * @throws {RequiredError}
4642
4728
  * @memberof AvatarsApi
4643
4729
  */
4644
- searchAvatars(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Avatar[]>>;
4730
+ searchAvatars(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Avatar[]>>;
4645
4731
  /**
4646
4732
  * Switches into that avatar.
4647
4733
  * @summary Select Avatar
@@ -5817,6 +5903,14 @@ export declare const InstancesApiAxiosParamCreator: (configuration?: Configurati
5817
5903
  * @throws {RequiredError}
5818
5904
  */
5819
5905
  getInstance: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5906
+ /**
5907
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
5908
+ * @summary Get Instance By Short Name
5909
+ * @param {string} shortName
5910
+ * @param {*} [options] Override http request option.
5911
+ * @throws {RequiredError}
5912
+ */
5913
+ getInstanceByShortName: (shortName: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5820
5914
  /**
5821
5915
  * Returns an instance short name.
5822
5916
  * @summary Get Instance Short Name
@@ -5850,6 +5944,14 @@ export declare const InstancesApiFp: (configuration?: Configuration) => {
5850
5944
  * @throws {RequiredError}
5851
5945
  */
5852
5946
  getInstance(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Instance>>;
5947
+ /**
5948
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
5949
+ * @summary Get Instance By Short Name
5950
+ * @param {string} shortName
5951
+ * @param {*} [options] Override http request option.
5952
+ * @throws {RequiredError}
5953
+ */
5954
+ getInstanceByShortName(shortName: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Instance>>;
5853
5955
  /**
5854
5956
  * Returns an instance short name.
5855
5957
  * @summary Get Instance Short Name
@@ -5883,6 +5985,14 @@ export declare const InstancesApiFactory: (configuration?: Configuration, basePa
5883
5985
  * @throws {RequiredError}
5884
5986
  */
5885
5987
  getInstance(worldId: string, instanceId: string, options?: any): AxiosPromise<Instance>;
5988
+ /**
5989
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
5990
+ * @summary Get Instance By Short Name
5991
+ * @param {string} shortName
5992
+ * @param {*} [options] Override http request option.
5993
+ * @throws {RequiredError}
5994
+ */
5995
+ getInstanceByShortName(shortName: string, options?: any): AxiosPromise<Instance>;
5886
5996
  /**
5887
5997
  * Returns an instance short name.
5888
5998
  * @summary Get Instance Short Name
@@ -5919,6 +6029,15 @@ export declare class InstancesApi extends BaseAPI {
5919
6029
  * @memberof InstancesApi
5920
6030
  */
5921
6031
  getInstance(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Instance>>;
6032
+ /**
6033
+ * Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances.
6034
+ * @summary Get Instance By Short Name
6035
+ * @param {string} shortName
6036
+ * @param {*} [options] Override http request option.
6037
+ * @throws {RequiredError}
6038
+ * @memberof InstancesApi
6039
+ */
6040
+ getInstanceByShortName(shortName: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Instance>>;
5922
6041
  /**
5923
6042
  * Returns an instance short name.
5924
6043
  * @summary Get Instance Short Name
@@ -5964,6 +6083,16 @@ export declare const InviteApiAxiosParamCreator: (configuration?: Configuration)
5964
6083
  * @throws {RequiredError}
5965
6084
  */
5966
6085
  getInviteMessages: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', options?: AxiosRequestConfig) => Promise<RequestArgs>;
6086
+ /**
6087
+ * Sends self an invite to an instance
6088
+ * @summary Invite Myself To Instance
6089
+ * @param {string} worldId
6090
+ * @param {string} instanceId
6091
+ * @param {InviteMyselfToRequest} [inviteMyselfToRequest]
6092
+ * @param {*} [options] Override http request option.
6093
+ * @throws {RequiredError}
6094
+ */
6095
+ inviteMyselfTo: (worldId: string, instanceId: string, inviteMyselfToRequest?: InviteMyselfToRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
5967
6096
  /**
5968
6097
  * Sends an invite to a user. Returns the Notification of type `invite` that was sent.
5969
6098
  * @summary Invite User
@@ -6037,6 +6166,16 @@ export declare const InviteApiFp: (configuration?: Configuration) => {
6037
6166
  * @throws {RequiredError}
6038
6167
  */
6039
6168
  getInviteMessages(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InviteMessage>>>;
6169
+ /**
6170
+ * Sends self an invite to an instance
6171
+ * @summary Invite Myself To Instance
6172
+ * @param {string} worldId
6173
+ * @param {string} instanceId
6174
+ * @param {InviteMyselfToRequest} [inviteMyselfToRequest]
6175
+ * @param {*} [options] Override http request option.
6176
+ * @throws {RequiredError}
6177
+ */
6178
+ inviteMyselfTo(worldId: string, instanceId: string, inviteMyselfToRequest?: InviteMyselfToRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SentNotification>>;
6040
6179
  /**
6041
6180
  * Sends an invite to a user. Returns the Notification of type `invite` that was sent.
6042
6181
  * @summary Invite User
@@ -6045,7 +6184,7 @@ export declare const InviteApiFp: (configuration?: Configuration) => {
6045
6184
  * @param {*} [options] Override http request option.
6046
6185
  * @throws {RequiredError}
6047
6186
  */
6048
- inviteUser(userId: string, inviteRequest?: InviteRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Notification>>;
6187
+ inviteUser(userId: string, inviteRequest?: InviteRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SentNotification>>;
6049
6188
  /**
6050
6189
  * Requests an invite from a user. Returns the Notification of type `requestInvite` that was sent.
6051
6190
  * @summary Request Invite
@@ -6110,6 +6249,16 @@ export declare const InviteApiFactory: (configuration?: Configuration, basePath?
6110
6249
  * @throws {RequiredError}
6111
6250
  */
6112
6251
  getInviteMessages(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', options?: any): AxiosPromise<Array<InviteMessage>>;
6252
+ /**
6253
+ * Sends self an invite to an instance
6254
+ * @summary Invite Myself To Instance
6255
+ * @param {string} worldId
6256
+ * @param {string} instanceId
6257
+ * @param {InviteMyselfToRequest} [inviteMyselfToRequest]
6258
+ * @param {*} [options] Override http request option.
6259
+ * @throws {RequiredError}
6260
+ */
6261
+ inviteMyselfTo(worldId: string, instanceId: string, inviteMyselfToRequest?: InviteMyselfToRequest, options?: any): AxiosPromise<SentNotification>;
6113
6262
  /**
6114
6263
  * Sends an invite to a user. Returns the Notification of type `invite` that was sent.
6115
6264
  * @summary Invite User
@@ -6118,7 +6267,7 @@ export declare const InviteApiFactory: (configuration?: Configuration, basePath?
6118
6267
  * @param {*} [options] Override http request option.
6119
6268
  * @throws {RequiredError}
6120
6269
  */
6121
- inviteUser(userId: string, inviteRequest?: InviteRequest, options?: any): AxiosPromise<Notification>;
6270
+ inviteUser(userId: string, inviteRequest?: InviteRequest, options?: any): AxiosPromise<SentNotification>;
6122
6271
  /**
6123
6272
  * Requests an invite from a user. Returns the Notification of type `requestInvite` that was sent.
6124
6273
  * @summary Request Invite
@@ -6187,6 +6336,17 @@ export declare class InviteApi extends BaseAPI {
6187
6336
  * @memberof InviteApi
6188
6337
  */
6189
6338
  getInviteMessages(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteMessage[]>>;
6339
+ /**
6340
+ * Sends self an invite to an instance
6341
+ * @summary Invite Myself To Instance
6342
+ * @param {string} worldId
6343
+ * @param {string} instanceId
6344
+ * @param {InviteMyselfToRequest} [inviteMyselfToRequest]
6345
+ * @param {*} [options] Override http request option.
6346
+ * @throws {RequiredError}
6347
+ * @memberof InviteApi
6348
+ */
6349
+ inviteMyselfTo(worldId: string, instanceId: string, inviteMyselfToRequest?: InviteMyselfToRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SentNotification>>;
6190
6350
  /**
6191
6351
  * Sends an invite to a user. Returns the Notification of type `invite` that was sent.
6192
6352
  * @summary Invite User
@@ -6196,7 +6356,7 @@ export declare class InviteApi extends BaseAPI {
6196
6356
  * @throws {RequiredError}
6197
6357
  * @memberof InviteApi
6198
6358
  */
6199
- inviteUser(userId: string, inviteRequest?: InviteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Notification>>;
6359
+ inviteUser(userId: string, inviteRequest?: InviteRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<SentNotification>>;
6200
6360
  /**
6201
6361
  * Requests an invite from a user. Returns the Notification of type `requestInvite` that was sent.
6202
6362
  * @summary Request Invite
@@ -7215,7 +7375,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7215
7375
  /**
7216
7376
  * Search and list currently Active worlds by query filters.
7217
7377
  * @summary List Active Worlds
7218
- * @param {string} [featured] Filters on featured results.
7378
+ * @param {boolean} [featured] Filters on featured results.
7219
7379
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7220
7380
  * @param {number} [n] The number of objects to return.
7221
7381
  * @param {'ascending' | 'descending'} [order]
@@ -7230,11 +7390,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7230
7390
  * @param {*} [options] Override http request option.
7231
7391
  * @throws {RequiredError}
7232
7392
  */
7233
- getActiveWorlds: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7393
+ getActiveWorlds: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7234
7394
  /**
7235
7395
  * Search and list favorited worlds by query filters.
7236
7396
  * @summary List Favorited Worlds
7237
- * @param {string} [featured] Filters on featured results.
7397
+ * @param {boolean} [featured] Filters on featured results.
7238
7398
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7239
7399
  * @param {number} [n] The number of objects to return.
7240
7400
  * @param {'ascending' | 'descending'} [order]
@@ -7250,11 +7410,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7250
7410
  * @param {*} [options] Override http request option.
7251
7411
  * @throws {RequiredError}
7252
7412
  */
7253
- getFavoritedWorlds: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7413
+ getFavoritedWorlds: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7254
7414
  /**
7255
7415
  * Search and list recently visited worlds by query filters.
7256
7416
  * @summary List Recent Worlds
7257
- * @param {string} [featured] Filters on featured results.
7417
+ * @param {boolean} [featured] Filters on featured results.
7258
7418
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7259
7419
  * @param {number} [n] The number of objects to return.
7260
7420
  * @param {'ascending' | 'descending'} [order]
@@ -7270,7 +7430,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7270
7430
  * @param {*} [options] Override http request option.
7271
7431
  * @throws {RequiredError}
7272
7432
  */
7273
- getRecentWorlds: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7433
+ getRecentWorlds: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7274
7434
  /**
7275
7435
  * Get information about a specific World.
7276
7436
  * @summary Get World by ID
@@ -7316,7 +7476,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7316
7476
  /**
7317
7477
  * Search and list any worlds by query filters.
7318
7478
  * @summary Search All Worlds
7319
- * @param {string} [featured] Filters on featured results.
7479
+ * @param {boolean} [featured] Filters on featured results.
7320
7480
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7321
7481
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7322
7482
  * @param {string} [userId] Filter by UserID.
@@ -7333,7 +7493,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7333
7493
  * @param {*} [options] Override http request option.
7334
7494
  * @throws {RequiredError}
7335
7495
  */
7336
- searchWorlds: (featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7496
+ searchWorlds: (featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
7337
7497
  /**
7338
7498
  * Unpublish a world.
7339
7499
  * @summary Unpublish World
@@ -7376,7 +7536,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7376
7536
  /**
7377
7537
  * Search and list currently Active worlds by query filters.
7378
7538
  * @summary List Active Worlds
7379
- * @param {string} [featured] Filters on featured results.
7539
+ * @param {boolean} [featured] Filters on featured results.
7380
7540
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7381
7541
  * @param {number} [n] The number of objects to return.
7382
7542
  * @param {'ascending' | 'descending'} [order]
@@ -7391,11 +7551,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7391
7551
  * @param {*} [options] Override http request option.
7392
7552
  * @throws {RequiredError}
7393
7553
  */
7394
- getActiveWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7554
+ getActiveWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7395
7555
  /**
7396
7556
  * Search and list favorited worlds by query filters.
7397
7557
  * @summary List Favorited Worlds
7398
- * @param {string} [featured] Filters on featured results.
7558
+ * @param {boolean} [featured] Filters on featured results.
7399
7559
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7400
7560
  * @param {number} [n] The number of objects to return.
7401
7561
  * @param {'ascending' | 'descending'} [order]
@@ -7411,11 +7571,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7411
7571
  * @param {*} [options] Override http request option.
7412
7572
  * @throws {RequiredError}
7413
7573
  */
7414
- getFavoritedWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7574
+ getFavoritedWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7415
7575
  /**
7416
7576
  * Search and list recently visited worlds by query filters.
7417
7577
  * @summary List Recent Worlds
7418
- * @param {string} [featured] Filters on featured results.
7578
+ * @param {boolean} [featured] Filters on featured results.
7419
7579
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7420
7580
  * @param {number} [n] The number of objects to return.
7421
7581
  * @param {'ascending' | 'descending'} [order]
@@ -7431,7 +7591,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7431
7591
  * @param {*} [options] Override http request option.
7432
7592
  * @throws {RequiredError}
7433
7593
  */
7434
- getRecentWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7594
+ getRecentWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7435
7595
  /**
7436
7596
  * Get information about a specific World.
7437
7597
  * @summary Get World by ID
@@ -7477,7 +7637,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7477
7637
  /**
7478
7638
  * Search and list any worlds by query filters.
7479
7639
  * @summary Search All Worlds
7480
- * @param {string} [featured] Filters on featured results.
7640
+ * @param {boolean} [featured] Filters on featured results.
7481
7641
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7482
7642
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7483
7643
  * @param {string} [userId] Filter by UserID.
@@ -7494,7 +7654,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7494
7654
  * @param {*} [options] Override http request option.
7495
7655
  * @throws {RequiredError}
7496
7656
  */
7497
- searchWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7657
+ searchWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
7498
7658
  /**
7499
7659
  * Unpublish a world.
7500
7660
  * @summary Unpublish World
@@ -7537,7 +7697,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7537
7697
  /**
7538
7698
  * Search and list currently Active worlds by query filters.
7539
7699
  * @summary List Active Worlds
7540
- * @param {string} [featured] Filters on featured results.
7700
+ * @param {boolean} [featured] Filters on featured results.
7541
7701
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7542
7702
  * @param {number} [n] The number of objects to return.
7543
7703
  * @param {'ascending' | 'descending'} [order]
@@ -7552,11 +7712,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7552
7712
  * @param {*} [options] Override http request option.
7553
7713
  * @throws {RequiredError}
7554
7714
  */
7555
- getActiveWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7715
+ getActiveWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7556
7716
  /**
7557
7717
  * Search and list favorited worlds by query filters.
7558
7718
  * @summary List Favorited Worlds
7559
- * @param {string} [featured] Filters on featured results.
7719
+ * @param {boolean} [featured] Filters on featured results.
7560
7720
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7561
7721
  * @param {number} [n] The number of objects to return.
7562
7722
  * @param {'ascending' | 'descending'} [order]
@@ -7572,11 +7732,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7572
7732
  * @param {*} [options] Override http request option.
7573
7733
  * @throws {RequiredError}
7574
7734
  */
7575
- getFavoritedWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7735
+ getFavoritedWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7576
7736
  /**
7577
7737
  * Search and list recently visited worlds by query filters.
7578
7738
  * @summary List Recent Worlds
7579
- * @param {string} [featured] Filters on featured results.
7739
+ * @param {boolean} [featured] Filters on featured results.
7580
7740
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7581
7741
  * @param {number} [n] The number of objects to return.
7582
7742
  * @param {'ascending' | 'descending'} [order]
@@ -7592,7 +7752,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7592
7752
  * @param {*} [options] Override http request option.
7593
7753
  * @throws {RequiredError}
7594
7754
  */
7595
- getRecentWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7755
+ getRecentWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7596
7756
  /**
7597
7757
  * Get information about a specific World.
7598
7758
  * @summary Get World by ID
@@ -7638,7 +7798,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7638
7798
  /**
7639
7799
  * Search and list any worlds by query filters.
7640
7800
  * @summary Search All Worlds
7641
- * @param {string} [featured] Filters on featured results.
7801
+ * @param {boolean} [featured] Filters on featured results.
7642
7802
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7643
7803
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7644
7804
  * @param {string} [userId] Filter by UserID.
@@ -7655,7 +7815,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7655
7815
  * @param {*} [options] Override http request option.
7656
7816
  * @throws {RequiredError}
7657
7817
  */
7658
- searchWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7818
+ searchWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
7659
7819
  /**
7660
7820
  * Unpublish a world.
7661
7821
  * @summary Unpublish World
@@ -7702,7 +7862,7 @@ export declare class WorldsApi extends BaseAPI {
7702
7862
  /**
7703
7863
  * Search and list currently Active worlds by query filters.
7704
7864
  * @summary List Active Worlds
7705
- * @param {string} [featured] Filters on featured results.
7865
+ * @param {boolean} [featured] Filters on featured results.
7706
7866
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7707
7867
  * @param {number} [n] The number of objects to return.
7708
7868
  * @param {'ascending' | 'descending'} [order]
@@ -7718,11 +7878,11 @@ export declare class WorldsApi extends BaseAPI {
7718
7878
  * @throws {RequiredError}
7719
7879
  * @memberof WorldsApi
7720
7880
  */
7721
- getActiveWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7881
+ getActiveWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7722
7882
  /**
7723
7883
  * Search and list favorited worlds by query filters.
7724
7884
  * @summary List Favorited Worlds
7725
- * @param {string} [featured] Filters on featured results.
7885
+ * @param {boolean} [featured] Filters on featured results.
7726
7886
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7727
7887
  * @param {number} [n] The number of objects to return.
7728
7888
  * @param {'ascending' | 'descending'} [order]
@@ -7739,11 +7899,11 @@ export declare class WorldsApi extends BaseAPI {
7739
7899
  * @throws {RequiredError}
7740
7900
  * @memberof WorldsApi
7741
7901
  */
7742
- getFavoritedWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7902
+ getFavoritedWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7743
7903
  /**
7744
7904
  * Search and list recently visited worlds by query filters.
7745
7905
  * @summary List Recent Worlds
7746
- * @param {string} [featured] Filters on featured results.
7906
+ * @param {boolean} [featured] Filters on featured results.
7747
7907
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7748
7908
  * @param {number} [n] The number of objects to return.
7749
7909
  * @param {'ascending' | 'descending'} [order]
@@ -7760,7 +7920,7 @@ export declare class WorldsApi extends BaseAPI {
7760
7920
  * @throws {RequiredError}
7761
7921
  * @memberof WorldsApi
7762
7922
  */
7763
- getRecentWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7923
+ getRecentWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7764
7924
  /**
7765
7925
  * Get information about a specific World.
7766
7926
  * @summary Get World by ID
@@ -7811,7 +7971,7 @@ export declare class WorldsApi extends BaseAPI {
7811
7971
  /**
7812
7972
  * Search and list any worlds by query filters.
7813
7973
  * @summary Search All Worlds
7814
- * @param {string} [featured] Filters on featured results.
7974
+ * @param {boolean} [featured] Filters on featured results.
7815
7975
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7816
7976
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7817
7977
  * @param {string} [userId] Filter by UserID.
@@ -7829,7 +7989,7 @@ export declare class WorldsApi extends BaseAPI {
7829
7989
  * @throws {RequiredError}
7830
7990
  * @memberof WorldsApi
7831
7991
  */
7832
- searchWorlds(featured?: string, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7992
+ searchWorlds(featured?: boolean, sort?: 'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name', user?: 'me', userId?: string, n?: number, order?: 'ascending' | 'descending', offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: 'public' | 'private' | 'hidden' | 'all', maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[]>>;
7833
7993
  /**
7834
7994
  * Unpublish a world.
7835
7995
  * @summary Unpublish World