Skip to content

Commit

Permalink
ci(test: 2024-11-16): new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2024
1 parent caf4c4f commit 0b7a6a0
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 28 deletions.
6 changes: 5 additions & 1 deletion data/requests/economy/getcurrentsubscriptions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# getCurrentSubscriptions

## Issues
Response schema mismatch:
* Unexpected property at ``#/0/isGiftDrop``.
## Request
`GET https://api.vrchat.cloud/api/1/auth/user/subscription`

Expand Down Expand Up @@ -45,7 +48,8 @@
"licenseGroups": [
"lgrp_608513da-b213-4e15-80af-bd88c27f0979"
],
"isGift": false
"isGift": false,
"isGiftDrop": false
}
]
```
24 changes: 24 additions & 0 deletions data/requests/economy/getlicensegroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@
"name": "vrcplus",
"description": "VRC+ benefits",
"licenses": [
{
"forId": "prms_6d2096bc-22c4-4f7e-a4e6-7f46b18bb2fc",
"forType": "permission",
"forName": "permission-user-prints",
"forAction": "have"
},
{
"forId": "prms_f3ca998c-6e10-4b9e-b05f-9c06abf3ce32",
"forType": "permission",
"forName": "permission-user-prints-upload",
"forAction": "have"
},
{
"forId": "prms_ac1c3d9e-ffcf-474a-9f3f-32f11c24835a",
"forType": "permission",
"forName": "permission-user-prints-gallery-vrcplus",
"forAction": "have"
},
{
"forId": "prms_f3639e26-cacf-4d42-a23d-7f6dca329fd6",
"forType": "permission",
"forName": "permission-user-prints-gallery-free",
"forAction": "have"
},
{
"forId": "prms_f2ccb432-81d3-41d7-9af6-6d3893f1840f",
"forType": "permission",
Expand Down
48 changes: 44 additions & 4 deletions data/requests/permissions/getassignedpermissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
## Issues
Response schema mismatch:
* Unexpected property at ``#/0data/max``,
* Unexpected property at ``#/1data/max``,
* Unexpected property at ``#/2data/max``,
* Unexpected property at ``#/3data/max``,
* Unexpected property at ``#/7data/maxFavoritesPerGroup``,
* Unexpected property at ``#/7data/maxFavoriteGroups``,
* Unexpected property at ``#/8data/tags``,
* Unexpected property at ``#/8data/badges``.
* Unexpected property at ``#/4data/max``,
* Unexpected property at ``#/7data/max``,
* Unexpected property at ``#/11data/maxFavoritesPerGroup``,
* Unexpected property at ``#/11data/maxFavoriteGroups``,
* Unexpected property at ``#/12data/tags``,
* Unexpected property at ``#/12data/badges``.
## Request
`GET https://api.vrchat.cloud/api/1/auth/permissions`

Expand Down Expand Up @@ -35,6 +39,42 @@ Response schema mismatch:

