@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 +0 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/serverless/adapters/aws-lambda.cjs.js.map +1 -1
- package/dist/serverless/adapters/aws-lambda.esm.js.map +1 -1
- package/dist/serverless/index.cjs.js.map +1 -1
- package/dist/serverless/index.esm.js.map +1 -1
- package/dist/types.d.ts +3 -13
- package/package.json +1 -1
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) => {
|