Skip to content

Commit 73d7c02

Browse files
committed
Upgrade Java SDK to spec 1.16.3
1 parent 131e86e commit 73d7c02

File tree

161 files changed

+386
-379
lines changed

Some content is hidden

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

161 files changed

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

docs/LimitedUser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
1111
|**bio** | **String** | | [optional] |
12-
|**currentAvatarImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | |
13-
|**currentAvatarThumbnailImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | |
12+
|**currentAvatarImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | [optional] |
13+
|**currentAvatarThumbnailImageUrl** | **String** | When profilePicOverride is not empty, use it instead. | [optional] |
1414
|**developerType** | **DeveloperType** | | |
1515
|**displayName** | **String** | | |
1616
|**fallbackAvatar** | **String** | | [optional] |
1717
|**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. | |
1818
|**isFriend** | **Boolean** | | |
1919
|**lastPlatform** | **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`. | |
20-
|**profilePicOverride** | **String** | | |
20+
|**profilePicOverride** | **String** | | [optional] |
2121
|**status** | **UserStatus** | | |
2222
|**statusDescription** | **String** | | |
2323
|**tags** | **List<String>** | <- Always empty. | |
24-
|**userIcon** | **String** | | |
24+
|**userIcon** | **String** | | [optional] |
2525
|**username** | **String** | -| **DEPRECATED:** VRChat API no longer return usernames of other users. [See issue by Tupper for more information](https://github.com/pypy-vrc/VRCX/issues/429). | [optional] |
2626
|**location** | **String** | | [optional] |
2727
|**friendKey** | **String** | | [optional] |

docs/NotificationType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
* `INVITERESPONSE` (value: `"inviteResponse"`)
1313

14+
* `MESSAGE` (value: `"message"`)
15+
1416
* `REQUESTINVITE` (value: `"requestInvite"`)
1517

1618
* `REQUESTINVITERESPONSE` (value: `"requestInviteResponse"`)

0 commit comments

Comments
 (0)