@bigcommerce/checkout-sdk 1.660.0 → 1.660.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,10 @@ declare interface AdyenAdditionalActionCallbacks {
84
84
  * is completed
85
85
  */
86
86
  onComplete?(): void;
87
+ /**
88
+ * A callback that gets called when an action, for example a QR code or 3D Secure 2 authentication screen, is shown to the shopper
89
+ */
90
+ onActionHandled?(): void;
87
91
  }
88
92
 
89
93
  declare interface AdyenAdditionalActionOptions extends AdyenAdditionalActionCallbacks {
@@ -375,6 +379,9 @@ declare interface AdyenV2PaymentInitializeOptions {
375
379
  * onComplete() {
376
380
  * console.log('Completed');
377
381
  * },
382
+ * onActionHandled() {
383
+ * console.log('ActionHandled');
384
+ * },
378
385
  * },
379
386
  * options: {
380
387
  * scheme: {