@nomalism-com/types 0.46.32 → 0.46.33
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
|
@@ -6030,6 +6030,7 @@ var createBody67 = joi121.object().keys(createBodyKeys65).messages(messages);
|
|
|
6030
6030
|
var updateBodyKeys55 = {
|
|
6031
6031
|
name: joi121.string().optional(),
|
|
6032
6032
|
message: joi121.string().optional(),
|
|
6033
|
+
key: joi121.string().optional(),
|
|
6033
6034
|
variables: joi121.object().pattern(joi121.string(), joi121.alternatives().try(joi121.string(), joi121.number(), joi121.boolean())).optional()
|
|
6034
6035
|
};
|
|
6035
6036
|
var updateBody57 = joi121.object().keys(updateBodyKeys55).messages(messages);
|
package/dist/index.js
CHANGED
|
@@ -6030,6 +6030,7 @@ var createBody67 = joi121.object().keys(createBodyKeys65).messages(messages);
|
|
|
6030
6030
|
var updateBodyKeys55 = {
|
|
6031
6031
|
name: joi121.string().optional(),
|
|
6032
6032
|
message: joi121.string().optional(),
|
|
6033
|
+
key: joi121.string().optional(),
|
|
6033
6034
|
variables: joi121.object().pattern(joi121.string(), joi121.alternatives().try(joi121.string(), joi121.number(), joi121.boolean())).optional()
|
|
6034
6035
|
};
|
|
6035
6036
|
var updateBody57 = joi121.object().keys(updateBodyKeys55).messages(messages);
|
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.46.
|
|
4
|
+
"version": "0.46.33",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|