Skip to content

Commit f73603e

Browse files
committed
Upgrade Node SDK to spec 1.18.0
1 parent 97da778 commit f73603e

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

api.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* VRChat API Documentation
55
*
6-
* The version of the OpenAPI document: 1.17.6
6+
* The version of the OpenAPI document: 1.18.0
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -6433,6 +6433,12 @@ export interface User {
64336433
* @memberof User
64346434
*/
64356435
'note'?: string;
6436+
/**
6437+
*
6438+
* @type {string}
6439+
* @memberof User
6440+
*/
6441+
'platform': string;
64366442
/**
64376443
*
64386444
* @type {string}

base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* VRChat API Documentation
55
*
6-
* The version of the OpenAPI document: 1.17.6
6+
* The version of the OpenAPI document: 1.18.0
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* VRChat API Documentation
55
*
6-
* The version of the OpenAPI document: 1.17.6
6+
* The version of the OpenAPI document: 1.18.0
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* VRChat API Documentation
55
*
6-
* The version of the OpenAPI document: 1.17.6
6+
* The version of the OpenAPI document: 1.18.0
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* VRChat API Documentation
55
*
6-
* The version of the OpenAPI document: 1.17.6
6+
* The version of the OpenAPI document: 1.18.0
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vrchat",
3-
"version": "1.17.6",
3+
"version": "1.18.0",
44
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)