Skip to content

Commit de94287

Browse files
committed
Upgrade Java SDK to spec 1.18.5
1 parent 9825aa7 commit de94287

File tree

221 files changed

+7045
-577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

221 files changed

+7045
-577
lines changed

.openapi-generator/FILES

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ build.gradle
44
build.sbt
55
docs/APIConfig.md
66
docs/APIConfigAnnouncement.md
7+
docs/APIConfigConstants.md
8+
docs/APIConfigConstantsGROUPS.md
9+
docs/APIConfigConstantsINSTANCE.md
10+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.md
11+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md
12+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.md
13+
docs/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.md
14+
docs/APIConfigConstantsLANGUAGE.md
715
docs/APIConfigDownloadURLList.md
816
docs/APIConfigEvents.md
17+
docs/APIConfigMinSupportedClientBuildNumber.md
18+
docs/APIConfigOfflineAnalysis.md
19+
docs/APIConfigReportCategories.md
20+
docs/APIConfigReportReasons.md
921
docs/APIHealth.md
1022
docs/AccountDeletionLog.md
1123
docs/AddFavoriteRequest.md
@@ -110,13 +122,17 @@ docs/NotificationsApi.md
110122
docs/OrderOption.md
111123
docs/PaginatedGroupAuditLogEntryList.md
112124
docs/PastDisplayName.md
125+
docs/PerformanceRatings.md
113126
docs/Permission.md
114127
docs/PermissionsApi.md
128+
docs/PlatformBuildInfo.md
115129
docs/PlayerModeration.md
116130
docs/PlayerModerationType.md
117131
docs/PlayermoderationApi.md
118132
docs/Region.md
119133
docs/ReleaseStatus.md
134+
docs/ReportCategory.md
135+
docs/ReportReason.md
120136
docs/RepresentedGroup.md
121137
docs/RequestInviteRequest.md
122138
docs/RespondGroupJoinRequest.md
@@ -200,8 +216,20 @@ src/main/java/io/github/vrchatapi/auth/HttpBasicAuth.java
200216
src/main/java/io/github/vrchatapi/auth/HttpBearerAuth.java
201217
src/main/java/io/github/vrchatapi/model/APIConfig.java
202218
src/main/java/io/github/vrchatapi/model/APIConfigAnnouncement.java
219+
src/main/java/io/github/vrchatapi/model/APIConfigConstants.java
220+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsGROUPS.java
221+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCE.java
222+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETS.java
223+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.java
224+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.java
225+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.java
226+
src/main/java/io/github/vrchatapi/model/APIConfigConstantsLANGUAGE.java
203227
src/main/java/io/github/vrchatapi/model/APIConfigDownloadURLList.java
204228
src/main/java/io/github/vrchatapi/model/APIConfigEvents.java
229+
src/main/java/io/github/vrchatapi/model/APIConfigMinSupportedClientBuildNumber.java
230+
src/main/java/io/github/vrchatapi/model/APIConfigOfflineAnalysis.java
231+
src/main/java/io/github/vrchatapi/model/APIConfigReportCategories.java
232+
src/main/java/io/github/vrchatapi/model/APIConfigReportReasons.java
205233
src/main/java/io/github/vrchatapi/model/APIHealth.java
206234
src/main/java/io/github/vrchatapi/model/AbstractOpenApiSchema.java
207235
src/main/java/io/github/vrchatapi/model/AccountDeletionLog.java
@@ -297,11 +325,15 @@ src/main/java/io/github/vrchatapi/model/NotificationType.java
297325
src/main/java/io/github/vrchatapi/model/OrderOption.java
298326
src/main/java/io/github/vrchatapi/model/PaginatedGroupAuditLogEntryList.java
299327
src/main/java/io/github/vrchatapi/model/PastDisplayName.java
328+
src/main/java/io/github/vrchatapi/model/PerformanceRatings.java
300329
src/main/java/io/github/vrchatapi/model/Permission.java
330+
src/main/java/io/github/vrchatapi/model/PlatformBuildInfo.java
301331
src/main/java/io/github/vrchatapi/model/PlayerModeration.java
302332
src/main/java/io/github/vrchatapi/model/PlayerModerationType.java
303333
src/main/java/io/github/vrchatapi/model/Region.java
304334
src/main/java/io/github/vrchatapi/model/ReleaseStatus.java
335+
src/main/java/io/github/vrchatapi/model/ReportCategory.java
336+
src/main/java/io/github/vrchatapi/model/ReportReason.java
305337
src/main/java/io/github/vrchatapi/model/RepresentedGroup.java
306338
src/main/java/io/github/vrchatapi/model/RequestInviteRequest.java
307339
src/main/java/io/github/vrchatapi/model/RespondGroupJoinRequest.java

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'io.github.vrchatapi'
7-
version = '1.18.4'
7+
version = '1.18.5'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.github.vrchatapi",
44
name := "vrchatapi",
5-
version := "1.18.4",
5+
version := "1.18.5",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/APIConfig.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@
1212
|**voiceEnableReceiverLimiting** | **Boolean** | Unknown, probably voice optimization testing | |
1313
|**address** | **String** | VRChat's office address | |
1414
|**announcements** | [**Set<APIConfigAnnouncement>**](APIConfigAnnouncement.md) | Public Announcements | |
15+
|**analyticsSegmentNewUIPctOfUsers** | **Integer** | Unknown | |
16+
|**analyticsSegmentNewUISalt** | **String** | Unknown | |
1517
|**appName** | **String** | Game name | |
1618
|**availableLanguageCodes** | **List<String>** | List of supported Languages | |
1719
|**availableLanguages** | **List<String>** | List of supported Languages | |
1820
|**buildVersionTag** | **String** | Build tag of the API server | |
21+
|**chatboxLogBufferSeconds** | **Integer** | Unknown | |
1922
|**clientApiKey** | **String** | apiKey to be used for all other requests | |
2023
|**clientBPSCeiling** | **Integer** | Unknown | |
2124
|**clientDisconnectTimeout** | **Integer** | Unknown | |
2225
|**clientNetDispatchThread** | **Boolean** | Unknown | [optional] |
26+
|**clientNetDispatchThreadMobile** | **Boolean** | Unknown | |
2327
|**clientNetInThread** | **Boolean** | Unknown | [optional] |
2428
|**clientNetInThread2** | **Boolean** | Unknown | [optional] |
2529
|**clientNetInThreadMobile** | **Boolean** | Unknown | [optional] |
@@ -31,6 +35,7 @@
3135
|**clientQR** | **Integer** | Unknown | [optional] |
3236
|**clientReservedPlayerBPS** | **Integer** | Unknown | |
3337
|**clientSentCountAllowance** | **Integer** | Unknown | |
38+
|**constants** | [**APIConfigConstants**](APIConfigConstants.md) | | |
3439
|**contactEmail** | **String** | VRChat's contact email | |
3540
|**copyrightEmail** | **String** | VRChat's copyright-issues-related email | |
3641
|**currentPrivacyVersion** | **Integer** | Current version number of the Privacy Agreement | [optional] |
@@ -65,20 +70,32 @@
6570
|**economyPauseStart** | **String** | Unknown | [optional] |
6671
|**economyState** | **Integer** | Unknown | [optional] |
6772
|**events** | [**APIConfigEvents**](APIConfigEvents.md) | | |
73+
|**forceUseLatestWorld** | **Boolean** | Unknown | |
74+
|**googleApiClientId** | **String** | Unknown | |
6875
|**homeWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
6976
|**homepageRedirectTarget** | **String** | Redirect target if you try to open the base API domain in your browser | |
7077
|**hubWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
7178
|**imageHostUrlList** | **List<String>** | A list of explicitly allowed origins that worlds can request images from via the Udon's [VRCImageDownloader#DownloadImage](https://creators.vrchat.com/worlds/udon/image-loading/#downloadimage). | |
7279
|**jobsEmail** | **String** | VRChat's job application email | |
80+
|**minSupportedClientBuildNumber** | [**APIConfigMinSupportedClientBuildNumber**](APIConfigMinSupportedClientBuildNumber.md) | | |
81+
|**minimumUnityVersionForUploads** | **String** | Minimum Unity version required for uploading assets | |
7382
|**moderationEmail** | **String** | VRChat's moderation related email | |
7483
|**notAllowedToSelectAvatarInPrivateWorldMessage** | **String** | Used in-game to notify a user they aren't allowed to select avatars in private worlds | |
84+
|**offlineAnalysis** | [**APIConfigOfflineAnalysis**](APIConfigOfflineAnalysis.md) | | |
85+
|**photonNameserverOverrides** | **List<String>** | Unknown | |
86+
|**photonPublicKeys** | **List<String>** | Unknown | |
87+
|**reportCategories** | [**APIConfigReportCategories**](APIConfigReportCategories.md) | | |
88+
|**reportFormUrl** | **String** | URL to the report form | |
89+
|**reportOptions** | **Object** | Options for reporting content | |
90+
|**reportReasons** | [**APIConfigReportReasons**](APIConfigReportReasons.md) | | |
7591
|**sdkDeveloperFaqUrl** | **String** | Link to the developer FAQ | |
7692
|**sdkDiscordUrl** | **String** | Link to the official VRChat Discord | |
7793
|**sdkNotAllowedToPublishMessage** | **String** | Used in the SDK to notify a user they aren't allowed to upload avatars/worlds yet | |
7894
|**sdkUnityVersion** | **String** | Unity version supported by the SDK | |
7995
|**serverName** | **String** | Server name of the API server currently responding | |
8096
|**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). | |
8197
|**supportEmail** | **String** | VRChat's support email | |
98+
|**timekeeping** | **Boolean** | Unknown | |
8299
|**timeOutWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
83100
|**tutorialWorldId** | **String** | WorldID be \"offline\" on User profiles if you are not friends with that user. | |
84101
|**updateRateMsMaximum** | **Integer** | Unknown | |
@@ -92,6 +109,9 @@
92109
|**whiteListedAssetUrls** | **List<String>** | List of allowed URLs that are allowed to host avatar assets | |
93110
|**playerUrlResolverVersion** | **String** | Currently used youtube-dl.exe version | |
94111
|**playerUrlResolverSha1** | **String** | Currently used youtube-dl.exe hash in SHA1-delimited format | |
112+
|**websocketMaxFriendsRefreshDelay** | **Integer** | Unknown | |
113+
|**websocketQuickReconnectTime** | **Integer** | Unknown | |
114+
|**websocketReconnectMaxDelay** | **Integer** | Unknown | |
95115

