@filen/sdk-rs 0.3.4 → 0.3.5

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.
Binary file
@@ -4,22 +4,22 @@ export const memory: WebAssembly.Memory;
4
4
  export const client_toStringified: (a: number) => any;
5
5
  export const __wbg_client_free: (a: number, b: number) => void;
6
6
  export const client_downloadItemsToZip: (a: number, b: any) => any;
7
- export const client_trashFile: (a: number, b: any) => any;
7
+ export const client_uploadFile: (a: number, b: number, c: number, d: any) => any;
8
+ export const client_deleteFilePermanently: (a: number, b: any) => any;
8
9
  export const client_downloadFile: (a: number, b: any) => any;
9
10
  export const client_downloadFileToWriter: (a: number, b: any) => any;
10
11
  export const client_uploadFileFromReader: (a: number, b: any) => any;
11
- export const client_uploadFile: (a: number, b: number, c: number, d: any) => any;
12
- export const client_deleteFilePermanently: (a: number, b: any) => any;
12
+ export const client_trashFile: (a: number, b: any) => any;
13
13
  export const main_js: () => void;
14
- export const fromStringified: (a: any) => [number, number, number];
15
14
  export const login: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
15
+ export const fromStringified: (a: any) => [number, number, number];
16
16
  export const client_trashDir: (a: number, b: any) => any;
17
- export const client_createDir: (a: number, b: any, c: number, d: number) => any;
18
- export const client_dirExists: (a: number, b: any, c: number, d: number) => any;
19
- export const client_listDir: (a: number, b: any) => any;
20
17
  export const client_findItemInDir: (a: number, b: any, c: number, d: number) => any;
21
- export const client_deleteDirPermanently: (a: number, b: any) => any;
22
18
  export const client_root: (a: number) => any;
19
+ export const client_deleteDirPermanently: (a: number, b: any) => any;
20
+ export const client_createDir: (a: number, b: any, c: number, d: number) => any;
21
+ export const client_listDir: (a: number, b: any) => any;
22
+ export const client_dirExists: (a: number, b: any, c: number, d: number) => any;
23
23
  export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
24
24
  export const intounderlyingsource_cancel: (a: number) => void;
25
25
  export const intounderlyingsource_pull: (a: number, b: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filen/sdk-rs",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Filen WASM SDK using filen-sdk-rs",
5
5
  "type": "module",
6
6
  "scripts": {