@nomalism-com/types 0.40.43 → 0.40.45

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
@@ -4447,7 +4447,7 @@ var senEmailBodyKeys = {
4447
4447
  retificacao_aconselhamento: joi80.boolean().required(),
4448
4448
  montagem: joi80.boolean().required()
4449
4449
  }),
4450
- address: joi80.string().required(),
4450
+ address: joi80.string().optional().allow(""),
4451
4451
  email: joi80.string().trim(true).lowercase().email({ tlds: { allow: false } })
4452
4452
  };
4453
4453
  var sendEmailBody = joi80.object().keys(senEmailBodyKeys).messages(messages);
package/dist/index.js CHANGED
@@ -4447,7 +4447,7 @@ var senEmailBodyKeys = {
4447
4447
  retificacao_aconselhamento: joi80.boolean().required(),
4448
4448
  montagem: joi80.boolean().required()
4449
4449
  }),
4450
- address: joi80.string().required(),
4450
+ address: joi80.string().optional().allow(""),
4451
4451
  email: joi80.string().trim(true).lowercase().email({ tlds: { allow: false } })
4452
4452
  };
4453
4453
  var sendEmailBody = joi80.object().keys(senEmailBodyKeys).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.40.43",
4
+ "version": "0.40.45",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",