Skip to content

Commit fb06332

Browse files
committed
Upgrade Python SDK to spec 1.13.0
1 parent 9151a90 commit fb06332

File tree

151 files changed

+808
-270
lines changed

Some content is hidden

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

151 files changed

+808
-270
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ docs/CreateGroupRequest.md
2222
docs/CreateGroupRoleRequest.md
2323
docs/CreateWorldRequest.md
2424
docs/CurrentUser.md
25+
docs/CurrentUserPresence.md
2526
docs/DeploymentGroup.md
2627
docs/DeveloperType.md
2728
docs/DynamicContentRow.md
@@ -183,6 +184,7 @@ vrchatapi/models/create_group_request.py
183184
vrchatapi/models/create_group_role_request.py
184185
vrchatapi/models/create_world_request.py
185186
vrchatapi/models/current_user.py
187+
vrchatapi/models/current_user_presence.py
186188
vrchatapi/models/deployment_group.py
187189
vrchatapi/models/developer_type.py
188190
vrchatapi/models/dynamic_content_row.py

docs/CurrentUser.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**accepted_tos_version** | **int** | |
8+
**accepted_privacy_version** | **int** | | [optional]
89
**account_deletion_date** | **date** | | [optional]
910
**account_deletion_log** | [**list[AccountDeletionLog]**](AccountDeletionLog.md) | | [optional]
1011
**active_friends** | **list[str]** | | [optional]
@@ -30,6 +31,7 @@ Name | Type | Description | Notes
3031
**home_location** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
3132
**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. |
3233
**is_friend** | **bool** | | [default to False]
34+
**last_activity** | **datetime** | | [optional]
3335
**last_login** | **datetime** | |
3436
**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`. |
3537
**obfuscated_email** | **str** | |
@@ -38,6 +40,7 @@ Name | Type | Description | Notes
3840
**offline_friends** | **list[str]** | | [optional]
3941
**online_friends** | **list[str]** | | [optional]
4042
**past_display_names** | [**list[PastDisplayName]**](PastDisplayName.md) | |
43+
**presence** | [**CurrentUserPresence**](CurrentUserPresence.md) | | [optional]
4144
**profile_pic_override** | **str** | |
4245
**state** | [**UserState**](UserState.md) | |
4346
**status** | [**UserStatus**](UserStatus.md) | |
@@ -50,6 +53,7 @@ Name | Type | Description | Notes
5053
**two_factor_auth_enabled** | **bool** | |
5154
**two_factor_auth_enabled_date** | **datetime** | | [optional]
5255
**unsubscribe** | **bool** | |
56+
**updated_at** | **datetime** | | [optional]
5357
**user_icon** | **str** | |
5458
**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]
5559

docs/CurrentUserPresence.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# CurrentUserPresence
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**avatar_thumbnail** | **str** | | [optional]
8+
**display_name** | **str** | | [optional]
9+
**groups** | **list[str]** | | [optional]
10+
**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]
11+
**instance** | **str** | | [optional]
12+
**instance_type** | **str** | either an InstanceType or an empty string | [optional]
13+
**is_rejoining** | **str** | | [optional]
14+
**platform** | **str** | either a Platform or an empty string | [optional]
15+
**profile_pic_override** | **str** | | [optional]
16+
**status** | **str** | either a UserStatus or empty string | [optional]
17+
**traveling_to_instance** | **str** | | [optional]
18+
**traveling_to_world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
19+
**world** | **str** | WorldID be \"offline\" on User profiles if you are not friends with that user. | [optional]
20+
21+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
22+
23+

docs/LimitedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**current_avatar_thumbnail_image_url** | **str** | When profilePicOverride is not empty, use it instead. |
1111
**developer_type** | [**DeveloperType**](DeveloperType.md) | |
1212
**display_name** | **str** | |
13-
**fallback_avatar** | **str** | |
13+
**fallback_avatar** | **str** | | [optional]
1414
**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. |
1515
**is_friend** | **bool** | |
1616
**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`. |

docs/World.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**author_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. |
99
**author_name** | **str** | |
1010
**capacity** | **int** | |
11+
**recommended_capacity** | **int** | |
1112
**created_at** | **datetime** | |
1213
**description** | **str** | |
1314
**favorites** | **int** | | [optional] [default to 0]

package-lock.json

Lines changed: 39 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@openapitools/openapi-generator-cli": "^2.6.0"
3+
"@openapitools/openapi-generator-cli": "^2.7.0"
44
}
55
}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
8282
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us.
8383
84-
The version of the OpenAPI document: 1.12.0
84+
The version of the OpenAPI document: 1.13.0
8585
Contact: vrchatapi.lpv0t@aries.fyi
8686
Generated by: https://openapi-generator.tech
8787
"""
@@ -90,7 +90,7 @@
9090
from setuptools import setup, find_packages # noqa: H301
9191

9292
NAME = "vrchatapi"
93-
VERSION = "1.12.0"
93+
VERSION = "1.13.0"
9494
# To install the library, run the following
9595
#
9696
# python setup.py install

vrchatapi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VRChat API Documentation
77
88
9-
The version of the OpenAPI document: 1.12.0
9+
The version of the OpenAPI document: 1.13.0
1010
Contact: vrchatapi.lpv0t@aries.fyi
1111
Generated by: https://openapi-generator.tech
1212
"""
@@ -64,6 +64,7 @@
6464
from vrchatapi.models.create_group_role_request import CreateGroupRoleRequest
6565
from vrchatapi.models.create_world_request import CreateWorldRequest
6666
from vrchatapi.models.current_user import CurrentUser
67+
from vrchatapi.models.current_user_presence import CurrentUserPresence
6768
from vrchatapi.models.deployment_group import DeploymentGroup
6869
from vrchatapi.models.developer_type import DeveloperType
6970
from vrchatapi.models.dynamic_content_row import DynamicContentRow

0 commit comments

Comments
 (0)