From 1e60e4a786a56c5cb50fd4c3281e9e963055227f Mon Sep 17 00:00:00 2001 From: VRCCat Date: Fri, 22 Mar 2024 06:32:56 +0000 Subject: [PATCH] Upgrade Python SDK to spec 1.16.7 --- docs/GroupsApi.md | 16 +++++-- package-lock.json | 14 +++--- package.json | 2 +- setup.py | 12 +++-- vrchatapi/__init__.py | 2 +- vrchatapi/api/authentication_api.py | 2 +- vrchatapi/api/avatars_api.py | 2 +- vrchatapi/api/economy_api.py | 2 +- vrchatapi/api/favorites_api.py | 2 +- vrchatapi/api/files_api.py | 2 +- vrchatapi/api/friends_api.py | 2 +- vrchatapi/api/groups_api.py | 46 +++++++++++++++++-- vrchatapi/api/instances_api.py | 2 +- vrchatapi/api/invite_api.py | 2 +- vrchatapi/api/notifications_api.py | 2 +- vrchatapi/api/permissions_api.py | 2 +- vrchatapi/api/playermoderation_api.py | 2 +- vrchatapi/api/system_api.py | 2 +- vrchatapi/api/users_api.py | 2 +- vrchatapi/api/worlds_api.py | 2 +- vrchatapi/api_client.py | 2 +- vrchatapi/configuration.py | 4 +- vrchatapi/exceptions.py | 2 +- vrchatapi/models/__init__.py | 2 +- vrchatapi/models/account_deletion_log.py | 2 +- vrchatapi/models/add_favorite_request.py | 2 +- .../models/add_group_gallery_image_request.py | 2 +- vrchatapi/models/api_config.py | 2 +- vrchatapi/models/api_config_announcement.py | 2 +- .../models/api_config_download_url_list.py | 2 +- vrchatapi/models/api_config_events.py | 2 +- vrchatapi/models/api_health.py | 2 +- vrchatapi/models/avatar.py | 2 +- .../models/avatar_unity_package_url_object.py | 2 +- vrchatapi/models/ban_group_member_request.py | 2 +- vrchatapi/models/create_avatar_request.py | 2 +- vrchatapi/models/create_file_request.py | 2 +- .../models/create_file_version_request.py | 2 +- .../create_group_announcement_request.py | 2 +- .../models/create_group_gallery_request.py | 2 +- .../models/create_group_invite_request.py | 2 +- vrchatapi/models/create_group_request.py | 2 +- vrchatapi/models/create_group_role_request.py | 2 +- vrchatapi/models/create_world_request.py | 2 +- vrchatapi/models/current_user.py | 2 +- vrchatapi/models/current_user_presence.py | 2 +- vrchatapi/models/deployment_group.py | 2 +- vrchatapi/models/developer_type.py | 2 +- vrchatapi/models/dynamic_content_row.py | 2 +- vrchatapi/models/error.py | 2 +- vrchatapi/models/favorite.py | 2 +- vrchatapi/models/favorite_group.py | 2 +- vrchatapi/models/favorite_group_visibility.py | 2 +- vrchatapi/models/favorite_type.py | 2 +- vrchatapi/models/file.py | 2 +- vrchatapi/models/file_data.py | 2 +- vrchatapi/models/file_status.py | 2 +- vrchatapi/models/file_upload_url.py | 2 +- vrchatapi/models/file_version.py | 2 +- .../models/file_version_upload_status.py | 2 +- .../models/finish_file_data_upload_request.py | 2 +- vrchatapi/models/friend_status.py | 2 +- vrchatapi/models/group.py | 2 +- vrchatapi/models/group_announcement.py | 2 +- vrchatapi/models/group_audit_log_entry.py | 2 +- vrchatapi/models/group_gallery.py | 2 +- vrchatapi/models/group_gallery_image.py | 2 +- vrchatapi/models/group_join_state.py | 2 +- vrchatapi/models/group_limited_member.py | 5 +- vrchatapi/models/group_member.py | 5 +- vrchatapi/models/group_member_limited_user.py | 2 +- vrchatapi/models/group_member_status.py | 2 +- vrchatapi/models/group_my_member.py | 2 +- vrchatapi/models/group_permission.py | 2 +- vrchatapi/models/group_privacy.py | 2 +- vrchatapi/models/group_role.py | 2 +- vrchatapi/models/group_role_template.py | 2 +- vrchatapi/models/group_search_sort.py | 2 +- vrchatapi/models/group_user_visibility.py | 2 +- vrchatapi/models/info_push.py | 2 +- vrchatapi/models/info_push_data.py | 2 +- vrchatapi/models/info_push_data_article.py | 2 +- .../models/info_push_data_article_content.py | 2 +- vrchatapi/models/info_push_data_clickable.py | 2 +- vrchatapi/models/instance.py | 2 +- vrchatapi/models/instance_platforms.py | 2 +- .../models/instance_short_name_response.py | 2 +- vrchatapi/models/instance_type.py | 2 +- vrchatapi/models/invite_message.py | 2 +- vrchatapi/models/invite_message_type.py | 2 +- vrchatapi/models/invite_request.py | 2 +- vrchatapi/models/invite_response.py | 2 +- vrchatapi/models/license.py | 2 +- vrchatapi/models/license_action.py | 2 +- vrchatapi/models/license_group.py | 2 +- vrchatapi/models/license_type.py | 2 +- vrchatapi/models/limited_group.py | 2 +- vrchatapi/models/limited_unity_package.py | 2 +- vrchatapi/models/limited_user.py | 2 +- vrchatapi/models/limited_world.py | 2 +- vrchatapi/models/mime_type.py | 2 +- vrchatapi/models/moderate_user_request.py | 2 +- vrchatapi/models/notification.py | 2 +- vrchatapi/models/notification_type.py | 2 +- vrchatapi/models/order_option.py | 2 +- .../paginated_group_audit_log_entry_list.py | 2 +- vrchatapi/models/past_display_name.py | 2 +- vrchatapi/models/permission.py | 2 +- vrchatapi/models/player_moderation.py | 2 +- vrchatapi/models/player_moderation_type.py | 2 +- vrchatapi/models/region.py | 2 +- vrchatapi/models/release_status.py | 2 +- vrchatapi/models/represented_group.py | 2 +- vrchatapi/models/request_invite_request.py | 2 +- .../models/respond_group_join_request.py | 2 +- vrchatapi/models/response.py | 2 +- vrchatapi/models/sent_notification.py | 2 +- vrchatapi/models/sort_option.py | 2 +- vrchatapi/models/subscription.py | 2 +- vrchatapi/models/subscription_period.py | 2 +- vrchatapi/models/success.py | 2 +- vrchatapi/models/transaction.py | 2 +- vrchatapi/models/transaction_agreement.py | 2 +- vrchatapi/models/transaction_status.py | 2 +- vrchatapi/models/transaction_steam_info.py | 2 +- .../models/transaction_steam_wallet_info.py | 2 +- vrchatapi/models/two_factor_auth_code.py | 2 +- vrchatapi/models/two_factor_email_code.py | 2 +- vrchatapi/models/unity_package.py | 2 +- vrchatapi/models/update_avatar_request.py | 2 +- .../models/update_favorite_group_request.py | 2 +- .../models/update_group_gallery_request.py | 2 +- .../models/update_group_member_request.py | 2 +- vrchatapi/models/update_group_request.py | 2 +- vrchatapi/models/update_group_role_request.py | 2 +- .../models/update_invite_message_request.py | 2 +- vrchatapi/models/update_user_request.py | 2 +- vrchatapi/models/update_world_request.py | 2 +- vrchatapi/models/user.py | 2 +- vrchatapi/models/user_exists.py | 2 +- vrchatapi/models/user_state.py | 2 +- vrchatapi/models/user_status.py | 2 +- vrchatapi/models/user_subscription.py | 2 +- .../models/verify2_fa_email_code_result.py | 2 +- vrchatapi/models/verify2_fa_result.py | 2 +- vrchatapi/models/verify_auth_token_result.py | 2 +- vrchatapi/models/world.py | 2 +- vrchatapi/models/world_metadata.py | 2 +- vrchatapi/models/world_publish_status.py | 2 +- vrchatapi/rest.py | 2 +- 150 files changed, 219 insertions(+), 169 deletions(-) diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md index bff66568..c1cc200d 100644 --- a/docs/GroupsApi.md +++ b/docs/GroupsApi.md @@ -1592,7 +1592,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **get_group_invites** -> list[GroupMember] get_group_invites(group_id) +> list[GroupMember] get_group_invites(group_id, n=n, offset=offset) Get Group Invites Sent @@ -1629,10 +1629,12 @@ with vrchatapi.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = vrchatapi.GroupsApi(api_client) group_id = 'grp_00000000-0000-0000-0000-000000000000' # str | Must be a valid group ID. +n = 60 # int | The number of objects to return. (optional) (default to 60) +offset = 56 # int | A zero-based offset from the default object sorting from where search results start. (optional) try: # Get Group Invites Sent - api_response = api_instance.get_group_invites(group_id) + api_response = api_instance.get_group_invites(group_id, n=n, offset=offset) pprint(api_response) except ApiException as e: print("Exception when calling GroupsApi->get_group_invites: %s\n" % e) @@ -1643,6 +1645,8 @@ with vrchatapi.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **group_id** | **str**| Must be a valid group ID. | + **n** | **int**| The number of objects to return. | [optional] [default to 60] + **offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional] ### Return type @@ -1903,7 +1907,7 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **get_group_requests** -> list[GroupMember] get_group_requests(group_id) +> list[GroupMember] get_group_requests(group_id, n=n, offset=offset) Get Group Join Requests @@ -1940,10 +1944,12 @@ with vrchatapi.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = vrchatapi.GroupsApi(api_client) group_id = 'grp_00000000-0000-0000-0000-000000000000' # str | Must be a valid group ID. +n = 60 # int | The number of objects to return. (optional) (default to 60) +offset = 56 # int | A zero-based offset from the default object sorting from where search results start. (optional) try: # Get Group Join Requests - api_response = api_instance.get_group_requests(group_id) + api_response = api_instance.get_group_requests(group_id, n=n, offset=offset) pprint(api_response) except ApiException as e: print("Exception when calling GroupsApi->get_group_requests: %s\n" % e) @@ -1954,6 +1960,8 @@ with vrchatapi.ApiClient(configuration) as api_client: Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **group_id** | **str**| Must be a valid group ID. | + **n** | **int**| The number of objects to return. | [optional] [default to 60] + **offset** | **int**| A zero-based offset from the default object sorting from where search results start. | [optional] ### Return type diff --git a/package-lock.json b/package-lock.json index a312188c..aeeb9607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.9.0" + "@openapitools/openapi-generator-cli": "^2.13.1" } }, "node_modules/@lukeed/csprng": { @@ -110,9 +110,9 @@ } }, "node_modules/@openapitools/openapi-generator-cli": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.9.0.tgz", - "integrity": "sha512-KQpftKeiMoH5aEI/amOVLFGkGeT3DyA7Atj7v7l8xT3O9xnIUpoDmMg0WBTEh+NHxEwEAITQNDzr+JLjkXVaKw==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.1.tgz", + "integrity": "sha512-WJB6MsFXlA69mpKCuR3hBsdFr7MptNhoIGlyvoYEorBQEg3cd6n1gACHx0fz20B3e03/imvorQlNMsrHTIeU9w==", "hasInstallScript": true, "dependencies": { "@nestjs/axios": "3.0.1", @@ -1223,9 +1223,9 @@ } }, "@openapitools/openapi-generator-cli": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.9.0.tgz", - "integrity": "sha512-KQpftKeiMoH5aEI/amOVLFGkGeT3DyA7Atj7v7l8xT3O9xnIUpoDmMg0WBTEh+NHxEwEAITQNDzr+JLjkXVaKw==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.1.tgz", + "integrity": "sha512-WJB6MsFXlA69mpKCuR3hBsdFr7MptNhoIGlyvoYEorBQEg3cd6n1gACHx0fz20B3e03/imvorQlNMsrHTIeU9w==", "requires": { "@nestjs/axios": "3.0.1", "@nestjs/common": "10.3.0", diff --git a/package.json b/package.json index bb1ccdb6..dfa7e8fa 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.9.0" + "@openapitools/openapi-generator-cli": "^2.13.1" } } diff --git a/setup.py b/setup.py index 229a972f..f074f291 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,8 @@ # Enter a context with an instance of the API client with vrchatapi.ApiClient(configuration) as api_client: + # Set our User-Agent as per VRChat Usage Policy + api_client.user_agent = "MyProject/1.0 my@email.com" # Instantiate instances of API classes auth_api = authentication_api.AuthenticationApi(api_client) @@ -73,7 +75,7 @@ print("Logged in as:", current_user.display_name) ``` -See [example.py](https://github.com/vrchatapi/vrchatapi-python/blob/main/example.py) for more example usage on getting started. +See [Examples](https://github.com/vrchatapi/vrchatapi-python/blob/main/examples/README.md) for more example usage on getting started. ## Contributing @@ -81,7 +83,7 @@ Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us. - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ @@ -90,7 +92,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "vrchatapi" -VERSION = "1.16.6" +VERSION = "1.16.7" # To install the library, run the following # # python setup.py install @@ -160,6 +162,8 @@ # Enter a context with an instance of the API client with vrchatapi.ApiClient(configuration) as api_client: + # Set our User-Agent as per VRChat Usage Policy + api_client.user_agent = "MyProject/1.0 my@email.com" # Instantiate instances of API classes auth_api = authentication_api.AuthenticationApi(api_client) @@ -184,7 +188,7 @@ print("Logged in as:", current_user.display_name) ``` -See [example.py](https://github.com/vrchatapi/vrchatapi-python/blob/main/example.py) for more example usage on getting started. +See [Examples](https://github.com/vrchatapi/vrchatapi-python/blob/main/examples/README.md) for more example usage on getting started. ## Contributing diff --git a/vrchatapi/__init__.py b/vrchatapi/__init__.py index 53b7230f..2ee08c66 100644 --- a/vrchatapi/__init__.py +++ b/vrchatapi/__init__.py @@ -6,7 +6,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/authentication_api.py b/vrchatapi/api/authentication_api.py index 39f52cea..3897a665 100644 --- a/vrchatapi/api/authentication_api.py +++ b/vrchatapi/api/authentication_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/avatars_api.py b/vrchatapi/api/avatars_api.py index b2cd6130..d2f43e67 100644 --- a/vrchatapi/api/avatars_api.py +++ b/vrchatapi/api/avatars_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/economy_api.py b/vrchatapi/api/economy_api.py index 33618caf..1047926c 100644 --- a/vrchatapi/api/economy_api.py +++ b/vrchatapi/api/economy_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/favorites_api.py b/vrchatapi/api/favorites_api.py index 3d3641ab..fbdfa30e 100644 --- a/vrchatapi/api/favorites_api.py +++ b/vrchatapi/api/favorites_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/files_api.py b/vrchatapi/api/files_api.py index 824920f3..aae24b9a 100644 --- a/vrchatapi/api/files_api.py +++ b/vrchatapi/api/files_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/friends_api.py b/vrchatapi/api/friends_api.py index 63260bc3..3b684202 100644 --- a/vrchatapi/api/friends_api.py +++ b/vrchatapi/api/friends_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/groups_api.py b/vrchatapi/api/groups_api.py index ea10481b..6d6c3579 100644 --- a/vrchatapi/api/groups_api.py +++ b/vrchatapi/api/groups_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ @@ -3089,6 +3089,10 @@ def get_group_invites(self, group_id, **kwargs): # noqa: E501 :param group_id: Must be a valid group ID. (required) :type group_id: str + :param n: The number of objects to return. + :type n: int + :param offset: A zero-based offset from the default object sorting from where search results start. + :type offset: int :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _preload_content: if False, the urllib3.HTTPResponse object will @@ -3119,6 +3123,10 @@ def get_group_invites_with_http_info(self, group_id, **kwargs): # noqa: E501 :param group_id: Must be a valid group ID. (required) :type group_id: str + :param n: The number of objects to return. + :type n: int + :param offset: A zero-based offset from the default object sorting from where search results start. + :type offset: int :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _return_http_data_only: response data without head status code @@ -3146,7 +3154,9 @@ def get_group_invites_with_http_info(self, group_id, **kwargs): # noqa: E501 local_var_params = locals() all_params = [ - 'group_id' + 'group_id', + 'n', + 'offset' ] all_params.extend( [ @@ -3172,6 +3182,12 @@ def get_group_invites_with_http_info(self, group_id, **kwargs): # noqa: E501 if self.api_client.client_side_validation and local_var_params.get('group_id') is None: # noqa: E501 raise ApiValueError("Missing the required parameter `group_id` when calling `get_group_invites`") # noqa: E501 + if self.api_client.client_side_validation and 'n' in local_var_params and local_var_params['n'] > 100: # noqa: E501 + raise ApiValueError("Invalid value for parameter `n` when calling `get_group_invites`, must be a value less than or equal to `100`") # noqa: E501 + if self.api_client.client_side_validation and 'n' in local_var_params and local_var_params['n'] < 1: # noqa: E501 + raise ApiValueError("Invalid value for parameter `n` when calling `get_group_invites`, must be a value greater than or equal to `1`") # noqa: E501 + if self.api_client.client_side_validation and 'offset' in local_var_params and local_var_params['offset'] < 0: # noqa: E501 + raise ApiValueError("Invalid value for parameter `offset` when calling `get_group_invites`, must be a value greater than or equal to `0`") # noqa: E501 collection_formats = {} path_params = {} @@ -3179,6 +3195,10 @@ def get_group_invites_with_http_info(self, group_id, **kwargs): # noqa: E501 path_params['groupId'] = local_var_params['group_id'] # noqa: E501 query_params = [] + if local_var_params.get('n') is not None: # noqa: E501 + query_params.append(('n', local_var_params['n'])) # noqa: E501 + if local_var_params.get('offset') is not None: # noqa: E501 + query_params.append(('offset', local_var_params['offset'])) # noqa: E501 header_params = dict(local_var_params.get('_headers', {})) @@ -3685,6 +3705,10 @@ def get_group_requests(self, group_id, **kwargs): # noqa: E501 :param group_id: Must be a valid group ID. (required) :type group_id: str + :param n: The number of objects to return. + :type n: int + :param offset: A zero-based offset from the default object sorting from where search results start. + :type offset: int :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _preload_content: if False, the urllib3.HTTPResponse object will @@ -3715,6 +3739,10 @@ def get_group_requests_with_http_info(self, group_id, **kwargs): # noqa: E501 :param group_id: Must be a valid group ID. (required) :type group_id: str + :param n: The number of objects to return. + :type n: int + :param offset: A zero-based offset from the default object sorting from where search results start. + :type offset: int :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _return_http_data_only: response data without head status code @@ -3742,7 +3770,9 @@ def get_group_requests_with_http_info(self, group_id, **kwargs): # noqa: E501 local_var_params = locals() all_params = [ - 'group_id' + 'group_id', + 'n', + 'offset' ] all_params.extend( [ @@ -3768,6 +3798,12 @@ def get_group_requests_with_http_info(self, group_id, **kwargs): # noqa: E501 if self.api_client.client_side_validation and local_var_params.get('group_id') is None: # noqa: E501 raise ApiValueError("Missing the required parameter `group_id` when calling `get_group_requests`") # noqa: E501 + if self.api_client.client_side_validation and 'n' in local_var_params and local_var_params['n'] > 100: # noqa: E501 + raise ApiValueError("Invalid value for parameter `n` when calling `get_group_requests`, must be a value less than or equal to `100`") # noqa: E501 + if self.api_client.client_side_validation and 'n' in local_var_params and local_var_params['n'] < 1: # noqa: E501 + raise ApiValueError("Invalid value for parameter `n` when calling `get_group_requests`, must be a value greater than or equal to `1`") # noqa: E501 + if self.api_client.client_side_validation and 'offset' in local_var_params and local_var_params['offset'] < 0: # noqa: E501 + raise ApiValueError("Invalid value for parameter `offset` when calling `get_group_requests`, must be a value greater than or equal to `0`") # noqa: E501 collection_formats = {} path_params = {} @@ -3775,6 +3811,10 @@ def get_group_requests_with_http_info(self, group_id, **kwargs): # noqa: E501 path_params['groupId'] = local_var_params['group_id'] # noqa: E501 query_params = [] + if local_var_params.get('n') is not None: # noqa: E501 + query_params.append(('n', local_var_params['n'])) # noqa: E501 + if local_var_params.get('offset') is not None: # noqa: E501 + query_params.append(('offset', local_var_params['offset'])) # noqa: E501 header_params = dict(local_var_params.get('_headers', {})) diff --git a/vrchatapi/api/instances_api.py b/vrchatapi/api/instances_api.py index 2a145a96..c29f3491 100644 --- a/vrchatapi/api/instances_api.py +++ b/vrchatapi/api/instances_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/invite_api.py b/vrchatapi/api/invite_api.py index 477430a5..62352fa6 100644 --- a/vrchatapi/api/invite_api.py +++ b/vrchatapi/api/invite_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/notifications_api.py b/vrchatapi/api/notifications_api.py index 3e4bbe73..d5470bd9 100644 --- a/vrchatapi/api/notifications_api.py +++ b/vrchatapi/api/notifications_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/permissions_api.py b/vrchatapi/api/permissions_api.py index 0fcff2c1..11ef71c3 100644 --- a/vrchatapi/api/permissions_api.py +++ b/vrchatapi/api/permissions_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/playermoderation_api.py b/vrchatapi/api/playermoderation_api.py index 7b2e501b..2e04b396 100644 --- a/vrchatapi/api/playermoderation_api.py +++ b/vrchatapi/api/playermoderation_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/system_api.py b/vrchatapi/api/system_api.py index db46667b..b2933179 100644 --- a/vrchatapi/api/system_api.py +++ b/vrchatapi/api/system_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/users_api.py b/vrchatapi/api/users_api.py index 8a6befec..0a113c0a 100644 --- a/vrchatapi/api/users_api.py +++ b/vrchatapi/api/users_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api/worlds_api.py b/vrchatapi/api/worlds_api.py index 367a4d6e..5cd6fe58 100644 --- a/vrchatapi/api/worlds_api.py +++ b/vrchatapi/api/worlds_api.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/api_client.py b/vrchatapi/api_client.py index 02bc324e..8e9ce641 100644 --- a/vrchatapi/api_client.py +++ b/vrchatapi/api_client.py @@ -3,7 +3,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/configuration.py b/vrchatapi/configuration.py index 2688c8fa..4be840ca 100644 --- a/vrchatapi/configuration.py +++ b/vrchatapi/configuration.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ @@ -441,7 +441,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.16.6\n"\ + "Version of the API: 1.16.7\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/vrchatapi/exceptions.py b/vrchatapi/exceptions.py index b13f1702..cd1893f4 100644 --- a/vrchatapi/exceptions.py +++ b/vrchatapi/exceptions.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/__init__.py b/vrchatapi/models/__init__.py index 7e5bb438..54c9e259 100644 --- a/vrchatapi/models/__init__.py +++ b/vrchatapi/models/__init__.py @@ -5,7 +5,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/account_deletion_log.py b/vrchatapi/models/account_deletion_log.py index cd435000..898e7691 100644 --- a/vrchatapi/models/account_deletion_log.py +++ b/vrchatapi/models/account_deletion_log.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/add_favorite_request.py b/vrchatapi/models/add_favorite_request.py index 7fad199a..0b0ff26c 100644 --- a/vrchatapi/models/add_favorite_request.py +++ b/vrchatapi/models/add_favorite_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/add_group_gallery_image_request.py b/vrchatapi/models/add_group_gallery_image_request.py index 3159d6a3..c1d4ebb1 100644 --- a/vrchatapi/models/add_group_gallery_image_request.py +++ b/vrchatapi/models/add_group_gallery_image_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/api_config.py b/vrchatapi/models/api_config.py index cb075eb8..a3b6d53a 100644 --- a/vrchatapi/models/api_config.py +++ b/vrchatapi/models/api_config.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/api_config_announcement.py b/vrchatapi/models/api_config_announcement.py index cb2e21cd..a47854ee 100644 --- a/vrchatapi/models/api_config_announcement.py +++ b/vrchatapi/models/api_config_announcement.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/api_config_download_url_list.py b/vrchatapi/models/api_config_download_url_list.py index 6c0ab559..09baa5c8 100644 --- a/vrchatapi/models/api_config_download_url_list.py +++ b/vrchatapi/models/api_config_download_url_list.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/api_config_events.py b/vrchatapi/models/api_config_events.py index ed40c4dd..cb9bb084 100644 --- a/vrchatapi/models/api_config_events.py +++ b/vrchatapi/models/api_config_events.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/api_health.py b/vrchatapi/models/api_health.py index fe8dc14c..33d3fd77 100644 --- a/vrchatapi/models/api_health.py +++ b/vrchatapi/models/api_health.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/avatar.py b/vrchatapi/models/avatar.py index df6d8c3e..4c04f539 100644 --- a/vrchatapi/models/avatar.py +++ b/vrchatapi/models/avatar.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/avatar_unity_package_url_object.py b/vrchatapi/models/avatar_unity_package_url_object.py index 7b0622fe..7d8c7673 100644 --- a/vrchatapi/models/avatar_unity_package_url_object.py +++ b/vrchatapi/models/avatar_unity_package_url_object.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/ban_group_member_request.py b/vrchatapi/models/ban_group_member_request.py index a618a181..c0712a03 100644 --- a/vrchatapi/models/ban_group_member_request.py +++ b/vrchatapi/models/ban_group_member_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_avatar_request.py b/vrchatapi/models/create_avatar_request.py index 6aef61a9..f3874ae1 100644 --- a/vrchatapi/models/create_avatar_request.py +++ b/vrchatapi/models/create_avatar_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_file_request.py b/vrchatapi/models/create_file_request.py index 39b0103a..88f06e40 100644 --- a/vrchatapi/models/create_file_request.py +++ b/vrchatapi/models/create_file_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_file_version_request.py b/vrchatapi/models/create_file_version_request.py index a779eb13..97d06497 100644 --- a/vrchatapi/models/create_file_version_request.py +++ b/vrchatapi/models/create_file_version_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_group_announcement_request.py b/vrchatapi/models/create_group_announcement_request.py index 7177ab5a..dba1140d 100644 --- a/vrchatapi/models/create_group_announcement_request.py +++ b/vrchatapi/models/create_group_announcement_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_group_gallery_request.py b/vrchatapi/models/create_group_gallery_request.py index b03d630b..8ad79d78 100644 --- a/vrchatapi/models/create_group_gallery_request.py +++ b/vrchatapi/models/create_group_gallery_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_group_invite_request.py b/vrchatapi/models/create_group_invite_request.py index 82c9eeae..382ee785 100644 --- a/vrchatapi/models/create_group_invite_request.py +++ b/vrchatapi/models/create_group_invite_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_group_request.py b/vrchatapi/models/create_group_request.py index d1bd2040..794f7126 100644 --- a/vrchatapi/models/create_group_request.py +++ b/vrchatapi/models/create_group_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_group_role_request.py b/vrchatapi/models/create_group_role_request.py index bdaa0704..e95cf4c8 100644 --- a/vrchatapi/models/create_group_role_request.py +++ b/vrchatapi/models/create_group_role_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/create_world_request.py b/vrchatapi/models/create_world_request.py index ab7a57aa..d934c191 100644 --- a/vrchatapi/models/create_world_request.py +++ b/vrchatapi/models/create_world_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/current_user.py b/vrchatapi/models/current_user.py index aa243f89..a2a44d95 100644 --- a/vrchatapi/models/current_user.py +++ b/vrchatapi/models/current_user.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/current_user_presence.py b/vrchatapi/models/current_user_presence.py index 5c100403..1440b615 100644 --- a/vrchatapi/models/current_user_presence.py +++ b/vrchatapi/models/current_user_presence.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/deployment_group.py b/vrchatapi/models/deployment_group.py index 2ceefaaa..39e78618 100644 --- a/vrchatapi/models/deployment_group.py +++ b/vrchatapi/models/deployment_group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/developer_type.py b/vrchatapi/models/developer_type.py index 8bb46855..377b061c 100644 --- a/vrchatapi/models/developer_type.py +++ b/vrchatapi/models/developer_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/dynamic_content_row.py b/vrchatapi/models/dynamic_content_row.py index 6302e4a0..896936b9 100644 --- a/vrchatapi/models/dynamic_content_row.py +++ b/vrchatapi/models/dynamic_content_row.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/error.py b/vrchatapi/models/error.py index b90284db..d3c7720d 100644 --- a/vrchatapi/models/error.py +++ b/vrchatapi/models/error.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/favorite.py b/vrchatapi/models/favorite.py index 4f183bb7..cd38dff3 100644 --- a/vrchatapi/models/favorite.py +++ b/vrchatapi/models/favorite.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/favorite_group.py b/vrchatapi/models/favorite_group.py index fe9d869d..25a285d5 100644 --- a/vrchatapi/models/favorite_group.py +++ b/vrchatapi/models/favorite_group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/favorite_group_visibility.py b/vrchatapi/models/favorite_group_visibility.py index a88aa4f9..ec4ed19d 100644 --- a/vrchatapi/models/favorite_group_visibility.py +++ b/vrchatapi/models/favorite_group_visibility.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/favorite_type.py b/vrchatapi/models/favorite_type.py index 9950d3ae..58b2905d 100644 --- a/vrchatapi/models/favorite_type.py +++ b/vrchatapi/models/favorite_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file.py b/vrchatapi/models/file.py index 22324571..c3b7e9af 100644 --- a/vrchatapi/models/file.py +++ b/vrchatapi/models/file.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file_data.py b/vrchatapi/models/file_data.py index 0fb302f3..2496663b 100644 --- a/vrchatapi/models/file_data.py +++ b/vrchatapi/models/file_data.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file_status.py b/vrchatapi/models/file_status.py index d44b8e5e..7b0753cc 100644 --- a/vrchatapi/models/file_status.py +++ b/vrchatapi/models/file_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file_upload_url.py b/vrchatapi/models/file_upload_url.py index 7e273576..2df6c686 100644 --- a/vrchatapi/models/file_upload_url.py +++ b/vrchatapi/models/file_upload_url.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file_version.py b/vrchatapi/models/file_version.py index 70e97b28..df0d4fff 100644 --- a/vrchatapi/models/file_version.py +++ b/vrchatapi/models/file_version.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/file_version_upload_status.py b/vrchatapi/models/file_version_upload_status.py index e895d263..18dab0fd 100644 --- a/vrchatapi/models/file_version_upload_status.py +++ b/vrchatapi/models/file_version_upload_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/finish_file_data_upload_request.py b/vrchatapi/models/finish_file_data_upload_request.py index 916492c5..e5c6b65a 100644 --- a/vrchatapi/models/finish_file_data_upload_request.py +++ b/vrchatapi/models/finish_file_data_upload_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/friend_status.py b/vrchatapi/models/friend_status.py index b175d95b..9a3180a4 100644 --- a/vrchatapi/models/friend_status.py +++ b/vrchatapi/models/friend_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group.py b/vrchatapi/models/group.py index 765cbf11..f841abb8 100644 --- a/vrchatapi/models/group.py +++ b/vrchatapi/models/group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_announcement.py b/vrchatapi/models/group_announcement.py index 1674292c..4c320a72 100644 --- a/vrchatapi/models/group_announcement.py +++ b/vrchatapi/models/group_announcement.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_audit_log_entry.py b/vrchatapi/models/group_audit_log_entry.py index 053e1184..005d77c9 100644 --- a/vrchatapi/models/group_audit_log_entry.py +++ b/vrchatapi/models/group_audit_log_entry.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_gallery.py b/vrchatapi/models/group_gallery.py index bf2c0303..82b58792 100644 --- a/vrchatapi/models/group_gallery.py +++ b/vrchatapi/models/group_gallery.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_gallery_image.py b/vrchatapi/models/group_gallery_image.py index 92bd5daa..0f8bad93 100644 --- a/vrchatapi/models/group_gallery_image.py +++ b/vrchatapi/models/group_gallery_image.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_join_state.py b/vrchatapi/models/group_join_state.py index 1d54c353..e7834113 100644 --- a/vrchatapi/models/group_join_state.py +++ b/vrchatapi/models/group_join_state.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_limited_member.py b/vrchatapi/models/group_limited_member.py index dbae735d..2d2e7f4f 100644 --- a/vrchatapi/models/group_limited_member.py +++ b/vrchatapi/models/group_limited_member.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ @@ -117,8 +117,7 @@ def __init__(self, id=None, group_id=None, user_id=None, is_representing=False, self.created_at = created_at self.banned_at = banned_at self.manager_notes = manager_notes - if last_post_read_at is not None: - self.last_post_read_at = last_post_read_at + self.last_post_read_at = last_post_read_at if has_joined_from_purchase is not None: self.has_joined_from_purchase = has_joined_from_purchase diff --git a/vrchatapi/models/group_member.py b/vrchatapi/models/group_member.py index f7a8c7b5..f2dd05a5 100644 --- a/vrchatapi/models/group_member.py +++ b/vrchatapi/models/group_member.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ @@ -122,8 +122,7 @@ def __init__(self, id=None, group_id=None, user_id=None, is_representing=False, self.created_at = created_at self.banned_at = banned_at self.manager_notes = manager_notes - if last_post_read_at is not None: - self.last_post_read_at = last_post_read_at + self.last_post_read_at = last_post_read_at if has_joined_from_purchase is not None: self.has_joined_from_purchase = has_joined_from_purchase diff --git a/vrchatapi/models/group_member_limited_user.py b/vrchatapi/models/group_member_limited_user.py index 77f3a92c..179334a7 100644 --- a/vrchatapi/models/group_member_limited_user.py +++ b/vrchatapi/models/group_member_limited_user.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_member_status.py b/vrchatapi/models/group_member_status.py index fec158ab..2f22b489 100644 --- a/vrchatapi/models/group_member_status.py +++ b/vrchatapi/models/group_member_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_my_member.py b/vrchatapi/models/group_my_member.py index 1ca6c08f..b9ec045b 100644 --- a/vrchatapi/models/group_my_member.py +++ b/vrchatapi/models/group_my_member.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_permission.py b/vrchatapi/models/group_permission.py index f14e3d1d..51a859e9 100644 --- a/vrchatapi/models/group_permission.py +++ b/vrchatapi/models/group_permission.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_privacy.py b/vrchatapi/models/group_privacy.py index 06006477..3fd2acb7 100644 --- a/vrchatapi/models/group_privacy.py +++ b/vrchatapi/models/group_privacy.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_role.py b/vrchatapi/models/group_role.py index 80bdcdce..48d2f0a0 100644 --- a/vrchatapi/models/group_role.py +++ b/vrchatapi/models/group_role.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_role_template.py b/vrchatapi/models/group_role_template.py index 0f89c6f1..69e204c8 100644 --- a/vrchatapi/models/group_role_template.py +++ b/vrchatapi/models/group_role_template.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_search_sort.py b/vrchatapi/models/group_search_sort.py index a1b7dc20..f20f44d9 100644 --- a/vrchatapi/models/group_search_sort.py +++ b/vrchatapi/models/group_search_sort.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/group_user_visibility.py b/vrchatapi/models/group_user_visibility.py index 7e115a68..7f6b36ae 100644 --- a/vrchatapi/models/group_user_visibility.py +++ b/vrchatapi/models/group_user_visibility.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/info_push.py b/vrchatapi/models/info_push.py index c86f7b50..87c36b23 100644 --- a/vrchatapi/models/info_push.py +++ b/vrchatapi/models/info_push.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/info_push_data.py b/vrchatapi/models/info_push_data.py index 76067adf..0732dbb0 100644 --- a/vrchatapi/models/info_push_data.py +++ b/vrchatapi/models/info_push_data.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/info_push_data_article.py b/vrchatapi/models/info_push_data_article.py index aa06a10f..1f0c152f 100644 --- a/vrchatapi/models/info_push_data_article.py +++ b/vrchatapi/models/info_push_data_article.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/info_push_data_article_content.py b/vrchatapi/models/info_push_data_article_content.py index fff7db23..d7aefa5d 100644 --- a/vrchatapi/models/info_push_data_article_content.py +++ b/vrchatapi/models/info_push_data_article_content.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/info_push_data_clickable.py b/vrchatapi/models/info_push_data_clickable.py index 25518e57..25180d17 100644 --- a/vrchatapi/models/info_push_data_clickable.py +++ b/vrchatapi/models/info_push_data_clickable.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/instance.py b/vrchatapi/models/instance.py index c3abc8dd..31c21905 100644 --- a/vrchatapi/models/instance.py +++ b/vrchatapi/models/instance.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/instance_platforms.py b/vrchatapi/models/instance_platforms.py index 00b22224..fa34fe38 100644 --- a/vrchatapi/models/instance_platforms.py +++ b/vrchatapi/models/instance_platforms.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/instance_short_name_response.py b/vrchatapi/models/instance_short_name_response.py index 05db3a23..d86d4f03 100644 --- a/vrchatapi/models/instance_short_name_response.py +++ b/vrchatapi/models/instance_short_name_response.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/instance_type.py b/vrchatapi/models/instance_type.py index b10f428c..171b575e 100644 --- a/vrchatapi/models/instance_type.py +++ b/vrchatapi/models/instance_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/invite_message.py b/vrchatapi/models/invite_message.py index a042aec1..c233208c 100644 --- a/vrchatapi/models/invite_message.py +++ b/vrchatapi/models/invite_message.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/invite_message_type.py b/vrchatapi/models/invite_message_type.py index d3161c89..ca530671 100644 --- a/vrchatapi/models/invite_message_type.py +++ b/vrchatapi/models/invite_message_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/invite_request.py b/vrchatapi/models/invite_request.py index 2a265283..a72ecc20 100644 --- a/vrchatapi/models/invite_request.py +++ b/vrchatapi/models/invite_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/invite_response.py b/vrchatapi/models/invite_response.py index f3274ac2..bdb5c7dd 100644 --- a/vrchatapi/models/invite_response.py +++ b/vrchatapi/models/invite_response.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/license.py b/vrchatapi/models/license.py index 9379baa1..736b88dd 100644 --- a/vrchatapi/models/license.py +++ b/vrchatapi/models/license.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/license_action.py b/vrchatapi/models/license_action.py index 67f1369b..59a85904 100644 --- a/vrchatapi/models/license_action.py +++ b/vrchatapi/models/license_action.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/license_group.py b/vrchatapi/models/license_group.py index dd09fe83..065699e3 100644 --- a/vrchatapi/models/license_group.py +++ b/vrchatapi/models/license_group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/license_type.py b/vrchatapi/models/license_type.py index e57864df..e6cc171f 100644 --- a/vrchatapi/models/license_type.py +++ b/vrchatapi/models/license_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/limited_group.py b/vrchatapi/models/limited_group.py index 4aa0af90..00460a87 100644 --- a/vrchatapi/models/limited_group.py +++ b/vrchatapi/models/limited_group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/limited_unity_package.py b/vrchatapi/models/limited_unity_package.py index 31e300d5..13ffea87 100644 --- a/vrchatapi/models/limited_unity_package.py +++ b/vrchatapi/models/limited_unity_package.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/limited_user.py b/vrchatapi/models/limited_user.py index e4bc293b..2e9df4dd 100644 --- a/vrchatapi/models/limited_user.py +++ b/vrchatapi/models/limited_user.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/limited_world.py b/vrchatapi/models/limited_world.py index a1efc83a..b7db9691 100644 --- a/vrchatapi/models/limited_world.py +++ b/vrchatapi/models/limited_world.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/mime_type.py b/vrchatapi/models/mime_type.py index 2d2aff10..86b01df4 100644 --- a/vrchatapi/models/mime_type.py +++ b/vrchatapi/models/mime_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/moderate_user_request.py b/vrchatapi/models/moderate_user_request.py index aa2de157..ca65a6cd 100644 --- a/vrchatapi/models/moderate_user_request.py +++ b/vrchatapi/models/moderate_user_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/notification.py b/vrchatapi/models/notification.py index b9b9b657..72c82651 100644 --- a/vrchatapi/models/notification.py +++ b/vrchatapi/models/notification.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/notification_type.py b/vrchatapi/models/notification_type.py index 3492414c..a0dc9ee5 100644 --- a/vrchatapi/models/notification_type.py +++ b/vrchatapi/models/notification_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/order_option.py b/vrchatapi/models/order_option.py index fc54a21b..d3b6bbe1 100644 --- a/vrchatapi/models/order_option.py +++ b/vrchatapi/models/order_option.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/paginated_group_audit_log_entry_list.py b/vrchatapi/models/paginated_group_audit_log_entry_list.py index 39ba21ff..af3fc4bc 100644 --- a/vrchatapi/models/paginated_group_audit_log_entry_list.py +++ b/vrchatapi/models/paginated_group_audit_log_entry_list.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/past_display_name.py b/vrchatapi/models/past_display_name.py index 43d19e1a..1ed769c3 100644 --- a/vrchatapi/models/past_display_name.py +++ b/vrchatapi/models/past_display_name.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/permission.py b/vrchatapi/models/permission.py index a104c8e3..c687ac16 100644 --- a/vrchatapi/models/permission.py +++ b/vrchatapi/models/permission.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/player_moderation.py b/vrchatapi/models/player_moderation.py index 1054ad20..687ae64a 100644 --- a/vrchatapi/models/player_moderation.py +++ b/vrchatapi/models/player_moderation.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/player_moderation_type.py b/vrchatapi/models/player_moderation_type.py index 22254806..8af067ad 100644 --- a/vrchatapi/models/player_moderation_type.py +++ b/vrchatapi/models/player_moderation_type.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/region.py b/vrchatapi/models/region.py index fa99809f..4ea131f8 100644 --- a/vrchatapi/models/region.py +++ b/vrchatapi/models/region.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/release_status.py b/vrchatapi/models/release_status.py index cf548463..998a9ca1 100644 --- a/vrchatapi/models/release_status.py +++ b/vrchatapi/models/release_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/represented_group.py b/vrchatapi/models/represented_group.py index 5b7f8746..a3c5af19 100644 --- a/vrchatapi/models/represented_group.py +++ b/vrchatapi/models/represented_group.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/request_invite_request.py b/vrchatapi/models/request_invite_request.py index fd3b41a0..794a5544 100644 --- a/vrchatapi/models/request_invite_request.py +++ b/vrchatapi/models/request_invite_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/respond_group_join_request.py b/vrchatapi/models/respond_group_join_request.py index 16392cc6..fb3c8ac0 100644 --- a/vrchatapi/models/respond_group_join_request.py +++ b/vrchatapi/models/respond_group_join_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/response.py b/vrchatapi/models/response.py index c3d91254..0373693d 100644 --- a/vrchatapi/models/response.py +++ b/vrchatapi/models/response.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/sent_notification.py b/vrchatapi/models/sent_notification.py index 56927f8e..215da78b 100644 --- a/vrchatapi/models/sent_notification.py +++ b/vrchatapi/models/sent_notification.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/sort_option.py b/vrchatapi/models/sort_option.py index b4378a39..1f24eab7 100644 --- a/vrchatapi/models/sort_option.py +++ b/vrchatapi/models/sort_option.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/subscription.py b/vrchatapi/models/subscription.py index c9bcf689..81524f8a 100644 --- a/vrchatapi/models/subscription.py +++ b/vrchatapi/models/subscription.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/subscription_period.py b/vrchatapi/models/subscription_period.py index 2fa31f36..9ba6e3e1 100644 --- a/vrchatapi/models/subscription_period.py +++ b/vrchatapi/models/subscription_period.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/success.py b/vrchatapi/models/success.py index 47486618..79a224d0 100644 --- a/vrchatapi/models/success.py +++ b/vrchatapi/models/success.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/transaction.py b/vrchatapi/models/transaction.py index 88da7b31..1083bdb5 100644 --- a/vrchatapi/models/transaction.py +++ b/vrchatapi/models/transaction.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/transaction_agreement.py b/vrchatapi/models/transaction_agreement.py index 002ff9eb..c04d46e1 100644 --- a/vrchatapi/models/transaction_agreement.py +++ b/vrchatapi/models/transaction_agreement.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/transaction_status.py b/vrchatapi/models/transaction_status.py index 2bd2db0e..d57cff13 100644 --- a/vrchatapi/models/transaction_status.py +++ b/vrchatapi/models/transaction_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/transaction_steam_info.py b/vrchatapi/models/transaction_steam_info.py index 65883ffe..3f6a40ea 100644 --- a/vrchatapi/models/transaction_steam_info.py +++ b/vrchatapi/models/transaction_steam_info.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/transaction_steam_wallet_info.py b/vrchatapi/models/transaction_steam_wallet_info.py index 29f79056..11ef79d7 100644 --- a/vrchatapi/models/transaction_steam_wallet_info.py +++ b/vrchatapi/models/transaction_steam_wallet_info.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/two_factor_auth_code.py b/vrchatapi/models/two_factor_auth_code.py index d1547474..486f4fb0 100644 --- a/vrchatapi/models/two_factor_auth_code.py +++ b/vrchatapi/models/two_factor_auth_code.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/two_factor_email_code.py b/vrchatapi/models/two_factor_email_code.py index e34b5d73..d1a22f85 100644 --- a/vrchatapi/models/two_factor_email_code.py +++ b/vrchatapi/models/two_factor_email_code.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/unity_package.py b/vrchatapi/models/unity_package.py index d35be414..99c289ef 100644 --- a/vrchatapi/models/unity_package.py +++ b/vrchatapi/models/unity_package.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_avatar_request.py b/vrchatapi/models/update_avatar_request.py index e52e389a..b45296ef 100644 --- a/vrchatapi/models/update_avatar_request.py +++ b/vrchatapi/models/update_avatar_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_favorite_group_request.py b/vrchatapi/models/update_favorite_group_request.py index fbc909d7..ffe34503 100644 --- a/vrchatapi/models/update_favorite_group_request.py +++ b/vrchatapi/models/update_favorite_group_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_group_gallery_request.py b/vrchatapi/models/update_group_gallery_request.py index 46036c45..a2714835 100644 --- a/vrchatapi/models/update_group_gallery_request.py +++ b/vrchatapi/models/update_group_gallery_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_group_member_request.py b/vrchatapi/models/update_group_member_request.py index d6049afc..80aaa7c4 100644 --- a/vrchatapi/models/update_group_member_request.py +++ b/vrchatapi/models/update_group_member_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_group_request.py b/vrchatapi/models/update_group_request.py index 522f2009..1f3210d8 100644 --- a/vrchatapi/models/update_group_request.py +++ b/vrchatapi/models/update_group_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_group_role_request.py b/vrchatapi/models/update_group_role_request.py index 23e25dea..ac7830eb 100644 --- a/vrchatapi/models/update_group_role_request.py +++ b/vrchatapi/models/update_group_role_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_invite_message_request.py b/vrchatapi/models/update_invite_message_request.py index d09f739d..87f82afe 100644 --- a/vrchatapi/models/update_invite_message_request.py +++ b/vrchatapi/models/update_invite_message_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_user_request.py b/vrchatapi/models/update_user_request.py index 76aaf91a..cd77e354 100644 --- a/vrchatapi/models/update_user_request.py +++ b/vrchatapi/models/update_user_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/update_world_request.py b/vrchatapi/models/update_world_request.py index b5c95bd6..ebf48a23 100644 --- a/vrchatapi/models/update_world_request.py +++ b/vrchatapi/models/update_world_request.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/user.py b/vrchatapi/models/user.py index d5774696..3ecaf6fd 100644 --- a/vrchatapi/models/user.py +++ b/vrchatapi/models/user.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/user_exists.py b/vrchatapi/models/user_exists.py index 0b69cf93..525ee75a 100644 --- a/vrchatapi/models/user_exists.py +++ b/vrchatapi/models/user_exists.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/user_state.py b/vrchatapi/models/user_state.py index 809f43b3..3481b14d 100644 --- a/vrchatapi/models/user_state.py +++ b/vrchatapi/models/user_state.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/user_status.py b/vrchatapi/models/user_status.py index 4895644e..353d8735 100644 --- a/vrchatapi/models/user_status.py +++ b/vrchatapi/models/user_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/user_subscription.py b/vrchatapi/models/user_subscription.py index 05a04e70..50428757 100644 --- a/vrchatapi/models/user_subscription.py +++ b/vrchatapi/models/user_subscription.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/verify2_fa_email_code_result.py b/vrchatapi/models/verify2_fa_email_code_result.py index 5dc3d52d..436ef10a 100644 --- a/vrchatapi/models/verify2_fa_email_code_result.py +++ b/vrchatapi/models/verify2_fa_email_code_result.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/verify2_fa_result.py b/vrchatapi/models/verify2_fa_result.py index 081b8c50..d908d15a 100644 --- a/vrchatapi/models/verify2_fa_result.py +++ b/vrchatapi/models/verify2_fa_result.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/verify_auth_token_result.py b/vrchatapi/models/verify_auth_token_result.py index 855e96e3..b2cf8b68 100644 --- a/vrchatapi/models/verify_auth_token_result.py +++ b/vrchatapi/models/verify_auth_token_result.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/world.py b/vrchatapi/models/world.py index 9181f99b..3c174b7c 100644 --- a/vrchatapi/models/world.py +++ b/vrchatapi/models/world.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/world_metadata.py b/vrchatapi/models/world_metadata.py index f88542ac..f5621919 100644 --- a/vrchatapi/models/world_metadata.py +++ b/vrchatapi/models/world_metadata.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/models/world_publish_status.py b/vrchatapi/models/world_publish_status.py index 14de6505..a6c876a3 100644 --- a/vrchatapi/models/world_publish_status.py +++ b/vrchatapi/models/world_publish_status.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """ diff --git a/vrchatapi/rest.py b/vrchatapi/rest.py index cbe9a101..f59f54f8 100644 --- a/vrchatapi/rest.py +++ b/vrchatapi/rest.py @@ -4,7 +4,7 @@ VRChat API Documentation - The version of the OpenAPI document: 1.16.6 + The version of the OpenAPI document: 1.16.7 Contact: vrchatapi.lpv0t@aries.fyi Generated by: https://openapi-generator.tech """