@nomalism-com/types 0.37.8 → 0.37.9
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
|
@@ -1185,7 +1185,6 @@ var updateBodyKeys4 = {
|
|
|
1185
1185
|
email_delivered: joi6.boolean().optional(),
|
|
1186
1186
|
email_opened: joi6.boolean().optional(),
|
|
1187
1187
|
email_clicked: joi6.boolean().optional(),
|
|
1188
|
-
whatsapp_sent: joi6.boolean().optional(),
|
|
1189
1188
|
read: joi6.boolean().optional(),
|
|
1190
1189
|
username: joi6.string().optional()
|
|
1191
1190
|
};
|
package/dist/index.js
CHANGED
|
@@ -1185,7 +1185,6 @@ var updateBodyKeys4 = {
|
|
|
1185
1185
|
email_delivered: joi6.boolean().optional(),
|
|
1186
1186
|
email_opened: joi6.boolean().optional(),
|
|
1187
1187
|
email_clicked: joi6.boolean().optional(),
|
|
1188
|
-
whatsapp_sent: joi6.boolean().optional(),
|
|
1189
1188
|
read: joi6.boolean().optional(),
|
|
1190
1189
|
username: joi6.string().optional()
|
|
1191
1190
|
};
|
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.37.
|
|
4
|
+
"version": "0.37.9",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|