Skip to content

Commit

Permalink
Upgrade Node SDK to spec 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Dec 30, 2023
1 parent db6ade9 commit 3d026b1
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 15 deletions.
88 changes: 80 additions & 8 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.15.0
* The version of the OpenAPI document: 1.16.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -1352,6 +1352,12 @@ export interface CurrentUser {
* @memberof CurrentUser
*/
'currentAvatarThumbnailImageUrl': string;
/**
*
* @type {Array<string>}
* @memberof CurrentUser
*/
'currentAvatarTags'?: Array<string>;
/**
*
* @type {string}
Expand Down Expand Up @@ -1407,6 +1413,24 @@ export interface CurrentUser {
* @memberof CurrentUser
*/
'hasBirthday': boolean;
/**
*
* @type {boolean}
* @memberof CurrentUser
*/
'hideContentFilterSettings'?: boolean;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'userLanguage'?: string | null;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'userLanguageCode'?: string | null;
/**
*
* @type {boolean}
Expand Down Expand Up @@ -1479,6 +1503,24 @@ export interface CurrentUser {
* @memberof CurrentUser
*/
'oculusId': string;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'googleId'?: string;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'picoId'?: string;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'viveId'?: string;
/**
*
* @type {Array<string>}
Expand Down Expand Up @@ -3690,6 +3732,12 @@ export interface LimitedWorld {
* @memberof LimitedWorld
*/
'capacity': number;
/**
*
* @type {number}
* @memberof LimitedWorld
*/
'recommendedCapacity'?: number;
/**
*
* @type {string}
Expand Down Expand Up @@ -3786,6 +3834,12 @@ export interface LimitedWorld {
* @memberof LimitedWorld
*/
'updated_at': string;
/**
*
* @type {Array<string>}
* @memberof LimitedWorld
*/
'udonProducts'?: Array<string>;
}
/**
*
Expand Down Expand Up @@ -4659,7 +4713,13 @@ export interface UnityPackage {
* @type {string}
* @memberof UnityPackage
*/
'assetUrl'?: string;
'id': string;
/**
*
* @type {string}
* @memberof UnityPackage
*/
'assetUrl'?: string | null;
/**
*
* @type {object}
Expand All @@ -4678,12 +4738,6 @@ export interface UnityPackage {
* @memberof UnityPackage
*/
'created_at'?: string;
/**
*
* @type {string}
* @memberof UnityPackage
*/
'id': string;
/**
* This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
* @type {string}
Expand Down Expand Up @@ -4714,6 +4768,18 @@ export interface UnityPackage {
* @memberof UnityPackage
*/
'unityVersion': string;
/**
*
* @type {string}
* @memberof UnityPackage
*/
'impostorUrl'?: string | null;
/**
*
* @type {string}
* @memberof UnityPackage
*/
'scanStatus'?: string;
}
/**
*
Expand Down Expand Up @@ -5687,6 +5753,12 @@ export interface World {
* @memberof World
*/
'visits': number;
/**
*
* @type {Array<string>}
* @memberof World
*/
'udonProducts'?: Array<string>;
}
/**
*
Expand Down
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.15.0
* The version of the OpenAPI document: 1.16.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.15.0
* The version of the OpenAPI document: 1.16.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.15.0
* The version of the OpenAPI document: 1.16.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.15.0
* The version of the OpenAPI document: 1.16.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vrchat",
"version": "1.15.0",
"version": "1.16.0",
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
"author": "OpenAPI-Generator Contributors",
"repository": {
Expand Down

0 comments on commit 3d026b1

Please sign in to comment.