@spiffcommerce/core 26.42.1-beta.6d592ead-6fc8-54c3-b94a-058972ea68f5 → 26.42.1-beta.a2be3530-7f45-5bf8-9e1b-7442ff43c402

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/index.d.ts CHANGED
@@ -2352,7 +2352,7 @@ declare class SpiffCommerceClient {
2352
2352
  * If they are, set the customer object.
2353
2353
  * This is how we resume sessions between loads.
2354
2354
  */
2355
- authenticateCustomerId(customerId: string): Promise<boolean>;
2355
+ reloadLoggedInCustomer(): Promise<boolean>;
2356
2356
  /**
2357
2357
  * Generate an email code to allow logging in as a Spiff user.
2358
2358
  */