vrchat 1.18.6 → 1.18.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.ts +149 -3
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +149 -3
- package/dist/api.js +1 -1
- package/dist/base.d.ts +1 -1
- package/dist/base.js +2 -2
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.8
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -45,6 +45,18 @@ export interface APIConfig {
|
|
|
45
45
|
* @memberof APIConfig
|
|
46
46
|
*/
|
|
47
47
|
'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;
|
|
48
60
|
/**
|
|
49
61
|
* Public Announcements
|
|
50
62
|
* @type {Set<APIConfigAnnouncement>}
|
|
@@ -82,6 +94,12 @@ export interface APIConfig {
|
|
|
82
94
|
* @memberof APIConfig
|
|
83
95
|
*/
|
|
84
96
|
'availableLanguages': Array<string>;
|
|
97
|
+
/**
|
|
98
|
+
*
|
|
99
|
+
* @type {APIConfigAvatarPerfLimiter}
|
|
100
|
+
* @memberof APIConfig
|
|
101
|
+
*/
|
|
102
|
+
'avatarPerfLimiter': APIConfigAvatarPerfLimiter;
|
|
85
103
|
/**
|
|
86
104
|
* Build tag of the API server
|
|
87
105
|
* @type {string}
|
|
@@ -226,6 +244,12 @@ export interface APIConfig {
|
|
|
226
244
|
* @memberof APIConfig
|
|
227
245
|
*/
|
|
228
246
|
'defaultAvatar': string;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
* @type {string}
|
|
250
|
+
* @memberof APIConfig
|
|
251
|
+
*/
|
|
252
|
+
'defaultStickerSet': string;
|
|
229
253
|
/**
|
|
230
254
|
*
|
|
231
255
|
* @type {DeploymentGroup}
|
|
@@ -553,6 +577,12 @@ export interface APIConfig {
|
|
|
553
577
|
* @memberof APIConfig
|
|
554
578
|
*/
|
|
555
579
|
'supportEmail': string;
|
|
580
|
+
/**
|
|
581
|
+
* VRChat\'s support form
|
|
582
|
+
* @type {string}
|
|
583
|
+
* @memberof APIConfig
|
|
584
|
+
*/
|
|
585
|
+
'supportFormUrl': string;
|
|
556
586
|
/**
|
|
557
587
|
* Unknown
|
|
558
588
|
* @type {boolean}
|
|
@@ -675,6 +705,49 @@ export interface APIConfigAnnouncement {
|
|
|
675
705
|
*/
|
|
676
706
|
'text': string;
|
|
677
707
|
}
|
|
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
|
+
}
|
|
678
751
|
/**
|
|
679
752
|
* Constants
|
|
680
753
|
* @export
|
|
@@ -1096,6 +1169,12 @@ export interface APIConfigReportCategories {
|
|
|
1096
1169
|
* @memberof APIConfigReportCategories
|
|
1097
1170
|
*/
|
|
1098
1171
|
'chat': ReportCategory;
|
|
1172
|
+
/**
|
|
1173
|
+
*
|
|
1174
|
+
* @type {ReportCategory}
|
|
1175
|
+
* @memberof APIConfigReportCategories
|
|
1176
|
+
*/
|
|
1177
|
+
'emoji'?: ReportCategory;
|
|
1099
1178
|
/**
|
|
1100
1179
|
*
|
|
1101
1180
|
* @type {ReportCategory}
|
|
@@ -1120,6 +1199,12 @@ export interface APIConfigReportCategories {
|
|
|
1120
1199
|
* @memberof APIConfigReportCategories
|
|
1121
1200
|
*/
|
|
1122
1201
|
'text': ReportCategory;
|
|
1202
|
+
/**
|
|
1203
|
+
*
|
|
1204
|
+
* @type {ReportCategory}
|
|
1205
|
+
* @memberof APIConfigReportCategories
|
|
1206
|
+
*/
|
|
1207
|
+
'sticker'?: ReportCategory;
|
|
1123
1208
|
/**
|
|
1124
1209
|
*
|
|
1125
1210
|
* @type {ReportCategory}
|
|
@@ -2108,6 +2193,18 @@ export interface CurrentUser {
|
|
|
2108
2193
|
* @memberof CurrentUser
|
|
2109
2194
|
*/
|
|
2110
2195
|
'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;
|
|
2111
2208
|
/**
|
|
2112
2209
|
*
|
|
2113
2210
|
* @type {boolean}
|
|
@@ -2265,6 +2362,12 @@ export interface CurrentUser {
|
|
|
2265
2362
|
* @memberof CurrentUser
|
|
2266
2363
|
*/
|
|
2267
2364
|
'id': string;
|
|
2365
|
+
/**
|
|
2366
|
+
*
|
|
2367
|
+
* @type {boolean}
|
|
2368
|
+
* @memberof CurrentUser
|
|
2369
|
+
*/
|
|
2370
|
+
'isAdult': boolean;
|
|
2268
2371
|
/**
|
|
2269
2372
|
*
|
|
2270
2373
|
* @type {boolean}
|
|
@@ -2945,6 +3048,12 @@ export interface FavoritedWorld {
|
|
|
2945
3048
|
* @memberof FavoritedWorld
|
|
2946
3049
|
*/
|
|
2947
3050
|
'updated_at': string;
|
|
3051
|
+
/**
|
|
3052
|
+
*
|
|
3053
|
+
* @type {Array<string>}
|
|
3054
|
+
* @memberof FavoritedWorld
|
|
3055
|
+
*/
|
|
3056
|
+
'urlList': Array<string>;
|
|
2948
3057
|
/**
|
|
2949
3058
|
*
|
|
2950
3059
|
* @type {Array<string>}
|
|
@@ -4577,6 +4686,12 @@ export interface Instance {
|
|
|
4577
4686
|
* @memberof Instance
|
|
4578
4687
|
*/
|
|
4579
4688
|
'active': boolean;
|
|
4689
|
+
/**
|
|
4690
|
+
*
|
|
4691
|
+
* @type {string}
|
|
4692
|
+
* @memberof Instance
|
|
4693
|
+
*/
|
|
4694
|
+
'ageGate'?: string | null;
|
|
4580
4695
|
/**
|
|
4581
4696
|
*
|
|
4582
4697
|
* @type {boolean}
|
|
@@ -4676,10 +4791,10 @@ export interface Instance {
|
|
|
4676
4791
|
'platforms': InstancePlatforms;
|
|
4677
4792
|
/**
|
|
4678
4793
|
*
|
|
4679
|
-
* @type {
|
|
4794
|
+
* @type {boolean}
|
|
4680
4795
|
* @memberof Instance
|
|
4681
4796
|
*/
|
|
4682
|
-
'playerPersistenceEnabled':
|
|
4797
|
+
'playerPersistenceEnabled': boolean | null;
|
|
4683
4798
|
/**
|
|
4684
4799
|
*
|
|
4685
4800
|
* @type {InstanceRegion}
|
|
@@ -6047,6 +6162,25 @@ export interface PastDisplayName {
|
|
|
6047
6162
|
*/
|
|
6048
6163
|
'updated_at': string;
|
|
6049
6164
|
}
|
|
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
|
+
}
|
|
6050
6184
|
/**
|
|
6051
6185
|
* Avatar Performance ratings.
|
|
6052
6186
|
* @export
|
|
@@ -7513,6 +7647,12 @@ export interface UpdateWorldRequest {
|
|
|
7513
7647
|
* @interface User
|
|
7514
7648
|
*/
|
|
7515
7649
|
export interface User {
|
|
7650
|
+
/**
|
|
7651
|
+
*
|
|
7652
|
+
* @type {string}
|
|
7653
|
+
* @memberof User
|
|
7654
|
+
*/
|
|
7655
|
+
'ageVerificationStatus': string;
|
|
7516
7656
|
/**
|
|
7517
7657
|
*
|
|
7518
7658
|
* @type {boolean}
|
|
@@ -8092,6 +8232,12 @@ export interface World {
|
|
|
8092
8232
|
* @memberof World
|
|
8093
8233
|
*/
|
|
8094
8234
|
'updated_at': string;
|
|
8235
|
+
/**
|
|
8236
|
+
*
|
|
8237
|
+
* @type {Array<string>}
|
|
8238
|
+
* @memberof World
|
|
8239
|
+
*/
|
|
8240
|
+
'urlList'?: Array<string>;
|
|
8095
8241
|
/**
|
|
8096
8242
|
*
|
|
8097
8243
|
* @type {number}
|
package/base.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.8
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,7 +17,7 @@ import { Configuration } from "./configuration";
|
|
|
17
17
|
// @ts-ignore
|
|
18
18
|
import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
19
19
|
|
|
20
|
-
export const BASE_PATH = "https://vrchat.
|
|
20
|
+
export const BASE_PATH = "https://api.vrchat.cloud/api/1".replace(/\/+$/, "");
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
*
|
package/common.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.8
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.8
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.8
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -35,6 +35,18 @@ export interface APIConfig {
|
|
|
35
35
|
* @memberof APIConfig
|
|
36
36
|
*/
|
|
37
37
|
'address': string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof APIConfig
|
|
42
|
+
*/
|
|
43
|
+
'ageVerificationP': boolean;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {boolean}
|
|
47
|
+
* @memberof APIConfig
|
|
48
|
+
*/
|
|
49
|
+
'ageVerificationStatusVisible': boolean;
|
|
38
50
|
/**
|
|
39
51
|
* Public Announcements
|
|
40
52
|
* @type {Set<APIConfigAnnouncement>}
|
|
@@ -72,6 +84,12 @@ export interface APIConfig {
|
|
|
72
84
|
* @memberof APIConfig
|
|
73
85
|
*/
|
|
74
86
|
'availableLanguages': Array<string>;
|
|
87
|
+
/**
|
|
88
|
+
*
|
|
89
|
+
* @type {APIConfigAvatarPerfLimiter}
|
|
90
|
+
* @memberof APIConfig
|
|
91
|
+
*/
|
|
92
|
+
'avatarPerfLimiter': APIConfigAvatarPerfLimiter;
|
|
75
93
|
/**
|
|
76
94
|
* Build tag of the API server
|
|
77
95
|
* @type {string}
|
|
@@ -216,6 +234,12 @@ export interface APIConfig {
|
|
|
216
234
|
* @memberof APIConfig
|
|
217
235
|
*/
|
|
218
236
|
'defaultAvatar': string;
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @type {string}
|
|
240
|
+
* @memberof APIConfig
|
|
241
|
+
*/
|
|
242
|
+
'defaultStickerSet': string;
|
|
219
243
|
/**
|
|
220
244
|
*
|
|
221
245
|
* @type {DeploymentGroup}
|
|
@@ -543,6 +567,12 @@ export interface APIConfig {
|
|
|
543
567
|
* @memberof APIConfig
|
|
544
568
|
*/
|
|
545
569
|
'supportEmail': string;
|
|
570
|
+
/**
|
|
571
|
+
* VRChat\'s support form
|
|
572
|
+
* @type {string}
|
|
573
|
+
* @memberof APIConfig
|
|
574
|
+
*/
|
|
575
|
+
'supportFormUrl': string;
|
|
546
576
|
/**
|
|
547
577
|
* Unknown
|
|
548
578
|
* @type {boolean}
|
|
@@ -665,6 +695,49 @@ export interface APIConfigAnnouncement {
|
|
|
665
695
|
*/
|
|
666
696
|
'text': string;
|
|
667
697
|
}
|
|
698
|
+
/**
|
|
699
|
+
*
|
|
700
|
+
* @export
|
|
701
|
+
* @interface APIConfigAvatarPerfLimiter
|
|
702
|
+
*/
|
|
703
|
+
export interface APIConfigAvatarPerfLimiter {
|
|
704
|
+
/**
|
|
705
|
+
*
|
|
706
|
+
* @type {PerformanceLimiterInfo}
|
|
707
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
708
|
+
*/
|
|
709
|
+
'AndroidMobile': PerformanceLimiterInfo;
|
|
710
|
+
/**
|
|
711
|
+
*
|
|
712
|
+
* @type {PerformanceLimiterInfo}
|
|
713
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
714
|
+
*/
|
|
715
|
+
'PC': PerformanceLimiterInfo;
|
|
716
|
+
/**
|
|
717
|
+
*
|
|
718
|
+
* @type {PerformanceLimiterInfo}
|
|
719
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
720
|
+
*/
|
|
721
|
+
'Pico': PerformanceLimiterInfo;
|
|
722
|
+
/**
|
|
723
|
+
*
|
|
724
|
+
* @type {PerformanceLimiterInfo}
|
|
725
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
726
|
+
*/
|
|
727
|
+
'Quest': PerformanceLimiterInfo;
|
|
728
|
+
/**
|
|
729
|
+
*
|
|
730
|
+
* @type {PerformanceLimiterInfo}
|
|
731
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
732
|
+
*/
|
|
733
|
+
'XRElite': PerformanceLimiterInfo;
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
* @type {PerformanceLimiterInfo}
|
|
737
|
+
* @memberof APIConfigAvatarPerfLimiter
|
|
738
|
+
*/
|
|
739
|
+
'iOSMobile': PerformanceLimiterInfo;
|
|
740
|
+
}
|
|
668
741
|
/**
|
|
669
742
|
* Constants
|
|
670
743
|
* @export
|
|
@@ -1088,6 +1161,12 @@ export interface APIConfigReportCategories {
|
|
|
1088
1161
|
* @memberof APIConfigReportCategories
|
|
1089
1162
|
*/
|
|
1090
1163
|
'chat': ReportCategory;
|
|
1164
|
+
/**
|
|
1165
|
+
*
|
|
1166
|
+
* @type {ReportCategory}
|
|
1167
|
+
* @memberof APIConfigReportCategories
|
|
1168
|
+
*/
|
|
1169
|
+
'emoji'?: ReportCategory;
|
|
1091
1170
|
/**
|
|
1092
1171
|
*
|
|
1093
1172
|
* @type {ReportCategory}
|
|
@@ -1112,6 +1191,12 @@ export interface APIConfigReportCategories {
|
|
|
1112
1191
|
* @memberof APIConfigReportCategories
|
|
1113
1192
|
*/
|
|
1114
1193
|
'text': ReportCategory;
|
|
1194
|
+
/**
|
|
1195
|
+
*
|
|
1196
|
+
* @type {ReportCategory}
|
|
1197
|
+
* @memberof APIConfigReportCategories
|
|
1198
|
+
*/
|
|
1199
|
+
'sticker'?: ReportCategory;
|
|
1115
1200
|
/**
|
|
1116
1201
|
*
|
|
1117
1202
|
* @type {ReportCategory}
|
|
@@ -2100,6 +2185,18 @@ export interface CurrentUser {
|
|
|
2100
2185
|
* @memberof CurrentUser
|
|
2101
2186
|
*/
|
|
2102
2187
|
'activeFriends'?: Array<string>;
|
|
2188
|
+
/**
|
|
2189
|
+
*
|
|
2190
|
+
* @type {string}
|
|
2191
|
+
* @memberof CurrentUser
|
|
2192
|
+
*/
|
|
2193
|
+
'ageVerificationStatus': string;
|
|
2194
|
+
/**
|
|
2195
|
+
*
|
|
2196
|
+
* @type {boolean}
|
|
2197
|
+
* @memberof CurrentUser
|
|
2198
|
+
*/
|
|
2199
|
+
'ageVerified': boolean;
|
|
2103
2200
|
/**
|
|
2104
2201
|
*
|
|
2105
2202
|
* @type {boolean}
|
|
@@ -2257,6 +2354,12 @@ export interface CurrentUser {
|
|
|
2257
2354
|
* @memberof CurrentUser
|
|
2258
2355
|
*/
|
|
2259
2356
|
'id': string;
|
|
2357
|
+
/**
|
|
2358
|
+
*
|
|
2359
|
+
* @type {boolean}
|
|
2360
|
+
* @memberof CurrentUser
|
|
2361
|
+
*/
|
|
2362
|
+
'isAdult': boolean;
|
|
2260
2363
|
/**
|
|
2261
2364
|
*
|
|
2262
2365
|
* @type {boolean}
|
|
@@ -2921,6 +3024,12 @@ export interface FavoritedWorld {
|
|
|
2921
3024
|
* @memberof FavoritedWorld
|
|
2922
3025
|
*/
|
|
2923
3026
|
'updated_at': string;
|
|
3027
|
+
/**
|
|
3028
|
+
*
|
|
3029
|
+
* @type {Array<string>}
|
|
3030
|
+
* @memberof FavoritedWorld
|
|
3031
|
+
*/
|
|
3032
|
+
'urlList': Array<string>;
|
|
2924
3033
|
/**
|
|
2925
3034
|
*
|
|
2926
3035
|
* @type {Array<string>}
|
|
@@ -4507,6 +4616,12 @@ export interface Instance {
|
|
|
4507
4616
|
* @memberof Instance
|
|
4508
4617
|
*/
|
|
4509
4618
|
'active': boolean;
|
|
4619
|
+
/**
|
|
4620
|
+
*
|
|
4621
|
+
* @type {string}
|
|
4622
|
+
* @memberof Instance
|
|
4623
|
+
*/
|
|
4624
|
+
'ageGate'?: string | null;
|
|
4510
4625
|
/**
|
|
4511
4626
|
*
|
|
4512
4627
|
* @type {boolean}
|
|
@@ -4606,10 +4721,10 @@ export interface Instance {
|
|
|
4606
4721
|
'platforms': InstancePlatforms;
|
|
4607
4722
|
/**
|
|
4608
4723
|
*
|
|
4609
|
-
* @type {
|
|
4724
|
+
* @type {boolean}
|
|
4610
4725
|
* @memberof Instance
|
|
4611
4726
|
*/
|
|
4612
|
-
'playerPersistenceEnabled':
|
|
4727
|
+
'playerPersistenceEnabled': boolean | null;
|
|
4613
4728
|
/**
|
|
4614
4729
|
*
|
|
4615
4730
|
* @type {InstanceRegion}
|
|
@@ -5945,6 +6060,25 @@ export interface PastDisplayName {
|
|
|
5945
6060
|
*/
|
|
5946
6061
|
'updated_at': string;
|
|
5947
6062
|
}
|
|
6063
|
+
/**
|
|
6064
|
+
* Info about the performance limits on a platform
|
|
6065
|
+
* @export
|
|
6066
|
+
* @interface PerformanceLimiterInfo
|
|
6067
|
+
*/
|
|
6068
|
+
export interface PerformanceLimiterInfo {
|
|
6069
|
+
/**
|
|
6070
|
+
*
|
|
6071
|
+
* @type {boolean}
|
|
6072
|
+
* @memberof PerformanceLimiterInfo
|
|
6073
|
+
*/
|
|
6074
|
+
'allowed': boolean;
|
|
6075
|
+
/**
|
|
6076
|
+
* Maximum amount of seats. -1 means no limit.
|
|
6077
|
+
* @type {number}
|
|
6078
|
+
* @memberof PerformanceLimiterInfo
|
|
6079
|
+
*/
|
|
6080
|
+
'maxSeats': number;
|
|
6081
|
+
}
|
|
5948
6082
|
/**
|
|
5949
6083
|
* Avatar Performance ratings.
|
|
5950
6084
|
* @export
|
|
@@ -7383,6 +7517,12 @@ export interface UpdateWorldRequest {
|
|
|
7383
7517
|
* @interface User
|
|
7384
7518
|
*/
|
|
7385
7519
|
export interface User {
|
|
7520
|
+
/**
|
|
7521
|
+
*
|
|
7522
|
+
* @type {string}
|
|
7523
|
+
* @memberof User
|
|
7524
|
+
*/
|
|
7525
|
+
'ageVerificationStatus': string;
|
|
7386
7526
|
/**
|
|
7387
7527
|
*
|
|
7388
7528
|
* @type {boolean}
|
|
@@ -7954,6 +8094,12 @@ export interface World {
|
|
|
7954
8094
|
* @memberof World
|
|
7955
8095
|
*/
|
|
7956
8096
|
'updated_at': string;
|
|
8097
|
+
/**
|
|
8098
|
+
*
|
|
8099
|
+
* @type {Array<string>}
|
|
8100
|
+
* @memberof World
|
|
8101
|
+
*/
|
|
8102
|
+
'urlList'?: Array<string>;
|
|
7957
8103
|
/**
|
|
7958
8104
|
*
|
|
7959
8105
|
* @type {number}
|
package/dist/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.8
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.8
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.8
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.B
|
|
|
31
31
|
// Some imports not used depending on template conditions
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
var axios_1 = require("axios");
|
|
34
|
-
exports.BASE_PATH = "https://vrchat.
|
|
34
|
+
exports.BASE_PATH = "https://api.vrchat.cloud/api/1".replace(/\/+$/, "");
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
37
|
* @export
|
package/dist/common.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.8
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.8
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.8
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.8
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.8
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.18.
|
|
7
|
+
* The version of the OpenAPI document: 1.18.8
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.18.
|
|
6
|
+
* The version of the OpenAPI document: 1.18.8
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|