@bigcommerce/checkout-sdk 1.420.0 → 1.421.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.
@@ -1533,7 +1533,7 @@ declare interface BoltPaymentInitializeOptions {
1533
1533
 
1534
1534
  declare interface BraintreeAcceleratedCheckoutCustomer {
1535
1535
  authenticationState?: string;
1536
- addresses?: Address[];
1536
+ addresses?: CustomerAddress[];
1537
1537
  instruments?: CardInstrument[];
1538
1538
  }
1539
1539