96116

97117

docs/APIConfigConstants.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# APIConfigConstants
4+
5+
Constants
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**GROUPS** | [**APIConfigConstantsGROUPS**](APIConfigConstantsGROUPS.md) | | |
12+
|**INSTANCE** | [**APIConfigConstantsINSTANCE**](APIConfigConstantsINSTANCE.md) | | |
13+
|**LANGUAGE** | [**APIConfigConstantsLANGUAGE**](APIConfigConstantsLANGUAGE.md) | | |
14+
15+
16+

docs/APIConfigConstantsGROUPS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# APIConfigConstantsGROUPS
4+
5+
Group-related constants
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**CAPACITY** | **Integer** | Maximum group capacity | [optional] |
12+
|**GROUP_TRANSFER_REQUIREMENTS** | **List<String>** | Requirements for transferring group ownership | [optional] |
13+
|**MAX_INVITES_REQUESTS** | **Integer** | Maximum number of invite requests | [optional] |
14+
|**MAX_JOINED** | **Integer** | Maximum number of joined groups | [optional] |
15+
|**MAX_JOINED_PLUS** | **Integer** | Maximum number of joined groups for VRChat Plus members | [optional] |
16+
|**MAX_LANGUAGES** | **Integer** | Maximum number of supported languages | [optional] |
17+
|**MAX_LINKS** | **Integer** | Maximum number of group links | [optional] |
18+
|**MAX_MANAGEMENT_ROLES** | **Integer** | Maximum number of management roles in a group | [optional] |
19+
|**MAX_OWNED** | **Integer** | Maximum number of groups a user can own | [optional] |
20+
|**MAX_ROLES** | **Integer** | Maximum number of roles in a group | [optional] |
21+
22+
23+

docs/APIConfigConstantsINSTANCE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# APIConfigConstantsINSTANCE
4+
5+
Instance-related constants
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**POPULATION_BRACKETS** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETS**](APIConfigConstantsINSTANCEPOPULATIONBRACKETS.md) | | [optional] |
12+
13+
14+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETS
4+
5+
Population brackets based on instance population
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**CROWDED** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED.md) | | [optional] |
12+
|**FEW** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW.md) | | [optional] |
13+
|**MANY** | [**APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY**](APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY.md) | | [optional] |
14+
15+
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
4+
5+
Crowded population range
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**max** | **Integer** | Maximum population for a crowded instance | [optional] |
12+
|**min** | **Integer** | Minimum population for a crowded instance | [optional] |
13+
14+
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
4+
5+
Few population range
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
|------------ | ------------- | ------------- | -------------|
11+
|**max** | **Integer** | Maximum population for a few instance | [optional] |
12+
|**min** | **Integer** | Minimum population for a few instance | [optional] |
13+
14+
15+

0 commit comments

Comments
 (0)