@nomalism-com/types 0.39.21 → 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,13 +265,11 @@ export type IBrokerTopicPayload = {
|
|
|
265
265
|
warningErrors: string[];
|
|
266
266
|
};
|
|
267
267
|
[IBrokerTopic.dispatch_chat_message]: {
|
|
268
|
-
to:
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}
|
|
274
|
-
];
|
|
268
|
+
to: {
|
|
269
|
+
email: string;
|
|
270
|
+
name: string;
|
|
271
|
+
phone_number: string | null;
|
|
272
|
+
}[];
|
|
275
273
|
reply_url: string;
|
|
276
274
|
document_header_id: string | null;
|
|
277
275
|
document_name: 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.
|
|
4
|
+
"version": "0.39.22",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|