File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @authsignal/node" ,
3- "version" : " 2.14 .0" ,
3+ "version" : " 2.15 .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.14 .0" ;
3+ export const VERSION = "2.15 .0" ;
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ export interface TrackAttributes {
8282 username ?: string ;
8383 custom ?: CustomData ;
8484 challengeId ?: string ;
85+ locale ?: string ;
86+ customDomain ?: string ;
8587}
8688
8789export interface TrackResponse {
@@ -93,6 +95,7 @@ export interface TrackResponse {
9395 enrolledVerificationMethods ?: VerificationMethod [ ] ;
9496 allowedVerificationMethods ?: VerificationMethod [ ] ;
9597 defaultVerificationMethod ?: VerificationMethod ;
98+ ruleIds ?: string [ ] ;
9699}
97100
98101export interface GetActionRequest {
You can’t perform that action at this time.
0 commit comments