@bigcommerce/checkout-sdk 1.416.0 → 1.418.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.
@@ -2489,7 +2489,9 @@ declare interface CheckoutSelectors {
2489
2489
  */
2490
2490
  declare class CheckoutService {
2491
2491
  private _store;
2492
+ private _storeProjection;
2492
2493
  private _extensionMessenger;
2494
+ private _extensionEventBroadcaster;
2493
2495
  private _billingAddressActionCreator;
2494
2496
  private _checkoutActionCreator;
2495
2497
  private _configActionCreator;
@@ -2513,9 +2515,7 @@ declare class CheckoutService {
2513
2515
  private _subscriptionsActionCreator;
2514
2516
  private _formFieldsActionCreator;
2515
2517
  private _extensionActionCreator;
2516
- private _storeProjection;
2517
2518
  private _errorTransformer;
2518
- private _selectorsFactory;
2519
2519
  /**
2520
2520
  * Returns a snapshot of the current checkout state.
2521
2521
  *