@bigcommerce/checkout-sdk 1.629.1 → 1.630.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.
@@ -4904,7 +4904,10 @@ export declare enum ExtensionCommandType {
4904
4904
 
4905
4905
  declare const enum ExtensionRegion {
4906
4906
  ShippingShippingAddressFormBefore = "shipping.shippingAddressForm.before",
4907
- ShippingShippingAddressFormAfter = "shipping.shippingAddressForm.after"
4907
+ ShippingShippingAddressFormAfter = "shipping.shippingAddressForm.after",
4908
+ ShippingSelectedShippingMethod = "shipping.selectedShippingMethod",
4909
+ SummaryAfter = "summary.after",
4910
+ SummaryLastItemAfter = "summary.lastItem.after"
4908
4911
  }
4909
4912
 
4910
4913
  declare interface ExtensionSelector {