Skip to content

Commit

Permalink
Upgrade Node SDK to spec 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Feb 11, 2024
1 parent cba1a25 commit 3b2635f
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 9 deletions.
70 changes: 68 additions & 2 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.16.4
* The version of the OpenAPI document: 1.16.5
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -2610,11 +2610,77 @@ export interface GroupLimitedMember {
*/
'userId'?: string;
/**
*
* Whether the user is representing the group. This makes the group show up above the name tag in-game.
* @type {boolean}
* @memberof GroupLimitedMember
*/
'isRepresenting'?: boolean;
/**
*
* @type {Array<string>}
* @memberof GroupLimitedMember
*/
'roleIds'?: Array<string>;
/**
*
* @type {Array<string>}
* @memberof GroupLimitedMember
*/
'mRoleIds'?: Array<string>;
/**
*
* @type {string}
* @memberof GroupLimitedMember
*/
'joinedAt'?: string;
/**
*
* @type {string}
* @memberof GroupLimitedMember
*/
'membershipStatus'?: string;
/**
*
* @type {string}
* @memberof GroupLimitedMember
*/
'visibility'?: string;
/**
*
* @type {boolean}
* @memberof GroupLimitedMember
*/
'isSubscribedToAnnouncements'?: boolean;
/**
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
* @type {string}
* @memberof GroupLimitedMember
*/
'createdAt'?: string | null;
/**
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
* @type {string}
* @memberof GroupLimitedMember
*/
'bannedAt'?: string | null;
/**
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
* @type {string}
* @memberof GroupLimitedMember
*/
'managerNotes'?: string | null;
/**
*
* @type {string}
* @memberof GroupLimitedMember
*/
'lastPostReadAt'?: string;
/**
*
* @type {boolean}
* @memberof GroupLimitedMember
*/
'hasJoinedFromPurchase'?: boolean;
}
/**
*
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.16.4
* The version of the OpenAPI document: 1.16.5
* 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.16.4
* The version of the OpenAPI document: 1.16.5
* 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.16.4
* The version of the OpenAPI document: 1.16.5
* 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.16.4
* The version of the OpenAPI document: 1.16.5
* 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.16.4",
"version": "1.16.5",
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
"author": "OpenAPI-Generator Contributors",
"repository": {
Expand Down

0 comments on commit 3b2635f

Please sign in to comment.