-
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
35 additions
and
10 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.17.5 | ||
* The version of the OpenAPI document: 1.17.6 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -1644,6 +1644,12 @@ export interface CurrentUser { | |
* @memberof CurrentUser | ||
*/ | ||
'id': string; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof CurrentUser | ||
*/ | ||
'isBoopingEnabled'?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
|
@@ -1746,6 +1752,12 @@ export interface CurrentUser { | |
* @memberof CurrentUser | ||
*/ | ||
'profilePicOverride': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CurrentUser | ||
*/ | ||
'profilePicOverrideThumbnail': string; | ||
/** | ||
* | ||
* @type {string} | ||
|
@@ -2893,7 +2905,7 @@ export interface GroupLimitedMember { | |
* @type {string} | ||
* @memberof GroupLimitedMember | ||
*/ | ||
'joinedAt'?: string; | ||
'joinedAt'?: string | null; | ||
/** | ||
* | ||
* @type {GroupMemberStatus} | ||
|
@@ -3106,7 +3118,8 @@ export const GroupMemberStatus = { | |
Member: 'member', | ||
Requested: 'requested', | ||
Invited: 'invited', | ||
Banned: 'banned' | ||
Banned: 'banned', | ||
Userblocked: 'userblocked' | ||
} as const; | ||
|
||
export type GroupMemberStatus = typeof GroupMemberStatus[keyof typeof GroupMemberStatus]; | ||
|
@@ -6196,6 +6209,12 @@ export interface UpdateUserRequest { | |
* @memberof UpdateUserRequest | ||
*/ | ||
'pronouns'?: string; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof UpdateUserRequest | ||
*/ | ||
'isBoopingEnabled'?: boolean; | ||
/** | ||
* MUST be a valid VRChat /file/ url. | ||
* @type {string} | ||
|
@@ -6420,6 +6439,12 @@ export interface User { | |
* @memberof User | ||
*/ | ||
'profilePicOverride': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof User | ||
*/ | ||
'profilePicOverrideThumbnail': string; | ||
/** | ||
* | ||
* @type {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.17.5 | ||
* The version of the OpenAPI document: 1.17.6 | ||
* 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.17.5 | ||
* The version of the OpenAPI document: 1.17.6 | ||
* 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.17.5 | ||
* The version of the OpenAPI document: 1.17.6 | ||
* 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.17.5 | ||
* The version of the OpenAPI document: 1.17.6 | ||
* 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