vrchat 1.14.0 → 1.16.0
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 +81 -9
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +81 -9
- package/dist/api.js +1 -1
- 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/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.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.0
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1352,6 +1352,12 @@ export interface CurrentUser {
|
|
|
1352
1352
|
* @memberof CurrentUser
|
|
1353
1353
|
*/
|
|
1354
1354
|
'currentAvatarThumbnailImageUrl': string;
|
|
1355
|
+
/**
|
|
1356
|
+
*
|
|
1357
|
+
* @type {Array<string>}
|
|
1358
|
+
* @memberof CurrentUser
|
|
1359
|
+
*/
|
|
1360
|
+
'currentAvatarTags'?: Array<string>;
|
|
1355
1361
|
/**
|
|
1356
1362
|
*
|
|
1357
1363
|
* @type {string}
|
|
@@ -1407,6 +1413,24 @@ export interface CurrentUser {
|
|
|
1407
1413
|
* @memberof CurrentUser
|
|
1408
1414
|
*/
|
|
1409
1415
|
'hasBirthday': boolean;
|
|
1416
|
+
/**
|
|
1417
|
+
*
|
|
1418
|
+
* @type {boolean}
|
|
1419
|
+
* @memberof CurrentUser
|
|
1420
|
+
*/
|
|
1421
|
+
'hideContentFilterSettings'?: boolean;
|
|
1422
|
+
/**
|
|
1423
|
+
*
|
|
1424
|
+
* @type {string}
|
|
1425
|
+
* @memberof CurrentUser
|
|
1426
|
+
*/
|
|
1427
|
+
'userLanguage'?: string | null;
|
|
1428
|
+
/**
|
|
1429
|
+
*
|
|
1430
|
+
* @type {string}
|
|
1431
|
+
* @memberof CurrentUser
|
|
1432
|
+
*/
|
|
1433
|
+
'userLanguageCode'?: string | null;
|
|
1410
1434
|
/**
|
|
1411
1435
|
*
|
|
1412
1436
|
* @type {boolean}
|
|
@@ -1479,6 +1503,24 @@ export interface CurrentUser {
|
|
|
1479
1503
|
* @memberof CurrentUser
|
|
1480
1504
|
*/
|
|
1481
1505
|
'oculusId': string;
|
|
1506
|
+
/**
|
|
1507
|
+
*
|
|
1508
|
+
* @type {string}
|
|
1509
|
+
* @memberof CurrentUser
|
|
1510
|
+
*/
|
|
1511
|
+
'googleId'?: string;
|
|
1512
|
+
/**
|
|
1513
|
+
*
|
|
1514
|
+
* @type {string}
|
|
1515
|
+
* @memberof CurrentUser
|
|
1516
|
+
*/
|
|
1517
|
+
'picoId'?: string;
|
|
1518
|
+
/**
|
|
1519
|
+
*
|
|
1520
|
+
* @type {string}
|
|
1521
|
+
* @memberof CurrentUser
|
|
1522
|
+
*/
|
|
1523
|
+
'viveId'?: string;
|
|
1482
1524
|
/**
|
|
1483
1525
|
*
|
|
1484
1526
|
* @type {Array<string>}
|
|
@@ -3690,6 +3732,12 @@ export interface LimitedWorld {
|
|
|
3690
3732
|
* @memberof LimitedWorld
|
|
3691
3733
|
*/
|
|
3692
3734
|
'capacity': number;
|
|
3735
|
+
/**
|
|
3736
|
+
*
|
|
3737
|
+
* @type {number}
|
|
3738
|
+
* @memberof LimitedWorld
|
|
3739
|
+
*/
|
|
3740
|
+
'recommendedCapacity'?: number;
|
|
3693
3741
|
/**
|
|
3694
3742
|
*
|
|
3695
3743
|
* @type {string}
|
|
@@ -3786,6 +3834,12 @@ export interface LimitedWorld {
|
|
|
3786
3834
|
* @memberof LimitedWorld
|
|
3787
3835
|
*/
|
|
3788
3836
|
'updated_at': string;
|
|
3837
|
+
/**
|
|
3838
|
+
*
|
|
3839
|
+
* @type {Array<string>}
|
|
3840
|
+
* @memberof LimitedWorld
|
|
3841
|
+
*/
|
|
3842
|
+
'udonProducts'?: Array<string>;
|
|
3789
3843
|
}
|
|
3790
3844
|
/**
|
|
3791
3845
|
*
|
|
@@ -4659,7 +4713,13 @@ export interface UnityPackage {
|
|
|
4659
4713
|
* @type {string}
|
|
4660
4714
|
* @memberof UnityPackage
|
|
4661
4715
|
*/
|
|
4662
|
-
'
|
|
4716
|
+
'id': string;
|
|
4717
|
+
/**
|
|
4718
|
+
*
|
|
4719
|
+
* @type {string}
|
|
4720
|
+
* @memberof UnityPackage
|
|
4721
|
+
*/
|
|
4722
|
+
'assetUrl'?: string | null;
|
|
4663
4723
|
/**
|
|
4664
4724
|
*
|
|
4665
4725
|
* @type {object}
|
|
@@ -4678,12 +4738,6 @@ export interface UnityPackage {
|
|
|
4678
4738
|
* @memberof UnityPackage
|
|
4679
4739
|
*/
|
|
4680
4740
|
'created_at'?: string;
|
|
4681
|
-
/**
|
|
4682
|
-
*
|
|
4683
|
-
* @type {string}
|
|
4684
|
-
* @memberof UnityPackage
|
|
4685
|
-
*/
|
|
4686
|
-
'id': string;
|
|
4687
4741
|
/**
|
|
4688
4742
|
* 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`.
|
|
4689
4743
|
* @type {string}
|
|
@@ -4714,6 +4768,18 @@ export interface UnityPackage {
|
|
|
4714
4768
|
* @memberof UnityPackage
|
|
4715
4769
|
*/
|
|
4716
4770
|
'unityVersion': string;
|
|
4771
|
+
/**
|
|
4772
|
+
*
|
|
4773
|
+
* @type {string}
|
|
4774
|
+
* @memberof UnityPackage
|
|
4775
|
+
*/
|
|
4776
|
+
'impostorUrl'?: string | null;
|
|
4777
|
+
/**
|
|
4778
|
+
*
|
|
4779
|
+
* @type {string}
|
|
4780
|
+
* @memberof UnityPackage
|
|
4781
|
+
*/
|
|
4782
|
+
'scanStatus'?: string;
|
|
4717
4783
|
}
|
|
4718
4784
|
/**
|
|
4719
4785
|
*
|
|
@@ -5668,7 +5734,7 @@ export interface World {
|
|
|
5668
5734
|
* @type {Array<UnityPackage>}
|
|
5669
5735
|
* @memberof World
|
|
5670
5736
|
*/
|
|
5671
|
-
'unityPackages'
|
|
5737
|
+
'unityPackages'?: Array<UnityPackage>;
|
|
5672
5738
|
/**
|
|
5673
5739
|
*
|
|
5674
5740
|
* @type {string}
|
|
@@ -5687,6 +5753,12 @@ export interface World {
|
|
|
5687
5753
|
* @memberof World
|
|
5688
5754
|
*/
|
|
5689
5755
|
'visits': number;
|
|
5756
|
+
/**
|
|
5757
|
+
*
|
|
5758
|
+
* @type {Array<string>}
|
|
5759
|
+
* @memberof World
|
|
5760
|
+
*/
|
|
5761
|
+
'udonProducts'?: Array<string>;
|
|
5690
5762
|
}
|
|
5691
5763
|
/**
|
|
5692
5764
|
*
|
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.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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/common.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.0
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -1342,6 +1342,12 @@ export interface CurrentUser {
|
|
|
1342
1342
|
* @memberof CurrentUser
|
|
1343
1343
|
*/
|
|
1344
1344
|
'currentAvatarThumbnailImageUrl': string;
|
|
1345
|
+
/**
|
|
1346
|
+
*
|
|
1347
|
+
* @type {Array<string>}
|
|
1348
|
+
* @memberof CurrentUser
|
|
1349
|
+
*/
|
|
1350
|
+
'currentAvatarTags'?: Array<string>;
|
|
1345
1351
|
/**
|
|
1346
1352
|
*
|
|
1347
1353
|
* @type {string}
|
|
@@ -1397,6 +1403,24 @@ export interface CurrentUser {
|
|
|
1397
1403
|
* @memberof CurrentUser
|
|
1398
1404
|
*/
|
|
1399
1405
|
'hasBirthday': boolean;
|
|
1406
|
+
/**
|
|
1407
|
+
*
|
|
1408
|
+
* @type {boolean}
|
|
1409
|
+
* @memberof CurrentUser
|
|
1410
|
+
*/
|
|
1411
|
+
'hideContentFilterSettings'?: boolean;
|
|
1412
|
+
/**
|
|
1413
|
+
*
|
|
1414
|
+
* @type {string}
|
|
1415
|
+
* @memberof CurrentUser
|
|
1416
|
+
*/
|
|
1417
|
+
'userLanguage'?: string | null;
|
|
1418
|
+
/**
|
|
1419
|
+
*
|
|
1420
|
+
* @type {string}
|
|
1421
|
+
* @memberof CurrentUser
|
|
1422
|
+
*/
|
|
1423
|
+
'userLanguageCode'?: string | null;
|
|
1400
1424
|
/**
|
|
1401
1425
|
*
|
|
1402
1426
|
* @type {boolean}
|
|
@@ -1469,6 +1493,24 @@ export interface CurrentUser {
|
|
|
1469
1493
|
* @memberof CurrentUser
|
|
1470
1494
|
*/
|
|
1471
1495
|
'oculusId': string;
|
|
1496
|
+
/**
|
|
1497
|
+
*
|
|
1498
|
+
* @type {string}
|
|
1499
|
+
* @memberof CurrentUser
|
|
1500
|
+
*/
|
|
1501
|
+
'googleId'?: string;
|
|
1502
|
+
/**
|
|
1503
|
+
*
|
|
1504
|
+
* @type {string}
|
|
1505
|
+
* @memberof CurrentUser
|
|
1506
|
+
*/
|
|
1507
|
+
'picoId'?: string;
|
|
1508
|
+
/**
|
|
1509
|
+
*
|
|
1510
|
+
* @type {string}
|
|
1511
|
+
* @memberof CurrentUser
|
|
1512
|
+
*/
|
|
1513
|
+
'viveId'?: string;
|
|
1472
1514
|
/**
|
|
1473
1515
|
*
|
|
1474
1516
|
* @type {Array<string>}
|
|
@@ -3618,6 +3660,12 @@ export interface LimitedWorld {
|
|
|
3618
3660
|
* @memberof LimitedWorld
|
|
3619
3661
|
*/
|
|
3620
3662
|
'capacity': number;
|
|
3663
|
+
/**
|
|
3664
|
+
*
|
|
3665
|
+
* @type {number}
|
|
3666
|
+
* @memberof LimitedWorld
|
|
3667
|
+
*/
|
|
3668
|
+
'recommendedCapacity'?: number;
|
|
3621
3669
|
/**
|
|
3622
3670
|
*
|
|
3623
3671
|
* @type {string}
|
|
@@ -3714,6 +3762,12 @@ export interface LimitedWorld {
|
|
|
3714
3762
|
* @memberof LimitedWorld
|
|
3715
3763
|
*/
|
|
3716
3764
|
'updated_at': string;
|
|
3765
|
+
/**
|
|
3766
|
+
*
|
|
3767
|
+
* @type {Array<string>}
|
|
3768
|
+
* @memberof LimitedWorld
|
|
3769
|
+
*/
|
|
3770
|
+
'udonProducts'?: Array<string>;
|
|
3717
3771
|
}
|
|
3718
3772
|
/**
|
|
3719
3773
|
*
|
|
@@ -4551,7 +4605,13 @@ export interface UnityPackage {
|
|
|
4551
4605
|
* @type {string}
|
|
4552
4606
|
* @memberof UnityPackage
|
|
4553
4607
|
*/
|
|
4554
|
-
'
|
|
4608
|
+
'id': string;
|
|
4609
|
+
/**
|
|
4610
|
+
*
|
|
4611
|
+
* @type {string}
|
|
4612
|
+
* @memberof UnityPackage
|
|
4613
|
+
*/
|
|
4614
|
+
'assetUrl'?: string | null;
|
|
4555
4615
|
/**
|
|
4556
4616
|
*
|
|
4557
4617
|
* @type {object}
|
|
@@ -4570,12 +4630,6 @@ export interface UnityPackage {
|
|
|
4570
4630
|
* @memberof UnityPackage
|
|
4571
4631
|
*/
|
|
4572
4632
|
'created_at'?: string;
|
|
4573
|
-
/**
|
|
4574
|
-
*
|
|
4575
|
-
* @type {string}
|
|
4576
|
-
* @memberof UnityPackage
|
|
4577
|
-
*/
|
|
4578
|
-
'id': string;
|
|
4579
4633
|
/**
|
|
4580
4634
|
* 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`.
|
|
4581
4635
|
* @type {string}
|
|
@@ -4606,6 +4660,18 @@ export interface UnityPackage {
|
|
|
4606
4660
|
* @memberof UnityPackage
|
|
4607
4661
|
*/
|
|
4608
4662
|
'unityVersion': string;
|
|
4663
|
+
/**
|
|
4664
|
+
*
|
|
4665
|
+
* @type {string}
|
|
4666
|
+
* @memberof UnityPackage
|
|
4667
|
+
*/
|
|
4668
|
+
'impostorUrl'?: string | null;
|
|
4669
|
+
/**
|
|
4670
|
+
*
|
|
4671
|
+
* @type {string}
|
|
4672
|
+
* @memberof UnityPackage
|
|
4673
|
+
*/
|
|
4674
|
+
'scanStatus'?: string;
|
|
4609
4675
|
}
|
|
4610
4676
|
/**
|
|
4611
4677
|
*
|
|
@@ -5552,7 +5618,7 @@ export interface World {
|
|
|
5552
5618
|
* @type {Array<UnityPackage>}
|
|
5553
5619
|
* @memberof World
|
|
5554
5620
|
*/
|
|
5555
|
-
'unityPackages'
|
|
5621
|
+
'unityPackages'?: Array<UnityPackage>;
|
|
5556
5622
|
/**
|
|
5557
5623
|
*
|
|
5558
5624
|
* @type {string}
|
|
@@ -5571,6 +5637,12 @@ export interface World {
|
|
|
5571
5637
|
* @memberof World
|
|
5572
5638
|
*/
|
|
5573
5639
|
'visits': number;
|
|
5640
|
+
/**
|
|
5641
|
+
*
|
|
5642
|
+
* @type {Array<string>}
|
|
5643
|
+
* @memberof World
|
|
5644
|
+
*/
|
|
5645
|
+
'udonProducts'?: Array<string>;
|
|
5574
5646
|
}
|
|
5575
5647
|
/**
|
|
5576
5648
|
*
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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/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.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.0
|
|
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.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.0
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|