@@ -97,6 +97,7 @@ def create(
9797 "settlement_report.updated" ,
9898 "statements.created" ,
9999 "three_ds_authentication.created" ,
100+ "three_ds_authentication.updated" ,
100101 "tokenization.approval_request" ,
101102 "tokenization.result" ,
102103 "tokenization.two_factor_authentication_code" ,
@@ -228,6 +229,7 @@ def update(
228229 "settlement_report.updated" ,
229230 "statements.created" ,
230231 "three_ds_authentication.created" ,
232+ "three_ds_authentication.updated" ,
231233 "tokenization.approval_request" ,
232234 "tokenization.result" ,
233235 "tokenization.two_factor_authentication_code" ,
@@ -665,6 +667,7 @@ def send_simulated_example(
665667 "settlement_report.updated" ,
666668 "statements.created" ,
667669 "three_ds_authentication.created" ,
670+ "three_ds_authentication.updated" ,
668671 "tokenization.approval_request" ,
669672 "tokenization.result" ,
670673 "tokenization.two_factor_authentication_code" ,
@@ -772,6 +775,7 @@ async def create(
772775 "settlement_report.updated" ,
773776 "statements.created" ,
774777 "three_ds_authentication.created" ,
778+ "three_ds_authentication.updated" ,
775779 "tokenization.approval_request" ,
776780 "tokenization.result" ,
777781 "tokenization.two_factor_authentication_code" ,
@@ -903,6 +907,7 @@ async def update(
903907 "settlement_report.updated" ,
904908 "statements.created" ,
905909 "three_ds_authentication.created" ,
910+ "three_ds_authentication.updated" ,
906911 "tokenization.approval_request" ,
907912 "tokenization.result" ,
908913 "tokenization.two_factor_authentication_code" ,
@@ -1340,6 +1345,7 @@ async def send_simulated_example(
13401345 "settlement_report.updated" ,
13411346 "statements.created" ,
13421347 "three_ds_authentication.created" ,
1348+ "three_ds_authentication.updated" ,
13431349 "tokenization.approval_request" ,
13441350 "tokenization.result" ,
13451351 "tokenization.two_factor_authentication_code" ,
0 commit comments