@filen/sdk-rs 0.3.13 → 0.3.15
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 +305 -122
- package/browser/sdk-rs.js +665 -228
- package/browser/sdk-rs_bg.wasm +0 -0
- package/browser/sdk-rs_bg.wasm.d.ts +85 -38
- package/package.json +1 -1
package/browser/sdk-rs_bg.wasm
CHANGED
|
Binary file
|
|
@@ -4,66 +4,113 @@ 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 pausesignal_new: () => number;
|
|
7
|
-
export const __wbg_pausesignal_free: (a: number, b: number) => void;
|
|
8
|
-
export const pausesignal_pause: (a: number) => void;
|
|
9
|
-
export const pausesignal_isPaused: (a: number) => number;
|
|
10
7
|
export const pausesignal_resume: (a: number) => void;
|
|
11
|
-
export const
|
|
8
|
+
export const pausesignal_isPaused: (a: number) => number;
|
|
9
|
+
export const pausesignal_pause: (a: number) => void;
|
|
10
|
+
export const __wbg_pausesignal_free: (a: number, b: number) => void;
|
|
12
11
|
export const resourcelock_resource: (a: number) => [number, number];
|
|
13
12
|
export const resourcelock_drop: (a: number) => void;
|
|
14
|
-
export const __wbg_resourcelock_free: (a: number, b: number) => void;
|
|
15
13
|
export const client_lockDrive: (a: number) => any;
|
|
14
|
+
export const client_acquireLock: (a: number, b: any) => any;
|
|
15
|
+
export const __wbg_resourcelock_free: (a: number, b: number) => void;
|
|
16
16
|
export const client_makeThumbnailInMemory: (a: number, b: any) => any;
|
|
17
|
-
export const client_updateDirLink: (a: number, b: any, c: any) => any;
|
|
18
|
-
export const client_publicLinkDir: (a: number, b: any) => any;
|
|
19
17
|
export const client_getBlockedContacts: (a: number) => any;
|
|
20
|
-
export const
|
|
21
|
-
export const client_denyContactRequest: (a: number, b: number, c: number) => any;
|
|
18
|
+
export const client_getContacts: (a: number) => any;
|
|
22
19
|
export const client_removeSharedLinkIn: (a: number, b: number, c: number) => any;
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const client_listOutgoingContactRequests: (a: number) => any;
|
|
26
|
-
export const client_removeSharedLinkOut: (a: number, b: number, c: number, d: bigint) => any;
|
|
20
|
+
export const client_getFileLinkStatus: (a: number, b: any) => any;
|
|
21
|
+
export const client_sendContactRequest: (a: number, b: number, c: number) => any;
|
|
27
22
|
export const client_cancelContactRequest: (a: number, b: number, c: number) => any;
|
|
23
|
+
export const client_denyContactRequest: (a: number, b: number, c: number) => any;
|
|
24
|
+
export const client_getDirLinkStatus: (a: number, b: any) => any;
|
|
28
25
|
export const client_blockContact: (a: number, b: number, c: number) => any;
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const client_getContacts: (a: number) => any;
|
|
32
|
-
export const client_getFileLinkStatus: (a: number, b: any) => any;
|
|
26
|
+
export const client_listInShared: (a: number, b: number) => any;
|
|
27
|
+
export const client_publicLinkDir: (a: number, b: any) => any;
|
|
33
28
|
export const client_shareFile: (a: number, b: any, c: any) => any;
|
|
34
|
-
export const client_listIncomingContactRequests: (a: number) => any;
|
|
35
|
-
export const client_getDirLinkStatus: (a: number, b: any) => any;
|
|
36
29
|
export const client_listOutShared: (a: number, b: number, c: number) => any;
|
|
37
|
-
export const
|
|
30
|
+
export const client_removeSharedLinkOut: (a: number, b: number, c: number, d: bigint) => any;
|
|
31
|
+
export const client_updateFileLink: (a: number, b: any, c: any) => any;
|
|
38
32
|
export const client_unblockContact: (a: number, b: number, c: number) => any;
|
|
33
|
+
export const client_updateDirLink: (a: number, b: any, c: any) => any;
|
|
39
34
|
export const client_shareDir: (a: number, b: any, c: any) => any;
|
|
35
|
+
export const client_publicLinkFile: (a: number, b: any) => any;
|
|
36
|
+
export const client_listOutgoingContactRequests: (a: number) => any;
|
|
37
|
+
export const client_removeDirLink: (a: number, b: any) => any;
|
|
40
38
|
export const client_listLinkedDir: (a: number, b: any, c: any) => any;
|
|
41
39
|
export const client_deleteContact: (a: number, b: number, c: number) => any;
|
|
40
|
+
export const client_acceptContactRequest: (a: number, b: number, c: number) => any;
|
|
41
|
+
export const client_listIncomingContactRequests: (a: number) => any;
|
|
42
42
|
export const login: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
43
|
-
export const fromStringified: (a: any) => [number, number, number];
|
|
44
43
|
export const main_js: () => void;
|
|
45
|
-
export const
|
|
46
|
-
export const client_root: (a: number) => any;
|
|
47
|
-
export const client_trashDir: (a: number, b: any) => any;
|
|
48
|
-
export const client_createDir: (a: number, b: any, c: number, d: number) => any;
|
|
49
|
-
export const client_dirExists: (a: number, b: any, c: number, d: number) => any;
|
|
50
|
-
export const client_listDirRecursive: (a: number, b: any) => any;
|
|
51
|
-
export const client_setDirColor: (a: number, b: any, c: any) => any;
|
|
52
|
-
export const client_updateDirMetadata: (a: number, b: any, c: any) => any;
|
|
53
|
-
export const client_listFavorites: (a: number) => any;
|
|
54
|
-
export const client_getDir: (a: number, b: number, c: number) => any;
|
|
55
|
-
export const client_findItemInDir: (a: number, b: any, c: number, d: number) => any;
|
|
44
|
+
export const fromStringified: (a: any) => [number, number, number];
|
|
56
45
|
export const client_deleteDirPermanently: (a: number, b: any) => any;
|
|
46
|
+
export const client_setDirColor: (a: number, b: any, c: any) => any;
|
|
57
47
|
export const client_listDir: (a: number, b: any) => any;
|
|
48
|
+
export const client_getDirSize: (a: number, b: any) => any;
|
|
49
|
+
export const client_getDir: (a: number, b: number, c: number) => any;
|
|
58
50
|
export const client_listRecents: (a: number) => any;
|
|
51
|
+
export const client_listDirRecursive: (a: number, b: any) => any;
|
|
52
|
+
export const client_dirExists: (a: number, b: any, c: number, d: number) => any;
|
|
53
|
+
export const client_findItemInDir: (a: number, b: any, c: number, d: number) => any;
|
|
54
|
+
export const client_listFavorites: (a: number) => any;
|
|
55
|
+
export const client_updateDirMetadata: (a: number, b: any, c: any) => any;
|
|
56
|
+
export const client_createDir: (a: number, b: any, c: number, d: number) => any;
|
|
57
|
+
export const client_trashDir: (a: number, b: any) => any;
|
|
58
|
+
export const client_root: (a: number) => any;
|
|
59
|
+
export const client_setNoteTagFavorited: (a: number, b: any, c: number) => any;
|
|
60
|
+
export const client_archiveNote: (a: number, b: any) => any;
|
|
61
|
+
export const client_getNoteContent: (a: number, b: any) => any;
|
|
62
|
+
export const client_listNotes: (a: number) => any;
|
|
63
|
+
export const client_getNote: (a: number, b: number, c: number) => any;
|
|
64
|
+
export const client_removeTagFromNote: (a: number, b: any, c: any) => any;
|
|
65
|
+
export const client_setNoteContent: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
66
|
+
export const client_setNotePinned: (a: number, b: any, c: number) => any;
|
|
67
|
+
export const client_createNote: (a: number, b: number, c: number) => any;
|
|
68
|
+
export const client_setNoteFavorited: (a: number, b: any, c: number) => any;
|
|
69
|
+
export const client_trashNote: (a: number, b: any) => any;
|
|
70
|
+
export const client_addNoteParticipant: (a: number, b: any, c: any, d: number) => any;
|
|
71
|
+
export const client_deleteNote: (a: number, b: any) => any;
|
|
72
|
+
export const client_listNoteTags: (a: number) => any;
|
|
73
|
+
export const client_restoreNote: (a: number, b: any) => any;
|
|
74
|
+
export const client_setNoteParticipantPermission: (a: number, b: any, c: any, d: number) => any;
|
|
75
|
+
export const client_setNoteType: (a: number, b: any, c: any, d: number, e: number) => any;
|
|
76
|
+
export const client_removeNoteParticipant: (a: number, b: any, c: any) => any;
|
|
77
|
+
export const client_getNoteHistory: (a: number, b: any) => any;
|
|
78
|
+
export const client_restoreNoteFromHistory: (a: number, b: any, c: any) => any;
|
|
79
|
+
export const client_createNoteTag: (a: number, b: number, c: number) => any;
|
|
80
|
+
export const client_deleteNoteTag: (a: number, b: any) => any;
|
|
81
|
+
export const client_addTagToNote: (a: number, b: any, c: any) => any;
|
|
82
|
+
export const client_renameNoteTag: (a: number, b: any, c: number, d: number) => any;
|
|
83
|
+
export const client_setNoteTitle: (a: number, b: any, c: number, d: number) => any;
|
|
84
|
+
export const client_duplicateNote: (a: number, b: any) => any;
|
|
59
85
|
export const client_findItemMatchesForName: (a: number, b: number, c: number) => any;
|
|
60
|
-
export const
|
|
86
|
+
export const client_getChatUnreadCount: (a: number, b: any) => any;
|
|
87
|
+
export const client_updateLastChatFocusTimesNow: (a: number, b: number, c: number) => any;
|
|
88
|
+
export const client_muteChat: (a: number, b: any, c: number) => any;
|
|
89
|
+
export const client_leaveChat: (a: number, b: any) => any;
|
|
90
|
+
export const client_removeChatParticipant: (a: number, b: any, c: any) => any;
|
|
91
|
+
export const client_updateChatOnlineStatus: (a: number, b: any) => any;
|
|
92
|
+
export const client_disableMessageEmbed: (a: number, b: any) => any;
|
|
93
|
+
export const client_addChatParticipant: (a: number, b: any, c: any) => any;
|
|
94
|
+
export const client_listChats: (a: number) => any;
|
|
95
|
+
export const client_editMessage: (a: number, b: any, c: any, d: number, e: number) => any;
|
|
96
|
+
export const client_listMessagesBefore: (a: number, b: any, c: bigint) => any;
|
|
97
|
+
export const client_getAllChatsUnreadCount: (a: number) => any;
|
|
98
|
+
export const client_markChatRead: (a: number, b: any) => any;
|
|
99
|
+
export const client_deleteMessage: (a: number, b: any, c: any) => any;
|
|
100
|
+
export const client_createChat: (a: number, b: number, c: number) => any;
|
|
101
|
+
export const client_listMessages: (a: number, b: any) => any;
|
|
102
|
+
export const client_sendTypingSignal: (a: number, b: any, c: any) => any;
|
|
103
|
+
export const client_sendChatMessage: (a: number, b: any, c: number, d: number, e: number) => any;
|
|
104
|
+
export const client_deleteChat: (a: number, b: any) => any;
|
|
105
|
+
export const client_renameChat: (a: number, b: any, c: number, d: number) => any;
|
|
106
|
+
export const client_getChat: (a: number, b: number, c: number) => any;
|
|
107
|
+
export const client_updateFileMetadata: (a: number, b: any, c: any) => any;
|
|
61
108
|
export const client_downloadFileToWriter: (a: number, b: any) => any;
|
|
109
|
+
export const client_uploadFileFromReader: (a: number, b: any) => any;
|
|
110
|
+
export const client_trashFile: (a: number, b: any) => any;
|
|
62
111
|
export const client_uploadFile: (a: number, b: number, c: number, d: any) => any;
|
|
63
|
-
export const client_updateFileMetadata: (a: number, b: any, c: any) => any;
|
|
64
112
|
export const client_getFile: (a: number, b: number, c: number) => any;
|
|
65
|
-
export const
|
|
66
|
-
export const client_uploadFileFromReader: (a: number, b: any) => any;
|
|
113
|
+
export const client_downloadFile: (a: number, b: any) => any;
|
|
67
114
|
export const client_deleteFilePermanently: (a: number, b: any) => any;
|
|
68
115
|
export const client_setFavorite: (a: number, b: any, c: number) => any;
|
|
69
116
|
export const client_downloadItemsToZip: (a: number, b: any) => any;
|
|
@@ -90,6 +137,6 @@ export const __wbindgen_export_6: WebAssembly.Table;
|
|
|
90
137
|
export const __externref_table_dealloc: (a: number) => void;
|
|
91
138
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbd803380da322cda: (a: number, b: number) => void;
|
|
92
139
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h218a17164c1a612c: (a: number, b: number) => void;
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
140
|
+
export const closure1408_externref_shim: (a: number, b: number, c: any) => void;
|
|
141
|
+
export const closure1561_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
95
142
|
export const __wbindgen_start: () => void;
|