@appstorys/react-web 1.0.0 → 1.0.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.
package/dist/index.d.mts CHANGED
@@ -687,6 +687,10 @@ declare class AppStorys {
687
687
  private state;
688
688
  private navigateToScreen?;
689
689
  initialize(options: InitializationOptions): Promise<void>;
690
+ /**
691
+ * Reconciles an already initialized anonymous user with a newly provided identified user.
692
+ */
693
+ private reconcileUser;
690
694
  trackScreen(screenName: string): Promise<void>;
691
695
  trackEvent(event: string, campaignId?: string, metadata?: Attributes): Promise<void>;
692
696
  setUserProperties(attributes: Attributes): Promise<void>;
package/dist/index.d.ts CHANGED
@@ -687,6 +687,10 @@ declare class AppStorys {
687
687
  private state;
688
688
  private navigateToScreen?;
689
689
  initialize(options: InitializationOptions): Promise<void>;
690
+ /**
691
+ * Reconciles an already initialized anonymous user with a newly provided identified user.
692
+ */
693
+ private reconcileUser;
690
694
  trackScreen(screenName: string): Promise<void>;
691
695
  trackEvent(event: string, campaignId?: string, metadata?: Attributes): Promise<void>;
692
696
  setUserProperties(attributes: Attributes): Promise<void>;