@nomalism-com/types 0.28.23 → 0.28.25

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.
@@ -23,7 +23,6 @@ export interface IChatBalloon {
23
23
  export type IReport = Pick<Entity, "email_processed" | "email_delivered" | "email_opened" | "email_clicked">;
24
24
  export interface IPublicFindByOwnerIdResponse extends Pick<DocumentHeader, "contact_persona_name" | "contact_persona_email" | "contact_persona_telephone"> {
25
25
  last_group_report?: IReport;
26
- documentHeaders?: Pick<DocumentHeader, "id" | "chat_token_id" | "document_number">[];
27
26
  chat: IChatBalloon[];
28
27
  }
29
28
  export interface ICreateRequest {
@@ -235,7 +235,6 @@ export type IBrokerTopicPayload = {
235
235
  phone_number: string | null;
236
236
  reply_url: string;
237
237
  owner_id: string;
238
- document_name: string;
239
238
  chat_id: string;
240
239
  email_subject?: string;
241
240
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.23",
12
+ "version": "0.28.25",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [