vrchat 1.16.2 → 1.16.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/api.ts +6 -5
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +6 -5
- package/dist/api.js +2 -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.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.3
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3724,13 +3724,13 @@ export interface LimitedUser {
|
|
|
3724
3724
|
* @type {string}
|
|
3725
3725
|
* @memberof LimitedUser
|
|
3726
3726
|
*/
|
|
3727
|
-
'currentAvatarImageUrl'
|
|
3727
|
+
'currentAvatarImageUrl'?: string;
|
|
3728
3728
|
/**
|
|
3729
3729
|
* When profilePicOverride is not empty, use it instead.
|
|
3730
3730
|
* @type {string}
|
|
3731
3731
|
* @memberof LimitedUser
|
|
3732
3732
|
*/
|
|
3733
|
-
'currentAvatarThumbnailImageUrl'
|
|
3733
|
+
'currentAvatarThumbnailImageUrl'?: string;
|
|
3734
3734
|
/**
|
|
3735
3735
|
*
|
|
3736
3736
|
* @type {DeveloperType}
|
|
@@ -3772,7 +3772,7 @@ export interface LimitedUser {
|
|
|
3772
3772
|
* @type {string}
|
|
3773
3773
|
* @memberof LimitedUser
|
|
3774
3774
|
*/
|
|
3775
|
-
'profilePicOverride'
|
|
3775
|
+
'profilePicOverride'?: string;
|
|
3776
3776
|
/**
|
|
3777
3777
|
*
|
|
3778
3778
|
* @type {UserStatus}
|
|
@@ -3796,7 +3796,7 @@ export interface LimitedUser {
|
|
|
3796
3796
|
* @type {string}
|
|
3797
3797
|
* @memberof LimitedUser
|
|
3798
3798
|
*/
|
|
3799
|
-
'userIcon'
|
|
3799
|
+
'userIcon'?: string;
|
|
3800
3800
|
/**
|
|
3801
3801
|
* -| **DEPRECATED:** VRChat API no longer return usernames of other users. [See issue by Tupper for more information](https://github.com/pypy-vrc/VRCX/issues/429).
|
|
3802
3802
|
* @type {string}
|
|
@@ -4129,6 +4129,7 @@ export const NotificationType = {
|
|
|
4129
4129
|
FriendRequest: 'friendRequest',
|
|
4130
4130
|
Invite: 'invite',
|
|
4131
4131
|
InviteResponse: 'inviteResponse',
|
|
4132
|
+
Message: 'message',
|
|
4132
4133
|
RequestInvite: 'requestInvite',
|
|
4133
4134
|
RequestInviteResponse: 'requestInviteResponse',
|
|
4134
4135
|
Votetokick: 'votetokick'
|
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.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.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).
|
|
@@ -3652,13 +3652,13 @@ export interface LimitedUser {
|
|
|
3652
3652
|
* @type {string}
|
|
3653
3653
|
* @memberof LimitedUser
|
|
3654
3654
|
*/
|
|
3655
|
-
'currentAvatarImageUrl'
|
|
3655
|
+
'currentAvatarImageUrl'?: string;
|
|
3656
3656
|
/**
|
|
3657
3657
|
* When profilePicOverride is not empty, use it instead.
|
|
3658
3658
|
* @type {string}
|
|
3659
3659
|
* @memberof LimitedUser
|
|
3660
3660
|
*/
|
|
3661
|
-
'currentAvatarThumbnailImageUrl'
|
|
3661
|
+
'currentAvatarThumbnailImageUrl'?: string;
|
|
3662
3662
|
/**
|
|
3663
3663
|
*
|
|
3664
3664
|
* @type {DeveloperType}
|
|
@@ -3700,7 +3700,7 @@ export interface LimitedUser {
|
|
|
3700
3700
|
* @type {string}
|
|
3701
3701
|
* @memberof LimitedUser
|
|
3702
3702
|
*/
|
|
3703
|
-
'profilePicOverride'
|
|
3703
|
+
'profilePicOverride'?: string;
|
|
3704
3704
|
/**
|
|
3705
3705
|
*
|
|
3706
3706
|
* @type {UserStatus}
|
|
@@ -3724,7 +3724,7 @@ export interface LimitedUser {
|
|
|
3724
3724
|
* @type {string}
|
|
3725
3725
|
* @memberof LimitedUser
|
|
3726
3726
|
*/
|
|
3727
|
-
'userIcon'
|
|
3727
|
+
'userIcon'?: string;
|
|
3728
3728
|
/**
|
|
3729
3729
|
* -| **DEPRECATED:** VRChat API no longer return usernames of other users. [See issue by Tupper for more information](https://github.com/pypy-vrc/VRCX/issues/429).
|
|
3730
3730
|
* @type {string}
|
|
@@ -4052,6 +4052,7 @@ export declare const NotificationType: {
|
|
|
4052
4052
|
readonly FriendRequest: "friendRequest";
|
|
4053
4053
|
readonly Invite: "invite";
|
|
4054
4054
|
readonly InviteResponse: "inviteResponse";
|
|
4055
|
+
readonly Message: "message";
|
|
4055
4056
|
readonly RequestInvite: "requestInvite";
|
|
4056
4057
|
readonly RequestInviteResponse: "requestInviteResponse";
|
|
4057
4058
|
readonly Votetokick: "votetokick";
|
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.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.3
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -276,6 +276,7 @@ exports.NotificationType = {
|
|
|
276
276
|
FriendRequest: 'friendRequest',
|
|
277
277
|
Invite: 'invite',
|
|
278
278
|
InviteResponse: 'inviteResponse',
|
|
279
|
+
Message: 'message',
|
|
279
280
|
RequestInvite: 'requestInvite',
|
|
280
281
|
RequestInviteResponse: 'requestInviteResponse',
|
|
281
282
|
Votetokick: 'votetokick'
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.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).
|
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.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.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).
|
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.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.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).
|
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.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.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).
|
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.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.3
|
|
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.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.3
|
|
7
7
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|