@emailcheck/email-validator-js 4.0.0-beta.2 → 4.0.0

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/cli/index.js CHANGED
@@ -308,10 +308,8 @@ var VerificationErrorCode = /* @__PURE__ */ ((VerificationErrorCode2) => {
308
308
  VerificationErrorCode2["smtpConnectionFailed"] = "SMTP_CONNECTION_FAILED";
309
309
  VerificationErrorCode2["smtpTimeout"] = "SMTP_TIMEOUT";
310
310
  VerificationErrorCode2["mailboxNotFound"] = "MAILBOX_NOT_FOUND";
311
- VerificationErrorCode2["mailboxFull"] = "MAILBOX_FULL";
312
311
  VerificationErrorCode2["networkError"] = "NETWORK_ERROR";
313
312
  VerificationErrorCode2["disposableEmail"] = "DISPOSABLE_EMAIL";
314
- VerificationErrorCode2["freeEmailProvider"] = "FREE_EMAIL_PROVIDER";
315
313
  return VerificationErrorCode2;
316
314
  })(VerificationErrorCode || {});
317
315
  var SMTPStep = /* @__PURE__ */ ((SMTPStep2) => {