Skip to content

Commit

Permalink
Upgrade Java SDK to spec 1.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Nov 7, 2024
1 parent e3814bb commit 19f3d06
Show file tree
Hide file tree
Showing 207 changed files with 1,364 additions and 211 deletions.
4 changes: 4 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build.gradle
build.sbt
docs/APIConfig.md
docs/APIConfigAnnouncement.md
docs/APIConfigAvatarPerfLimiter.md
docs/APIConfigConstants.md
docs/APIConfigConstantsGROUPS.md
docs/APIConfigConstantsINSTANCE.md
Expand Down Expand Up @@ -126,6 +127,7 @@ docs/NotificationsApi.md
docs/OrderOption.md
docs/PaginatedGroupAuditLogEntryList.md
docs/PastDisplayName.md
docs/PerformanceLimiterInfo.md
docs/PerformanceRatings.md
docs/Permission.md
docs/PermissionsApi.md
Expand Down Expand Up @@ -222,6 +224,7 @@ src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java
src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java
src/main/java/io/github/vrchatapi/model/APIConfig.java
src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java
src/main/java/io/github/vrchatapi/model/APIConfigAvatarPerfLimiter.java
src/main/java/io/github/vrchatapi/model/APIConfigConstants.java
src/main/java/io/github/vrchatapi/model/APIConfigConstantsGROUPS.java
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCE.java
Expand Down Expand Up @@ -334,6 +337,7 @@ src/main/java/io/github/vrchatapi/model/NotificationType.java
src/main/java/io/github/vrchatapi/model/OrderOption.java
src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java
src/main/java/io/github/vrchatapi/model/PastDisplayName.java
src/main/java/io/github/vrchatapi/model/PerformanceLimiterInfo.java
src/main/java/io/github/vrchatapi/model/PerformanceRatings.java
src/main/java/io/github/vrchatapi/model/Permission.java
src/main/java/io/github/vrchatapi/model/PlatformBuildInfo.java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'io.github.vrchatapi'
version = '1.18.7'
version = '1.18.8'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "io.github.vrchatapi",
name := "vrchatapi",
version := "1.18.7",
version := "1.18.8",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
5 changes: 5 additions & 0 deletions docs/APIConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
|**voiceEnableDegradation** | **Boolean** | Unknown, probably voice optimization testing | |
|**voiceEnableReceiverLimiting** | **Boolean** | Unknown, probably voice optimization testing | |
|**address** | **String** | VRChat's office address | |
|**ageVerificationP** | **Boolean** | | |
|**ageVerificationStatusVisible** | **Boolean** | | |
|**announcements** | [**Set<APIConfigAnnouncement>**](APIConfigAnnouncement.md) | Public Announcements | |
|**analyticsSegmentNewUIPctOfUsers** | **Integer** | Unknown | |
|**analyticsSegmentNewUISalt** | **String** | Unknown | |
|**appName** | **String** | Game name | |
|**availableLanguageCodes** | **List<String>** | List of supported Languages | |
|**availableLanguages** | **List<String>** | List of supported Languages | |
|**avatarPerfLimiter** | [**APIConfigAvatarPerfLimiter**](APIConfigAvatarPerfLimiter.md) | | |
|**buildVersionTag** | **String** | Build tag of the API server | |
|**chatboxLogBufferSeconds** | **Integer** | Unknown | |
|**clientApiKey** | **String** | apiKey to be used for all other requests | |
Expand All @@ -41,6 +44,7 @@
|**currentPrivacyVersion** | **Integer** | Current version number of the Privacy Agreement | [optional] |
|**currentTOSVersion** | **Integer** | Current version number of the Terms of Service | |
|**defaultAvatar** | **String** | | |
|**defaultStickerSet** | **String** | | |
|**deploymentGroup** | **DeploymentGroup** | | |
|**devLanguageCodes** | **List<String>** | Unknown | [optional] |
|**devSdkUrl** | **String** | Link to download the development SDK, use downloadUrls instead | |
Expand Down Expand Up @@ -95,6 +99,7 @@
|**serverName** | **String** | Server name of the API server currently responding | |
|**stringHostUrlList** | **List<String>** | A list of explicitly allowed origins that worlds can request strings from via the Udon's [VRCStringDownloader.LoadUrl](https://creators.vrchat.com/worlds/udon/string-loading/#ivrcstringdownload). | |
|**supportEmail** | **String** | VRChat's support email | |
|**supportFormUrl** | **String** | VRChat's support form | |
|**timekeeping** | **Boolean** | Unknown | |
|**timeOutWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
|**tutorialWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
Expand Down
18 changes: 18 additions & 0 deletions docs/APIConfigAvatarPerfLimiter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@


# APIConfigAvatarPerfLimiter


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**androidMobile** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |
|**PC** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |
|**pico** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |
|**quest** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |
|**xrElite** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |
|**iOSMobile** | [**PerformanceLimiterInfo**](PerformanceLimiterInfo.md) | | |



