feat(auth): bind binders accept (realtime, realtimeRegistry) params

Extend bindProductionAuth and bindDevSeedAuth to 7-arg signatures.
Fix RecordingRealtimeBroadcaster scope type to structurally match ChannelScope.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 22:41:04 +02:00
parent 71c1a6c216
commit 7e1d2d5c4b
6 changed files with 33 additions and 6 deletions

View File

@@ -21,6 +21,7 @@
},
"dependencies": {
"@repo/core-events": "workspace:*",
"@repo/core-realtime": "workspace:*",
"@repo/core-shared": "workspace:*",
"@trpc/server": "^11.0.0",
"inversify": "^6.2.0",