-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
148 changed files
with
506 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ | |
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us. | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -90,7 +90,7 @@ | |
from setuptools import setup, find_packages # noqa: H301 | ||
|
||
NAME = "vrchatapi" | ||
VERSION = "1.15.0" | ||
VERSION = "1.16.0" | ||
# To install the library, run the following | ||
# | ||
# python setup.py install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
@@ -278,8 +278,6 @@ def create_file_version_with_http_info(self, file_id, **kwargs): # noqa: E501 | |
if self.api_client.client_side_validation and local_var_params.get('file_id') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_id` when calling `create_file_version`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `create_file_version`, must conform to the pattern `/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 | ||
collection_formats = {} | ||
|
||
path_params = {} | ||
|
@@ -427,8 +425,6 @@ def delete_file_with_http_info(self, file_id, **kwargs): # noqa: E501 | |
if self.api_client.client_side_validation and local_var_params.get('file_id') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_id` when calling `delete_file`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `delete_file`, must conform to the pattern `/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 | ||
collection_formats = {} | ||
|
||
path_params = {} | ||
|
@@ -575,8 +571,6 @@ def delete_file_version_with_http_info(self, file_id, version_id, **kwargs): # | |
if self.api_client.client_side_validation and local_var_params.get('version_id') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `version_id` when calling `delete_file_version`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `delete_file_version`, must conform to the pattern `/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 | ||
if self.api_client.client_side_validation and 'version_id' in local_var_params and local_var_params['version_id'] < 1: # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `version_id` when calling `delete_file_version`, must be a value greater than or equal to `1`") # noqa: E501 | ||
collection_formats = {} | ||
|
@@ -728,8 +722,6 @@ def download_file_version_with_http_info(self, file_id, version_id, **kwargs): | |
if self.api_client.client_side_validation and local_var_params.get('version_id') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `version_id` when calling `download_file_version`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `download_file_version`, must conform to the pattern `/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 | ||
if self.api_client.client_side_validation and 'version_id' in local_var_params and local_var_params['version_id'] < 1: # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `version_id` when calling `download_file_version`, must be a value greater than or equal to `1`") # noqa: E501 | ||
collection_formats = {} | ||
|
@@ -886,8 +878,6 @@ def finish_file_data_upload_with_http_info(self, file_id, version_id, file_type, | |
if self.api_client.client_side_validation and local_var_params.get('file_type') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_type` when calling `finish_file_data_upload`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `finish_file_data_upload`, must conform to the pattern `/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 | ||
if self.api_client.client_side_validation and 'version_id' in local_var_params and local_var_params['version_id'] < 1: # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `version_id` when calling `finish_file_data_upload`, must be a value greater than or equal to `1`") # noqa: E501 | ||
collection_formats = {} | ||
|
@@ -1041,8 +1031,6 @@ def get_file_with_http_info(self, file_id, **kwargs): # noqa: E501 | |
if self.api_client.client_side_validation and local_var_params.get('file_id') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_id` when calling `get_file`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `get_file`, must conform to the pattern `/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 | ||
collection_formats = {} | ||
|
||
path_params = {} | ||
|
@@ -1197,8 +1185,6 @@ def get_file_data_upload_status_with_http_info(self, file_id, version_id, file_t | |
if self.api_client.client_side_validation and local_var_params.get('file_type') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_type` when calling `get_file_data_upload_status`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `get_file_data_upload_status`, must conform to the pattern `/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 | ||
if self.api_client.client_side_validation and 'version_id' in local_var_params and local_var_params['version_id'] < 1: # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `version_id` when calling `get_file_data_upload_status`, must be a value greater than or equal to `1`") # noqa: E501 | ||
collection_formats = {} | ||
|
@@ -1527,8 +1513,6 @@ def start_file_data_upload_with_http_info(self, file_id, version_id, file_type, | |
if self.api_client.client_side_validation and local_var_params.get('file_type') is None: # noqa: E501 | ||
raise ApiValueError("Missing the required parameter `file_type` when calling `start_file_data_upload`") # noqa: E501 | ||
|
||
if self.api_client.client_side_validation and 'file_id' in local_var_params and not re.search(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}', local_var_params['file_id']): # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `file_id` when calling `start_file_data_upload`, must conform to the pattern `/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 | ||
if self.api_client.client_side_validation and 'version_id' in local_var_params and local_var_params['version_id'] < 1: # noqa: E501 | ||
raise ApiValueError("Invalid value for parameter `version_id` when calling `start_file_data_upload`, must be a value greater than or equal to `1`") # noqa: E501 | ||
if self.api_client.client_side_validation and 'part_number' in local_var_params and local_var_params['part_number'] < 0: # noqa: E501 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
VRChat API Documentation | ||
The version of the OpenAPI document: 1.15.0 | ||
The version of the OpenAPI document: 1.16.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
""" | ||
|
Oops, something went wrong.