Skip to content

Commit f939abb

Browse files
committed
Upgrade Java SDK to spec 1.16.8
1 parent af096e2 commit f939abb

File tree

172 files changed

+732
-269
lines changed

Some content is hidden

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

172 files changed

+732
-269
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ docs/GroupAnnouncement.md
5050
docs/GroupAuditLogEntry.md
5151
docs/GroupGallery.md
5252
docs/GroupGalleryImage.md
53+
docs/GroupJoinRequestAction.md
5354
docs/GroupJoinState.md
5455
docs/GroupLimitedMember.md
5556
docs/GroupMember.md
@@ -226,6 +227,7 @@ src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java
226227
src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java
227228
src/main/java/io/github/vrchatapi/model/GroupGallery.java
228229
src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java
230+
src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java
229231
src/main/java/io/github/vrchatapi/model/GroupJoinState.java
230232
src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java
231233
src/main/java/io/github/vrchatapi/model/GroupMember.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.16.7'
7+
version = '1.16.8'
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.7",
5+
version := "1.16.8",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/AuthenticationApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public class Example {
345345

346346
| Name | Type | Description | Notes |
347347
|------------- | ------------- | ------------- | -------------|
348-
| **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional] |
348+
| **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | |
349349

350350
### Return type
351351

@@ -415,7 +415,7 @@ public class Example {
415415

416416
| Name | Type | Description | Notes |
417417
|------------- | ------------- | ------------- | -------------|
418-
| **twoFactorEmailCode** | [**TwoFactorEmailCode**](TwoFactorEmailCode.md)| | [optional] |
418+
| **twoFactorEmailCode** | [**TwoFactorEmailCode**](TwoFactorEmailCode.md)| | |
419419

420420
### Return type
421421

@@ -551,7 +551,7 @@ public class Example {
551551

552552
| Name | Type | Description | Notes |
553553
|------------- | ------------- | ------------- | -------------|
554-
| **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional] |
554+
| **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | |
555555

556556
### Return type
557557

docs/GroupJoinRequestAction.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
# GroupJoinRequestAction
4+
5+
## Enum
6+
7+
8+
* `ACCEPT` (value: `"accept"`)
9+
10+
* `REJECT` (value: `"reject"`)
11+
12+
13+

docs/GroupLimitedMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|**roleIds** | **List<String>** | | [optional] |
1515
|**mRoleIds** | **List<String>** | | [optional] |
1616
|**joinedAt** | **OffsetDateTime** | | [optional] |
17-
|**membershipStatus** | **String** | | [optional] |
17+
|**membershipStatus** | **GroupMemberStatus** | | [optional] |
1818
|**visibility** | **String** | | [optional] |
1919
|**isSubscribedToAnnouncements** | **Boolean** | | [optional] |
2020
|**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |

docs/GroupMember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
|**roleIds** | **List<String>** | | [optional] |
1616
|**mRoleIds** | **List<String>** | | [optional] |
1717
|**joinedAt** | **OffsetDateTime** | | [optional] |
18-
|**membershipStatus** | **String** | | [optional] |
18+
|**membershipStatus** | **GroupMemberStatus** | | [optional] |
1919
|**visibility** | **String** | | [optional] |
2020
|**isSubscribedToAnnouncements** | **Boolean** | | [optional] |
2121
|**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |

docs/GroupMemberStatus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313

1414
* `INVITED` (value: `"invited"`)
1515

16+
* `BANNED` (value: `"banned"`)
17+
1618

1719

docs/GroupsApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class Example {
9696
|------------- | ------------- | ------------- | -------------|
9797
| **groupId** | **String**| Must be a valid group ID. | |
9898
| **groupGalleryId** | **String**| Must be a valid group gallery ID. | |
99-
| **addGroupGalleryImageRequest** | [**AddGroupGalleryImageRequest**](AddGroupGalleryImageRequest.md)| | [optional] |
99+
| **addGroupGalleryImageRequest** | [**AddGroupGalleryImageRequest**](AddGroupGalleryImageRequest.md)| | |
100100

101101
### Return type
102102

@@ -244,7 +244,7 @@ public class Example {
244244
| Name | Type | Description | Notes |
245245
|------------- | ------------- | ------------- | -------------|
246246
| **groupId** | **String**| Must be a valid group ID. | |
247-
| **banGroupMemberRequest** | [**BanGroupMemberRequest**](BanGroupMemberRequest.md)| | [optional] |
247+
| **banGroupMemberRequest** | [**BanGroupMemberRequest**](BanGroupMemberRequest.md)| | |
248248

249249
### Return type
250250

@@ -386,7 +386,7 @@ public class Example {
386386

387387
| Name | Type | Description | Notes |
388388
|------------- | ------------- | ------------- | -------------|
389-
| **createGroupRequest** | [**CreateGroupRequest**](CreateGroupRequest.md)| | [optional] |
389+
| **createGroupRequest** | [**CreateGroupRequest**](CreateGroupRequest.md)| | |
390390

391391
### Return type
392392

@@ -458,7 +458,7 @@ public class Example {
458458
| Name | Type | Description | Notes |
459459
|------------- | ------------- | ------------- | -------------|
460460
| **groupId** | **String**| Must be a valid group ID. | |
461-
| **createGroupAnnouncementRequest** | [**CreateGroupAnnouncementRequest**](CreateGroupAnnouncementRequest.md)| | [optional] |
461+
| **createGroupAnnouncementRequest** | [**CreateGroupAnnouncementRequest**](CreateGroupAnnouncementRequest.md)| | |
462462

463463
### Return type
464464

@@ -531,7 +531,7 @@ public class Example {
531531
| Name | Type | Description | Notes |
532532
|------------- | ------------- | ------------- | -------------|
533533
| **groupId** | **String**| Must be a valid group ID. | |
534-
| **createGroupGalleryRequest** | [**CreateGroupGalleryRequest**](CreateGroupGalleryRequest.md)| | [optional] |
534+
| **createGroupGalleryRequest** | [**CreateGroupGalleryRequest**](CreateGroupGalleryRequest.md)| | |
535535

536536
### Return type
537537

@@ -603,7 +603,7 @@ public class Example {
603603
| Name | Type | Description | Notes |
604604
|------------- | ------------- | ------------- | -------------|
605605
| **groupId** | **String**| Must be a valid group ID. | |
606-
| **createGroupInviteRequest** | [**CreateGroupInviteRequest**](CreateGroupInviteRequest.md)| | [optional] |
606+
| **createGroupInviteRequest** | [**CreateGroupInviteRequest**](CreateGroupInviteRequest.md)| | |
607607

608608
### Return type
609609

@@ -677,7 +677,7 @@ public class Example {
677677
| Name | Type | Description | Notes |
678678
|------------- | ------------- | ------------- | -------------|
679679
| **groupId** | **String**| Must be a valid group ID. | |
680-
| **createGroupRoleRequest** | [**CreateGroupRoleRequest**](CreateGroupRoleRequest.md)| | [optional] |
680+
| **createGroupRoleRequest** | [**CreateGroupRoleRequest**](CreateGroupRoleRequest.md)| | |
681681

682682
### Return type
683683

@@ -2298,7 +2298,7 @@ public class Example {
22982298
|------------- | ------------- | ------------- | -------------|
22992299
| **groupId** | **String**| Must be a valid group ID. | |
23002300
| **userId** | **String**| Must be a valid user ID. | |
2301-
| **respondGroupJoinRequest** | [**RespondGroupJoinRequest**](RespondGroupJoinRequest.md)| | [optional] |
2301+
| **respondGroupJoinRequest** | [**RespondGroupJoinRequest**](RespondGroupJoinRequest.md)| | |
23022302

23032303
### Return type
23042304

docs/Instance.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
|**hidden** | **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] |
3232
|**friends** | **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] |
3333
|**_private** | **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] |
34+
|**queueEnabled** | **Boolean** | | |
35+
|**queueSize** | **Integer** | | |
36+
|**recommendedCapacity** | **Integer** | | |
37+
|**roleRestricted** | **Boolean** | | |
38+
|**strict** | **Boolean** | | |
39+
|**userCount** | **Integer** | | |
40+
|**world** | [**World**](World.md) | | |
41+
|**users** | [**List<LimitedUser>**](LimitedUser.md) | The users field is present on instances created by the requesting user. | [optional] |
3442

3543

3644

0 commit comments

Comments
 (0)