@nomalism-com/types 0.28.34 → 0.28.35

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.
@@ -238,7 +238,7 @@ export type IBrokerTopicPayload = {
238
238
  phone_number: string | null;
239
239
  reply_url: string;
240
240
  owner_id: string;
241
- document_header_id: string;
241
+ document_header_id: string | null;
242
242
  document_name: string;
243
243
  chat_id: string;
244
244
  email_subject?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.28.34",
12
+ "version": "0.28.35",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [