@eaccess/auth 0.1.11 → 0.1.12
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/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -328,6 +328,7 @@ interface AuthManager$1 {
|
|
|
328
328
|
email?: string;
|
|
329
329
|
userId?: string;
|
|
330
330
|
}, expiresAfter?: string | number | null, callback?: TokenCallback): Promise<void>;
|
|
331
|
+
userExistsByEmail(email: string): Promise<boolean>;
|
|
331
332
|
forceLogoutForUserBy(identifier: {
|
|
332
333
|
accountId?: number;
|
|
333
334
|
email?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -328,6 +328,7 @@ interface AuthManager$1 {
|
|
|
328
328
|
email?: string;
|
|
329
329
|
userId?: string;
|
|
330
330
|
}, expiresAfter?: string | number | null, callback?: TokenCallback): Promise<void>;
|
|
331
|
+
userExistsByEmail(email: string): Promise<boolean>;
|
|
331
332
|
forceLogoutForUserBy(identifier: {
|
|
332
333
|
accountId?: number;
|
|
333
334
|
email?: string;
|