Skip to content

Commit a86cc36

Browse files
committed
Upgrade Python SDK to spec 1.20.0
1 parent 88ab88c commit a86cc36

File tree

245 files changed

+2414
-481
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+2414
-481
lines changed

.openapi-generator/FILES

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ docs/AddGroupGalleryImageRequest.md
2929
docs/AgeVerificationStatus.md
3030
docs/AuthenticationApi.md
3131
docs/Avatar.md
32+
docs/AvatarPerformance.md
3233
docs/AvatarPublishedListingsInner.md
3334
docs/AvatarStyles.md
3435
docs/AvatarUnityPackageUrlObject.md
@@ -131,8 +132,10 @@ docs/LicenseGroup.md
131132
docs/LicenseType.md
132133
docs/LimitedGroup.md
133134
docs/LimitedUnityPackage.md
134-
docs/LimitedUser.md
135+
docs/LimitedUserFriend.md
135136
docs/LimitedUserGroups.md
137+
docs/LimitedUserInstance.md
138+
docs/LimitedUserSearch.md
136139
docs/LimitedWorld.md
137140
docs/MIMEType.md
138141
docs/MiscellaneousApi.md
@@ -278,6 +281,7 @@ vrchatapi/models/api_config_report_options_world.py
278281
vrchatapi/models/api_config_report_reasons.py
279282
vrchatapi/models/api_health.py
280283
vrchatapi/models/avatar.py
284+
vrchatapi/models/avatar_performance.py
281285
vrchatapi/models/avatar_published_listings_inner.py
282286
vrchatapi/models/avatar_styles.py
283287
vrchatapi/models/avatar_unity_package_url_object.py
@@ -371,8 +375,10 @@ vrchatapi/models/license_group.py
371375
vrchatapi/models/license_type.py
372376
vrchatapi/models/limited_group.py
373377
vrchatapi/models/limited_unity_package.py
374-
vrchatapi/models/limited_user.py
378+
vrchatapi/models/limited_user_friend.py
375379
vrchatapi/models/limited_user_groups.py
380+
vrchatapi/models/limited_user_instance.py
381+
vrchatapi/models/limited_user_search.py
376382
vrchatapi/models/limited_world.py
377383
vrchatapi/models/mime_type.py
378384
vrchatapi/models/model_print.py

docs/Avatar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
1919
**lock** | **bool** | | [optional]
2020
**lowest_price** | **int** | | [optional]
2121
**name** | **str** | |
22+
**performance** | [**AvatarPerformance**](AvatarPerformance.md) | |
2223
**product_id** | **str** | | [optional]
2324
**published_listings** | [**list[AvatarPublishedListingsInner]**](AvatarPublishedListingsInner.md) | | [optional]
2425
**release_status** | [**ReleaseStatus**](ReleaseStatus.md) | |

docs/AvatarPerformance.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AvatarPerformance
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**android** | **str** | | [optional]
8+
**android_sort** | **int** | | [optional]
9+
**ios** | **str** | | [optional]
10+
**ios_sort** | **int** | | [optional]
11+
**standalonewindows** | **str** | | [optional]
12+
**standalonewindows_sort** | **int** | | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

docs/CurrentUserPresence.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**avatar_thumbnail** | **str** | | [optional]
88
**current_avatar_tags** | **str** | | [optional]
99
**display_name** | **str** | | [optional]
10+
**debugflag** | **str** | | [optional]
1011
**groups** | **list[str]** | | [optional]
1112
**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]
1213
**instance** | **str** | | [optional]

docs/FriendsApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Name | Type | Description | Notes
237237
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
238238

239239
# **get_friends**
240-
> list[LimitedUser] get_friends(offset=offset, n=n, offline=offline)
240+
> list[LimitedUserFriend] get_friends(offset=offset, n=n, offline=offline)
241241
242242
List Friends
243243

@@ -295,7 +295,7 @@ Name | Type | Description | Notes
295295

296296
### Return type
297297

298-
[**list[LimitedUser]**](LimitedUser.md)
298+
[**list[LimitedUserFriend]**](LimitedUserFriend.md)
299299

300300
### Authorization
301301

@@ -309,7 +309,7 @@ Name | Type | Description | Notes
309309
### HTTP response details
310310
| Status code | Description | Response headers |
311311
|-------------|-------------|------------------|
312-
**200** | Returns a list of LimitedUser objects. | - |
312+
**200** | Returns a list of LimitedUserFriend objects. | - |
313313
**401** | Error response due to missing auth cookie. | - |
314314

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

