@hook-sdk/template 0.24.0 → 0.25.1

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
@@ -335,7 +335,7 @@ declare function DeepLinkHandler({ deepLinks }: {
335
335
  deepLinks?: DeepLinks;
336
336
  }): null;
337
337
 
338
- type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'account_locked' | 'network' | 'server';
338
+ type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'email_taken' | 'account_locked' | 'network' | 'server';
339
339
  interface AuthFormError {
340
340
  code: AuthFormErrorCode;
341
341
  message: string;
package/dist/index.d.ts CHANGED
@@ -335,7 +335,7 @@ declare function DeepLinkHandler({ deepLinks }: {
335
335
  deepLinks?: DeepLinks;
336
336
  }): null;
337
337
 
338
- type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'account_locked' | 'network' | 'server';
338
+ type AuthFormErrorCode = 'invalid_credentials' | 'rate_limited' | 'email_unverified' | 'email_taken' | 'account_locked' | 'network' | 'server';
339
339
  interface AuthFormError {
340
340
  code: AuthFormErrorCode;
341
341
  message: string;