@nomalism-com/types 0.39.23 → 0.40.1
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.
package/dist/index.cjs
CHANGED
|
@@ -1170,7 +1170,6 @@ __export(route_schema_exports5, {
|
|
|
1170
1170
|
});
|
|
1171
1171
|
import joi6 from "joi";
|
|
1172
1172
|
var createBodyKeys5 = {
|
|
1173
|
-
owner_id: joi6.string().uuid().required(),
|
|
1174
1173
|
document_header_id: joi6.string().uuid().allow(null).required(),
|
|
1175
1174
|
message: joi6.string().required(),
|
|
1176
1175
|
username: joi6.string().required(),
|
package/dist/index.js
CHANGED
|
@@ -1170,7 +1170,6 @@ __export(route_schema_exports5, {
|
|
|
1170
1170
|
});
|
|
1171
1171
|
import joi6 from "joi";
|
|
1172
1172
|
var createBodyKeys5 = {
|
|
1173
|
-
owner_id: joi6.string().uuid().required(),
|
|
1174
1173
|
document_header_id: joi6.string().uuid().allow(null).required(),
|
|
1175
1174
|
message: joi6.string().required(),
|
|
1176
1175
|
username: joi6.string().required(),
|
|
@@ -265,16 +265,13 @@ 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
|
-
|
|
277
|
-
document_header_id: string | null;
|
|
274
|
+
document_header_id: string;
|
|
278
275
|
document_name: string;
|
|
279
276
|
chat_id: string;
|
|
280
277
|
email_subject?: 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.
|
|
4
|
+
"version": "0.40.1",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|