@jealous-robot-dev/shared-types-responses 1.44.5 → 1.44.6

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.
@@ -117,11 +117,7 @@ export interface LiveRoomServerChatMessageNew extends LiveRoomServerMinimumPaylo
117
117
  thread_id: string;
118
118
  msg_id: number;
119
119
  text?: string;
120
- attacment?: {
121
- id: string;
122
- extension: string;
123
- displayName: string;
124
- };
120
+ attachment?: MessengerMedia;
125
121
  }
126
122
  export interface LiveRoomServerChatMessageEdited extends LiveRoomServerMinimumPayload {
127
123
  audience: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.44.5",
3
+ "version": "1.44.6",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",