@jealous-robot-dev/shared-types-responses 1.55.16 → 1.55.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  import { EventTypes, LiveStudioParticipRole } from "@jealous-robot-dev/drophr-common";
2
+ import { MessengerMedia } from "../messenger";
2
3
  export declare enum LiveStudioResponses {
3
4
  OK = "ok",
4
5
  JOIN_LATER = "join later",
@@ -10,8 +11,9 @@ export declare enum LiveStudioResponses {
10
11
  export interface LiveStudioMessage {
11
12
  ts: number;
12
13
  key: string;
13
- text: string;
14
+ text?: string;
14
15
  member: string;
16
+ file?: MessengerMedia;
15
17
  }
16
18
  export interface LiveStudioConversation {
17
19
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.16",
3
+ "version": "1.55.17",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",