From cfa8ef464c6a9d6d7674dac0c4af067dde6698f6 Mon Sep 17 00:00:00 2001 From: VRCCat Date: Sun, 21 Apr 2024 03:24:26 +0000 Subject: [PATCH] Upgrade Java SDK to spec 1.17.1 --- .openapi-generator/FILES | 2 + build.gradle | 2 +- build.sbt | 2 +- docs/GroupInstance.md | 16 + docs/GroupsApi.md | 73 ++++ package-lock.json | 90 ++++- package.json | 2 +- pom.xml | 2 +- .../java/io/github/vrchatapi/ApiCallback.java | 2 +- .../java/io/github/vrchatapi/ApiClient.java | 2 +- .../io/github/vrchatapi/ApiException.java | 2 +- .../java/io/github/vrchatapi/ApiResponse.java | 2 +- .../io/github/vrchatapi/Configuration.java | 2 +- .../vrchatapi/GzipRequestInterceptor.java | 2 +- src/main/java/io/github/vrchatapi/JSON.java | 3 +- src/main/java/io/github/vrchatapi/Pair.java | 2 +- .../github/vrchatapi/ProgressRequestBody.java | 2 +- .../vrchatapi/ProgressResponseBody.java | 2 +- .../java/io/github/vrchatapi/StringUtil.java | 2 +- .../vrchatapi/api/AuthenticationApi.java | 2 +- .../io/github/vrchatapi/api/AvatarsApi.java | 2 +- .../io/github/vrchatapi/api/EconomyApi.java | 2 +- .../io/github/vrchatapi/api/FavoritesApi.java | 2 +- .../io/github/vrchatapi/api/FilesApi.java | 2 +- .../io/github/vrchatapi/api/FriendsApi.java | 2 +- .../io/github/vrchatapi/api/GroupsApi.java | 138 +++++++- .../io/github/vrchatapi/api/InstancesApi.java | 2 +- .../io/github/vrchatapi/api/InviteApi.java | 2 +- .../vrchatapi/api/NotificationsApi.java | 2 +- .../github/vrchatapi/api/PermissionsApi.java | 2 +- .../vrchatapi/api/PlayermoderationApi.java | 2 +- .../io/github/vrchatapi/api/SystemApi.java | 2 +- .../io/github/vrchatapi/api/UsersApi.java | 2 +- .../io/github/vrchatapi/api/WorldsApi.java | 2 +- .../io/github/vrchatapi/auth/ApiKeyAuth.java | 2 +- .../github/vrchatapi/auth/Authentication.java | 2 +- .../github/vrchatapi/auth/HttpBasicAuth.java | 2 +- .../github/vrchatapi/auth/HttpBearerAuth.java | 2 +- .../io/github/vrchatapi/model/APIConfig.java | 2 +- .../model/APIConfigAnnouncement.java | 2 +- .../model/APIConfigDownloadURLList.java | 2 +- .../vrchatapi/model/APIConfigEvents.java | 2 +- .../io/github/vrchatapi/model/APIHealth.java | 2 +- .../model/AbstractOpenApiSchema.java | 2 +- .../vrchatapi/model/AccountDeletionLog.java | 2 +- .../vrchatapi/model/AddFavoriteRequest.java | 2 +- .../model/AddGroupGalleryImageRequest.java | 2 +- .../io/github/vrchatapi/model/Avatar.java | 2 +- .../model/AvatarUnityPackageUrlObject.java | 2 +- .../model/BanGroupMemberRequest.java | 2 +- .../vrchatapi/model/CreateAvatarRequest.java | 2 +- .../vrchatapi/model/CreateFileRequest.java | 2 +- .../model/CreateFileVersionRequest.java | 2 +- .../model/CreateGroupAnnouncementRequest.java | 2 +- .../model/CreateGroupGalleryRequest.java | 2 +- .../model/CreateGroupInviteRequest.java | 2 +- .../vrchatapi/model/CreateGroupRequest.java | 2 +- .../model/CreateGroupRoleRequest.java | 2 +- .../vrchatapi/model/CreateWorldRequest.java | 2 +- .../github/vrchatapi/model/CurrentUser.java | 2 +- .../vrchatapi/model/CurrentUserPresence.java | 2 +- .../vrchatapi/model/DeploymentGroup.java | 2 +- .../github/vrchatapi/model/DeveloperType.java | 2 +- .../vrchatapi/model/DynamicContentRow.java | 2 +- .../java/io/github/vrchatapi/model/Error.java | 2 +- .../io/github/vrchatapi/model/Favorite.java | 2 +- .../github/vrchatapi/model/FavoriteGroup.java | 2 +- .../model/FavoriteGroupVisibility.java | 2 +- .../github/vrchatapi/model/FavoriteType.java | 2 +- .../io/github/vrchatapi/model/FileData.java | 2 +- .../io/github/vrchatapi/model/FileStatus.java | 2 +- .../github/vrchatapi/model/FileUploadURL.java | 2 +- .../github/vrchatapi/model/FileVersion.java | 2 +- .../model/FileVersionUploadStatus.java | 2 +- .../model/FinishFileDataUploadRequest.java | 2 +- .../github/vrchatapi/model/FriendStatus.java | 2 +- .../java/io/github/vrchatapi/model/Group.java | 2 +- .../vrchatapi/model/GroupAccessType.java | 2 +- .../vrchatapi/model/GroupAnnouncement.java | 2 +- .../vrchatapi/model/GroupAuditLogEntry.java | 2 +- .../github/vrchatapi/model/GroupGallery.java | 2 +- .../vrchatapi/model/GroupGalleryImage.java | 2 +- .../github/vrchatapi/model/GroupInstance.java | 315 ++++++++++++++++++ .../model/GroupJoinRequestAction.java | 2 +- .../vrchatapi/model/GroupJoinState.java | 2 +- .../vrchatapi/model/GroupLimitedMember.java | 2 +- .../github/vrchatapi/model/GroupMember.java | 2 +- .../model/GroupMemberLimitedUser.java | 2 +- .../vrchatapi/model/GroupMemberStatus.java | 2 +- .../github/vrchatapi/model/GroupMyMember.java | 2 +- .../vrchatapi/model/GroupPermission.java | 2 +- .../github/vrchatapi/model/GroupPrivacy.java | 2 +- .../io/github/vrchatapi/model/GroupRole.java | 2 +- .../vrchatapi/model/GroupRoleTemplate.java | 2 +- .../vrchatapi/model/GroupSearchSort.java | 2 +- .../vrchatapi/model/GroupUserVisibility.java | 2 +- .../io/github/vrchatapi/model/InfoPush.java | 2 +- .../github/vrchatapi/model/InfoPushData.java | 2 +- .../vrchatapi/model/InfoPushDataArticle.java | 2 +- .../model/InfoPushDataArticleContent.java | 2 +- .../model/InfoPushDataClickable.java | 2 +- .../io/github/vrchatapi/model/Instance.java | 2 +- .../vrchatapi/model/InstancePlatforms.java | 2 +- .../model/InstanceShortNameResponse.java | 2 +- .../github/vrchatapi/model/InstanceType.java | 2 +- .../github/vrchatapi/model/InviteMessage.java | 2 +- .../vrchatapi/model/InviteMessageType.java | 2 +- .../github/vrchatapi/model/InviteRequest.java | 2 +- .../vrchatapi/model/InviteResponse.java | 2 +- .../io/github/vrchatapi/model/License.java | 2 +- .../github/vrchatapi/model/LicenseAction.java | 2 +- .../github/vrchatapi/model/LicenseGroup.java | 2 +- .../github/vrchatapi/model/LicenseType.java | 2 +- .../github/vrchatapi/model/LimitedGroup.java | 2 +- .../vrchatapi/model/LimitedUnityPackage.java | 2 +- .../github/vrchatapi/model/LimitedUser.java | 2 +- .../github/vrchatapi/model/LimitedWorld.java | 2 +- .../io/github/vrchatapi/model/MIMEType.java | 2 +- .../io/github/vrchatapi/model/ModelFile.java | 2 +- .../vrchatapi/model/ModerateUserRequest.java | 2 +- .../github/vrchatapi/model/Notification.java | 2 +- .../vrchatapi/model/NotificationType.java | 2 +- .../github/vrchatapi/model/OrderOption.java | 2 +- .../PaginatedGroupAuditLogEntryList.java | 2 +- .../vrchatapi/model/PastDisplayName.java | 2 +- .../io/github/vrchatapi/model/Permission.java | 2 +- .../vrchatapi/model/PlayerModeration.java | 2 +- .../vrchatapi/model/PlayerModerationType.java | 2 +- .../io/github/vrchatapi/model/Region.java | 2 +- .../github/vrchatapi/model/ReleaseStatus.java | 2 +- .../vrchatapi/model/RepresentedGroup.java | 2 +- .../vrchatapi/model/RequestInviteRequest.java | 2 +- .../model/RespondGroupJoinRequest.java | 2 +- .../io/github/vrchatapi/model/Response.java | 2 +- .../vrchatapi/model/SentNotification.java | 2 +- .../io/github/vrchatapi/model/SortOption.java | 2 +- .../github/vrchatapi/model/Subscription.java | 2 +- .../vrchatapi/model/SubscriptionPeriod.java | 2 +- .../io/github/vrchatapi/model/Success.java | 2 +- .../github/vrchatapi/model/Transaction.java | 2 +- .../vrchatapi/model/TransactionAgreement.java | 2 +- .../vrchatapi/model/TransactionStatus.java | 2 +- .../vrchatapi/model/TransactionSteamInfo.java | 2 +- .../model/TransactionSteamWalletInfo.java | 2 +- .../vrchatapi/model/TwoFactorAuthCode.java | 2 +- .../vrchatapi/model/TwoFactorEmailCode.java | 2 +- .../github/vrchatapi/model/UnityPackage.java | 2 +- .../vrchatapi/model/UpdateAvatarRequest.java | 2 +- .../model/UpdateFavoriteGroupRequest.java | 2 +- .../model/UpdateGroupGalleryRequest.java | 2 +- .../model/UpdateGroupMemberRequest.java | 2 +- .../vrchatapi/model/UpdateGroupRequest.java | 2 +- .../model/UpdateGroupRoleRequest.java | 2 +- .../model/UpdateInviteMessageRequest.java | 2 +- .../vrchatapi/model/UpdateUserRequest.java | 2 +- .../vrchatapi/model/UpdateWorldRequest.java | 2 +- .../java/io/github/vrchatapi/model/User.java | 2 +- .../io/github/vrchatapi/model/UserExists.java | 2 +- .../io/github/vrchatapi/model/UserState.java | 2 +- .../io/github/vrchatapi/model/UserStatus.java | 2 +- .../vrchatapi/model/UserSubscription.java | 2 +- .../model/Verify2FAEmailCodeResult.java | 2 +- .../vrchatapi/model/Verify2FAResult.java | 2 +- .../model/VerifyAuthTokenResult.java | 2 +- .../java/io/github/vrchatapi/model/World.java | 2 +- .../github/vrchatapi/model/WorldMetadata.java | 2 +- .../vrchatapi/model/WorldPublishStatus.java | 2 +- 167 files changed, 788 insertions(+), 169 deletions(-) create mode 100644 docs/GroupInstance.md create mode 100644 src/main/java/io/github/vrchatapi/model/GroupInstance.java diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 47cb9211..81ff1508 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -51,6 +51,7 @@ docs/GroupAnnouncement.md docs/GroupAuditLogEntry.md docs/GroupGallery.md docs/GroupGalleryImage.md +docs/GroupInstance.md docs/GroupJoinRequestAction.md docs/GroupJoinState.md docs/GroupLimitedMember.md @@ -229,6 +230,7 @@ src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java src/main/java/io/github/vrchatapi/model/GroupGallery.java src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java +src/main/java/io/github/vrchatapi/model/GroupInstance.java src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java src/main/java/io/github/vrchatapi/model/GroupJoinState.java src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java diff --git a/build.gradle b/build.gradle index 59ad10b0..1e90ca8b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group = 'io.github.vrchatapi' -version = '1.17.0' +version = '1.17.1' buildscript { repositories { diff --git a/build.sbt b/build.sbt index 0cc7f30e..47d1da0b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "io.github.vrchatapi", name := "vrchatapi", - version := "1.17.0", + version := "1.17.1", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/docs/GroupInstance.md b/docs/GroupInstance.md new file mode 100644 index 00000000..cb3a2db8 --- /dev/null +++ b/docs/GroupInstance.md @@ -0,0 +1,16 @@ + + +# GroupInstance + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**instanceId** | **String** | | | +|**location** | **String** | InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance. | | +|**world** | [**World**](World.md) | | | +|**memberCount** | **Integer** | | | + + + diff --git a/docs/GroupsApi.md b/docs/GroupsApi.md index 24155129..ab22d14f 100644 --- a/docs/GroupsApi.md +++ b/docs/GroupsApi.md @@ -24,6 +24,7 @@ All URIs are relative to *https://api.vrchat.cloud/api/1* | [**getGroupAuditLogs**](GroupsApi.md#getGroupAuditLogs) | **GET** /groups/{groupId}/auditLogs | Get Group Audit Logs | | [**getGroupBans**](GroupsApi.md#getGroupBans) | **GET** /groups/{groupId}/bans | Get Group Bans | | [**getGroupGalleryImages**](GroupsApi.md#getGroupGalleryImages) | **GET** /groups/{groupId}/galleries/{groupGalleryId} | Get Group Gallery Images | +| [**getGroupInstances**](GroupsApi.md#getGroupInstances) | **GET** /groups/{groupId}/instances | Get Group Instances | | [**getGroupInvites**](GroupsApi.md#getGroupInvites) | **GET** /groups/{groupId}/invites | Get Group Invites Sent | | [**getGroupMember**](GroupsApi.md#getGroupMember) | **GET** /groups/{groupId}/members/{userId} | Get Group Member | | [**getGroupMembers**](GroupsApi.md#getGroupMembers) | **GET** /groups/{groupId}/members | List Group Members | @@ -263,6 +264,7 @@ public class Example { | Status code | Description | Response headers | |-------------|-------------|------------------| | **200** | Returns a list of GroupMember objects. | - | +| **400** | Bad request error response when banning a user | - | | **401** | Error response due to missing auth cookie. | - | | **404** | Error response when trying to perform operations on a non-existing group. | - | @@ -1512,6 +1514,77 @@ public class Example { | **401** | Error response due to missing auth cookie. | - | | **404** | Error response when trying to perform operations on a non-existing group. | - | + +# **getGroupInstances** +> List<GroupInstance> getGroupInstances(groupId) + +Get Group Instances + +Returns a list of group instances + +### Example +```java +// Import classes: +import io.github.vrchatapi.ApiClient; +import io.github.vrchatapi.ApiException; +import io.github.vrchatapi.Configuration; +import io.github.vrchatapi.auth.*; +import io.github.vrchatapi.models.*; +import io.github.vrchatapi.api.GroupsApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.vrchat.cloud/api/1"); + + // Configure API key authorization: authCookie + ApiKeyAuth authCookie = (ApiKeyAuth) defaultClient.getAuthentication("authCookie"); + authCookie.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //authCookie.setApiKeyPrefix("Token"); + + GroupsApi apiInstance = new GroupsApi(defaultClient); + String groupId = "grp_00000000-0000-0000-0000-000000000000"; // String | Must be a valid group ID. + try { + List result = apiInstance.getGroupInstances(groupId); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling GroupsApi#getGroupInstances"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **groupId** | **String**| Must be a valid group ID. | | + +### Return type + +[**List<GroupInstance>**](GroupInstance.md) + +### Authorization + +[authCookie](../README.md#authCookie) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | Returns a list of GroupInstance objects. | - | +| **401** | Error response due to missing auth cookie. | - | +| **404** | Error response when trying to perform operations on a non-existing group. | - | + # **getGroupInvites** > List<GroupMember> getGroupInvites(groupId, n, offset) diff --git a/package-lock.json b/package-lock.json index 964b1042..036228c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.13.1" + "@openapitools/openapi-generator-cli": "^2.13.2" } }, "node_modules/@lukeed/csprng": { @@ -110,9 +110,9 @@ } }, "node_modules/@openapitools/openapi-generator-cli": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.1.tgz", - "integrity": "sha512-WJB6MsFXlA69mpKCuR3hBsdFr7MptNhoIGlyvoYEorBQEg3cd6n1gACHx0fz20B3e03/imvorQlNMsrHTIeU9w==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.2.tgz", + "integrity": "sha512-Zxq1KQpxqZe55xSUAebY7RSKo1EgPFS37KY74skJRpicDyn/xg+2r0xB30UfE6WRGqaK2YJaJn0GPKbS2pwI1Q==", "hasInstallScript": true, "dependencies": { "@nestjs/axios": "3.0.1", @@ -127,6 +127,7 @@ "console.table": "0.10.0", "fs-extra": "10.1.0", "glob": "7.2.3", + "https-proxy-agent": "7.0.4", "inquirer": "8.2.6", "lodash": "4.17.21", "reflect-metadata": "0.1.13", @@ -144,6 +145,17 @@ "url": "https://opencollective.com/openapi_generator" } }, + "node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", @@ -453,6 +465,22 @@ "url": "https://opencollective.com/date-fns" } }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, "node_modules/defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", @@ -620,6 +648,18 @@ "node": ">=8" } }, + "node_modules/https-proxy-agent": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -806,6 +846,11 @@ "node": "*" } }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", @@ -1223,9 +1268,9 @@ } }, "@openapitools/openapi-generator-cli": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.1.tgz", - "integrity": "sha512-WJB6MsFXlA69mpKCuR3hBsdFr7MptNhoIGlyvoYEorBQEg3cd6n1gACHx0fz20B3e03/imvorQlNMsrHTIeU9w==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.13.2.tgz", + "integrity": "sha512-Zxq1KQpxqZe55xSUAebY7RSKo1EgPFS37KY74skJRpicDyn/xg+2r0xB30UfE6WRGqaK2YJaJn0GPKbS2pwI1Q==", "requires": { "@nestjs/axios": "3.0.1", "@nestjs/common": "10.3.0", @@ -1239,6 +1284,7 @@ "console.table": "0.10.0", "fs-extra": "10.1.0", "glob": "7.2.3", + "https-proxy-agent": "7.0.4", "inquirer": "8.2.6", "lodash": "4.17.21", "reflect-metadata": "0.1.13", @@ -1246,6 +1292,14 @@ "tslib": "2.6.2" } }, + "agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "requires": { + "debug": "^4.3.4" + } + }, "ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", @@ -1459,6 +1513,14 @@ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.27.0.tgz", "integrity": "sha512-sj+J0Mo2p2X1e306MHq282WS4/A8Pz/95GIFcsPNMPMZVI3EUrAdSv90al1k+p74WGLCruMXk23bfEDZa71X9Q==" }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "requires": { + "ms": "2.1.2" + } + }, "defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", @@ -1576,6 +1638,15 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "https-proxy-agent": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz", + "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==", + "requires": { + "agent-base": "^7.0.2", + "debug": "4" + } + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -1706,6 +1777,11 @@ "brace-expansion": "^1.1.7" } }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, "mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", diff --git a/package.json b/package.json index dfa7e8fa..6ef45a37 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@openapitools/openapi-generator-cli": "^2.13.1" + "@openapitools/openapi-generator-cli": "^2.13.2" } } diff --git a/pom.xml b/pom.xml index cf533c79..46ff2a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ vrchatapi jar vrchatapi - 1.17.0 + 1.17.1 https://github.com/openapitools/openapi-generator OpenAPI Java diff --git a/src/main/java/io/github/vrchatapi/ApiCallback.java b/src/main/java/io/github/vrchatapi/ApiCallback.java index 9e76d293..91a53288 100644 --- a/src/main/java/io/github/vrchatapi/ApiCallback.java +++ b/src/main/java/io/github/vrchatapi/ApiCallback.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/ApiClient.java b/src/main/java/io/github/vrchatapi/ApiClient.java index 00ca1d62..81298365 100644 --- a/src/main/java/io/github/vrchatapi/ApiClient.java +++ b/src/main/java/io/github/vrchatapi/ApiClient.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/ApiException.java b/src/main/java/io/github/vrchatapi/ApiException.java index 0082c1c8..5db63f54 100644 --- a/src/main/java/io/github/vrchatapi/ApiException.java +++ b/src/main/java/io/github/vrchatapi/ApiException.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/ApiResponse.java b/src/main/java/io/github/vrchatapi/ApiResponse.java index 09273fa3..b9876a75 100644 --- a/src/main/java/io/github/vrchatapi/ApiResponse.java +++ b/src/main/java/io/github/vrchatapi/ApiResponse.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/Configuration.java b/src/main/java/io/github/vrchatapi/Configuration.java index 843f1e2d..3ffaadf7 100644 --- a/src/main/java/io/github/vrchatapi/Configuration.java +++ b/src/main/java/io/github/vrchatapi/Configuration.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/GzipRequestInterceptor.java b/src/main/java/io/github/vrchatapi/GzipRequestInterceptor.java index 31989f28..934b00cd 100644 --- a/src/main/java/io/github/vrchatapi/GzipRequestInterceptor.java +++ b/src/main/java/io/github/vrchatapi/GzipRequestInterceptor.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/JSON.java b/src/main/java/io/github/vrchatapi/JSON.java index e4eadd3a..194d1fce 100644 --- a/src/main/java/io/github/vrchatapi/JSON.java +++ b/src/main/java/io/github/vrchatapi/JSON.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -129,6 +129,7 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupAuditLogEntry.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupGallery.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupGalleryImage.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupInstance.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupLimitedMember.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupMember.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.GroupMemberLimitedUser.CustomTypeAdapterFactory()); diff --git a/src/main/java/io/github/vrchatapi/Pair.java b/src/main/java/io/github/vrchatapi/Pair.java index ef062d82..615198f8 100644 --- a/src/main/java/io/github/vrchatapi/Pair.java +++ b/src/main/java/io/github/vrchatapi/Pair.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/ProgressRequestBody.java b/src/main/java/io/github/vrchatapi/ProgressRequestBody.java index 3c4a4ed0..15d4bfc2 100644 --- a/src/main/java/io/github/vrchatapi/ProgressRequestBody.java +++ b/src/main/java/io/github/vrchatapi/ProgressRequestBody.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/ProgressResponseBody.java b/src/main/java/io/github/vrchatapi/ProgressResponseBody.java index 8de0c137..b3a565c9 100644 --- a/src/main/java/io/github/vrchatapi/ProgressResponseBody.java +++ b/src/main/java/io/github/vrchatapi/ProgressResponseBody.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/StringUtil.java b/src/main/java/io/github/vrchatapi/StringUtil.java index 239cd5ad..c8c1aafd 100644 --- a/src/main/java/io/github/vrchatapi/StringUtil.java +++ b/src/main/java/io/github/vrchatapi/StringUtil.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/AuthenticationApi.java b/src/main/java/io/github/vrchatapi/api/AuthenticationApi.java index 628add34..a4382ee1 100644 --- a/src/main/java/io/github/vrchatapi/api/AuthenticationApi.java +++ b/src/main/java/io/github/vrchatapi/api/AuthenticationApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/AvatarsApi.java b/src/main/java/io/github/vrchatapi/api/AvatarsApi.java index e1f52800..33bff26a 100644 --- a/src/main/java/io/github/vrchatapi/api/AvatarsApi.java +++ b/src/main/java/io/github/vrchatapi/api/AvatarsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/EconomyApi.java b/src/main/java/io/github/vrchatapi/api/EconomyApi.java index b3f531bc..9f7373d5 100644 --- a/src/main/java/io/github/vrchatapi/api/EconomyApi.java +++ b/src/main/java/io/github/vrchatapi/api/EconomyApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/FavoritesApi.java b/src/main/java/io/github/vrchatapi/api/FavoritesApi.java index d24a15f3..114c024f 100644 --- a/src/main/java/io/github/vrchatapi/api/FavoritesApi.java +++ b/src/main/java/io/github/vrchatapi/api/FavoritesApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/FilesApi.java b/src/main/java/io/github/vrchatapi/api/FilesApi.java index 4ab1c09f..e777e463 100644 --- a/src/main/java/io/github/vrchatapi/api/FilesApi.java +++ b/src/main/java/io/github/vrchatapi/api/FilesApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/FriendsApi.java b/src/main/java/io/github/vrchatapi/api/FriendsApi.java index 17297760..daa99601 100644 --- a/src/main/java/io/github/vrchatapi/api/FriendsApi.java +++ b/src/main/java/io/github/vrchatapi/api/FriendsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/GroupsApi.java b/src/main/java/io/github/vrchatapi/api/GroupsApi.java index 850e7447..0879c57a 100644 --- a/src/main/java/io/github/vrchatapi/api/GroupsApi.java +++ b/src/main/java/io/github/vrchatapi/api/GroupsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,6 +38,7 @@ import io.github.vrchatapi.model.GroupAnnouncement; import io.github.vrchatapi.model.GroupGallery; import io.github.vrchatapi.model.GroupGalleryImage; +import io.github.vrchatapi.model.GroupInstance; import io.github.vrchatapi.model.GroupLimitedMember; import io.github.vrchatapi.model.GroupMember; import io.github.vrchatapi.model.GroupPermission; @@ -410,6 +411,7 @@ public okhttp3.Call addGroupMemberRoleAsync(String groupId, String userId, Strin +
Status Code Description Response Headers
200 Returns a list of GroupMember objects. -
400 Bad request error response when banning a user -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
@@ -487,6 +489,7 @@ private okhttp3.Call banGroupMemberValidateBeforeCall(String groupId, BanGroupMe +
Status Code Description Response Headers
200 Returns a list of GroupMember objects. -
400 Bad request error response when banning a user -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
@@ -507,6 +510,7 @@ public GroupMember banGroupMember(String groupId, BanGroupMemberRequest banGroup +
Status Code Description Response Headers
200 Returns a list of GroupMember objects. -
400 Bad request error response when banning a user -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
@@ -529,6 +533,7 @@ public ApiResponse banGroupMemberWithHttpInfo(String groupId, BanGr +
Status Code Description Response Headers
200 Returns a list of GroupMember objects. -
400 Bad request error response when banning a user -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
@@ -2943,6 +2948,137 @@ public okhttp3.Call getGroupGalleryImagesAsync(String groupId, String groupGalle localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for getGroupInstances + * @param groupId Must be a valid group ID. (required) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + + + + + +
Status Code Description Response Headers
200 Returns a list of GroupInstance objects. -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
+ */ + public okhttp3.Call getGroupInstancesCall(String groupId, final ApiCallback _callback) throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] { }; + + // Determine Base Path to Use + if (localCustomBaseUrl != null){ + basePath = localCustomBaseUrl; + } else if ( localBasePaths.length > 0 ) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = null; + + // create path and map variables + String localVarPath = "/groups/{groupId}/instances" + .replace("{" + "groupId" + "}", localVarApiClient.escapeString(groupId.toString())); + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = { + "application/json" + }; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = { + }; + final String localVarContentType = localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] { "authCookie" }; + return localVarApiClient.buildCall(basePath, localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarCookieParams, localVarFormParams, localVarAuthNames, _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call getGroupInstancesValidateBeforeCall(String groupId, final ApiCallback _callback) throws ApiException { + // verify the required parameter 'groupId' is set + if (groupId == null) { + throw new ApiException("Missing the required parameter 'groupId' when calling getGroupInstances(Async)"); + } + + return getGroupInstancesCall(groupId, _callback); + + } + + /** + * Get Group Instances + * Returns a list of group instances + * @param groupId Must be a valid group ID. (required) + * @return List<GroupInstance> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body + * @http.response.details + + + + + +
Status Code Description Response Headers
200 Returns a list of GroupInstance objects. -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
+ */ + public List getGroupInstances(String groupId) throws ApiException { + ApiResponse> localVarResp = getGroupInstancesWithHttpInfo(groupId); + return localVarResp.getData(); + } + + /** + * Get Group Instances + * Returns a list of group instances + * @param groupId Must be a valid group ID. (required) + * @return ApiResponse<List<GroupInstance>> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body + * @http.response.details + + + + + +
Status Code Description Response Headers
200 Returns a list of GroupInstance objects. -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
+ */ + public ApiResponse> getGroupInstancesWithHttpInfo(String groupId) throws ApiException { + okhttp3.Call localVarCall = getGroupInstancesValidateBeforeCall(groupId, null); + Type localVarReturnType = new TypeToken>(){}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * Get Group Instances (asynchronously) + * Returns a list of group instances + * @param groupId Must be a valid group ID. (required) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + + + + + +
Status Code Description Response Headers
200 Returns a list of GroupInstance objects. -
401 Error response due to missing auth cookie. -
404 Error response when trying to perform operations on a non-existing group. -
+ */ + public okhttp3.Call getGroupInstancesAsync(String groupId, final ApiCallback> _callback) throws ApiException { + + okhttp3.Call localVarCall = getGroupInstancesValidateBeforeCall(groupId, _callback); + Type localVarReturnType = new TypeToken>(){}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for getGroupInvites * @param groupId Must be a valid group ID. (required) diff --git a/src/main/java/io/github/vrchatapi/api/InstancesApi.java b/src/main/java/io/github/vrchatapi/api/InstancesApi.java index 12a7cb02..bd3c7b6c 100644 --- a/src/main/java/io/github/vrchatapi/api/InstancesApi.java +++ b/src/main/java/io/github/vrchatapi/api/InstancesApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/InviteApi.java b/src/main/java/io/github/vrchatapi/api/InviteApi.java index 039a7516..6ed111c6 100644 --- a/src/main/java/io/github/vrchatapi/api/InviteApi.java +++ b/src/main/java/io/github/vrchatapi/api/InviteApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/NotificationsApi.java b/src/main/java/io/github/vrchatapi/api/NotificationsApi.java index 9177bc39..a790230e 100644 --- a/src/main/java/io/github/vrchatapi/api/NotificationsApi.java +++ b/src/main/java/io/github/vrchatapi/api/NotificationsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/PermissionsApi.java b/src/main/java/io/github/vrchatapi/api/PermissionsApi.java index cb68dd73..ce59520d 100644 --- a/src/main/java/io/github/vrchatapi/api/PermissionsApi.java +++ b/src/main/java/io/github/vrchatapi/api/PermissionsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/PlayermoderationApi.java b/src/main/java/io/github/vrchatapi/api/PlayermoderationApi.java index dd52d7f2..06e8f888 100644 --- a/src/main/java/io/github/vrchatapi/api/PlayermoderationApi.java +++ b/src/main/java/io/github/vrchatapi/api/PlayermoderationApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/SystemApi.java b/src/main/java/io/github/vrchatapi/api/SystemApi.java index f5b27e9c..36ed91b8 100644 --- a/src/main/java/io/github/vrchatapi/api/SystemApi.java +++ b/src/main/java/io/github/vrchatapi/api/SystemApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/UsersApi.java b/src/main/java/io/github/vrchatapi/api/UsersApi.java index 33914636..7a439e1d 100644 --- a/src/main/java/io/github/vrchatapi/api/UsersApi.java +++ b/src/main/java/io/github/vrchatapi/api/UsersApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/api/WorldsApi.java b/src/main/java/io/github/vrchatapi/api/WorldsApi.java index 91999587..1902c2b3 100644 --- a/src/main/java/io/github/vrchatapi/api/WorldsApi.java +++ b/src/main/java/io/github/vrchatapi/api/WorldsApi.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/auth/ApiKeyAuth.java b/src/main/java/io/github/vrchatapi/auth/ApiKeyAuth.java index 77f76a09..f648119c 100644 --- a/src/main/java/io/github/vrchatapi/auth/ApiKeyAuth.java +++ b/src/main/java/io/github/vrchatapi/auth/ApiKeyAuth.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/auth/Authentication.java b/src/main/java/io/github/vrchatapi/auth/Authentication.java index 4725b404..76e59714 100644 --- a/src/main/java/io/github/vrchatapi/auth/Authentication.java +++ b/src/main/java/io/github/vrchatapi/auth/Authentication.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java b/src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java index a24ef18e..84a77add 100644 --- a/src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java +++ b/src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java b/src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java index 390ba9e6..cc60222f 100644 --- a/src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java +++ b/src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/APIConfig.java b/src/main/java/io/github/vrchatapi/model/APIConfig.java index 45ce349d..30ccb351 100644 --- a/src/main/java/io/github/vrchatapi/model/APIConfig.java +++ b/src/main/java/io/github/vrchatapi/model/APIConfig.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java b/src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java index 7c1cee63..931436cd 100644 --- a/src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java +++ b/src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/APIConfigDownloadURLList.java b/src/main/java/io/github/vrchatapi/model/APIConfigDownloadURLList.java index e02f26e3..1aa26095 100644 --- a/src/main/java/io/github/vrchatapi/model/APIConfigDownloadURLList.java +++ b/src/main/java/io/github/vrchatapi/model/APIConfigDownloadURLList.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/APIConfigEvents.java b/src/main/java/io/github/vrchatapi/model/APIConfigEvents.java index 7f94302e..7ff36813 100644 --- a/src/main/java/io/github/vrchatapi/model/APIConfigEvents.java +++ b/src/main/java/io/github/vrchatapi/model/APIConfigEvents.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/APIHealth.java b/src/main/java/io/github/vrchatapi/model/APIHealth.java index 94598eab..dd04a4ec 100644 --- a/src/main/java/io/github/vrchatapi/model/APIHealth.java +++ b/src/main/java/io/github/vrchatapi/model/APIHealth.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/AbstractOpenApiSchema.java b/src/main/java/io/github/vrchatapi/model/AbstractOpenApiSchema.java index 19806779..b1cca89d 100644 --- a/src/main/java/io/github/vrchatapi/model/AbstractOpenApiSchema.java +++ b/src/main/java/io/github/vrchatapi/model/AbstractOpenApiSchema.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/AccountDeletionLog.java b/src/main/java/io/github/vrchatapi/model/AccountDeletionLog.java index 5f249e19..4b76cbb0 100644 --- a/src/main/java/io/github/vrchatapi/model/AccountDeletionLog.java +++ b/src/main/java/io/github/vrchatapi/model/AccountDeletionLog.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/AddFavoriteRequest.java b/src/main/java/io/github/vrchatapi/model/AddFavoriteRequest.java index c5889260..16750141 100644 --- a/src/main/java/io/github/vrchatapi/model/AddFavoriteRequest.java +++ b/src/main/java/io/github/vrchatapi/model/AddFavoriteRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/AddGroupGalleryImageRequest.java b/src/main/java/io/github/vrchatapi/model/AddGroupGalleryImageRequest.java index df122df2..57c50da1 100644 --- a/src/main/java/io/github/vrchatapi/model/AddGroupGalleryImageRequest.java +++ b/src/main/java/io/github/vrchatapi/model/AddGroupGalleryImageRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Avatar.java b/src/main/java/io/github/vrchatapi/model/Avatar.java index 65b71f48..922e0dbd 100644 --- a/src/main/java/io/github/vrchatapi/model/Avatar.java +++ b/src/main/java/io/github/vrchatapi/model/Avatar.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/AvatarUnityPackageUrlObject.java b/src/main/java/io/github/vrchatapi/model/AvatarUnityPackageUrlObject.java index 23e56bbe..0eeccc5d 100644 --- a/src/main/java/io/github/vrchatapi/model/AvatarUnityPackageUrlObject.java +++ b/src/main/java/io/github/vrchatapi/model/AvatarUnityPackageUrlObject.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/BanGroupMemberRequest.java b/src/main/java/io/github/vrchatapi/model/BanGroupMemberRequest.java index f98b8763..1b565835 100644 --- a/src/main/java/io/github/vrchatapi/model/BanGroupMemberRequest.java +++ b/src/main/java/io/github/vrchatapi/model/BanGroupMemberRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateAvatarRequest.java b/src/main/java/io/github/vrchatapi/model/CreateAvatarRequest.java index 7b79bd88..5fe0e760 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateAvatarRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateAvatarRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateFileRequest.java b/src/main/java/io/github/vrchatapi/model/CreateFileRequest.java index edcbc765..86671393 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateFileRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateFileRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateFileVersionRequest.java b/src/main/java/io/github/vrchatapi/model/CreateFileVersionRequest.java index 7372545e..4ba9999c 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateFileVersionRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateFileVersionRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateGroupAnnouncementRequest.java b/src/main/java/io/github/vrchatapi/model/CreateGroupAnnouncementRequest.java index d3d2dc05..64a2e4ac 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateGroupAnnouncementRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateGroupAnnouncementRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateGroupGalleryRequest.java b/src/main/java/io/github/vrchatapi/model/CreateGroupGalleryRequest.java index 50d3f8ff..76c8324d 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateGroupGalleryRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateGroupGalleryRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateGroupInviteRequest.java b/src/main/java/io/github/vrchatapi/model/CreateGroupInviteRequest.java index 2efffd94..d1192de4 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateGroupInviteRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateGroupInviteRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateGroupRequest.java b/src/main/java/io/github/vrchatapi/model/CreateGroupRequest.java index 3bda3031..6ff408b3 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateGroupRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateGroupRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateGroupRoleRequest.java b/src/main/java/io/github/vrchatapi/model/CreateGroupRoleRequest.java index 47e09b0a..631d96c5 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateGroupRoleRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateGroupRoleRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CreateWorldRequest.java b/src/main/java/io/github/vrchatapi/model/CreateWorldRequest.java index 640b3215..3ff0ef4d 100644 --- a/src/main/java/io/github/vrchatapi/model/CreateWorldRequest.java +++ b/src/main/java/io/github/vrchatapi/model/CreateWorldRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CurrentUser.java b/src/main/java/io/github/vrchatapi/model/CurrentUser.java index b0fff7ef..8d509731 100644 --- a/src/main/java/io/github/vrchatapi/model/CurrentUser.java +++ b/src/main/java/io/github/vrchatapi/model/CurrentUser.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/CurrentUserPresence.java b/src/main/java/io/github/vrchatapi/model/CurrentUserPresence.java index 91d8afea..11a99f04 100644 --- a/src/main/java/io/github/vrchatapi/model/CurrentUserPresence.java +++ b/src/main/java/io/github/vrchatapi/model/CurrentUserPresence.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/DeploymentGroup.java b/src/main/java/io/github/vrchatapi/model/DeploymentGroup.java index d379465a..2df4f689 100644 --- a/src/main/java/io/github/vrchatapi/model/DeploymentGroup.java +++ b/src/main/java/io/github/vrchatapi/model/DeploymentGroup.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/DeveloperType.java b/src/main/java/io/github/vrchatapi/model/DeveloperType.java index 95708bac..19fc673c 100644 --- a/src/main/java/io/github/vrchatapi/model/DeveloperType.java +++ b/src/main/java/io/github/vrchatapi/model/DeveloperType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/DynamicContentRow.java b/src/main/java/io/github/vrchatapi/model/DynamicContentRow.java index 23b37e42..d816317b 100644 --- a/src/main/java/io/github/vrchatapi/model/DynamicContentRow.java +++ b/src/main/java/io/github/vrchatapi/model/DynamicContentRow.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Error.java b/src/main/java/io/github/vrchatapi/model/Error.java index 2b3e98a7..a7fe0a47 100644 --- a/src/main/java/io/github/vrchatapi/model/Error.java +++ b/src/main/java/io/github/vrchatapi/model/Error.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Favorite.java b/src/main/java/io/github/vrchatapi/model/Favorite.java index ba1f4e5d..fb1575a7 100644 --- a/src/main/java/io/github/vrchatapi/model/Favorite.java +++ b/src/main/java/io/github/vrchatapi/model/Favorite.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FavoriteGroup.java b/src/main/java/io/github/vrchatapi/model/FavoriteGroup.java index ca7b94cf..67e0f377 100644 --- a/src/main/java/io/github/vrchatapi/model/FavoriteGroup.java +++ b/src/main/java/io/github/vrchatapi/model/FavoriteGroup.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FavoriteGroupVisibility.java b/src/main/java/io/github/vrchatapi/model/FavoriteGroupVisibility.java index 38451c96..f64dd235 100644 --- a/src/main/java/io/github/vrchatapi/model/FavoriteGroupVisibility.java +++ b/src/main/java/io/github/vrchatapi/model/FavoriteGroupVisibility.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FavoriteType.java b/src/main/java/io/github/vrchatapi/model/FavoriteType.java index 97f5e4f6..2485a41b 100644 --- a/src/main/java/io/github/vrchatapi/model/FavoriteType.java +++ b/src/main/java/io/github/vrchatapi/model/FavoriteType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FileData.java b/src/main/java/io/github/vrchatapi/model/FileData.java index e078ece8..f389cbe2 100644 --- a/src/main/java/io/github/vrchatapi/model/FileData.java +++ b/src/main/java/io/github/vrchatapi/model/FileData.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FileStatus.java b/src/main/java/io/github/vrchatapi/model/FileStatus.java index 33ec3bea..b5feebb3 100644 --- a/src/main/java/io/github/vrchatapi/model/FileStatus.java +++ b/src/main/java/io/github/vrchatapi/model/FileStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FileUploadURL.java b/src/main/java/io/github/vrchatapi/model/FileUploadURL.java index d0147a21..cb00280a 100644 --- a/src/main/java/io/github/vrchatapi/model/FileUploadURL.java +++ b/src/main/java/io/github/vrchatapi/model/FileUploadURL.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FileVersion.java b/src/main/java/io/github/vrchatapi/model/FileVersion.java index 1af1484e..f5dd4bd5 100644 --- a/src/main/java/io/github/vrchatapi/model/FileVersion.java +++ b/src/main/java/io/github/vrchatapi/model/FileVersion.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FileVersionUploadStatus.java b/src/main/java/io/github/vrchatapi/model/FileVersionUploadStatus.java index 225c85fe..db4a27ed 100644 --- a/src/main/java/io/github/vrchatapi/model/FileVersionUploadStatus.java +++ b/src/main/java/io/github/vrchatapi/model/FileVersionUploadStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FinishFileDataUploadRequest.java b/src/main/java/io/github/vrchatapi/model/FinishFileDataUploadRequest.java index 5d85d0b0..0c986fa4 100644 --- a/src/main/java/io/github/vrchatapi/model/FinishFileDataUploadRequest.java +++ b/src/main/java/io/github/vrchatapi/model/FinishFileDataUploadRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/FriendStatus.java b/src/main/java/io/github/vrchatapi/model/FriendStatus.java index eff5c321..fb2b7552 100644 --- a/src/main/java/io/github/vrchatapi/model/FriendStatus.java +++ b/src/main/java/io/github/vrchatapi/model/FriendStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Group.java b/src/main/java/io/github/vrchatapi/model/Group.java index 0422cc47..96430daa 100644 --- a/src/main/java/io/github/vrchatapi/model/Group.java +++ b/src/main/java/io/github/vrchatapi/model/Group.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupAccessType.java b/src/main/java/io/github/vrchatapi/model/GroupAccessType.java index 2ba309a1..a3cd77eb 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupAccessType.java +++ b/src/main/java/io/github/vrchatapi/model/GroupAccessType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java b/src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java index daccf3c2..d108cbf8 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java +++ b/src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java b/src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java index 85b8ecd4..fe21dd1e 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java +++ b/src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupGallery.java b/src/main/java/io/github/vrchatapi/model/GroupGallery.java index a19cfb25..98350744 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupGallery.java +++ b/src/main/java/io/github/vrchatapi/model/GroupGallery.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java b/src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java index d9561a7e..62c51059 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java +++ b/src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupInstance.java b/src/main/java/io/github/vrchatapi/model/GroupInstance.java new file mode 100644 index 00000000..c9f5233b --- /dev/null +++ b/src/main/java/io/github/vrchatapi/model/GroupInstance.java @@ -0,0 +1,315 @@ +/* + * VRChat API Documentation + * + * The version of the OpenAPI document: 1.17.1 + * Contact: vrchatapi.lpv0t@aries.fyi + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package io.github.vrchatapi.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.vrchatapi.model.World; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +import com.google.gson.Gson; +import com.google.gson.GsonBuilder; +import com.google.gson.JsonArray; +import com.google.gson.JsonDeserializationContext; +import com.google.gson.JsonDeserializer; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonParseException; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.reflect.TypeToken; + +import java.lang.reflect.Type; +import java.util.HashMap; +import java.util.HashSet; +import java.util.List; +import java.util.Map; +import java.util.Map.Entry; +import java.util.Set; + +import io.github.vrchatapi.JSON; + +/** + * GroupInstance + */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class GroupInstance { + public static final String SERIALIZED_NAME_INSTANCE_ID = "instanceId"; + @SerializedName(SERIALIZED_NAME_INSTANCE_ID) + private String instanceId; + + public static final String SERIALIZED_NAME_LOCATION = "location"; + @SerializedName(SERIALIZED_NAME_LOCATION) + private String location; + + public static final String SERIALIZED_NAME_WORLD = "world"; + @SerializedName(SERIALIZED_NAME_WORLD) + private World world; + + public static final String SERIALIZED_NAME_MEMBER_COUNT = "memberCount"; + @SerializedName(SERIALIZED_NAME_MEMBER_COUNT) + private Integer memberCount; + + public GroupInstance() { + } + + public GroupInstance instanceId(String instanceId) { + + this.instanceId = instanceId; + return this; + } + + /** + * Get instanceId + * @return instanceId + **/ + @javax.annotation.Nonnull + @ApiModelProperty(example = "12345~hidden(usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469)~region(eu)~nonce(27e8414a-59a0-4f3d-af1f-f27557eb49a2)", required = true, value = "") + + public String getInstanceId() { + return instanceId; + } + + + public void setInstanceId(String instanceId) { + this.instanceId = instanceId; + } + + + public GroupInstance location(String location) { + + this.location = location; + return this; + } + + /** + * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance. + * @return location + **/ + @javax.annotation.Nonnull + @ApiModelProperty(example = "12345~hidden(usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469)~region(eu)~nonce(27e8414a-59a0-4f3d-af1f-f27557eb49a2)", required = true, value = "InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.") + + public String getLocation() { + return location; + } + + + public void setLocation(String location) { + this.location = location; + } + + + public GroupInstance world(World world) { + + this.world = world; + return this; + } + + /** + * Get world + * @return world + **/ + @javax.annotation.Nonnull + @ApiModelProperty(required = true, value = "") + + public World getWorld() { + return world; + } + + + public void setWorld(World world) { + this.world = world; + } + + + public GroupInstance memberCount(Integer memberCount) { + + this.memberCount = memberCount; + return this; + } + + /** + * Get memberCount + * minimum: 0 + * @return memberCount + **/ + @javax.annotation.Nonnull + @ApiModelProperty(example = "6", required = true, value = "") + + public Integer getMemberCount() { + return memberCount; + } + + + public void setMemberCount(Integer memberCount) { + this.memberCount = memberCount; + } + + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GroupInstance groupInstance = (GroupInstance) o; + return Objects.equals(this.instanceId, groupInstance.instanceId) && + Objects.equals(this.location, groupInstance.location) && + Objects.equals(this.world, groupInstance.world) && + Objects.equals(this.memberCount, groupInstance.memberCount); + } + + @Override + public int hashCode() { + return Objects.hash(instanceId, location, world, memberCount); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GroupInstance {\n"); + sb.append(" instanceId: ").append(toIndentedString(instanceId)).append("\n"); + sb.append(" location: ").append(toIndentedString(location)).append("\n"); + sb.append(" world: ").append(toIndentedString(world)).append("\n"); + sb.append(" memberCount: ").append(toIndentedString(memberCount)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("instanceId"); + openapiFields.add("location"); + openapiFields.add("world"); + openapiFields.add("memberCount"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("instanceId"); + openapiRequiredFields.add("location"); + openapiRequiredFields.add("world"); + openapiRequiredFields.add("memberCount"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to GroupInstance + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!GroupInstance.openapiRequiredFields.isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException(String.format("The required field(s) %s in GroupInstance is not found in the empty JSON string", GroupInstance.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!GroupInstance.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException(String.format("The field `%s` in the JSON string is not defined in the `GroupInstance` properties. JSON: %s", entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : GroupInstance.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException(String.format("The required field `%s` is not found in the JSON string: %s", requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("instanceId").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format("Expected the field `instanceId` to be a primitive type in the JSON string but got `%s`", jsonObj.get("instanceId").toString())); + } + if (!jsonObj.get("location").isJsonPrimitive()) { + throw new IllegalArgumentException(String.format("Expected the field `location` to be a primitive type in the JSON string but got `%s`", jsonObj.get("location").toString())); + } + // validate the required field `world` + World.validateJsonObject(jsonObj.getAsJsonObject("world")); + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!GroupInstance.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'GroupInstance' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter + = gson.getDelegateAdapter(this, TypeToken.get(GroupInstance.class)); + + return (TypeAdapter) new TypeAdapter() { + @Override + public void write(JsonWriter out, GroupInstance value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public GroupInstance read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + + }.nullSafe(); + } + } + + /** + * Create an instance of GroupInstance given an JSON string + * + * @param jsonString JSON string + * @return An instance of GroupInstance + * @throws IOException if the JSON string is invalid with respect to GroupInstance + */ + public static GroupInstance fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, GroupInstance.class); + } + + /** + * Convert an instance of GroupInstance to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} + diff --git a/src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java b/src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java index 37a8f5d4..b103bdc2 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java +++ b/src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupJoinState.java b/src/main/java/io/github/vrchatapi/model/GroupJoinState.java index 33c37c50..31530278 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupJoinState.java +++ b/src/main/java/io/github/vrchatapi/model/GroupJoinState.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java b/src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java index bae36c20..1a0cb643 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java +++ b/src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupMember.java b/src/main/java/io/github/vrchatapi/model/GroupMember.java index 46275742..b3725819 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupMember.java +++ b/src/main/java/io/github/vrchatapi/model/GroupMember.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupMemberLimitedUser.java b/src/main/java/io/github/vrchatapi/model/GroupMemberLimitedUser.java index ca61b9ec..9a75eeb2 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupMemberLimitedUser.java +++ b/src/main/java/io/github/vrchatapi/model/GroupMemberLimitedUser.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupMemberStatus.java b/src/main/java/io/github/vrchatapi/model/GroupMemberStatus.java index a7569f08..f71ceb7a 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupMemberStatus.java +++ b/src/main/java/io/github/vrchatapi/model/GroupMemberStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupMyMember.java b/src/main/java/io/github/vrchatapi/model/GroupMyMember.java index f08de678..a0bead2f 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupMyMember.java +++ b/src/main/java/io/github/vrchatapi/model/GroupMyMember.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupPermission.java b/src/main/java/io/github/vrchatapi/model/GroupPermission.java index 04560385..b21bb102 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupPermission.java +++ b/src/main/java/io/github/vrchatapi/model/GroupPermission.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupPrivacy.java b/src/main/java/io/github/vrchatapi/model/GroupPrivacy.java index 6a5f88c6..49cbee58 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupPrivacy.java +++ b/src/main/java/io/github/vrchatapi/model/GroupPrivacy.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupRole.java b/src/main/java/io/github/vrchatapi/model/GroupRole.java index 1e147894..86cc734d 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupRole.java +++ b/src/main/java/io/github/vrchatapi/model/GroupRole.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupRoleTemplate.java b/src/main/java/io/github/vrchatapi/model/GroupRoleTemplate.java index 7b93f36f..47728bc2 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupRoleTemplate.java +++ b/src/main/java/io/github/vrchatapi/model/GroupRoleTemplate.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupSearchSort.java b/src/main/java/io/github/vrchatapi/model/GroupSearchSort.java index ec06539b..33c55a0b 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupSearchSort.java +++ b/src/main/java/io/github/vrchatapi/model/GroupSearchSort.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/GroupUserVisibility.java b/src/main/java/io/github/vrchatapi/model/GroupUserVisibility.java index 79af5ff1..4f5dbac8 100644 --- a/src/main/java/io/github/vrchatapi/model/GroupUserVisibility.java +++ b/src/main/java/io/github/vrchatapi/model/GroupUserVisibility.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InfoPush.java b/src/main/java/io/github/vrchatapi/model/InfoPush.java index 89c61f74..ef07f2d8 100644 --- a/src/main/java/io/github/vrchatapi/model/InfoPush.java +++ b/src/main/java/io/github/vrchatapi/model/InfoPush.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InfoPushData.java b/src/main/java/io/github/vrchatapi/model/InfoPushData.java index 0b5aa15e..2202dbdf 100644 --- a/src/main/java/io/github/vrchatapi/model/InfoPushData.java +++ b/src/main/java/io/github/vrchatapi/model/InfoPushData.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InfoPushDataArticle.java b/src/main/java/io/github/vrchatapi/model/InfoPushDataArticle.java index d7418da4..7781e923 100644 --- a/src/main/java/io/github/vrchatapi/model/InfoPushDataArticle.java +++ b/src/main/java/io/github/vrchatapi/model/InfoPushDataArticle.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InfoPushDataArticleContent.java b/src/main/java/io/github/vrchatapi/model/InfoPushDataArticleContent.java index e79f8822..521a04d3 100644 --- a/src/main/java/io/github/vrchatapi/model/InfoPushDataArticleContent.java +++ b/src/main/java/io/github/vrchatapi/model/InfoPushDataArticleContent.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InfoPushDataClickable.java b/src/main/java/io/github/vrchatapi/model/InfoPushDataClickable.java index 3137c141..78663acf 100644 --- a/src/main/java/io/github/vrchatapi/model/InfoPushDataClickable.java +++ b/src/main/java/io/github/vrchatapi/model/InfoPushDataClickable.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Instance.java b/src/main/java/io/github/vrchatapi/model/Instance.java index e7eeff03..ebfd3a2b 100644 --- a/src/main/java/io/github/vrchatapi/model/Instance.java +++ b/src/main/java/io/github/vrchatapi/model/Instance.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InstancePlatforms.java b/src/main/java/io/github/vrchatapi/model/InstancePlatforms.java index cb37cfba..1e9894ae 100644 --- a/src/main/java/io/github/vrchatapi/model/InstancePlatforms.java +++ b/src/main/java/io/github/vrchatapi/model/InstancePlatforms.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InstanceShortNameResponse.java b/src/main/java/io/github/vrchatapi/model/InstanceShortNameResponse.java index edc87e82..20cfda18 100644 --- a/src/main/java/io/github/vrchatapi/model/InstanceShortNameResponse.java +++ b/src/main/java/io/github/vrchatapi/model/InstanceShortNameResponse.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InstanceType.java b/src/main/java/io/github/vrchatapi/model/InstanceType.java index 264f9213..3b35d193 100644 --- a/src/main/java/io/github/vrchatapi/model/InstanceType.java +++ b/src/main/java/io/github/vrchatapi/model/InstanceType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InviteMessage.java b/src/main/java/io/github/vrchatapi/model/InviteMessage.java index 0ac6360f..1d6cd568 100644 --- a/src/main/java/io/github/vrchatapi/model/InviteMessage.java +++ b/src/main/java/io/github/vrchatapi/model/InviteMessage.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InviteMessageType.java b/src/main/java/io/github/vrchatapi/model/InviteMessageType.java index fe7c9337..6e348811 100644 --- a/src/main/java/io/github/vrchatapi/model/InviteMessageType.java +++ b/src/main/java/io/github/vrchatapi/model/InviteMessageType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InviteRequest.java b/src/main/java/io/github/vrchatapi/model/InviteRequest.java index 32d188f9..eb0723f6 100644 --- a/src/main/java/io/github/vrchatapi/model/InviteRequest.java +++ b/src/main/java/io/github/vrchatapi/model/InviteRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/InviteResponse.java b/src/main/java/io/github/vrchatapi/model/InviteResponse.java index d6ba0a32..f6751cc3 100644 --- a/src/main/java/io/github/vrchatapi/model/InviteResponse.java +++ b/src/main/java/io/github/vrchatapi/model/InviteResponse.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/License.java b/src/main/java/io/github/vrchatapi/model/License.java index 4701ac9a..d84e4d7c 100644 --- a/src/main/java/io/github/vrchatapi/model/License.java +++ b/src/main/java/io/github/vrchatapi/model/License.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LicenseAction.java b/src/main/java/io/github/vrchatapi/model/LicenseAction.java index b018b9fd..76bdce13 100644 --- a/src/main/java/io/github/vrchatapi/model/LicenseAction.java +++ b/src/main/java/io/github/vrchatapi/model/LicenseAction.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LicenseGroup.java b/src/main/java/io/github/vrchatapi/model/LicenseGroup.java index 0cd5e8ee..2cee4c86 100644 --- a/src/main/java/io/github/vrchatapi/model/LicenseGroup.java +++ b/src/main/java/io/github/vrchatapi/model/LicenseGroup.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LicenseType.java b/src/main/java/io/github/vrchatapi/model/LicenseType.java index 07e8f741..926d51d4 100644 --- a/src/main/java/io/github/vrchatapi/model/LicenseType.java +++ b/src/main/java/io/github/vrchatapi/model/LicenseType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LimitedGroup.java b/src/main/java/io/github/vrchatapi/model/LimitedGroup.java index a885b766..495520d8 100644 --- a/src/main/java/io/github/vrchatapi/model/LimitedGroup.java +++ b/src/main/java/io/github/vrchatapi/model/LimitedGroup.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LimitedUnityPackage.java b/src/main/java/io/github/vrchatapi/model/LimitedUnityPackage.java index 0982631c..4c7c39a9 100644 --- a/src/main/java/io/github/vrchatapi/model/LimitedUnityPackage.java +++ b/src/main/java/io/github/vrchatapi/model/LimitedUnityPackage.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LimitedUser.java b/src/main/java/io/github/vrchatapi/model/LimitedUser.java index 82bb5d3d..4da84dd9 100644 --- a/src/main/java/io/github/vrchatapi/model/LimitedUser.java +++ b/src/main/java/io/github/vrchatapi/model/LimitedUser.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/LimitedWorld.java b/src/main/java/io/github/vrchatapi/model/LimitedWorld.java index 5e0e3849..0d6a9a65 100644 --- a/src/main/java/io/github/vrchatapi/model/LimitedWorld.java +++ b/src/main/java/io/github/vrchatapi/model/LimitedWorld.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/MIMEType.java b/src/main/java/io/github/vrchatapi/model/MIMEType.java index c2f16bc6..faa9865c 100644 --- a/src/main/java/io/github/vrchatapi/model/MIMEType.java +++ b/src/main/java/io/github/vrchatapi/model/MIMEType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/ModelFile.java b/src/main/java/io/github/vrchatapi/model/ModelFile.java index 653f32db..f20f03cc 100644 --- a/src/main/java/io/github/vrchatapi/model/ModelFile.java +++ b/src/main/java/io/github/vrchatapi/model/ModelFile.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/ModerateUserRequest.java b/src/main/java/io/github/vrchatapi/model/ModerateUserRequest.java index 9c3468f4..7f06d3ad 100644 --- a/src/main/java/io/github/vrchatapi/model/ModerateUserRequest.java +++ b/src/main/java/io/github/vrchatapi/model/ModerateUserRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Notification.java b/src/main/java/io/github/vrchatapi/model/Notification.java index 2a1231f3..ae106a7e 100644 --- a/src/main/java/io/github/vrchatapi/model/Notification.java +++ b/src/main/java/io/github/vrchatapi/model/Notification.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/NotificationType.java b/src/main/java/io/github/vrchatapi/model/NotificationType.java index bd501339..f5a2ca3a 100644 --- a/src/main/java/io/github/vrchatapi/model/NotificationType.java +++ b/src/main/java/io/github/vrchatapi/model/NotificationType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/OrderOption.java b/src/main/java/io/github/vrchatapi/model/OrderOption.java index e72246df..bc363229 100644 --- a/src/main/java/io/github/vrchatapi/model/OrderOption.java +++ b/src/main/java/io/github/vrchatapi/model/OrderOption.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java b/src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java index ffbc3674..d32486bc 100644 --- a/src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java +++ b/src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/PastDisplayName.java b/src/main/java/io/github/vrchatapi/model/PastDisplayName.java index 7bacb274..803cd008 100644 --- a/src/main/java/io/github/vrchatapi/model/PastDisplayName.java +++ b/src/main/java/io/github/vrchatapi/model/PastDisplayName.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Permission.java b/src/main/java/io/github/vrchatapi/model/Permission.java index 37df06fe..0967af42 100644 --- a/src/main/java/io/github/vrchatapi/model/Permission.java +++ b/src/main/java/io/github/vrchatapi/model/Permission.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/PlayerModeration.java b/src/main/java/io/github/vrchatapi/model/PlayerModeration.java index f9aa623d..39df9f37 100644 --- a/src/main/java/io/github/vrchatapi/model/PlayerModeration.java +++ b/src/main/java/io/github/vrchatapi/model/PlayerModeration.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/PlayerModerationType.java b/src/main/java/io/github/vrchatapi/model/PlayerModerationType.java index 85c9e6f3..1b2daf78 100644 --- a/src/main/java/io/github/vrchatapi/model/PlayerModerationType.java +++ b/src/main/java/io/github/vrchatapi/model/PlayerModerationType.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Region.java b/src/main/java/io/github/vrchatapi/model/Region.java index 90674496..b1735bca 100644 --- a/src/main/java/io/github/vrchatapi/model/Region.java +++ b/src/main/java/io/github/vrchatapi/model/Region.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/ReleaseStatus.java b/src/main/java/io/github/vrchatapi/model/ReleaseStatus.java index 49306784..2c2c9a52 100644 --- a/src/main/java/io/github/vrchatapi/model/ReleaseStatus.java +++ b/src/main/java/io/github/vrchatapi/model/ReleaseStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/RepresentedGroup.java b/src/main/java/io/github/vrchatapi/model/RepresentedGroup.java index e0f872c3..26f5fafb 100644 --- a/src/main/java/io/github/vrchatapi/model/RepresentedGroup.java +++ b/src/main/java/io/github/vrchatapi/model/RepresentedGroup.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/RequestInviteRequest.java b/src/main/java/io/github/vrchatapi/model/RequestInviteRequest.java index a986a14a..86aa98d0 100644 --- a/src/main/java/io/github/vrchatapi/model/RequestInviteRequest.java +++ b/src/main/java/io/github/vrchatapi/model/RequestInviteRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/RespondGroupJoinRequest.java b/src/main/java/io/github/vrchatapi/model/RespondGroupJoinRequest.java index 1ce86954..dfd5c102 100644 --- a/src/main/java/io/github/vrchatapi/model/RespondGroupJoinRequest.java +++ b/src/main/java/io/github/vrchatapi/model/RespondGroupJoinRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Response.java b/src/main/java/io/github/vrchatapi/model/Response.java index 36369f16..b9afdd3b 100644 --- a/src/main/java/io/github/vrchatapi/model/Response.java +++ b/src/main/java/io/github/vrchatapi/model/Response.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/SentNotification.java b/src/main/java/io/github/vrchatapi/model/SentNotification.java index 5e3b50cc..672e8006 100644 --- a/src/main/java/io/github/vrchatapi/model/SentNotification.java +++ b/src/main/java/io/github/vrchatapi/model/SentNotification.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/SortOption.java b/src/main/java/io/github/vrchatapi/model/SortOption.java index 9276a698..93dbe977 100644 --- a/src/main/java/io/github/vrchatapi/model/SortOption.java +++ b/src/main/java/io/github/vrchatapi/model/SortOption.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Subscription.java b/src/main/java/io/github/vrchatapi/model/Subscription.java index 4709e1d5..08d06dcd 100644 --- a/src/main/java/io/github/vrchatapi/model/Subscription.java +++ b/src/main/java/io/github/vrchatapi/model/Subscription.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/SubscriptionPeriod.java b/src/main/java/io/github/vrchatapi/model/SubscriptionPeriod.java index 3f5d70cc..f49ecbb4 100644 --- a/src/main/java/io/github/vrchatapi/model/SubscriptionPeriod.java +++ b/src/main/java/io/github/vrchatapi/model/SubscriptionPeriod.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Success.java b/src/main/java/io/github/vrchatapi/model/Success.java index b4b5ced0..cb0d19c8 100644 --- a/src/main/java/io/github/vrchatapi/model/Success.java +++ b/src/main/java/io/github/vrchatapi/model/Success.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Transaction.java b/src/main/java/io/github/vrchatapi/model/Transaction.java index 770462ad..ff55060d 100644 --- a/src/main/java/io/github/vrchatapi/model/Transaction.java +++ b/src/main/java/io/github/vrchatapi/model/Transaction.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TransactionAgreement.java b/src/main/java/io/github/vrchatapi/model/TransactionAgreement.java index 7f3fd5dc..1c80435f 100644 --- a/src/main/java/io/github/vrchatapi/model/TransactionAgreement.java +++ b/src/main/java/io/github/vrchatapi/model/TransactionAgreement.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TransactionStatus.java b/src/main/java/io/github/vrchatapi/model/TransactionStatus.java index 74260a65..f9db4c2f 100644 --- a/src/main/java/io/github/vrchatapi/model/TransactionStatus.java +++ b/src/main/java/io/github/vrchatapi/model/TransactionStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TransactionSteamInfo.java b/src/main/java/io/github/vrchatapi/model/TransactionSteamInfo.java index 006a9593..0d942664 100644 --- a/src/main/java/io/github/vrchatapi/model/TransactionSteamInfo.java +++ b/src/main/java/io/github/vrchatapi/model/TransactionSteamInfo.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TransactionSteamWalletInfo.java b/src/main/java/io/github/vrchatapi/model/TransactionSteamWalletInfo.java index 135a0766..604882c0 100644 --- a/src/main/java/io/github/vrchatapi/model/TransactionSteamWalletInfo.java +++ b/src/main/java/io/github/vrchatapi/model/TransactionSteamWalletInfo.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TwoFactorAuthCode.java b/src/main/java/io/github/vrchatapi/model/TwoFactorAuthCode.java index cc669be7..cf62d140 100644 --- a/src/main/java/io/github/vrchatapi/model/TwoFactorAuthCode.java +++ b/src/main/java/io/github/vrchatapi/model/TwoFactorAuthCode.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/TwoFactorEmailCode.java b/src/main/java/io/github/vrchatapi/model/TwoFactorEmailCode.java index 8172f2dc..8aaa83d2 100644 --- a/src/main/java/io/github/vrchatapi/model/TwoFactorEmailCode.java +++ b/src/main/java/io/github/vrchatapi/model/TwoFactorEmailCode.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UnityPackage.java b/src/main/java/io/github/vrchatapi/model/UnityPackage.java index e777ac0e..b1d119c0 100644 --- a/src/main/java/io/github/vrchatapi/model/UnityPackage.java +++ b/src/main/java/io/github/vrchatapi/model/UnityPackage.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateAvatarRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateAvatarRequest.java index 296c538a..0e475cb9 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateAvatarRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateAvatarRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateFavoriteGroupRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateFavoriteGroupRequest.java index 2276f3a2..308acae0 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateFavoriteGroupRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateFavoriteGroupRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateGroupGalleryRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateGroupGalleryRequest.java index d76495ef..24c345d3 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateGroupGalleryRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateGroupGalleryRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateGroupMemberRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateGroupMemberRequest.java index 10cd08c3..a9607df7 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateGroupMemberRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateGroupMemberRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateGroupRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateGroupRequest.java index 594cbad0..500331a8 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateGroupRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateGroupRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateGroupRoleRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateGroupRoleRequest.java index 0cd817b5..24642396 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateGroupRoleRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateGroupRoleRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateInviteMessageRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateInviteMessageRequest.java index 511fcd83..07b45a7f 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateInviteMessageRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateInviteMessageRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateUserRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateUserRequest.java index 213aa561..942257e4 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateUserRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateUserRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UpdateWorldRequest.java b/src/main/java/io/github/vrchatapi/model/UpdateWorldRequest.java index 6d636d4c..0db2fe18 100644 --- a/src/main/java/io/github/vrchatapi/model/UpdateWorldRequest.java +++ b/src/main/java/io/github/vrchatapi/model/UpdateWorldRequest.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/User.java b/src/main/java/io/github/vrchatapi/model/User.java index 16e542bc..f7b5ab4c 100644 --- a/src/main/java/io/github/vrchatapi/model/User.java +++ b/src/main/java/io/github/vrchatapi/model/User.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UserExists.java b/src/main/java/io/github/vrchatapi/model/UserExists.java index c0504b35..fa868549 100644 --- a/src/main/java/io/github/vrchatapi/model/UserExists.java +++ b/src/main/java/io/github/vrchatapi/model/UserExists.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UserState.java b/src/main/java/io/github/vrchatapi/model/UserState.java index fd4e35e1..dbe125fe 100644 --- a/src/main/java/io/github/vrchatapi/model/UserState.java +++ b/src/main/java/io/github/vrchatapi/model/UserState.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UserStatus.java b/src/main/java/io/github/vrchatapi/model/UserStatus.java index 29ddd8d5..0b437c5d 100644 --- a/src/main/java/io/github/vrchatapi/model/UserStatus.java +++ b/src/main/java/io/github/vrchatapi/model/UserStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/UserSubscription.java b/src/main/java/io/github/vrchatapi/model/UserSubscription.java index 6651f206..2b50298a 100644 --- a/src/main/java/io/github/vrchatapi/model/UserSubscription.java +++ b/src/main/java/io/github/vrchatapi/model/UserSubscription.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Verify2FAEmailCodeResult.java b/src/main/java/io/github/vrchatapi/model/Verify2FAEmailCodeResult.java index 5f62588d..0ab63dec 100644 --- a/src/main/java/io/github/vrchatapi/model/Verify2FAEmailCodeResult.java +++ b/src/main/java/io/github/vrchatapi/model/Verify2FAEmailCodeResult.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/Verify2FAResult.java b/src/main/java/io/github/vrchatapi/model/Verify2FAResult.java index ac8cfdfc..33d2cc99 100644 --- a/src/main/java/io/github/vrchatapi/model/Verify2FAResult.java +++ b/src/main/java/io/github/vrchatapi/model/Verify2FAResult.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/VerifyAuthTokenResult.java b/src/main/java/io/github/vrchatapi/model/VerifyAuthTokenResult.java index fcd37a6d..218bfa65 100644 --- a/src/main/java/io/github/vrchatapi/model/VerifyAuthTokenResult.java +++ b/src/main/java/io/github/vrchatapi/model/VerifyAuthTokenResult.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/World.java b/src/main/java/io/github/vrchatapi/model/World.java index 213d2dd2..bb959afb 100644 --- a/src/main/java/io/github/vrchatapi/model/World.java +++ b/src/main/java/io/github/vrchatapi/model/World.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/WorldMetadata.java b/src/main/java/io/github/vrchatapi/model/WorldMetadata.java index 149b0c70..96d545a2 100644 --- a/src/main/java/io/github/vrchatapi/model/WorldMetadata.java +++ b/src/main/java/io/github/vrchatapi/model/WorldMetadata.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/vrchatapi/model/WorldPublishStatus.java b/src/main/java/io/github/vrchatapi/model/WorldPublishStatus.java index 6a695c4f..e01be6cf 100644 --- a/src/main/java/io/github/vrchatapi/model/WorldPublishStatus.java +++ b/src/main/java/io/github/vrchatapi/model/WorldPublishStatus.java @@ -1,7 +1,7 @@ /* * VRChat API Documentation * - * The version of the OpenAPI document: 1.17.0 + * The version of the OpenAPI document: 1.17.1 * Contact: vrchatapi.lpv0t@aries.fyi * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).