@lunora/auth 1.0.0-alpha.106 → 1.0.0-alpha.107
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/email-guard.d.mts +0 -7
- package/dist/email-guard.d.ts +0 -7
- package/package.json +1 -1
package/dist/email-guard.d.mts
CHANGED
|
@@ -33,13 +33,6 @@ interface EmailGateConfig {
|
|
|
33
33
|
* top of the built-in list. Wildcard/subdomain aware.
|
|
34
34
|
*/
|
|
35
35
|
denyDomains?: ReadonlyArray<string>;
|
|
36
|
-
/**
|
|
37
|
-
* Reserved for callers that branch on free-vs-business (e.g. gate a feature
|
|
38
|
-
* behind a business email). Purely advisory — {@link EmailClassification}'s
|
|
39
|
-
* `emailClass` already reports `free`, so this flag exists for symmetry/intent
|
|
40
|
-
* and never blocks. Defaults to `false`.
|
|
41
|
-
*/
|
|
42
|
-
flagFreeEmail?: boolean;
|
|
43
36
|
/**
|
|
44
37
|
* Opt-in MX deliverability verification. Off by default because it needs DNS
|
|
45
38
|
* (`@visulima/email-verifier/checks/mx` → `node:dns`), which is not available
|
package/dist/email-guard.d.ts
CHANGED
|
@@ -33,13 +33,6 @@ interface EmailGateConfig {
|
|
|
33
33
|
* top of the built-in list. Wildcard/subdomain aware.
|
|
34
34
|
*/
|
|
35
35
|
denyDomains?: ReadonlyArray<string>;
|
|
36
|
-
/**
|
|
37
|
-
* Reserved for callers that branch on free-vs-business (e.g. gate a feature
|
|
38
|
-
* behind a business email). Purely advisory — {@link EmailClassification}'s
|
|
39
|
-
* `emailClass` already reports `free`, so this flag exists for symmetry/intent
|
|
40
|
-
* and never blocks. Defaults to `false`.
|
|
41
|
-
*/
|
|
42
|
-
flagFreeEmail?: boolean;
|
|
43
36
|
/**
|
|
44
37
|
* Opt-in MX deliverability verification. Off by default because it needs DNS
|
|
45
38
|
* (`@visulima/email-verifier/checks/mx` → `node:dns`), which is not available
|