@bigcommerce/checkout-sdk 1.338.0 → 1.340.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.
@@ -3296,6 +3296,9 @@ declare interface CheckoutSettings {
3296
3296
  [featureName: string]: boolean;
3297
3297
  };
3298
3298
  checkoutBillingSameAsShippingEnabled: boolean;
3299
+ checkoutUserExperienceSettings: {
3300
+ [key in UserExperienceSettingNames]: boolean;
3301
+ };
3299
3302
  enableOrderComments: boolean;
3300
3303
  enableTermsAndConditions: boolean;
3301
3304
  googleMapsApiKey: string;
@@ -7485,6 +7488,8 @@ declare interface UnknownObject {
7485
7488
  [key: string]: unknown;
7486
7489
  }
7487
7490
 
7491
+ declare type UserExperienceSettingNames = 'walletButtonsOnTop';
7492
+
7488
7493
  declare interface VaultedInstrument {
7489
7494
  instrumentId: string;
7490
7495
  ccCvv?: string;