From 9e57004a75b656963f528e01c4bd31affd534773 Mon Sep 17 00:00:00 2001 From: VRCCat Date: Thu, 7 Nov 2024 02:57:50 +0000 Subject: [PATCH] Upgrade C# SDK to spec 1.18.7 --- docs/AuthenticationApi.md | 18 +- docs/AvatarsApi.md | 20 +- docs/EconomyApi.md | 12 +- docs/FavoritesApi.md | 18 +- docs/FilesApi.md | 22 +- docs/FriendsApi.md | 12 +- docs/GroupsApi.md | 86 +-- docs/InstancesApi.md | 12 +- docs/InviteApi.md | 18 +- docs/JamsApi.md | 8 +- docs/NotificationsApi.md | 14 +- docs/PermissionsApi.md | 6 +- docs/PlayermoderationApi.md | 10 +- docs/SystemApi.md | 16 +- docs/UsersApi.md | 16 +- docs/WorldsApi.md | 28 +- package-lock.json | 547 ++++++++++++++++-- package.json | 2 +- src/VRChat.API/Api/AuthenticationApi.cs | 2 +- src/VRChat.API/Api/AvatarsApi.cs | 2 +- src/VRChat.API/Api/EconomyApi.cs | 2 +- src/VRChat.API/Api/FavoritesApi.cs | 2 +- src/VRChat.API/Api/FilesApi.cs | 2 +- src/VRChat.API/Api/FriendsApi.cs | 2 +- src/VRChat.API/Api/GroupsApi.cs | 2 +- src/VRChat.API/Api/InstancesApi.cs | 2 +- src/VRChat.API/Api/InviteApi.cs | 2 +- src/VRChat.API/Api/JamsApi.cs | 2 +- src/VRChat.API/Api/NotificationsApi.cs | 2 +- src/VRChat.API/Api/PermissionsApi.cs | 2 +- src/VRChat.API/Api/PlayermoderationApi.cs | 2 +- src/VRChat.API/Api/SystemApi.cs | 2 +- src/VRChat.API/Api/UsersApi.cs | 2 +- src/VRChat.API/Api/WorldsApi.cs | 2 +- src/VRChat.API/Client/ApiClient.cs | 2 +- src/VRChat.API/Client/ApiException.cs | 2 +- src/VRChat.API/Client/ApiResponse.cs | 2 +- src/VRChat.API/Client/ClientUtils.cs | 2 +- src/VRChat.API/Client/Configuration.cs | 14 +- src/VRChat.API/Client/ExceptionFactory.cs | 2 +- src/VRChat.API/Client/GlobalConfiguration.cs | 2 +- src/VRChat.API/Client/HttpMethod.cs | 2 +- src/VRChat.API/Client/IApiAccessor.cs | 2 +- src/VRChat.API/Client/IAsynchronousClient.cs | 2 +- .../Client/IReadableConfiguration.cs | 2 +- src/VRChat.API/Client/ISynchronousClient.cs | 2 +- src/VRChat.API/Client/Multimap.cs | 2 +- src/VRChat.API/Client/OpenAPIDateConverter.cs | 2 +- src/VRChat.API/Client/RequestOptions.cs | 2 +- src/VRChat.API/Client/RetryConfiguration.cs | 2 +- src/VRChat.API/Model/APIConfig.cs | 2 +- src/VRChat.API/Model/APIConfigAnnouncement.cs | 2 +- src/VRChat.API/Model/APIConfigConstants.cs | 2 +- .../Model/APIConfigConstantsGROUPS.cs | 2 +- .../Model/APIConfigConstantsINSTANCE.cs | 2 +- ...nfigConstantsINSTANCEPOPULATIONBRACKETS.cs | 2 +- ...stantsINSTANCEPOPULATIONBRACKETSCROWDED.cs | 2 +- ...gConstantsINSTANCEPOPULATIONBRACKETSFEW.cs | 2 +- ...ConstantsINSTANCEPOPULATIONBRACKETSMANY.cs | 2 +- .../Model/APIConfigConstantsLANGUAGE.cs | 2 +- .../Model/APIConfigDownloadURLList.cs | 2 +- src/VRChat.API/Model/APIConfigEvents.cs | 2 +- .../APIConfigMinSupportedClientBuildNumber.cs | 2 +- .../Model/APIConfigOfflineAnalysis.cs | 2 +- .../Model/APIConfigReportCategories.cs | 2 +- .../Model/APIConfigReportReasons.cs | 2 +- src/VRChat.API/Model/APIHealth.cs | 2 +- src/VRChat.API/Model/AbstractOpenAPISchema.cs | 2 +- src/VRChat.API/Model/AccountDeletionLog.cs | 2 +- src/VRChat.API/Model/AddFavoriteRequest.cs | 2 +- .../Model/AddGroupGalleryImageRequest.cs | 2 +- src/VRChat.API/Model/Avatar.cs | 2 +- .../Model/AvatarUnityPackageUrlObject.cs | 2 +- src/VRChat.API/Model/Badge.cs | 2 +- src/VRChat.API/Model/BanGroupMemberRequest.cs | 2 +- src/VRChat.API/Model/CreateAvatarRequest.cs | 2 +- src/VRChat.API/Model/CreateFileRequest.cs | 2 +- .../Model/CreateFileVersionRequest.cs | 2 +- .../Model/CreateGroupAnnouncementRequest.cs | 2 +- .../Model/CreateGroupGalleryRequest.cs | 2 +- .../Model/CreateGroupInviteRequest.cs | 2 +- .../Model/CreateGroupPostRequest.cs | 2 +- src/VRChat.API/Model/CreateGroupRequest.cs | 2 +- .../Model/CreateGroupRoleRequest.cs | 2 +- src/VRChat.API/Model/CreateInstanceRequest.cs | 2 +- src/VRChat.API/Model/CreateWorldRequest.cs | 2 +- src/VRChat.API/Model/CurrentUser.cs | 2 +- src/VRChat.API/Model/CurrentUserPresence.cs | 2 +- src/VRChat.API/Model/DeploymentGroup.cs | 2 +- src/VRChat.API/Model/DeveloperType.cs | 2 +- src/VRChat.API/Model/DynamicContentRow.cs | 2 +- src/VRChat.API/Model/Error.cs | 2 +- src/VRChat.API/Model/Favorite.cs | 2 +- src/VRChat.API/Model/FavoriteGroup.cs | 2 +- .../Model/FavoriteGroupVisibility.cs | 2 +- src/VRChat.API/Model/FavoriteType.cs | 2 +- src/VRChat.API/Model/FavoritedWorld.cs | 2 +- src/VRChat.API/Model/File.cs | 2 +- src/VRChat.API/Model/FileData.cs | 2 +- src/VRChat.API/Model/FileStatus.cs | 2 +- src/VRChat.API/Model/FileUploadURL.cs | 2 +- src/VRChat.API/Model/FileVersion.cs | 2 +- .../Model/FileVersionUploadStatus.cs | 2 +- .../Model/FinishFileDataUploadRequest.cs | 2 +- src/VRChat.API/Model/FriendStatus.cs | 2 +- src/VRChat.API/Model/Group.cs | 2 +- src/VRChat.API/Model/GroupAccessType.cs | 2 +- src/VRChat.API/Model/GroupAnnouncement.cs | 2 +- src/VRChat.API/Model/GroupAuditLogEntry.cs | 2 +- src/VRChat.API/Model/GroupGallery.cs | 2 +- src/VRChat.API/Model/GroupGalleryImage.cs | 2 +- src/VRChat.API/Model/GroupInstance.cs | 2 +- .../Model/GroupJoinRequestAction.cs | 2 +- src/VRChat.API/Model/GroupJoinState.cs | 2 +- src/VRChat.API/Model/GroupLimitedMember.cs | 2 +- src/VRChat.API/Model/GroupMember.cs | 2 +- .../Model/GroupMemberLimitedUser.cs | 2 +- src/VRChat.API/Model/GroupMemberStatus.cs | 2 +- src/VRChat.API/Model/GroupMyMember.cs | 2 +- src/VRChat.API/Model/GroupPermission.cs | 2 +- src/VRChat.API/Model/GroupPost.cs | 2 +- src/VRChat.API/Model/GroupPostVisibility.cs | 2 +- src/VRChat.API/Model/GroupPrivacy.cs | 2 +- src/VRChat.API/Model/GroupRole.cs | 2 +- src/VRChat.API/Model/GroupRoleTemplate.cs | 2 +- src/VRChat.API/Model/GroupSearchSort.cs | 2 +- src/VRChat.API/Model/GroupUserVisibility.cs | 2 +- src/VRChat.API/Model/InfoPush.cs | 2 +- src/VRChat.API/Model/InfoPushData.cs | 2 +- src/VRChat.API/Model/InfoPushDataArticle.cs | 2 +- .../Model/InfoPushDataArticleContent.cs | 2 +- src/VRChat.API/Model/InfoPushDataClickable.cs | 2 +- src/VRChat.API/Model/Instance.cs | 2 +- src/VRChat.API/Model/InstancePlatforms.cs | 2 +- src/VRChat.API/Model/InstanceRegion.cs | 2 +- .../Model/InstanceShortNameResponse.cs | 2 +- src/VRChat.API/Model/InstanceType.cs | 2 +- src/VRChat.API/Model/InviteMessage.cs | 2 +- src/VRChat.API/Model/InviteMessageType.cs | 2 +- src/VRChat.API/Model/InviteRequest.cs | 2 +- src/VRChat.API/Model/InviteResponse.cs | 2 +- src/VRChat.API/Model/Jam.cs | 2 +- src/VRChat.API/Model/JamStateChangeDates.cs | 2 +- src/VRChat.API/Model/License.cs | 2 +- src/VRChat.API/Model/LicenseAction.cs | 2 +- src/VRChat.API/Model/LicenseGroup.cs | 2 +- src/VRChat.API/Model/LicenseType.cs | 2 +- src/VRChat.API/Model/LimitedGroup.cs | 2 +- src/VRChat.API/Model/LimitedUnityPackage.cs | 2 +- src/VRChat.API/Model/LimitedUser.cs | 2 +- src/VRChat.API/Model/LimitedUserGroups.cs | 2 +- src/VRChat.API/Model/LimitedWorld.cs | 2 +- src/VRChat.API/Model/MIMEType.cs | 2 +- src/VRChat.API/Model/ModerateUserRequest.cs | 2 +- src/VRChat.API/Model/Notification.cs | 2 +- .../Model/NotificationDetailInvite.cs | 2 +- .../Model/NotificationDetailInviteResponse.cs | 2 +- .../Model/NotificationDetailRequestInvite.cs | 2 +- ...NotificationDetailRequestInviteResponse.cs | 2 +- .../Model/NotificationDetailVoteToKick.cs | 2 +- src/VRChat.API/Model/NotificationType.cs | 2 +- src/VRChat.API/Model/OrderOption.cs | 2 +- .../Model/PaginatedGroupAuditLogEntryList.cs | 2 +- src/VRChat.API/Model/PastDisplayName.cs | 2 +- src/VRChat.API/Model/PerformanceRatings.cs | 2 +- src/VRChat.API/Model/Permission.cs | 2 +- src/VRChat.API/Model/PlatformBuildInfo.cs | 2 +- src/VRChat.API/Model/PlayerModeration.cs | 2 +- src/VRChat.API/Model/PlayerModerationType.cs | 2 +- src/VRChat.API/Model/Region.cs | 2 +- src/VRChat.API/Model/ReleaseStatus.cs | 2 +- src/VRChat.API/Model/ReportCategory.cs | 2 +- src/VRChat.API/Model/ReportReason.cs | 2 +- src/VRChat.API/Model/RepresentedGroup.cs | 2 +- src/VRChat.API/Model/RequestInviteRequest.cs | 2 +- .../Model/RespondGroupJoinRequest.cs | 2 +- src/VRChat.API/Model/Response.cs | 2 +- src/VRChat.API/Model/SentNotification.cs | 2 +- src/VRChat.API/Model/SortOption.cs | 2 +- src/VRChat.API/Model/Submission.cs | 2 +- src/VRChat.API/Model/Subscription.cs | 2 +- src/VRChat.API/Model/SubscriptionPeriod.cs | 2 +- src/VRChat.API/Model/Success.cs | 2 +- src/VRChat.API/Model/Transaction.cs | 2 +- src/VRChat.API/Model/TransactionAgreement.cs | 2 +- src/VRChat.API/Model/TransactionStatus.cs | 2 +- src/VRChat.API/Model/TransactionSteamInfo.cs | 2 +- .../Model/TransactionSteamWalletInfo.cs | 2 +- src/VRChat.API/Model/TwoFactorAuthCode.cs | 2 +- src/VRChat.API/Model/TwoFactorEmailCode.cs | 2 +- src/VRChat.API/Model/UnityPackage.cs | 2 +- src/VRChat.API/Model/UpdateAvatarRequest.cs | 2 +- .../Model/UpdateFavoriteGroupRequest.cs | 2 +- .../Model/UpdateGroupGalleryRequest.cs | 2 +- .../Model/UpdateGroupMemberRequest.cs | 2 +- src/VRChat.API/Model/UpdateGroupRequest.cs | 2 +- .../Model/UpdateGroupRoleRequest.cs | 2 +- .../Model/UpdateInviteMessageRequest.cs | 2 +- src/VRChat.API/Model/UpdateUserRequest.cs | 2 +- src/VRChat.API/Model/UpdateWorldRequest.cs | 2 +- src/VRChat.API/Model/User.cs | 2 +- src/VRChat.API/Model/UserExists.cs | 2 +- src/VRChat.API/Model/UserState.cs | 2 +- src/VRChat.API/Model/UserStatus.cs | 2 +- src/VRChat.API/Model/UserSubscription.cs | 2 +- .../Model/Verify2FAEmailCodeResult.cs | 2 +- src/VRChat.API/Model/Verify2FAResult.cs | 2 +- src/VRChat.API/Model/VerifyAuthTokenResult.cs | 2 +- src/VRChat.API/Model/World.cs | 2 +- src/VRChat.API/Model/WorldMetadata.cs | 2 +- src/VRChat.API/Model/WorldPublishStatus.cs | 2 +- src/VRChat.API/VRChat.API.csproj | 2 +- 212 files changed, 865 insertions(+), 400 deletions(-) diff --git a/docs/AuthenticationApi.md b/docs/AuthenticationApi.md index 8beaba61..5b28d0ef 100644 --- a/docs/AuthenticationApi.md +++ b/docs/AuthenticationApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.AuthenticationApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -36,7 +36,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new AuthenticationApi(config); var email = "email_example"; // string | Filter by email. (optional) var displayName = "displayName_example"; // string | Filter by displayName. (optional) @@ -134,7 +134,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -231,7 +231,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -330,7 +330,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -422,7 +422,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -519,7 +519,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -616,7 +616,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -708,7 +708,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/AvatarsApi.md b/docs/AvatarsApi.md index d55e3d50..56f6145e 100644 --- a/docs/AvatarsApi.md +++ b/docs/AvatarsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.AvatarsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -37,7 +37,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -134,7 +134,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -232,7 +232,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -330,7 +330,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -452,7 +452,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -550,7 +550,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -671,7 +671,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -769,7 +769,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -868,7 +868,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/EconomyApi.md b/docs/EconomyApi.md index 71f2a457..42b63e51 100644 --- a/docs/EconomyApi.md +++ b/docs/EconomyApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.EconomyApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -33,7 +33,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -125,7 +125,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -222,7 +222,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -319,7 +319,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -411,7 +411,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/FavoritesApi.md b/docs/FavoritesApi.md index 07a395aa..053febff 100644 --- a/docs/FavoritesApi.md +++ b/docs/FavoritesApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.FavoritesApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -36,7 +36,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -134,7 +134,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -234,7 +234,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -332,7 +332,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -432,7 +432,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -533,7 +533,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -636,7 +636,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -734,7 +734,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/FilesApi.md b/docs/FilesApi.md index f18817cb..caec3ff2 100644 --- a/docs/FilesApi.md +++ b/docs/FilesApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.FilesApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -38,7 +38,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -134,7 +134,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -232,7 +232,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -329,7 +329,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -429,7 +429,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -524,7 +524,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -626,7 +626,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -723,7 +723,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -823,7 +823,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -925,7 +925,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/FriendsApi.md b/docs/FriendsApi.md index 6f29fe89..a755d9bb 100644 --- a/docs/FriendsApi.md +++ b/docs/FriendsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.FriendsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -33,7 +33,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -131,7 +131,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -230,7 +230,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -327,7 +327,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -428,7 +428,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md index 924360aa..94d02f81 100644 --- a/docs/GroupsApi.md +++ b/docs/GroupsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.GroupsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -70,7 +70,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -172,7 +172,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -274,7 +274,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -373,7 +373,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -474,7 +474,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -569,7 +569,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -666,7 +666,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -766,7 +766,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -866,7 +866,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -964,7 +964,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1064,7 +1064,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1162,7 +1162,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1260,7 +1260,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1360,7 +1360,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1463,7 +1463,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1559,7 +1559,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1659,7 +1659,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1759,7 +1759,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1859,7 +1859,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1957,7 +1957,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2063,7 +2063,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2166,7 +2166,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2272,7 +2272,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2370,7 +2370,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2473,7 +2473,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2574,7 +2574,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2681,7 +2681,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2780,7 +2780,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2883,7 +2883,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -2988,7 +2988,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3086,7 +3086,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3185,7 +3185,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3282,7 +3282,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3376,7 +3376,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3478,7 +3478,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3576,7 +3576,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new GroupsApi(config); var query = "query_example"; // string | Query to search for, can be either Group Name or Group shortCode (optional) var offset = 56; // int? | A zero-based offset from the default object sorting from where search results start. (optional) @@ -3672,7 +3672,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3772,7 +3772,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3872,7 +3872,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -3974,7 +3974,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -4076,7 +4076,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -4178,7 +4178,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/InstancesApi.md b/docs/InstancesApi.md index 51dd08b8..0be06fcb 100644 --- a/docs/InstancesApi.md +++ b/docs/InstancesApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.InstancesApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -33,7 +33,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -138,7 +138,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -235,7 +235,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -334,7 +334,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -432,7 +432,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/InviteApi.md b/docs/InviteApi.md index 9da7ab7c..21600bdf 100644 --- a/docs/InviteApi.md +++ b/docs/InviteApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.InviteApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -36,7 +36,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -139,7 +139,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -239,7 +239,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -339,7 +339,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -438,7 +438,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -537,7 +537,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -641,7 +641,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -740,7 +740,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/JamsApi.md b/docs/JamsApi.md index fdd3ae4d..aff1c574 100644 --- a/docs/JamsApi.md +++ b/docs/JamsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.JamsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -31,7 +31,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -128,7 +128,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -225,7 +225,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/NotificationsApi.md b/docs/NotificationsApi.md index 5f31613a..e3cc4d36 100644 --- a/docs/NotificationsApi.md +++ b/docs/NotificationsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.NotificationsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -34,7 +34,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -132,7 +132,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -224,7 +224,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -321,7 +321,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -419,7 +419,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -526,7 +526,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/PermissionsApi.md b/docs/PermissionsApi.md index 0f6f12df..b3cf6322 100644 --- a/docs/PermissionsApi.md +++ b/docs/PermissionsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.PermissionsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -30,7 +30,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -122,7 +122,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/PlayermoderationApi.md b/docs/PlayermoderationApi.md index 31a87809..f5797be4 100644 --- a/docs/PlayermoderationApi.md +++ b/docs/PlayermoderationApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.PlayermoderationApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -32,7 +32,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -124,7 +124,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -223,7 +223,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -320,7 +320,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/SystemApi.md b/docs/SystemApi.md index 6c870525..66956b85 100644 --- a/docs/SystemApi.md +++ b/docs/SystemApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.SystemApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -35,7 +35,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); var variant = "public"; // string | Specifies which `variant` of the site. Public is the end-user site, while `internal` is the staff-only site with special pages for moderation and management. (optional) (default to public) var branch = "\"main\""; // string | Specifies which git branch the site should load frontend source code from. (optional) (default to "main") @@ -129,7 +129,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); try @@ -215,7 +215,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); try @@ -301,7 +301,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); try @@ -387,7 +387,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); var require = "require_example"; // string | Tags to include (comma-separated). All of the tags needs to be present. (optional) var include = "include_example"; // string | Tags to include (comma-separated). Any of the tags needs to be present. (optional) @@ -480,7 +480,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); var variant = "public"; // string | Specifies which `variant` of the site. Public is the end-user site, while `internal` is the staff-only site with special pages for moderation and management. (optional) (default to public) var branch = "\"main\""; // string | Specifies which git branch the site should load frontend source code from. (optional) (default to "main") @@ -574,7 +574,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new SystemApi(config); try diff --git a/docs/UsersApi.md b/docs/UsersApi.md index 6b63a242..85860b79 100644 --- a/docs/UsersApi.md +++ b/docs/UsersApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.UsersApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -35,7 +35,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -132,7 +132,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -229,7 +229,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -326,7 +326,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -423,7 +423,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -520,7 +520,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -624,7 +624,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/docs/WorldsApi.md b/docs/WorldsApi.md index 93f0163c..f08746d4 100644 --- a/docs/WorldsApi.md +++ b/docs/WorldsApi.md @@ -1,6 +1,6 @@ # VRChat.API.Api.WorldsApi -All URIs are relative to *https://vrchat.com/api/1* +All URIs are relative to *https://api.vrchat.cloud/api/1* | Method | HTTP request | Description | |--------|--------------|-------------| @@ -41,7 +41,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new WorldsApi(config); var createWorldRequest = new CreateWorldRequest(); // CreateWorldRequest | (optional) @@ -134,7 +134,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -228,7 +228,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -347,7 +347,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -469,7 +469,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -591,7 +591,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; var apiInstance = new WorldsApi(config); var worldId = "worldId_example"; // string | Must be a valid world ID. @@ -683,7 +683,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -782,7 +782,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -879,7 +879,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -977,7 +977,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1071,7 +1071,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1196,7 +1196,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed @@ -1290,7 +1290,7 @@ namespace Example public static void Main() { Configuration config = new Configuration(); - config.BasePath = "https://vrchat.com/api/1"; + config.BasePath = "https://api.vrchat.cloud/api/1"; // Configure API key authorization: authCookie config.AddApiKey("auth", "YOUR_API_KEY"); // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed diff --git a/package-lock.json b/package-lock.json index 6b2d6cc6..fcf760c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.14.0" + "@openapitools/openapi-generator-cli": "^2.15.3" } }, "node_modules/@lukeed/csprng": { @@ -17,9 +17,9 @@ } }, "node_modules/@nestjs/axios": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.0.3.tgz", - "integrity": "sha512-h6TCn3yJwD6OKqqqfmtRS5Zo4E46Ip2n+gK1sqwzNBC+qxQ9xpCu+ODVRFur6V3alHSCSBxb3nNtt73VEdluyA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.1.1.tgz", + "integrity": "sha512-ySoxrzqX80P1q6LKLKGcgyBd2utg4gbC+4FsJNpXYvILorMlxss/ECNogD9EXLCE4JS5exVFD5ez0nK5hXcNTQ==", "peerDependencies": { "@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0", "axios": "^1.3.1", @@ -27,9 +27,9 @@ } }, "node_modules/@nestjs/common": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.3.tgz", - "integrity": "sha512-4hbLd3XIJubHSylYd/1WSi4VQvG68KM/ECYpMDqA3k3J1/T17SAg40sDoq3ZoO5OZgU0xuNyjuISdOTjs11qVg==", + "version": "10.4.6", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.6.tgz", + "integrity": "sha512-KkezkZvU9poWaNq4L+lNvx+386hpOxPJkfXBBeSMrcqBOx8kVr36TGN2uYkF4Ta4zNu1KbCjmZbc0rhHSg296g==", "dependencies": { "iterare": "1.2.1", "tslib": "2.7.0", @@ -55,9 +55,9 @@ } }, "node_modules/@nestjs/core": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.3.tgz", - "integrity": "sha512-6OQz+5C8mT8yRtfvE5pPCq+p6w5jDot+oQku1KzQ24ABn+lay1KGuJwcKZhdVNuselx+8xhdMxknZTA8wrGLIg==", + "version": "10.4.6", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.6.tgz", + "integrity": "sha512-zXVPxCNRfO6gAy0yvEDjUxE/8gfZICJFpsl2lZAUH31bPb6m+tXuhUq2mVCTEltyMYQ+DYtRe+fEYM2v152N1g==", "hasInstallScript": true, "dependencies": { "@nuxtjs/opencollective": "0.3.2", @@ -109,14 +109,14 @@ } }, "node_modules/@openapitools/openapi-generator-cli": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.14.0.tgz", - "integrity": "sha512-k+ioQLtXLXgNbhQbp1UOxtaUnnYTWwAPev88hP5qauFA+eq4NyeQGNojknFssXg2x0VT0TUGmU3PZ2DiQ70IVg==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.15.3.tgz", + "integrity": "sha512-2UBnsDlMt36thhdXxisbA1qReVtbCaw+NCvXoslRXlaJBL4qkAmZUhNeDLNu3LCbwA2PASMWhJSqeLwgwMCitw==", "hasInstallScript": true, "dependencies": { - "@nestjs/axios": "3.0.3", - "@nestjs/common": "10.4.3", - "@nestjs/core": "10.4.3", + "@nestjs/axios": "3.1.1", + "@nestjs/common": "10.4.6", + "@nestjs/core": "10.4.6", "@nuxtjs/opencollective": "0.3.2", "axios": "1.7.7", "chalk": "4.1.2", @@ -126,12 +126,12 @@ "console.table": "0.10.0", "fs-extra": "10.1.0", "glob": "9.3.5", - "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "lodash": "4.17.21", + "proxy-agent": "6.4.0", "reflect-metadata": "0.1.13", "rxjs": "7.8.1", - "tslib": "2.7.0" + "tslib": "2.8.1" }, "bin": { "openapi-generator-cli": "main.js" @@ -144,6 +144,16 @@ "url": "https://opencollective.com/openapi_generator" } }, + "node_modules/@openapitools/openapi-generator-cli/node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, + "node_modules/@tootallnate/quickjs-emscripten": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", + "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" + }, "node_modules/agent-base": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", @@ -191,6 +201,17 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/ast-types": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "dependencies": { + "tslib": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -230,6 +251,14 @@ } ] }, + "node_modules/basic-ftp": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", + "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -446,6 +475,14 @@ "node": "> 0.10" } }, + "node_modules/data-uri-to-buffer": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", + "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==", + "engines": { + "node": ">= 14" + } + }, "node_modules/date-fns": { "version": "2.27.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.27.0.tgz", @@ -482,6 +519,19 @@ "clone": "^1.0.2" } }, + "node_modules/degenerator": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", + "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", + "dependencies": { + "ast-types": "^0.13.4", + "escodegen": "^2.1.0", + "esprima": "^4.0.1" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -519,6 +569,54 @@ "node": ">=0.8.0" } }, + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -571,9 +669,9 @@ } }, "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==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -609,6 +707,33 @@ "node": "6.* || 8.* || >= 10.*" } }, + "node_modules/get-uri": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz", + "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==", + "dependencies": { + "basic-ftp": "^5.0.2", + "data-uri-to-buffer": "^6.0.2", + "debug": "^4.3.4", + "fs-extra": "^11.2.0" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/get-uri/node_modules/fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/glob": { "version": "9.3.5", "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", @@ -639,6 +764,18 @@ "node": ">=8" } }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/https-proxy-agent": { "version": "7.0.5", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", @@ -724,6 +861,18 @@ "node": ">=8" } }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -759,6 +908,11 @@ "node": ">=6" } }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -854,6 +1008,14 @@ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, + "node_modules/netmask": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", + "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/node-fetch": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", @@ -917,6 +1079,36 @@ "node": ">=0.10.0" } }, + "node_modules/pac-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz", + "integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==", + "dependencies": { + "@tootallnate/quickjs-emscripten": "^0.23.0", + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "get-uri": "^6.0.1", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.5", + "pac-resolver": "^7.0.1", + "socks-proxy-agent": "^8.0.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/pac-resolver": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", + "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", + "dependencies": { + "degenerator": "^5.0.0", + "netmask": "^2.0.2" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/path-scurry": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", @@ -945,6 +1137,32 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz", "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" }, + "node_modules/proxy-agent": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz", + "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "http-proxy-agent": "^7.0.1", + "https-proxy-agent": "^7.0.3", + "lru-cache": "^7.14.1", + "pac-proxy-agent": "^7.0.1", + "proxy-from-env": "^1.1.0", + "socks-proxy-agent": "^8.0.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/proxy-agent/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "engines": { + "node": ">=12" + } + }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -1033,11 +1251,60 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", + "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "dependencies": { + "agent-base": "^7.1.1", + "debug": "^4.3.4", + "socks": "^2.8.3" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/spawn-command": { "version": "0.0.2-1", "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=" }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + }, "node_modules/string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -1229,15 +1496,15 @@ "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==" }, "@nestjs/axios": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.0.3.tgz", - "integrity": "sha512-h6TCn3yJwD6OKqqqfmtRS5Zo4E46Ip2n+gK1sqwzNBC+qxQ9xpCu+ODVRFur6V3alHSCSBxb3nNtt73VEdluyA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nestjs/axios/-/axios-3.1.1.tgz", + "integrity": "sha512-ySoxrzqX80P1q6LKLKGcgyBd2utg4gbC+4FsJNpXYvILorMlxss/ECNogD9EXLCE4JS5exVFD5ez0nK5hXcNTQ==", "requires": {} }, "@nestjs/common": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.3.tgz", - "integrity": "sha512-4hbLd3XIJubHSylYd/1WSi4VQvG68KM/ECYpMDqA3k3J1/T17SAg40sDoq3ZoO5OZgU0xuNyjuISdOTjs11qVg==", + "version": "10.4.6", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.6.tgz", + "integrity": "sha512-KkezkZvU9poWaNq4L+lNvx+386hpOxPJkfXBBeSMrcqBOx8kVr36TGN2uYkF4Ta4zNu1KbCjmZbc0rhHSg296g==", "requires": { "iterare": "1.2.1", "tslib": "2.7.0", @@ -1245,9 +1512,9 @@ } }, "@nestjs/core": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.3.tgz", - "integrity": "sha512-6OQz+5C8mT8yRtfvE5pPCq+p6w5jDot+oQku1KzQ24ABn+lay1KGuJwcKZhdVNuselx+8xhdMxknZTA8wrGLIg==", + "version": "10.4.6", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.6.tgz", + "integrity": "sha512-zXVPxCNRfO6gAy0yvEDjUxE/8gfZICJFpsl2lZAUH31bPb6m+tXuhUq2mVCTEltyMYQ+DYtRe+fEYM2v152N1g==", "requires": { "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", @@ -1268,13 +1535,13 @@ } }, "@openapitools/openapi-generator-cli": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.14.0.tgz", - "integrity": "sha512-k+ioQLtXLXgNbhQbp1UOxtaUnnYTWwAPev88hP5qauFA+eq4NyeQGNojknFssXg2x0VT0TUGmU3PZ2DiQ70IVg==", + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.15.3.tgz", + "integrity": "sha512-2UBnsDlMt36thhdXxisbA1qReVtbCaw+NCvXoslRXlaJBL4qkAmZUhNeDLNu3LCbwA2PASMWhJSqeLwgwMCitw==", "requires": { - "@nestjs/axios": "3.0.3", - "@nestjs/common": "10.4.3", - "@nestjs/core": "10.4.3", + "@nestjs/axios": "3.1.1", + "@nestjs/common": "10.4.6", + "@nestjs/core": "10.4.6", "@nuxtjs/opencollective": "0.3.2", "axios": "1.7.7", "chalk": "4.1.2", @@ -1284,14 +1551,26 @@ "console.table": "0.10.0", "fs-extra": "10.1.0", "glob": "9.3.5", - "https-proxy-agent": "7.0.5", "inquirer": "8.2.6", "lodash": "4.17.21", + "proxy-agent": "6.4.0", "reflect-metadata": "0.1.13", "rxjs": "7.8.1", - "tslib": "2.7.0" + "tslib": "2.8.1" + }, + "dependencies": { + "tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + } } }, + "@tootallnate/quickjs-emscripten": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", + "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" + }, "agent-base": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", @@ -1321,6 +1600,14 @@ "color-convert": "^2.0.1" } }, + "ast-types": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "requires": { + "tslib": "^2.0.1" + } + }, "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -1346,6 +1633,11 @@ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" }, + "basic-ftp": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", + "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==" + }, "bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -1502,6 +1794,11 @@ "easy-table": "1.1.0" } }, + "data-uri-to-buffer": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", + "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==" + }, "date-fns": { "version": "2.27.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.27.0.tgz", @@ -1523,6 +1820,16 @@ "clone": "^1.0.2" } }, + "degenerator": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", + "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", + "requires": { + "ast-types": "^0.13.4", + "escodegen": "^2.1.0", + "esprima": "^4.0.1" + } + }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -1551,6 +1858,32 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" }, + "escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "requires": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "source-map": "~0.6.1" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + }, "external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -1580,9 +1913,9 @@ "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==" }, "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==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -1609,6 +1942,29 @@ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" }, + "get-uri": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz", + "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==", + "requires": { + "basic-ftp": "^5.0.2", + "data-uri-to-buffer": "^6.0.2", + "debug": "^4.3.4", + "fs-extra": "^11.2.0" + }, + "dependencies": { + "fs-extra": { + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", + "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + } + } + }, "glob": { "version": "9.3.5", "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz", @@ -1630,6 +1986,15 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "requires": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + } + }, "https-proxy-agent": { "version": "7.0.5", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", @@ -1691,6 +2056,15 @@ } } }, + "ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "requires": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + } + }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -1711,6 +2085,11 @@ "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz", "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==" }, + "jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + }, "jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -1780,6 +2159,11 @@ "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, + "netmask": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", + "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==" + }, "node-fetch": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", @@ -1817,6 +2201,30 @@ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==" }, + "pac-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz", + "integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==", + "requires": { + "@tootallnate/quickjs-emscripten": "^0.23.0", + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "get-uri": "^6.0.1", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.5", + "pac-resolver": "^7.0.1", + "socks-proxy-agent": "^8.0.4" + } + }, + "pac-resolver": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", + "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", + "requires": { + "degenerator": "^5.0.0", + "netmask": "^2.0.2" + } + }, "path-scurry": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", @@ -1838,6 +2246,28 @@ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz", "integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==" }, + "proxy-agent": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz", + "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==", + "requires": { + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "http-proxy-agent": "^7.0.1", + "https-proxy-agent": "^7.0.3", + "lru-cache": "^7.14.1", + "pac-proxy-agent": "^7.0.1", + "proxy-from-env": "^1.1.0", + "socks-proxy-agent": "^8.0.2" + }, + "dependencies": { + "lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" + } + } + }, "proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -1900,11 +2330,46 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, + "smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + }, + "socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "requires": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + } + }, + "socks-proxy-agent": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", + "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "requires": { + "agent-base": "^7.1.1", + "debug": "^4.3.4", + "socks": "^2.8.3" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + }, "spawn-command": { "version": "0.0.2-1", "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=" }, + "sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", diff --git a/package.json b/package.json index ab9a9388..bb4ab2af 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.14.0" + "@openapitools/openapi-generator-cli": "^2.15.3" } } diff --git a/src/VRChat.API/Api/AuthenticationApi.cs b/src/VRChat.API/Api/AuthenticationApi.cs index 38d62a5d..6f44cdbb 100644 --- a/src/VRChat.API/Api/AuthenticationApi.cs +++ b/src/VRChat.API/Api/AuthenticationApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/AvatarsApi.cs b/src/VRChat.API/Api/AvatarsApi.cs index bd1a5a07..fd3725d6 100644 --- a/src/VRChat.API/Api/AvatarsApi.cs +++ b/src/VRChat.API/Api/AvatarsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/EconomyApi.cs b/src/VRChat.API/Api/EconomyApi.cs index 201b12cc..665a4b5c 100644 --- a/src/VRChat.API/Api/EconomyApi.cs +++ b/src/VRChat.API/Api/EconomyApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/FavoritesApi.cs b/src/VRChat.API/Api/FavoritesApi.cs index 11d56bd5..2588d2ab 100644 --- a/src/VRChat.API/Api/FavoritesApi.cs +++ b/src/VRChat.API/Api/FavoritesApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/FilesApi.cs b/src/VRChat.API/Api/FilesApi.cs index 584ee5c4..e5be2848 100644 --- a/src/VRChat.API/Api/FilesApi.cs +++ b/src/VRChat.API/Api/FilesApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/FriendsApi.cs b/src/VRChat.API/Api/FriendsApi.cs index a45f5ab2..9c8243a2 100644 --- a/src/VRChat.API/Api/FriendsApi.cs +++ b/src/VRChat.API/Api/FriendsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/GroupsApi.cs b/src/VRChat.API/Api/GroupsApi.cs index 45144d2b..3bd42280 100644 --- a/src/VRChat.API/Api/GroupsApi.cs +++ b/src/VRChat.API/Api/GroupsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/InstancesApi.cs b/src/VRChat.API/Api/InstancesApi.cs index 85e4cd46..c64e8aed 100644 --- a/src/VRChat.API/Api/InstancesApi.cs +++ b/src/VRChat.API/Api/InstancesApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/InviteApi.cs b/src/VRChat.API/Api/InviteApi.cs index dc651a01..8202920a 100644 --- a/src/VRChat.API/Api/InviteApi.cs +++ b/src/VRChat.API/Api/InviteApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/JamsApi.cs b/src/VRChat.API/Api/JamsApi.cs index b86446bb..b829264d 100644 --- a/src/VRChat.API/Api/JamsApi.cs +++ b/src/VRChat.API/Api/JamsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/NotificationsApi.cs b/src/VRChat.API/Api/NotificationsApi.cs index 20e788bf..21b6bc1c 100644 --- a/src/VRChat.API/Api/NotificationsApi.cs +++ b/src/VRChat.API/Api/NotificationsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/PermissionsApi.cs b/src/VRChat.API/Api/PermissionsApi.cs index 165431c5..574479df 100644 --- a/src/VRChat.API/Api/PermissionsApi.cs +++ b/src/VRChat.API/Api/PermissionsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/PlayermoderationApi.cs b/src/VRChat.API/Api/PlayermoderationApi.cs index 90a4b309..5b56c8d3 100644 --- a/src/VRChat.API/Api/PlayermoderationApi.cs +++ b/src/VRChat.API/Api/PlayermoderationApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/SystemApi.cs b/src/VRChat.API/Api/SystemApi.cs index 47b353e7..73362b7a 100644 --- a/src/VRChat.API/Api/SystemApi.cs +++ b/src/VRChat.API/Api/SystemApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/UsersApi.cs b/src/VRChat.API/Api/UsersApi.cs index 9ae518e8..f111108d 100644 --- a/src/VRChat.API/Api/UsersApi.cs +++ b/src/VRChat.API/Api/UsersApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Api/WorldsApi.cs b/src/VRChat.API/Api/WorldsApi.cs index 7c6f7e27..f40b3c90 100644 --- a/src/VRChat.API/Api/WorldsApi.cs +++ b/src/VRChat.API/Api/WorldsApi.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/ApiClient.cs b/src/VRChat.API/Client/ApiClient.cs index e820b71e..ff48260d 100644 --- a/src/VRChat.API/Client/ApiClient.cs +++ b/src/VRChat.API/Client/ApiClient.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/ApiException.cs b/src/VRChat.API/Client/ApiException.cs index 377c3005..2e7655dd 100644 --- a/src/VRChat.API/Client/ApiException.cs +++ b/src/VRChat.API/Client/ApiException.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/ApiResponse.cs b/src/VRChat.API/Client/ApiResponse.cs index d1a739fe..33dd08e2 100644 --- a/src/VRChat.API/Client/ApiResponse.cs +++ b/src/VRChat.API/Client/ApiResponse.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/ClientUtils.cs b/src/VRChat.API/Client/ClientUtils.cs index a248b736..085612da 100644 --- a/src/VRChat.API/Client/ClientUtils.cs +++ b/src/VRChat.API/Client/ClientUtils.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/Configuration.cs b/src/VRChat.API/Client/Configuration.cs index 36ccd255..066ca103 100644 --- a/src/VRChat.API/Client/Configuration.cs +++ b/src/VRChat.API/Client/Configuration.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration /// Version of the package. /// /// Version of the package. - public const string Version = "1.18.6"; + public const string Version = "1.18.7"; /// /// Identifier for ISO 8601 DateTime Format @@ -110,7 +110,7 @@ public Configuration() { Proxy = null; UserAgent = WebUtility.UrlEncode("vrchatapi-csharp"); - BasePath = "https://vrchat.com/api/1"; + BasePath = "https://api.vrchat.cloud/api/1"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); ApiKeyPrefix = new ConcurrentDictionary(); @@ -118,7 +118,7 @@ public Configuration() { { new Dictionary { - {"url", "https://vrchat.com/api/1"}, + {"url", "https://api.vrchat.cloud/api/1"}, {"description", "No description provided"}, } } @@ -139,7 +139,7 @@ public Configuration( IDictionary defaultHeaders, IDictionary apiKey, IDictionary apiKeyPrefix, - string basePath = "https://vrchat.com/api/1") : this() + string basePath = "https://api.vrchat.cloud/api/1") : this() { if (string.IsNullOrWhiteSpace(basePath)) throw new ArgumentException("The provided basePath is invalid.", "basePath"); @@ -516,8 +516,8 @@ public static string ToDebugReport() string report = "C# SDK (VRChat.API) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 1.18.6\n"; - report += " SDK Package Version: 1.18.6\n"; + report += " Version of the API: 1.18.7\n"; + report += " SDK Package Version: 1.18.7\n"; return report; } diff --git a/src/VRChat.API/Client/ExceptionFactory.cs b/src/VRChat.API/Client/ExceptionFactory.cs index f1f49b3e..c4349990 100644 --- a/src/VRChat.API/Client/ExceptionFactory.cs +++ b/src/VRChat.API/Client/ExceptionFactory.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/GlobalConfiguration.cs b/src/VRChat.API/Client/GlobalConfiguration.cs index a0c6753a..622b8711 100644 --- a/src/VRChat.API/Client/GlobalConfiguration.cs +++ b/src/VRChat.API/Client/GlobalConfiguration.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/HttpMethod.cs b/src/VRChat.API/Client/HttpMethod.cs index 10e061a1..02275cad 100644 --- a/src/VRChat.API/Client/HttpMethod.cs +++ b/src/VRChat.API/Client/HttpMethod.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/IApiAccessor.cs b/src/VRChat.API/Client/IApiAccessor.cs index 5010e520..b85335e4 100644 --- a/src/VRChat.API/Client/IApiAccessor.cs +++ b/src/VRChat.API/Client/IApiAccessor.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/IAsynchronousClient.cs b/src/VRChat.API/Client/IAsynchronousClient.cs index 7eae31f1..b68e52df 100644 --- a/src/VRChat.API/Client/IAsynchronousClient.cs +++ b/src/VRChat.API/Client/IAsynchronousClient.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/IReadableConfiguration.cs b/src/VRChat.API/Client/IReadableConfiguration.cs index 7c671ce6..dea4f45a 100644 --- a/src/VRChat.API/Client/IReadableConfiguration.cs +++ b/src/VRChat.API/Client/IReadableConfiguration.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/ISynchronousClient.cs b/src/VRChat.API/Client/ISynchronousClient.cs index e570fc76..0860129d 100644 --- a/src/VRChat.API/Client/ISynchronousClient.cs +++ b/src/VRChat.API/Client/ISynchronousClient.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/Multimap.cs b/src/VRChat.API/Client/Multimap.cs index f0b95bf0..614a9ef3 100644 --- a/src/VRChat.API/Client/Multimap.cs +++ b/src/VRChat.API/Client/Multimap.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/OpenAPIDateConverter.cs b/src/VRChat.API/Client/OpenAPIDateConverter.cs index eb41f8fd..b6d5db92 100644 --- a/src/VRChat.API/Client/OpenAPIDateConverter.cs +++ b/src/VRChat.API/Client/OpenAPIDateConverter.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/RequestOptions.cs b/src/VRChat.API/Client/RequestOptions.cs index af9a1bf2..92a76dbf 100644 --- a/src/VRChat.API/Client/RequestOptions.cs +++ b/src/VRChat.API/Client/RequestOptions.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Client/RetryConfiguration.cs b/src/VRChat.API/Client/RetryConfiguration.cs index d2e205ab..11239290 100644 --- a/src/VRChat.API/Client/RetryConfiguration.cs +++ b/src/VRChat.API/Client/RetryConfiguration.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfig.cs b/src/VRChat.API/Model/APIConfig.cs index 5b62a0e8..f0cea5e2 100644 --- a/src/VRChat.API/Model/APIConfig.cs +++ b/src/VRChat.API/Model/APIConfig.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigAnnouncement.cs b/src/VRChat.API/Model/APIConfigAnnouncement.cs index 28703614..482e2e96 100644 --- a/src/VRChat.API/Model/APIConfigAnnouncement.cs +++ b/src/VRChat.API/Model/APIConfigAnnouncement.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstants.cs b/src/VRChat.API/Model/APIConfigConstants.cs index f6c1bf3d..954bbafe 100644 --- a/src/VRChat.API/Model/APIConfigConstants.cs +++ b/src/VRChat.API/Model/APIConfigConstants.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsGROUPS.cs b/src/VRChat.API/Model/APIConfigConstantsGROUPS.cs index f1e19eee..c827a8fc 100644 --- a/src/VRChat.API/Model/APIConfigConstantsGROUPS.cs +++ b/src/VRChat.API/Model/APIConfigConstantsGROUPS.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsINSTANCE.cs b/src/VRChat.API/Model/APIConfigConstantsINSTANCE.cs index bdecb229..af8b1c40 100644 --- a/src/VRChat.API/Model/APIConfigConstantsINSTANCE.cs +++ b/src/VRChat.API/Model/APIConfigConstantsINSTANCE.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.cs b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.cs index 5f2c4680..cc34538b 100644 --- a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.cs +++ b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.cs b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.cs index a7002b5e..d0e3b13a 100644 --- a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.cs +++ b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.cs b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.cs index f458fe0a..86b57a65 100644 --- a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.cs +++ b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.cs b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.cs index be22e1dc..90c3eec4 100644 --- a/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.cs +++ b/src/VRChat.API/Model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigConstantsLANGUAGE.cs b/src/VRChat.API/Model/APIConfigConstantsLANGUAGE.cs index 35767aec..c30c9724 100644 --- a/src/VRChat.API/Model/APIConfigConstantsLANGUAGE.cs +++ b/src/VRChat.API/Model/APIConfigConstantsLANGUAGE.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigDownloadURLList.cs b/src/VRChat.API/Model/APIConfigDownloadURLList.cs index b9ab349b..2b1a2aef 100644 --- a/src/VRChat.API/Model/APIConfigDownloadURLList.cs +++ b/src/VRChat.API/Model/APIConfigDownloadURLList.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigEvents.cs b/src/VRChat.API/Model/APIConfigEvents.cs index 99496b23..f65d0d45 100644 --- a/src/VRChat.API/Model/APIConfigEvents.cs +++ b/src/VRChat.API/Model/APIConfigEvents.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigMinSupportedClientBuildNumber.cs b/src/VRChat.API/Model/APIConfigMinSupportedClientBuildNumber.cs index 06f3f442..d4697b23 100644 --- a/src/VRChat.API/Model/APIConfigMinSupportedClientBuildNumber.cs +++ b/src/VRChat.API/Model/APIConfigMinSupportedClientBuildNumber.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigOfflineAnalysis.cs b/src/VRChat.API/Model/APIConfigOfflineAnalysis.cs index ecf0ce2a..efbca4cb 100644 --- a/src/VRChat.API/Model/APIConfigOfflineAnalysis.cs +++ b/src/VRChat.API/Model/APIConfigOfflineAnalysis.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigReportCategories.cs b/src/VRChat.API/Model/APIConfigReportCategories.cs index b3bc249f..11247c6f 100644 --- a/src/VRChat.API/Model/APIConfigReportCategories.cs +++ b/src/VRChat.API/Model/APIConfigReportCategories.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIConfigReportReasons.cs b/src/VRChat.API/Model/APIConfigReportReasons.cs index e39e1c1d..210a269b 100644 --- a/src/VRChat.API/Model/APIConfigReportReasons.cs +++ b/src/VRChat.API/Model/APIConfigReportReasons.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/APIHealth.cs b/src/VRChat.API/Model/APIHealth.cs index 2de785df..d3485756 100644 --- a/src/VRChat.API/Model/APIHealth.cs +++ b/src/VRChat.API/Model/APIHealth.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/AbstractOpenAPISchema.cs b/src/VRChat.API/Model/AbstractOpenAPISchema.cs index aeec8ca8..8505b580 100644 --- a/src/VRChat.API/Model/AbstractOpenAPISchema.cs +++ b/src/VRChat.API/Model/AbstractOpenAPISchema.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/AccountDeletionLog.cs b/src/VRChat.API/Model/AccountDeletionLog.cs index 1decf2cf..6dd8fb88 100644 --- a/src/VRChat.API/Model/AccountDeletionLog.cs +++ b/src/VRChat.API/Model/AccountDeletionLog.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/AddFavoriteRequest.cs b/src/VRChat.API/Model/AddFavoriteRequest.cs index 87d0665e..d5286a83 100644 --- a/src/VRChat.API/Model/AddFavoriteRequest.cs +++ b/src/VRChat.API/Model/AddFavoriteRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/AddGroupGalleryImageRequest.cs b/src/VRChat.API/Model/AddGroupGalleryImageRequest.cs index 9c9a5d59..258948db 100644 --- a/src/VRChat.API/Model/AddGroupGalleryImageRequest.cs +++ b/src/VRChat.API/Model/AddGroupGalleryImageRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Avatar.cs b/src/VRChat.API/Model/Avatar.cs index cf711157..031cd2d8 100644 --- a/src/VRChat.API/Model/Avatar.cs +++ b/src/VRChat.API/Model/Avatar.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/AvatarUnityPackageUrlObject.cs b/src/VRChat.API/Model/AvatarUnityPackageUrlObject.cs index d8fbfff5..614d7d3f 100644 --- a/src/VRChat.API/Model/AvatarUnityPackageUrlObject.cs +++ b/src/VRChat.API/Model/AvatarUnityPackageUrlObject.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Badge.cs b/src/VRChat.API/Model/Badge.cs index d3769438..076fd5e1 100644 --- a/src/VRChat.API/Model/Badge.cs +++ b/src/VRChat.API/Model/Badge.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/BanGroupMemberRequest.cs b/src/VRChat.API/Model/BanGroupMemberRequest.cs index 53e0fbfd..2eebd6af 100644 --- a/src/VRChat.API/Model/BanGroupMemberRequest.cs +++ b/src/VRChat.API/Model/BanGroupMemberRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateAvatarRequest.cs b/src/VRChat.API/Model/CreateAvatarRequest.cs index c69bba3b..4c9198a9 100644 --- a/src/VRChat.API/Model/CreateAvatarRequest.cs +++ b/src/VRChat.API/Model/CreateAvatarRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateFileRequest.cs b/src/VRChat.API/Model/CreateFileRequest.cs index 5aab51a8..787f1f9d 100644 --- a/src/VRChat.API/Model/CreateFileRequest.cs +++ b/src/VRChat.API/Model/CreateFileRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateFileVersionRequest.cs b/src/VRChat.API/Model/CreateFileVersionRequest.cs index d2ffabce..b447523b 100644 --- a/src/VRChat.API/Model/CreateFileVersionRequest.cs +++ b/src/VRChat.API/Model/CreateFileVersionRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs b/src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs index f0b8a952..8f7c811b 100644 --- a/src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs +++ b/src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupGalleryRequest.cs b/src/VRChat.API/Model/CreateGroupGalleryRequest.cs index 96868c6f..28d34b55 100644 --- a/src/VRChat.API/Model/CreateGroupGalleryRequest.cs +++ b/src/VRChat.API/Model/CreateGroupGalleryRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupInviteRequest.cs b/src/VRChat.API/Model/CreateGroupInviteRequest.cs index eee7d2a6..7fdc0aa2 100644 --- a/src/VRChat.API/Model/CreateGroupInviteRequest.cs +++ b/src/VRChat.API/Model/CreateGroupInviteRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupPostRequest.cs b/src/VRChat.API/Model/CreateGroupPostRequest.cs index 633125e2..02a01db7 100644 --- a/src/VRChat.API/Model/CreateGroupPostRequest.cs +++ b/src/VRChat.API/Model/CreateGroupPostRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupRequest.cs b/src/VRChat.API/Model/CreateGroupRequest.cs index 347dde10..6d20e8e1 100644 --- a/src/VRChat.API/Model/CreateGroupRequest.cs +++ b/src/VRChat.API/Model/CreateGroupRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateGroupRoleRequest.cs b/src/VRChat.API/Model/CreateGroupRoleRequest.cs index 8eae9812..741126ee 100644 --- a/src/VRChat.API/Model/CreateGroupRoleRequest.cs +++ b/src/VRChat.API/Model/CreateGroupRoleRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateInstanceRequest.cs b/src/VRChat.API/Model/CreateInstanceRequest.cs index 53dc950c..f7c45e9d 100644 --- a/src/VRChat.API/Model/CreateInstanceRequest.cs +++ b/src/VRChat.API/Model/CreateInstanceRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CreateWorldRequest.cs b/src/VRChat.API/Model/CreateWorldRequest.cs index b2e803ef..b7d03589 100644 --- a/src/VRChat.API/Model/CreateWorldRequest.cs +++ b/src/VRChat.API/Model/CreateWorldRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CurrentUser.cs b/src/VRChat.API/Model/CurrentUser.cs index 32cc5cee..04c9f104 100644 --- a/src/VRChat.API/Model/CurrentUser.cs +++ b/src/VRChat.API/Model/CurrentUser.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/CurrentUserPresence.cs b/src/VRChat.API/Model/CurrentUserPresence.cs index 0e860ce3..12d8c8be 100644 --- a/src/VRChat.API/Model/CurrentUserPresence.cs +++ b/src/VRChat.API/Model/CurrentUserPresence.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/DeploymentGroup.cs b/src/VRChat.API/Model/DeploymentGroup.cs index 4f5d262f..953582cf 100644 --- a/src/VRChat.API/Model/DeploymentGroup.cs +++ b/src/VRChat.API/Model/DeploymentGroup.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/DeveloperType.cs b/src/VRChat.API/Model/DeveloperType.cs index 575a1ce9..66d09295 100644 --- a/src/VRChat.API/Model/DeveloperType.cs +++ b/src/VRChat.API/Model/DeveloperType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/DynamicContentRow.cs b/src/VRChat.API/Model/DynamicContentRow.cs index e04537a5..3c887d53 100644 --- a/src/VRChat.API/Model/DynamicContentRow.cs +++ b/src/VRChat.API/Model/DynamicContentRow.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Error.cs b/src/VRChat.API/Model/Error.cs index 9cb2b913..9524108e 100644 --- a/src/VRChat.API/Model/Error.cs +++ b/src/VRChat.API/Model/Error.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Favorite.cs b/src/VRChat.API/Model/Favorite.cs index 1c07f902..06a5c5bd 100644 --- a/src/VRChat.API/Model/Favorite.cs +++ b/src/VRChat.API/Model/Favorite.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FavoriteGroup.cs b/src/VRChat.API/Model/FavoriteGroup.cs index 5b844f33..cc32629f 100644 --- a/src/VRChat.API/Model/FavoriteGroup.cs +++ b/src/VRChat.API/Model/FavoriteGroup.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FavoriteGroupVisibility.cs b/src/VRChat.API/Model/FavoriteGroupVisibility.cs index 3697b979..71f6025a 100644 --- a/src/VRChat.API/Model/FavoriteGroupVisibility.cs +++ b/src/VRChat.API/Model/FavoriteGroupVisibility.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FavoriteType.cs b/src/VRChat.API/Model/FavoriteType.cs index d88c6fa9..652b51af 100644 --- a/src/VRChat.API/Model/FavoriteType.cs +++ b/src/VRChat.API/Model/FavoriteType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FavoritedWorld.cs b/src/VRChat.API/Model/FavoritedWorld.cs index 88bb241d..fb4c4f8a 100644 --- a/src/VRChat.API/Model/FavoritedWorld.cs +++ b/src/VRChat.API/Model/FavoritedWorld.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/File.cs b/src/VRChat.API/Model/File.cs index e38a4233..072fd110 100644 --- a/src/VRChat.API/Model/File.cs +++ b/src/VRChat.API/Model/File.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FileData.cs b/src/VRChat.API/Model/FileData.cs index 1582b44c..542c7039 100644 --- a/src/VRChat.API/Model/FileData.cs +++ b/src/VRChat.API/Model/FileData.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FileStatus.cs b/src/VRChat.API/Model/FileStatus.cs index 4a31cb50..5edd3621 100644 --- a/src/VRChat.API/Model/FileStatus.cs +++ b/src/VRChat.API/Model/FileStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FileUploadURL.cs b/src/VRChat.API/Model/FileUploadURL.cs index e606ed0e..95723275 100644 --- a/src/VRChat.API/Model/FileUploadURL.cs +++ b/src/VRChat.API/Model/FileUploadURL.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FileVersion.cs b/src/VRChat.API/Model/FileVersion.cs index 194aacea..5cd86b40 100644 --- a/src/VRChat.API/Model/FileVersion.cs +++ b/src/VRChat.API/Model/FileVersion.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FileVersionUploadStatus.cs b/src/VRChat.API/Model/FileVersionUploadStatus.cs index c4ec3d1a..3f8db312 100644 --- a/src/VRChat.API/Model/FileVersionUploadStatus.cs +++ b/src/VRChat.API/Model/FileVersionUploadStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FinishFileDataUploadRequest.cs b/src/VRChat.API/Model/FinishFileDataUploadRequest.cs index f06e1baa..e2205c19 100644 --- a/src/VRChat.API/Model/FinishFileDataUploadRequest.cs +++ b/src/VRChat.API/Model/FinishFileDataUploadRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/FriendStatus.cs b/src/VRChat.API/Model/FriendStatus.cs index 90a90f5b..0a85db0a 100644 --- a/src/VRChat.API/Model/FriendStatus.cs +++ b/src/VRChat.API/Model/FriendStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Group.cs b/src/VRChat.API/Model/Group.cs index 00f3502f..cd8337c7 100644 --- a/src/VRChat.API/Model/Group.cs +++ b/src/VRChat.API/Model/Group.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupAccessType.cs b/src/VRChat.API/Model/GroupAccessType.cs index e98cb055..3d6d0a9a 100644 --- a/src/VRChat.API/Model/GroupAccessType.cs +++ b/src/VRChat.API/Model/GroupAccessType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupAnnouncement.cs b/src/VRChat.API/Model/GroupAnnouncement.cs index 8f6752ed..6b83f161 100644 --- a/src/VRChat.API/Model/GroupAnnouncement.cs +++ b/src/VRChat.API/Model/GroupAnnouncement.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupAuditLogEntry.cs b/src/VRChat.API/Model/GroupAuditLogEntry.cs index 04dd8a5a..3191280f 100644 --- a/src/VRChat.API/Model/GroupAuditLogEntry.cs +++ b/src/VRChat.API/Model/GroupAuditLogEntry.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupGallery.cs b/src/VRChat.API/Model/GroupGallery.cs index dbcd222c..b92328f8 100644 --- a/src/VRChat.API/Model/GroupGallery.cs +++ b/src/VRChat.API/Model/GroupGallery.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupGalleryImage.cs b/src/VRChat.API/Model/GroupGalleryImage.cs index 5ac9e689..09c85e96 100644 --- a/src/VRChat.API/Model/GroupGalleryImage.cs +++ b/src/VRChat.API/Model/GroupGalleryImage.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupInstance.cs b/src/VRChat.API/Model/GroupInstance.cs index 71aaf5fe..f15c460d 100644 --- a/src/VRChat.API/Model/GroupInstance.cs +++ b/src/VRChat.API/Model/GroupInstance.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupJoinRequestAction.cs b/src/VRChat.API/Model/GroupJoinRequestAction.cs index 3f72005b..c26a552b 100644 --- a/src/VRChat.API/Model/GroupJoinRequestAction.cs +++ b/src/VRChat.API/Model/GroupJoinRequestAction.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupJoinState.cs b/src/VRChat.API/Model/GroupJoinState.cs index fe5dbd07..63baf3c4 100644 --- a/src/VRChat.API/Model/GroupJoinState.cs +++ b/src/VRChat.API/Model/GroupJoinState.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupLimitedMember.cs b/src/VRChat.API/Model/GroupLimitedMember.cs index 91f4a39d..3188ba3c 100644 --- a/src/VRChat.API/Model/GroupLimitedMember.cs +++ b/src/VRChat.API/Model/GroupLimitedMember.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupMember.cs b/src/VRChat.API/Model/GroupMember.cs index 58232b31..a6ab38da 100644 --- a/src/VRChat.API/Model/GroupMember.cs +++ b/src/VRChat.API/Model/GroupMember.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupMemberLimitedUser.cs b/src/VRChat.API/Model/GroupMemberLimitedUser.cs index 8d5238b1..18a267af 100644 --- a/src/VRChat.API/Model/GroupMemberLimitedUser.cs +++ b/src/VRChat.API/Model/GroupMemberLimitedUser.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupMemberStatus.cs b/src/VRChat.API/Model/GroupMemberStatus.cs index 0853f794..4e914925 100644 --- a/src/VRChat.API/Model/GroupMemberStatus.cs +++ b/src/VRChat.API/Model/GroupMemberStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupMyMember.cs b/src/VRChat.API/Model/GroupMyMember.cs index c09dd797..f49f29af 100644 --- a/src/VRChat.API/Model/GroupMyMember.cs +++ b/src/VRChat.API/Model/GroupMyMember.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupPermission.cs b/src/VRChat.API/Model/GroupPermission.cs index e9faeee3..3d539156 100644 --- a/src/VRChat.API/Model/GroupPermission.cs +++ b/src/VRChat.API/Model/GroupPermission.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupPost.cs b/src/VRChat.API/Model/GroupPost.cs index 9b6e7e52..eb0ab1b2 100644 --- a/src/VRChat.API/Model/GroupPost.cs +++ b/src/VRChat.API/Model/GroupPost.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupPostVisibility.cs b/src/VRChat.API/Model/GroupPostVisibility.cs index 0ce1da99..197f8cec 100644 --- a/src/VRChat.API/Model/GroupPostVisibility.cs +++ b/src/VRChat.API/Model/GroupPostVisibility.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupPrivacy.cs b/src/VRChat.API/Model/GroupPrivacy.cs index fe8425bf..4399bb14 100644 --- a/src/VRChat.API/Model/GroupPrivacy.cs +++ b/src/VRChat.API/Model/GroupPrivacy.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupRole.cs b/src/VRChat.API/Model/GroupRole.cs index ca1118f5..4b0d361a 100644 --- a/src/VRChat.API/Model/GroupRole.cs +++ b/src/VRChat.API/Model/GroupRole.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupRoleTemplate.cs b/src/VRChat.API/Model/GroupRoleTemplate.cs index 7f6e79ad..e37f25dc 100644 --- a/src/VRChat.API/Model/GroupRoleTemplate.cs +++ b/src/VRChat.API/Model/GroupRoleTemplate.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupSearchSort.cs b/src/VRChat.API/Model/GroupSearchSort.cs index 8a81bd1f..139b2af3 100644 --- a/src/VRChat.API/Model/GroupSearchSort.cs +++ b/src/VRChat.API/Model/GroupSearchSort.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/GroupUserVisibility.cs b/src/VRChat.API/Model/GroupUserVisibility.cs index f891da54..78a66a12 100644 --- a/src/VRChat.API/Model/GroupUserVisibility.cs +++ b/src/VRChat.API/Model/GroupUserVisibility.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InfoPush.cs b/src/VRChat.API/Model/InfoPush.cs index 5cac2c24..b0ee34a2 100644 --- a/src/VRChat.API/Model/InfoPush.cs +++ b/src/VRChat.API/Model/InfoPush.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InfoPushData.cs b/src/VRChat.API/Model/InfoPushData.cs index 2a91731c..56857f6b 100644 --- a/src/VRChat.API/Model/InfoPushData.cs +++ b/src/VRChat.API/Model/InfoPushData.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InfoPushDataArticle.cs b/src/VRChat.API/Model/InfoPushDataArticle.cs index 32339b08..7efd3ff9 100644 --- a/src/VRChat.API/Model/InfoPushDataArticle.cs +++ b/src/VRChat.API/Model/InfoPushDataArticle.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InfoPushDataArticleContent.cs b/src/VRChat.API/Model/InfoPushDataArticleContent.cs index 3987114a..60a839a5 100644 --- a/src/VRChat.API/Model/InfoPushDataArticleContent.cs +++ b/src/VRChat.API/Model/InfoPushDataArticleContent.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InfoPushDataClickable.cs b/src/VRChat.API/Model/InfoPushDataClickable.cs index a1227841..c2366e00 100644 --- a/src/VRChat.API/Model/InfoPushDataClickable.cs +++ b/src/VRChat.API/Model/InfoPushDataClickable.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Instance.cs b/src/VRChat.API/Model/Instance.cs index 65d38cab..319f8517 100644 --- a/src/VRChat.API/Model/Instance.cs +++ b/src/VRChat.API/Model/Instance.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InstancePlatforms.cs b/src/VRChat.API/Model/InstancePlatforms.cs index 8d60d6b4..6a666e21 100644 --- a/src/VRChat.API/Model/InstancePlatforms.cs +++ b/src/VRChat.API/Model/InstancePlatforms.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InstanceRegion.cs b/src/VRChat.API/Model/InstanceRegion.cs index d39985c2..6364f0dd 100644 --- a/src/VRChat.API/Model/InstanceRegion.cs +++ b/src/VRChat.API/Model/InstanceRegion.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InstanceShortNameResponse.cs b/src/VRChat.API/Model/InstanceShortNameResponse.cs index 6177b1e3..c9714958 100644 --- a/src/VRChat.API/Model/InstanceShortNameResponse.cs +++ b/src/VRChat.API/Model/InstanceShortNameResponse.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InstanceType.cs b/src/VRChat.API/Model/InstanceType.cs index 85d93861..99442981 100644 --- a/src/VRChat.API/Model/InstanceType.cs +++ b/src/VRChat.API/Model/InstanceType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InviteMessage.cs b/src/VRChat.API/Model/InviteMessage.cs index 3a33b3d3..c5f2a174 100644 --- a/src/VRChat.API/Model/InviteMessage.cs +++ b/src/VRChat.API/Model/InviteMessage.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InviteMessageType.cs b/src/VRChat.API/Model/InviteMessageType.cs index a78845a4..513ec8f6 100644 --- a/src/VRChat.API/Model/InviteMessageType.cs +++ b/src/VRChat.API/Model/InviteMessageType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InviteRequest.cs b/src/VRChat.API/Model/InviteRequest.cs index 3a7ecc67..2f48f23d 100644 --- a/src/VRChat.API/Model/InviteRequest.cs +++ b/src/VRChat.API/Model/InviteRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/InviteResponse.cs b/src/VRChat.API/Model/InviteResponse.cs index 45942b71..aa34222f 100644 --- a/src/VRChat.API/Model/InviteResponse.cs +++ b/src/VRChat.API/Model/InviteResponse.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Jam.cs b/src/VRChat.API/Model/Jam.cs index 75127a79..e0f30206 100644 --- a/src/VRChat.API/Model/Jam.cs +++ b/src/VRChat.API/Model/Jam.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/JamStateChangeDates.cs b/src/VRChat.API/Model/JamStateChangeDates.cs index 068e37a2..fc4c1aba 100644 --- a/src/VRChat.API/Model/JamStateChangeDates.cs +++ b/src/VRChat.API/Model/JamStateChangeDates.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/License.cs b/src/VRChat.API/Model/License.cs index 83ae8eb5..ad2b5885 100644 --- a/src/VRChat.API/Model/License.cs +++ b/src/VRChat.API/Model/License.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LicenseAction.cs b/src/VRChat.API/Model/LicenseAction.cs index db1761de..f5175af1 100644 --- a/src/VRChat.API/Model/LicenseAction.cs +++ b/src/VRChat.API/Model/LicenseAction.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LicenseGroup.cs b/src/VRChat.API/Model/LicenseGroup.cs index d07be48b..b9603337 100644 --- a/src/VRChat.API/Model/LicenseGroup.cs +++ b/src/VRChat.API/Model/LicenseGroup.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LicenseType.cs b/src/VRChat.API/Model/LicenseType.cs index e9ca050a..c8ca79d9 100644 --- a/src/VRChat.API/Model/LicenseType.cs +++ b/src/VRChat.API/Model/LicenseType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LimitedGroup.cs b/src/VRChat.API/Model/LimitedGroup.cs index 717feebf..5a7382bf 100644 --- a/src/VRChat.API/Model/LimitedGroup.cs +++ b/src/VRChat.API/Model/LimitedGroup.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LimitedUnityPackage.cs b/src/VRChat.API/Model/LimitedUnityPackage.cs index 4b49a449..82f585cc 100644 --- a/src/VRChat.API/Model/LimitedUnityPackage.cs +++ b/src/VRChat.API/Model/LimitedUnityPackage.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LimitedUser.cs b/src/VRChat.API/Model/LimitedUser.cs index b1510b50..a9b7f436 100644 --- a/src/VRChat.API/Model/LimitedUser.cs +++ b/src/VRChat.API/Model/LimitedUser.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LimitedUserGroups.cs b/src/VRChat.API/Model/LimitedUserGroups.cs index f51df3e9..12b36b98 100644 --- a/src/VRChat.API/Model/LimitedUserGroups.cs +++ b/src/VRChat.API/Model/LimitedUserGroups.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/LimitedWorld.cs b/src/VRChat.API/Model/LimitedWorld.cs index 4c2db4f2..76c2013c 100644 --- a/src/VRChat.API/Model/LimitedWorld.cs +++ b/src/VRChat.API/Model/LimitedWorld.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/MIMEType.cs b/src/VRChat.API/Model/MIMEType.cs index 04d1c19c..d1151fc7 100644 --- a/src/VRChat.API/Model/MIMEType.cs +++ b/src/VRChat.API/Model/MIMEType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/ModerateUserRequest.cs b/src/VRChat.API/Model/ModerateUserRequest.cs index 2baa5fe3..78582adc 100644 --- a/src/VRChat.API/Model/ModerateUserRequest.cs +++ b/src/VRChat.API/Model/ModerateUserRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Notification.cs b/src/VRChat.API/Model/Notification.cs index 35064b1d..662b1dcb 100644 --- a/src/VRChat.API/Model/Notification.cs +++ b/src/VRChat.API/Model/Notification.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationDetailInvite.cs b/src/VRChat.API/Model/NotificationDetailInvite.cs index 2369b284..dbe6fc37 100644 --- a/src/VRChat.API/Model/NotificationDetailInvite.cs +++ b/src/VRChat.API/Model/NotificationDetailInvite.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationDetailInviteResponse.cs b/src/VRChat.API/Model/NotificationDetailInviteResponse.cs index 07e6da79..e7aad84d 100644 --- a/src/VRChat.API/Model/NotificationDetailInviteResponse.cs +++ b/src/VRChat.API/Model/NotificationDetailInviteResponse.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationDetailRequestInvite.cs b/src/VRChat.API/Model/NotificationDetailRequestInvite.cs index e87b5093..c533b7bf 100644 --- a/src/VRChat.API/Model/NotificationDetailRequestInvite.cs +++ b/src/VRChat.API/Model/NotificationDetailRequestInvite.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs b/src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs index ace6ef4b..edf36569 100644 --- a/src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs +++ b/src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationDetailVoteToKick.cs b/src/VRChat.API/Model/NotificationDetailVoteToKick.cs index 4c01d10f..0575ab11 100644 --- a/src/VRChat.API/Model/NotificationDetailVoteToKick.cs +++ b/src/VRChat.API/Model/NotificationDetailVoteToKick.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/NotificationType.cs b/src/VRChat.API/Model/NotificationType.cs index c039639d..44b9e7be 100644 --- a/src/VRChat.API/Model/NotificationType.cs +++ b/src/VRChat.API/Model/NotificationType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/OrderOption.cs b/src/VRChat.API/Model/OrderOption.cs index c02f086d..af5a36f2 100644 --- a/src/VRChat.API/Model/OrderOption.cs +++ b/src/VRChat.API/Model/OrderOption.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs b/src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs index 4250c435..3a957ed1 100644 --- a/src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs +++ b/src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PastDisplayName.cs b/src/VRChat.API/Model/PastDisplayName.cs index 3f51e69f..0eb3aefa 100644 --- a/src/VRChat.API/Model/PastDisplayName.cs +++ b/src/VRChat.API/Model/PastDisplayName.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PerformanceRatings.cs b/src/VRChat.API/Model/PerformanceRatings.cs index 43647f46..dde08f9d 100644 --- a/src/VRChat.API/Model/PerformanceRatings.cs +++ b/src/VRChat.API/Model/PerformanceRatings.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Permission.cs b/src/VRChat.API/Model/Permission.cs index 43148d61..32e1b2b6 100644 --- a/src/VRChat.API/Model/Permission.cs +++ b/src/VRChat.API/Model/Permission.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PlatformBuildInfo.cs b/src/VRChat.API/Model/PlatformBuildInfo.cs index 96d62b94..4c684567 100644 --- a/src/VRChat.API/Model/PlatformBuildInfo.cs +++ b/src/VRChat.API/Model/PlatformBuildInfo.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PlayerModeration.cs b/src/VRChat.API/Model/PlayerModeration.cs index 53c4534b..56d4d614 100644 --- a/src/VRChat.API/Model/PlayerModeration.cs +++ b/src/VRChat.API/Model/PlayerModeration.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/PlayerModerationType.cs b/src/VRChat.API/Model/PlayerModerationType.cs index 852b8827..e1079f23 100644 --- a/src/VRChat.API/Model/PlayerModerationType.cs +++ b/src/VRChat.API/Model/PlayerModerationType.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Region.cs b/src/VRChat.API/Model/Region.cs index b5d4d405..073c81f7 100644 --- a/src/VRChat.API/Model/Region.cs +++ b/src/VRChat.API/Model/Region.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/ReleaseStatus.cs b/src/VRChat.API/Model/ReleaseStatus.cs index 479c23cf..8e93852e 100644 --- a/src/VRChat.API/Model/ReleaseStatus.cs +++ b/src/VRChat.API/Model/ReleaseStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/ReportCategory.cs b/src/VRChat.API/Model/ReportCategory.cs index ff44ea1a..4bb79205 100644 --- a/src/VRChat.API/Model/ReportCategory.cs +++ b/src/VRChat.API/Model/ReportCategory.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/ReportReason.cs b/src/VRChat.API/Model/ReportReason.cs index c6b6f273..036db12b 100644 --- a/src/VRChat.API/Model/ReportReason.cs +++ b/src/VRChat.API/Model/ReportReason.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/RepresentedGroup.cs b/src/VRChat.API/Model/RepresentedGroup.cs index c245cdac..17166a0e 100644 --- a/src/VRChat.API/Model/RepresentedGroup.cs +++ b/src/VRChat.API/Model/RepresentedGroup.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/RequestInviteRequest.cs b/src/VRChat.API/Model/RequestInviteRequest.cs index 53cb50d9..8708b1f5 100644 --- a/src/VRChat.API/Model/RequestInviteRequest.cs +++ b/src/VRChat.API/Model/RequestInviteRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/RespondGroupJoinRequest.cs b/src/VRChat.API/Model/RespondGroupJoinRequest.cs index e0119207..419bb74e 100644 --- a/src/VRChat.API/Model/RespondGroupJoinRequest.cs +++ b/src/VRChat.API/Model/RespondGroupJoinRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Response.cs b/src/VRChat.API/Model/Response.cs index 022338dd..bcfb51b7 100644 --- a/src/VRChat.API/Model/Response.cs +++ b/src/VRChat.API/Model/Response.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/SentNotification.cs b/src/VRChat.API/Model/SentNotification.cs index cd53e567..dac96201 100644 --- a/src/VRChat.API/Model/SentNotification.cs +++ b/src/VRChat.API/Model/SentNotification.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/SortOption.cs b/src/VRChat.API/Model/SortOption.cs index 87b172b8..1af5e5b6 100644 --- a/src/VRChat.API/Model/SortOption.cs +++ b/src/VRChat.API/Model/SortOption.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Submission.cs b/src/VRChat.API/Model/Submission.cs index 7ef2f807..41d92e0d 100644 --- a/src/VRChat.API/Model/Submission.cs +++ b/src/VRChat.API/Model/Submission.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Subscription.cs b/src/VRChat.API/Model/Subscription.cs index 15fa22bd..9ec92e91 100644 --- a/src/VRChat.API/Model/Subscription.cs +++ b/src/VRChat.API/Model/Subscription.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/SubscriptionPeriod.cs b/src/VRChat.API/Model/SubscriptionPeriod.cs index 58639be2..e6a140cb 100644 --- a/src/VRChat.API/Model/SubscriptionPeriod.cs +++ b/src/VRChat.API/Model/SubscriptionPeriod.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Success.cs b/src/VRChat.API/Model/Success.cs index e03ead34..fdc6f85e 100644 --- a/src/VRChat.API/Model/Success.cs +++ b/src/VRChat.API/Model/Success.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Transaction.cs b/src/VRChat.API/Model/Transaction.cs index a16b8589..c322e553 100644 --- a/src/VRChat.API/Model/Transaction.cs +++ b/src/VRChat.API/Model/Transaction.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TransactionAgreement.cs b/src/VRChat.API/Model/TransactionAgreement.cs index ccad309b..6b6cbe6a 100644 --- a/src/VRChat.API/Model/TransactionAgreement.cs +++ b/src/VRChat.API/Model/TransactionAgreement.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TransactionStatus.cs b/src/VRChat.API/Model/TransactionStatus.cs index 2fd87b21..627226e8 100644 --- a/src/VRChat.API/Model/TransactionStatus.cs +++ b/src/VRChat.API/Model/TransactionStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TransactionSteamInfo.cs b/src/VRChat.API/Model/TransactionSteamInfo.cs index 1db0c947..f57dd232 100644 --- a/src/VRChat.API/Model/TransactionSteamInfo.cs +++ b/src/VRChat.API/Model/TransactionSteamInfo.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TransactionSteamWalletInfo.cs b/src/VRChat.API/Model/TransactionSteamWalletInfo.cs index 331e9dbc..c4a6933d 100644 --- a/src/VRChat.API/Model/TransactionSteamWalletInfo.cs +++ b/src/VRChat.API/Model/TransactionSteamWalletInfo.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TwoFactorAuthCode.cs b/src/VRChat.API/Model/TwoFactorAuthCode.cs index 036679ae..de83b172 100644 --- a/src/VRChat.API/Model/TwoFactorAuthCode.cs +++ b/src/VRChat.API/Model/TwoFactorAuthCode.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/TwoFactorEmailCode.cs b/src/VRChat.API/Model/TwoFactorEmailCode.cs index 3e2d424d..b68ebb6b 100644 --- a/src/VRChat.API/Model/TwoFactorEmailCode.cs +++ b/src/VRChat.API/Model/TwoFactorEmailCode.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UnityPackage.cs b/src/VRChat.API/Model/UnityPackage.cs index 0c6c21a2..246339fd 100644 --- a/src/VRChat.API/Model/UnityPackage.cs +++ b/src/VRChat.API/Model/UnityPackage.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateAvatarRequest.cs b/src/VRChat.API/Model/UpdateAvatarRequest.cs index 8d8eb966..3e03b7e5 100644 --- a/src/VRChat.API/Model/UpdateAvatarRequest.cs +++ b/src/VRChat.API/Model/UpdateAvatarRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateFavoriteGroupRequest.cs b/src/VRChat.API/Model/UpdateFavoriteGroupRequest.cs index b7ab95ad..30871707 100644 --- a/src/VRChat.API/Model/UpdateFavoriteGroupRequest.cs +++ b/src/VRChat.API/Model/UpdateFavoriteGroupRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateGroupGalleryRequest.cs b/src/VRChat.API/Model/UpdateGroupGalleryRequest.cs index 6f4efc27..affa3de0 100644 --- a/src/VRChat.API/Model/UpdateGroupGalleryRequest.cs +++ b/src/VRChat.API/Model/UpdateGroupGalleryRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateGroupMemberRequest.cs b/src/VRChat.API/Model/UpdateGroupMemberRequest.cs index fe5b8815..dbf93d60 100644 --- a/src/VRChat.API/Model/UpdateGroupMemberRequest.cs +++ b/src/VRChat.API/Model/UpdateGroupMemberRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateGroupRequest.cs b/src/VRChat.API/Model/UpdateGroupRequest.cs index 071eceed..efa88aa0 100644 --- a/src/VRChat.API/Model/UpdateGroupRequest.cs +++ b/src/VRChat.API/Model/UpdateGroupRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateGroupRoleRequest.cs b/src/VRChat.API/Model/UpdateGroupRoleRequest.cs index f6f61b9f..a5d82e13 100644 --- a/src/VRChat.API/Model/UpdateGroupRoleRequest.cs +++ b/src/VRChat.API/Model/UpdateGroupRoleRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateInviteMessageRequest.cs b/src/VRChat.API/Model/UpdateInviteMessageRequest.cs index 48096d8a..4f127d99 100644 --- a/src/VRChat.API/Model/UpdateInviteMessageRequest.cs +++ b/src/VRChat.API/Model/UpdateInviteMessageRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateUserRequest.cs b/src/VRChat.API/Model/UpdateUserRequest.cs index fce121ea..455a4939 100644 --- a/src/VRChat.API/Model/UpdateUserRequest.cs +++ b/src/VRChat.API/Model/UpdateUserRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UpdateWorldRequest.cs b/src/VRChat.API/Model/UpdateWorldRequest.cs index 88c6ddf4..14199990 100644 --- a/src/VRChat.API/Model/UpdateWorldRequest.cs +++ b/src/VRChat.API/Model/UpdateWorldRequest.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/User.cs b/src/VRChat.API/Model/User.cs index 965e9dc5..5bb3def0 100644 --- a/src/VRChat.API/Model/User.cs +++ b/src/VRChat.API/Model/User.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UserExists.cs b/src/VRChat.API/Model/UserExists.cs index e38148f1..f20d3303 100644 --- a/src/VRChat.API/Model/UserExists.cs +++ b/src/VRChat.API/Model/UserExists.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UserState.cs b/src/VRChat.API/Model/UserState.cs index 6b294848..9b395ffd 100644 --- a/src/VRChat.API/Model/UserState.cs +++ b/src/VRChat.API/Model/UserState.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UserStatus.cs b/src/VRChat.API/Model/UserStatus.cs index a653e4d3..d675ba5c 100644 --- a/src/VRChat.API/Model/UserStatus.cs +++ b/src/VRChat.API/Model/UserStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/UserSubscription.cs b/src/VRChat.API/Model/UserSubscription.cs index 1e665f90..91bcbde6 100644 --- a/src/VRChat.API/Model/UserSubscription.cs +++ b/src/VRChat.API/Model/UserSubscription.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Verify2FAEmailCodeResult.cs b/src/VRChat.API/Model/Verify2FAEmailCodeResult.cs index a0f8b6a2..4426e04e 100644 --- a/src/VRChat.API/Model/Verify2FAEmailCodeResult.cs +++ b/src/VRChat.API/Model/Verify2FAEmailCodeResult.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/Verify2FAResult.cs b/src/VRChat.API/Model/Verify2FAResult.cs index 51c86071..58856129 100644 --- a/src/VRChat.API/Model/Verify2FAResult.cs +++ b/src/VRChat.API/Model/Verify2FAResult.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/VerifyAuthTokenResult.cs b/src/VRChat.API/Model/VerifyAuthTokenResult.cs index 613b2868..5fcefe95 100644 --- a/src/VRChat.API/Model/VerifyAuthTokenResult.cs +++ b/src/VRChat.API/Model/VerifyAuthTokenResult.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/World.cs b/src/VRChat.API/Model/World.cs index 9793c6dc..7c00ef5e 100644 --- a/src/VRChat.API/Model/World.cs +++ b/src/VRChat.API/Model/World.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/WorldMetadata.cs b/src/VRChat.API/Model/WorldMetadata.cs index ea31e93d..31a11a0e 100644 --- a/src/VRChat.API/Model/WorldMetadata.cs +++ b/src/VRChat.API/Model/WorldMetadata.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/Model/WorldPublishStatus.cs b/src/VRChat.API/Model/WorldPublishStatus.cs index 5e60793d..4cd15d38 100644 --- a/src/VRChat.API/Model/WorldPublishStatus.cs +++ b/src/VRChat.API/Model/WorldPublishStatus.cs @@ -2,7 +2,7 @@ * VRChat API Documentation * * - * The version of the OpenAPI document: 1.18.6 + * The version of the OpenAPI document: 1.18.7 * Contact: vrchatapi.lpv0t@aries.fyi * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/src/VRChat.API/VRChat.API.csproj b/src/VRChat.API/VRChat.API.csproj index 14c99d10..7122f736 100644 --- a/src/VRChat.API/VRChat.API.csproj +++ b/src/VRChat.API/VRChat.API.csproj @@ -12,7 +12,7 @@ VRChat API Library for .NET Copyright © 2021 Owners of GitHub organisation "vrchatapi" and individual contributors. VRChat.API - 1.18.6 + 1.18.7 bin\$(Configuration)\$(TargetFramework)\VRChat.API.xml MIT https://github.com/vrchatapi/vrchatapi-csharp.git