mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 23:21:30 -07:00
[match] the other v2 invite endpoint
This commit is contained in:
@@ -278,10 +278,11 @@ export const NotifyDisconnectRequest = z.object({
|
||||
* matchmakes that post no body at all.
|
||||
*
|
||||
* This is the whole body of the target-less matchmakes (`/matchmake/dorm`,
|
||||
* `/matchmake/none`, `/matchmake/player/:id`, `/matchmake/instance/:id`), which is why
|
||||
* it's a schema of its own; the room matchmakes extend it. Other fields the client sends
|
||||
* (`LoginLock`, `MaxPersistenceVersion`, `VoiceServerVersion`,
|
||||
* `BypassMovementModeRestriction`) are accepted and ignored.
|
||||
* `/matchmake/none`, `/matchmake/player/:id`, `/matchmake/v2/player/:id`,
|
||||
* `/matchmake/instance/:id`), which is why it's a schema of its own; the room matchmakes
|
||||
* extend it. Other fields the client sends (`LoginLock`, `MaxPersistenceVersion`,
|
||||
* `VoiceServerVersion`, `BypassMovementModeRestriction`, `PlayerIsPartyMember`) are
|
||||
* accepted and ignored.
|
||||
*/
|
||||
export const CorrelationIdRequest = z.object({
|
||||
CorrelationId: z.string().optional().describe('Per-attempt GUID; echoed on the response'),
|
||||
|
||||
Reference in New Issue
Block a user