Skip to content

Commit 42ef2ad

Browse files
committed
Upgrade Python SDK to spec 1.6.10
1 parent f50d37e commit 42ef2ad

File tree

123 files changed

+166
-158
lines changed

Some content is hidden

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

123 files changed

+166
-158
lines changed

docs/CurrentUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ 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** | |
4445
**unsubscribe** | **bool** | |
4546
**user_icon** | **str** | |
4647
**username** | **str** | |

docs/Region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ API/Photon region.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**value** | **str** | API/Photon region. | defaults to "us", must be one of ["us", "use", "eu", "jp", "unknown", ]
8+
**value** | **str** | API/Photon region. | defaults to "us", must be one of ["us", "use", "usw", "eu", "jp", "unknown", ]
99

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

package-lock.json

Lines changed: 29 additions & 29 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.4.25"
3+
"@openapitools/openapi-generator-cli": "^2.4.26"
44
}
55
}

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.6.9
67+
The version of the OpenAPI document: 1.6.10
6868
Contact: me@ruby.js.org
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.6.9"
76+
VERSION = "1.6.10"
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.6.9
7+
The version of the OpenAPI document: 1.6.10
88
Contact: me@ruby.js.org
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.6.9
5+
The version of the OpenAPI document: 1.6.10
66
Contact: me@ruby.js.org
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.6.9
5+
The version of the OpenAPI document: 1.6.10
66
Contact: me@ruby.js.org
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/economy_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.6.9
5+
The version of the OpenAPI document: 1.6.10
66
Contact: me@ruby.js.org
77
Generated by: https://openapi-generator.tech
88
"""

vrchatapi/api/favorites_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.6.9
5+
The version of the OpenAPI document: 1.6.10
66
Contact: me@ruby.js.org
77
Generated by: https://openapi-generator.tech
88
"""

0 commit comments

Comments
 (0)