- added new fields;
- corrected route urls;
This commit is contained in:
@@ -1,3 +1,27 @@
|
||||
export const isVAT = (v) => {
|
||||
export const isPIVA = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isCodiceFiscale = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isCAP = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isIBAN = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isEmail = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isEmailPEC = (v) => {
|
||||
return false;
|
||||
}
|
||||
|
||||
export const isUrl = (v) => {
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user