From 3b2635f893055f4539e93ff2e54a0fc5bf47765b Mon Sep 17 00:00:00 2001 From: VRCCat Date: Sun, 11 Feb 2024 03:26:06 +0000 Subject: [PATCH] Upgrade Node SDK to spec 1.16.5 --- api.ts | 70 +++++++++++++++++++++++++++++++++++++++++++++-- base.ts | 2 +- common.ts | 2 +- configuration.ts | 2 +- index.ts | 2 +- package-lock.json | 4 +-- package.json | 2 +- 7 files changed, 75 insertions(+), 9 deletions(-) diff --git a/api.ts b/api.ts index 0c2496c..5c21f59 100644 --- a/api.ts +++ b/api.ts @@ -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: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -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} + * @memberof GroupLimitedMember + */ + 'roleIds'?: Array; + /** + * + * @type {Array} + * @memberof GroupLimitedMember + */ + 'mRoleIds'?: Array; + /** + * + * @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; } /** * diff --git a/base.ts b/base.ts index 850af2f..32641e1 100644 --- a/base.ts +++ b/base.ts @@ -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: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/common.ts b/common.ts index 4db4a43..a8a0459 100644 --- a/common.ts +++ b/common.ts @@ -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: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/configuration.ts b/configuration.ts index c4ba0ec..72882b3 100644 --- a/configuration.ts +++ b/configuration.ts @@ -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: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/index.ts b/index.ts index db3974a..64f7b6f 100644 --- a/index.ts +++ b/index.ts @@ -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: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/package-lock.json b/package-lock.json index edf1f13..17bc1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vrchat", - "version": "1.16.4", + "version": "1.16.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vrchat", - "version": "1.16.4", + "version": "1.16.5", "license": "MIT", "dependencies": { "@types/tough-cookie": "^4.0.1", diff --git a/package.json b/package.json index c7abf42..8902506 100644 --- a/package.json +++ b/package.json @@ -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": {