@@ -34,6 +34,7 @@ docs/AgeVerificationStatus.md
3434docs/AuthenticationApi.md
3535docs/Avatar.md
3636docs/AvatarModeration.md
37+ docs/AvatarModerationCreated.md
3738docs/AvatarModerationType.md
3839docs/AvatarPerformance.md
3940docs/AvatarPublishedListingsInner.md
@@ -48,6 +49,7 @@ docs/CalendarApi.md
4849docs/CalendarEvent.md
4950docs/CalendarEventUserInterest.md
5051docs/ChangeUserTagsRequest.md
52+ docs/CreateAvatarModerationRequest.md
5153docs/CreateAvatarRequest.md
5254docs/CreateCalendarEventRequest.md
5355docs/CreateFileRequest.md
@@ -135,14 +137,18 @@ docs/InstanceType.md
135137docs/InstancesApi.md
136138docs/Inventory.md
137139docs/InventoryApi.md
140+ docs/InventoryDefaultAttributesValue.md
141+ docs/InventoryDefaultAttributesValueValidator.md
138142docs/InventoryDrop.md
143+ docs/InventoryEquipSlot.md
139144docs/InventoryFlag.md
140145docs/InventoryItem.md
141146docs/InventoryItemType.md
142147docs/InventoryMetadata.md
143148docs/InventoryNotificationDetails.md
144149docs/InventorySpawn.md
145150docs/InventoryTemplate.md
151+ docs/InventoryUserAttributes.md
146152docs/InviteApi.md
147153docs/InviteMessage.md
148154docs/InviteMessageType.md
@@ -174,6 +180,7 @@ docs/NotificationDetailVoteToKick.md
174180docs/NotificationType.md
175181docs/NotificationsApi.md
176182docs/OkStatus.md
183+ docs/OkStatus2.md
177184docs/OrderOption.md
178185docs/PaginatedCalendarEventList.md
179186docs/PaginatedGroupAuditLogEntryList.md
@@ -219,6 +226,7 @@ docs/Submission.md
219226docs/Subscription.md
220227docs/SubscriptionPeriod.md
221228docs/Success.md
229+ docs/SuccessFlag.md
222230docs/TiliaStatus.md
223231docs/TiliaTOS.md
224232docs/TokenBundle.md
@@ -243,11 +251,13 @@ docs/UpdateGroupRoleRequest.md
243251docs/UpdateInventoryItemRequest.md
244252docs/UpdateInviteMessageRequest.md
245253docs/UpdatePermissionRequest.md
254+ docs/UpdateTiliaTOSRequest.md
246255docs/UpdateUserBadgeRequest.md
247256docs/UpdateUserNoteRequest.md
248257docs/UpdateUserRequest.md
249258docs/UpdateWorldRequest.md
250259docs/User.md
260+ docs/UserCreditsEligible.md
251261docs/UserExists.md
252262docs/UserNote.md
253263docs/UserNoteTargetUser.md
@@ -333,6 +343,7 @@ src/VRChat.API/Model/AdminUnityPackage.cs
333343src/VRChat.API/Model/AgeVerificationStatus.cs
334344src/VRChat.API/Model/Avatar.cs
335345src/VRChat.API/Model/AvatarModeration.cs
346+ src/VRChat.API/Model/AvatarModerationCreated.cs
336347src/VRChat.API/Model/AvatarModerationType.cs
337348src/VRChat.API/Model/AvatarPerformance.cs
338349src/VRChat.API/Model/AvatarPublishedListingsInner.cs
@@ -345,6 +356,7 @@ src/VRChat.API/Model/BanGroupMemberRequest.cs
345356src/VRChat.API/Model/CalendarEvent.cs
346357src/VRChat.API/Model/CalendarEventUserInterest.cs
347358src/VRChat.API/Model/ChangeUserTagsRequest.cs
359+ src/VRChat.API/Model/CreateAvatarModerationRequest.cs
348360src/VRChat.API/Model/CreateAvatarRequest.cs
349361src/VRChat.API/Model/CreateCalendarEventRequest.cs
350362src/VRChat.API/Model/CreateFileRequest.cs
@@ -425,14 +437,18 @@ src/VRChat.API/Model/InstanceRegion.cs
425437src/VRChat.API/Model/InstanceShortNameResponse.cs
426438src/VRChat.API/Model/InstanceType.cs
427439src/VRChat.API/Model/Inventory.cs
440+ src/VRChat.API/Model/InventoryDefaultAttributesValue.cs
441+ src/VRChat.API/Model/InventoryDefaultAttributesValueValidator.cs
428442src/VRChat.API/Model/InventoryDrop.cs
443+ src/VRChat.API/Model/InventoryEquipSlot.cs
429444src/VRChat.API/Model/InventoryFlag.cs
430445src/VRChat.API/Model/InventoryItem.cs
431446src/VRChat.API/Model/InventoryItemType.cs
432447src/VRChat.API/Model/InventoryMetadata.cs
433448src/VRChat.API/Model/InventoryNotificationDetails.cs
434449src/VRChat.API/Model/InventorySpawn.cs
435450src/VRChat.API/Model/InventoryTemplate.cs
451+ src/VRChat.API/Model/InventoryUserAttributes.cs
436452src/VRChat.API/Model/InviteMessage.cs
437453src/VRChat.API/Model/InviteMessageType.cs
438454src/VRChat.API/Model/InviteRequest.cs
@@ -460,6 +476,7 @@ src/VRChat.API/Model/NotificationDetailRequestInviteResponse.cs
460476src/VRChat.API/Model/NotificationDetailVoteToKick.cs
461477src/VRChat.API/Model/NotificationType.cs
462478src/VRChat.API/Model/OkStatus.cs
479+ src/VRChat.API/Model/OkStatus2.cs
463480src/VRChat.API/Model/OrderOption.cs
464481src/VRChat.API/Model/PaginatedCalendarEventList.cs
465482src/VRChat.API/Model/PaginatedGroupAuditLogEntryList.cs
@@ -502,6 +519,7 @@ src/VRChat.API/Model/Submission.cs
502519src/VRChat.API/Model/Subscription.cs
503520src/VRChat.API/Model/SubscriptionPeriod.cs
504521src/VRChat.API/Model/Success.cs
522+ src/VRChat.API/Model/SuccessFlag.cs
505523src/VRChat.API/Model/TiliaStatus.cs
506524src/VRChat.API/Model/TiliaTOS.cs
507525src/VRChat.API/Model/TokenBundle.cs
@@ -526,11 +544,13 @@ src/VRChat.API/Model/UpdateGroupRoleRequest.cs
526544src/VRChat.API/Model/UpdateInventoryItemRequest.cs
527545src/VRChat.API/Model/UpdateInviteMessageRequest.cs
528546src/VRChat.API/Model/UpdatePermissionRequest.cs
547+ src/VRChat.API/Model/UpdateTiliaTOSRequest.cs
529548src/VRChat.API/Model/UpdateUserBadgeRequest.cs
530549src/VRChat.API/Model/UpdateUserNoteRequest.cs
531550src/VRChat.API/Model/UpdateUserRequest.cs
532551src/VRChat.API/Model/UpdateWorldRequest.cs
533552src/VRChat.API/Model/User.cs
553+ src/VRChat.API/Model/UserCreditsEligible.cs
534554src/VRChat.API/Model/UserExists.cs
535555src/VRChat.API/Model/UserNote.cs
536556src/VRChat.API/Model/UserNoteTargetUser.cs
0 commit comments