|
3 | 3 | /** |
4 | 4 | * VRChat API Documentation |
5 | 5 | * |
6 | | - * The version of the OpenAPI document: 1.17.5 |
| 6 | + * The version of the OpenAPI document: 1.17.6 |
7 | 7 | * Contact: vrchatapi.lpv0t@aries.fyi |
8 | 8 | * |
9 | 9 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
@@ -1644,6 +1644,12 @@ export interface CurrentUser { |
1644 | 1644 | * @memberof CurrentUser |
1645 | 1645 | */ |
1646 | 1646 | 'id': string; |
| 1647 | + /** |
| 1648 | + * |
| 1649 | + * @type {boolean} |
| 1650 | + * @memberof CurrentUser |
| 1651 | + */ |
| 1652 | + 'isBoopingEnabled'?: boolean; |
1647 | 1653 | /** |
1648 | 1654 | * |
1649 | 1655 | * @type {boolean} |
@@ -1746,6 +1752,12 @@ export interface CurrentUser { |
1746 | 1752 | * @memberof CurrentUser |
1747 | 1753 | */ |
1748 | 1754 | 'profilePicOverride': string; |
| 1755 | + /** |
| 1756 | + * |
| 1757 | + * @type {string} |
| 1758 | + * @memberof CurrentUser |
| 1759 | + */ |
| 1760 | + 'profilePicOverrideThumbnail': string; |
1749 | 1761 | /** |
1750 | 1762 | * |
1751 | 1763 | * @type {string} |
@@ -2893,7 +2905,7 @@ export interface GroupLimitedMember { |
2893 | 2905 | * @type {string} |
2894 | 2906 | * @memberof GroupLimitedMember |
2895 | 2907 | */ |
2896 | | - 'joinedAt'?: string; |
| 2908 | + 'joinedAt'?: string | null; |
2897 | 2909 | /** |
2898 | 2910 | * |
2899 | 2911 | * @type {GroupMemberStatus} |
@@ -3106,7 +3118,8 @@ export const GroupMemberStatus = { |
3106 | 3118 | Member: 'member', |
3107 | 3119 | Requested: 'requested', |
3108 | 3120 | Invited: 'invited', |
3109 | | - Banned: 'banned' |
| 3121 | + Banned: 'banned', |
| 3122 | + Userblocked: 'userblocked' |
3110 | 3123 | } as const; |
3111 | 3124 |
|
3112 | 3125 | export type GroupMemberStatus = typeof GroupMemberStatus[keyof typeof GroupMemberStatus]; |
@@ -6196,6 +6209,12 @@ export interface UpdateUserRequest { |
6196 | 6209 | * @memberof UpdateUserRequest |
6197 | 6210 | */ |
6198 | 6211 | 'pronouns'?: string; |
| 6212 | + /** |
| 6213 | + * |
| 6214 | + * @type {boolean} |
| 6215 | + * @memberof UpdateUserRequest |
| 6216 | + */ |
| 6217 | + 'isBoopingEnabled'?: boolean; |
6199 | 6218 | /** |
6200 | 6219 | * MUST be a valid VRChat /file/ url. |
6201 | 6220 | * @type {string} |
@@ -6420,6 +6439,12 @@ export interface User { |
6420 | 6439 | * @memberof User |
6421 | 6440 | */ |
6422 | 6441 | 'profilePicOverride': string; |
| 6442 | + /** |
| 6443 | + * |
| 6444 | + * @type {string} |
| 6445 | + * @memberof User |
| 6446 | + */ |
| 6447 | + 'profilePicOverrideThumbnail': string; |
6423 | 6448 | /** |
6424 | 6449 | * |
6425 | 6450 | * @type {string} |
|
0 commit comments