vrchat 1.18.0 → 1.18.3
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/README.md +19 -3
- package/api.ts +290 -138
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +269 -125
- package/dist/api.js +44 -29
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- 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/example.js +31 -8
- package/index.ts +1 -1
- package/package.json +1 -1
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.3
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -48,6 +48,18 @@ export interface APIConfig {
|
|
|
48
48
|
* @deprecated
|
|
49
49
|
*/
|
|
50
50
|
'appName': string;
|
|
51
|
+
/**
|
|
52
|
+
* List of supported Languages
|
|
53
|
+
* @type {Array<string>}
|
|
54
|
+
* @memberof APIConfig
|
|
55
|
+
*/
|
|
56
|
+
'availableLanguageCodes': Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
* List of supported Languages
|
|
59
|
+
* @type {Array<string>}
|
|
60
|
+
* @memberof APIConfig
|
|
61
|
+
*/
|
|
62
|
+
'availableLanguages': Array<string>;
|
|
51
63
|
/**
|
|
52
64
|
* Build tag of the API server
|
|
53
65
|
* @type {string}
|
|
@@ -72,6 +84,66 @@ export interface APIConfig {
|
|
|
72
84
|
* @memberof APIConfig
|
|
73
85
|
*/
|
|
74
86
|
'clientDisconnectTimeout': number;
|
|
87
|
+
/**
|
|
88
|
+
* Unknown
|
|
89
|
+
* @type {boolean}
|
|
90
|
+
* @memberof APIConfig
|
|
91
|
+
*/
|
|
92
|
+
'clientNetDispatchThread'?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Unknown
|
|
95
|
+
* @type {boolean}
|
|
96
|
+
* @memberof APIConfig
|
|
97
|
+
*/
|
|
98
|
+
'clientNetInThread'?: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* Unknown
|
|
101
|
+
* @type {boolean}
|
|
102
|
+
* @memberof APIConfig
|
|
103
|
+
*/
|
|
104
|
+
'clientNetInThread2'?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Unknown
|
|
107
|
+
* @type {boolean}
|
|
108
|
+
* @memberof APIConfig
|
|
109
|
+
*/
|
|
110
|
+
'clientNetInThreadMobile'?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Unknown
|
|
113
|
+
* @type {boolean}
|
|
114
|
+
* @memberof APIConfig
|
|
115
|
+
*/
|
|
116
|
+
'clientNetInThreadMobile2'?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Unknown
|
|
119
|
+
* @type {boolean}
|
|
120
|
+
* @memberof APIConfig
|
|
121
|
+
*/
|
|
122
|
+
'clientNetOutThread'?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* Unknown
|
|
125
|
+
* @type {boolean}
|
|
126
|
+
* @memberof APIConfig
|
|
127
|
+
*/
|
|
128
|
+
'clientNetOutThread2'?: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* Unknown
|
|
131
|
+
* @type {boolean}
|
|
132
|
+
* @memberof APIConfig
|
|
133
|
+
*/
|
|
134
|
+
'clientNetOutThreadMobile'?: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Unknown
|
|
137
|
+
* @type {boolean}
|
|
138
|
+
* @memberof APIConfig
|
|
139
|
+
*/
|
|
140
|
+
'clientNetOutThreadMobile2'?: boolean;
|
|
141
|
+
/**
|
|
142
|
+
* Unknown
|
|
143
|
+
* @type {number}
|
|
144
|
+
* @memberof APIConfig
|
|
145
|
+
*/
|
|
146
|
+
'clientQR'?: number;
|
|
75
147
|
/**
|
|
76
148
|
* Unknown
|
|
77
149
|
* @type {number}
|
|
@@ -96,6 +168,12 @@ export interface APIConfig {
|
|
|
96
168
|
* @memberof APIConfig
|
|
97
169
|
*/
|
|
98
170
|
'copyrightEmail': string;
|
|
171
|
+
/**
|
|
172
|
+
* Current version number of the Privacy Agreement
|
|
173
|
+
* @type {number}
|
|
174
|
+
* @memberof APIConfig
|
|
175
|
+
*/
|
|
176
|
+
'currentPrivacyVersion'?: number;
|
|
99
177
|
/**
|
|
100
178
|
* Current version number of the Terms of Service
|
|
101
179
|
* @type {number}
|
|
@@ -115,19 +193,11 @@ export interface APIConfig {
|
|
|
115
193
|
*/
|
|
116
194
|
'deploymentGroup': DeploymentGroup;
|
|
117
195
|
/**
|
|
118
|
-
*
|
|
119
|
-
* @type {string}
|
|
120
|
-
* @memberof APIConfig
|
|
121
|
-
* @deprecated
|
|
122
|
-
*/
|
|
123
|
-
'devAppVersionStandalone': string;
|
|
124
|
-
/**
|
|
125
|
-
* Developer Download link
|
|
126
|
-
* @type {string}
|
|
196
|
+
* Unknown
|
|
197
|
+
* @type {Array<string>}
|
|
127
198
|
* @memberof APIConfig
|
|
128
|
-
* @deprecated
|
|
129
199
|
*/
|
|
130
|
-
'
|
|
200
|
+
'devLanguageCodes'?: Array<string>;
|
|
131
201
|
/**
|
|
132
202
|
* Link to download the development SDK, use downloadUrls instead
|
|
133
203
|
* @type {string}
|
|
@@ -143,18 +213,17 @@ export interface APIConfig {
|
|
|
143
213
|
*/
|
|
144
214
|
'devSdkVersion': string;
|
|
145
215
|
/**
|
|
146
|
-
*
|
|
216
|
+
* Unknown, \"dis\" maybe for disconnect?
|
|
147
217
|
* @type {string}
|
|
148
218
|
* @memberof APIConfig
|
|
149
|
-
* @deprecated
|
|
150
219
|
*/
|
|
151
|
-
'
|
|
220
|
+
'dis-countdown': string;
|
|
152
221
|
/**
|
|
153
|
-
* Unknown
|
|
154
|
-
* @type {
|
|
222
|
+
* Unknown
|
|
223
|
+
* @type {boolean}
|
|
155
224
|
* @memberof APIConfig
|
|
156
225
|
*/
|
|
157
|
-
'
|
|
226
|
+
'disableAVProInProton'?: boolean;
|
|
158
227
|
/**
|
|
159
228
|
* Toggles if copying avatars should be disabled
|
|
160
229
|
* @type {boolean}
|
|
@@ -185,6 +254,12 @@ export interface APIConfig {
|
|
|
185
254
|
* @memberof APIConfig
|
|
186
255
|
*/
|
|
187
256
|
'disableEmail': boolean;
|
|
257
|
+
/**
|
|
258
|
+
* Unknown
|
|
259
|
+
* @type {boolean}
|
|
260
|
+
* @memberof APIConfig
|
|
261
|
+
*/
|
|
262
|
+
'disableCaptcha'?: boolean;
|
|
188
263
|
/**
|
|
189
264
|
* Toggles if Analytics should be disabled.
|
|
190
265
|
* @type {boolean}
|
|
@@ -265,18 +340,29 @@ export interface APIConfig {
|
|
|
265
340
|
*/
|
|
266
341
|
'dynamicWorldRows': Set<DynamicContentRow>;
|
|
267
342
|
/**
|
|
268
|
-
*
|
|
269
|
-
* @type {
|
|
343
|
+
* Unknown
|
|
344
|
+
* @type {string}
|
|
270
345
|
* @memberof APIConfig
|
|
271
346
|
*/
|
|
272
|
-
'
|
|
347
|
+
'economyPauseEnd'?: string;
|
|
273
348
|
/**
|
|
274
349
|
* Unknown
|
|
275
350
|
* @type {string}
|
|
276
351
|
* @memberof APIConfig
|
|
277
|
-
* @deprecated
|
|
278
352
|
*/
|
|
279
|
-
'
|
|
353
|
+
'economyPauseStart'?: string;
|
|
354
|
+
/**
|
|
355
|
+
* Unknown
|
|
356
|
+
* @type {number}
|
|
357
|
+
* @memberof APIConfig
|
|
358
|
+
*/
|
|
359
|
+
'economyState'?: number;
|
|
360
|
+
/**
|
|
361
|
+
*
|
|
362
|
+
* @type {APIConfigEvents}
|
|
363
|
+
* @memberof APIConfig
|
|
364
|
+
*/
|
|
365
|
+
'events': APIConfigEvents;
|
|
280
366
|
/**
|
|
281
367
|
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
282
368
|
* @type {string}
|
|
@@ -296,70 +382,29 @@ export interface APIConfig {
|
|
|
296
382
|
*/
|
|
297
383
|
'hubWorldId': string;
|
|
298
384
|
/**
|
|
299
|
-
*
|
|
300
|
-
* @type {string}
|
|
385
|
+
* A list of explicitly allowed origins that worlds can request images from via the Udon\'s [VRCImageDownloader#DownloadImage](https://creators.vrchat.com/worlds/udon/image-loading/#downloadimage).
|
|
386
|
+
* @type {Array<string>}
|
|
301
387
|
* @memberof APIConfig
|
|
302
388
|
*/
|
|
303
|
-
'
|
|
389
|
+
'imageHostUrlList': Array<string>;
|
|
304
390
|
/**
|
|
305
|
-
*
|
|
391
|
+
* VRChat\'s job application email
|
|
306
392
|
* @type {string}
|
|
307
393
|
* @memberof APIConfig
|
|
308
|
-
* @deprecated
|
|
309
394
|
*/
|
|
310
|
-
'
|
|
395
|
+
'jobsEmail': string;
|
|
311
396
|
/**
|
|
312
397
|
* VRChat\'s moderation related email
|
|
313
398
|
* @type {string}
|
|
314
399
|
* @memberof APIConfig
|
|
315
400
|
*/
|
|
316
401
|
'moderationEmail': string;
|
|
317
|
-
/**
|
|
318
|
-
* Unknown
|
|
319
|
-
* @type {number}
|
|
320
|
-
* @memberof APIConfig
|
|
321
|
-
*/
|
|
322
|
-
'moderationQueryPeriod': number;
|
|
323
402
|
/**
|
|
324
403
|
* Used in-game to notify a user they aren\'t allowed to select avatars in private worlds
|
|
325
404
|
* @type {string}
|
|
326
405
|
* @memberof APIConfig
|
|
327
406
|
*/
|
|
328
407
|
'notAllowedToSelectAvatarInPrivateWorldMessage': string;
|
|
329
|
-
/**
|
|
330
|
-
* Extra [plugin](https://doc.photonengine.com/en-us/server/current/plugins/manual) to run in each instance
|
|
331
|
-
* @type {string}
|
|
332
|
-
* @memberof APIConfig
|
|
333
|
-
*/
|
|
334
|
-
'plugin': string;
|
|
335
|
-
/**
|
|
336
|
-
* Version number for game release build
|
|
337
|
-
* @type {string}
|
|
338
|
-
* @memberof APIConfig
|
|
339
|
-
* @deprecated
|
|
340
|
-
*/
|
|
341
|
-
'releaseAppVersionStandalone': string;
|
|
342
|
-
/**
|
|
343
|
-
* Link to download the release SDK
|
|
344
|
-
* @type {string}
|
|
345
|
-
* @memberof APIConfig
|
|
346
|
-
* @deprecated
|
|
347
|
-
*/
|
|
348
|
-
'releaseSdkUrl': string;
|
|
349
|
-
/**
|
|
350
|
-
* Version of the release SDK
|
|
351
|
-
* @type {string}
|
|
352
|
-
* @memberof APIConfig
|
|
353
|
-
* @deprecated
|
|
354
|
-
*/
|
|
355
|
-
'releaseSdkVersion': string;
|
|
356
|
-
/**
|
|
357
|
-
* Version number for server release build
|
|
358
|
-
* @type {string}
|
|
359
|
-
* @memberof APIConfig
|
|
360
|
-
* @deprecated
|
|
361
|
-
*/
|
|
362
|
-
'releaseServerVersionStandalone': string;
|
|
363
408
|
/**
|
|
364
409
|
* Link to the developer FAQ
|
|
365
410
|
* @type {string}
|
|
@@ -390,6 +435,12 @@ export interface APIConfig {
|
|
|
390
435
|
* @memberof APIConfig
|
|
391
436
|
*/
|
|
392
437
|
'serverName': string;
|
|
438
|
+
/**
|
|
439
|
+
* A list of explicitly allowed origins that worlds can request strings from via the Udon\'s [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload).
|
|
440
|
+
* @type {Array<string>}
|
|
441
|
+
* @memberof APIConfig
|
|
442
|
+
*/
|
|
443
|
+
'stringHostUrlList': Array<string>;
|
|
393
444
|
/**
|
|
394
445
|
* VRChat\'s support email
|
|
395
446
|
* @type {string}
|
|
@@ -450,30 +501,6 @@ export interface APIConfig {
|
|
|
450
501
|
* @memberof APIConfig
|
|
451
502
|
*/
|
|
452
503
|
'useReliableUdpForVoice': boolean;
|
|
453
|
-
/**
|
|
454
|
-
* Unknown
|
|
455
|
-
* @type {number}
|
|
456
|
-
* @memberof APIConfig
|
|
457
|
-
*/
|
|
458
|
-
'userUpdatePeriod': number;
|
|
459
|
-
/**
|
|
460
|
-
* Unknown
|
|
461
|
-
* @type {number}
|
|
462
|
-
* @memberof APIConfig
|
|
463
|
-
*/
|
|
464
|
-
'userVerificationDelay': number;
|
|
465
|
-
/**
|
|
466
|
-
* Unknown
|
|
467
|
-
* @type {number}
|
|
468
|
-
* @memberof APIConfig
|
|
469
|
-
*/
|
|
470
|
-
'userVerificationRetry': number;
|
|
471
|
-
/**
|
|
472
|
-
* Unknown
|
|
473
|
-
* @type {number}
|
|
474
|
-
* @memberof APIConfig
|
|
475
|
-
*/
|
|
476
|
-
'userVerificationTimeout': number;
|
|
477
504
|
/**
|
|
478
505
|
* Download link for game on the Steam website.
|
|
479
506
|
* @type {string}
|
|
@@ -487,23 +514,17 @@ export interface APIConfig {
|
|
|
487
514
|
*/
|
|
488
515
|
'whiteListedAssetUrls': Array<string>;
|
|
489
516
|
/**
|
|
490
|
-
*
|
|
491
|
-
* @type {number}
|
|
492
|
-
* @memberof APIConfig
|
|
493
|
-
*/
|
|
494
|
-
'worldUpdatePeriod': number;
|
|
495
|
-
/**
|
|
496
|
-
* Currently used youtube-dl.exe hash in SHA-256-delimited format
|
|
517
|
+
* Currently used youtube-dl.exe version
|
|
497
518
|
* @type {string}
|
|
498
519
|
* @memberof APIConfig
|
|
499
520
|
*/
|
|
500
|
-
'player-url-resolver-
|
|
521
|
+
'player-url-resolver-version': string;
|
|
501
522
|
/**
|
|
502
|
-
* Currently used youtube-dl.exe
|
|
523
|
+
* Currently used youtube-dl.exe hash in SHA1-delimited format
|
|
503
524
|
* @type {string}
|
|
504
525
|
* @memberof APIConfig
|
|
505
526
|
*/
|
|
506
|
-
'player-url-resolver-
|
|
527
|
+
'player-url-resolver-sha1': string;
|
|
507
528
|
}
|
|
508
529
|
/**
|
|
509
530
|
* Public Announcement
|
|
@@ -1754,6 +1775,18 @@ export interface CurrentUser {
|
|
|
1754
1775
|
* @memberof CurrentUser
|
|
1755
1776
|
*/
|
|
1756
1777
|
'pronouns': string;
|
|
1778
|
+
/**
|
|
1779
|
+
*
|
|
1780
|
+
* @type {string}
|
|
1781
|
+
* @memberof CurrentUser
|
|
1782
|
+
*/
|
|
1783
|
+
'queuedInstance'?: string | null;
|
|
1784
|
+
/**
|
|
1785
|
+
*
|
|
1786
|
+
* @type {boolean}
|
|
1787
|
+
* @memberof CurrentUser
|
|
1788
|
+
*/
|
|
1789
|
+
'receiveMobileInvitations'?: boolean;
|
|
1757
1790
|
/**
|
|
1758
1791
|
*
|
|
1759
1792
|
* @type {UserState}
|
|
@@ -1852,6 +1885,12 @@ export interface CurrentUserPresence {
|
|
|
1852
1885
|
* @memberof CurrentUserPresence
|
|
1853
1886
|
*/
|
|
1854
1887
|
'avatarThumbnail'?: string | null;
|
|
1888
|
+
/**
|
|
1889
|
+
*
|
|
1890
|
+
* @type {string}
|
|
1891
|
+
* @memberof CurrentUserPresence
|
|
1892
|
+
*/
|
|
1893
|
+
'currentAvatarTags'?: string;
|
|
1855
1894
|
/**
|
|
1856
1895
|
*
|
|
1857
1896
|
* @type {string}
|
|
@@ -1918,6 +1957,12 @@ export interface CurrentUserPresence {
|
|
|
1918
1957
|
* @memberof CurrentUserPresence
|
|
1919
1958
|
*/
|
|
1920
1959
|
'travelingToWorld'?: string;
|
|
1960
|
+
/**
|
|
1961
|
+
*
|
|
1962
|
+
* @type {string}
|
|
1963
|
+
* @memberof CurrentUserPresence
|
|
1964
|
+
*/
|
|
1965
|
+
'userIcon'?: string | null;
|
|
1921
1966
|
/**
|
|
1922
1967
|
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
1923
1968
|
* @type {string}
|
|
@@ -2135,7 +2180,7 @@ export interface FileData {
|
|
|
2135
2180
|
* @type {string}
|
|
2136
2181
|
* @memberof FileData
|
|
2137
2182
|
*/
|
|
2138
|
-
'md5'
|
|
2183
|
+
'md5'?: string;
|
|
2139
2184
|
/**
|
|
2140
2185
|
*
|
|
2141
2186
|
* @type {number}
|
|
@@ -2456,6 +2501,12 @@ export interface Group {
|
|
|
2456
2501
|
* @memberof Group
|
|
2457
2502
|
*/
|
|
2458
2503
|
'tags'?: Array<string>;
|
|
2504
|
+
/**
|
|
2505
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2506
|
+
* @type {string}
|
|
2507
|
+
* @memberof Group
|
|
2508
|
+
*/
|
|
2509
|
+
'transferTargetId'?: string;
|
|
2459
2510
|
/**
|
|
2460
2511
|
*
|
|
2461
2512
|
* @type {Array<GroupGallery>}
|
|
@@ -2468,6 +2519,18 @@ export interface Group {
|
|
|
2468
2519
|
* @memberof Group
|
|
2469
2520
|
*/
|
|
2470
2521
|
'createdAt'?: string;
|
|
2522
|
+
/**
|
|
2523
|
+
*
|
|
2524
|
+
* @type {string}
|
|
2525
|
+
* @memberof Group
|
|
2526
|
+
*/
|
|
2527
|
+
'updatedAt'?: string;
|
|
2528
|
+
/**
|
|
2529
|
+
*
|
|
2530
|
+
* @type {string}
|
|
2531
|
+
* @memberof Group
|
|
2532
|
+
*/
|
|
2533
|
+
'lastPostCreatedAt'?: string | null;
|
|
2471
2534
|
/**
|
|
2472
2535
|
*
|
|
2473
2536
|
* @type {number}
|
|
@@ -3106,6 +3169,24 @@ export interface GroupMyMember {
|
|
|
3106
3169
|
* @memberof GroupMyMember
|
|
3107
3170
|
*/
|
|
3108
3171
|
'roleIds'?: Array<string>;
|
|
3172
|
+
/**
|
|
3173
|
+
*
|
|
3174
|
+
* @type {string}
|
|
3175
|
+
* @memberof GroupMyMember
|
|
3176
|
+
*/
|
|
3177
|
+
'acceptedByDisplayName'?: string | null;
|
|
3178
|
+
/**
|
|
3179
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
3180
|
+
* @type {string}
|
|
3181
|
+
* @memberof GroupMyMember
|
|
3182
|
+
*/
|
|
3183
|
+
'acceptedById'?: string;
|
|
3184
|
+
/**
|
|
3185
|
+
*
|
|
3186
|
+
* @type {string}
|
|
3187
|
+
* @memberof GroupMyMember
|
|
3188
|
+
*/
|
|
3189
|
+
'createdAt'?: string;
|
|
3109
3190
|
/**
|
|
3110
3191
|
*
|
|
3111
3192
|
* @type {string}
|
|
@@ -3154,6 +3235,24 @@ export interface GroupMyMember {
|
|
|
3154
3235
|
* @memberof GroupMyMember
|
|
3155
3236
|
*/
|
|
3156
3237
|
'has2FA'?: boolean;
|
|
3238
|
+
/**
|
|
3239
|
+
*
|
|
3240
|
+
* @type {boolean}
|
|
3241
|
+
* @memberof GroupMyMember
|
|
3242
|
+
*/
|
|
3243
|
+
'hasJoinedFromPurchase'?: boolean;
|
|
3244
|
+
/**
|
|
3245
|
+
*
|
|
3246
|
+
* @type {string}
|
|
3247
|
+
* @memberof GroupMyMember
|
|
3248
|
+
*/
|
|
3249
|
+
'lastPostReadAt'?: string | null;
|
|
3250
|
+
/**
|
|
3251
|
+
*
|
|
3252
|
+
* @type {Array<string>}
|
|
3253
|
+
* @memberof GroupMyMember
|
|
3254
|
+
*/
|
|
3255
|
+
'mRoleIds'?: Array<string>;
|
|
3157
3256
|
/**
|
|
3158
3257
|
*
|
|
3159
3258
|
* @type {Array<string>}
|
|
@@ -3854,6 +3953,7 @@ export declare const InstanceRegion: {
|
|
|
3854
3953
|
readonly Use: "use";
|
|
3855
3954
|
readonly Eu: "eu";
|
|
3856
3955
|
readonly Jp: "jp";
|
|
3956
|
+
readonly Unknown: "unknown";
|
|
3857
3957
|
};
|
|
3858
3958
|
export type InstanceRegion = typeof InstanceRegion[keyof typeof InstanceRegion];
|
|
3859
3959
|
/**
|
|
@@ -4928,6 +5028,12 @@ export interface Permission {
|
|
|
4928
5028
|
* @memberof Permission
|
|
4929
5029
|
*/
|
|
4930
5030
|
'id': string;
|
|
5031
|
+
/**
|
|
5032
|
+
*
|
|
5033
|
+
* @type {string}
|
|
5034
|
+
* @memberof Permission
|
|
5035
|
+
*/
|
|
5036
|
+
'ownerDisplayName': string;
|
|
4931
5037
|
/**
|
|
4932
5038
|
*
|
|
4933
5039
|
* @type {string}
|
|
@@ -5439,7 +5545,7 @@ export interface Transaction {
|
|
|
5439
5545
|
'isTokens'?: boolean;
|
|
5440
5546
|
}
|
|
5441
5547
|
/**
|
|
5442
|
-
*
|
|
5548
|
+
* Represents a single Transaction, which is likely between VRChat and Steam.
|
|
5443
5549
|
* @export
|
|
5444
5550
|
* @interface TransactionAgreement
|
|
5445
5551
|
*/
|
|
@@ -5456,6 +5562,12 @@ export interface TransactionAgreement {
|
|
|
5456
5562
|
* @memberof TransactionAgreement
|
|
5457
5563
|
*/
|
|
5458
5564
|
'itemId': number;
|
|
5565
|
+
/**
|
|
5566
|
+
*
|
|
5567
|
+
* @type {string}
|
|
5568
|
+
* @memberof TransactionAgreement
|
|
5569
|
+
*/
|
|
5570
|
+
'agreement': string;
|
|
5459
5571
|
/**
|
|
5460
5572
|
* This is NOT TransactionStatus, but whatever Steam return.
|
|
5461
5573
|
* @type {string}
|
|
@@ -5689,6 +5801,12 @@ export interface UnityPackage {
|
|
|
5689
5801
|
* @memberof UnityPackage
|
|
5690
5802
|
*/
|
|
5691
5803
|
'created_at'?: string;
|
|
5804
|
+
/**
|
|
5805
|
+
*
|
|
5806
|
+
* @type {string}
|
|
5807
|
+
* @memberof UnityPackage
|
|
5808
|
+
*/
|
|
5809
|
+
'impostorizerVersion'?: string;
|
|
5692
5810
|
/**
|
|
5693
5811
|
* This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
|
|
5694
5812
|
* @type {string}
|
|
@@ -6287,6 +6405,12 @@ export interface User {
|
|
|
6287
6405
|
* @memberof User
|
|
6288
6406
|
*/
|
|
6289
6407
|
'last_login': string;
|
|
6408
|
+
/**
|
|
6409
|
+
*
|
|
6410
|
+
* @type {string}
|
|
6411
|
+
* @memberof User
|
|
6412
|
+
*/
|
|
6413
|
+
'last_mobile'?: string | null;
|
|
6290
6414
|
/**
|
|
6291
6415
|
* This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
|
|
6292
6416
|
* @type {string}
|
|
@@ -6310,7 +6434,7 @@ export interface User {
|
|
|
6310
6434
|
* @type {string}
|
|
6311
6435
|
* @memberof User
|
|
6312
6436
|
*/
|
|
6313
|
-
'platform'
|
|
6437
|
+
'platform'?: string;
|
|
6314
6438
|
/**
|
|
6315
6439
|
*
|
|
6316
6440
|
* @type {string}
|
|
@@ -6403,6 +6527,12 @@ export interface UserExists {
|
|
|
6403
6527
|
* @memberof UserExists
|
|
6404
6528
|
*/
|
|
6405
6529
|
'userExists': boolean;
|
|
6530
|
+
/**
|
|
6531
|
+
* Is the username valid?
|
|
6532
|
+
* @type {boolean}
|
|
6533
|
+
* @memberof UserExists
|
|
6534
|
+
*/
|
|
6535
|
+
'nameOk': boolean;
|
|
6406
6536
|
}
|
|
6407
6537
|
/**
|
|
6408
6538
|
* * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
|
|
@@ -6494,6 +6624,12 @@ export interface UserSubscription {
|
|
|
6494
6624
|
* @memberof UserSubscription
|
|
6495
6625
|
*/
|
|
6496
6626
|
'status': TransactionStatus;
|
|
6627
|
+
/**
|
|
6628
|
+
*
|
|
6629
|
+
* @type {string}
|
|
6630
|
+
* @memberof UserSubscription
|
|
6631
|
+
*/
|
|
6632
|
+
'starts'?: string;
|
|
6497
6633
|
/**
|
|
6498
6634
|
*
|
|
6499
6635
|
* @type {string}
|
|
@@ -6799,12 +6935,12 @@ export declare const AuthenticationApiAxiosParamCreator: (configuration?: Config
|
|
|
6799
6935
|
* @summary Check User Exists
|
|
6800
6936
|
* @param {string} [email] Filter by email.
|
|
6801
6937
|
* @param {string} [displayName] Filter by displayName.
|
|
6802
|
-
* @param {string} [
|
|
6938
|
+
* @param {string} [username] Filter by Username.
|
|
6803
6939
|
* @param {string} [excludeUserId] Exclude by UserID.
|
|
6804
6940
|
* @param {*} [options] Override http request option.
|
|
6805
6941
|
* @throws {RequiredError}
|
|
6806
6942
|
*/
|
|
6807
|
-
checkUserExists: (email?: string, displayName?: string,
|
|
6943
|
+
checkUserExists: (email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6808
6944
|
/**
|
|
6809
6945
|
* Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
|
|
6810
6946
|
* @summary Delete User
|
|
@@ -6869,12 +7005,12 @@ export declare const AuthenticationApiFp: (configuration?: Configuration) => {
|
|
|
6869
7005
|
* @summary Check User Exists
|
|
6870
7006
|
* @param {string} [email] Filter by email.
|
|
6871
7007
|
* @param {string} [displayName] Filter by displayName.
|
|
6872
|
-
* @param {string} [
|
|
7008
|
+
* @param {string} [username] Filter by Username.
|
|
6873
7009
|
* @param {string} [excludeUserId] Exclude by UserID.
|
|
6874
7010
|
* @param {*} [options] Override http request option.
|
|
6875
7011
|
* @throws {RequiredError}
|
|
6876
7012
|
*/
|
|
6877
|
-
checkUserExists(email?: string, displayName?: string,
|
|
7013
|
+
checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserExists>>;
|
|
6878
7014
|
/**
|
|
6879
7015
|
* Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
|
|
6880
7016
|
* @summary Delete User
|
|
@@ -6939,12 +7075,12 @@ export declare const AuthenticationApiFactory: (configuration?: Configuration, b
|
|
|
6939
7075
|
* @summary Check User Exists
|
|
6940
7076
|
* @param {string} [email] Filter by email.
|
|
6941
7077
|
* @param {string} [displayName] Filter by displayName.
|
|
6942
|
-
* @param {string} [
|
|
7078
|
+
* @param {string} [username] Filter by Username.
|
|
6943
7079
|
* @param {string} [excludeUserId] Exclude by UserID.
|
|
6944
7080
|
* @param {*} [options] Override http request option.
|
|
6945
7081
|
* @throws {RequiredError}
|
|
6946
7082
|
*/
|
|
6947
|
-
checkUserExists(email?: string, displayName?: string,
|
|
7083
|
+
checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: any): AxiosPromise<UserExists>;
|
|
6948
7084
|
/**
|
|
6949
7085
|
* Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
|
|
6950
7086
|
* @summary Delete User
|
|
@@ -7011,13 +7147,13 @@ export declare class AuthenticationApi extends BaseAPI {
|
|
|
7011
7147
|
* @summary Check User Exists
|
|
7012
7148
|
* @param {string} [email] Filter by email.
|
|
7013
7149
|
* @param {string} [displayName] Filter by displayName.
|
|
7014
|
-
* @param {string} [
|
|
7150
|
+
* @param {string} [username] Filter by Username.
|
|
7015
7151
|
* @param {string} [excludeUserId] Exclude by UserID.
|
|
7016
7152
|
* @param {*} [options] Override http request option.
|
|
7017
7153
|
* @throws {RequiredError}
|
|
7018
7154
|
* @memberof AuthenticationApi
|
|
7019
7155
|
*/
|
|
7020
|
-
checkUserExists(email?: string, displayName?: string,
|
|
7156
|
+
checkUserExists(email?: string, displayName?: string, username?: string, excludeUserId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserExists, any>>;
|
|
7021
7157
|
/**
|
|
7022
7158
|
* Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
|
|
7023
7159
|
* @summary Delete User
|
|
@@ -8152,7 +8288,7 @@ export declare const FilesApiFp: (configuration?: Configuration) => {
|
|
|
8152
8288
|
* @param {*} [options] Override http request option.
|
|
8153
8289
|
* @throws {RequiredError}
|
|
8154
8290
|
*/
|
|
8155
|
-
deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
8291
|
+
deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
8156
8292
|
/**
|
|
8157
8293
|
* Delete a specific version of a file. You can only delete the latest version.
|
|
8158
8294
|
* @summary Delete File Version
|
|
@@ -8252,7 +8388,7 @@ export declare const FilesApiFactory: (configuration?: Configuration, basePath?:
|
|
|
8252
8388
|
* @param {*} [options] Override http request option.
|
|
8253
8389
|
* @throws {RequiredError}
|
|
8254
8390
|
*/
|
|
8255
|
-
deleteFile(fileId: string, options?: any): AxiosPromise<
|
|
8391
|
+
deleteFile(fileId: string, options?: any): AxiosPromise<any>;
|
|
8256
8392
|
/**
|
|
8257
8393
|
* Delete a specific version of a file. You can only delete the latest version.
|
|
8258
8394
|
* @summary Delete File Version
|
|
@@ -8357,7 +8493,7 @@ export declare class FilesApi extends BaseAPI {
|
|
|
8357
8493
|
* @throws {RequiredError}
|
|
8358
8494
|
* @memberof FilesApi
|
|
8359
8495
|
*/
|
|
8360
|
-
deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
8496
|
+
deleteFile(fileId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8361
8497
|
/**
|
|
8362
8498
|
* Delete a specific version of a file. You can only delete the latest version.
|
|
8363
8499
|
* @summary Delete File Version
|
|
@@ -8876,10 +9012,11 @@ export declare const GroupsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
8876
9012
|
* @param {number} [n] The number of objects to return.
|
|
8877
9013
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
8878
9014
|
* @param {GroupSearchSort} [sort] The sort order of Group Member results
|
|
9015
|
+
* @param {string} [roleId] Only returns members with a specific groupRoleId
|
|
8879
9016
|
* @param {*} [options] Override http request option.
|
|
8880
9017
|
* @throws {RequiredError}
|
|
8881
9018
|
*/
|
|
8882
|
-
getGroupMembers: (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9019
|
+
getGroupMembers: (groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
8883
9020
|
/**
|
|
8884
9021
|
* Returns a List of all possible/available permissions for a Group.
|
|
8885
9022
|
* @summary List Group Permissions
|
|
@@ -9274,10 +9411,11 @@ export declare const GroupsApiFp: (configuration?: Configuration) => {
|
|
|
9274
9411
|
* @param {number} [n] The number of objects to return.
|
|
9275
9412
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
9276
9413
|
* @param {GroupSearchSort} [sort] The sort order of Group Member results
|
|
9414
|
+
* @param {string} [roleId] Only returns members with a specific groupRoleId
|
|
9277
9415
|
* @param {*} [options] Override http request option.
|
|
9278
9416
|
* @throws {RequiredError}
|
|
9279
9417
|
*/
|
|
9280
|
-
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>>;
|
|
9418
|
+
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<GroupMember>>>;
|
|
9281
9419
|
/**
|
|
9282
9420
|
* Returns a List of all possible/available permissions for a Group.
|
|
9283
9421
|
* @summary List Group Permissions
|
|
@@ -9672,10 +9810,11 @@ export declare const GroupsApiFactory: (configuration?: Configuration, basePath?
|
|
|
9672
9810
|
* @param {number} [n] The number of objects to return.
|
|
9673
9811
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
9674
9812
|
* @param {GroupSearchSort} [sort] The sort order of Group Member results
|
|
9813
|
+
* @param {string} [roleId] Only returns members with a specific groupRoleId
|
|
9675
9814
|
* @param {*} [options] Override http request option.
|
|
9676
9815
|
* @throws {RequiredError}
|
|
9677
9816
|
*/
|
|
9678
|
-
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: any): AxiosPromise<Array<GroupMember>>;
|
|
9817
|
+
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: any): AxiosPromise<Array<GroupMember>>;
|
|
9679
9818
|
/**
|
|
9680
9819
|
* Returns a List of all possible/available permissions for a Group.
|
|
9681
9820
|
* @summary List Group Permissions
|
|
@@ -10097,11 +10236,12 @@ export declare class GroupsApi extends BaseAPI {
|
|
|
10097
10236
|
* @param {number} [n] The number of objects to return.
|
|
10098
10237
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
10099
10238
|
* @param {GroupSearchSort} [sort] The sort order of Group Member results
|
|
10239
|
+
* @param {string} [roleId] Only returns members with a specific groupRoleId
|
|
10100
10240
|
* @param {*} [options] Override http request option.
|
|
10101
10241
|
* @throws {RequiredError}
|
|
10102
10242
|
* @memberof GroupsApi
|
|
10103
10243
|
*/
|
|
10104
|
-
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupMember[], any>>;
|
|
10244
|
+
getGroupMembers(groupId: string, n?: number, offset?: number, sort?: GroupSearchSort, roleId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupMember[], any>>;
|
|
10105
10245
|
/**
|
|
10106
10246
|
* Returns a List of all possible/available permissions for a Group.
|
|
10107
10247
|
* @summary List Group Permissions
|
|
@@ -12048,10 +12188,11 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
12048
12188
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
12049
12189
|
* @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
|
|
12050
12190
|
* @param {string} [platform] The platform the asset supports.
|
|
12191
|
+
* @param {boolean} [fuzzy]
|
|
12051
12192
|
* @param {*} [options] Override http request option.
|
|
12052
12193
|
* @throws {RequiredError}
|
|
12053
12194
|
*/
|
|
12054
|
-
searchWorlds: (featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12195
|
+
searchWorlds: (featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12055
12196
|
/**
|
|
12056
12197
|
* Unpublish a world.
|
|
12057
12198
|
* @summary Unpublish World
|
|
@@ -12209,10 +12350,11 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
12209
12350
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
12210
12351
|
* @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
|
|
12211
12352
|
* @param {string} [platform] The platform the asset supports.
|
|
12353
|
+
* @param {boolean} [fuzzy]
|
|
12212
12354
|
* @param {*} [options] Override http request option.
|
|
12213
12355
|
* @throws {RequiredError}
|
|
12214
12356
|
*/
|
|
12215
|
-
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
|
|
12357
|
+
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<LimitedWorld>>>;
|
|
12216
12358
|
/**
|
|
12217
12359
|
* Unpublish a world.
|
|
12218
12360
|
* @summary Unpublish World
|
|
@@ -12370,10 +12512,11 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
12370
12512
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
12371
12513
|
* @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
|
|
12372
12514
|
* @param {string} [platform] The platform the asset supports.
|
|
12515
|
+
* @param {boolean} [fuzzy]
|
|
12373
12516
|
* @param {*} [options] Override http request option.
|
|
12374
12517
|
* @throws {RequiredError}
|
|
12375
12518
|
*/
|
|
12376
|
-
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: any): AxiosPromise<Array<LimitedWorld>>;
|
|
12519
|
+
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: any): AxiosPromise<Array<LimitedWorld>>;
|
|
12377
12520
|
/**
|
|
12378
12521
|
* Unpublish a world.
|
|
12379
12522
|
* @summary Unpublish World
|
|
@@ -12543,11 +12686,12 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
12543
12686
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
12544
12687
|
* @param {string} [minUnityVersion] The minimum Unity version supported by the asset.
|
|
12545
12688
|
* @param {string} [platform] The platform the asset supports.
|
|
12689
|
+
* @param {boolean} [fuzzy]
|
|
12546
12690
|
* @param {*} [options] Override http request option.
|
|
12547
12691
|
* @throws {RequiredError}
|
|
12548
12692
|
* @memberof WorldsApi
|
|
12549
12693
|
*/
|
|
12550
|
-
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[], any>>;
|
|
12694
|
+
searchWorlds(featured?: boolean, sort?: SortOption, user?: 'me', userId?: string, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, fuzzy?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LimitedWorld[], any>>;
|
|
12551
12695
|
/**
|
|
12552
12696
|
* Unpublish a world.
|
|
12553
12697
|
* @summary Unpublish World
|