Skip to content

Commit

Permalink
Upgrade Node SDK to spec 1.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Jun 13, 2024
1 parent 4ca5320 commit 97da778
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 10 deletions.
31 changes: 28 additions & 3 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.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).
Expand Down Expand Up @@ -1644,6 +1644,12 @@ export interface CurrentUser {
* @memberof CurrentUser
*/
'id': string;
/**
*
* @type {boolean}
* @memberof CurrentUser
*/
'isBoopingEnabled'?: boolean;
/**
*
* @type {boolean}
Expand Down Expand Up @@ -1746,6 +1752,12 @@ export interface CurrentUser {
* @memberof CurrentUser
*/
'profilePicOverride': string;
/**
*
* @type {string}
* @memberof CurrentUser
*/
'profilePicOverrideThumbnail': string;
/**
*
* @type {string}
Expand Down Expand Up @@ -2893,7 +2905,7 @@ export interface GroupLimitedMember {
* @type {string}
* @memberof GroupLimitedMember
*/
'joinedAt'?: string;
'joinedAt'?: string | null;
/**
*
* @type {GroupMemberStatus}
Expand Down Expand Up @@ -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];
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -6420,6 +6439,12 @@ export interface User {
* @memberof User
*/
'profilePicOverride': string;
/**
*
* @type {string}
* @memberof User
*/
'profilePicOverrideThumbnail': string;
/**
*
* @type {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.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).
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.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).
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.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).
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.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).
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.17.5",
"version": "1.17.6",
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
"author": "OpenAPI-Generator Contributors",
"repository": {
Expand Down

0 comments on commit 97da778

Please sign in to comment.