vrchat 1.7.6 → 1.7.7
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 +13 -13
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +13 -13
- package/dist/api.js +9 -9
- 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/api.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.7.
|
|
6
|
+
* The version of the OpenAPI document: 1.7.7
|
|
7
7
|
* Contact: me@ariesclark.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4026,7 +4026,7 @@ export interface World {
|
|
|
4026
4026
|
*/
|
|
4027
4027
|
'imageUrl': string;
|
|
4028
4028
|
/**
|
|
4029
|
-
*
|
|
4029
|
+
* Will always be an empty list when unauthenticated.
|
|
4030
4030
|
* @type {Array<Array<any>>}
|
|
4031
4031
|
* @memberof World
|
|
4032
4032
|
*/
|
|
@@ -4050,7 +4050,7 @@ export interface World {
|
|
|
4050
4050
|
*/
|
|
4051
4051
|
'namespace': string;
|
|
4052
4052
|
/**
|
|
4053
|
-
*
|
|
4053
|
+
* Will always be `0` when unauthenticated.
|
|
4054
4054
|
* @type {number}
|
|
4055
4055
|
* @memberof World
|
|
4056
4056
|
*/
|
|
@@ -4074,13 +4074,13 @@ export interface World {
|
|
|
4074
4074
|
*/
|
|
4075
4075
|
'previewYoutubeId'?: string | null;
|
|
4076
4076
|
/**
|
|
4077
|
-
*
|
|
4077
|
+
* Will always be `0` when unauthenticated.
|
|
4078
4078
|
* @type {number}
|
|
4079
4079
|
* @memberof World
|
|
4080
4080
|
*/
|
|
4081
4081
|
'privateOccupants'?: number;
|
|
4082
4082
|
/**
|
|
4083
|
-
*
|
|
4083
|
+
* Will always be `0` when unauthenticated.
|
|
4084
4084
|
* @type {number}
|
|
4085
4085
|
* @memberof World
|
|
4086
4086
|
*/
|
|
@@ -8993,7 +8993,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration?: Confi
|
|
|
8993
8993
|
/**
|
|
8994
8994
|
* Retrieve all of the current user\'s notifications.
|
|
8995
8995
|
* @summary List Notifications
|
|
8996
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
8996
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
8997
8997
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
8998
8998
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
8999
8999
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -9137,7 +9137,7 @@ export const NotificationsApiFp = function(configuration?: Configuration) {
|
|
|
9137
9137
|
/**
|
|
9138
9138
|
* Retrieve all of the current user\'s notifications.
|
|
9139
9139
|
* @summary List Notifications
|
|
9140
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
9140
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
9141
9141
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
9142
9142
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
9143
9143
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -9203,7 +9203,7 @@ export const NotificationsApiFactory = function (configuration?: Configuration,
|
|
|
9203
9203
|
/**
|
|
9204
9204
|
* Retrieve all of the current user\'s notifications.
|
|
9205
9205
|
* @summary List Notifications
|
|
9206
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
9206
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
9207
9207
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
9208
9208
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
9209
9209
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -9273,7 +9273,7 @@ export class NotificationsApi extends BaseAPI {
|
|
|
9273
9273
|
/**
|
|
9274
9274
|
* Retrieve all of the current user\'s notifications.
|
|
9275
9275
|
* @summary List Notifications
|
|
9276
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
9276
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
9277
9277
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
9278
9278
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
9279
9279
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -11175,7 +11175,7 @@ export const WorldsApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
11175
11175
|
};
|
|
11176
11176
|
},
|
|
11177
11177
|
/**
|
|
11178
|
-
* Get information about a specific World.
|
|
11178
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
11179
11179
|
* @summary Get World by ID
|
|
11180
11180
|
* @param {string} worldId
|
|
11181
11181
|
* @param {*} [options] Override http request option.
|
|
@@ -11652,7 +11652,7 @@ export const WorldsApiFp = function(configuration?: Configuration) {
|
|
|
11652
11652
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
11653
11653
|
},
|
|
11654
11654
|
/**
|
|
11655
|
-
* Get information about a specific World.
|
|
11655
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
11656
11656
|
* @summary Get World by ID
|
|
11657
11657
|
* @param {string} worldId
|
|
11658
11658
|
* @param {*} [options] Override http request option.
|
|
@@ -11851,7 +11851,7 @@ export const WorldsApiFactory = function (configuration?: Configuration, basePat
|
|
|
11851
11851
|
return localVarFp.getRecentWorlds(featured, sort, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, userId, options).then((request) => request(axios, basePath));
|
|
11852
11852
|
},
|
|
11853
11853
|
/**
|
|
11854
|
-
* Get information about a specific World.
|
|
11854
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
11855
11855
|
* @summary Get World by ID
|
|
11856
11856
|
* @param {string} worldId
|
|
11857
11857
|
* @param {*} [options] Override http request option.
|
|
@@ -12052,7 +12052,7 @@ export class WorldsApi extends BaseAPI {
|
|
|
12052
12052
|
}
|
|
12053
12053
|
|
|
12054
12054
|
/**
|
|
12055
|
-
* Get information about a specific World.
|
|
12055
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
12056
12056
|
* @summary Get World by ID
|
|
12057
12057
|
* @param {string} worldId
|
|
12058
12058
|
* @param {*} [options] Override http request option.
|
package/base.ts
CHANGED
package/common.ts
CHANGED
package/configuration.ts
CHANGED
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.7
|
|
5
5
|
* Contact: me@ariesclark.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3976,7 +3976,7 @@ export interface World {
|
|
|
3976
3976
|
*/
|
|
3977
3977
|
'imageUrl': string;
|
|
3978
3978
|
/**
|
|
3979
|
-
*
|
|
3979
|
+
* Will always be an empty list when unauthenticated.
|
|
3980
3980
|
* @type {Array<Array<any>>}
|
|
3981
3981
|
* @memberof World
|
|
3982
3982
|
*/
|
|
@@ -4000,7 +4000,7 @@ export interface World {
|
|
|
4000
4000
|
*/
|
|
4001
4001
|
'namespace': string;
|
|
4002
4002
|
/**
|
|
4003
|
-
*
|
|
4003
|
+
* Will always be `0` when unauthenticated.
|
|
4004
4004
|
* @type {number}
|
|
4005
4005
|
* @memberof World
|
|
4006
4006
|
*/
|
|
@@ -4024,13 +4024,13 @@ export interface World {
|
|
|
4024
4024
|
*/
|
|
4025
4025
|
'previewYoutubeId'?: string | null;
|
|
4026
4026
|
/**
|
|
4027
|
-
*
|
|
4027
|
+
* Will always be `0` when unauthenticated.
|
|
4028
4028
|
* @type {number}
|
|
4029
4029
|
* @memberof World
|
|
4030
4030
|
*/
|
|
4031
4031
|
'privateOccupants'?: number;
|
|
4032
4032
|
/**
|
|
4033
|
-
*
|
|
4033
|
+
* Will always be `0` when unauthenticated.
|
|
4034
4034
|
* @type {number}
|
|
4035
4035
|
* @memberof World
|
|
4036
4036
|
*/
|
|
@@ -6434,7 +6434,7 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
6434
6434
|
/**
|
|
6435
6435
|
* Retrieve all of the current user\'s notifications.
|
|
6436
6436
|
* @summary List Notifications
|
|
6437
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
6437
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
6438
6438
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
6439
6439
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
6440
6440
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -6484,7 +6484,7 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
6484
6484
|
/**
|
|
6485
6485
|
* Retrieve all of the current user\'s notifications.
|
|
6486
6486
|
* @summary List Notifications
|
|
6487
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
6487
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
6488
6488
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
6489
6489
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
6490
6490
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -6534,7 +6534,7 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
|
|
|
6534
6534
|
/**
|
|
6535
6535
|
* Retrieve all of the current user\'s notifications.
|
|
6536
6536
|
* @summary List Notifications
|
|
6537
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
6537
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
6538
6538
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
6539
6539
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
6540
6540
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -6589,7 +6589,7 @@ export declare class NotificationsApi extends BaseAPI {
|
|
|
6589
6589
|
/**
|
|
6590
6590
|
* Retrieve all of the current user\'s notifications.
|
|
6591
6591
|
* @summary List Notifications
|
|
6592
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
6592
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
6593
6593
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
6594
6594
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
6595
6595
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -7434,7 +7434,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7434
7434
|
*/
|
|
7435
7435
|
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>;
|
|
7436
7436
|
/**
|
|
7437
|
-
* Get information about a specific World.
|
|
7437
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
7438
7438
|
* @summary Get World by ID
|
|
7439
7439
|
* @param {string} worldId
|
|
7440
7440
|
* @param {*} [options] Override http request option.
|
|
@@ -7595,7 +7595,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7595
7595
|
*/
|
|
7596
7596
|
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>>>;
|
|
7597
7597
|
/**
|
|
7598
|
-
* Get information about a specific World.
|
|
7598
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
7599
7599
|
* @summary Get World by ID
|
|
7600
7600
|
* @param {string} worldId
|
|
7601
7601
|
* @param {*} [options] Override http request option.
|
|
@@ -7756,7 +7756,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7756
7756
|
*/
|
|
7757
7757
|
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>>;
|
|
7758
7758
|
/**
|
|
7759
|
-
* Get information about a specific World.
|
|
7759
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
7760
7760
|
* @summary Get World by ID
|
|
7761
7761
|
* @param {string} worldId
|
|
7762
7762
|
* @param {*} [options] Override http request option.
|
|
@@ -7924,7 +7924,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7924
7924
|
*/
|
|
7925
7925
|
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[]>>;
|
|
7926
7926
|
/**
|
|
7927
|
-
* Get information about a specific World.
|
|
7927
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
7928
7928
|
* @summary Get World by ID
|
|
7929
7929
|
* @param {string} worldId
|
|
7930
7930
|
* @param {*} [options] Override http request option.
|
package/dist/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.7.
|
|
7
|
+
* The version of the OpenAPI document: 1.7.7
|
|
8
8
|
* Contact: me@ariesclark.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5453,7 +5453,7 @@ exports.NotificationsApiAxiosParamCreator = function (configuration) {
|
|
|
5453
5453
|
/**
|
|
5454
5454
|
* Retrieve all of the current user\'s notifications.
|
|
5455
5455
|
* @summary List Notifications
|
|
5456
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
5456
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
5457
5457
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
5458
5458
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
5459
5459
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -5611,7 +5611,7 @@ exports.NotificationsApiFp = function (configuration) {
|
|
|
5611
5611
|
/**
|
|
5612
5612
|
* Retrieve all of the current user\'s notifications.
|
|
5613
5613
|
* @summary List Notifications
|
|
5614
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
5614
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
5615
5615
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
5616
5616
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
5617
5617
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -5694,7 +5694,7 @@ exports.NotificationsApiFactory = function (configuration, basePath, axios) {
|
|
|
5694
5694
|
/**
|
|
5695
5695
|
* Retrieve all of the current user\'s notifications.
|
|
5696
5696
|
* @summary List Notifications
|
|
5697
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
5697
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
5698
5698
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
5699
5699
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
5700
5700
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -5767,7 +5767,7 @@ var NotificationsApi = /** @class */ (function (_super) {
|
|
|
5767
5767
|
/**
|
|
5768
5768
|
* Retrieve all of the current user\'s notifications.
|
|
5769
5769
|
* @summary List Notifications
|
|
5770
|
-
* @param {string} [type] Only send notifications of this type (can use `all` for all).
|
|
5770
|
+
* @param {string} [type] Only send notifications of this type (can use `all` for all). This parameter no longer does anything, and is deprecated.
|
|
5771
5771
|
* @param {boolean} [sent] Return notifications sent by the user. Must be false or omitted.
|
|
5772
5772
|
* @param {boolean} [hidden] Whether to return hidden or non-hidden notifications. True only allowed on type `friendRequest`.
|
|
5773
5773
|
* @param {string} [after] Only return notifications sent after this Date. Ignored if type is `friendRequest`.
|
|
@@ -7744,7 +7744,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
|
|
|
7744
7744
|
});
|
|
7745
7745
|
},
|
|
7746
7746
|
/**
|
|
7747
|
-
* Get information about a specific World.
|
|
7747
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
7748
7748
|
* @summary Get World by ID
|
|
7749
7749
|
* @param {string} worldId
|
|
7750
7750
|
* @param {*} [options] Override http request option.
|
|
@@ -8227,7 +8227,7 @@ exports.WorldsApiFp = function (configuration) {
|
|
|
8227
8227
|
});
|
|
8228
8228
|
},
|
|
8229
8229
|
/**
|
|
8230
|
-
* Get information about a specific World.
|
|
8230
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
8231
8231
|
* @summary Get World by ID
|
|
8232
8232
|
* @param {string} worldId
|
|
8233
8233
|
* @param {*} [options] Override http request option.
|
|
@@ -8497,7 +8497,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
|
|
|
8497
8497
|
return localVarFp.getRecentWorlds(featured, sort, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, userId, options).then(function (request) { return request(axios, basePath); });
|
|
8498
8498
|
},
|
|
8499
8499
|
/**
|
|
8500
|
-
* Get information about a specific World.
|
|
8500
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
8501
8501
|
* @summary Get World by ID
|
|
8502
8502
|
* @param {string} worldId
|
|
8503
8503
|
* @param {*} [options] Override http request option.
|
|
@@ -8701,7 +8701,7 @@ var WorldsApi = /** @class */ (function (_super) {
|
|
|
8701
8701
|
return exports.WorldsApiFp(this.configuration).getRecentWorlds(featured, sort, n, order, offset, search, tag, notag, releaseStatus, maxUnityVersion, minUnityVersion, platform, userId, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
8702
8702
|
};
|
|
8703
8703
|
/**
|
|
8704
|
-
* Get information about a specific World.
|
|
8704
|
+
* Get information about a specific World. Works unauthenticated but when so will always return `0` for certain fields.
|
|
8705
8705
|
* @summary Get World by ID
|
|
8706
8706
|
* @param {string} worldId
|
|
8707
8707
|
* @param {*} [options] Override http request option.
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/index.ts
CHANGED