Skip to content

Commit

Permalink
Upgrade C# SDK to spec 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Apr 23, 2024
1 parent 60c8e69 commit 860b7a0
Show file tree
Hide file tree
Showing 171 changed files with 1,880 additions and 202 deletions.
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ docs/CreateFileVersionRequest.md
docs/CreateGroupAnnouncementRequest.md
docs/CreateGroupGalleryRequest.md
docs/CreateGroupInviteRequest.md
docs/CreateGroupPostRequest.md
docs/CreateGroupRequest.md
docs/CreateGroupRoleRequest.md
docs/CreateWorldRequest.md
Expand Down Expand Up @@ -59,6 +60,8 @@ docs/GroupMemberLimitedUser.md
docs/GroupMemberStatus.md
docs/GroupMyMember.md
docs/GroupPermission.md
docs/GroupPost.md
docs/GroupPostVisibility.md
docs/GroupPrivacy.md
docs/GroupRole.md
docs/GroupRoleTemplate.md
Expand Down Expand Up @@ -193,6 +196,7 @@ src/VRChat.API/Model/CreateFileVersionRequest.cs
src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs
src/VRChat.API/Model/CreateGroupGalleryRequest.cs
src/VRChat.API/Model/CreateGroupInviteRequest.cs
src/VRChat.API/Model/CreateGroupPostRequest.cs
src/VRChat.API/Model/CreateGroupRequest.cs
src/VRChat.API/Model/CreateGroupRoleRequest.cs
src/VRChat.API/Model/CreateWorldRequest.cs
Expand Down Expand Up @@ -229,6 +233,8 @@ src/VRChat.API/Model/GroupMemberLimitedUser.cs
src/VRChat.API/Model/GroupMemberStatus.cs
src/VRChat.API/Model/GroupMyMember.cs
src/VRChat.API/Model/GroupPermission.cs
src/VRChat.API/Model/GroupPost.cs
src/VRChat.API/Model/GroupPostVisibility.cs
src/VRChat.API/Model/GroupPrivacy.cs
src/VRChat.API/Model/GroupRole.cs
src/VRChat.API/Model/GroupRoleTemplate.cs
Expand Down
15 changes: 15 additions & 0 deletions docs/CreateGroupPostRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# VRChat.API.Model.CreateGroupPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Title** | **string** | Post title |
**Text** | **string** | Post text |
**ImageId** | **string** | | [optional]
**SendNotification** | **bool** | Send notification to group members. | [default to false]
**RoleIds** | **List<string>** | | [optional]
**Visibility** | **GroupPostVisibility** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

21 changes: 21 additions & 0 deletions docs/GroupPost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# VRChat.API.Model.GroupPost

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | | [optional]
**GroupId** | **string** | | [optional]
**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]
**EditorId** | **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]
**Visibility** | **GroupPostVisibility** | | [optional]
**RoleId** | **List<string>** | | [optional]
**Title** | **string** | | [optional]
**Text** | **string** | | [optional]
**ImageId** | **string** | | [optional]
**ImageUrl** | **string** | | [optional]
**CreatedAt** | **DateTime** | | [optional]
**UpdatedAt** | **DateTime** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

9 changes: 9 additions & 0 deletions docs/GroupPostVisibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# VRChat.API.Model.GroupPostVisibility

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading

0 comments on commit 860b7a0

Please sign in to comment.