@bigcommerce/checkout-sdk 1.615.0 → 1.616.0

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.
@@ -1814,6 +1814,7 @@ declare interface BraintreeThreeDSecureOptions {
1814
1814
  * the current page.
1815
1815
  */
1816
1816
  removeFrame(): void;
1817
+ challengeRequested?: boolean;
1817
1818
  additionalInformation?: {
1818
1819
  acsWindowSize?: '01' | '02' | '03' | '04' | '05';
1819
1820
  };