Skip to content

Commit ef0fc2c

Browse files
committed
Upgrade Node SDK to spec 1.18.8
1 parent 04f972a commit ef0fc2c

File tree

7 files changed

+156
-10
lines changed

7 files changed

+156
-10
lines changed

api.ts

Lines changed: 149 additions & 3 deletions
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.18.7
6+
* The version of the OpenAPI document: 1.18.8
77
* Contact: [email protected]
88
*
99
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -45,6 +45,18 @@ export interface APIConfig {
4545
* @memberof APIConfig
4646
*/
4747
'address': string;
48+
/**
49+
*
50+
* @type {boolean}
51+
* @memberof APIConfig
52+
*/
53+
'ageVerificationP': boolean;
54+
/**
55+
*
56+
* @type {boolean}
57+
* @memberof APIConfig
58+
*/
59+
'ageVerificationStatusVisible': boolean;
4860
/**
4961
* Public Announcements
5062
* @type {Set<APIConfigAnnouncement>}
@@ -82,6 +94,12 @@ export interface APIConfig {
8294
* @memberof APIConfig
8395
*/
8496
'availableLanguages': Array<string>;
97+
/**
98+
*
99+
* @type {APIConfigAvatarPerfLimiter}
100+
* @memberof APIConfig
101+
*/
102+
'avatarPerfLimiter': APIConfigAvatarPerfLimiter;
85103
/**
86104
* Build tag of the API server
87105
* @type {string}
@@ -226,6 +244,12 @@ export interface APIConfig {
226244
* @memberof APIConfig
227245
*/
228246
'defaultAvatar': string;
247+
/**
248+
*
249+
* @type {string}
250+
* @memberof APIConfig
251+
*/
252+
'defaultStickerSet': string;
229253
/**
230254
*
231255
* @type {DeploymentGroup}
@@ -553,6 +577,12 @@ export interface APIConfig {
553577
* @memberof APIConfig
554578
*/
555579
'supportEmail': string;
580+
/**
581+
* VRChat\'s support form
582+
* @type {string}
583+
* @memberof APIConfig
584+
*/
585+
'supportFormUrl': string;
556586
/**
557587
* Unknown
558588
* @type {boolean}
@@ -675,6 +705,49 @@ export interface APIConfigAnnouncement {
675705
*/
676706
'text': string;
677707
}
708+
/**
709+
*
710+
* @export
711+
* @interface APIConfigAvatarPerfLimiter
712+
*/
713+
export interface APIConfigAvatarPerfLimiter {
714+
/**
715+
*
716+
* @type {PerformanceLimiterInfo}
717+
* @memberof APIConfigAvatarPerfLimiter
718+
*/
719+
'AndroidMobile': PerformanceLimiterInfo;
720+
/**
721+
*
722+
* @type {PerformanceLimiterInfo}
723+
* @memberof APIConfigAvatarPerfLimiter
724+
*/
725+
'PC': PerformanceLimiterInfo;
726+
/**
727+
*
728+
* @type {PerformanceLimiterInfo}
729+
* @memberof APIConfigAvatarPerfLimiter
730+
*/
731+
'Pico': PerformanceLimiterInfo;
732+
/**
733+
*
734+
* @type {PerformanceLimiterInfo}
735+
* @memberof APIConfigAvatarPerfLimiter
736+
*/
737+
'Quest': PerformanceLimiterInfo;
738+
/**
739+
*
740+
* @type {PerformanceLimiterInfo}
741+
* @memberof APIConfigAvatarPerfLimiter
742+
*/
743+
'XRElite': PerformanceLimiterInfo;
744+
/**
745+
*
746+
* @type {PerformanceLimiterInfo}
747+
* @memberof APIConfigAvatarPerfLimiter
748+
*/
749+
'iOSMobile': PerformanceLimiterInfo;
750+
}
678751
/**
679752
* Constants
680753
* @export
@@ -1096,6 +1169,12 @@ export interface APIConfigReportCategories {
10961169
* @memberof APIConfigReportCategories
10971170
*/
10981171
'chat': ReportCategory;
1172+
/**
1173+
*
1174+
* @type {ReportCategory}
1175+
* @memberof APIConfigReportCategories
1176+
*/
1177+
'emoji'?: ReportCategory;
10991178
/**
11001179
*
11011180
* @type {ReportCategory}
@@ -1120,6 +1199,12 @@ export interface APIConfigReportCategories {
11201199
* @memberof APIConfigReportCategories
11211200
*/
11221201
'text': ReportCategory;
1202+
/**
1203+
*
1204+
* @type {ReportCategory}
1205+
* @memberof APIConfigReportCategories
1206+
*/
1207+
'sticker'?: ReportCategory;
11231208
/**
11241209
*
11251210
* @type {ReportCategory}
@@ -2108,6 +2193,18 @@ export interface CurrentUser {
21082193
* @memberof CurrentUser
21092194
*/
21102195
'activeFriends'?: Array<string>;
2196+
/**
2197+
*
2198+
* @type {string}
2199+
* @memberof CurrentUser
2200+
*/
2201+
'ageVerificationStatus': string;
2202+
/**
2203+
*
2204+
* @type {boolean}
2205+
* @memberof CurrentUser
2206+
*/
2207+
'ageVerified': boolean;
21112208
/**
21122209
*
21132210
* @type {boolean}
@@ -2265,6 +2362,12 @@ export interface CurrentUser {
22652362
* @memberof CurrentUser
22662363
*/
22672364
'id': string;
2365+
/**
2366+
*
2367+
* @type {boolean}
2368+
* @memberof CurrentUser
2369+
*/
2370+
'isAdult': boolean;
22682371
/**
22692372
*
22702373
* @type {boolean}
@@ -2945,6 +3048,12 @@ export interface FavoritedWorld {
29453048
* @memberof FavoritedWorld
29463049
*/
29473050
'updated_at': string;
3051+
/**
3052+
*
3053+
* @type {Array<string>}
3054+
* @memberof FavoritedWorld
3055+
*/
3056+
'urlList': Array<string>;
29483057
/**
29493058
*
29503059
* @type {Array<string>}
@@ -4577,6 +4686,12 @@ export interface Instance {
45774686
* @memberof Instance
45784687
*/
45794688
'active': boolean;
4689+
/**
4690+
*
4691+
* @type {string}
4692+
* @memberof Instance
4693+
*/
4694+
'ageGate'?: string | null;
45804695
/**
45814696
*
45824697
* @type {boolean}
@@ -4676,10 +4791,10 @@ export interface Instance {
46764791
'platforms': InstancePlatforms;
46774792
/**
46784793
*
4679-
* @type {string}
4794+
* @type {boolean}
46804795
* @memberof Instance
46814796
*/
4682-
'playerPersistenceEnabled': string | null;
4797+
'playerPersistenceEnabled': boolean | null;
46834798
/**
46844799
*
46854800
* @type {InstanceRegion}
@@ -6047,6 +6162,25 @@ export interface PastDisplayName {
60476162
*/
60486163
'updated_at': string;
60496164
}
6165+
/**
6166+
* Info about the performance limits on a platform
6167+
* @export
6168+
* @interface PerformanceLimiterInfo
6169+
*/
6170+
export interface PerformanceLimiterInfo {
6171+
/**
6172+
*
6173+
* @type {boolean}
6174+
* @memberof PerformanceLimiterInfo
6175+
*/
6176+
'allowed': boolean;
6177+
/**
6178+
* Maximum amount of seats. -1 means no limit.
6179+
* @type {number}
6180+
* @memberof PerformanceLimiterInfo
6181+
*/
6182+
'maxSeats': number;
6183+
}
60506184
/**
60516185
* Avatar Performance ratings.
60526186
* @export
@@ -7513,6 +7647,12 @@ export interface UpdateWorldRequest {
75137647
* @interface User
75147648
*/
75157649
export interface User {
7650+
/**
7651+
*
7652+
* @type {string}
7653+
* @memberof User
7654+
*/
7655+
'ageVerificationStatus': string;
75167656
/**
75177657
*
75187658
* @type {boolean}
@@ -8092,6 +8232,12 @@ export interface World {
80928232
* @memberof World
80938233
*/
80948234
'updated_at': string;
8235+
/**
8236+
*
8237+
* @type {Array<string>}
8238+
* @memberof World
8239+
*/
8240+
'urlList'?: Array<string>;
80958241
/**
80968242
*
80978243
* @type {number}

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.18.7
6+
* The version of the OpenAPI document: 1.18.8
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.18.7
6+
* The version of the OpenAPI document: 1.18.8
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.18.7
6+
* The version of the OpenAPI document: 1.18.8
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.18.7
6+
* The version of the OpenAPI document: 1.18.8
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.18.7",
3+
"version": "1.18.8",
44
"description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)