@livetiles/reach-plugin-types 0.5.0-preview.598 → 0.5.0-preview.599

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 +5 -3
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -13036,9 +13036,11 @@ declare module "apps/reach-app/src/app/useCustomNavigation" {
13036
13036
  }) => string;
13037
13037
  };
13038
13038
  }
13039
- declare module "apps/reach-app/src/app/analytics/useSessionStorage" {
13040
- import { Dispatch } from 'react';
13041
- export const useSessionStorage: (key: string, defaultValue?: string) => [string, Dispatch<string>];
13039
+ declare module "apps/reach-app/src/app/analytics/useAnalyticsDashboardAuth" {
13040
+ export const useAnalyticsDashboardAuth: () => {
13041
+ isValid: () => boolean;
13042
+ setAuthExpiry: (expires: number) => void;
13043
+ };
13042
13044
  }
13043
13045
  declare module "apps/reach-app/src/app/analytics/DashboardPage" {
13044
13046
  import { FC } from 'react';
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.598",
7
+ "version": "0.5.0-preview.599",
8
8
  "dependencies": {}
9
9
  }