@nomalism-com/types 0.39.20 → 0.39.22

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.
@@ -265,15 +265,12 @@ export type IBrokerTopicPayload = {
265
265
  warningErrors: string[];
266
266
  };
267
267
  [IBrokerTopic.dispatch_chat_message]: {
268
- to: [
269
- {
270
- email: string;
271
- name: string;
272
- phone_number: string | null;
273
- }
274
- ];
268
+ to: {
269
+ email: string;
270
+ name: string;
271
+ phone_number: string | null;
272
+ }[];
275
273
  reply_url: string;
276
- owner_id: string;
277
274
  document_header_id: string | null;
278
275
  document_name: string;
279
276
  chat_id: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.39.20",
4
+ "version": "0.39.22",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",