@basis-theory/basis-theory-js
Advanced tools
Comparing version 4.14.0 to 4.15.0
{ | ||
"name": "@basis-theory/basis-theory-js", | ||
"version": "4.14.0", | ||
"version": "4.15.0", | ||
"repository": "https://github.com/Basis-Theory/basis-theory-js", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
interface CreateThreeDSSessionRequest { | ||
pan: string; | ||
/** | ||
* @deprecated Use `tokenId` instead. | ||
*/ | ||
pan?: string; | ||
tokenId?: string; | ||
tokenIntentId?: string; | ||
type: 'customer' | 'merchant'; | ||
@@ -20,2 +25,4 @@ device?: string; | ||
challengePreference?: string; | ||
requestDecoupledChallenge?: boolean; | ||
decoupledChallengeMaxTime?: number; | ||
purchaseInfo?: ThreeDSPurchaseInfo; | ||
@@ -22,0 +29,0 @@ merchantInfo?: ThreeDSMerchantInfo; |
184956
4160