Skip to content

Commit 6c6c81b

Browse files
committed
Upgrade Python SDK to spec 1.7.0
1 parent 42ef2ad commit 6c6c81b

File tree

122 files changed

+257
-257
lines changed

Some content is hidden

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

122 files changed

+257
-257
lines changed

docs/CurrentUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Name | Type | Description | Notes
4141
**steam_id** | **str** | |
4242
**tags** | [**[Tag]**](Tag.md) | |
4343
**two_factor_auth_enabled** | **bool** | |
44-
**two_factor_auth_enabled_date** | **datetime** | |
4544
**unsubscribe** | **bool** | |
4645
**user_icon** | **str** | |
4746
**username** | **str** | |
@@ -51,6 +50,7 @@ Name | Type | Description | Notes
5150
**fallback_avatar** | [**AvatarID**](AvatarID.md) | | [optional]
5251
**offline_friends** | **[str]** | | [optional]
5352
**online_friends** | **[str]** | | [optional]
53+
**two_factor_auth_enabled_date** | **datetime** | | [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/PlayerModerationType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**value** | **str** | | defaults to "showAvatar", must be one of ["mute", "unmute", "block", "unblock", "hideAvatar", "showAvatar", ]
7+
**value** | **str** | | defaults to "showAvatar", must be one of ["mute", "unmute", "block", "unblock", "hideAvatar", "showAvatar", "interactOn", "interactOff", ]
88

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

docs/PlayermoderationApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Name | Type | Description | Notes
366366
367367
Moderate User
368368

369-
Moderate a user, e.g. unmute them or show their avatar.
369+
Moderate a user, e.g. unmute them or show their avatar. Please see the [Player Moderation docs](https://vrchatapi.github.io/docs/api/#tag--playermoderation) on what playerModerations are, and how they differ from staff moderations.
370370

371371
### Example
372372

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
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.6.10
68-
Contact: me@ruby.js.org
67+
The version of the OpenAPI document: 1.7.0
68+
Contact: me@ariesclark.com
6969
Generated by: https://openapi-generator.tech
7070
"""
7171

7272

7373
from setuptools import setup, find_packages # noqa: H301
7474

7575
NAME = "vrchatapi"
76-
VERSION = "1.6.10"
76+
VERSION = "1.7.0"
7777
# To install the library, run the following
7878
#
7979
# python setup.py install
@@ -91,7 +91,7 @@
9191
version=VERSION,
9292
description="VRChat API Library for Python",
9393
author="Unofficial VRChat API Documentation Project",
94-
author_email="me@ruby.js.org",
94+
author_email="me@ariesclark.com",
9595
url="",
9696
keywords=["vrchat", "vrchatapi", "vrc"],
9797
python_requires=">=3.6",

vrchatapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.6.10
8-
Contact: me@ruby.js.org
7+
The version of the OpenAPI document: 1.7.0
8+
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""
1111

vrchatapi/api/authentication_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.6.10
6-
Contact: me@ruby.js.org
5+
The version of the OpenAPI document: 1.7.0
6+
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
99

vrchatapi/api/avatars_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.6.10
6-
Contact: me@ruby.js.org
5+
The version of the OpenAPI document: 1.7.0
6+
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
99

vrchatapi/api/economy_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.6.10
6-
Contact: me@ruby.js.org
5+
The version of the OpenAPI document: 1.7.0
6+
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
99

vrchatapi/api/favorites_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.6.10
6-
Contact: me@ruby.js.org
5+
The version of the OpenAPI document: 1.7.0
6+
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
99

vrchatapi/api/files_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VRChat API Documentation
33
44
5-
The version of the OpenAPI document: 1.6.10
6-
Contact: me@ruby.js.org
5+
The version of the OpenAPI document: 1.7.0
6+
Contact: me@ariesclark.com
77
Generated by: https://openapi-generator.tech
88
"""
99

0 commit comments

Comments
 (0)