@livetiles/reach-plugin-types 0.5.0-preview.761 → 0.5.0-preview.764

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -2584,6 +2584,7 @@ declare module "libs/reach/util/common/src/analytics/AnalyticsContextProvider" {
2584
2584
  export const AnalyticsContext: import("react").Context<ReachAnalytics>;
2585
2585
  export function useAnalyticsContext(): {
2586
2586
  interaction: (payload: Omit<InteractionProperties, 'module'>) => Promise<void>;
2587
+ load: (context: import("@livetiles/analytics").AnalyticsContext, baseUrl: string) => void;
2587
2588
  getUser: () => import("@segment/analytics-next").User;
2588
2589
  identify: (userId: string, traits?: Record<string, unknown>) => void;
2589
2590
  activity: (payload: import("@livetiles/analytics").ActivityProperties) => import("@livetiles/analytics").Activity;
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.761",
7
+ "version": "0.5.0-preview.764",
8
8
  "dependencies": {}
9
9
  }