@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.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +4 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/docs/enums/ExtensionRegion.md +21 -0
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -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 {
|