2 changes: 2 additions & 0 deletions docs/APIConfigReportCategories.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Categories available for reporting objectionable content
|**avatar** | [**ReportCategory**](ReportCategory.md) | | |
|**behavior** | [**ReportCategory**](ReportCategory.md) | | |
|**chat** | [**ReportCategory**](ReportCategory.md) | | |
|**emoji** | [**ReportCategory**](ReportCategory.md) | | [optional] |
|**environment** | [**ReportCategory**](ReportCategory.md) | | |
|**groupstore** | [**ReportCategory**](ReportCategory.md) | | |
|**image** | [**ReportCategory**](ReportCategory.md) | | |
|**text** | [**ReportCategory**](ReportCategory.md) | | |
|**sticker** | [**ReportCategory**](ReportCategory.md) | | [optional] |
|**warnings** | [**ReportCategory**](ReportCategory.md) | | |
|**worldimage** | [**ReportCategory**](ReportCategory.md) | | |
|**worldstore** | [**ReportCategory**](ReportCategory.md) | | |
Expand Down
3 changes: 3 additions & 0 deletions docs/CurrentUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
|**accountDeletionDate** | **LocalDate** | | [optional] |
|**accountDeletionLog** | [**List<AccountDeletionLog>**](AccountDeletionLog.md) | | [optional] |
|**activeFriends** | **List<String>** | | [optional] |
|**ageVerificationStatus** | **String** | | |
|**ageVerified** | **Boolean** | | |
|**allowAvatarCopying** | **Boolean** | | |
|**badges** | [**List<Badge>**](Badge.md) | | [optional] |
|**bio** | **String** | | |
Expand All @@ -38,6 +40,7 @@
|**hasPendingEmail** | **Boolean** | | |
|**homeLocation** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
|**id** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | |
|**isAdult** | **Boolean** | | |
|**isBoopingEnabled** | **Boolean** | | [optional] |
|**isFriend** | **Boolean** | | |
|**lastActivity** | **OffsetDateTime** | | [optional] |
Expand Down
1 change: 1 addition & 0 deletions docs/FavoritedWorld.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
|**thumbnailImageUrl** | **String** | | |
|**unityPackages** | [**List<UnityPackage>**](UnityPackage.md) | | |
|**updatedAt** | **OffsetDateTime** | | |
|**urlList** | **List<String>** | | |
|**udonProducts** | **List<String>** | | [optional] |
|**version** | **Integer** | | |

Expand Down
3 changes: 2 additions & 1 deletion docs/Instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**active** | **Boolean** | | |
|**ageGate** | **String** | | [optional] |
|**canRequestInvite** | **Boolean** | | |
|**capacity** | **Integer** | | |
|**clientNumber** | **String** | Always returns \"unknown\". | |
Expand All @@ -25,7 +26,7 @@
|**permanent** | **Boolean** | | |
|**photonRegion** | **Region** | | |
|**platforms** | [**InstancePlatforms**](InstancePlatforms.md) | | |
|**playerPersistenceEnabled** | **String** | | |
|**playerPersistenceEnabled** | **Boolean** | | |
|**region** | **InstanceRegion** | | |
|**secureName** | **String** | | |
|**shortName** | **String** | | [optional] |
Expand Down
15 changes: 15 additions & 0 deletions docs/PerformanceLimiterInfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


# PerformanceLimiterInfo

Info about the performance limits on a platform

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**allowed** | **Boolean** | | |
|**maxSeats** | **Integer** | Maximum amount of seats. -1 means no limit. | |



1 change: 1 addition & 0 deletions docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**ageVerificationStatus** | **String** | | |
|**allowAvatarCopying** | **Boolean** | | |
|**badges** | [**List<Badge>**](Badge.md) | | [optional] |
|**bio** | **String** | | |
Expand Down
1 change: 1 addition & 0 deletions docs/World.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
|**thumbnailImageUrl** | **String** | | |
|**unityPackages** | [**List<UnityPackage>**](UnityPackage.md) | Empty if unauthenticated. | [optional] |
|**updatedAt** | **OffsetDateTime** | | |
|**urlList** | **List<String>** | | [optional] |
|**version** | **Integer** | | |
|**visits** | **Integer** | | |
|**udonProducts** | **List<String>** | | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>vrchatapi</artifactId>
<packaging>jar</packaging>
<name>vrchatapi</name>
<version>1.18.7</version>
<version>1.18.8</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/ApiCallback.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/ApiClient.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/ApiException.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/ApiResponse.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 3 additions & 1 deletion src/main/java/io/github/vrchatapi/JSON.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -94,6 +94,7 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri
gsonBuilder.registerTypeAdapter(byte[].class, byteArrayAdapter);
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfig.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfigAnnouncement.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfigAvatarPerfLimiter.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfigConstants.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfigConstantsGROUPS.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.APIConfigConstantsINSTANCE.CustomTypeAdapterFactory());
Expand Down Expand Up @@ -183,6 +184,7 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.NotificationDetailVoteToKick.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.PaginatedGroupAuditLogEntryList.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.PastDisplayName.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.PerformanceLimiterInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.Permission.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.PlatformBuildInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new io.github.vrchatapi.model.PlayerModeration.CustomTypeAdapterFactory());
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/Pair.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/ProgressRequestBody.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/StringUtil.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/AvatarsApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/EconomyApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/FavoritesApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/FilesApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/FriendsApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/GroupsApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/InstancesApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/vrchatapi/api/InviteApi.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* VRChat API Documentation
*
* The version of the OpenAPI document: 1.18.7
* The version of the OpenAPI document: 1.18.8
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit 19f3d06

Please sign in to comment.