@yusr_systems/core 2.0.1 → 2.0.4

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.
@@ -1,4 +1,3 @@
1
- import { InternalDispatch } from '../../../yusr-ui/src/state/factory';
2
1
  import { PayloadAction } from '@reduxjs/toolkit';
3
2
  import { Slice } from '@reduxjs/toolkit';
4
3
  import { SliceSelectors } from '@reduxjs/toolkit';
@@ -9,11 +8,6 @@ export declare class ApiConstants {
9
8
  static initialize(url: string): void;
10
9
  }
11
10
 
12
- declare interface AuthActions {
13
- logout: () => any;
14
- syncFromStorage: () => any;
15
- }
16
-
17
11
  export declare class AuthConstants {
18
12
  static LoggedInUserStorageItemName: string;
19
13
  static AuthCheckStorageItemName: string;
@@ -145,8 +139,6 @@ export declare interface ResourcePermissions {
145
139
  deletePermission: boolean;
146
140
  }
147
141
 
148
- export declare const setupAuthListeners: (dispatch: InternalDispatch, actions: AuthActions) => void;
149
-
150
142
  export declare class StorageFile {
151
143
  url: string | null;
152
144
  base64File: string | null;