Skip to content

Commit 935d4c7

Browse files
committed
Upgrade C# SDK to spec 1.20.2
1 parent 3385cba commit 935d4c7

File tree

275 files changed

+5943
-380
lines changed

Some content is hidden

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

275 files changed

+5943
-380
lines changed

.openapi-generator/FILES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ docs/AvatarsApi.md
4141
docs/Badge.md
4242
docs/Balance.md
4343
docs/BanGroupMemberRequest.md
44+
docs/CalendarApi.md
45+
docs/CalendarEvent.md
46+
docs/CalendarEventUserInterest.md
4447
docs/ChangeUserTagsRequest.md
4548
docs/CreateAvatarRequest.md
49+
docs/CreateCalendarEventRequest.md
4650
docs/CreateFileRequest.md
4751
docs/CreateFileVersionRequest.md
4852
docs/CreateGroupAnnouncementRequest.md
@@ -80,6 +84,7 @@ docs/FileVersion.md
8084
docs/FileVersionUploadStatus.md
8185
docs/FilesApi.md
8286
docs/FinishFileDataUploadRequest.md
87+
docs/FollowCalendarEventRequest.md
8388
docs/FriendStatus.md
8489
docs/FriendsApi.md
8590
docs/GetGroupPosts200Response.md
@@ -162,6 +167,7 @@ docs/NotificationDetailVoteToKick.md
162167
docs/NotificationType.md
163168
docs/NotificationsApi.md
164169
docs/OrderOption.md
170+
docs/PaginatedCalendarEventList.md
165171
docs/PaginatedGroupAuditLogEntryList.md
166172
docs/PastDisplayName.md
167173
docs/Pending2FAResult.md
@@ -214,6 +220,7 @@ docs/TwoFactorRecoveryCodes.md
214220
docs/TwoFactorRecoveryCodesOtpInner.md
215221
docs/UnityPackage.md
216222
docs/UpdateAvatarRequest.md
223+
docs/UpdateCalendarEventRequest.md
217224
docs/UpdateFavoriteGroupRequest.md
218225
docs/UpdateGroupGalleryRequest.md
219226
docs/UpdateGroupMemberRequest.md
@@ -243,6 +250,7 @@ docs/WorldsApi.md
243250
git_push.sh
244251
src/VRChat.API/Api/AuthenticationApi.cs
245252
src/VRChat.API/Api/AvatarsApi.cs
253+
src/VRChat.API/Api/CalendarApi.cs
246254
src/VRChat.API/Api/EconomyApi.cs
247255
src/VRChat.API/Api/FavoritesApi.cs
248256
src/VRChat.API/Api/FilesApi.cs
@@ -315,8 +323,11 @@ src/VRChat.API/Model/AvatarUnityPackageUrlObject.cs
315323
src/VRChat.API/Model/Badge.cs
316324
src/VRChat.API/Model/Balance.cs
317325
src/VRChat.API/Model/BanGroupMemberRequest.cs
326+
src/VRChat.API/Model/CalendarEvent.cs
327+
src/VRChat.API/Model/CalendarEventUserInterest.cs
318328
src/VRChat.API/Model/ChangeUserTagsRequest.cs
319329
src/VRChat.API/Model/CreateAvatarRequest.cs
330+
src/VRChat.API/Model/CreateCalendarEventRequest.cs
320331
src/VRChat.API/Model/CreateFileRequest.cs
321332
src/VRChat.API/Model/CreateFileVersionRequest.cs
322333
src/VRChat.API/Model/CreateGroupAnnouncementRequest.cs
@@ -351,6 +362,7 @@ src/VRChat.API/Model/FileUploadURL.cs
351362
src/VRChat.API/Model/FileVersion.cs
352363
src/VRChat.API/Model/FileVersionUploadStatus.cs
353364
src/VRChat.API/Model/FinishFileDataUploadRequest.cs
365+
src/VRChat.API/Model/FollowCalendarEventRequest.cs
354366
src/VRChat.API/Model/FriendStatus.cs
355367
src/VRChat.API/Model/GetGroupPosts200Response.cs
356368
src/VRChat.API/Model/GetUserGroupInstances200Response.cs
@@ -425,6 +437,7 @@ src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs
425437
src/VRChat.API/Model/NotificationDetailVoteToKick.cs
426438
src/VRChat.API/Model/NotificationType.cs
427439
src/VRChat.API/Model/OrderOption.cs
440+
src/VRChat.API/Model/PaginatedCalendarEventList.cs
428441
src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs
429442
src/VRChat.API/Model/PastDisplayName.cs
430443
src/VRChat.API/Model/Pending2FAResult.cs
@@ -474,6 +487,7 @@ src/VRChat.API/Model/TwoFactorRecoveryCodes.cs
474487
src/VRChat.API/Model/TwoFactorRecoveryCodesOtpInner.cs
475488
src/VRChat.API/Model/UnityPackage.cs
476489
src/VRChat.API/Model/UpdateAvatarRequest.cs
490+
src/VRChat.API/Model/UpdateCalendarEventRequest.cs
477491
src/VRChat.API/Model/UpdateFavoriteGroupRequest.cs
478492
src/VRChat.API/Model/UpdateGroupGalleryRequest.cs
479493
src/VRChat.API/Model/UpdateGroupMemberRequest.cs

0 commit comments

Comments
 (0)