@jealous-robot-dev/shared-types-responses 1.43.9 → 1.43.10

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.
@@ -108,9 +108,9 @@ export interface LiveRoomServerMediaShareStoped extends LiveRoomServerMediaPaylo
108
108
  }
109
109
  export interface LiveRoomServerMediaShareStop extends LiveRoomServerTargetedMediaPayload {
110
110
  }
111
- export interface LiveRoomServerMicrophoneDisconnected extends LiveRoomServerMediaPayload {
111
+ export interface LiveRoomServerMicrophoneDisconnected extends LiveRoomServerMinimumPayload {
112
112
  }
113
- export interface LiveRoomServerMicrophoneConnected extends LiveRoomServerMediaPayload {
113
+ export interface LiveRoomServerMicrophoneConnected extends LiveRoomServerMinimumPayload {
114
114
  }
115
115
  export interface LiveRoomServerChatMessageNew extends LiveRoomServerMinimumPayload {
116
116
  audience: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.43.9",
3
+ "version": "1.43.10",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",