@utils-fns/validators
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -27,7 +27,8 @@ import { PaymentCardValidator as ClassPaymentCardValidator } from './paymentCardValidator/index'; | ||
phone: ({ phone, paramsPhoneValidator, }: PhoneValidator) => boolean; | ||
paymentCardValidator: typeof ClassPaymentCardValidator.init; | ||
paymentSlipValidator: typeof ClassPaymentSlipValidator.init; | ||
stateRegistrationValidator: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
paymentCard: typeof ClassPaymentCardValidator.init; | ||
paymentSlip: typeof ClassPaymentSlipValidator.init; | ||
stateRegistration: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
voterRegistration: (digits?: string | undefined) => boolean; | ||
}; | ||
export default validators; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -27,7 +27,8 @@ import { PaymentCardValidator as ClassPaymentCardValidator } from './paymentCardValidator/index'; | ||
phone: ({ phone, paramsPhoneValidator, }: PhoneValidator) => boolean; | ||
paymentCardValidator: typeof ClassPaymentCardValidator.init; | ||
paymentSlipValidator: typeof ClassPaymentSlipValidator.init; | ||
stateRegistrationValidator: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
paymentCard: typeof ClassPaymentCardValidator.init; | ||
paymentSlip: typeof ClassPaymentSlipValidator.init; | ||
stateRegistration: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
voterRegistration: (digits?: string | undefined) => boolean; | ||
}; | ||
export default validators; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -196,7 +196,8 @@ import { TypesUtils } from '@utils-fns/utils'; | ||
phone: ({ phone, paramsPhoneValidator, }: PhoneValidator) => boolean; | ||
paymentCardValidator: typeof PaymentCardValidator.init; | ||
paymentSlipValidator: typeof PaymentSlipValidator.init; | ||
stateRegistrationValidator: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
paymentCard: typeof PaymentCardValidator.init; | ||
paymentSlip: typeof PaymentSlipValidator.init; | ||
stateRegistration: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
voterRegistration: (digits?: string | undefined) => boolean; | ||
}; | ||
export { TypesValidators, validators }; |
@@ -27,7 +27,8 @@ import { PaymentCardValidator as ClassPaymentCardValidator } from './paymentCardValidator/index'; | ||
phone: ({ phone, paramsPhoneValidator, }: PhoneValidator) => boolean; | ||
paymentCardValidator: typeof ClassPaymentCardValidator.init; | ||
paymentSlipValidator: typeof ClassPaymentSlipValidator.init; | ||
stateRegistrationValidator: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
paymentCard: typeof ClassPaymentCardValidator.init; | ||
paymentSlip: typeof ClassPaymentSlipValidator.init; | ||
stateRegistration: ({ digits, uf, }: ParamsStateRegistrationValidator) => boolean; | ||
voterRegistration: (digits?: string | undefined) => boolean; | ||
}; | ||
export default validators; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@utils-fns/validators", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"main": "dist/cjs/index.ts", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.ts", |
@@ -22,3 +22,3 @@ # @utils-fns/validators | ||
- [x] **stateRegistrationValidator (inscrição estadual - BR)** | ||
- [ ] **voterRegistrationValidation (título de eleitor - BR)** | ||
- [x] **voterRegistrationValidation (título de eleitor - BR)** | ||
- [ ] **cnhValidator** | ||
@@ -25,0 +25,0 @@ - [ ] **renavamValidator** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6654525
461
114258