monkey-front-core 0.0.612 → 0.0.613

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.
@@ -231,6 +231,7 @@ var CountryMasks;
231
231
  (function (CountryMasks) {
232
232
  CountryMasks["CPF"] = "000.000.000-00";
233
233
  CountryMasks["CNPJ"] = "00.000.000/0000-00";
234
+ CountryMasks["ALPHANUMERIC_CNPJ"] = "AA.AAA.AAA/AAAA-00";
234
235
  CountryMasks["RUT1"] = "0000000-A";
235
236
  CountryMasks["RUT2"] = "00000000-A";
236
237
  CountryMasks["RFC1"] = "AAAA000000AA0";