@bigcommerce/checkout-sdk 1.360.0 → 1.361.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.
@@ -3963,6 +3963,13 @@ declare interface CheckoutStoreStatusSelector {
3963
3963
  * @returns True if the customer step is initializing, otherwise false.
3964
3964
  */
3965
3965
  isInitializingCustomer(methodId?: string): boolean;
3966
+ /**
3967
+ * Checks whether a wallet button is initialized.
3968
+ *
3969
+ * @param methodId - The identifier of the payment method to check.
3970
+ * @returns True if the wallet button method is initialized, otherwise false.
3971
+ */
3972
+ isInitializedCustomer(methodId?: string): boolean;
3966
3973
  /**
3967
3974
  * Checks whether the current customer is executing payment method checkout.
3968
3975
  *