@clerk/types
Advanced tools
Comparing version 1.15.3 to 1.15.4
@@ -171,6 +171,6 @@ import { ClerkResource } from './resource'; | ||
export declare type SignInParams = Partial<SnakeToCamel<SignInAttributes> & SignInAttributes>; | ||
export declare type SignInStartMagicLinkFlowParams = StartMagicLinkFlowParams & { | ||
export interface SignInStartMagicLinkFlowParams extends StartMagicLinkFlowParams { | ||
email_address_id: string; | ||
}; | ||
} | ||
export {}; | ||
//# sourceMappingURL=signIn.d.ts.map |
@@ -16,5 +16,5 @@ import { ClerkAPIError } from './api'; | ||
} | ||
export declare type StartMagicLinkFlowParams = { | ||
export interface StartMagicLinkFlowParams { | ||
redirect_url: string; | ||
}; | ||
} | ||
export declare type CreateMagicLinkFlowReturn<Params, Resource> = { | ||
@@ -21,0 +21,0 @@ startMagicLinkFlow: (params: Params) => Promise<Resource>; |
{ | ||
"name": "@clerk/types", | ||
"version": "1.15.3", | ||
"version": "1.15.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Clerk.dev Types", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92208