Skip to content

Commit ea85fa8

Browse files
committed
Upgrade Python SDK to spec 1.8.0
1 parent 4653a5c commit ea85fa8

File tree

128 files changed

+162
-172
lines changed

Some content is hidden

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

128 files changed

+162
-172
lines changed

docs/CurrentUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Name | Type | Description | Notes
4343
**two_factor_auth_enabled** | **bool** | |
4444
**unsubscribe** | **bool** | |
4545
**user_icon** | **str** | |
46-
**username** | **str** | |
4746
**is_friend** | **bool** | | defaults to False
4847
**account_deletion_date** | **date, none_type** | | [optional]
4948
**active_friends** | **[str]** | | [optional]
5049
**fallback_avatar** | [**AvatarID**](AvatarID.md) | | [optional]
5150
**offline_friends** | **[str]** | | [optional]
5251
**online_friends** | **[str]** | | [optional]
5352
**two_factor_auth_enabled_date** | **datetime, none_type** | | [optional]
53+
**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]
5454
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
5555

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

docs/LimitedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Name | Type | Description | Notes
1717
**status_description** | **str** | |
1818
**tags** | [**[Tag]**](Tag.md) | <- Always empty. |
1919
**user_icon** | **str** | |
20-
**username** | **str** | |
2120
**bio** | **str** | | [optional]
21+
**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]
2222
**location** | **str** | | [optional]
2323
**friend_key** | **str** | | [optional]
2424
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]

docs/Notification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Name | Type | Description | Notes
88
**id** | **str** | |
99
**message** | **str** | |
1010
**sender_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. |
11-
**sender_username** | **str** | |
1211
**type** | [**NotificationType**](NotificationType.md) | |
1312
**details** | **str** | **NOTICE:** This is not a JSON object, this is a json **encoded** object, meaning you have to json-de-encode to get the NotificationDetail object depending on the NotificationType. | defaults to "{}"
1413
**seen** | **bool** | | defaults to False
14+
**sender_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]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1616

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

docs/SentNotification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
99
**message** | **str** | |
1010
**reciever_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. |
1111
**sender_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. |
12-
**sender_username** | **str** | |
1312
**type** | [**NotificationType**](NotificationType.md) | |
1413
**details** | **str** | **NOTICE:** This is not a JSON object, this is a json **encoded** object, meaning you have to json-de-encode to get the NotificationDetail object depending on the NotificationType. | defaults to "{}"
14+
**sender_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]
1515
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1616

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

docs/User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Name | Type | Description | Notes
2424
**status_description** | **str** | |
2525
**tags** | [**[Tag]**](Tag.md) | |
2626
**user_icon** | **str** | |
27-
**username** | **str** | A users unique name, used during login. This is different from `displayName` which is what shows up in-game. A users `username` can never be changed. |
2827
**allow_avatar_copying** | **bool** | | defaults to True
2928
**instance_id** | [**InstanceID**](InstanceID.md) | | [optional]
3029
**location** | [**WorldID**](WorldID.md) | | [optional]
3130
**note** | **str** | | [optional]
3231
**traveling_to_instance** | **str** | | [optional]
3332
**traveling_to_location** | **str** | | [optional]
3433
**traveling_to_world** | **str** | | [optional]
34+
**username** | **str** | -| A users unique name, used during login. This is different from `displayName` which is what shows up in-game. A users `username` can never be changed.' **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]
3535
**world_id** | [**WorldID**](WorldID.md) | | [optional]
3636
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
3737

docs/UsersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Name | Type | Description | Notes
102102
103103
Get User by Username
104104

105-
Get public user information about a specific user using their name.
105+
~~Get public user information about a specific user using their name.~~ **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). This endpoint now require Admin Credentials.
106106

107107
### Example
108108

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
6565
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us.
6666
67-
The version of the OpenAPI document: 1.7.7
67+
The version of the OpenAPI document: 1.8.0
6868
Contact: me@ariesclark.com
6969
Generated by: https://openapi-generator.tech
7070
"""
@@ -73,7 +73,7 @@
7373
from setuptools import setup, find_packages # noqa: H301
7474

7575
NAME = "vrchatapi"
76-
VERSION = "1.7.7"
76+
VERSION = "1.8.0"
7777
# To install the library, run the following
7878
#
7979
# python setup.py install

vrchatapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.7.7
7+
The version of the OpenAPI document: 1.8.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/authentication_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.7
5+
The version of the OpenAPI document: 1.8.0
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/avatars_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.7.7
5+
The version of the OpenAPI document: 1.8.0
66
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""

0 commit comments

Comments
 (0)