@nomalism-com/types 0.34.31 → 0.34.32
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
|
@@ -4573,7 +4573,6 @@ var findByEmailQueryKeys = {
|
|
|
4573
4573
|
};
|
|
4574
4574
|
var FindByEmailQueryValidate = joi82.object().keys(findByEmailQueryKeys).messages(messages);
|
|
4575
4575
|
var findClientOrProviderQueryKeys = {
|
|
4576
|
-
name: joi82.string().allow("", null).optional(),
|
|
4577
4576
|
nif: joi82.string().allow("", null).optional(),
|
|
4578
4577
|
email: emailSchema.optional(),
|
|
4579
4578
|
telephone: joi82.string().allow("", null).optional(),
|
package/dist/index.js
CHANGED
|
@@ -4573,7 +4573,6 @@ var findByEmailQueryKeys = {
|
|
|
4573
4573
|
};
|
|
4574
4574
|
var FindByEmailQueryValidate = joi82.object().keys(findByEmailQueryKeys).messages(messages);
|
|
4575
4575
|
var findClientOrProviderQueryKeys = {
|
|
4576
|
-
name: joi82.string().allow("", null).optional(),
|
|
4577
4576
|
nif: joi82.string().allow("", null).optional(),
|
|
4578
4577
|
email: emailSchema.optional(),
|
|
4579
4578
|
telephone: joi82.string().allow("", null).optional(),
|
package/package.json
CHANGED
|
@@ -88,7 +88,6 @@ const findByEmailQueryKeys: IShared.IRouteRequest<IFindByEmailRequest> = {
|
|
|
88
88
|
export const FindByEmailQueryValidate = joi.object().keys(findByEmailQueryKeys).messages(messages);
|
|
89
89
|
|
|
90
90
|
const findClientOrProviderQueryKeys: IShared.IRouteRequest<IFindClientOrProviderRequest> = {
|
|
91
|
-
name: joi.string().allow('', null).optional(),
|
|
92
91
|
nif: joi.string().allow('', null).optional(),
|
|
93
92
|
email: emailSchema.optional(),
|
|
94
93
|
telephone: joi.string().allow('', null).optional(),
|