chayns-api 3.3.0-beta.1 → 3.3.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.
@@ -73,8 +73,6 @@ export interface DialogFileExplorer {
73
73
  type: DialogType.FILE_EXPLORER;
74
74
  rootFolderName: string;
75
75
  items: FileExplorerItem[];
76
- onLoad: (id?: string | number) => void;
77
- onFilterChange?: (value: FileExplorerFilterChange) => void;
78
76
  }
79
77
  export declare enum FileExplorerFilterType {
80
78
  FILES = "files",
@@ -548,6 +546,7 @@ export interface RefreshData {
548
546
  suffix?: boolean;
549
547
  tapps?: boolean;
550
548
  user?: boolean;
549
+ userImage?: boolean;
551
550
  chaynsProData?: boolean;
552
551
  ignoreUacCache?: boolean;
553
552
  chaynsInfo?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "3.3.0-beta.1",
3
+ "version": "3.3.1",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",