-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
87 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -1352,6 +1352,12 @@ export interface CurrentUser { | |
* @memberof CurrentUser | ||
*/ | ||
'currentAvatarThumbnailImageUrl': string; | ||
/** | ||
* | ||
* @type {Array<string>} | ||
* @memberof CurrentUser | ||
*/ | ||
'currentAvatarTags'?: Array<string>; | ||
/** | ||
* | ||
* @type {string} | ||
|
@@ -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} | ||
|
@@ -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>} | ||
|
@@ -3690,6 +3732,12 @@ export interface LimitedWorld { | |
* @memberof LimitedWorld | ||
*/ | ||
'capacity': number; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof LimitedWorld | ||
*/ | ||
'recommendedCapacity'?: number; | ||
/** | ||
* | ||
* @type {string} | ||
|
@@ -3786,6 +3834,12 @@ export interface LimitedWorld { | |
* @memberof LimitedWorld | ||
*/ | ||
'updated_at': string; | ||
/** | ||
* | ||
* @type {Array<string>} | ||
* @memberof LimitedWorld | ||
*/ | ||
'udonProducts'?: Array<string>; | ||
} | ||
/** | ||
* | ||
|
@@ -4659,7 +4713,13 @@ export interface UnityPackage { | |
* @type {string} | ||
* @memberof UnityPackage | ||
*/ | ||
'assetUrl'?: string; | ||
'id': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof UnityPackage | ||
*/ | ||
'assetUrl'?: string | null; | ||
/** | ||
* | ||
* @type {object} | ||
|
@@ -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} | ||
|
@@ -4714,6 +4768,18 @@ export interface UnityPackage { | |
* @memberof UnityPackage | ||
*/ | ||
'unityVersion': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof UnityPackage | ||
*/ | ||
'impostorUrl'?: string | null; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof UnityPackage | ||
*/ | ||
'scanStatus'?: string; | ||
} | ||
/** | ||
* | ||
|
@@ -5687,6 +5753,12 @@ export interface World { | |
* @memberof World | ||
*/ | ||
'visits': number; | ||
/** | ||
* | ||
* @type {Array<string>} | ||
* @memberof World | ||
*/ | ||
'udonProducts'?: Array<string>; | ||
} | ||
/** | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters