Skip to content

Commit f957327

Browse files
committed
Upgrade Python SDK to spec 1.20.10.dev4
1 parent 86886b5 commit f957327

25 files changed

Lines changed: 298 additions & 1120 deletions

docs/CurrentUser.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ Name | Type | Description | Notes
1515
**apple_details** | **object** | | [optional]
1616
**apple_id** | **str** | | [optional]
1717
**auth_token** | **str** | The auth token for NEWLY REGISTERED ACCOUNTS ONLY (/auth/register) | [optional]
18-
**badges** | [**list[Badge]**](Badge.md) | | [optional]
1918
**banner_color** | **str** | | [optional]
2019
**banner_type** | **str** | | [optional]
21-
**bio** | **str** | |
22-
**bio_links** | **list[str]** | |
2320
**completed_tutorials** | **list[str]** | | [optional]
2421
**content_filters** | **list[str]** | These tags begin with `content_` and control content gating | [optional]
2522
**current_avatar** | **str** | |
@@ -75,8 +72,6 @@ Name | Type | Description | Notes
7572
**platform_history** | [**list[CurrentUserPlatformHistoryInner]**](CurrentUserPlatformHistoryInner.md) | | [optional]
7673
**presence** | [**CurrentUserPresence**](CurrentUserPresence.md) | | [optional]
7774
**profile_effect** | **str** | | [optional]
78-
**profile_pic_override** | **str** | |
79-
**profile_pic_override_thumbnail** | **str** | |
8075
**pronouns** | **str** | |
8176
**pronouns_history** | **list[str]** | |
8277
**queued_instance** | **str** | | [optional]
@@ -99,7 +94,6 @@ Name | Type | Description | Notes
9994
**two_factor_auth_enabled_date** | **datetime** | | [optional]
10095
**unsubscribe** | **bool** | |
10196
**updated_at** | **datetime** | | [optional]
102-
**user_icon** | **str** | |
10397
**user_language** | **str** | | [optional]
10498
**user_language_code** | **str** | | [optional]
10599
**username** | **str** | Your own unique name, used during login. Distinct from `displayName`, and never returned for another user. | [optional]

docs/GroupMember.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Name | Type | Description | Notes
1313
**has_joined_from_purchase** | **bool** | Missing when explicitly fetching own user, or when group isn't linked to a purchase. | [optional]
1414
**id** | **str** | |
1515
**is_representing** | **bool** | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [default to False]
16-
**is_subscribed_to_announcements** | **bool** | | [default to False]
16+
**is_subscribed_to_announcements** | **bool** | | [optional] [default to False]
1717
**is_subscribed_to_event_announcements** | **bool** | Only missing when explicitly fetching own user. | [optional]
18-
**joined_at** | **datetime** | |
19-
**last_post_read_at** | **datetime** | |
18+
**joined_at** | **datetime** | | [optional]
19+
**last_post_read_at** | **datetime** | | [optional]
2020
**m_role_ids** | **list[str]** | |
2121
**manager_notes** | **str** | Only missing when explicitly fetching own user. | [optional]
22-
**membership_status** | [**GroupMemberStatus**](GroupMemberStatus.md) | |
22+
**membership_status** | [**GroupMemberStatus**](GroupMemberStatus.md) | | [optional]
2323
**role_ids** | **list[str]** | |
2424
**user** | [**GroupMemberLimitedUser**](GroupMemberLimitedUser.md) | | [optional]
2525
**user_id** | **str** | 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. |
26-
**visibility** | **str** | |
26+
**visibility** | **str** | | [optional]
2727

2828
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2929

docs/GroupMemberLimitedUser.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Only visible via the /groups/:groupId/members endpoint, **not** when fetching a
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**current_avatar_tags** | **list[str]** | | [optional]
9-
**current_avatar_thumbnail_image_url** | **str** | | [optional]
8+
**banner_color** | **str** | | [optional]
9+
**banner_type** | **str** | | [optional]
10+
**banner_url** | **str** | | [optional]
1011
**display_name** | **str** | | [optional]
12+
**icon_frame** | **str** | | [optional]
1113
**icon_url** | **str** | | [optional]
1214
**id** | **str** | 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. | [optional]
13-
**profile_pic_override** | **str** | | [optional]
14-
**thumbnail_url** | **str** | | [optional]
15+
**nameplate_effect** | **str** | | [optional]
16+
**profile_effect** | **str** | | [optional]
1517

1618
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1719

docs/LimitedUserFriend.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**banner_color** | **str** | | [optional]
99
**banner_type** | **str** | | [optional]
10-
**bio** | **str** | | [optional]
11-
**bio_links** | **list[str]** | | [optional]
12-
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
13-
**current_avatar_tags** | **list[str]** | | [optional]
14-
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
1510
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
1611
**discord_id** | **str** | https://discord.com/developers/docs/reference#snowflakes | [optional]
1712
**display_name** | **str** | |
1813
**friend_key** | **str** | |
1914
**icon_frame** | **str** | | [optional]
2015
**icon_url** | **str** | | [optional]
2116
**id** | **str** | 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. |
22-
**image_url** | **str** | |
2317
**is_friend** | **bool** | |
2418
**last_activity** | **datetime** | |
2519
**last_login** | **datetime** | |
@@ -29,12 +23,9 @@ Name | Type | Description | Notes
2923
**nameplate_effect** | **str** | | [optional]
3024
**platform** | **str** | |
3125
**profile_effect** | **str** | | [optional]
32-
**profile_pic_override** | **str** | | [optional]
33-
**profile_pic_override_thumbnail** | **str** | | [optional]
3426
**status** | [**UserStatus**](UserStatus.md) | |
3527
**status_description** | **str** | |
3628
**tags** | **list[str]** | <- Always empty. |
37-
**user_icon** | **str** | | [optional]
3829

3930
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
4031

docs/LimitedUserSearch.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ Name | Type | Description | Notes
88
**banner_color** | **str** | | [optional]
99
**banner_type** | **str** | | [optional]
1010
**banner_url** | **str** | | [optional]
11-
**bio** | **str** | | [optional]
12-
**bio_links** | **list[str]** | | [optional]
13-
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
14-
**current_avatar_tags** | **list[str]** | |
15-
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
1611
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
1712
**display_name** | **str** | |
1813
**icon_frame** | **str** | | [optional]
@@ -22,12 +17,10 @@ Name | Type | Description | Notes
2217
**last_platform** | **str** | This is normally `android`, `ios`, `standalonewindows`, `web`, or the empty value ``, but also supposedly can be any random Unity version such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
2318
**nameplate_effect** | **str** | | [optional]
2419
**profile_effect** | **str** | | [optional]
25-
**profile_pic_override** | **str** | | [optional]
2620
**pronouns** | **str** | | [optional]
2721
**status** | [**UserStatus**](UserStatus.md) | |
2822
**status_description** | **str** | |
2923
**tags** | **list[str]** | <- Always empty. |
30-
**user_icon** | **str** | | [optional]
3124

3225
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3326

docs/LimitedWorld.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**heat** | **int** | | [default to 0]
1616
**id** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
1717
**image_url** | **str** | |
18+
**is_hype_train_eligible** | **bool** | | [optional]
1819
**labs_publication_date** | **str** | |
1920
**name** | **str** | |
2021
**occupants** | **int** | | [default to 0]

docs/MutualFriend.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,14 @@ User object received when querying mutual friends
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**avatar_thumbnail** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
98
**banner_color** | **str** | Hex colour without a leading `#`. | [optional]
109
**banner_type** | **str** | | [optional]
11-
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
12-
**current_avatar_tags** | **list[str]** | | [optional]
13-
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
1410
**display_name** | **str** | |
1511
**icon_frame** | **str** | | [optional]
1612
**icon_url** | **str** | | [optional]
1713
**id** | **str** | 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. |
18-
**image_url** | **str** | |
1914
**nameplate_effect** | **str** | | [optional]
2015
**profile_effect** | **str** | | [optional]
21-
**profile_pic_override** | **str** | | [optional]
2216
**status** | [**UserStatus**](UserStatus.md) | |
2317
**status_description** | **str** | |
2418

docs/PublicProfile.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**age_verification_status** | [**AgeVerificationStatus**](AgeVerificationStatus.md) | | [optional]
88
**age_verified** | **bool** | `true` if, user is age verified (not 18+). | [optional]
9+
**background_texture_id** | **str** | | [optional]
910
**background_type** | **str** | | [optional]
1011
**badges** | [**list[Badge]**](Badge.md) | | [optional]
1112
**banner_color** | **str** | | [optional]
@@ -24,9 +25,12 @@ Name | Type | Description | Notes
2425
**nameplate_effect** | **str** | | [optional]
2526
**profile_effect** | **str** | | [optional]
2627
**pronouns** | **str** | | [optional]
27-
**public_worlds** | **list[object]** | | [optional]
28+
**public_worlds** | [**list[LimitedWorld]**](LimitedWorld.md) | | [optional]
2829
**represented_group** | [**ProfileRepresentedGroup**](ProfileRepresentedGroup.md) | | [optional]
30+
**theme_button_color** | **str** | Hex colour without a leading `#`. | [optional]
31+
**theme_icon_color** | **str** | Hex colour without a leading `#`. | [optional]
2932
**theme_id** | **str** | | [optional]
33+
**theme_subtext_color** | **str** | Hex colour without a leading `#`. | [optional]
3034
**total_public_worlds_count** | **int** | | [optional]
3135
**trust_tags** | **list[str]** | | [optional]
3236
**world_favorite_lists** | **list[object]** | | [optional]

docs/UpdateUserRequest.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**accepted_tos_version** | **int** | | [optional]
8-
**bio** | **str** | | [optional]
9-
**bio_links** | **list[str]** | | [optional]
108
**birthday** | **date** | | [optional]
119
**content_filters** | [**list[ContentFilter]**](ContentFilter.md) | These tags begin with `content_` and control content gating | [optional]
1210
**current_password** | **str** | | [optional]
@@ -22,7 +20,6 @@ Name | Type | Description | Notes
2220
**status_description** | **str** | | [optional]
2321
**tags** | **list[str]** | | [optional]
2422
**unsubscribe** | **bool** | | [optional]
25-
**user_icon** | **str** | MUST be a valid VRChat /file/ url. | [optional]
2623

2724
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2825

docs/User.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Name | Type | Description | Notes
1212
**age_verified** | **bool** | `true` if, user is age verified (not 18+). |
1313
**allow_avatar_copying** | **bool** | | [default to True]
1414
**apple_details** | **dict(str, object)** | | [optional]
15-
**badges** | [**list[Badge]**](Badge.md) | | [optional]
1615
**banner_color** | **str** | | [optional]
1716
**banner_type** | **str** | | [optional]
1817
**banner_url** | **str** | | [optional]

0 commit comments

Comments
 (0)