@bigcommerce/checkout-sdk 1.750.0 → 1.751.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.
@@ -5562,6 +5562,7 @@ declare const enum ExtensionRegion {
5562
5562
  ShippingShippingAddressFormBefore = "shipping.shippingAddressForm.before",
5563
5563
  ShippingShippingAddressFormAfter = "shipping.shippingAddressForm.after",
5564
5564
  ShippingSelectedShippingMethod = "shipping.selectedShippingMethod",
5565
+ PaymentPaymentMethodListBefore = "payment.paymentMethodList.before",
5565
5566
  SummaryAfter = "summary.after",
5566
5567
  SummaryLastItemAfter = "summary.lastItem.after",
5567
5568
  GlobalWebWorker = "global"