@nomalism-com/types 0.28.27 → 0.28.28

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.
@@ -71,6 +71,7 @@ export type EmailLog = {
71
71
  id: string;
72
72
  template: string;
73
73
  owner_id: string | null;
74
+ document_header_id: string | null;
74
75
  chat_id: string | null;
75
76
  variables: unknown;
76
77
  mail_options: unknown;
@@ -15,6 +15,7 @@ import type { IFindProposals } from "../../modules/supply/orderManagement/interf
15
15
  export type Chat = {
16
16
  id: string;
17
17
  owner_id: string;
18
+ document_header_id: string;
18
19
  message: string;
19
20
  email_processed: boolean;
20
21
  email_delivered: boolean;
@@ -235,6 +235,7 @@ export type IBrokerTopicPayload = {
235
235
  phone_number: string | null;
236
236
  reply_url: string;
237
237
  owner_id: string;
238
+ document_header_id: string;
238
239
  chat_id: string;
239
240
  email_subject?: string;
240
241
  created_by: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.27",
12
+ "version": "0.28.28",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [