Skip to content

Commit

Permalink
Upgrade C# SDK to spec 1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VRCCat committed Oct 20, 2024
1 parent 70126d0 commit c08e584
Show file tree
Hide file tree
Showing 209 changed files with 3,268 additions and 892 deletions.
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ docs/Favorite.md
docs/FavoriteGroup.md
docs/FavoriteGroupVisibility.md
docs/FavoriteType.md
docs/FavoritedWorld.md
docs/FavoritesApi.md
docs/File.md
docs/FileData.md
Expand Down Expand Up @@ -98,6 +99,9 @@ docs/InviteMessage.md
docs/InviteMessageType.md
docs/InviteRequest.md
docs/InviteResponse.md
docs/Jam.md
docs/JamStateChangeDates.md
docs/JamsApi.md
docs/License.md
docs/LicenseAction.md
docs/LicenseGroup.md
Expand Down Expand Up @@ -137,6 +141,7 @@ docs/RespondGroupJoinRequest.md
docs/Response.md
docs/SentNotification.md
docs/SortOption.md
docs/Submission.md
docs/Subscription.md
docs/SubscriptionPeriod.md
docs/Success.md
Expand Down Expand Up @@ -181,6 +186,7 @@ src/VRChat.API/Api/FriendsApi.cs
src/VRChat.API/Api/GroupsApi.cs
src/VRChat.API/Api/InstancesApi.cs
src/VRChat.API/Api/InviteApi.cs
src/VRChat.API/Api/JamsApi.cs
src/VRChat.API/Api/NotificationsApi.cs
src/VRChat.API/Api/PermissionsApi.cs
src/VRChat.API/Api/PlayermoderationApi.cs
Expand Down Expand Up @@ -249,6 +255,7 @@ src/VRChat.API/Model/Favorite.cs
src/VRChat.API/Model/FavoriteGroup.cs
src/VRChat.API/Model/FavoriteGroupVisibility.cs
src/VRChat.API/Model/FavoriteType.cs
src/VRChat.API/Model/FavoritedWorld.cs
src/VRChat.API/Model/File.cs
src/VRChat.API/Model/FileData.cs
src/VRChat.API/Model/FileStatus.cs
Expand Down Expand Up @@ -293,6 +300,8 @@ src/VRChat.API/Model/InviteMessage.cs
src/VRChat.API/Model/InviteMessageType.cs
src/VRChat.API/Model/InviteRequest.cs
src/VRChat.API/Model/InviteResponse.cs
src/VRChat.API/Model/Jam.cs
src/VRChat.API/Model/JamStateChangeDates.cs
src/VRChat.API/Model/License.cs
src/VRChat.API/Model/LicenseAction.cs
src/VRChat.API/Model/LicenseGroup.cs
Expand Down Expand Up @@ -329,6 +338,7 @@ src/VRChat.API/Model/RespondGroupJoinRequest.cs
src/VRChat.API/Model/Response.cs
src/VRChat.API/Model/SentNotification.cs
src/VRChat.API/Model/SortOption.cs
src/VRChat.API/Model/Submission.cs
src/VRChat.API/Model/Subscription.cs
src/VRChat.API/Model/SubscriptionPeriod.cs
src/VRChat.API/Model/Success.cs
Expand Down
37 changes: 37 additions & 0 deletions docs/FavoritedWorld.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# VRChat.API.Model.FavoritedWorld

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. |
**AuthorName** | **string** | |
**Capacity** | **int** | |
**Description** | **string** | |
**RecommendedCapacity** | **int** | | [optional]
**CreatedAt** | **DateTime** | |
**Favorites** | **int** | | [default to 0]
**FavoriteGroup** | **string** | |
**FavoriteId** | **string** | |
**Featured** | **bool** | | [default to false]
**Visits** | **int** | | [optional] [default to 0]
**Heat** | **int** | | [default to 0]
**Id** | **string** | WorldID be \"offline\" on User profiles if you are not friends with that user. |
**ImageUrl** | **string** | |
**LabsPublicationDate** | **string** | |
**Name** | **string** | |
**Occupants** | **int** | | [default to 0]
**Organization** | **string** | | [default to "vrchat"]
**Popularity** | **int** | | [default to 0]
**PreviewYoutubeId** | **string** | | [optional]
**PublicationDate** | **string** | |
**ReleaseStatus** | **ReleaseStatus** | |
**Tags** | **List<string>** | |
**ThumbnailImageUrl** | **string** | |
**UnityPackages** | [**List<UnityPackage>**](UnityPackage.md) | |
**UpdatedAt** | **DateTime** | |
**UdonProducts** | **List<string>** | | [optional]
**_Version** | **int** | |

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

2 changes: 1 addition & 1 deletion docs/GroupMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AcceptedByDisplayName** | **string** | | [optional]
**AcceptedById** | **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]
**AcceptedById** | **string** | | [optional]
**Id** | **string** | | [optional]
**GroupId** | **string** | | [optional]
**UserId** | **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]
Expand Down
2 changes: 1 addition & 1 deletion docs/GroupMyMember.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Name | Type | Description | Notes
**UserId** | **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]
**RoleIds** | **List<string>** | | [optional]
**AcceptedByDisplayName** | **string** | | [optional]
**AcceptedById** | **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]
**AcceptedById** | **string** | | [optional]
**CreatedAt** | **DateTime** | | [optional]
**ManagerNotes** | **string** | | [optional]
**MembershipStatus** | **string** | | [optional]
Expand Down
19 changes: 19 additions & 0 deletions docs/Jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# VRChat.API.Model.Jam

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Description** | **string** | |
**Id** | **string** | |
**IsVisible** | **bool** | |
**MoreInfo** | **string** | |
**State** | **string** | One of: - submissions_open - closed |
**StateChangeDates** | [**JamStateChangeDates**](JamStateChangeDates.md) | |
**SubmissionContentGateDate** | **DateTime?** | |
**SubmissionContentGated** | **bool** | |
**Title** | **string** | |
**UpdatedAt** | **DateTime** | |

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

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Closed** | **DateTime?** | | [optional]
**SubmissionsClosed** | **DateTime?** | | [optional]
**SubmissionsOpened** | **DateTime?** | | [optional]
**WinnersSelected** | **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)

Loading

0 comments on commit c08e584

Please sign in to comment.