@filen/sdk-rs 0.3.21 → 0.3.24
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/FilenSdkRsFramework.xcframework/ios-arm64/libfilen_sdk_rs.a +0 -0
- package/FilenSdkRsFramework.xcframework/ios-arm64-simulator/libfilen_sdk_rs.a +0 -0
- package/android/src/main/jniLibs/arm64-v8a/libfilen_sdk_rs.so +0 -0
- package/android/src/main/jniLibs/x86_64/libfilen_sdk_rs.so +0 -0
- package/package.json +19 -13
- package/{browser/sdk-rs.d.ts → sdk-rs.d.ts} +257 -257
- package/{browser/sdk-rs.js → sdk-rs.js} +441 -441
- package/{browser/sdk-rs_bg.wasm → sdk-rs_bg.wasm} +0 -0
- package/{browser/sdk-rs_bg.wasm.d.ts → sdk-rs_bg.wasm.d.ts} +80 -80
- /package/{browser/snippets → snippets}/wasm-bindgen-rayon-38edf6e439f6d70d/src/workerHelpers.js +0 -0
|
Binary file
|
|
@@ -2,135 +2,135 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const worker_entry_point: (a: number) => void;
|
|
4
4
|
export const __wbg_eventlistenerhandle_free: (a: number, b: number) => void;
|
|
5
|
-
export const filensdkerror_message: (a: number) => [number, number];
|
|
6
5
|
export const filensdkerror_kind: (a: number) => any;
|
|
7
6
|
export const __wbg_filensdkerror_free: (a: number, b: number) => void;
|
|
7
|
+
export const filensdkerror_message: (a: number) => [number, number];
|
|
8
|
+
export const client_trashFile: (a: number, b: any) => any;
|
|
9
|
+
export const client_uploadFileFromReader: (a: number, b: any) => any;
|
|
10
|
+
export const client_downloadFile: (a: number, b: any) => any;
|
|
11
|
+
export const client_getFile: (a: number, b: number, c: number) => any;
|
|
8
12
|
export const client_downloadFileToWriter: (a: number, b: any) => any;
|
|
9
13
|
export const client_updateFileMetadata: (a: number, b: any, c: any) => any;
|
|
10
|
-
export const client_getFile: (a: number, b: number, c: number) => any;
|
|
11
|
-
export const client_trashFile: (a: number, b: any) => any;
|
|
12
14
|
export const client_deleteFilePermanently: (a: number, b: any) => any;
|
|
13
15
|
export const client_uploadFile: (a: number, b: number, c: number, d: any) => any;
|
|
14
|
-
export const
|
|
15
|
-
export const client_uploadFileFromReader: (a: number, b: any) => any;
|
|
16
|
+
export const startPasswordReset: (a: number, b: number) => any;
|
|
16
17
|
export const client_changePassword: (a: number, b: any) => any;
|
|
17
|
-
export const client_disable2FA: (a: number, b: number, c: number) => any;
|
|
18
18
|
export const client_enable2FAGetRecoveryKey: (a: number, b: number, c: number) => any;
|
|
19
|
+
export const client_disable2FA: (a: number, b: number, c: number) => any;
|
|
20
|
+
export const client_deleteAccount: (a: number, b: number, c: number) => any;
|
|
19
21
|
export const client_generate2FASecret: (a: number) => any;
|
|
20
|
-
export const register: (a: any) => any;
|
|
21
22
|
export const client_exportMasterKeys: (a: number) => any;
|
|
22
|
-
export const client_deleteAccount: (a: number, b: number, c: number) => any;
|
|
23
|
-
export const startPasswordReset: (a: number, b: number) => any;
|
|
24
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
25
23
|
export const client_toStringified: (a: number) => any;
|
|
24
|
+
export const register: (a: any) => any;
|
|
25
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
26
26
|
export const completePasswordReset: (a: any) => any;
|
|
27
|
+
export const login: (a: any) => any;
|
|
27
28
|
export const main_js: () => void;
|
|
28
29
|
export const fromStringified: (a: any) => [number, number, number];
|
|
29
|
-
export const login: (a: any) => any;
|
|
30
|
-
export const pausesignal_isPaused: (a: number) => number;
|
|
31
|
-
export const pausesignal_pause: (a: number) => void;
|
|
32
|
-
export const pausesignal_new: () => number;
|
|
33
30
|
export const __wbg_pausesignal_free: (a: number, b: number) => void;
|
|
31
|
+
export const pausesignal_new: () => number;
|
|
34
32
|
export const pausesignal_resume: (a: number) => void;
|
|
35
|
-
export const
|
|
33
|
+
export const pausesignal_pause: (a: number) => void;
|
|
34
|
+
export const pausesignal_isPaused: (a: number) => number;
|
|
35
|
+
export const resourcelock_resource: (a: number) => [number, number];
|
|
36
36
|
export const __wbg_resourcelock_free: (a: number, b: number) => void;
|
|
37
37
|
export const jsclient_acquireLock: (a: number, b: any) => any;
|
|
38
|
-
export const
|
|
38
|
+
export const resourcelock_drop: (a: number) => void;
|
|
39
39
|
export const jsclient_lockDrive: (a: number) => any;
|
|
40
|
-
export const
|
|
40
|
+
export const client_listIncomingContactRequests: (a: number) => any;
|
|
41
|
+
export const client_listOutgoingContactRequests: (a: number) => any;
|
|
42
|
+
export const client_listLinkedDir: (a: number, b: any, c: any) => any;
|
|
43
|
+
export const client_cancelContactRequest: (a: number, b: number, c: number) => any;
|
|
44
|
+
export const client_sendContactRequest: (a: number, b: number, c: number) => any;
|
|
45
|
+
export const client_listInShared: (a: number, b: number) => any;
|
|
41
46
|
export const client_getBlockedContacts: (a: number) => any;
|
|
42
|
-
export const client_denyContactRequest: (a: number, b: number, c: number) => any;
|
|
43
|
-
export const client_publicLinkFile: (a: number, b: any) => any;
|
|
44
|
-
export const client_updateFileLink: (a: number, b: any, c: any) => any;
|
|
45
|
-
export const client_deleteContact: (a: number, b: number, c: number) => any;
|
|
46
|
-
export const client_unblockContact: (a: number, b: number, c: number) => any;
|
|
47
47
|
export const client_getFileLinkStatus: (a: number, b: any) => any;
|
|
48
|
-
export const
|
|
48
|
+
export const client_publicLinkFile: (a: number, b: any) => any;
|
|
49
49
|
export const client_getContacts: (a: number) => any;
|
|
50
|
+
export const client_removeSharedLinkOut: (a: number, b: number, c: number, d: bigint) => any;
|
|
51
|
+
export const client_shareFile: (a: number, b: any, c: any) => any;
|
|
50
52
|
export const client_updateDirLink: (a: number, b: any, c: any) => any;
|
|
51
|
-
export const
|
|
52
|
-
export const client_listIncomingContactRequests: (a: number) => any;
|
|
53
|
-
export const client_listInShared: (a: number, b: number) => any;
|
|
54
|
-
export const client_cancelContactRequest: (a: number, b: number, c: number) => any;
|
|
55
|
-
export const client_listLinkedDir: (a: number, b: any, c: any) => any;
|
|
56
|
-
export const client_acceptContactRequest: (a: number, b: number, c: number) => any;
|
|
57
|
-
export const client_blockContact: (a: number, b: number, c: number) => any;
|
|
58
|
-
export const client_publicLinkDir: (a: number, b: any) => any;
|
|
59
|
-
export const client_listOutgoingContactRequests: (a: number) => any;
|
|
53
|
+
export const client_getDirLinkStatus: (a: number, b: any) => any;
|
|
60
54
|
export const client_listOutShared: (a: number, b: number, c: number) => any;
|
|
55
|
+
export const client_publicLinkDir: (a: number, b: any) => any;
|
|
61
56
|
export const client_removeDirLink: (a: number, b: any) => any;
|
|
62
|
-
export const client_shareDir: (a: number, b: any, c: any) => any;
|
|
63
|
-
export const client_removeSharedLinkOut: (a: number, b: number, c: number, d: bigint) => any;
|
|
64
57
|
export const client_removeSharedLinkIn: (a: number, b: number, c: number) => any;
|
|
58
|
+
export const client_deleteContact: (a: number, b: number, c: number) => any;
|
|
59
|
+
export const client_blockContact: (a: number, b: number, c: number) => any;
|
|
60
|
+
export const client_unblockContact: (a: number, b: number, c: number) => any;
|
|
61
|
+
export const client_acceptContactRequest: (a: number, b: number, c: number) => any;
|
|
62
|
+
export const client_updateFileLink: (a: number, b: any, c: any) => any;
|
|
63
|
+
export const client_denyContactRequest: (a: number, b: number, c: number) => any;
|
|
64
|
+
export const client_shareDir: (a: number, b: any, c: any) => any;
|
|
65
65
|
export const client_makeThumbnailInMemory: (a: number, b: any) => any;
|
|
66
|
-
export const client_setNotePinned: (a: number, b: any, c: number) => any;
|
|
67
|
-
export const client_addNoteParticipant: (a: number, b: any, c: any, d: number) => any;
|
|
68
|
-
export const client_setNoteContent: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
69
|
-
export const client_deleteNote: (a: number, b: any) => any;
|
|
70
|
-
export const client_createNote: (a: number, b: number, c: number) => any;
|
|
71
66
|
export const client_removeTagFromNote: (a: number, b: any, c: any) => any;
|
|
72
|
-
export const
|
|
67
|
+
export const client_renameNoteTag: (a: number, b: any, c: number, d: number) => any;
|
|
73
68
|
export const client_removeNoteParticipant: (a: number, b: any, c: bigint) => any;
|
|
69
|
+
export const client_setNoteTitle: (a: number, b: any, c: number, d: number) => any;
|
|
70
|
+
export const client_deleteNote: (a: number, b: any) => any;
|
|
71
|
+
export const client_createNoteTag: (a: number, b: number, c: number) => any;
|
|
72
|
+
export const client_listNoteTags: (a: number) => any;
|
|
74
73
|
export const client_duplicateNote: (a: number, b: any) => any;
|
|
75
|
-
export const
|
|
74
|
+
export const client_listNotes: (a: number) => any;
|
|
75
|
+
export const client_restoreNoteFromHistory: (a: number, b: any, c: any) => any;
|
|
76
76
|
export const client_trashNote: (a: number, b: any) => any;
|
|
77
|
-
export const
|
|
77
|
+
export const client_addTagToNote: (a: number, b: any, c: any) => any;
|
|
78
|
+
export const client_getNote: (a: number, b: number, c: number) => any;
|
|
79
|
+
export const client_setNoteFavorited: (a: number, b: any, c: number) => any;
|
|
80
|
+
export const client_archiveNote: (a: number, b: any) => any;
|
|
81
|
+
export const client_getNoteContent: (a: number, b: any) => any;
|
|
78
82
|
export const client_getNoteHistory: (a: number, b: 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
83
|
export const client_restoreNote: (a: number, b: any) => any;
|
|
82
|
-
export const
|
|
83
|
-
export const client_setNoteParticipantPermission: (a: number, b: number, c: number, d: any, e: number) => any;
|
|
84
|
-
export const client_setNoteTitle: (a: number, b: any, c: number, d: number) => any;
|
|
85
|
-
export const client_setNoteTagFavorited: (a: number, b: any, c: number) => any;
|
|
86
|
-
export const client_archiveNote: (a: number, b: any) => any;
|
|
87
|
-
export const client_setNoteFavorited: (a: number, b: any, c: number) => any;
|
|
88
|
-
export const client_getNote: (a: number, b: number, c: number) => any;
|
|
84
|
+
export const client_setNoteContent: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
89
85
|
export const client_setNoteType: (a: number, b: any, c: any, d: number, e: number) => any;
|
|
86
|
+
export const client_setNotePinned: (a: number, b: any, c: number) => any;
|
|
87
|
+
export const client_setNoteTagFavorited: (a: number, b: any, c: number) => any;
|
|
88
|
+
export const client_deleteNoteTag: (a: number, b: any) => any;
|
|
89
|
+
export const client_addNoteParticipant: (a: number, b: any, c: any, d: number) => any;
|
|
90
|
+
export const client_setNoteParticipantPermission: (a: number, b: number, c: number, d: any, e: number) => any;
|
|
91
|
+
export const client_createNote: (a: number, b: number, c: number) => any;
|
|
90
92
|
export const decryptMetaWithNoteKey: (a: any, b: number, c: number) => any;
|
|
91
|
-
export const client_restoreNoteFromHistory: (a: number, b: any, c: any) => any;
|
|
92
|
-
export const client_getNoteContent: (a: number, b: any) => any;
|
|
93
93
|
export const client_findItemMatchesForName: (a: number, b: number, c: number) => any;
|
|
94
|
-
export const
|
|
95
|
-
export const client_listDir: (a: number, b: any) => any;
|
|
96
|
-
export const client_listRecents: (a: number) => any;
|
|
97
|
-
export const client_getDir: (a: number, b: number, c: number) => any;
|
|
98
|
-
export const client_listDirRecursive: (a: number, b: any) => any;
|
|
94
|
+
export const client_createDir: (a: number, b: any, c: number, d: number) => any;
|
|
99
95
|
export const client_findItemInDir: (a: number, b: any, c: number, d: number) => any;
|
|
100
|
-
export const client_getDirSize: (a: number, b: any) => any;
|
|
101
96
|
export const client_trashDir: (a: number, b: any) => any;
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const client_root: (a: number) => any;
|
|
97
|
+
export const client_listRecents: (a: number) => any;
|
|
98
|
+
export const client_getDirSize: (a: number, b: any) => any;
|
|
105
99
|
export const client_setDirColor: (a: number, b: any, c: number, d: number) => any;
|
|
106
|
-
export const
|
|
100
|
+
export const client_getDir: (a: number, b: number, c: number) => any;
|
|
107
101
|
export const client_deleteDirPermanently: (a: number, b: any) => any;
|
|
102
|
+
export const client_updateDirMetadata: (a: number, b: any, c: any) => any;
|
|
103
|
+
export const client_listDirRecursive: (a: number, b: any) => any;
|
|
104
|
+
export const client_dirExists: (a: number, b: any, c: number, d: number) => any;
|
|
105
|
+
export const client_root: (a: number) => any;
|
|
106
|
+
export const client_listFavorites: (a: number) => any;
|
|
107
|
+
export const client_listDir: (a: number, b: any) => any;
|
|
108
108
|
export const client_set_dir_color: (a: number, b: any, c: number, d: number) => any;
|
|
109
|
-
export const
|
|
109
|
+
export const client_listMessages: (a: number, b: any) => any;
|
|
110
|
+
export const client_listMessagesBefore: (a: number, b: any, c: bigint) => any;
|
|
110
111
|
export const client_getChatUnreadCount: (a: number, b: any) => any;
|
|
112
|
+
export const client_disableMessageEmbed: (a: number, b: any) => any;
|
|
113
|
+
export const client_markChatRead: (a: number, b: any) => any;
|
|
111
114
|
export const client_updateLastChatFocusTimesNow: (a: number, b: number, c: number) => any;
|
|
115
|
+
export const client_deleteChat: (a: number, b: any) => any;
|
|
116
|
+
export const client_leaveChat: (a: number, b: any) => any;
|
|
112
117
|
export const client_muteChat: (a: number, b: any, c: number) => any;
|
|
113
|
-
export const client_sendTypingSignal: (a: number, b: any, c: any) => any;
|
|
114
118
|
export const client_getChat: (a: number, b: number, c: number) => any;
|
|
115
|
-
export const
|
|
116
|
-
export const client_removeChatParticipant: (a: number, b: any, c: any) => any;
|
|
117
|
-
export const client_updateChatOnlineStatus: (a: number, b: any) => any;
|
|
119
|
+
export const client_listChats: (a: number) => any;
|
|
118
120
|
export const decryptMetaWithChatKey: (a: any, b: number, c: number) => any;
|
|
121
|
+
export const client_editMessage: (a: number, b: any, c: any, d: number, e: number) => any;
|
|
122
|
+
export const client_updateChatOnlineStatus: (a: number, b: any) => any;
|
|
123
|
+
export const client_createChat: (a: number, b: number, c: number) => any;
|
|
124
|
+
export const client_deleteMessage: (a: number, b: any, c: any) => any;
|
|
119
125
|
export const client_sendChatMessage: (a: number, b: any, c: number, d: number, e: number) => any;
|
|
120
|
-
export const client_listChats: (a: number) => any;
|
|
121
|
-
export const client_markChatRead: (a: number, b: any) => any;
|
|
122
|
-
export const client_addChatParticipant: (a: number, b: any, c: any) => any;
|
|
123
|
-
export const client_listMessagesBefore: (a: number, b: any, c: bigint) => any;
|
|
124
126
|
export const client_getAllChatsUnreadCount: (a: number) => any;
|
|
125
|
-
export const client_listMessages: (a: number, b: any) => any;
|
|
126
127
|
export const client_renameChat: (a: number, b: any, c: number, d: number) => any;
|
|
127
|
-
export const
|
|
128
|
-
export const
|
|
129
|
-
export const
|
|
130
|
-
export const client_deleteMessage: (a: number, b: any, c: any) => any;
|
|
128
|
+
export const client_addChatParticipant: (a: number, b: any, c: any) => any;
|
|
129
|
+
export const client_removeChatParticipant: (a: number, b: any, c: any) => any;
|
|
130
|
+
export const client_sendTypingSignal: (a: number, b: any, c: any) => any;
|
|
131
131
|
export const client_decryptMeta: (a: number, b: number, c: number) => any;
|
|
132
|
-
export const client_isSocketConnected: (a: number) => any;
|
|
133
132
|
export const client_addSocketListener: (a: number, b: number, c: number, d: any) => any;
|
|
133
|
+
export const client_isSocketConnected: (a: number) => any;
|
|
134
134
|
export const client_downloadItemsToZip: (a: number, b: any) => any;
|
|
135
135
|
export const client_setFavorite: (a: number, b: any, c: number) => any;
|
|
136
136
|
export const filensdkerror_toString: (a: number) => [number, number];
|
|
@@ -163,10 +163,10 @@ export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
|
163
163
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
164
164
|
export const __wbindgen_export_8: WebAssembly.Table;
|
|
165
165
|
export const __externref_table_dealloc: (a: number) => void;
|
|
166
|
-
export const closure199_externref_shim: (a: number, b: number, c: any) => void;
|
|
167
|
-
export const wasm_bindgen__convert__closures_____invoke__h2628cf2e1cb63982: (a: number, b: number) => void;
|
|
168
166
|
export const wasm_bindgen__convert__closures_____invoke__hae677310d2767440: (a: number, b: number) => void;
|
|
169
167
|
export const closure2829_externref_shim: (a: number, b: number, c: any) => void;
|
|
168
|
+
export const closure200_externref_shim: (a: number, b: number, c: any) => void;
|
|
169
|
+
export const wasm_bindgen__convert__closures_____invoke__h2628cf2e1cb63982: (a: number, b: number) => void;
|
|
170
170
|
export const closure3000_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
171
171
|
export const __wbindgen_thread_destroy: (a?: number, b?: number, c?: number) => void;
|
|
172
172
|
export const __wbindgen_start: (a: number) => void;
|
/package/{browser/snippets → snippets}/wasm-bindgen-rayon-38edf6e439f6d70d/src/workerHelpers.js
RENAMED
|
File without changes
|