File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @authsignal/node" ,
3- "version" : " 2.16 .0" ,
3+ "version" : " 2.17 .0" ,
44 "main" : " ./dist/index.js" ,
55 "module" : " ./dist/index.mjs" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11export const DEFAULT_API_URL = "https://api.authsignal.com/v1" ;
22
3- export const VERSION = "2.16 .0" ;
3+ export const VERSION = "2.17 .0" ;
Original file line number Diff line number Diff line change @@ -218,8 +218,9 @@ export interface GetChallengeResponse {
218218}
219219
220220export interface ChallengeRequest {
221- verificationMethod : "SMS" | "EMAIL_OTP" | "WHATSAPP" ;
222- action : string ;
221+ verificationMethod ?: "SMS" | "EMAIL_OTP" | "WHATSAPP" ;
222+ action ?: string ;
223+ challengeId ?: string ;
223224 idempotencyKey ?: string ;
224225 userId ?: string ;
225226 email ?: string ;
You can’t perform that action at this time.
0 commit comments