```jsonc
[
{
"id": "prms_6d2096bc-22c4-4f7e-a4e6-7f46b18bb2fc",
"ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
"ownerDisplayName": "Nyx",
"name": "permission-user-prints",
"data": {
"max": 64
}
},
{
"id": "prms_ac1c3d9e-ffcf-474a-9f3f-32f11c24835a",
"ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
"ownerDisplayName": "Nyx",
"name": "permission-user-prints-gallery-vrcplus",
"data": {
"max": 60
}
},
{
"id": "prms_f3639e26-cacf-4d42-a23d-7f6dca329fd6",
"ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
"ownerDisplayName": "Nyx",
"name": "permission-user-prints-gallery-free",
"data": {
"max": 60
}
},
{
"id": "prms_f3ca998c-6e10-4b9e-b05f-9c06abf3ce32",
"ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
"ownerDisplayName": "Nyx",
"name": "permission-user-prints-upload",
"data": {
"max": 60
}
},
{
"id": "prms_f2ccb432-81d3-41d7-9af6-6d3893f1840f",
"ownerId": "usr_bc012e97-a292-4abc-b4e6-f9edcc8c0d2b",
Expand Down
16 changes: 9 additions & 7 deletions data/requests/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ Response schema mismatch:

## [Economy](/data/requests/economy)

#### [getCurrentSubscriptions](/data/requests/economy/getcurrentsubscriptions.md)

Response schema mismatch:
* Unexpected property at ``#/0/isGiftDrop``.

#### [getSteamTransaction](/data/requests/economy/getsteamtransaction.md)

Response schema mismatch:
Expand All @@ -144,9 +149,6 @@ Response schema mismatch:
* Invalid type at ``#/1/agreement``,
* Invalid type at ``#/2/agreement``.

#### [getCurrentSubscriptions](/data/requests/economy/getcurrentsubscriptions.md)


#### [getSubscriptions](/data/requests/economy/getsubscriptions.md)


Expand Down Expand Up @@ -274,10 +276,10 @@ Response schema mismatch:

Response schema mismatch:
* Unexpected property at ``#/0data/max``,
* Unexpected property at ``#/3data/max``,
* Unexpected property at ``#/7data/maxFavoritesPerGroup``,
* Unexpected property at ``#/1data/max``,
* Unexpected property at ``#/2data/max``,

*3 issues truncated.*
*7 issues truncated.*
#### [getPermission](/data/requests/permissions/getpermission.md)


Expand Down Expand Up @@ -334,7 +336,7 @@ Response schema mismatch:
* Missing property at ``#/avatarPerfLimiter/PC/allowed``,
* Missing property at ``#/avatarPerfLimiter/Pico/allowed``,

*25 issues truncated.*
*26 issues truncated.*
#### [getCurrentOnlineUsers](/data/requests/system/getcurrentonlineusers.md)


Expand Down
33 changes: 17 additions & 16 deletions data/requests/system/getconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,24 @@ Response schema mismatch:
* Unexpected property at ``#/reportOptions/group``,
* Unexpected property at ``#/reportOptions/user``,
* Unexpected property at ``#/reportOptions/world``,
* Unexpected property at ``#/SteamCursed``,
* Unexpected property at ``#/attachmentDisplaySystem``,
* Unexpected property at ``#/baristaGenderCommitRolloverPrint``,
* Unexpected property at ``#/colliderLoopBaguette``,
* Unexpected property at ``#/copyRouteDuckingTtlSort``,
* Unexpected property at ``#/createdPaginationAnalysisJump``,
* Unexpected property at ``#/crudSchedulingCompileReplica``,
* Unexpected property at ``#/executeMessageLocationRequest``,
* Unexpected property at ``#/expiresSchedulerInstallSlicing``,
* Unexpected property at ``#/multigrainRotationCopySearch``,
* Unexpected property at ``#/protocolWebsocketGenerate``,
* Unexpected property at ``#/requestChurnLimiterCopy``,
* Unexpected property at ``#/ClipHeightRumor``,
* Unexpected property at ``#/EntryOnlyUsageStartEternal``,
* Unexpected property at ``#/analysisDraft``,
* Unexpected property at ``#/barrierForwardZoneStore``,
* Unexpected property at ``#/barrierHealth``,
* Unexpected property at ``#/cacheMethodReaderSteam``,
* Unexpected property at ``#/clipGroupRelaadventure``,
* Unexpected property at ``#/firewallCappuccinoPodTerminalStack``,
* Unexpected property at ``#/latteUpKernel``,
* Unexpected property at ``#/performanceSetUpdatePlainOnly``,
* Unexpected property at ``#/rankDaemon``,
* Unexpected property at ``#/requireAgeVerificationBetaTag``,
* Unexpected property at ``#/resortUnityReferencePlainBracket``,
* Unexpected property at ``#/ryeQueryClipboardResortSourdough``,
* Unexpected property at ``#/ticketPitaWebsocketAvatarLibrary``,
* Unexpected property at ``#/tracingPreviousYachtCompile``.
* Unexpected property at ``#/rumorHelp``,
* Unexpected property at ``#/signCloudPlugin``,
* Unexpected property at ``#/signPocketBehaviorLatteCloth``,
* Unexpected property at ``#/trackerUpload``,
* Unexpected property at ``#/trustedFpsThunderLoafFile``,
* Unexpected property at ``#/unityPodBlinkPaginationApi``.
## Request
`GET https://api.vrchat.cloud/api/1/config`

Expand Down

0 comments on commit 0b7a6a0

Please sign in to comment.