@nomalism-com/types 0.28.29 → 0.28.31

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,7 +27,7 @@ export interface IPublicFindByOwnerIdResponse extends Pick<DocumentHeader, "cont
27
27
  }
28
28
  export interface ICreateRequest {
29
29
  owner_id: string;
30
- document_header_id: string;
30
+ document_header_id: string | null;
31
31
  message: string;
32
32
  username: string;
33
33
  is_customer: boolean;
@@ -236,6 +236,7 @@ export type IBrokerTopicPayload = {
236
236
  reply_url: string;
237
237
  owner_id: string;
238
238
  document_header_id: string;
239
+ document_name: string;
239
240
  chat_id: string;
240
241
  email_subject?: string;
241
242
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.29",
12
+ "version": "0.28.31",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [