From ac815110a442705f36aa8f053a1a72fa694bdfbe Mon Sep 17 00:00:00 2001 From: VRCCat Date: Thu, 21 Sep 2023 04:42:58 +0000 Subject: [PATCH] Upgrade Node SDK to spec 1.14.0 --- api.ts | 5 +++-- base.ts | 2 +- common.ts | 2 +- configuration.ts | 2 +- index.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/api.ts b/api.ts index 3728eac..cf4ae07 100644 --- a/api.ts +++ b/api.ts @@ -3,7 +3,7 @@ /** * VRChat API Documentation * - * The version of the OpenAPI document: 1.13.0 + * The version of the OpenAPI document: 1.14.0 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -3341,7 +3341,8 @@ export const InstanceType = { Public: 'public', Hidden: 'hidden', Friends: 'friends', - Private: 'private' + Private: 'private', + Group: 'group' } as const; export type InstanceType = typeof InstanceType[keyof typeof InstanceType]; diff --git a/base.ts b/base.ts index 0063560..2ebe221 100644 --- a/base.ts +++ b/base.ts @@ -3,7 +3,7 @@ /** * VRChat API Documentation * - * The version of the OpenAPI document: 1.13.0 + * The version of the OpenAPI document: 1.14.0 * 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 a1bfba0..7176471 100644 --- a/common.ts +++ b/common.ts @@ -3,7 +3,7 @@ /** * VRChat API Documentation * - * The version of the OpenAPI document: 1.13.0 + * The version of the OpenAPI document: 1.14.0 * 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 d496e3b..dc49f7c 100644 --- a/configuration.ts +++ b/configuration.ts @@ -3,7 +3,7 @@ /** * VRChat API Documentation * - * The version of the OpenAPI document: 1.13.0 + * The version of the OpenAPI document: 1.14.0 * 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 fe98ea8..01ebf45 100644 --- a/index.ts +++ b/index.ts @@ -3,7 +3,7 @@ /** * VRChat API Documentation * - * The version of the OpenAPI document: 1.13.0 + * The version of the OpenAPI document: 1.14.0 * 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 ebbe883..40629d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vrchat", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vrchat", - "version": "1.13.0", + "version": "1.14.0", "license": "MIT", "dependencies": { "@types/tough-cookie": "^4.0.1", diff --git a/package.json b/package.json index cdbcde3..88d52c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vrchat", - "version": "1.13.0", + "version": "1.14.0", "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript", "author": "OpenAPI-Generator Contributors", "repository": {