@clerk/types
Advanced tools
Comparing version
@@ -14,4 +14,4 @@ /** | ||
import { UserSettingsJSON } from './userSettings'; | ||
import { CamelToSnake } from './utils'; | ||
import { VerificationStatus } from './verification'; | ||
import { CamelToSnake } from './utils'; | ||
export interface ClerkResourceJSON { | ||
@@ -82,2 +82,3 @@ id: string; | ||
created_session_id: string | null; | ||
created_user_id: string | null; | ||
abandon_at: number | null; | ||
@@ -84,0 +85,0 @@ verifications: SignUpVerificationsJSON | null; |
@@ -8,5 +8,5 @@ import { BirthdayAttribute, FirstNameAttribute, GenderAttribute, LastNameAttribute, PasswordAttribute } from './attributes'; | ||
import { EmailCodeStrategy, EmailLinkStrategy, OAuthStrategy, PhoneCodeStrategy, TicketStrategy, Web3Strategy } from './strategies'; | ||
import type { SnakeToCamel } from './utils'; | ||
import { CreateMagicLinkFlowReturn, StartMagicLinkFlowParams, VerificationResource } from './verification'; | ||
import { AuthenticateWithWeb3Params, GenerateSignature } from './web3Wallet'; | ||
import type { SnakeToCamel } from './utils'; | ||
export interface SignUpResource extends ClerkResource { | ||
@@ -28,2 +28,3 @@ status: SignUpStatus | null; | ||
createdSessionId: string | null; | ||
createdUserId: string | null; | ||
abandonAt: number | null; | ||
@@ -30,0 +31,0 @@ create: (params: SignUpCreateParams) => Promise<SignUpResource>; |
{ | ||
"name": "@clerk/types", | ||
"version": "2.0.1-alpha.2", | ||
"version": "2.0.1-alpha.3", | ||
"license": "MIT", | ||
@@ -51,3 +51,3 @@ "description": "Typings for Clerk libraries.", | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "afd03b019ab74e0a81c8325d474cbd03f52f5ce8" | ||
"gitHead": "05c0dcbbfddd8df949a2bd8df460feab9efcd065" | ||
} |
@@ -15,4 +15,4 @@ /** | ||
import { UserSettingsJSON } from './userSettings'; | ||
import { CamelToSnake } from './utils'; | ||
import { VerificationStatus } from './verification'; | ||
import { CamelToSnake } from './utils'; | ||
@@ -90,2 +90,3 @@ export interface ClerkResourceJSON { | ||
created_session_id: string | null; | ||
created_user_id: string | null; | ||
abandon_at: number | null; | ||
@@ -92,0 +93,0 @@ verifications: SignUpVerificationsJSON | null; |
@@ -27,5 +27,5 @@ import { | ||
} from './strategies'; | ||
import type { SnakeToCamel } from './utils'; | ||
import { CreateMagicLinkFlowReturn, StartMagicLinkFlowParams, VerificationResource } from './verification'; | ||
import { AuthenticateWithWeb3Params, GenerateSignature } from './web3Wallet'; | ||
import type { SnakeToCamel } from './utils'; | ||
@@ -49,2 +49,3 @@ export interface SignUpResource extends ClerkResource { | ||
createdSessionId: string | null; | ||
createdUserId: string | null; | ||
abandonAt: number | null; | ||
@@ -51,0 +52,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
178506
0.12%3443
0.12%