@bigcommerce/checkout-sdk 1.311.2 → 1.312.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.
@@ -1469,6 +1469,7 @@ declare interface BodlService {
1469
1469
  orderPurchased(): void;
1470
1470
  stepCompleted(step?: string): void;
1471
1471
  customerEmailEntry(email?: string): void;
1472
+ customerSuggestionInit(payload?: BodlEventsPayload): void;
1472
1473
  customerSuggestionExecute(): void;
1473
1474
  customerPaymentMethodExecuted(payload?: BodlEventsPayload): void;
1474
1475
  showShippingMethods(): void;