@hook-sdk/template 0.28.2 → 0.28.5

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
@@ -349,7 +349,7 @@ declare function DeepLinkHandler({ deepLinks }: {
349
349
  deepLinks?: DeepLinks;
350
350
  }): null;
351
351
 
352
- type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'account_locked' | 'network' | 'server';
352
+ type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'email_taken' | 'account_locked' | 'network' | 'server';
353
353
  interface AuthFormError {
354
354
  code: AuthFormErrorCode;
355
355
  message: string;
package/dist/index.d.ts CHANGED
@@ -349,7 +349,7 @@ declare function DeepLinkHandler({ deepLinks }: {
349
349
  deepLinks?: DeepLinks;
350
350
  }): null;
351
351
 
352
- type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'account_locked' | 'network' | 'server';
352
+ type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'email_taken' | 'account_locked' | 'network' | 'server';
353
353
  interface AuthFormError {
354
354
  code: AuthFormErrorCode;
355
355
  message: string;