@bigcommerce/checkout-sdk 1.403.0 → 1.404.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.
@@ -7045,7 +7045,7 @@ declare interface SepaPlaceHolder_2 {
7045
7045
  }
7046
7046
 
7047
7047
  declare interface SetIframeStylePayload {
7048
- type: ExtensionCommand.ReloadCheckout;
7048
+ type: ExtensionCommand.SetIframeStyle;
7049
7049
  payload: {
7050
7050
  extensionId: string;
7051
7051
  style: {
@@ -7113,7 +7113,7 @@ declare interface ShopperCurrency extends StoreCurrency {
7113
7113
  }
7114
7114
 
7115
7115
  declare interface ShowLoadingIndicatorEvent {
7116
- type: ExtensionCommand.ReloadCheckout;
7116
+ type: ExtensionCommand.ShowLoadingIndicator;
7117
7117
  payload: {
7118
7118
  extensionId: string;
7119
7119
  show: boolean;