@@ -55,6 +55,7 @@ docs/CalendarEventDiscoveryScope.md
5555docs/CalendarEventPlatform.md
5656docs/CalendarEventUserInterest.md
5757docs/ChangeUserTagsRequest.md
58+ docs/ChangeWorldTagsRequest.md
5859docs/ContentFilter.md
5960docs/CreateAvatarModerationRequest.md
6061docs/CreateAvatarRequest.md
@@ -68,6 +69,7 @@ docs/CreateGroupPostRequest.md
6869docs/CreateGroupRequest.md
6970docs/CreateGroupRoleRequest.md
7071docs/CreateInstanceRequest.md
72+ docs/CreateJamSubmissionRequest.md
7173docs/CreatePropRequest.md
7274docs/CreateWorldRequest.md
7375docs/CurrentUser.md
@@ -78,6 +80,8 @@ docs/DeveloperType.md
7880docs/Disable2FAResult.md
7981docs/DiscordDetails.md
8082docs/DynamicContentRow.md
83+ docs/EarningsMetrics.md
84+ docs/EarningsMetricsTotals.md
8185docs/EconomyAccount.md
8286docs/EconomyApi.md
8387docs/EquipInventoryItemRequest.md
@@ -173,6 +177,7 @@ docs/InviteRequest.md
173177docs/InviteResponse.md
174178docs/Jam.md
175179docs/JamStateChangeDates.md
180+ docs/JamSubmission.md
176181docs/JamsApi.md
177182docs/JoinGroupRequest.md
178183docs/License.md
@@ -229,12 +234,16 @@ docs/ProductListing.md
229234docs/ProductListingType.md
230235docs/ProductListingVariant.md
231236docs/ProductPurchase.md
237+ docs/ProductPurchaseHistory.md
238+ docs/ProductPurchaseLocationType.md
232239docs/ProductPurchasePurchaseContext.md
240+ docs/ProductPurchaseRecord.md
233241docs/ProductType.md
234242docs/Prop.md
235243docs/PropPublishStatus.md
236244docs/PropUnityPackage.md
237245docs/PropsApi.md
246+ docs/PurchaseContextData.md
238247docs/PurchaseProductListingRequest.md
239248docs/Region.md
240249docs/RegisterUserAccountRequest.md
@@ -246,7 +255,13 @@ docs/RequestInviteRequest.md
246255docs/RespondGroupJoinRequest.md
247256docs/RespondNotificationV2Request.md
248257docs/Response.md
258+ docs/RewardBadge.md
259+ docs/RewardRedemption.md
260+ docs/RewardRedemptionData.md
261+ docs/RewardRedemptionRequest.md
262+ docs/RewardRedemptionResult.md
249263docs/SearchGroupMembers200Response.md
264+ docs/SellerEligibility.md
250265docs/SentNotification.md
251266docs/ServiceQueueStats.md
252267docs/ServiceStatus.md
@@ -257,7 +272,6 @@ docs/Store.md
257272docs/StoreShelf.md
258273docs/StoreType.md
259274docs/StoreView.md
260- docs/Submission.md
261275docs/SubmitModerationReportRequest.md
262276docs/SubmitModerationReportRequestDetails.md
263277docs/Subscription.md
@@ -273,6 +287,7 @@ docs/TransactionStatus.md
273287docs/TransactionSteamInfo.md
274288docs/TransactionSteamWalletInfo.md
275289docs/TransferGroupRequest.md
290+ docs/TutorialStatus.md
276291docs/TwoFactorAuthCode.md
277292docs/TwoFactorEmailCode.md
278293docs/TwoFactorRecoveryCodes.md
@@ -401,6 +416,7 @@ src/VRChat.API/Model/CalendarEventDiscoveryScope.cs
401416src/VRChat.API/Model/CalendarEventPlatform.cs
402417src/VRChat.API/Model/CalendarEventUserInterest.cs
403418src/VRChat.API/Model/ChangeUserTagsRequest.cs
419+ src/VRChat.API/Model/ChangeWorldTagsRequest.cs
404420src/VRChat.API/Model/ContentFilter.cs
405421src/VRChat.API/Model/CreateAvatarModerationRequest.cs
406422src/VRChat.API/Model/CreateAvatarRequest.cs
@@ -414,6 +430,7 @@ src/VRChat.API/Model/CreateGroupPostRequest.cs
414430src/VRChat.API/Model/CreateGroupRequest.cs
415431src/VRChat.API/Model/CreateGroupRoleRequest.cs
416432src/VRChat.API/Model/CreateInstanceRequest.cs
433+ src/VRChat.API/Model/CreateJamSubmissionRequest.cs
417434src/VRChat.API/Model/CreatePropRequest.cs
418435src/VRChat.API/Model/CreateWorldRequest.cs
419436src/VRChat.API/Model/CurrentUser.cs
@@ -424,6 +441,8 @@ src/VRChat.API/Model/DeveloperType.cs
424441src/VRChat.API/Model/Disable2FAResult.cs
425442src/VRChat.API/Model/DiscordDetails.cs
426443src/VRChat.API/Model/DynamicContentRow.cs
444+ src/VRChat.API/Model/EarningsMetrics.cs
445+ src/VRChat.API/Model/EarningsMetricsTotals.cs
427446src/VRChat.API/Model/EconomyAccount.cs
428447src/VRChat.API/Model/EquipInventoryItemRequest.cs
429448src/VRChat.API/Model/Error.cs
@@ -511,6 +530,7 @@ src/VRChat.API/Model/InviteRequest.cs
511530src/VRChat.API/Model/InviteResponse.cs
512531src/VRChat.API/Model/Jam.cs
513532src/VRChat.API/Model/JamStateChangeDates.cs
533+ src/VRChat.API/Model/JamSubmission.cs
514534src/VRChat.API/Model/JoinGroupRequest.cs
515535src/VRChat.API/Model/License.cs
516536src/VRChat.API/Model/LicenseAction.cs
@@ -562,11 +582,15 @@ src/VRChat.API/Model/ProductListing.cs
562582src/VRChat.API/Model/ProductListingType.cs
563583src/VRChat.API/Model/ProductListingVariant.cs
564584src/VRChat.API/Model/ProductPurchase.cs
585+ src/VRChat.API/Model/ProductPurchaseHistory.cs
586+ src/VRChat.API/Model/ProductPurchaseLocationType.cs
565587src/VRChat.API/Model/ProductPurchasePurchaseContext.cs
588+ src/VRChat.API/Model/ProductPurchaseRecord.cs
566589src/VRChat.API/Model/ProductType.cs
567590src/VRChat.API/Model/Prop.cs
568591src/VRChat.API/Model/PropPublishStatus.cs
569592src/VRChat.API/Model/PropUnityPackage.cs
593+ src/VRChat.API/Model/PurchaseContextData.cs
570594src/VRChat.API/Model/PurchaseProductListingRequest.cs
571595src/VRChat.API/Model/Region.cs
572596src/VRChat.API/Model/RegisterUserAccountRequest.cs
@@ -578,7 +602,13 @@ src/VRChat.API/Model/RequestInviteRequest.cs
578602src/VRChat.API/Model/RespondGroupJoinRequest.cs
579603src/VRChat.API/Model/RespondNotificationV2Request.cs
580604src/VRChat.API/Model/Response.cs
605+ src/VRChat.API/Model/RewardBadge.cs
606+ src/VRChat.API/Model/RewardRedemption.cs
607+ src/VRChat.API/Model/RewardRedemptionData.cs
608+ src/VRChat.API/Model/RewardRedemptionRequest.cs
609+ src/VRChat.API/Model/RewardRedemptionResult.cs
581610src/VRChat.API/Model/SearchGroupMembers200Response.cs
611+ src/VRChat.API/Model/SellerEligibility.cs
582612src/VRChat.API/Model/SentNotification.cs
583613src/VRChat.API/Model/ServiceQueueStats.cs
584614src/VRChat.API/Model/ServiceStatus.cs
@@ -589,7 +619,6 @@ src/VRChat.API/Model/Store.cs
589619src/VRChat.API/Model/StoreShelf.cs
590620src/VRChat.API/Model/StoreType.cs
591621src/VRChat.API/Model/StoreView.cs
592- src/VRChat.API/Model/Submission.cs
593622src/VRChat.API/Model/SubmitModerationReportRequest.cs
594623src/VRChat.API/Model/SubmitModerationReportRequestDetails.cs
595624src/VRChat.API/Model/Subscription.cs
@@ -605,6 +634,7 @@ src/VRChat.API/Model/TransactionStatus.cs
605634src/VRChat.API/Model/TransactionSteamInfo.cs
606635src/VRChat.API/Model/TransactionSteamWalletInfo.cs
607636src/VRChat.API/Model/TransferGroupRequest.cs
637+ src/VRChat.API/Model/TutorialStatus.cs
608638src/VRChat.API/Model/TwoFactorAuthCode.cs
609639src/VRChat.API/Model/TwoFactorEmailCode.cs
610640src/VRChat.API/Model/TwoFactorRecoveryCodes.cs
0 commit comments