Skip to content

Commit fc8f930

Browse files
committed
Upgrade Python SDK to spec 1.6.3
1 parent 63b2beb commit fc8f930

File tree

119 files changed

+139
-145
lines changed

Some content is hidden

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

119 files changed

+139
-145
lines changed

docs/World.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**asset_url** | **str** | |
7+
**asset_url** | **str** | Empty if unauthenticated. |
88
**asset_url_object** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
99
**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. |
1010
**author_name** | **str** | |
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
**tags** | [**[Tag]**](Tag.md) | |
2323
**thumbnail_image_url** | **str** | |
2424
**unity_package_url_object** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
25-
**unity_packages** | [**[UnityPackage]**](UnityPackage.md) | |
25+
**unity_packages** | [**[UnityPackage]**](UnityPackage.md) | Empty if unauthenticated. |
2626
**updated_at** | **datetime** | |
2727
**featured** | **bool** | | defaults to False
2828
**heat** | **int** | | defaults to 0
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
3131
**version** | **int** | | defaults to 0
3232
**visits** | **int** | | defaults to 0
3333
**favorites** | **int** | | [optional] if omitted the server will use the default value of 0
34-
**instances** | **[[{str: (bool, date, datetime, dict, float, int, list, str, none_type)}]]** | | [optional]
34+
**instances** | **[[bool, date, datetime, dict, float, int, list, str, none_type]]** | | [optional]
3535
**occupants** | **int** | | [optional] if omitted the server will use the default value of 0
3636
**preview_youtube_id** | **str** | | [optional]
3737
**private_occupants** | **int** | | [optional] if omitted the server will use the default value of 0

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

vrchatapi/api/files_api.py

Lines changed: 9 additions & 9 deletions
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.0
5+
The version of the OpenAPI document: 1.6.3
66
Contact: me@ruby.js.org
77
Generated by: https://openapi-generator.tech
88
"""
@@ -126,7 +126,7 @@ def __init__(self, api_client=None):
126126
('file_id',): {
127127

128128
'regex': {
129-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
129+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
130130
},
131131
},
132132
},
@@ -190,7 +190,7 @@ def __init__(self, api_client=None):
190190
('file_id',): {
191191

192192
'regex': {
193-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
193+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
194194
},
195195
},
196196
},
@@ -252,7 +252,7 @@ def __init__(self, api_client=None):
252252
('file_id',): {
253253

254254
'regex': {
255-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
255+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
256256
},
257257
},
258258
('version_id',): {
@@ -322,7 +322,7 @@ def __init__(self, api_client=None):
322322
('file_id',): {
323323

324324
'regex': {
325-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
325+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
326326
},
327327
},
328328
('version_id',): {
@@ -394,7 +394,7 @@ def __init__(self, api_client=None):
394394
('file_id',): {
395395

396396
'regex': {
397-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
397+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
398398
},
399399
},
400400
('version_id',): {
@@ -476,7 +476,7 @@ def __init__(self, api_client=None):
476476
('file_id',): {
477477

478478
'regex': {
479-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
479+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
480480
},
481481
},
482482
},
@@ -541,7 +541,7 @@ def __init__(self, api_client=None):
541541
('file_id',): {
542542

543543
'regex': {
544-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
544+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
545545
},
546546
},
547547
('version_id',): {
@@ -708,7 +708,7 @@ def __init__(self, api_client=None):
708708
('file_id',): {
709709

710710
'regex': {
711-
'pattern': r'file_[0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}', # noqa: E501
711+
'pattern': r'file_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}', # noqa: E501
712712
},
713713
},
714714
('version_id',): {

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

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

0 commit comments

Comments
 (0)