| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,6 +50,7 @@ docs/GroupAnnouncement.md | |||
| 50 | 50 | docs/GroupAuditLogEntry.md | |
| 51 | 51 | docs/GroupGallery.md | |
| 52 | 52 | docs/GroupGalleryImage.md | |
| 53 | + docs/GroupJoinRequestAction.md | ||
| 53 | 54 | docs/GroupJoinState.md | |
| 54 | 55 | docs/GroupLimitedMember.md | |
| 55 | 56 | docs/GroupMember.md | |
@@ -226,6 +227,7 @@ src/main/java/io/github/vrchatapi/model/GroupAnnouncement.java | |||
| 226 | 227 | src/main/java/io/github/vrchatapi/model/GroupAuditLogEntry.java | |
| 227 | 228 | src/main/java/io/github/vrchatapi/model/GroupGallery.java | |
| 228 | 229 | src/main/java/io/github/vrchatapi/model/GroupGalleryImage.java | |
| 230 | + src/main/java/io/github/vrchatapi/model/GroupJoinRequestAction.java | ||
| 229 | 231 | src/main/java/io/github/vrchatapi/model/GroupJoinState.java | |
| 230 | 232 | src/main/java/io/github/vrchatapi/model/GroupLimitedMember.java | |
| 231 | 233 | src/main/java/io/github/vrchatapi/model/GroupMember.java | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ apply plugin: 'java' | |||
| 4 | 4 | apply plugin: 'com.diffplug.spotless' | |
| 5 | 5 | ||
| 6 | 6 | group = 'io.github.vrchatapi' | |
| 7 | - version = '1.16.7' | ||
| 7 | + version = '1.16.8' | ||
| 8 | 8 | ||
| 9 | 9 | buildscript { | |
| 10 | 10 | repositories { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")). | |||
| 2 | 2 | settings( | |
| 3 | 3 | organization := "io.github.vrchatapi", | |
| 4 | 4 | name := "vrchatapi", | |
| 5 | - version := "1.16.7", | ||
| 5 | + version := "1.16.8", | ||
| 6 | 6 | scalaVersion := "2.11.4", | |
| 7 | 7 | scalacOptions ++= Seq("-feature"), | |
| 8 | 8 | javacOptions in compile ++= Seq("-Xlint:deprecation"), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -345,7 +345,7 @@ public class Example { | |||
| 345 | 345 | ||
| 346 | 346 | | Name | Type | Description | Notes | | |
| 347 | 347 | |------------- | ------------- | ------------- | -------------| | |
| 348 | - | **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional] | | ||
| 348 | + | **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | | | ||
| 349 | 349 | ||
| 350 | 350 | ### Return type | |
| 351 | 351 | ||
@@ -415,7 +415,7 @@ public class Example { | |||
| 415 | 415 | ||
| 416 | 416 | | Name | Type | Description | Notes | | |
| 417 | 417 | |------------- | ------------- | ------------- | -------------| | |
| 418 | - | **twoFactorEmailCode** | [**TwoFactorEmailCode**](TwoFactorEmailCode.md)| | [optional] | | ||
| 418 | + | **twoFactorEmailCode** | [**TwoFactorEmailCode**](TwoFactorEmailCode.md)| | | | ||
| 419 | 419 | ||
| 420 | 420 | ### Return type | |
| 421 | 421 | ||
@@ -551,7 +551,7 @@ public class Example { | |||
| 551 | 551 | ||
| 552 | 552 | | Name | Type | Description | Notes | | |
| 553 | 553 | |------------- | ------------- | ------------- | -------------| | |
| 554 | - | **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | [optional] | | ||
| 554 | + | **twoFactorAuthCode** | [**TwoFactorAuthCode**](TwoFactorAuthCode.md)| | | | ||
| 555 | 555 | ||
| 556 | 556 | ### Return type | |
| 557 | 557 | ||
| Original file line number | Diff line number | Diff 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 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | |**roleIds** | **List<String>** | | [optional] | | |
| 15 | 15 | |**mRoleIds** | **List<String>** | | [optional] | | |
| 16 | 16 | |**joinedAt** | **OffsetDateTime** | | [optional] | | |
| 17 | - |**membershipStatus** | **String** | | [optional] | | ||
| 17 | + |**membershipStatus** | **GroupMemberStatus** | | [optional] | | ||
| 18 | 18 | |**visibility** | **String** | | [optional] | | |
| 19 | 19 | |**isSubscribedToAnnouncements** | **Boolean** | | [optional] | | |
| 20 | 20 | |**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | |**roleIds** | **List<String>** | | [optional] | | |
| 16 | 16 | |**mRoleIds** | **List<String>** | | [optional] | | |
| 17 | 17 | |**joinedAt** | **OffsetDateTime** | | [optional] | | |
| 18 | - |**membershipStatus** | **String** | | [optional] | | ||
| 18 | + |**membershipStatus** | **GroupMemberStatus** | | [optional] | | ||
| 19 | 19 | |**visibility** | **String** | | [optional] | | |
| 20 | 20 | |**isSubscribedToAnnouncements** | **Boolean** | | [optional] | | |
| 21 | 21 | |**createdAt** | **OffsetDateTime** | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,5 +13,7 @@ | |||
| 13 | 13 | ||
| 14 | 14 | * `INVITED` (value: `"invited"`) | |
| 15 | 15 | ||
| 16 | + * `BANNED` (value: `"banned"`) | ||
| 17 | + | ||
| 16 | 18 | ||
| 17 | 19 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,7 +96,7 @@ public class Example { | |||
| 96 | 96 | |------------- | ------------- | ------------- | -------------| | |
| 97 | 97 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 98 | 98 | | **groupGalleryId** | **String**| Must be a valid group gallery ID. | | | |
| 99 | - | **addGroupGalleryImageRequest** | [**AddGroupGalleryImageRequest**](AddGroupGalleryImageRequest.md)| | [optional] | | ||
| 99 | + | **addGroupGalleryImageRequest** | [**AddGroupGalleryImageRequest**](AddGroupGalleryImageRequest.md)| | | | ||
| 100 | 100 | ||
| 101 | 101 | ### Return type | |
| 102 | 102 | ||
@@ -244,7 +244,7 @@ public class Example { | |||
| 244 | 244 | | Name | Type | Description | Notes | | |
| 245 | 245 | |------------- | ------------- | ------------- | -------------| | |
| 246 | 246 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 247 | - | **banGroupMemberRequest** | [**BanGroupMemberRequest**](BanGroupMemberRequest.md)| | [optional] | | ||
| 247 | + | **banGroupMemberRequest** | [**BanGroupMemberRequest**](BanGroupMemberRequest.md)| | | | ||
| 248 | 248 | ||
| 249 | 249 | ### Return type | |
| 250 | 250 | ||
@@ -386,7 +386,7 @@ public class Example { | |||
| 386 | 386 | ||
| 387 | 387 | | Name | Type | Description | Notes | | |
| 388 | 388 | |------------- | ------------- | ------------- | -------------| | |
| 389 | - | **createGroupRequest** | [**CreateGroupRequest**](CreateGroupRequest.md)| | [optional] | | ||
| 389 | + | **createGroupRequest** | [**CreateGroupRequest**](CreateGroupRequest.md)| | | | ||
| 390 | 390 | ||
| 391 | 391 | ### Return type | |
| 392 | 392 | ||
@@ -458,7 +458,7 @@ public class Example { | |||
| 458 | 458 | | Name | Type | Description | Notes | | |
| 459 | 459 | |------------- | ------------- | ------------- | -------------| | |
| 460 | 460 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 461 | - | **createGroupAnnouncementRequest** | [**CreateGroupAnnouncementRequest**](CreateGroupAnnouncementRequest.md)| | [optional] | | ||
| 461 | + | **createGroupAnnouncementRequest** | [**CreateGroupAnnouncementRequest**](CreateGroupAnnouncementRequest.md)| | | | ||
| 462 | 462 | ||
| 463 | 463 | ### Return type | |
| 464 | 464 | ||
@@ -531,7 +531,7 @@ public class Example { | |||
| 531 | 531 | | Name | Type | Description | Notes | | |
| 532 | 532 | |------------- | ------------- | ------------- | -------------| | |
| 533 | 533 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 534 | - | **createGroupGalleryRequest** | [**CreateGroupGalleryRequest**](CreateGroupGalleryRequest.md)| | [optional] | | ||
| 534 | + | **createGroupGalleryRequest** | [**CreateGroupGalleryRequest**](CreateGroupGalleryRequest.md)| | | | ||
| 535 | 535 | ||
| 536 | 536 | ### Return type | |
| 537 | 537 | ||
@@ -603,7 +603,7 @@ public class Example { | |||
| 603 | 603 | | Name | Type | Description | Notes | | |
| 604 | 604 | |------------- | ------------- | ------------- | -------------| | |
| 605 | 605 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 606 | - | **createGroupInviteRequest** | [**CreateGroupInviteRequest**](CreateGroupInviteRequest.md)| | [optional] | | ||
| 606 | + | **createGroupInviteRequest** | [**CreateGroupInviteRequest**](CreateGroupInviteRequest.md)| | | | ||
| 607 | 607 | ||
| 608 | 608 | ### Return type | |
| 609 | 609 | ||
@@ -677,7 +677,7 @@ public class Example { | |||
| 677 | 677 | | Name | Type | Description | Notes | | |
| 678 | 678 | |------------- | ------------- | ------------- | -------------| | |
| 679 | 679 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 680 | - | **createGroupRoleRequest** | [**CreateGroupRoleRequest**](CreateGroupRoleRequest.md)| | [optional] | | ||
| 680 | + | **createGroupRoleRequest** | [**CreateGroupRoleRequest**](CreateGroupRoleRequest.md)| | | | ||
| 681 | 681 | ||
| 682 | 682 | ### Return type | |
| 683 | 683 | ||
@@ -2298,7 +2298,7 @@ public class Example { | |||
| 2298 | 2298 | |------------- | ------------- | ------------- | -------------| | |
| 2299 | 2299 | | **groupId** | **String**| Must be a valid group ID. | | | |
| 2300 | 2300 | | **userId** | **String**| Must be a valid user ID. | | | |
| 2301 | - | **respondGroupJoinRequest** | [**RespondGroupJoinRequest**](RespondGroupJoinRequest.md)| | [optional] | | ||
| 2301 | + | **respondGroupJoinRequest** | [**RespondGroupJoinRequest**](RespondGroupJoinRequest.md)| | | | ||
| 2302 | 2302 | ||
| 2303 | 2303 | ### Return type | |
| 2304 | 2304 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,14 @@ | |||
| 31 | 31 | |**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] | | |
| 32 | 32 | |**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] | | |
| 33 | 33 | |**_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] | | ||
| 34 | 42 | ||
| 35 | 43 | ||
| 36 | 44 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments