Skip to content

Commit 2c1ce82

Browse files
committed
Upgrade Java SDK to spec 1.20.3
1 parent e6a95fa commit 2c1ce82

File tree

279 files changed

+756
-475
lines changed

Some content is hidden

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

279 files changed

+756
-475
lines changed

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.20.2'
7+
version = '1.20.3'
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.20.2",
5+
version := "1.20.3",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/Avatar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
|**highestPrice** | **Integer** | | [optional] |
2020
|**id** | **String** | | |
2121
|**imageUrl** | **String** | | |
22+
|**listingDate** | **String** | | |
2223
|**lock** | **Boolean** | | [optional] |
2324
|**lowestPrice** | **Integer** | | [optional] |
2425
|**name** | **String** | | |

docs/CurrentUser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
|**profilePicOverride** | **String** | | |
6464
|**profilePicOverrideThumbnail** | **String** | | |
6565
|**pronouns** | **String** | | |
66+
|**pronounsHistory** | **List<String>** | | |
6667
|**queuedInstance** | **String** | | [optional] |
6768
|**receiveMobileInvitations** | **Boolean** | | [optional] |
6869
|**state** | **UserState** | | |

docs/FavoritedWorld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11-
|**authorId** | **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. | |
11+
|**authorId** | **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. | [optional] |
1212
|**authorName** | **String** | | |
1313
|**capacity** | **Integer** | | |
1414
|**description** | **String** | | |

docs/FileAnalysisAvatarStats.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
|**cameraCount** | **Integer** | | [optional] |
1616
|**clothCount** | **Integer** | | |
1717
|**constraintCount** | **Integer** | | |
18+
|**constraintDepth** | **Integer** | | |
1819
|**contactCount** | **Integer** | | |
1920
|**customExpressions** | **Boolean** | | |
2021
|**customizeAnimationLayers** | **Boolean** | | |

docs/GroupLimitedMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
|**membershipStatus** | **GroupMemberStatus** | | [optional] |
1818
|**visibility** | **String** | | [optional] |
1919
|**isSubscribedToAnnouncements** | **Boolean** | | [optional] |
20+
|**isSubscribedToEventAnnouncements** | **Boolean** | | [optional] |
2021
|**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
2122
|**bannedAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
2223
|**managerNotes** | **String** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |

docs/GroupMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
|**membershipStatus** | **GroupMemberStatus** | | [optional] |
2121
|**visibility** | **String** | | [optional] |
2222
|**isSubscribedToAnnouncements** | **Boolean** | | [optional] |
23+
|**isSubscribedToEventAnnouncements** | **Boolean** | | [optional] |
2324
|**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
2425
|**bannedAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
2526
|**managerNotes** | **String** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |

docs/GroupMyMember.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
|**managerNotes** | **String** | | [optional] |
1818
|**membershipStatus** | **String** | | [optional] |
1919
|**isSubscribedToAnnouncements** | **Boolean** | | [optional] |
20+
|**isSubscribedToEventAnnouncements** | **Boolean** | | [optional] |
2021
|**visibility** | **String** | | [optional] |
2122
|**isRepresenting** | **Boolean** | | [optional] |
2223
|**joinedAt** | **OffsetDateTime** | | [optional] |

docs/LimitedUnityPackage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
11+
|**createdAt** | **OffsetDateTime** | | |
1112
|**platform** | **String** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. | |
1213
|**unityVersion** | **String** | | |
1314

0 commit comments

Comments
 (0)