@nomalism-com/types 0.29.49 → 0.29.50

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.
@@ -27,6 +27,7 @@ export type IReport = Pick<Entity, "email_processed" | "email_delivered" | "emai
27
27
  export interface IPublicFindActiveByOwnerIdResponse {
28
28
  persona?: Persona.IFindContactPersonaByOwnerId;
29
29
  last_group_report?: IReport;
30
+ id: IChatType;
30
31
  chat: IChatBalloon[];
31
32
  }
32
33
  export interface ICreateRequest {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.29.49",
12
+ "version": "0.29.50",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [