@filen/sdk-rs 0.2.2 → 0.2.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.
- package/browser/sdk-rs.d.ts +130 -0
- package/browser/sdk-rs.js +5 -0
- package/browser/sdk-rs_bg.js +1558 -0
- package/browser/sdk-rs_bg.wasm +0 -0
- package/browser/sdk-rs_bg.wasm.d.ts +58 -0
- package/package.json +1 -1
|
Binary file
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
export const memory: WebAssembly.Memory;
|
|
4
|
+
export const __wbg_dir_free: (a: number, b: number) => void;
|
|
5
|
+
export const dir_parent: (a: number) => [number, number];
|
|
6
|
+
export const dir_favorited: (a: number) => number;
|
|
7
|
+
export const file_parent: (a: number) => [number, number];
|
|
8
|
+
export const dir_meta: (a: number) => any;
|
|
9
|
+
export const file_meta: (a: number) => any;
|
|
10
|
+
export const __wbg_file_free: (a: number, b: number) => void;
|
|
11
|
+
export const file_uuid: (a: number) => [number, number];
|
|
12
|
+
export const dir_uuid: (a: number) => [number, number];
|
|
13
|
+
export const dir_color: (a: number) => [number, number];
|
|
14
|
+
export const file_favorited: (a: number) => number;
|
|
15
|
+
export const file_size: (a: number) => bigint;
|
|
16
|
+
export const login: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
17
|
+
export const main_js: () => void;
|
|
18
|
+
export const from_serialized: (a: any) => [number, number, number];
|
|
19
|
+
export const filenstate_serialize: (a: number) => any;
|
|
20
|
+
export const __wbg_filenstate_free: (a: number, b: number) => void;
|
|
21
|
+
export const filenstate_listDir: (a: number, b: number) => any;
|
|
22
|
+
export const filenstate_createDir: (a: number, b: number, c: number, d: number) => any;
|
|
23
|
+
export const filenstate_deleteDirPermanently: (a: number, b: number) => any;
|
|
24
|
+
export const filenstate_trashDir: (a: number, b: number) => any;
|
|
25
|
+
export const filenstate_findItemInDir: (a: number, b: number, c: number, d: number) => any;
|
|
26
|
+
export const filenstate_dirExists: (a: number, b: number, c: number, d: number) => any;
|
|
27
|
+
export const filenstate_root: (a: number) => number;
|
|
28
|
+
export const filenstate_uploadFileStream: (a: number, b: number, c: any) => any;
|
|
29
|
+
export const filenstate_uploadFile: (a: number, b: number, c: number, d: number, e: any) => any;
|
|
30
|
+
export const filenstate_downloadFileToWriter: (a: number, b: number, c: any) => any;
|
|
31
|
+
export const filenstate_deleteFilePermanently: (a: number, b: number) => any;
|
|
32
|
+
export const filenstate_downloadFile: (a: number, b: number) => any;
|
|
33
|
+
export const filenstate_trashFile: (a: number, b: number) => any;
|
|
34
|
+
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
35
|
+
export const intounderlyingbytesource_type: (a: number) => number;
|
|
36
|
+
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
37
|
+
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
38
|
+
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
39
|
+
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
40
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
41
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
42
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
43
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
44
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
45
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
46
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
47
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
48
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
49
|
+
export const __wbindgen_export_2: WebAssembly.Table;
|
|
50
|
+
export const __wbindgen_exn_store: (a: number) => void;
|
|
51
|
+
export const __externref_table_alloc: () => number;
|
|
52
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
53
|
+
export const __wbindgen_export_6: WebAssembly.Table;
|
|
54
|
+
export const __externref_table_dealloc: (a: number) => void;
|
|
55
|
+
export const closure110_externref_shim: (a: number, b: number, c: any) => void;
|
|
56
|
+
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3a28bb1da68602c0: (a: number, b: number) => void;
|
|
57
|
+
export const closure86_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
58
|
+
export const __wbindgen_start: () => void;
|