From 1d77c3c27de9c8f1a6a1c92292d7b6805ceab900 Mon Sep 17 00:00:00 2001 From: VRCCat Date: Wed, 31 May 2023 02:35:12 +0000 Subject: [PATCH] Upgrade Rust SDK to spec 1.12.0 --- Cargo.toml | 4 +- docs/ApiConfig.md | 1 - docs/ApiConfigDownloadUrlList.md | 2 + docs/AuthenticationApi.md | 4 +- docs/AvatarsApi.md | 18 +- docs/EconomyApi.md | 10 +- docs/FavoritesApi.md | 16 +- docs/FilesApi.md | 20 +- docs/FriendsApi.md | 10 +- docs/GroupsApi.md | 72 +-- docs/InstancesApi.md | 8 +- docs/InviteApi.md | 16 +- docs/NotificationsApi.md | 10 +- docs/PermissionsApi.md | 4 +- docs/PlayermoderationApi.md | 12 +- docs/UsersApi.md | 12 +- docs/WorldsApi.md | 24 +- package-lock.json | 553 ++++++++++++------ package.json | 2 +- src/apis/authentication_api.rs | 2 +- src/apis/avatars_api.rs | 2 +- src/apis/configuration.rs | 2 +- src/apis/economy_api.rs | 2 +- src/apis/favorites_api.rs | 2 +- src/apis/files_api.rs | 2 +- src/apis/friends_api.rs | 2 +- src/apis/groups_api.rs | 2 +- src/apis/instances_api.rs | 2 +- src/apis/invite_api.rs | 2 +- src/apis/notifications_api.rs | 2 +- src/apis/permissions_api.rs | 2 +- src/apis/playermoderation_api.rs | 2 +- src/apis/system_api.rs | 2 +- src/apis/users_api.rs | 2 +- src/apis/worlds_api.rs | 2 +- src/models/account_deletion_log.rs | 2 +- src/models/add_favorite_request.rs | 2 +- src/models/add_group_gallery_image_request.rs | 2 +- src/models/api_config.rs | 8 +- src/models/api_config_announcement.rs | 2 +- src/models/api_config_download_url_list.rs | 12 +- src/models/api_config_events.rs | 2 +- src/models/api_health.rs | 2 +- src/models/avatar.rs | 2 +- src/models/avatar_unity_package_url_object.rs | 2 +- src/models/ban_group_member_request.rs | 2 +- src/models/create_avatar_request.rs | 2 +- src/models/create_file_request.rs | 2 +- src/models/create_file_version_request.rs | 2 +- .../create_group_announcement_request.rs | 2 +- src/models/create_group_gallery_request.rs | 2 +- src/models/create_group_invite_request.rs | 2 +- src/models/create_group_request.rs | 2 +- src/models/create_group_role_request.rs | 2 +- src/models/create_world_request.rs | 2 +- src/models/current_user.rs | 6 +- src/models/deployment_group.rs | 2 +- src/models/developer_type.rs | 2 +- src/models/dynamic_content_row.rs | 2 +- src/models/error.rs | 2 +- src/models/favorite.rs | 2 +- src/models/favorite_group.rs | 2 +- src/models/favorite_group_visibility.rs | 2 +- src/models/favorite_type.rs | 2 +- src/models/file.rs | 2 +- src/models/file_data.rs | 2 +- src/models/file_status.rs | 2 +- src/models/file_upload_url.rs | 2 +- src/models/file_version.rs | 2 +- src/models/file_version_upload_status.rs | 2 +- src/models/finish_file_data_upload_request.rs | 2 +- src/models/friend_status.rs | 2 +- src/models/group.rs | 2 +- src/models/group_announcement.rs | 2 +- src/models/group_audit_log_entry.rs | 2 +- src/models/group_gallery.rs | 2 +- src/models/group_gallery_image.rs | 2 +- src/models/group_join_state.rs | 2 +- src/models/group_limited_member.rs | 2 +- src/models/group_member.rs | 2 +- src/models/group_member_limited_user.rs | 2 +- src/models/group_member_status.rs | 2 +- src/models/group_my_member.rs | 2 +- src/models/group_permission.rs | 2 +- src/models/group_privacy.rs | 2 +- src/models/group_role.rs | 2 +- src/models/group_role_template.rs | 2 +- src/models/group_user_visibility.rs | 2 +- src/models/info_push.rs | 2 +- src/models/info_push_data.rs | 2 +- src/models/info_push_data_article.rs | 2 +- src/models/info_push_data_article_content.rs | 2 +- src/models/info_push_data_clickable.rs | 2 +- src/models/instance.rs | 2 +- src/models/instance_platforms.rs | 2 +- src/models/instance_short_name_response.rs | 2 +- src/models/instance_type.rs | 2 +- src/models/invite_message.rs | 2 +- src/models/invite_message_type.rs | 2 +- src/models/invite_request.rs | 2 +- src/models/invite_response.rs | 2 +- src/models/license.rs | 2 +- src/models/license_action.rs | 2 +- src/models/license_group.rs | 2 +- src/models/license_type.rs | 2 +- src/models/limited_unity_package.rs | 2 +- src/models/limited_user.rs | 2 +- src/models/limited_world.rs | 2 +- src/models/mime_type.rs | 2 +- src/models/moderate_user_request.rs | 2 +- src/models/notification.rs | 2 +- src/models/notification_type.rs | 2 +- src/models/order_option.rs | 2 +- .../paginated_group_audit_log_entry_list.rs | 2 +- src/models/past_display_name.rs | 2 +- src/models/permission.rs | 2 +- src/models/player_moderation.rs | 2 +- src/models/player_moderation_type.rs | 2 +- src/models/region.rs | 2 +- src/models/release_status.rs | 5 +- src/models/request_invite_request.rs | 2 +- src/models/respond_group_join_request.rs | 2 +- src/models/response.rs | 2 +- src/models/sent_notification.rs | 2 +- src/models/sort_option.rs | 2 +- src/models/subscription.rs | 2 +- src/models/subscription_period.rs | 2 +- src/models/success.rs | 2 +- src/models/transaction.rs | 2 +- src/models/transaction_agreement.rs | 2 +- src/models/transaction_status.rs | 2 +- src/models/transaction_steam_info.rs | 2 +- src/models/transaction_steam_wallet_info.rs | 2 +- src/models/two_factor_auth_code.rs | 2 +- src/models/two_factor_email_code.rs | 2 +- src/models/unity_package.rs | 2 +- src/models/update_avatar_request.rs | 2 +- src/models/update_favorite_group_request.rs | 2 +- src/models/update_group_gallery_request.rs | 2 +- src/models/update_group_member_request.rs | 2 +- src/models/update_group_request.rs | 2 +- src/models/update_group_role_request.rs | 2 +- src/models/update_invite_message_request.rs | 2 +- src/models/update_user_request.rs | 2 +- src/models/update_world_request.rs | 2 +- src/models/user.rs | 2 +- src/models/user_exists.rs | 2 +- src/models/user_state.rs | 2 +- src/models/user_status.rs | 2 +- src/models/user_subscription.rs | 2 +- src/models/verify2_fa_email_code_result.rs | 2 +- src/models/verify2_fa_result.rs | 2 +- src/models/verify_auth_token_result.rs | 2 +- src/models/world.rs | 2 +- src/models/world_metadata.rs | 2 +- src/models/world_publish_status.rs | 2 +- 156 files changed, 653 insertions(+), 442 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c3aeb7..3d1407f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vrchatapi" -version = "1.11.1" -authors = ["me@ariesclark.com"] +version = "1.12.0" +authors = ["vrchatapi.lpv0t@aries.fyi"] description = "VRChat API Client for Rust" license = "MIT" edition = "2018" diff --git a/docs/ApiConfig.md b/docs/ApiConfig.md index 98d434e..054f3c0 100644 --- a/docs/ApiConfig.md +++ b/docs/ApiConfig.md @@ -8,7 +8,6 @@ Name | Type | Description | Notes **voice_enable_receiver_limiting** | **bool** | Unknown, probably voice optimization testing | [default to true] **address** | **String** | VRChat's office address | **announcements** | [**Vec**](APIConfigAnnouncement.md) | Public Announcements | -**api_key** | **String** | apiKey to be used for all other requests | **app_name** | **String** | Game name | [default to VrChat] **build_version_tag** | **String** | Build tag of the API server | **client_api_key** | **String** | apiKey to be used for all other requests | diff --git a/docs/ApiConfigDownloadUrlList.md b/docs/ApiConfigDownloadUrlList.md index 1b2236a..6c2d329 100644 --- a/docs/ApiConfigDownloadUrlList.md +++ b/docs/ApiConfigDownloadUrlList.md @@ -7,6 +7,8 @@ Name | Type | Description | Notes **sdk2** | **String** | Download link for legacy SDK2 | **sdk3_avatars** | **String** | Download link for SDK3 for Avatars | **sdk3_worlds** | **String** | Download link for SDK3 for Worlds | +**vcc** | **String** | Download link for the Creator Companion | +**bootstrap** | **String** | Download link for ??? | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/AuthenticationApi.md b/docs/AuthenticationApi.md index 0cb9fc7..b6618b8 100644 --- a/docs/AuthenticationApi.md +++ b/docs/AuthenticationApi.md @@ -38,7 +38,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie) +No authorization required ### HTTP request headers @@ -68,7 +68,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/AvatarsApi.md b/docs/AvatarsApi.md index c80ae1b..3aba20c 100644 --- a/docs/AvatarsApi.md +++ b/docs/AvatarsApi.md @@ -36,7 +36,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -66,7 +66,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -96,7 +96,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -138,7 +138,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -168,7 +168,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -210,7 +210,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -240,7 +240,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -270,7 +270,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -301,7 +301,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/EconomyApi.md b/docs/EconomyApi.md index c939aa2..eb4b3c6 100644 --- a/docs/EconomyApi.md +++ b/docs/EconomyApi.md @@ -29,7 +29,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -59,7 +59,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -89,7 +89,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -116,7 +116,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -143,7 +143,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/FavoritesApi.md b/docs/FavoritesApi.md index 513f73d..b9333e0 100644 --- a/docs/FavoritesApi.md +++ b/docs/FavoritesApi.md @@ -35,7 +35,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -67,7 +67,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -97,7 +97,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -129,7 +129,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -161,7 +161,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -194,7 +194,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -224,7 +224,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -257,7 +257,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/FilesApi.md b/docs/FilesApi.md index 17f7e1a..fa47ebb 100644 --- a/docs/FilesApi.md +++ b/docs/FilesApi.md @@ -37,7 +37,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -68,7 +68,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -98,7 +98,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -129,7 +129,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -160,7 +160,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -193,7 +193,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -223,7 +223,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -255,7 +255,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -288,7 +288,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -321,7 +321,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/FriendsApi.md b/docs/FriendsApi.md index 12f78d1..6720790 100644 --- a/docs/FriendsApi.md +++ b/docs/FriendsApi.md @@ -32,7 +32,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -62,7 +62,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -92,7 +92,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -124,7 +124,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -154,7 +154,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md index f4f0be0..d429846 100644 --- a/docs/GroupsApi.md +++ b/docs/GroupsApi.md @@ -65,7 +65,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -97,7 +97,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -128,7 +128,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -158,7 +158,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -188,7 +188,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -219,7 +219,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -250,7 +250,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -281,7 +281,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -312,7 +312,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -342,7 +342,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -372,7 +372,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -403,7 +403,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -435,7 +435,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -466,7 +466,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -497,7 +497,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -528,7 +528,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -558,7 +558,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -592,7 +592,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -624,7 +624,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -658,7 +658,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -688,7 +688,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -719,7 +719,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -751,7 +751,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -781,7 +781,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -811,7 +811,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -841,7 +841,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -871,7 +871,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -902,7 +902,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -932,7 +932,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -964,7 +964,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -996,7 +996,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -1027,7 +1027,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -1058,7 +1058,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -1090,7 +1090,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -1122,7 +1122,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -1154,7 +1154,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/InstancesApi.md b/docs/InstancesApi.md index 44321e4..f6bbe5f 100644 --- a/docs/InstancesApi.md +++ b/docs/InstancesApi.md @@ -32,7 +32,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -62,7 +62,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -93,7 +93,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -124,7 +124,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/InviteApi.md b/docs/InviteApi.md index 921a13a..1169efd 100644 --- a/docs/InviteApi.md +++ b/docs/InviteApi.md @@ -37,7 +37,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -68,7 +68,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -99,7 +99,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -130,7 +130,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -161,7 +161,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -193,7 +193,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -224,7 +224,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -257,7 +257,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/NotificationsApi.md b/docs/NotificationsApi.md index 58bc591..541374b 100644 --- a/docs/NotificationsApi.md +++ b/docs/NotificationsApi.md @@ -32,7 +32,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -59,7 +59,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -89,7 +89,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -124,7 +124,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -154,7 +154,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/PermissionsApi.md b/docs/PermissionsApi.md index 8897ecf..bd2aae6 100644 --- a/docs/PermissionsApi.md +++ b/docs/PermissionsApi.md @@ -26,7 +26,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -56,7 +56,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/PlayermoderationApi.md b/docs/PlayermoderationApi.md index bc4ae24..077f8d1 100644 --- a/docs/PlayermoderationApi.md +++ b/docs/PlayermoderationApi.md @@ -30,7 +30,7 @@ This endpoint does not need any parameter. ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -60,7 +60,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -90,7 +90,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -121,7 +121,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -151,7 +151,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -181,7 +181,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/UsersApi.md b/docs/UsersApi.md index 3d0740f..65063ef 100644 --- a/docs/UsersApi.md +++ b/docs/UsersApi.md @@ -33,7 +33,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -63,7 +63,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -93,7 +93,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -123,7 +123,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -156,7 +156,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -187,7 +187,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/docs/WorldsApi.md b/docs/WorldsApi.md index 6b742fd..64b42f5 100644 --- a/docs/WorldsApi.md +++ b/docs/WorldsApi.md @@ -70,7 +70,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -111,7 +111,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -153,7 +153,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -195,7 +195,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -225,7 +225,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie) +No authorization required ### HTTP request headers @@ -256,7 +256,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -286,7 +286,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -316,7 +316,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -346,7 +346,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -389,7 +389,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -419,7 +419,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers @@ -450,7 +450,7 @@ Name | Type | Description | Required | Notes ### Authorization -[apiKeyCookie](../README.md#apiKeyCookie), [authCookie](../README.md#authCookie) +[authCookie](../README.md#authCookie) ### HTTP request headers diff --git a/package-lock.json b/package-lock.json index 4ae75f8..6cef49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,17 +5,39 @@ "packages": { "": { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.5.2" + "@openapitools/openapi-generator-cli": "^2.6.0" + } + }, + "node_modules/@lukeed/csprng": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", + "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@nestjs/axios": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.8.tgz", + "integrity": "sha512-oJyfR9/h9tVk776il0829xyj3b2e81yTu6HjPraxynwNtMNGqZBHHmAQL24yMB3tVbBM0RvG3eUXH8+pRCGwlg==", + "dependencies": { + "axios": "0.27.2" + }, + "peerDependencies": { + "@nestjs/common": "^7.0.0 || ^8.0.0", + "reflect-metadata": "^0.1.12", + "rxjs": "^6.0.0 || ^7.0.0" } }, "node_modules/@nestjs/common": { - "version": "8.4.4", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.4.tgz", - "integrity": "sha512-QHi7QcgH/5Jinz+SCfIZJkFHc6Cch1YsAEGFEhi6wSp6MILb0sJMQ1CX06e9tCOAjSlBwaJj4PH0eFCVau5v9Q==", + "version": "8.4.7", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.7.tgz", + "integrity": "sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==", + "peer": true, "dependencies": { - "axios": "0.26.1", + "axios": "0.27.2", "iterare": "1.2.1", - "tslib": "2.3.1", + "tslib": "2.4.0", "uuid": "8.3.2" }, "funding": { @@ -42,52 +64,10 @@ } }, "node_modules/@nestjs/common/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/@nestjs/core": { - "version": "8.4.4", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz", - "integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==", - "hasInstallScript": true, - "dependencies": { - "@nuxtjs/opencollective": "0.3.2", - "fast-safe-stringify": "2.1.1", - "iterare": "1.2.1", - "object-hash": "3.0.0", - "path-to-regexp": "3.2.0", - "tslib": "2.3.1", - "uuid": "8.3.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nest" - }, - "peerDependencies": { - "@nestjs/common": "^8.0.0", - "@nestjs/microservices": "^8.0.0", - "@nestjs/platform-express": "^8.0.0", - "@nestjs/websockets": "^8.0.0", - "reflect-metadata": "^0.1.12", - "rxjs": "^7.1.0" - }, - "peerDependenciesMeta": { - "@nestjs/microservices": { - "optional": true - }, - "@nestjs/platform-express": { - "optional": true - }, - "@nestjs/websockets": { - "optional": true - } - } - }, - "node_modules/@nestjs/core/node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "peer": true }, "node_modules/@nuxtjs/opencollective": { "version": "0.3.2", @@ -107,25 +87,26 @@ } }, "node_modules/@openapitools/openapi-generator-cli": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.2.tgz", - "integrity": "sha512-FLgkjzpDiHVsH821db0VDSElDoA6TcspGyq3RD4zLBJaJhbSsRwr4u87sNoyuHKBg4OMJbZMT4iJxAhkosKrzw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.6.0.tgz", + "integrity": "sha512-M/aOpR7G+Y1nMf+ofuar8pGszajgfhs1aSPSijkcr2tHTxKAI3sA3YYcOGbszxaNRKFyvOcDq+KP9pcJvKoCHg==", "hasInstallScript": true, "dependencies": { - "@nestjs/common": "8.4.4", - "@nestjs/core": "8.4.4", + "@nestjs/axios": "0.0.8", + "@nestjs/common": "9.3.11", + "@nestjs/core": "9.3.11", "@nuxtjs/opencollective": "0.3.2", "chalk": "4.1.2", "commander": "8.3.0", - "compare-versions": "4.1.3", + "compare-versions": "4.1.4", "concurrently": "6.5.1", "console.table": "0.10.0", - "fs-extra": "10.0.1", + "fs-extra": "10.1.0", "glob": "7.1.6", - "inquirer": "8.2.2", + "inquirer": "8.2.5", "lodash": "4.17.21", "reflect-metadata": "0.1.13", - "rxjs": "7.5.5", + "rxjs": "7.8.0", "tslib": "2.0.3" }, "bin": { @@ -139,6 +120,85 @@ "url": "https://opencollective.com/openapi_generator" } }, + "node_modules/@openapitools/openapi-generator-cli/node_modules/@nestjs/common": { + "version": "9.3.11", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz", + "integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==", + "dependencies": { + "iterare": "1.2.1", + "tslib": "2.5.0", + "uid": "2.0.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "cache-manager": "<=5", + "class-transformer": "*", + "class-validator": "*", + "reflect-metadata": "^0.1.12", + "rxjs": "^7.1.0" + }, + "peerDependenciesMeta": { + "cache-manager": { + "optional": true + }, + "class-transformer": { + "optional": true + }, + "class-validator": { + "optional": true + } + } + }, + "node_modules/@openapitools/openapi-generator-cli/node_modules/@nestjs/common/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + }, + "node_modules/@openapitools/openapi-generator-cli/node_modules/@nestjs/core": { + "version": "9.3.11", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.11.tgz", + "integrity": "sha512-CI27a2JFd5rvvbgkalWqsiwQNhcP4EAG5BUK8usjp29wVp1kx30ghfBT8FLqIgmkRVo65A0IcEnWsxeXMntkxQ==", + "hasInstallScript": true, + "dependencies": { + "@nuxtjs/opencollective": "0.3.2", + "fast-safe-stringify": "2.1.1", + "iterare": "1.2.1", + "path-to-regexp": "3.2.0", + "tslib": "2.5.0", + "uid": "2.0.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "@nestjs/common": "^9.0.0", + "@nestjs/microservices": "^9.0.0", + "@nestjs/platform-express": "^9.0.0", + "@nestjs/websockets": "^9.0.0", + "reflect-metadata": "^0.1.12", + "rxjs": "^7.1.0" + }, + "peerDependenciesMeta": { + "@nestjs/microservices": { + "optional": true + }, + "@nestjs/platform-express": { + "optional": true + }, + "@nestjs/websockets": { + "optional": true + } + } + }, + "node_modules/@openapitools/openapi-generator-cli/node_modules/@nestjs/core/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + }, "node_modules/ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", @@ -175,12 +235,18 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, "node_modules/axios": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", - "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", "dependencies": { - "follow-redirects": "^1.14.8" + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" } }, "node_modules/balanced-match": { @@ -281,9 +347,9 @@ } }, "node_modules/cli-spinners": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", - "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz", + "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==", "engines": { "node": ">=6" }, @@ -333,6 +399,17 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/commander": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", @@ -342,9 +419,9 @@ } }, "node_modules/compare-versions": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.3.tgz", - "integrity": "sha512-WQfnbDcrYnGr55UwbxKiQKASnTtNnaAWVi8jZyy8NTpVAXWACSne8lMD1iaIo9AiU6mnuLvSVshCzewVuWxHUg==" + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.4.tgz", + "integrity": "sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==" }, "node_modules/concat-map": { "version": "0.0.1", @@ -438,6 +515,14 @@ "clone": "^1.0.2" } }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/easy-table": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", @@ -518,10 +603,23 @@ } } }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fs-extra": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", - "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -564,9 +662,9 @@ } }, "node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/has-flag": { "version": "4.0.0", @@ -621,9 +719,9 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/inquirer": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.2.tgz", - "integrity": "sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==", + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz", + "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==", "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -638,7 +736,8 @@ "rxjs": "^7.5.5", "string-width": "^4.1.0", "strip-ansi": "^6.0.0", - "through": "^2.3.6" + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" }, "engines": { "node": ">=12.0.0" @@ -710,6 +809,25 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -735,9 +853,9 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -753,14 +871,6 @@ } } }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "engines": { - "node": ">= 6" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -827,9 +937,9 @@ "integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==" }, "node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -873,17 +983,17 @@ } }, "node_modules/rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", + "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/rxjs/node_modules/tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" }, "node_modules/safe-buffer": { "version": "5.2.1", @@ -1007,6 +1117,17 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/uid": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.1.tgz", + "integrity": "sha512-PF+1AnZgycpAIEmNtjxGBVmKbZAQguaa4pBUq6KNaGEcpzZ2klCNZLM34tsjp76maN00TttiiUf6zkIBpJQm2A==", + "dependencies": { + "@lukeed/csprng": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -1024,6 +1145,7 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "peer": true, "bin": { "uuid": "dist/bin/uuid" } @@ -1106,42 +1228,36 @@ } }, "dependencies": { - "@nestjs/common": { - "version": "8.4.4", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.4.tgz", - "integrity": "sha512-QHi7QcgH/5Jinz+SCfIZJkFHc6Cch1YsAEGFEhi6wSp6MILb0sJMQ1CX06e9tCOAjSlBwaJj4PH0eFCVau5v9Q==", + "@lukeed/csprng": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", + "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" + }, + "@nestjs/axios": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-0.0.8.tgz", + "integrity": "sha512-oJyfR9/h9tVk776il0829xyj3b2e81yTu6HjPraxynwNtMNGqZBHHmAQL24yMB3tVbBM0RvG3eUXH8+pRCGwlg==", "requires": { - "axios": "0.26.1", - "iterare": "1.2.1", - "tslib": "2.3.1", - "uuid": "8.3.2" - }, - "dependencies": { - "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - } + "axios": "0.27.2" } }, - "@nestjs/core": { - "version": "8.4.4", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-8.4.4.tgz", - "integrity": "sha512-Ef3yJPuzAttpNfehnGqIV5kHIL9SHptB5F4ERxoU7pT61H3xiYpZw6hSjx68cJO7cc6rm7/N+b4zeuJvFHtvBg==", + "@nestjs/common": { + "version": "8.4.7", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-8.4.7.tgz", + "integrity": "sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==", + "peer": true, "requires": { - "@nuxtjs/opencollective": "0.3.2", - "fast-safe-stringify": "2.1.1", + "axios": "0.27.2", "iterare": "1.2.1", - "object-hash": "3.0.0", - "path-to-regexp": "3.2.0", - "tslib": "2.3.1", + "tslib": "2.4.0", "uuid": "8.3.2" }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "peer": true } } }, @@ -1156,25 +1272,65 @@ } }, "@openapitools/openapi-generator-cli": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.5.2.tgz", - "integrity": "sha512-FLgkjzpDiHVsH821db0VDSElDoA6TcspGyq3RD4zLBJaJhbSsRwr4u87sNoyuHKBg4OMJbZMT4iJxAhkosKrzw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.6.0.tgz", + "integrity": "sha512-M/aOpR7G+Y1nMf+ofuar8pGszajgfhs1aSPSijkcr2tHTxKAI3sA3YYcOGbszxaNRKFyvOcDq+KP9pcJvKoCHg==", "requires": { - "@nestjs/common": "8.4.4", - "@nestjs/core": "8.4.4", + "@nestjs/axios": "0.0.8", + "@nestjs/common": "9.3.11", + "@nestjs/core": "9.3.11", "@nuxtjs/opencollective": "0.3.2", "chalk": "4.1.2", "commander": "8.3.0", - "compare-versions": "4.1.3", + "compare-versions": "4.1.4", "concurrently": "6.5.1", "console.table": "0.10.0", - "fs-extra": "10.0.1", + "fs-extra": "10.1.0", "glob": "7.1.6", - "inquirer": "8.2.2", + "inquirer": "8.2.5", "lodash": "4.17.21", "reflect-metadata": "0.1.13", - "rxjs": "7.5.5", + "rxjs": "7.8.0", "tslib": "2.0.3" + }, + "dependencies": { + "@nestjs/common": { + "version": "9.3.11", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.3.11.tgz", + "integrity": "sha512-IFZ2G/5UKWC2Uo7tJ4SxGed2+aiA+sJyWeWsGTogKVDhq90oxVBToh+uCDeI31HNUpqYGoWmkletfty42zUd8A==", + "requires": { + "iterare": "1.2.1", + "tslib": "2.5.0", + "uid": "2.0.1" + }, + "dependencies": { + "tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + } + } + }, + "@nestjs/core": { + "version": "9.3.11", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.3.11.tgz", + "integrity": "sha512-CI27a2JFd5rvvbgkalWqsiwQNhcP4EAG5BUK8usjp29wVp1kx30ghfBT8FLqIgmkRVo65A0IcEnWsxeXMntkxQ==", + "requires": { + "@nuxtjs/opencollective": "0.3.2", + "fast-safe-stringify": "2.1.1", + "iterare": "1.2.1", + "path-to-regexp": "3.2.0", + "tslib": "2.5.0", + "uid": "2.0.1" + }, + "dependencies": { + "tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + } + } + } } }, "ansi-escapes": { @@ -1198,12 +1354,18 @@ "color-convert": "^2.0.1" } }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, "axios": { - "version": "0.26.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", - "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", + "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", "requires": { - "follow-redirects": "^1.14.8" + "follow-redirects": "^1.14.9", + "form-data": "^4.0.0" } }, "balanced-match": { @@ -1267,9 +1429,9 @@ } }, "cli-spinners": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", - "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==" + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.0.tgz", + "integrity": "sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==" }, "cli-width": { "version": "3.0.0", @@ -1304,15 +1466,23 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, "commander": { "version": "8.3.0", "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" }, "compare-versions": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.3.tgz", - "integrity": "sha512-WQfnbDcrYnGr55UwbxKiQKASnTtNnaAWVi8jZyy8NTpVAXWACSne8lMD1iaIo9AiU6mnuLvSVshCzewVuWxHUg==" + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-4.1.4.tgz", + "integrity": "sha512-FemMreK9xNyL8gQevsdRMrvO4lFCkQP7qbuktn1q8ndcNk1+0mz7lgE7b/sNvbhVgY4w6tMN1FDp6aADjqw2rw==" }, "concat-map": { "version": "0.0.1", @@ -1383,6 +1553,11 @@ "clone": "^1.0.2" } }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, "easy-table": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.0.tgz", @@ -1434,10 +1609,20 @@ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, "fs-extra": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", - "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "requires": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -1468,9 +1653,9 @@ } }, "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "has-flag": { "version": "4.0.0", @@ -1505,9 +1690,9 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "inquirer": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.2.tgz", - "integrity": "sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==", + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz", + "integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -1522,7 +1707,8 @@ "rxjs": "^7.5.5", "string-width": "^4.1.0", "strip-ansi": "^6.0.0", - "through": "^2.3.6" + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" } }, "is-fullwidth-code-point": { @@ -1568,6 +1754,19 @@ "is-unicode-supported": "^0.1.0" } }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -1587,18 +1786,13 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", "requires": { "whatwg-url": "^5.0.0" } }, - "object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -1647,9 +1841,9 @@ "integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA==" }, "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -1681,17 +1875,17 @@ "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==" }, "rxjs": { - "version": "7.5.5", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", - "integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", + "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", "requires": { "tslib": "^2.1.0" }, "dependencies": { "tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==" + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz", + "integrity": "sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==" } } }, @@ -1782,6 +1976,14 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" }, + "uid": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.1.tgz", + "integrity": "sha512-PF+1AnZgycpAIEmNtjxGBVmKbZAQguaa4pBUq6KNaGEcpzZ2klCNZLM34tsjp76maN00TttiiUf6zkIBpJQm2A==", + "requires": { + "@lukeed/csprng": "^1.0.0" + } + }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -1795,7 +1997,8 @@ "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "peer": true }, "wcwidth": { "version": "1.0.1", diff --git a/package.json b/package.json index 6580632..aec4413 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.5.2" + "@openapitools/openapi-generator-cli": "^2.6.0" } } diff --git a/src/apis/authentication_api.rs b/src/apis/authentication_api.rs index 70a818d..54e5274 100644 --- a/src/apis/authentication_api.rs +++ b/src/apis/authentication_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/avatars_api.rs b/src/apis/avatars_api.rs index 3d2b5c3..af55607 100644 --- a/src/apis/avatars_api.rs +++ b/src/apis/avatars_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/configuration.rs b/src/apis/configuration.rs index f1e1ca5..2b373c8 100644 --- a/src/apis/configuration.rs +++ b/src/apis/configuration.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/economy_api.rs b/src/apis/economy_api.rs index c13aa03..ae36446 100644 --- a/src/apis/economy_api.rs +++ b/src/apis/economy_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/favorites_api.rs b/src/apis/favorites_api.rs index a1fb41a..6405154 100644 --- a/src/apis/favorites_api.rs +++ b/src/apis/favorites_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/files_api.rs b/src/apis/files_api.rs index 61bf6d3..7367685 100644 --- a/src/apis/files_api.rs +++ b/src/apis/files_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/friends_api.rs b/src/apis/friends_api.rs index 763a47b..ad8265c 100644 --- a/src/apis/friends_api.rs +++ b/src/apis/friends_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/groups_api.rs b/src/apis/groups_api.rs index 1d48ebb..f6000c9 100644 --- a/src/apis/groups_api.rs +++ b/src/apis/groups_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/instances_api.rs b/src/apis/instances_api.rs index 075cbd8..de5c3cb 100644 --- a/src/apis/instances_api.rs +++ b/src/apis/instances_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/invite_api.rs b/src/apis/invite_api.rs index 30dc2f8..cbe4a49 100644 --- a/src/apis/invite_api.rs +++ b/src/apis/invite_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/notifications_api.rs b/src/apis/notifications_api.rs index 3298c18..9d82774 100644 --- a/src/apis/notifications_api.rs +++ b/src/apis/notifications_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/permissions_api.rs b/src/apis/permissions_api.rs index f6cab81..4ad5c41 100644 --- a/src/apis/permissions_api.rs +++ b/src/apis/permissions_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/playermoderation_api.rs b/src/apis/playermoderation_api.rs index ccb520c..6af6404 100644 --- a/src/apis/playermoderation_api.rs +++ b/src/apis/playermoderation_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/system_api.rs b/src/apis/system_api.rs index 6beb920..d95581f 100644 --- a/src/apis/system_api.rs +++ b/src/apis/system_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/users_api.rs b/src/apis/users_api.rs index eb47f33..d8f403a 100644 --- a/src/apis/users_api.rs +++ b/src/apis/users_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/apis/worlds_api.rs b/src/apis/worlds_api.rs index 3ab7ca8..9cecd8c 100644 --- a/src/apis/worlds_api.rs +++ b/src/apis/worlds_api.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/account_deletion_log.rs b/src/models/account_deletion_log.rs index 711bdf1..f34a55a 100644 --- a/src/models/account_deletion_log.rs +++ b/src/models/account_deletion_log.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/add_favorite_request.rs b/src/models/add_favorite_request.rs index e9dc3e6..5e7bf3d 100644 --- a/src/models/add_favorite_request.rs +++ b/src/models/add_favorite_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/add_group_gallery_image_request.rs b/src/models/add_group_gallery_image_request.rs index 1c51e39..9097fb0 100644 --- a/src/models/add_group_gallery_image_request.rs +++ b/src/models/add_group_gallery_image_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_config.rs b/src/models/api_config.rs index 50620e1..ebf204f 100644 --- a/src/models/api_config.rs +++ b/src/models/api_config.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ @@ -24,9 +24,6 @@ pub struct ApiConfig { /// Public Announcements #[serde(rename = "announcements")] pub announcements: Vec, - /// apiKey to be used for all other requests - #[serde(rename = "apiKey")] - pub api_key: String, /// Game name #[serde(rename = "appName")] pub app_name: String, @@ -252,13 +249,12 @@ pub struct ApiConfig { impl ApiConfig { /// - pub fn new(voice_enable_degradation: bool, voice_enable_receiver_limiting: bool, address: String, announcements: Vec, api_key: String, app_name: String, build_version_tag: String, client_api_key: String, client_bps_ceiling: i32, client_disconnect_timeout: i32, client_reserved_player_bps: i32, client_sent_count_allowance: i32, contact_email: String, copyright_email: String, current_tos_version: i32, default_avatar: String, deployment_group: crate::models::DeploymentGroup, dev_app_version_standalone: String, dev_download_link_windows: String, dev_sdk_url: String, dev_sdk_version: String, dev_server_version_standalone: String, dis_countdown: String, disable_avatar_copying: bool, disable_avatar_gating: bool, disable_community_labs: bool, disable_community_labs_promotion: bool, disable_email: bool, disable_event_stream: bool, disable_feedback_gating: bool, disable_frontend_builds: bool, disable_hello: bool, disable_oculus_subs: bool, disable_registration: bool, disable_steam_networking: bool, disable_two_factor_auth: bool, disable_udon: bool, disable_upgrade_account: bool, download_link_windows: String, download_urls: crate::models::ApiConfigDownloadUrlList, dynamic_world_rows: Vec, events: crate::models::ApiConfigEvents, gear_demo_room_id: String, home_world_id: String, homepage_redirect_target: String, hub_world_id: String, jobs_email: String, message_of_the_day: String, moderation_email: String, moderation_query_period: i32, not_allowed_to_select_avatar_in_private_world_message: String, plugin: String, release_app_version_standalone: String, release_sdk_url: String, release_sdk_version: String, release_server_version_standalone: String, sdk_developer_faq_url: String, sdk_discord_url: String, sdk_not_allowed_to_publish_message: String, sdk_unity_version: String, server_name: String, support_email: String, time_out_world_id: String, tutorial_world_id: String, update_rate_ms_maximum: i32, update_rate_ms_minimum: i32, update_rate_ms_normal: i32, update_rate_ms_udon_manual: i32, upload_analysis_percent: i32, url_list: Vec, use_reliable_udp_for_voice: bool, user_update_period: i32, user_verification_delay: i32, user_verification_retry: i32, user_verification_timeout: i32, vive_windows_url: String, white_listed_asset_urls: Vec, world_update_period: i32, player_url_resolver_hash: String, player_url_resolver_version: String) -> ApiConfig { + pub fn new(voice_enable_degradation: bool, voice_enable_receiver_limiting: bool, address: String, announcements: Vec, app_name: String, build_version_tag: String, client_api_key: String, client_bps_ceiling: i32, client_disconnect_timeout: i32, client_reserved_player_bps: i32, client_sent_count_allowance: i32, contact_email: String, copyright_email: String, current_tos_version: i32, default_avatar: String, deployment_group: crate::models::DeploymentGroup, dev_app_version_standalone: String, dev_download_link_windows: String, dev_sdk_url: String, dev_sdk_version: String, dev_server_version_standalone: String, dis_countdown: String, disable_avatar_copying: bool, disable_avatar_gating: bool, disable_community_labs: bool, disable_community_labs_promotion: bool, disable_email: bool, disable_event_stream: bool, disable_feedback_gating: bool, disable_frontend_builds: bool, disable_hello: bool, disable_oculus_subs: bool, disable_registration: bool, disable_steam_networking: bool, disable_two_factor_auth: bool, disable_udon: bool, disable_upgrade_account: bool, download_link_windows: String, download_urls: crate::models::ApiConfigDownloadUrlList, dynamic_world_rows: Vec, events: crate::models::ApiConfigEvents, gear_demo_room_id: String, home_world_id: String, homepage_redirect_target: String, hub_world_id: String, jobs_email: String, message_of_the_day: String, moderation_email: String, moderation_query_period: i32, not_allowed_to_select_avatar_in_private_world_message: String, plugin: String, release_app_version_standalone: String, release_sdk_url: String, release_sdk_version: String, release_server_version_standalone: String, sdk_developer_faq_url: String, sdk_discord_url: String, sdk_not_allowed_to_publish_message: String, sdk_unity_version: String, server_name: String, support_email: String, time_out_world_id: String, tutorial_world_id: String, update_rate_ms_maximum: i32, update_rate_ms_minimum: i32, update_rate_ms_normal: i32, update_rate_ms_udon_manual: i32, upload_analysis_percent: i32, url_list: Vec, use_reliable_udp_for_voice: bool, user_update_period: i32, user_verification_delay: i32, user_verification_retry: i32, user_verification_timeout: i32, vive_windows_url: String, white_listed_asset_urls: Vec, world_update_period: i32, player_url_resolver_hash: String, player_url_resolver_version: String) -> ApiConfig { ApiConfig { voice_enable_degradation, voice_enable_receiver_limiting, address, announcements, - api_key, app_name, build_version_tag, client_api_key, diff --git a/src/models/api_config_announcement.rs b/src/models/api_config_announcement.rs index a5acc58..2bf46af 100644 --- a/src/models/api_config_announcement.rs +++ b/src/models/api_config_announcement.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_config_download_url_list.rs b/src/models/api_config_download_url_list.rs index 7fd173e..d98b3bc 100644 --- a/src/models/api_config_download_url_list.rs +++ b/src/models/api_config_download_url_list.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ @@ -21,15 +21,23 @@ pub struct ApiConfigDownloadUrlList { /// Download link for SDK3 for Worlds #[serde(rename = "sdk3-worlds")] pub sdk3_worlds: String, + /// Download link for the Creator Companion + #[serde(rename = "vcc")] + pub vcc: String, + /// Download link for ??? + #[serde(rename = "bootstrap")] + pub bootstrap: String, } impl ApiConfigDownloadUrlList { /// Download links for various development assets. - pub fn new(sdk2: String, sdk3_avatars: String, sdk3_worlds: String) -> ApiConfigDownloadUrlList { + pub fn new(sdk2: String, sdk3_avatars: String, sdk3_worlds: String, vcc: String, bootstrap: String) -> ApiConfigDownloadUrlList { ApiConfigDownloadUrlList { sdk2, sdk3_avatars, sdk3_worlds, + vcc, + bootstrap, } } } diff --git a/src/models/api_config_events.rs b/src/models/api_config_events.rs index 18c042d..98e0bc6 100644 --- a/src/models/api_config_events.rs +++ b/src/models/api_config_events.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/api_health.rs b/src/models/api_health.rs index 0c5551a..350c1a1 100644 --- a/src/models/api_health.rs +++ b/src/models/api_health.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/avatar.rs b/src/models/avatar.rs index 2d83b28..d0c3aa3 100644 --- a/src/models/avatar.rs +++ b/src/models/avatar.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/avatar_unity_package_url_object.rs b/src/models/avatar_unity_package_url_object.rs index e229722..821df1b 100644 --- a/src/models/avatar_unity_package_url_object.rs +++ b/src/models/avatar_unity_package_url_object.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/ban_group_member_request.rs b/src/models/ban_group_member_request.rs index a294405..32487bd 100644 --- a/src/models/ban_group_member_request.rs +++ b/src/models/ban_group_member_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_avatar_request.rs b/src/models/create_avatar_request.rs index 55daa72..6289962 100644 --- a/src/models/create_avatar_request.rs +++ b/src/models/create_avatar_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_file_request.rs b/src/models/create_file_request.rs index 6df67d4..627bba8 100644 --- a/src/models/create_file_request.rs +++ b/src/models/create_file_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_file_version_request.rs b/src/models/create_file_version_request.rs index c9598ce..428277c 100644 --- a/src/models/create_file_version_request.rs +++ b/src/models/create_file_version_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_group_announcement_request.rs b/src/models/create_group_announcement_request.rs index a637e6b..d2e9806 100644 --- a/src/models/create_group_announcement_request.rs +++ b/src/models/create_group_announcement_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_group_gallery_request.rs b/src/models/create_group_gallery_request.rs index 6208183..e03adb2 100644 --- a/src/models/create_group_gallery_request.rs +++ b/src/models/create_group_gallery_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_group_invite_request.rs b/src/models/create_group_invite_request.rs index f76f6a5..5eae737 100644 --- a/src/models/create_group_invite_request.rs +++ b/src/models/create_group_invite_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_group_request.rs b/src/models/create_group_request.rs index 3cb3fe7..5d315ce 100644 --- a/src/models/create_group_request.rs +++ b/src/models/create_group_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_group_role_request.rs b/src/models/create_group_role_request.rs index c1b52d8..e9877ea 100644 --- a/src/models/create_group_role_request.rs +++ b/src/models/create_group_role_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/create_world_request.rs b/src/models/create_world_request.rs index 400a732..77a1859 100644 --- a/src/models/create_world_request.rs +++ b/src/models/create_world_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/current_user.rs b/src/models/current_user.rs index e556606..a657d4d 100644 --- a/src/models/current_user.rs +++ b/src/models/current_user.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ @@ -16,8 +16,8 @@ pub struct CurrentUser { #[serde(rename = "accountDeletionDate", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")] pub account_deletion_date: Option>, /// - #[serde(rename = "accountDeletionLog", skip_serializing_if = "Option::is_none")] - pub account_deletion_log: Option>, + #[serde(rename = "accountDeletionLog", default, with = "::serde_with::rust::double_option", skip_serializing_if = "Option::is_none")] + pub account_deletion_log: Option>>, /// #[serde(rename = "activeFriends", skip_serializing_if = "Option::is_none")] pub active_friends: Option>, diff --git a/src/models/deployment_group.rs b/src/models/deployment_group.rs index 4941150..aae87d7 100644 --- a/src/models/deployment_group.rs +++ b/src/models/deployment_group.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/developer_type.rs b/src/models/developer_type.rs index d228d50..ac55510 100644 --- a/src/models/developer_type.rs +++ b/src/models/developer_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/dynamic_content_row.rs b/src/models/dynamic_content_row.rs index eba1012..b43314e 100644 --- a/src/models/dynamic_content_row.rs +++ b/src/models/dynamic_content_row.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/error.rs b/src/models/error.rs index ecbfc31..6683a11 100644 --- a/src/models/error.rs +++ b/src/models/error.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/favorite.rs b/src/models/favorite.rs index f6e210a..ad2fbe6 100644 --- a/src/models/favorite.rs +++ b/src/models/favorite.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/favorite_group.rs b/src/models/favorite_group.rs index 702c689..b962f4b 100644 --- a/src/models/favorite_group.rs +++ b/src/models/favorite_group.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/favorite_group_visibility.rs b/src/models/favorite_group_visibility.rs index 46ca8c4..097eb92 100644 --- a/src/models/favorite_group_visibility.rs +++ b/src/models/favorite_group_visibility.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/favorite_type.rs b/src/models/favorite_type.rs index 1fe3390..aec9dbf 100644 --- a/src/models/favorite_type.rs +++ b/src/models/favorite_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file.rs b/src/models/file.rs index 2e198e9..04b4247 100644 --- a/src/models/file.rs +++ b/src/models/file.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file_data.rs b/src/models/file_data.rs index a69905a..7e13b7d 100644 --- a/src/models/file_data.rs +++ b/src/models/file_data.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file_status.rs b/src/models/file_status.rs index 8750919..9c14f1d 100644 --- a/src/models/file_status.rs +++ b/src/models/file_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file_upload_url.rs b/src/models/file_upload_url.rs index acfa920..5accdec 100644 --- a/src/models/file_upload_url.rs +++ b/src/models/file_upload_url.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file_version.rs b/src/models/file_version.rs index 7654796..31c81ef 100644 --- a/src/models/file_version.rs +++ b/src/models/file_version.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/file_version_upload_status.rs b/src/models/file_version_upload_status.rs index 4725b7a..9690eb5 100644 --- a/src/models/file_version_upload_status.rs +++ b/src/models/file_version_upload_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/finish_file_data_upload_request.rs b/src/models/finish_file_data_upload_request.rs index ccfc436..e4d4162 100644 --- a/src/models/finish_file_data_upload_request.rs +++ b/src/models/finish_file_data_upload_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/friend_status.rs b/src/models/friend_status.rs index ff877f2..a4aac03 100644 --- a/src/models/friend_status.rs +++ b/src/models/friend_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group.rs b/src/models/group.rs index 64afb89..30e9649 100644 --- a/src/models/group.rs +++ b/src/models/group.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_announcement.rs b/src/models/group_announcement.rs index 4f4f82a..7aa840e 100644 --- a/src/models/group_announcement.rs +++ b/src/models/group_announcement.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_audit_log_entry.rs b/src/models/group_audit_log_entry.rs index d6baa11..fe51f54 100644 --- a/src/models/group_audit_log_entry.rs +++ b/src/models/group_audit_log_entry.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_gallery.rs b/src/models/group_gallery.rs index 93ae612..24285de 100644 --- a/src/models/group_gallery.rs +++ b/src/models/group_gallery.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_gallery_image.rs b/src/models/group_gallery_image.rs index e0b4189..c018f79 100644 --- a/src/models/group_gallery_image.rs +++ b/src/models/group_gallery_image.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_join_state.rs b/src/models/group_join_state.rs index dcab208..64a5ab4 100644 --- a/src/models/group_join_state.rs +++ b/src/models/group_join_state.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_limited_member.rs b/src/models/group_limited_member.rs index 75d51f9..12a05eb 100644 --- a/src/models/group_limited_member.rs +++ b/src/models/group_limited_member.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member.rs b/src/models/group_member.rs index c9af24e..7f5053d 100644 --- a/src/models/group_member.rs +++ b/src/models/group_member.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_limited_user.rs b/src/models/group_member_limited_user.rs index 48a4241..e0359c7 100644 --- a/src/models/group_member_limited_user.rs +++ b/src/models/group_member_limited_user.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_member_status.rs b/src/models/group_member_status.rs index 928f157..002eba1 100644 --- a/src/models/group_member_status.rs +++ b/src/models/group_member_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_my_member.rs b/src/models/group_my_member.rs index 0f7aa8b..c2d3674 100644 --- a/src/models/group_my_member.rs +++ b/src/models/group_my_member.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_permission.rs b/src/models/group_permission.rs index 3334982..8a1e101 100644 --- a/src/models/group_permission.rs +++ b/src/models/group_permission.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_privacy.rs b/src/models/group_privacy.rs index 00449fa..e6aed5a 100644 --- a/src/models/group_privacy.rs +++ b/src/models/group_privacy.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_role.rs b/src/models/group_role.rs index 69a764a..09f58ca 100644 --- a/src/models/group_role.rs +++ b/src/models/group_role.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_role_template.rs b/src/models/group_role_template.rs index f7456d3..6bdd7ae 100644 --- a/src/models/group_role_template.rs +++ b/src/models/group_role_template.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/group_user_visibility.rs b/src/models/group_user_visibility.rs index ff101ff..e556a77 100644 --- a/src/models/group_user_visibility.rs +++ b/src/models/group_user_visibility.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/info_push.rs b/src/models/info_push.rs index 15493ac..627f0f5 100644 --- a/src/models/info_push.rs +++ b/src/models/info_push.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/info_push_data.rs b/src/models/info_push_data.rs index 08616c5..38f3910 100644 --- a/src/models/info_push_data.rs +++ b/src/models/info_push_data.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/info_push_data_article.rs b/src/models/info_push_data_article.rs index 494b31b..5de7f8c 100644 --- a/src/models/info_push_data_article.rs +++ b/src/models/info_push_data_article.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/info_push_data_article_content.rs b/src/models/info_push_data_article_content.rs index 0ad3d28..bb1d59d 100644 --- a/src/models/info_push_data_article_content.rs +++ b/src/models/info_push_data_article_content.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/info_push_data_clickable.rs b/src/models/info_push_data_clickable.rs index 96f1aa0..b220a16 100644 --- a/src/models/info_push_data_clickable.rs +++ b/src/models/info_push_data_clickable.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/instance.rs b/src/models/instance.rs index 252d66e..943f6eb 100644 --- a/src/models/instance.rs +++ b/src/models/instance.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/instance_platforms.rs b/src/models/instance_platforms.rs index f640e4b..6ad8e74 100644 --- a/src/models/instance_platforms.rs +++ b/src/models/instance_platforms.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/instance_short_name_response.rs b/src/models/instance_short_name_response.rs index 5adad04..da8f49c 100644 --- a/src/models/instance_short_name_response.rs +++ b/src/models/instance_short_name_response.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/instance_type.rs b/src/models/instance_type.rs index 559cb25..02daa48 100644 --- a/src/models/instance_type.rs +++ b/src/models/instance_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/invite_message.rs b/src/models/invite_message.rs index 01441b6..1fec2ae 100644 --- a/src/models/invite_message.rs +++ b/src/models/invite_message.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/invite_message_type.rs b/src/models/invite_message_type.rs index 9c1d1f8..617d531 100644 --- a/src/models/invite_message_type.rs +++ b/src/models/invite_message_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/invite_request.rs b/src/models/invite_request.rs index 376c968..17983f7 100644 --- a/src/models/invite_request.rs +++ b/src/models/invite_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/invite_response.rs b/src/models/invite_response.rs index bc7bfde..ea4320a 100644 --- a/src/models/invite_response.rs +++ b/src/models/invite_response.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/license.rs b/src/models/license.rs index 7ce9819..7d5dfd1 100644 --- a/src/models/license.rs +++ b/src/models/license.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/license_action.rs b/src/models/license_action.rs index 033fc50..95a4756 100644 --- a/src/models/license_action.rs +++ b/src/models/license_action.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/license_group.rs b/src/models/license_group.rs index 1849af0..c1da78c 100644 --- a/src/models/license_group.rs +++ b/src/models/license_group.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/license_type.rs b/src/models/license_type.rs index 2921ea2..9826806 100644 --- a/src/models/license_type.rs +++ b/src/models/license_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/limited_unity_package.rs b/src/models/limited_unity_package.rs index 2d09f9b..0ad5603 100644 --- a/src/models/limited_unity_package.rs +++ b/src/models/limited_unity_package.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/limited_user.rs b/src/models/limited_user.rs index cdaff52..5713c12 100644 --- a/src/models/limited_user.rs +++ b/src/models/limited_user.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/limited_world.rs b/src/models/limited_world.rs index 25c3ac9..03dbbf2 100644 --- a/src/models/limited_world.rs +++ b/src/models/limited_world.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/mime_type.rs b/src/models/mime_type.rs index 4f6909f..8a96bf8 100644 --- a/src/models/mime_type.rs +++ b/src/models/mime_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/moderate_user_request.rs b/src/models/moderate_user_request.rs index 3484102..4faf1d8 100644 --- a/src/models/moderate_user_request.rs +++ b/src/models/moderate_user_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/notification.rs b/src/models/notification.rs index bb6f209..cc53a5e 100644 --- a/src/models/notification.rs +++ b/src/models/notification.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/notification_type.rs b/src/models/notification_type.rs index a27296c..eaa3f6e 100644 --- a/src/models/notification_type.rs +++ b/src/models/notification_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/order_option.rs b/src/models/order_option.rs index f8d8515..9f29951 100644 --- a/src/models/order_option.rs +++ b/src/models/order_option.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/paginated_group_audit_log_entry_list.rs b/src/models/paginated_group_audit_log_entry_list.rs index a6c58d8..e760fac 100644 --- a/src/models/paginated_group_audit_log_entry_list.rs +++ b/src/models/paginated_group_audit_log_entry_list.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/past_display_name.rs b/src/models/past_display_name.rs index 58f33d0..54b49db 100644 --- a/src/models/past_display_name.rs +++ b/src/models/past_display_name.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/permission.rs b/src/models/permission.rs index 147b071..a99ecf1 100644 --- a/src/models/permission.rs +++ b/src/models/permission.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/player_moderation.rs b/src/models/player_moderation.rs index 04d90f6..e92a79b 100644 --- a/src/models/player_moderation.rs +++ b/src/models/player_moderation.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/player_moderation_type.rs b/src/models/player_moderation_type.rs index 9bd7d2d..82a7d22 100644 --- a/src/models/player_moderation_type.rs +++ b/src/models/player_moderation_type.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/region.rs b/src/models/region.rs index d08929b..9a83289 100644 --- a/src/models/region.rs +++ b/src/models/region.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/release_status.rs b/src/models/release_status.rs index 1d95062..db2e726 100644 --- a/src/models/release_status.rs +++ b/src/models/release_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ @@ -16,6 +16,8 @@ pub enum ReleaseStatus { Private, #[serde(rename = "hidden")] Hidden, + #[serde(rename = "all")] + All, } @@ -25,6 +27,7 @@ impl ToString for ReleaseStatus { Self::Public => String::from("public"), Self::Private => String::from("private"), Self::Hidden => String::from("hidden"), + Self::All => String::from("all"), } } } diff --git a/src/models/request_invite_request.rs b/src/models/request_invite_request.rs index 3860473..a0448bf 100644 --- a/src/models/request_invite_request.rs +++ b/src/models/request_invite_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/respond_group_join_request.rs b/src/models/respond_group_join_request.rs index ef7f0f6..bf29dbd 100644 --- a/src/models/respond_group_join_request.rs +++ b/src/models/respond_group_join_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/response.rs b/src/models/response.rs index 8d3fc39..11ffded 100644 --- a/src/models/response.rs +++ b/src/models/response.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sent_notification.rs b/src/models/sent_notification.rs index 82c2ede..adc7584 100644 --- a/src/models/sent_notification.rs +++ b/src/models/sent_notification.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/sort_option.rs b/src/models/sort_option.rs index eb735cd..1559d0a 100644 --- a/src/models/sort_option.rs +++ b/src/models/sort_option.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/subscription.rs b/src/models/subscription.rs index 4852758..cdc2559 100644 --- a/src/models/subscription.rs +++ b/src/models/subscription.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/subscription_period.rs b/src/models/subscription_period.rs index 09612bd..99ae9c3 100644 --- a/src/models/subscription_period.rs +++ b/src/models/subscription_period.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/success.rs b/src/models/success.rs index b8c95ea..eb2f400 100644 --- a/src/models/success.rs +++ b/src/models/success.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction.rs b/src/models/transaction.rs index 078b3d1..b58d0ca 100644 --- a/src/models/transaction.rs +++ b/src/models/transaction.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction_agreement.rs b/src/models/transaction_agreement.rs index 7685ca9..dd94294 100644 --- a/src/models/transaction_agreement.rs +++ b/src/models/transaction_agreement.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction_status.rs b/src/models/transaction_status.rs index 73a15e0..d0b7735 100644 --- a/src/models/transaction_status.rs +++ b/src/models/transaction_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction_steam_info.rs b/src/models/transaction_steam_info.rs index f023f9b..536ce08 100644 --- a/src/models/transaction_steam_info.rs +++ b/src/models/transaction_steam_info.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/transaction_steam_wallet_info.rs b/src/models/transaction_steam_wallet_info.rs index 2817a41..32e9653 100644 --- a/src/models/transaction_steam_wallet_info.rs +++ b/src/models/transaction_steam_wallet_info.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_auth_code.rs b/src/models/two_factor_auth_code.rs index 39f239c..29908c1 100644 --- a/src/models/two_factor_auth_code.rs +++ b/src/models/two_factor_auth_code.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/two_factor_email_code.rs b/src/models/two_factor_email_code.rs index fd1354d..ed8f355 100644 --- a/src/models/two_factor_email_code.rs +++ b/src/models/two_factor_email_code.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/unity_package.rs b/src/models/unity_package.rs index 5a02bb0..9ed8450 100644 --- a/src/models/unity_package.rs +++ b/src/models/unity_package.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_avatar_request.rs b/src/models/update_avatar_request.rs index 2357677..8a27e1f 100644 --- a/src/models/update_avatar_request.rs +++ b/src/models/update_avatar_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_favorite_group_request.rs b/src/models/update_favorite_group_request.rs index d1f5c3b..0f0c886 100644 --- a/src/models/update_favorite_group_request.rs +++ b/src/models/update_favorite_group_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_group_gallery_request.rs b/src/models/update_group_gallery_request.rs index 12d30c0..acefd68 100644 --- a/src/models/update_group_gallery_request.rs +++ b/src/models/update_group_gallery_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_group_member_request.rs b/src/models/update_group_member_request.rs index 8db1d68..5678fac 100644 --- a/src/models/update_group_member_request.rs +++ b/src/models/update_group_member_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_group_request.rs b/src/models/update_group_request.rs index 67c2f58..f43fcbe 100644 --- a/src/models/update_group_request.rs +++ b/src/models/update_group_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_group_role_request.rs b/src/models/update_group_role_request.rs index 8b6206a..197a925 100644 --- a/src/models/update_group_role_request.rs +++ b/src/models/update_group_role_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_invite_message_request.rs b/src/models/update_invite_message_request.rs index cd3b5aa..1e54f32 100644 --- a/src/models/update_invite_message_request.rs +++ b/src/models/update_invite_message_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_user_request.rs b/src/models/update_user_request.rs index 8cdb8c7..9e2c520 100644 --- a/src/models/update_user_request.rs +++ b/src/models/update_user_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/update_world_request.rs b/src/models/update_world_request.rs index e5b8cd9..f37d730 100644 --- a/src/models/update_world_request.rs +++ b/src/models/update_world_request.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user.rs b/src/models/user.rs index 0334e6d..1e3d394 100644 --- a/src/models/user.rs +++ b/src/models/user.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_exists.rs b/src/models/user_exists.rs index 3fbf334..c101f70 100644 --- a/src/models/user_exists.rs +++ b/src/models/user_exists.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_state.rs b/src/models/user_state.rs index 6c86b41..0c1aa0a 100644 --- a/src/models/user_state.rs +++ b/src/models/user_state.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_status.rs b/src/models/user_status.rs index d0c15b4..55619d4 100644 --- a/src/models/user_status.rs +++ b/src/models/user_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/user_subscription.rs b/src/models/user_subscription.rs index e8f9bef..80f147b 100644 --- a/src/models/user_subscription.rs +++ b/src/models/user_subscription.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify2_fa_email_code_result.rs b/src/models/verify2_fa_email_code_result.rs index c5382b6..cc3a7a0 100644 --- a/src/models/verify2_fa_email_code_result.rs +++ b/src/models/verify2_fa_email_code_result.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify2_fa_result.rs b/src/models/verify2_fa_result.rs index 19b31c6..e8fc875 100644 --- a/src/models/verify2_fa_result.rs +++ b/src/models/verify2_fa_result.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/verify_auth_token_result.rs b/src/models/verify_auth_token_result.rs index bf936c0..f8ea2a1 100644 --- a/src/models/verify_auth_token_result.rs +++ b/src/models/verify_auth_token_result.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/world.rs b/src/models/world.rs index 252a3d2..0f53fe3 100644 --- a/src/models/world.rs +++ b/src/models/world.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/world_metadata.rs b/src/models/world_metadata.rs index 9f6d007..df07426 100644 --- a/src/models/world_metadata.rs +++ b/src/models/world_metadata.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */ diff --git a/src/models/world_publish_status.rs b/src/models/world_publish_status.rs index 6aab5f8..346fa64 100644 --- a/src/models/world_publish_status.rs +++ b/src/models/world_publish_status.rs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * Contact: me@ariesclark.com + * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://openapi-generator.tech */