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