@nomalism-com/types 0.43.23 → 0.43.24
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5687,7 +5687,7 @@ var createOrUpdateBodyKeys2 = {
|
|
|
5687
5687
|
var createOrUpdateBody2 = joi105.object().keys(createOrUpdateBodyKeys2).messages(messages);
|
|
5688
5688
|
var findByParamsKeys = {
|
|
5689
5689
|
owner_id: joi105.string().uuid().required(),
|
|
5690
|
-
chat_document_header_id: joi105.string().uuid().
|
|
5690
|
+
chat_document_header_id: joi105.string().uuid().required()
|
|
5691
5691
|
};
|
|
5692
5692
|
var findByParams = joi105.object().keys(findByParamsKeys).messages(messages);
|
|
5693
5693
|
|
package/dist/index.js
CHANGED
|
@@ -5687,7 +5687,7 @@ var createOrUpdateBodyKeys2 = {
|
|
|
5687
5687
|
var createOrUpdateBody2 = joi105.object().keys(createOrUpdateBodyKeys2).messages(messages);
|
|
5688
5688
|
var findByParamsKeys = {
|
|
5689
5689
|
owner_id: joi105.string().uuid().required(),
|
|
5690
|
-
chat_document_header_id: joi105.string().uuid().
|
|
5690
|
+
chat_document_header_id: joi105.string().uuid().required()
|
|
5691
5691
|
};
|
|
5692
5692
|
var findByParams = joi105.object().keys(findByParamsKeys).messages(messages);
|
|
5693
5693
|
|
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.43.
|
|
4
|
+
"version": "0.43.24",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|