File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @authsignal/node" ,
3- "version" : " 2.18.1 " ,
3+ "version" : " 2.19.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.18.1 " ;
3+ export const VERSION = "2.19.10 " ;
Original file line number Diff line number Diff line change @@ -251,11 +251,8 @@ export interface VerifyResponse {
251251
252252export interface CreateSessionRequest {
253253 clientId : string ;
254- userId ?: string ;
255- challengeId ?: string ;
256- token ?: string ;
254+ token : string ;
257255 action ?: string ;
258- skipVerificationCheck ?: boolean ;
259256}
260257
261258export interface CreateSessionResponse {
You can’t perform that action at this time.
0 commit comments