docs/Instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Name | Type | Description | Notes
4141
**strict** | **bool** | |
4242
**user_count** | **int** | |
4343
**world** | [**World**](World.md) | |
44-
**users** | [**list[LimitedUser]**](LimitedUser.md) | The users field is present on instances created by the requesting user. | [optional]
44+
**users** | [**list[LimitedUserInstance]**](LimitedUserInstance.md) | The users field is present on instances created by the requesting user. | [optional]
4545
**group_access_type** | [**GroupAccessType**](GroupAccessType.md) | | [optional]
4646
**has_capacity_for_you** | **bool** | | [optional]
4747
**nonce** | **str** | | [optional]

docs/InstanceContentSettings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**pedestals** | **bool** | | [optional] [default to True]
1111
**prints** | **bool** | | [optional] [default to True]
1212
**stickers** | **bool** | | [optional] [default to True]
13+
**props** | **bool** | | [optional] [default to True]
1314

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
1-
# LimitedUser
2-
1+
# LimitedUserFriend
32

3+
User object received when querying your friends list
44

55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**bio** | **str** | | [optional]
99
**bio_links** | **list[str]** | | [optional]
10-
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
10+
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
1111
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. | [optional]
1212
**current_avatar_tags** | **list[str]** | | [optional]
1313
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
1414
**display_name** | **str** | |
15-
**fallback_avatar** | **str** | | [optional]
15+
**friend_key** | **str** | |
1616
**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. |
1717
**is_friend** | **bool** | |
18+
**image_url** | **str** | |
1819
**last_platform** | **str** | 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`. |
19-
**last_login** | **datetime** | | [optional]
20-
**profile_pic_override** | **str** | | [optional]
21-
**pronouns** | **str** | | [optional]
20+
**location** | **str** | |
21+
**last_login** | **datetime** | |
22+
**last_activity** | **datetime** | |
23+
**last_mobile** | **datetime** | |
24+
**platform** | **str** | |
25+
**profile_pic_override** | **str** | |
26+
**profile_pic_override_thumbnail** | **str** | |
2227
**status** | [**UserStatus**](UserStatus.md) | |
2328
**status_description** | **str** | |
2429
**tags** | **list[str]** | <- Always empty. |
25-
**user_icon** | **str** | | [optional]
26-
**username** | **str** | -| **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). | [optional]
27-
**location** | **str** | | [optional]
28-
**friend_key** | **str** | | [optional]
30+
**user_icon** | **str** | |
2931

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

docs/LimitedUserInstance.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# LimitedUserInstance
2+
3+
User object received when querying your own instance
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**age_verification_status** | [**AgeVerificationStatus**](AgeVerificationStatus.md) | |
9+
**age_verified** | **bool** | `true` if, user is age verified (not 18+). |
10+
**allow_avatar_copying** | **bool** | |
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_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
15+
**current_avatar_tags** | **list[str]** | |
16+
**date_joined** | **datetime** | |
17+
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
18+
**display_name** | **str** | |
19+
**friend_key** | **str** | |
20+
**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. |
21+
**is_friend** | **bool** | |
22+
**image_url** | **str** | | [optional]
23+
**last_platform** | **str** | 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`. |
24+
**last_activity** | **datetime** | |
25+
**last_mobile** | **datetime** | |
26+
**platform** | **str** | | [optional]
27+
**profile_pic_override** | **str** | |
28+
**profile_pic_override_thumbnail** | **str** | |
29+
**pronouns** | **str** | |
30+
**state** | [**UserState**](UserState.md) | |
31+
**status** | [**UserStatus**](UserStatus.md) | |
32+
**status_description** | **str** | |
33+
**tags** | **list[str]** | |
34+
**user_icon** | **str** | |
35+
36+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
37+
38+

docs/LimitedUserSearch.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# LimitedUserSearch
2+
3+
User object received when searching
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**bio** | **str** | | [optional]
9+
**bio_links** | **list[str]** | | [optional]
10+
**current_avatar_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
11+
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
12+
**current_avatar_tags** | **list[str]** | |
13+
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
14+
**display_name** | **str** | |
15+
**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. |
16+
**is_friend** | **bool** | |
17+
**last_platform** | **str** | 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`. |
18+
**profile_pic_override** | **str** | |
19+
**pronouns** | **str** | | [optional]
20+
**status** | [**UserStatus**](UserStatus.md) | |
21+
**status_description** | **str** | |
22+
**tags** | **list[str]** | <- Always empty. |
23+
**user_icon** | **str** | |
24+
25+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
26+
27+

0 commit comments

Comments
 (0)