vrchat 1.11.1 → 1.13.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 +133 -247
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +132 -10
- package/dist/api.js +4 -121
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/index.ts +2 -2
- package/package.json +1 -1
package/base.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
-
* Contact:
|
|
6
|
+
* The version of the OpenAPI document: 1.13.0
|
|
7
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
10
|
* https://openapi-generator.tech
|
package/common.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
-
* Contact:
|
|
6
|
+
* The version of the OpenAPI document: 1.13.0
|
|
7
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
10
|
* https://openapi-generator.tech
|
package/configuration.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.
|
|
7
|
-
* Contact:
|
|
6
|
+
* The version of the OpenAPI document: 1.13.0
|
|
7
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
10
|
* https://openapi-generator.tech
|
package/dist/api.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
-
* Contact:
|
|
4
|
+
* The version of the OpenAPI document: 1.13.0
|
|
5
|
+
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8
8
|
* https://openapi-generator.tech
|
|
@@ -41,12 +41,6 @@ export interface APIConfig {
|
|
|
41
41
|
* @memberof APIConfig
|
|
42
42
|
*/
|
|
43
43
|
'announcements': Set<APIConfigAnnouncement>;
|
|
44
|
-
/**
|
|
45
|
-
* apiKey to be used for all other requests
|
|
46
|
-
* @type {string}
|
|
47
|
-
* @memberof APIConfig
|
|
48
|
-
*/
|
|
49
|
-
'apiKey': string;
|
|
50
44
|
/**
|
|
51
45
|
* Game name
|
|
52
46
|
* @type {string}
|
|
@@ -555,6 +549,18 @@ export interface APIConfigDownloadURLList {
|
|
|
555
549
|
* @memberof APIConfigDownloadURLList
|
|
556
550
|
*/
|
|
557
551
|
'sdk3-worlds': string;
|
|
552
|
+
/**
|
|
553
|
+
* Download link for the Creator Companion
|
|
554
|
+
* @type {string}
|
|
555
|
+
* @memberof APIConfigDownloadURLList
|
|
556
|
+
*/
|
|
557
|
+
'vcc': string;
|
|
558
|
+
/**
|
|
559
|
+
* Download link for ???
|
|
560
|
+
* @type {string}
|
|
561
|
+
* @memberof APIConfigDownloadURLList
|
|
562
|
+
*/
|
|
563
|
+
'bootstrap': string;
|
|
558
564
|
}
|
|
559
565
|
/**
|
|
560
566
|
*
|
|
@@ -1270,6 +1276,12 @@ export interface CurrentUser {
|
|
|
1270
1276
|
* @memberof CurrentUser
|
|
1271
1277
|
*/
|
|
1272
1278
|
'acceptedTOSVersion': number;
|
|
1279
|
+
/**
|
|
1280
|
+
*
|
|
1281
|
+
* @type {number}
|
|
1282
|
+
* @memberof CurrentUser
|
|
1283
|
+
*/
|
|
1284
|
+
'acceptedPrivacyVersion'?: number;
|
|
1273
1285
|
/**
|
|
1274
1286
|
*
|
|
1275
1287
|
* @type {string}
|
|
@@ -1281,7 +1293,7 @@ export interface CurrentUser {
|
|
|
1281
1293
|
* @type {Array<AccountDeletionLog>}
|
|
1282
1294
|
* @memberof CurrentUser
|
|
1283
1295
|
*/
|
|
1284
|
-
'accountDeletionLog'?: Array<AccountDeletionLog
|
|
1296
|
+
'accountDeletionLog'?: Array<AccountDeletionLog> | null;
|
|
1285
1297
|
/**
|
|
1286
1298
|
*
|
|
1287
1299
|
* @type {Array<string>}
|
|
@@ -1421,6 +1433,12 @@ export interface CurrentUser {
|
|
|
1421
1433
|
* @memberof CurrentUser
|
|
1422
1434
|
*/
|
|
1423
1435
|
'isFriend': boolean;
|
|
1436
|
+
/**
|
|
1437
|
+
*
|
|
1438
|
+
* @type {string}
|
|
1439
|
+
* @memberof CurrentUser
|
|
1440
|
+
*/
|
|
1441
|
+
'last_activity'?: string;
|
|
1424
1442
|
/**
|
|
1425
1443
|
*
|
|
1426
1444
|
* @type {string}
|
|
@@ -1469,6 +1487,12 @@ export interface CurrentUser {
|
|
|
1469
1487
|
* @memberof CurrentUser
|
|
1470
1488
|
*/
|
|
1471
1489
|
'pastDisplayNames': Array<PastDisplayName>;
|
|
1490
|
+
/**
|
|
1491
|
+
*
|
|
1492
|
+
* @type {CurrentUserPresence}
|
|
1493
|
+
* @memberof CurrentUser
|
|
1494
|
+
*/
|
|
1495
|
+
'presence'?: CurrentUserPresence;
|
|
1472
1496
|
/**
|
|
1473
1497
|
*
|
|
1474
1498
|
* @type {string}
|
|
@@ -1541,6 +1565,12 @@ export interface CurrentUser {
|
|
|
1541
1565
|
* @memberof CurrentUser
|
|
1542
1566
|
*/
|
|
1543
1567
|
'unsubscribe': boolean;
|
|
1568
|
+
/**
|
|
1569
|
+
*
|
|
1570
|
+
* @type {string}
|
|
1571
|
+
* @memberof CurrentUser
|
|
1572
|
+
*/
|
|
1573
|
+
'updated_at'?: string;
|
|
1544
1574
|
/**
|
|
1545
1575
|
*
|
|
1546
1576
|
* @type {string}
|
|
@@ -1555,6 +1585,91 @@ export interface CurrentUser {
|
|
|
1555
1585
|
*/
|
|
1556
1586
|
'username'?: string;
|
|
1557
1587
|
}
|
|
1588
|
+
/**
|
|
1589
|
+
*
|
|
1590
|
+
* @export
|
|
1591
|
+
* @interface CurrentUserPresence
|
|
1592
|
+
*/
|
|
1593
|
+
export interface CurrentUserPresence {
|
|
1594
|
+
/**
|
|
1595
|
+
*
|
|
1596
|
+
* @type {string}
|
|
1597
|
+
* @memberof CurrentUserPresence
|
|
1598
|
+
*/
|
|
1599
|
+
'avatarThumbnail'?: string | null;
|
|
1600
|
+
/**
|
|
1601
|
+
*
|
|
1602
|
+
* @type {string}
|
|
1603
|
+
* @memberof CurrentUserPresence
|
|
1604
|
+
*/
|
|
1605
|
+
'displayName'?: string;
|
|
1606
|
+
/**
|
|
1607
|
+
*
|
|
1608
|
+
* @type {Array<string>}
|
|
1609
|
+
* @memberof CurrentUserPresence
|
|
1610
|
+
*/
|
|
1611
|
+
'groups'?: Array<string> | null;
|
|
1612
|
+
/**
|
|
1613
|
+
* 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.
|
|
1614
|
+
* @type {string}
|
|
1615
|
+
* @memberof CurrentUserPresence
|
|
1616
|
+
*/
|
|
1617
|
+
'id'?: string;
|
|
1618
|
+
/**
|
|
1619
|
+
*
|
|
1620
|
+
* @type {string}
|
|
1621
|
+
* @memberof CurrentUserPresence
|
|
1622
|
+
*/
|
|
1623
|
+
'instance'?: string | null;
|
|
1624
|
+
/**
|
|
1625
|
+
* either an InstanceType or an empty string
|
|
1626
|
+
* @type {string}
|
|
1627
|
+
* @memberof CurrentUserPresence
|
|
1628
|
+
*/
|
|
1629
|
+
'instanceType'?: string | null;
|
|
1630
|
+
/**
|
|
1631
|
+
*
|
|
1632
|
+
* @type {string}
|
|
1633
|
+
* @memberof CurrentUserPresence
|
|
1634
|
+
*/
|
|
1635
|
+
'isRejoining'?: string | null;
|
|
1636
|
+
/**
|
|
1637
|
+
* either a Platform or an empty string
|
|
1638
|
+
* @type {string}
|
|
1639
|
+
* @memberof CurrentUserPresence
|
|
1640
|
+
*/
|
|
1641
|
+
'platform'?: string | null;
|
|
1642
|
+
/**
|
|
1643
|
+
*
|
|
1644
|
+
* @type {string}
|
|
1645
|
+
* @memberof CurrentUserPresence
|
|
1646
|
+
*/
|
|
1647
|
+
'profilePicOverride'?: string | null;
|
|
1648
|
+
/**
|
|
1649
|
+
* either a UserStatus or empty string
|
|
1650
|
+
* @type {string}
|
|
1651
|
+
* @memberof CurrentUserPresence
|
|
1652
|
+
*/
|
|
1653
|
+
'status'?: string | null;
|
|
1654
|
+
/**
|
|
1655
|
+
*
|
|
1656
|
+
* @type {string}
|
|
1657
|
+
* @memberof CurrentUserPresence
|
|
1658
|
+
*/
|
|
1659
|
+
'travelingToInstance'?: string | null;
|
|
1660
|
+
/**
|
|
1661
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
1662
|
+
* @type {string}
|
|
1663
|
+
* @memberof CurrentUserPresence
|
|
1664
|
+
*/
|
|
1665
|
+
'travelingToWorld'?: string;
|
|
1666
|
+
/**
|
|
1667
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
1668
|
+
* @type {string}
|
|
1669
|
+
* @memberof CurrentUserPresence
|
|
1670
|
+
*/
|
|
1671
|
+
'world'?: string;
|
|
1672
|
+
}
|
|
1558
1673
|
/**
|
|
1559
1674
|
* Used to identify which API deployment cluster is currently responding. `blue` and `green` are used by Production. `grape`and `cherry` are used during Development. [Blue Green Deployment by Martin Fowler](https://martinfowler.com/bliki/BlueGreenDeployment.html)
|
|
1560
1675
|
* @export
|
|
@@ -3409,7 +3524,7 @@ export interface LimitedUser {
|
|
|
3409
3524
|
* @type {string}
|
|
3410
3525
|
* @memberof LimitedUser
|
|
3411
3526
|
*/
|
|
3412
|
-
'fallbackAvatar'
|
|
3527
|
+
'fallbackAvatar'?: string;
|
|
3413
3528
|
/**
|
|
3414
3529
|
* 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.
|
|
3415
3530
|
* @type {string}
|
|
@@ -3949,6 +4064,7 @@ export declare const ReleaseStatus: {
|
|
|
3949
4064
|
readonly Public: "public";
|
|
3950
4065
|
readonly Private: "private";
|
|
3951
4066
|
readonly Hidden: "hidden";
|
|
4067
|
+
readonly All: "all";
|
|
3952
4068
|
};
|
|
3953
4069
|
export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
|
|
3954
4070
|
/**
|
|
@@ -5298,6 +5414,12 @@ export interface World {
|
|
|
5298
5414
|
* @memberof World
|
|
5299
5415
|
*/
|
|
5300
5416
|
'capacity': number;
|
|
5417
|
+
/**
|
|
5418
|
+
*
|
|
5419
|
+
* @type {number}
|
|
5420
|
+
* @memberof World
|
|
5421
|
+
*/
|
|
5422
|
+
'recommendedCapacity': number;
|
|
5301
5423
|
/**
|
|
5302
5424
|
*
|
|
5303
5425
|
* @type {string}
|