vrchat 1.6.10 → 1.7.2

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,8 +1,8 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.6.10
5
- * Contact: me@ruby.js.org
4
+ * The version of the OpenAPI document: 1.7.2
5
+ * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
8
  * https://openapi-generator.tech
@@ -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}
@@ -2764,7 +2764,9 @@ export declare enum PlayerModerationType {
2764
2764
  Block = "block",
2765
2765
  Unblock = "unblock",
2766
2766
  HideAvatar = "hideAvatar",
2767
- ShowAvatar = "showAvatar"
2767
+ ShowAvatar = "showAvatar",
2768
+ InteractOn = "interactOn",
2769
+ InteractOff = "interactOff"
2768
2770
  }
2769
2771
  /**
2770
2772
  * Public Announcement
@@ -4311,7 +4313,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4311
4313
  /**
4312
4314
  * Search and list favorited avatars by query filters.
4313
4315
  * @summary List Favorited Avatars
4314
- * @param {string} [featured] Filters on featured results.
4316
+ * @param {boolean} [featured] Filters on featured results.
4315
4317
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4316
4318
  * @param {number} [n] The number of objects to return.
4317
4319
  * @param {'ascending' | 'descending'} [order]
@@ -4327,11 +4329,11 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4327
4329
  * @param {*} [options] Override http request option.
4328
4330
  * @throws {RequiredError}
4329
4331
  */
4330
- 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>;
4332
+ 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>;
4331
4333
  /**
4332
4334
  * 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.
4333
4335
  * @summary Search Avatars
4334
- * @param {string} [featured] Filters on featured results.
4336
+ * @param {boolean} [featured] Filters on featured results.
4335
4337
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4336
4338
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4337
4339
  * @param {string} [userId] Filter by UserID.
@@ -4347,7 +4349,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
4347
4349
  * @param {*} [options] Override http request option.
4348
4350
  * @throws {RequiredError}
4349
4351
  */
4350
- 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>;
4352
+ 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>;
4351
4353
  /**
4352
4354
  * Switches into that avatar.
4353
4355
  * @summary Select Avatar
@@ -4406,7 +4408,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4406
4408
  /**
4407
4409
  * Search and list favorited avatars by query filters.
4408
4410
  * @summary List Favorited Avatars
4409
- * @param {string} [featured] Filters on featured results.
4411
+ * @param {boolean} [featured] Filters on featured results.
4410
4412
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4411
4413
  * @param {number} [n] The number of objects to return.
4412
4414
  * @param {'ascending' | 'descending'} [order]
@@ -4422,11 +4424,11 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4422
4424
  * @param {*} [options] Override http request option.
4423
4425
  * @throws {RequiredError}
4424
4426
  */
4425
- 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>>>;
4427
+ 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>>>;
4426
4428
  /**
4427
4429
  * 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.
4428
4430
  * @summary Search Avatars
4429
- * @param {string} [featured] Filters on featured results.
4431
+ * @param {boolean} [featured] Filters on featured results.
4430
4432
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4431
4433
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4432
4434
  * @param {string} [userId] Filter by UserID.
@@ -4442,7 +4444,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
4442
4444
  * @param {*} [options] Override http request option.
4443
4445
  * @throws {RequiredError}
4444
4446
  */
4445
- 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>>>;
4447
+ 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>>>;
4446
4448
  /**
4447
4449
  * Switches into that avatar.
4448
4450
  * @summary Select Avatar
@@ -4501,7 +4503,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4501
4503
  /**
4502
4504
  * Search and list favorited avatars by query filters.
4503
4505
  * @summary List Favorited Avatars
4504
- * @param {string} [featured] Filters on featured results.
4506
+ * @param {boolean} [featured] Filters on featured results.
4505
4507
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4506
4508
  * @param {number} [n] The number of objects to return.
4507
4509
  * @param {'ascending' | 'descending'} [order]
@@ -4517,11 +4519,11 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4517
4519
  * @param {*} [options] Override http request option.
4518
4520
  * @throws {RequiredError}
4519
4521
  */
