@takosjp/yurucommu-core 3.3.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -147,6 +147,10 @@ export type Env = {
147
147
  // untouched (it is not one of DB/MEDIA/KV/ASSETS). Optional: when unbound the
148
148
  // call routes 503 and the rest of the app serves normally.
149
149
  CALL_SIGNALING?: DurableObjectNamespace;
150
+ // Per-user realtime event stream (talk/typing/read/notification/unread push).
151
+ // Same pass-through; optional: when unbound the realtime routes answer 503
152
+ // and clients fall back to their low-frequency polling loops.
153
+ REALTIME_STREAM?: DurableObjectNamespace;
150
154
  } & EnvVars;
151
155
 
152
156
  export type Variables = {