@nomalism-com/types 0.33.50 → 0.33.51

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.
@@ -279,9 +279,13 @@ export type IBrokerTopicPayload = {
279
279
  warningErrors: string[];
280
280
  };
281
281
  [IBrokerTopic.dispatch_chat_message]: {
282
- email: string;
283
- name: string;
284
- phone_number: string | null;
282
+ to: [
283
+ {
284
+ email: string;
285
+ name: string;
286
+ phone_number: string | null;
287
+ }
288
+ ];
285
289
  reply_url: string;
286
290
  owner_id: string;
287
291
  document_header_id: string | null;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.33.50",
12
+ "version": "0.33.51",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [