vrchat 1.7.1 → 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/api.ts +49 -49
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +49 -49
- package/dist/api.js +25 -25
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.7.2
|
|
5
5
|
* Contact: me@ariesclark.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4313,7 +4313,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4313
4313
|
/**
|
|
4314
4314
|
* Search and list favorited avatars by query filters.
|
|
4315
4315
|
* @summary List Favorited Avatars
|
|
4316
|
-
* @param {
|
|
4316
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4317
4317
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4318
4318
|
* @param {number} [n] The number of objects to return.
|
|
4319
4319
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -4329,11 +4329,11 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4329
4329
|
* @param {*} [options] Override http request option.
|
|
4330
4330
|
* @throws {RequiredError}
|
|
4331
4331
|
*/
|
|
4332
|
-
getFavoritedAvatars: (featured?:
|
|
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>;
|
|
4333
4333
|
/**
|
|
4334
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.
|
|
4335
4335
|
* @summary Search Avatars
|
|
4336
|
-
* @param {
|
|
4336
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4337
4337
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4338
4338
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
4339
4339
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -4349,7 +4349,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4349
4349
|
* @param {*} [options] Override http request option.
|
|
4350
4350
|
* @throws {RequiredError}
|
|
4351
4351
|
*/
|
|
4352
|
-
searchAvatars: (featured?:
|
|
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>;
|
|
4353
4353
|
/**
|
|
4354
4354
|
* Switches into that avatar.
|
|
4355
4355
|
* @summary Select Avatar
|
|
@@ -4408,7 +4408,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
4408
4408
|
/**
|
|
4409
4409
|
* Search and list favorited avatars by query filters.
|
|
4410
4410
|
* @summary List Favorited Avatars
|
|
4411
|
-
* @param {
|
|
4411
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4412
4412
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4413
4413
|
* @param {number} [n] The number of objects to return.
|
|
4414
4414
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -4424,11 +4424,11 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
4424
4424
|
* @param {*} [options] Override http request option.
|
|
4425
4425
|
* @throws {RequiredError}
|
|
4426
4426
|
*/
|
|
4427
|
-
getFavoritedAvatars(featured?:
|
|
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>>>;
|
|
4428
4428
|
/**
|
|
4429
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.
|
|
4430
4430
|
* @summary Search Avatars
|
|
4431
|
-
* @param {
|
|
4431
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4432
4432
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4433
4433
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
4434
4434
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -4444,7 +4444,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
4444
4444
|
* @param {*} [options] Override http request option.
|
|
4445
4445
|
* @throws {RequiredError}
|
|
4446
4446
|
*/
|
|
4447
|
-
searchAvatars(featured?:
|
|
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>>>;
|
|
4448
4448
|
/**
|
|
4449
4449
|
* Switches into that avatar.
|
|
4450
4450
|
* @summary Select Avatar
|
|
@@ -4503,7 +4503,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
4503
4503
|
/**
|
|
4504
4504
|
* Search and list favorited avatars by query filters.
|
|
4505
4505
|
* @summary List Favorited Avatars
|
|
4506
|
-
* @param {
|
|
4506
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4507
4507
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4508
4508
|
* @param {number} [n] The number of objects to return.
|
|
4509
4509
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -4519,11 +4519,11 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
4519
4519
|
* @param {*} [options] Override http request option.
|
|
4520
4520
|
* @throws {RequiredError}
|
|
4521
4521
|
*/
|
|
4522
|
-
getFavoritedAvatars(featured?:
|
|
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>>;
|
|
4523
4523
|
/**
|
|
4524
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.
|
|
4525
4525
|
* @summary Search Avatars
|
|
4526
|
-
* @param {
|
|
4526
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4527
4527
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4528
4528
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
4529
4529
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -4539,7 +4539,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
4539
4539
|
* @param {*} [options] Override http request option.
|
|
4540
4540
|
* @throws {RequiredError}
|
|
4541
4541
|
*/
|
|
4542
|
-
searchAvatars(featured?:
|
|
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>>;
|
|
4543
4543
|
/**
|
|
4544
4544
|
* Switches into that avatar.
|
|
4545
4545
|
* @summary Select Avatar
|
|
@@ -4603,7 +4603,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
4603
4603
|
/**
|
|
4604
4604
|
* Search and list favorited avatars by query filters.
|
|
4605
4605
|
* @summary List Favorited Avatars
|
|
4606
|
-
* @param {
|
|
4606
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4607
4607
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4608
4608
|
* @param {number} [n] The number of objects to return.
|
|
4609
4609
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -4620,11 +4620,11 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
4620
4620
|
* @throws {RequiredError}
|
|
4621
4621
|
* @memberof AvatarsApi
|
|
4622
4622
|
*/
|
|
4623
|
-
getFavoritedAvatars(featured?:
|
|
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[]>>;
|
|
4624
4624
|
/**
|
|
4625
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.
|
|
4626
4626
|
* @summary Search Avatars
|
|
4627
|
-
* @param {
|
|
4627
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
4628
4628
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
4629
4629
|
* @param {'me'} [user] Set to `me` for searching own avatars.
|
|
4630
4630
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -4641,7 +4641,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
4641
4641
|
* @throws {RequiredError}
|
|
4642
4642
|
* @memberof AvatarsApi
|
|
4643
4643
|
*/
|
|
4644
|
-
searchAvatars(featured?:
|
|
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[]>>;
|
|
4645
4645
|
/**
|
|
4646
4646
|
* Switches into that avatar.
|
|
4647
4647
|
* @summary Select Avatar
|
|
@@ -7215,7 +7215,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7215
7215
|
/**
|
|
7216
7216
|
* Search and list currently Active worlds by query filters.
|
|
7217
7217
|
* @summary List Active Worlds
|
|
7218
|
-
* @param {
|
|
7218
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7219
7219
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7220
7220
|
* @param {number} [n] The number of objects to return.
|
|
7221
7221
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7230,11 +7230,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7230
7230
|
* @param {*} [options] Override http request option.
|
|
7231
7231
|
* @throws {RequiredError}
|
|
7232
7232
|
*/
|
|
7233
|
-
getActiveWorlds: (featured?:
|
|
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>;
|
|
7234
7234
|
/**
|
|
7235
7235
|
* Search and list favorited worlds by query filters.
|
|
7236
7236
|
* @summary List Favorited Worlds
|
|
7237
|
-
* @param {
|
|
7237
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7238
7238
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7239
7239
|
* @param {number} [n] The number of objects to return.
|
|
7240
7240
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7250,11 +7250,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7250
7250
|
* @param {*} [options] Override http request option.
|
|
7251
7251
|
* @throws {RequiredError}
|
|
7252
7252
|
*/
|
|
7253
|
-
getFavoritedWorlds: (featured?:
|
|
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>;
|
|
7254
7254
|
/**
|
|
7255
7255
|
* Search and list recently visited worlds by query filters.
|
|
7256
7256
|
* @summary List Recent Worlds
|
|
7257
|
-
* @param {
|
|
7257
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7258
7258
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7259
7259
|
* @param {number} [n] The number of objects to return.
|
|
7260
7260
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7270,7 +7270,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7270
7270
|
* @param {*} [options] Override http request option.
|
|
7271
7271
|
* @throws {RequiredError}
|
|
7272
7272
|
*/
|
|
7273
|
-
getRecentWorlds: (featured?:
|
|
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>;
|
|
7274
7274
|
/**
|
|
7275
7275
|
* Get information about a specific World.
|
|
7276
7276
|
* @summary Get World by ID
|
|
@@ -7316,7 +7316,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7316
7316
|
/**
|
|
7317
7317
|
* Search and list any worlds by query filters.
|
|
7318
7318
|
* @summary Search All Worlds
|
|
7319
|
-
* @param {
|
|
7319
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7320
7320
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7321
7321
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7322
7322
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7333,7 +7333,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7333
7333
|
* @param {*} [options] Override http request option.
|
|
7334
7334
|
* @throws {RequiredError}
|
|
7335
7335
|
*/
|
|
7336
|
-
searchWorlds: (featured?:
|
|
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>;
|
|
7337
7337
|
/**
|
|
7338
7338
|
* Unpublish a world.
|
|
7339
7339
|
* @summary Unpublish World
|
|
@@ -7376,7 +7376,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7376
7376
|
/**
|
|
7377
7377
|
* Search and list currently Active worlds by query filters.
|
|
7378
7378
|
* @summary List Active Worlds
|
|
7379
|
-
* @param {
|
|
7379
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7380
7380
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7381
7381
|
* @param {number} [n] The number of objects to return.
|
|
7382
7382
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7391,11 +7391,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7391
7391
|
* @param {*} [options] Override http request option.
|
|
7392
7392
|
* @throws {RequiredError}
|
|
7393
7393
|
*/
|
|
7394
|
-
getActiveWorlds(featured?:
|
|
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>>>;
|
|
7395
7395
|
/**
|
|
7396
7396
|
* Search and list favorited worlds by query filters.
|
|
7397
7397
|
* @summary List Favorited Worlds
|
|
7398
|
-
* @param {
|
|
7398
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7399
7399
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7400
7400
|
* @param {number} [n] The number of objects to return.
|
|
7401
7401
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7411,11 +7411,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7411
7411
|
* @param {*} [options] Override http request option.
|
|
7412
7412
|
* @throws {RequiredError}
|
|
7413
7413
|
*/
|
|
7414
|
-
getFavoritedWorlds(featured?:
|
|
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>>>;
|
|
7415
7415
|
/**
|
|
7416
7416
|
* Search and list recently visited worlds by query filters.
|
|
7417
7417
|
* @summary List Recent Worlds
|
|
7418
|
-
* @param {
|
|
7418
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7419
7419
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7420
7420
|
* @param {number} [n] The number of objects to return.
|
|
7421
7421
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7431,7 +7431,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7431
7431
|
* @param {*} [options] Override http request option.
|
|
7432
7432
|
* @throws {RequiredError}
|
|
7433
7433
|
*/
|
|
7434
|
-
getRecentWorlds(featured?:
|
|
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>>>;
|
|
7435
7435
|
/**
|
|
7436
7436
|
* Get information about a specific World.
|
|
7437
7437
|
* @summary Get World by ID
|
|
@@ -7477,7 +7477,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7477
7477
|
/**
|
|
7478
7478
|
* Search and list any worlds by query filters.
|
|
7479
7479
|
* @summary Search All Worlds
|
|
7480
|
-
* @param {
|
|
7480
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7481
7481
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7482
7482
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7483
7483
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7494,7 +7494,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7494
7494
|
* @param {*} [options] Override http request option.
|
|
7495
7495
|
* @throws {RequiredError}
|
|
7496
7496
|
*/
|
|
7497
|
-
searchWorlds(featured?:
|
|
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>>>;
|
|
7498
7498
|
/**
|
|
7499
7499
|
* Unpublish a world.
|
|
7500
7500
|
* @summary Unpublish World
|
|
@@ -7537,7 +7537,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7537
7537
|
/**
|
|
7538
7538
|
* Search and list currently Active worlds by query filters.
|
|
7539
7539
|
* @summary List Active Worlds
|
|
7540
|
-
* @param {
|
|
7540
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7541
7541
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7542
7542
|
* @param {number} [n] The number of objects to return.
|
|
7543
7543
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7552,11 +7552,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7552
7552
|
* @param {*} [options] Override http request option.
|
|
7553
7553
|
* @throws {RequiredError}
|
|
7554
7554
|
*/
|
|
7555
|
-
getActiveWorlds(featured?:
|
|
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>>;
|
|
7556
7556
|
/**
|
|
7557
7557
|
* Search and list favorited worlds by query filters.
|
|
7558
7558
|
* @summary List Favorited Worlds
|
|
7559
|
-
* @param {
|
|
7559
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7560
7560
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7561
7561
|
* @param {number} [n] The number of objects to return.
|
|
7562
7562
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7572,11 +7572,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7572
7572
|
* @param {*} [options] Override http request option.
|
|
7573
7573
|
* @throws {RequiredError}
|
|
7574
7574
|
*/
|
|
7575
|
-
getFavoritedWorlds(featured?:
|
|
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>>;
|
|
7576
7576
|
/**
|
|
7577
7577
|
* Search and list recently visited worlds by query filters.
|
|
7578
7578
|
* @summary List Recent Worlds
|
|
7579
|
-
* @param {
|
|
7579
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7580
7580
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7581
7581
|
* @param {number} [n] The number of objects to return.
|
|
7582
7582
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7592,7 +7592,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7592
7592
|
* @param {*} [options] Override http request option.
|
|
7593
7593
|
* @throws {RequiredError}
|
|
7594
7594
|
*/
|
|
7595
|
-
getRecentWorlds(featured?:
|
|
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>>;
|
|
7596
7596
|
/**
|
|
7597
7597
|
* Get information about a specific World.
|
|
7598
7598
|
* @summary Get World by ID
|
|
@@ -7638,7 +7638,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7638
7638
|
/**
|
|
7639
7639
|
* Search and list any worlds by query filters.
|
|
7640
7640
|
* @summary Search All Worlds
|
|
7641
|
-
* @param {
|
|
7641
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7642
7642
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7643
7643
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7644
7644
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7655,7 +7655,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7655
7655
|
* @param {*} [options] Override http request option.
|
|
7656
7656
|
* @throws {RequiredError}
|
|
7657
7657
|
*/
|
|
7658
|
-
searchWorlds(featured?:
|
|
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>>;
|
|
7659
7659
|
/**
|
|
7660
7660
|
* Unpublish a world.
|
|
7661
7661
|
* @summary Unpublish World
|
|
@@ -7702,7 +7702,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7702
7702
|
/**
|
|
7703
7703
|
* Search and list currently Active worlds by query filters.
|
|
7704
7704
|
* @summary List Active Worlds
|
|
7705
|
-
* @param {
|
|
7705
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7706
7706
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7707
7707
|
* @param {number} [n] The number of objects to return.
|
|
7708
7708
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7718,11 +7718,11 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7718
7718
|
* @throws {RequiredError}
|
|
7719
7719
|
* @memberof WorldsApi
|
|
7720
7720
|
*/
|
|
7721
|
-
getActiveWorlds(featured?:
|
|
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[]>>;
|
|
7722
7722
|
/**
|
|
7723
7723
|
* Search and list favorited worlds by query filters.
|
|
7724
7724
|
* @summary List Favorited Worlds
|
|
7725
|
-
* @param {
|
|
7725
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7726
7726
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7727
7727
|
* @param {number} [n] The number of objects to return.
|
|
7728
7728
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7739,11 +7739,11 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7739
7739
|
* @throws {RequiredError}
|
|
7740
7740
|
* @memberof WorldsApi
|
|
7741
7741
|
*/
|
|
7742
|
-
getFavoritedWorlds(featured?:
|
|
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[]>>;
|
|
7743
7743
|
/**
|
|
7744
7744
|
* Search and list recently visited worlds by query filters.
|
|
7745
7745
|
* @summary List Recent Worlds
|
|
7746
|
-
* @param {
|
|
7746
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7747
7747
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7748
7748
|
* @param {number} [n] The number of objects to return.
|
|
7749
7749
|
* @param {'ascending' | 'descending'} [order]
|
|
@@ -7760,7 +7760,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7760
7760
|
* @throws {RequiredError}
|
|
7761
7761
|
* @memberof WorldsApi
|
|
7762
7762
|
*/
|
|
7763
|
-
getRecentWorlds(featured?:
|
|
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[]>>;
|
|
7764
7764
|
/**
|
|
7765
7765
|
* Get information about a specific World.
|
|
7766
7766
|
* @summary Get World by ID
|
|
@@ -7811,7 +7811,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7811
7811
|
/**
|
|
7812
7812
|
* Search and list any worlds by query filters.
|
|
7813
7813
|
* @summary Search All Worlds
|
|
7814
|
-
* @param {
|
|
7814
|
+
* @param {boolean} [featured] Filters on featured results.
|
|
7815
7815
|
* @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
|
|
7816
7816
|
* @param {'me'} [user] Set to `me` for searching own worlds.
|
|
7817
7817
|
* @param {string} [userId] Filter by UserID.
|
|
@@ -7829,7 +7829,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7829
7829
|
* @throws {RequiredError}
|
|
7830
7830
|
* @memberof WorldsApi
|
|
7831
7831
|
*/
|
|
7832
|
-
searchWorlds(featured?:
|
|
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[]>>;
|
|
7833
7833
|
/**
|
|
7834
7834
|
* Unpublish a world.
|
|
7835
7835
|
* @summary Unpublish World
|