@nomalism-com/types 1.3.27 → 1.3.28
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5575,7 +5575,7 @@ var createOrUpdateBodyKeys2 = {
|
|
|
5575
5575
|
var createOrUpdateBody2 = joi10.object().keys(createOrUpdateBodyKeys2).messages(messages);
|
|
5576
5576
|
var findByParamsKeys = {
|
|
5577
5577
|
owner_id: joi10.string().uuid().required(),
|
|
5578
|
-
chat_document_header_id: joi10.string().uuid().
|
|
5578
|
+
chat_document_header_id: joi10.string().uuid().required()
|
|
5579
5579
|
};
|
|
5580
5580
|
var findByParams = joi10.object().keys(findByParamsKeys).messages(messages);
|
|
5581
5581
|
|
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": "1.3.
|
|
4
|
+
"version": "1.3.28",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|