Skip to content

Commit eaaf604

Browse files
committed
Generate AcsWebhooks
1 parent d706efc commit eaaf604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typings/acsWebhooks/authenticationInfo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class AuthenticationInfo {
1515
* Universally unique transaction identifier assigned by the Access Control Server (ACS) to identify a single transaction.
1616
*/
1717
"acsTransId": string;
18-
"challenge"?: ChallengeInfo;
18+
"challenge"?: ChallengeInfo | null;
1919
/**
2020
* Specifies a preference for receiving a challenge. Possible values: * **01**: No preference * **02**: No challenge requested * **03**: Challenge requested (preference) * **04**: Challenge requested (mandate) * **05**: No challenge requested (transactional risk analysis is already performed) * **07**: No challenge requested (SCA is already performed) * **08**: No challenge requested (trusted beneficiaries exemption of no challenge required) * **09**: Challenge requested (trusted beneficiaries prompt requested if challenge required) * **80**: No challenge requested (secure corporate payment with Mastercard) * **82**: No challenge requested (secure corporate payment with Visa)
2121
*/
@@ -83,7 +83,7 @@ export class AuthenticationInfo {
8383
{
8484
"name": "challenge",
8585
"baseName": "challenge",
86-
"type": "ChallengeInfo",
86+
"type": "ChallengeInfo | null",
8787
"format": ""
8888
},
8989
{

0 commit comments

Comments
 (0)