Skip to content

Commit 0a23329

Browse files
committed
Upgrade Python SDK to spec 1.4.2
1 parent f022002 commit 0a23329

File tree

100 files changed

+127
-128
lines changed

Some content is hidden

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

100 files changed

+127
-128
lines changed

docs/Instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**capacity** | **int** | |
8-
**client_number** | **int** | |
8+
**client_number** | **str** | |
99
**id** | [**InstanceID**](InstanceID.md) | |
1010
**instance_id** | **str** | |
1111
**location** | **str** | |
1212
**n_users** | **int** | |
1313
**name** | **str** | |
14-
**owner_id** | **str** | |
1514
**photon_region** | **str** | |
1615
**platforms** | [**InstancePlatforms**](InstancePlatforms.md) | |
1716
**region** | **str** | |
@@ -24,6 +23,7 @@ Name | Type | Description | Notes
2423
**full** | **bool** | | defaults to False
2524
**permanent** | **bool** | | defaults to False
2625
**nonce** | **str** | | [optional]
26+
**owner_id** | **str** | | [optional]
2727
**users** | **[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]** | Always empty on non-existing instances, and non-present on existing instances. | [optional]
2828
**world** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | Only present on non-existing instances, and only contains a very small subject of World object. Use World API instead. | [optional]
2929
**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]

package-lock.json

Lines changed: 15 additions & 15 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.11"
3+
"@openapitools/openapi-generator-cli": "^2.4.12"
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.4.1
67+
The version of the OpenAPI document: 1.4.2
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.4.1"
76+
VERSION = "1.4.2"
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.4.1
7+
The version of the OpenAPI document: 1.4.2
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.4.1
5+
The version of the OpenAPI document: 1.4.2
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.4.1
5+
The version of the OpenAPI document: 1.4.2
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.4.1
5+
The version of the OpenAPI document: 1.4.2
66
Contact: me@ruby.js.org
77
Generated by: https://openapi-generator.tech
88
"""

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

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

0 commit comments

Comments
 (0)