monkey-front-core 0.0.618 → 0.0.619

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.
@@ -303,6 +303,10 @@ class MonkeyEcxUtils {
303
303
  MX: {
304
304
  CPF: CountryMasks.RFC1,
305
305
  CNPJ: CountryMasks.RFC2
306
+ },
307
+ US: {
308
+ CPF: CountryMasks.EIN,
309
+ CNPJ: CountryMasks.EIN
306
310
  }
307
311
  }[country.toUpperCase()]?.[type];
308
312
  }