@eaccess/auth 0.1.14 → 0.1.15

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.d.cts CHANGED
@@ -275,6 +275,7 @@ interface AuthManager$1 {
275
275
  completeTwoFactorLogin(): Promise<void>;
276
276
  logout(): Promise<void>;
277
277
  register(email: string, password: string, userId?: string | number, callback?: TokenCallback): Promise<AuthAccount>;
278
+ resyncSession(force?: boolean): Promise<void>;
278
279
  getId(): number | null;
279
280
  getEmail(): string | null;
280
281
  getStatus(): number | null;
package/dist/index.d.ts CHANGED
@@ -275,6 +275,7 @@ interface AuthManager$1 {
275
275
  completeTwoFactorLogin(): Promise<void>;
276
276
  logout(): Promise<void>;
277
277
  register(email: string, password: string, userId?: string | number, callback?: TokenCallback): Promise<AuthAccount>;
278
+ resyncSession(force?: boolean): Promise<void>;
278
279
  getId(): number | null;
279
280
  getEmail(): string | null;
280
281
  getStatus(): number | null;