@nomalism-com/types 0.43.79 → 0.43.80

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
@@ -1656,7 +1656,7 @@ var transferClientOwnershipBody = joi10.object().keys(transferClientOwnershipBod
1656
1656
  var updateManyWithPersonaBodyKeys = {
1657
1657
  id: joi10.string().uuid().required(),
1658
1658
  owner_id: joi10.string().uuid().required(),
1659
- owner_name: joi10.string().required(),
1659
+ owner_name: joi10.string().allow(null).optional(),
1660
1660
  name: joi10.string().allow(null).optional(),
1661
1661
  telephone: joi10.string().allow(null).optional(),
1662
1662
  email: joi10.string().email({ tlds: { allow: false } }).allow(null).optional(),
package/dist/index.js CHANGED
@@ -1656,7 +1656,7 @@ var transferClientOwnershipBody = joi10.object().keys(transferClientOwnershipBod
1656
1656
  var updateManyWithPersonaBodyKeys = {
1657
1657
  id: joi10.string().uuid().required(),
1658
1658
  owner_id: joi10.string().uuid().required(),
1659
- owner_name: joi10.string().required(),
1659
+ owner_name: joi10.string().allow(null).optional(),
1660
1660
  name: joi10.string().allow(null).optional(),
1661
1661
  telephone: joi10.string().allow(null).optional(),
1662
1662
  email: joi10.string().email({ tlds: { allow: false } }).allow(null).optional(),
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.79",
4
+ "version": "0.43.80",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",