elcrm 0.9.77 → 0.9.78

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.
@@ -47,7 +47,7 @@ export declare function getApi(a: any): any;
47
47
  export declare function setPayment(o: any): void;
48
48
  export declare function getPayment(): any;
49
49
  export declare function setUser(s: any): void;
50
- export declare function getUser(p: string): any;
50
+ export declare function getUser(p?: string): any;
51
51
  export declare function isUser(): any;
52
52
  export declare function setBookmarks(j: any): void;
53
53
  export declare function getBookmarks(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elcrm",
3
- "version": "0.9.77",
3
+ "version": "0.9.78",
4
4
  "description": "React framework for creating modules for elCRM",
5
5
  "type": "module",
6
6
  "author": "MaSkal <dev@elcrm.online>",