4520
- 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>>;
4522
+ 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>>;
4521
4523
  /**
4522
4524
  * 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.
4523
4525
  * @summary Search Avatars
4524
- * @param {string} [featured] Filters on featured results.
4526
+ * @param {boolean} [featured] Filters on featured results.
4525
4527
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4526
4528
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4527
4529
  * @param {string} [userId] Filter by UserID.
@@ -4537,7 +4539,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
4537
4539
  * @param {*} [options] Override http request option.
4538
4540
  * @throws {RequiredError}
4539
4541
  */
4540
- 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>>;
4542
+ 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>>;
4541
4543
  /**
4542
4544
  * Switches into that avatar.
4543
4545
  * @summary Select Avatar
@@ -4601,7 +4603,7 @@ export declare class AvatarsApi extends BaseAPI {
4601
4603
  /**
4602
4604
  * Search and list favorited avatars by query filters.
4603
4605
  * @summary List Favorited Avatars
4604
- * @param {string} [featured] Filters on featured results.
4606
+ * @param {boolean} [featured] Filters on featured results.
4605
4607
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4606
4608
  * @param {number} [n] The number of objects to return.
4607
4609
  * @param {'ascending' | 'descending'} [order]
@@ -4618,11 +4620,11 @@ export declare class AvatarsApi extends BaseAPI {
4618
4620
  * @throws {RequiredError}
4619
4621
  * @memberof AvatarsApi
4620
4622
  */
4621
- 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[]>>;
4623
+ 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[]>>;
4622
4624
  /**
4623
4625
  * 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.
4624
4626
  * @summary Search Avatars
4625
- * @param {string} [featured] Filters on featured results.
4627
+ * @param {boolean} [featured] Filters on featured results.
4626
4628
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
4627
4629
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own avatars.
4628
4630
  * @param {string} [userId] Filter by UserID.
@@ -4639,7 +4641,7 @@ export declare class AvatarsApi extends BaseAPI {
4639
4641
  * @throws {RequiredError}
4640
4642
  * @memberof AvatarsApi
4641
4643
  */
4642
- 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[]>>;
4644
+ 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[]>>;
4643
4645
  /**
4644
4646
  * Switches into that avatar.
4645
4647
  * @summary Select Avatar
@@ -6572,7 +6574,7 @@ export declare const PlayermoderationApiAxiosParamCreator: (configuration?: Conf
6572
6574
  */
6573
6575
  getPlayerModerations: (type?: string, targetUserId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
6574
6576
  /**
6575
- * Moderate a user, e.g. unmute them or show their avatar.
6577
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6576
6578
  * @summary Moderate User
6577
6579
  * @param {ModerateUserRequest} [moderateUserRequest]
6578
6580
  * @param {*} [options] Override http request option.
@@ -6626,7 +6628,7 @@ export declare const PlayermoderationApiFp: (configuration?: Configuration) => {
6626
6628
  */
6627
6629
  getPlayerModerations(type?: string, targetUserId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PlayerModeration>>>;
6628
6630
  /**
6629
- * Moderate a user, e.g. unmute them or show their avatar.
6631
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6630
6632
  * @summary Moderate User
6631
6633
  * @param {ModerateUserRequest} [moderateUserRequest]
6632
6634
  * @param {*} [options] Override http request option.
@@ -6680,7 +6682,7 @@ export declare const PlayermoderationApiFactory: (configuration?: Configuration,
6680
6682
  */
6681
6683
  getPlayerModerations(type?: string, targetUserId?: string, options?: any): AxiosPromise<Array<PlayerModeration>>;
6682
6684
  /**
6683
- * Moderate a user, e.g. unmute them or show their avatar.
6685
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6684
6686
  * @summary Moderate User
6685
6687
  * @param {ModerateUserRequest} [moderateUserRequest]
6686
6688
  * @param {*} [options] Override http request option.
@@ -6740,7 +6742,7 @@ export declare class PlayermoderationApi extends BaseAPI {
6740
6742
  */
6741
6743
  getPlayerModerations(type?: string, targetUserId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlayerModeration[]>>;
6742
6744
  /**
6743
- * Moderate a user, e.g. unmute them or show their avatar.
6745
+ * Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
6744
6746
  * @summary Moderate User
6745
6747
  * @param {ModerateUserRequest} [moderateUserRequest]
6746
6748
  * @param {*} [options] Override http request option.
@@ -7213,7 +7215,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7213
7215
  /**
7214
7216
  * Search and list currently Active worlds by query filters.
7215
7217
  * @summary List Active Worlds
7216
- * @param {string} [featured] Filters on featured results.
7218
+ * @param {boolean} [featured] Filters on featured results.
7217
7219
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7218
7220
  * @param {number} [n] The number of objects to return.
7219
7221
  * @param {'ascending' | 'descending'} [order]
@@ -7228,11 +7230,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7228
7230
  * @param {*} [options] Override http request option.
7229
7231
  * @throws {RequiredError}
7230
7232
  */
7231
- 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>;
7233
+ 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>;
7232
7234
  /**
7233
7235
  * Search and list favorited worlds by query filters.
7234
7236
  * @summary List Favorited Worlds
7235
- * @param {string} [featured] Filters on featured results.
7237
+ * @param {boolean} [featured] Filters on featured results.
7236
7238
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7237
7239
  * @param {number} [n] The number of objects to return.
7238
7240
  * @param {'ascending' | 'descending'} [order]
@@ -7248,11 +7250,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7248
7250
  * @param {*} [options] Override http request option.
7249
7251
  * @throws {RequiredError}
7250
7252
  */
7251
- 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>;
7253
+ 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>;
7252
7254
  /**
7253
7255
  * Search and list recently visited worlds by query filters.
7254
7256
  * @summary List Recent Worlds
7255
- * @param {string} [featured] Filters on featured results.
7257
+ * @param {boolean} [featured] Filters on featured results.
7256
7258
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7257
7259
  * @param {number} [n] The number of objects to return.
7258
7260
  * @param {'ascending' | 'descending'} [order]
@@ -7268,7 +7270,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7268
7270
  * @param {*} [options] Override http request option.
7269
7271
  * @throws {RequiredError}
7270
7272
  */
7271
- 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>;
7273
+ 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>;
7272
7274
  /**
7273
7275
  * Get information about a specific World.
7274
7276
  * @summary Get World by ID
@@ -7314,7 +7316,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7314
7316
  /**
7315
7317
  * Search and list any worlds by query filters.
7316
7318
  * @summary Search All Worlds
7317
- * @param {string} [featured] Filters on featured results.
7319
+ * @param {boolean} [featured] Filters on featured results.
7318
7320
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7319
7321
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7320
7322
  * @param {string} [userId] Filter by UserID.
@@ -7331,7 +7333,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
7331
7333
  * @param {*} [options] Override http request option.
7332
7334
  * @throws {RequiredError}
7333
7335
  */
7334
- 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>;
7336
+ 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>;
7335
7337
  /**
7336
7338
  * Unpublish a world.
7337
7339
  * @summary Unpublish World
@@ -7374,7 +7376,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7374
7376
  /**
7375
7377
  * Search and list currently Active worlds by query filters.
7376
7378
  * @summary List Active Worlds
7377
- * @param {string} [featured] Filters on featured results.
7379
+ * @param {boolean} [featured] Filters on featured results.
7378
7380
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7379
7381
  * @param {number} [n] The number of objects to return.
7380
7382
  * @param {'ascending' | 'descending'} [order]
@@ -7389,11 +7391,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7389
7391
  * @param {*} [options] Override http request option.
7390
7392
  * @throws {RequiredError}
7391
7393
  */
7392
- 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>>>;
7394
+ 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>>>;
7393
7395
  /**
7394
7396
  * Search and list favorited worlds by query filters.
7395
7397
  * @summary List Favorited Worlds
7396
- * @param {string} [featured] Filters on featured results.
7398
+ * @param {boolean} [featured] Filters on featured results.
7397
7399
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7398
7400
  * @param {number} [n] The number of objects to return.
7399
7401
  * @param {'ascending' | 'descending'} [order]
@@ -7409,11 +7411,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7409
7411
  * @param {*} [options] Override http request option.
7410
7412
  * @throws {RequiredError}
7411
7413
  */
7412
- 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>>>;
7414
+ 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>>>;
7413
7415
  /**
7414
7416
  * Search and list recently visited worlds by query filters.
7415
7417
  * @summary List Recent Worlds
7416
- * @param {string} [featured] Filters on featured results.
7418
+ * @param {boolean} [featured] Filters on featured results.
7417
7419
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7418
7420
  * @param {number} [n] The number of objects to return.
7419
7421
  * @param {'ascending' | 'descending'} [order]
@@ -7429,7 +7431,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7429
7431
  * @param {*} [options] Override http request option.
7430
7432
  * @throws {RequiredError}
7431
7433
  */
7432
- 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>>>;
7434
+ 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>>>;
7433
7435
  /**
7434
7436
  * Get information about a specific World.
7435
7437
  * @summary Get World by ID
@@ -7475,7 +7477,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7475
7477
  /**
7476
7478
  * Search and list any worlds by query filters.
7477
7479
  * @summary Search All Worlds
7478
- * @param {string} [featured] Filters on featured results.
7480
+ * @param {boolean} [featured] Filters on featured results.
7479
7481
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7480
7482
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7481
7483
  * @param {string} [userId] Filter by UserID.
@@ -7492,7 +7494,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
7492
7494
  * @param {*} [options] Override http request option.
7493
7495
  * @throws {RequiredError}
7494
7496
  */
7495
- 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>>>;
7497
+ 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>>>;
7496
7498
  /**
7497
7499
  * Unpublish a world.
7498
7500
  * @summary Unpublish World
@@ -7535,7 +7537,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7535
7537
  /**
7536
7538
  * Search and list currently Active worlds by query filters.
7537
7539
  * @summary List Active Worlds
7538
- * @param {string} [featured] Filters on featured results.
7540
+ * @param {boolean} [featured] Filters on featured results.
7539
7541
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7540
7542
  * @param {number} [n] The number of objects to return.
7541
7543
  * @param {'ascending' | 'descending'} [order]
@@ -7550,11 +7552,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7550
7552
  * @param {*} [options] Override http request option.
7551
7553
  * @throws {RequiredError}
7552
7554
  */
7553
- 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>>;
7555
+ 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>>;
7554
7556
  /**
7555
7557
  * Search and list favorited worlds by query filters.
7556
7558
  * @summary List Favorited Worlds
7557
- * @param {string} [featured] Filters on featured results.
7559
+ * @param {boolean} [featured] Filters on featured results.
7558
7560
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7559
7561
  * @param {number} [n] The number of objects to return.
7560
7562
  * @param {'ascending' | 'descending'} [order]
@@ -7570,11 +7572,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7570
7572
  * @param {*} [options] Override http request option.
7571
7573
  * @throws {RequiredError}
7572
7574
  */
7573
- 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>>;
7575
+ 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>>;
7574
7576
  /**
7575
7577
  * Search and list recently visited worlds by query filters.
7576
7578
  * @summary List Recent Worlds
7577
- * @param {string} [featured] Filters on featured results.
7579
+ * @param {boolean} [featured] Filters on featured results.
7578
7580
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7579
7581
  * @param {number} [n] The number of objects to return.
7580
7582
  * @param {'ascending' | 'descending'} [order]
@@ -7590,7 +7592,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7590
7592
  * @param {*} [options] Override http request option.
7591
7593
  * @throws {RequiredError}
7592
7594
  */
7593
- 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>>;
7595
+ 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>>;
7594
7596
  /**
7595
7597
  * Get information about a specific World.
7596
7598
  * @summary Get World by ID
@@ -7636,7 +7638,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7636
7638
  /**
7637
7639
  * Search and list any worlds by query filters.
7638
7640
  * @summary Search All Worlds
7639
- * @param {string} [featured] Filters on featured results.
7641
+ * @param {boolean} [featured] Filters on featured results.
7640
7642
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7641
7643
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7642
7644
  * @param {string} [userId] Filter by UserID.
@@ -7653,7 +7655,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
7653
7655
  * @param {*} [options] Override http request option.
7654
7656
  * @throws {RequiredError}
7655
7657
  */
7656
- 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>>;
7658
+ 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>>;
7657
7659
  /**
7658
7660
  * Unpublish a world.
7659
7661
  * @summary Unpublish World
@@ -7700,7 +7702,7 @@ export declare class WorldsApi extends BaseAPI {
7700
7702
  /**
7701
7703
  * Search and list currently Active worlds by query filters.
7702
7704
  * @summary List Active Worlds
7703
- * @param {string} [featured] Filters on featured results.
7705
+ * @param {boolean} [featured] Filters on featured results.
7704
7706
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7705
7707
  * @param {number} [n] The number of objects to return.
7706
7708
  * @param {'ascending' | 'descending'} [order]
@@ -7716,11 +7718,11 @@ export declare class WorldsApi extends BaseAPI {
7716
7718
  * @throws {RequiredError}
7717
7719
  * @memberof WorldsApi
7718
7720
  */
7719
- 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[]>>;
7721
+ 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[]>>;
7720
7722
  /**
7721
7723
  * Search and list favorited worlds by query filters.
7722
7724
  * @summary List Favorited Worlds
7723
- * @param {string} [featured] Filters on featured results.
7725
+ * @param {boolean} [featured] Filters on featured results.
7724
7726
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7725
7727
  * @param {number} [n] The number of objects to return.
7726
7728
  * @param {'ascending' | 'descending'} [order]
@@ -7737,11 +7739,11 @@ export declare class WorldsApi extends BaseAPI {
7737
7739
  * @throws {RequiredError}
7738
7740
  * @memberof WorldsApi
7739
7741
  */
7740
- 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[]>>;
7742
+ 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[]>>;
7741
7743
  /**
7742
7744
  * Search and list recently visited worlds by query filters.
7743
7745
  * @summary List Recent Worlds
7744
- * @param {string} [featured] Filters on featured results.
7746
+ * @param {boolean} [featured] Filters on featured results.
7745
7747
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7746
7748
  * @param {number} [n] The number of objects to return.
7747
7749
  * @param {'ascending' | 'descending'} [order]
@@ -7758,7 +7760,7 @@ export declare class WorldsApi extends BaseAPI {
7758
7760
  * @throws {RequiredError}
7759
7761
  * @memberof WorldsApi
7760
7762
  */
7761
- 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[]>>;
7763
+ 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[]>>;
7762
7764
  /**
7763
7765
  * Get information about a specific World.
7764
7766
  * @summary Get World by ID
@@ -7809,7 +7811,7 @@ export declare class WorldsApi extends BaseAPI {
7809
7811
  /**
7810
7812
  * Search and list any worlds by query filters.
7811
7813
  * @summary Search All Worlds
7812
- * @param {string} [featured] Filters on featured results.
7814
+ * @param {boolean} [featured] Filters on featured results.
7813
7815
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7814
7816
  * @param {'me'} [user] Set to &#x60;me&#x60; for searching own worlds.
7815
7817
  * @param {string} [userId] Filter by UserID.
@@ -7827,7 +7829,7 @@ export declare class WorldsApi extends BaseAPI {
7827
7829
  * @throws {RequiredError}
7828
7830
  * @memberof WorldsApi
7829
7831
  */
7830
- 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[]>>;
7832
+ 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[]>>;
7831
7833
  /**
7832
7834
  * Unpublish a world.
7833
7835
  * @summary Unpublish World