@bitwarden/sdk-internal 0.2.0-main.410 → 0.2.0-main.411
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/VERSION +1 -1
- package/bitwarden_wasm_internal.d.ts +1116 -1116
- package/bitwarden_wasm_internal_bg.js +1096 -1095
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +168 -168
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +1116 -1116
- package/node/bitwarden_wasm_internal.js +1096 -1095
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +168 -168
- package/package.json +1 -1
|
Binary file
|
|
@@ -2,159 +2,161 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
4
|
export const __wbg_passwordmanagerclient_free: (a: number, b: number) => void;
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
5
|
+
export const __wbg_purecrypto_free: (a: number, b: number) => void;
|
|
6
|
+
export const generate_ssh_key: (a: number, b: number) => void;
|
|
7
|
+
export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
8
|
+
export const init_sdk: (a: number) => void;
|
|
9
|
+
export const isTestError: (a: number) => number;
|
|
10
10
|
export const passwordmanagerclient_auth: (a: number) => number;
|
|
11
11
|
export const passwordmanagerclient_crypto: (a: number) => number;
|
|
12
|
-
export const
|
|
13
|
-
export const passwordmanagerclient_platform: (a: number) => number;
|
|
14
|
-
export const passwordmanagerclient_generator: (a: number) => number;
|
|
12
|
+
export const passwordmanagerclient_echo: (a: number, b: number, c: number, d: number) => void;
|
|
15
13
|
export const passwordmanagerclient_exporters: (a: number) => number;
|
|
16
|
-
export const
|
|
14
|
+
export const passwordmanagerclient_generator: (a: number) => number;
|
|
15
|
+
export const passwordmanagerclient_http_get: (a: number, b: number, c: number) => number;
|
|
16
|
+
export const passwordmanagerclient_new: (a: number, b: number) => number;
|
|
17
|
+
export const passwordmanagerclient_platform: (a: number) => number;
|
|
18
|
+
export const passwordmanagerclient_throw: (a: number, b: number, c: number, d: number) => void;
|
|
19
|
+
export const passwordmanagerclient_vault: (a: number) => number;
|
|
20
|
+
export const passwordmanagerclient_version: (a: number, b: number) => void;
|
|
17
21
|
export const platformclient_load_flags: (a: number, b: number, c: number) => void;
|
|
18
|
-
export const
|
|
19
|
-
export const stateclient_register_folder_repository: (a: number, b: number) => void;
|
|
20
|
-
export const stateclient_register_client_managed_repositories: (a: number, b: number) => void;
|
|
21
|
-
export const stateclient_initialize_state: (a: number, b: number) => number;
|
|
22
|
-
export const __wbg_purecrypto_free: (a: number, b: number) => void;
|
|
23
|
-
export const purecrypto_symmetric_decrypt: (
|
|
22
|
+
export const purecrypto_decapsulate_key_unsigned: (
|
|
24
23
|
a: number,
|
|
25
24
|
b: number,
|
|
26
25
|
c: number,
|
|
27
26
|
d: number,
|
|
28
27
|
e: number,
|
|
29
28
|
) => void;
|
|
30
|
-
export const
|
|
29
|
+
export const purecrypto_decrypt_user_key_with_master_key: (
|
|
31
30
|
a: number,
|
|
32
31
|
b: number,
|
|
33
32
|
c: number,
|
|
34
33
|
d: number,
|
|
35
34
|
e: number,
|
|
36
35
|
) => void;
|
|
37
|
-
export const
|
|
36
|
+
export const purecrypto_decrypt_user_key_with_master_password: (
|
|
38
37
|
a: number,
|
|
39
38
|
b: number,
|
|
40
39
|
c: number,
|
|
41
40
|
d: number,
|
|
42
41
|
e: number,
|
|
42
|
+
f: number,
|
|
43
|
+
g: number,
|
|
44
|
+
h: number,
|
|
43
45
|
) => void;
|
|
44
|
-
export const
|
|
46
|
+
export const purecrypto_derive_kdf_material: (
|
|
45
47
|
a: number,
|
|
46
48
|
b: number,
|
|
47
49
|
c: number,
|
|
48
50
|
d: number,
|
|
49
51
|
e: number,
|
|
52
|
+
f: number,
|
|
50
53
|
) => void;
|
|
51
|
-
export const
|
|
54
|
+
export const purecrypto_encapsulate_key_unsigned: (
|
|
52
55
|
a: number,
|
|
53
56
|
b: number,
|
|
54
57
|
c: number,
|
|
55
58
|
d: number,
|
|
56
59
|
e: number,
|
|
57
60
|
) => void;
|
|
58
|
-
export const
|
|
61
|
+
export const purecrypto_encrypt_user_key_with_master_password: (
|
|
59
62
|
a: number,
|
|
60
63
|
b: number,
|
|
61
64
|
c: number,
|
|
62
65
|
d: number,
|
|
63
66
|
e: number,
|
|
67
|
+
f: number,
|
|
68
|
+
g: number,
|
|
69
|
+
h: number,
|
|
64
70
|
) => void;
|
|
65
|
-
export const
|
|
71
|
+
export const purecrypto_key_algorithm_for_verifying_key: (a: number, b: number, c: number) => void;
|
|
72
|
+
export const purecrypto_make_user_key_aes256_cbc_hmac: (a: number) => void;
|
|
73
|
+
export const purecrypto_make_user_key_xchacha20_poly1305: (a: number) => void;
|
|
74
|
+
export const purecrypto_rsa_decrypt_data: (
|
|
66
75
|
a: number,
|
|
67
76
|
b: number,
|
|
68
77
|
c: number,
|
|
69
78
|
d: number,
|
|
70
79
|
e: number,
|
|
71
80
|
) => void;
|
|
72
|
-
export const
|
|
81
|
+
export const purecrypto_rsa_encrypt_data: (
|
|
73
82
|
a: number,
|
|
74
83
|
b: number,
|
|
75
84
|
c: number,
|
|
76
85
|
d: number,
|
|
77
86
|
e: number,
|
|
78
87
|
) => void;
|
|
79
|
-
export const
|
|
88
|
+
export const purecrypto_rsa_extract_public_key: (a: number, b: number, c: number) => void;
|
|
89
|
+
export const purecrypto_rsa_generate_keypair: (a: number) => void;
|
|
90
|
+
export const purecrypto_symmetric_decrypt: (
|
|
80
91
|
a: number,
|
|
81
92
|
b: number,
|
|
82
93
|
c: number,
|
|
83
94
|
d: number,
|
|
84
95
|
e: number,
|
|
85
|
-
f: number,
|
|
86
|
-
g: number,
|
|
87
|
-
h: number,
|
|
88
96
|
) => void;
|
|
89
|
-
export const
|
|
97
|
+
export const purecrypto_symmetric_decrypt_array_buffer: (
|
|
90
98
|
a: number,
|
|
91
99
|
b: number,
|
|
92
100
|
c: number,
|
|
93
101
|
d: number,
|
|
94
102
|
e: number,
|
|
95
|
-
f: number,
|
|
96
|
-
g: number,
|
|
97
|
-
h: number,
|
|
98
103
|
) => void;
|
|
99
|
-
export const
|
|
100
|
-
export const purecrypto_make_user_key_xchacha20_poly1305: (a: number) => void;
|
|
101
|
-
export const purecrypto_wrap_symmetric_key: (
|
|
104
|
+
export const purecrypto_symmetric_decrypt_bytes: (
|
|
102
105
|
a: number,
|
|
103
106
|
b: number,
|
|
104
107
|
c: number,
|
|
105
108
|
d: number,
|
|
106
109
|
e: number,
|
|
107
110
|
) => void;
|
|
108
|
-
export const
|
|
111
|
+
export const purecrypto_symmetric_decrypt_filedata: (
|
|
109
112
|
a: number,
|
|
110
113
|
b: number,
|
|
111
114
|
c: number,
|
|
112
115
|
d: number,
|
|
113
116
|
e: number,
|
|
114
117
|
) => void;
|
|
115
|
-
export const
|
|
118
|
+
export const purecrypto_symmetric_decrypt_string: (
|
|
116
119
|
a: number,
|
|
117
120
|
b: number,
|
|
118
121
|
c: number,
|
|
119
122
|
d: number,
|
|
120
123
|
e: number,
|
|
121
124
|
) => void;
|
|
122
|
-
export const
|
|
125
|
+
export const purecrypto_symmetric_encrypt_bytes: (
|
|
123
126
|
a: number,
|
|
124
127
|
b: number,
|
|
125
128
|
c: number,
|
|
126
129
|
d: number,
|
|
127
130
|
e: number,
|
|
128
131
|
) => void;
|
|
129
|
-
export const
|
|
132
|
+
export const purecrypto_symmetric_encrypt_filedata: (
|
|
130
133
|
a: number,
|
|
131
134
|
b: number,
|
|
132
135
|
c: number,
|
|
133
136
|
d: number,
|
|
134
137
|
e: number,
|
|
135
138
|
) => void;
|
|
136
|
-
export const
|
|
139
|
+
export const purecrypto_symmetric_encrypt_string: (
|
|
137
140
|
a: number,
|
|
138
141
|
b: number,
|
|
139
142
|
c: number,
|
|
140
143
|
d: number,
|
|
141
144
|
e: number,
|
|
142
145
|
) => void;
|
|
143
|
-
export const
|
|
146
|
+
export const purecrypto_unwrap_decapsulation_key: (
|
|
144
147
|
a: number,
|
|
145
148
|
b: number,
|
|
146
149
|
c: number,
|
|
147
150
|
d: number,
|
|
148
151
|
e: number,
|
|
149
152
|
) => void;
|
|
150
|
-
export const
|
|
153
|
+
export const purecrypto_unwrap_symmetric_key: (
|
|
151
154
|
a: number,
|
|
152
155
|
b: number,
|
|
153
156
|
c: number,
|
|
154
157
|
d: number,
|
|
155
158
|
e: number,
|
|
156
159
|
) => void;
|
|
157
|
-
export const purecrypto_key_algorithm_for_verifying_key: (a: number, b: number, c: number) => void;
|
|
158
160
|
export const purecrypto_verify_and_unwrap_signed_public_key: (
|
|
159
161
|
a: number,
|
|
160
162
|
b: number,
|
|
@@ -162,64 +164,61 @@ export const purecrypto_verify_and_unwrap_signed_public_key: (
|
|
|
162
164
|
d: number,
|
|
163
165
|
e: number,
|
|
164
166
|
) => void;
|
|
165
|
-
export const
|
|
167
|
+
export const purecrypto_verifying_key_for_signing_key: (
|
|
166
168
|
a: number,
|
|
167
169
|
b: number,
|
|
168
170
|
c: number,
|
|
169
171
|
d: number,
|
|
170
172
|
e: number,
|
|
171
|
-
f: number,
|
|
172
173
|
) => void;
|
|
173
|
-
export const
|
|
174
|
+
export const purecrypto_wrap_decapsulation_key: (
|
|
174
175
|
a: number,
|
|
175
176
|
b: number,
|
|
176
177
|
c: number,
|
|
177
178
|
d: number,
|
|
178
179
|
e: number,
|
|
179
180
|
) => void;
|
|
180
|
-
export const
|
|
181
|
-
export const purecrypto_rsa_generate_keypair: (a: number) => void;
|
|
182
|
-
export const purecrypto_rsa_decrypt_data: (
|
|
181
|
+
export const purecrypto_wrap_encapsulation_key: (
|
|
183
182
|
a: number,
|
|
184
183
|
b: number,
|
|
185
184
|
c: number,
|
|
186
185
|
d: number,
|
|
187
186
|
e: number,
|
|
188
187
|
) => void;
|
|
189
|
-
export const
|
|
188
|
+
export const purecrypto_wrap_symmetric_key: (
|
|
190
189
|
a: number,
|
|
191
190
|
b: number,
|
|
192
191
|
c: number,
|
|
193
192
|
d: number,
|
|
194
193
|
e: number,
|
|
195
194
|
) => void;
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const
|
|
195
|
+
export const stateclient_initialize_state: (a: number, b: number) => number;
|
|
196
|
+
export const stateclient_register_cipher_repository: (a: number, b: number) => void;
|
|
197
|
+
export const stateclient_register_client_managed_repositories: (a: number, b: number) => void;
|
|
198
|
+
export const stateclient_register_folder_repository: (a: number, b: number) => void;
|
|
199
199
|
export const __wbg_authclient_free: (a: number, b: number) => void;
|
|
200
|
-
export const authclient_identity: (a: number) => number;
|
|
201
200
|
export const __wbg_identityclient_free: (a: number, b: number) => void;
|
|
201
|
+
export const authclient_identity: (a: number) => number;
|
|
202
202
|
export const sendaccessclient_request_send_access_token: (a: number, b: number) => number;
|
|
203
203
|
export const isCollectionDecryptError: (a: number) => number;
|
|
204
|
-
export const
|
|
205
|
-
export const
|
|
206
|
-
export const cryptoclient_make_key_pair: (a: number, b: number, c: number) => void;
|
|
207
|
-
export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
|
|
208
|
-
export const cryptoclient_make_keys_for_user_crypto_v2: (a: number, b: number) => void;
|
|
209
|
-
export const cryptoclient_get_v2_rotated_account_keys: (a: number, b: number) => void;
|
|
210
|
-
export const cryptoclient_make_update_kdf: (
|
|
204
|
+
export const cryptoclient_enroll_pin: (a: number, b: number, c: number, d: number) => void;
|
|
205
|
+
export const cryptoclient_enroll_pin_with_encrypted_pin: (
|
|
211
206
|
a: number,
|
|
212
207
|
b: number,
|
|
213
208
|
c: number,
|
|
214
209
|
d: number,
|
|
215
|
-
e: number,
|
|
216
210
|
) => void;
|
|
217
|
-
export const
|
|
218
|
-
export const
|
|
211
|
+
export const cryptoclient_get_v2_rotated_account_keys: (a: number, b: number) => void;
|
|
212
|
+
export const cryptoclient_initialize_org_crypto: (a: number, b: number) => number;
|
|
213
|
+
export const cryptoclient_initialize_user_crypto: (a: number, b: number) => number;
|
|
214
|
+
export const cryptoclient_make_key_pair: (a: number, b: number, c: number) => void;
|
|
215
|
+
export const cryptoclient_make_keys_for_user_crypto_v2: (a: number, b: number) => void;
|
|
216
|
+
export const cryptoclient_make_update_kdf: (
|
|
219
217
|
a: number,
|
|
220
218
|
b: number,
|
|
221
219
|
c: number,
|
|
222
220
|
d: number,
|
|
221
|
+
e: number,
|
|
223
222
|
) => void;
|
|
224
223
|
export const cryptoclient_unseal_password_protected_key_envelope: (
|
|
225
224
|
a: number,
|
|
@@ -229,23 +228,22 @@ export const cryptoclient_unseal_password_protected_key_envelope: (
|
|
|
229
228
|
e: number,
|
|
230
229
|
f: number,
|
|
231
230
|
) => void;
|
|
232
|
-
export const
|
|
231
|
+
export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
|
|
232
|
+
export const isAccountCryptographyInitializationError: (a: number) => number;
|
|
233
|
+
export const isCryptoClientError: (a: number) => number;
|
|
233
234
|
export const isDeriveKeyConnectorError: (a: number) => number;
|
|
235
|
+
export const isEncryptionSettingsError: (a: number) => number;
|
|
234
236
|
export const isEnrollAdminPasswordResetError: (a: number) => number;
|
|
235
|
-
export const
|
|
236
|
-
export const isAccountCryptographyInitializationError: (a: number) => number;
|
|
237
|
+
export const isMasterPasswordError: (a: number) => number;
|
|
237
238
|
export const isStatefulCryptoError: (a: number) => number;
|
|
238
|
-
export const isEncryptionSettingsError: (a: number) => number;
|
|
239
239
|
export const isCryptoError: (a: number) => number;
|
|
240
240
|
export const __wbg_exporterclient_free: (a: number, b: number) => void;
|
|
241
|
-
export const
|
|
241
|
+
export const exporterclient_export_cxf: (
|
|
242
242
|
a: number,
|
|
243
243
|
b: number,
|
|
244
244
|
c: number,
|
|
245
245
|
d: number,
|
|
246
246
|
e: number,
|
|
247
|
-
f: number,
|
|
248
|
-
g: number,
|
|
249
247
|
) => void;
|
|
250
248
|
export const exporterclient_export_organization_vault: (
|
|
251
249
|
a: number,
|
|
@@ -256,56 +254,39 @@ export const exporterclient_export_organization_vault: (
|
|
|
256
254
|
f: number,
|
|
257
255
|
g: number,
|
|
258
256
|
) => void;
|
|
259
|
-
export const
|
|
257
|
+
export const exporterclient_export_vault: (
|
|
260
258
|
a: number,
|
|
261
259
|
b: number,
|
|
262
260
|
c: number,
|
|
263
261
|
d: number,
|
|
264
262
|
e: number,
|
|
263
|
+
f: number,
|
|
264
|
+
g: number,
|
|
265
265
|
) => void;
|
|
266
266
|
export const exporterclient_import_cxf: (a: number, b: number, c: number, d: number) => void;
|
|
267
267
|
export const isExportError: (a: number) => number;
|
|
268
268
|
export const __wbg_generatorclient_free: (a: number, b: number) => void;
|
|
269
|
-
export const generatorclient_password: (a: number, b: number, c: number) => void;
|
|
270
269
|
export const generatorclient_passphrase: (a: number, b: number, c: number) => void;
|
|
271
|
-
export const
|
|
270
|
+
export const generatorclient_password: (a: number, b: number, c: number) => void;
|
|
272
271
|
export const isPasswordError: (a: number) => number;
|
|
273
|
-
export const
|
|
272
|
+
export const isUsernameError: (a: number) => number;
|
|
273
|
+
export const __wbg_get_incomingmessage_destination: (a: number) => number;
|
|
274
|
+
export const __wbg_get_incomingmessage_payload: (a: number, b: number) => void;
|
|
275
|
+
export const __wbg_get_incomingmessage_source: (a: number) => number;
|
|
276
|
+
export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
|
|
274
277
|
export const __wbg_get_outgoingmessage_payload: (a: number, b: number) => void;
|
|
275
|
-
export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
|
|
276
278
|
export const __wbg_get_outgoingmessage_topic: (a: number, b: number) => void;
|
|
277
|
-
export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
|
|
278
279
|
export const __wbg_incomingmessage_free: (a: number, b: number) => void;
|
|
279
|
-
export const
|
|
280
|
-
export const
|
|
281
|
-
export const
|
|
280
|
+
export const __wbg_ipcclient_free: (a: number, b: number) => void;
|
|
281
|
+
export const __wbg_ipcclientsubscription_free: (a: number, b: number) => void;
|
|
282
|
+
export const __wbg_ipccommunicationbackend_free: (a: number, b: number) => void;
|
|
283
|
+
export const __wbg_outgoingmessage_free: (a: number, b: number) => void;
|
|
282
284
|
export const __wbg_set_incomingmessage_destination: (a: number, b: number) => void;
|
|
283
|
-
export const
|
|
285
|
+
export const __wbg_set_incomingmessage_payload: (a: number, b: number, c: number) => void;
|
|
284
286
|
export const __wbg_set_incomingmessage_source: (a: number, b: number) => void;
|
|
285
|
-
export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
|
|
286
287
|
export const __wbg_set_incomingmessage_topic: (a: number, b: number, c: number) => void;
|
|
287
|
-
export const
|
|
288
|
-
export const
|
|
289
|
-
export const ipccommunicationbackend_receive: (a: number, b: number, c: number) => void;
|
|
290
|
-
export const ipcRegisterDiscoverHandler: (a: number, b: number) => number;
|
|
291
|
-
export const ipcRequestDiscover: (a: number, b: number, c: number) => number;
|
|
292
|
-
export const __wbg_ipcclient_free: (a: number, b: number) => void;
|
|
293
|
-
export const __wbg_ipcclientsubscription_free: (a: number, b: number) => void;
|
|
294
|
-
export const ipcclientsubscription_receive: (a: number, b: number) => number;
|
|
295
|
-
export const ipcclient_newWithSdkInMemorySessions: (a: number) => number;
|
|
296
|
-
export const ipcclient_newWithClientManagedSessions: (a: number, b: number) => number;
|
|
297
|
-
export const ipcclient_start: (a: number) => number;
|
|
298
|
-
export const ipcclient_isRunning: (a: number) => number;
|
|
299
|
-
export const ipcclient_send: (a: number, b: number) => number;
|
|
300
|
-
export const ipcclient_subscribe: (a: number) => number;
|
|
301
|
-
export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
302
|
-
export const outgoingmessage_new_json_payload: (
|
|
303
|
-
a: number,
|
|
304
|
-
b: number,
|
|
305
|
-
c: number,
|
|
306
|
-
d: number,
|
|
307
|
-
e: number,
|
|
308
|
-
) => void;
|
|
288
|
+
export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
|
|
289
|
+
export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
|
|
309
290
|
export const incomingmessage_new: (
|
|
310
291
|
a: number,
|
|
311
292
|
b: number,
|
|
@@ -315,19 +296,40 @@ export const incomingmessage_new: (
|
|
|
315
296
|
f: number,
|
|
316
297
|
) => number;
|
|
317
298
|
export const incomingmessage_parse_payload_as_json: (a: number) => number;
|
|
299
|
+
export const ipcRegisterDiscoverHandler: (a: number, b: number) => number;
|
|
300
|
+
export const ipcRequestDiscover: (a: number, b: number, c: number) => number;
|
|
301
|
+
export const ipcclient_isRunning: (a: number) => number;
|
|
302
|
+
export const ipcclient_newWithClientManagedSessions: (a: number, b: number) => number;
|
|
303
|
+
export const ipcclient_newWithSdkInMemorySessions: (a: number) => number;
|
|
304
|
+
export const ipcclient_send: (a: number, b: number) => number;
|
|
305
|
+
export const ipcclient_start: (a: number) => number;
|
|
306
|
+
export const ipcclient_subscribe: (a: number) => number;
|
|
307
|
+
export const ipcclientsubscription_receive: (a: number, b: number) => number;
|
|
308
|
+
export const ipccommunicationbackend_new: (a: number) => number;
|
|
309
|
+
export const ipccommunicationbackend_receive: (a: number, b: number, c: number) => void;
|
|
318
310
|
export const isChannelError: (a: number) => number;
|
|
319
311
|
export const isDeserializeError: (a: number) => number;
|
|
320
|
-
export const isRequestError: (a: number) => number;
|
|
321
|
-
export const isTypedReceiveError: (a: number) => number;
|
|
322
312
|
export const isReceiveError: (a: number) => number;
|
|
313
|
+
export const isRequestError: (a: number) => number;
|
|
323
314
|
export const isSubscribeError: (a: number) => number;
|
|
315
|
+
export const isTypedReceiveError: (a: number) => number;
|
|
316
|
+
export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
317
|
+
export const outgoingmessage_new_json_payload: (
|
|
318
|
+
a: number,
|
|
319
|
+
b: number,
|
|
320
|
+
c: number,
|
|
321
|
+
d: number,
|
|
322
|
+
e: number,
|
|
323
|
+
) => void;
|
|
324
|
+
export const isKeyGenerationError: (a: number) => number;
|
|
324
325
|
export const isSshKeyExportError: (a: number) => number;
|
|
325
326
|
export const isSshKeyImportError: (a: number) => number;
|
|
326
|
-
export const isKeyGenerationError: (a: number) => number;
|
|
327
327
|
export const isDatabaseError: (a: number) => number;
|
|
328
328
|
export const isStateRegistryError: (a: number) => number;
|
|
329
329
|
export const isCallError: (a: number) => number;
|
|
330
330
|
export const __wbg_attachmentsclient_free: (a: number, b: number) => void;
|
|
331
|
+
export const __wbg_collectionviewnodeitem_free: (a: number, b: number) => void;
|
|
332
|
+
export const __wbg_collectionviewtree_free: (a: number, b: number) => void;
|
|
331
333
|
export const attachmentsclient_decrypt_buffer: (
|
|
332
334
|
a: number,
|
|
333
335
|
b: number,
|
|
@@ -336,71 +338,81 @@ export const attachmentsclient_decrypt_buffer: (
|
|
|
336
338
|
e: number,
|
|
337
339
|
f: number,
|
|
338
340
|
) => void;
|
|
341
|
+
export const cipherriskclient_compute_risk: (a: number, b: number, c: number, d: number) => number;
|
|
342
|
+
export const cipherriskclient_password_reuse_map: (a: number, b: number, c: number) => number;
|
|
339
343
|
export const ciphersclient_create: (a: number, b: number) => number;
|
|
344
|
+
export const ciphersclient_decrypt: (a: number, b: number, c: number) => void;
|
|
345
|
+
export const ciphersclient_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
|
|
346
|
+
export const ciphersclient_decrypt_fido2_private_key: (a: number, b: number, c: number) => void;
|
|
347
|
+
export const ciphersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
348
|
+
export const ciphersclient_decrypt_list_with_failures: (a: number, b: number, c: number) => number;
|
|
340
349
|
export const ciphersclient_edit: (a: number, b: number) => number;
|
|
341
|
-
export const
|
|
350
|
+
export const ciphersclient_encrypt: (a: number, b: number, c: number) => void;
|
|
351
|
+
export const ciphersclient_encrypt_cipher_for_rotation: (
|
|
342
352
|
a: number,
|
|
343
353
|
b: number,
|
|
344
354
|
c: number,
|
|
345
355
|
d: number,
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
) => number;
|
|
349
|
-
export const ciphersclient_share_ciphers_bulk: (
|
|
356
|
+
) => void;
|
|
357
|
+
export const ciphersclient_move_to_organization: (
|
|
350
358
|
a: number,
|
|
351
359
|
b: number,
|
|
352
360
|
c: number,
|
|
353
361
|
d: number,
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
) => number;
|
|
357
|
-
export const ciphersclient_encrypt: (a: number, b: number, c: number) => void;
|
|
358
|
-
export const ciphersclient_encrypt_cipher_for_rotation: (
|
|
362
|
+
) => void;
|
|
363
|
+
export const ciphersclient_set_fido2_credentials: (
|
|
359
364
|
a: number,
|
|
360
365
|
b: number,
|
|
361
366
|
c: number,
|
|
362
367
|
d: number,
|
|
368
|
+
e: number,
|
|
363
369
|
) => void;
|
|
364
|
-
export const
|
|
365
|
-
export const ciphersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
366
|
-
export const ciphersclient_decrypt_list_with_failures: (a: number, b: number, c: number) => number;
|
|
367
|
-
export const ciphersclient_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
|
|
368
|
-
export const ciphersclient_set_fido2_credentials: (
|
|
370
|
+
export const ciphersclient_share_cipher: (
|
|
369
371
|
a: number,
|
|
370
372
|
b: number,
|
|
371
373
|
c: number,
|
|
372
374
|
d: number,
|
|
373
375
|
e: number,
|
|
374
|
-
|
|
375
|
-
|
|
376
|
+
f: number,
|
|
377
|
+
) => number;
|
|
378
|
+
export const ciphersclient_share_ciphers_bulk: (
|
|
376
379
|
a: number,
|
|
377
380
|
b: number,
|
|
378
381
|
c: number,
|
|
379
382
|
d: number,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
export const cipherriskclient_compute_risk: (a: number, b: number, c: number, d: number) => number;
|
|
384
|
-
export const foldersclient_encrypt: (a: number, b: number, c: number) => void;
|
|
385
|
-
export const foldersclient_decrypt: (a: number, b: number, c: number) => void;
|
|
386
|
-
export const foldersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
387
|
-
export const foldersclient_list: (a: number) => number;
|
|
388
|
-
export const foldersclient_get: (a: number, b: number) => number;
|
|
389
|
-
export const foldersclient_create: (a: number, b: number) => number;
|
|
390
|
-
export const foldersclient_edit: (a: number, b: number, c: number) => number;
|
|
391
|
-
export const vaultclient_attachments: (a: number) => number;
|
|
383
|
+
e: number,
|
|
384
|
+
f: number,
|
|
385
|
+
) => number;
|
|
392
386
|
export const collectionsclient_decrypt: (a: number, b: number, c: number) => void;
|
|
393
387
|
export const collectionsclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
394
388
|
export const collectionsclient_get_collection_tree: (a: number, b: number, c: number) => number;
|
|
395
|
-
export const
|
|
396
|
-
export const
|
|
389
|
+
export const collectionviewnodeitem_get_ancestors: (a: number) => number;
|
|
390
|
+
export const collectionviewnodeitem_get_children: (a: number, b: number) => void;
|
|
397
391
|
export const collectionviewnodeitem_get_item: (a: number) => number;
|
|
398
392
|
export const collectionviewnodeitem_get_parent: (a: number) => number;
|
|
399
|
-
export const
|
|
400
|
-
export const collectionviewnodeitem_get_ancestors: (a: number) => number;
|
|
393
|
+
export const collectionviewtree_get_flat_items: (a: number, b: number) => void;
|
|
401
394
|
export const collectionviewtree_get_item_for_view: (a: number, b: number) => number;
|
|
402
395
|
export const collectionviewtree_get_root_items: (a: number, b: number) => void;
|
|
403
|
-
export const
|
|
396
|
+
export const foldersclient_create: (a: number, b: number) => number;
|
|
397
|
+
export const foldersclient_decrypt: (a: number, b: number, c: number) => void;
|
|
398
|
+
export const foldersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
399
|
+
export const foldersclient_edit: (a: number, b: number, c: number) => number;
|
|
400
|
+
export const foldersclient_encrypt: (a: number, b: number, c: number) => void;
|
|
401
|
+
export const foldersclient_get: (a: number, b: number) => number;
|
|
402
|
+
export const foldersclient_list: (a: number) => number;
|
|
403
|
+
export const isCipherError: (a: number) => number;
|
|
404
|
+
export const isCipherRiskError: (a: number) => number;
|
|
405
|
+
export const isCreateCipherError: (a: number) => number;
|
|
406
|
+
export const isCreateFolderError: (a: number) => number;
|
|
407
|
+
export const isDecryptError: (a: number) => number;
|
|
408
|
+
export const isDecryptFileError: (a: number) => number;
|
|
409
|
+
export const isEditCipherError: (a: number) => number;
|
|
410
|
+
export const isEditFolderError: (a: number) => number;
|
|
411
|
+
export const isEncryptError: (a: number) => number;
|
|
412
|
+
export const isEncryptFileError: (a: number) => number;
|
|
413
|
+
export const isGetCipherError: (a: number) => number;
|
|
414
|
+
export const isGetFolderError: (a: number) => number;
|
|
415
|
+
export const isTotpError: (a: number) => number;
|
|
404
416
|
export const totpclient_generate_totp: (
|
|
405
417
|
a: number,
|
|
406
418
|
b: number,
|
|
@@ -409,19 +421,7 @@ export const totpclient_generate_totp: (
|
|
|
409
421
|
e: number,
|
|
410
422
|
f: number,
|
|
411
423
|
) => void;
|
|
412
|
-
export const
|
|
413
|
-
export const isEncryptError: (a: number) => number;
|
|
414
|
-
export const isTotpError: (a: number) => number;
|
|
415
|
-
export const isGetFolderError: (a: number) => number;
|
|
416
|
-
export const isEditFolderError: (a: number) => number;
|
|
417
|
-
export const isCreateFolderError: (a: number) => number;
|
|
418
|
-
export const isCipherRiskError: (a: number) => number;
|
|
419
|
-
export const isGetCipherError: (a: number) => number;
|
|
420
|
-
export const isEditCipherError: (a: number) => number;
|
|
421
|
-
export const isCreateCipherError: (a: number) => number;
|
|
422
|
-
export const isCipherError: (a: number) => number;
|
|
423
|
-
export const isDecryptFileError: (a: number) => number;
|
|
424
|
-
export const isEncryptFileError: (a: number) => number;
|
|
424
|
+
export const vaultclient_attachments: (a: number) => number;
|
|
425
425
|
export const purecrypto_unwrap_encapsulation_key: (
|
|
426
426
|
a: number,
|
|
427
427
|
b: number,
|
|
@@ -432,43 +432,43 @@ export const purecrypto_unwrap_encapsulation_key: (
|
|
|
432
432
|
export const __wbg_stateclient_free: (a: number, b: number) => void;
|
|
433
433
|
export const __wbg_platformclient_free: (a: number, b: number) => void;
|
|
434
434
|
export const platformclient_state: (a: number) => number;
|
|
435
|
-
export const authclient_send_access: (a: number) => number;
|
|
436
435
|
export const authclient_registration: (a: number) => number;
|
|
436
|
+
export const authclient_send_access: (a: number) => number;
|
|
437
|
+
export const vaultclient_cipher_risk: (a: number) => number;
|
|
437
438
|
export const vaultclient_ciphers: (a: number) => number;
|
|
439
|
+
export const vaultclient_collections: (a: number) => number;
|
|
438
440
|
export const vaultclient_folders: (a: number) => number;
|
|
439
441
|
export const vaultclient_totp: (a: number) => number;
|
|
440
|
-
export const
|
|
441
|
-
export const vaultclient_cipher_risk: (a: number) => number;
|
|
442
|
-
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
443
|
-
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
442
|
+
export const __wbg_sendaccessclient_free: (a: number, b: number) => void;
|
|
444
443
|
export const __wbg_cipherriskclient_free: (a: number, b: number) => void;
|
|
445
444
|
export const __wbg_ciphersclient_free: (a: number, b: number) => void;
|
|
446
445
|
export const __wbg_collectionsclient_free: (a: number, b: number) => void;
|
|
447
|
-
export const
|
|
448
|
-
export const __wbg_sendaccessclient_free: (a: number, b: number) => void;
|
|
446
|
+
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
449
447
|
export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
448
|
+
export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
450
449
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
450
|
+
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
451
451
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
452
452
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
453
|
-
export const
|
|
453
|
+
export const wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f: (
|
|
454
454
|
a: number,
|
|
455
455
|
b: number,
|
|
456
|
+
c: number,
|
|
456
457
|
) => void;
|
|
457
|
-
export const
|
|
458
|
-
export const
|
|
458
|
+
export const wasm_bindgen__closure__destroy__h003cf2eb90144982: (a: number, b: number) => void;
|
|
459
|
+
export const wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196: (
|
|
459
460
|
a: number,
|
|
460
461
|
b: number,
|
|
461
462
|
c: number,
|
|
463
|
+
d: number,
|
|
462
464
|
) => void;
|
|
463
|
-
export const
|
|
464
|
-
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
465
|
-
export const wasm_bindgen__convert__closures_____invoke__hb20fdca52a2a2cdf: (
|
|
465
|
+
export const wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2: (
|
|
466
466
|
a: number,
|
|
467
467
|
b: number,
|
|
468
|
-
c: number,
|
|
469
|
-
d: number,
|
|
470
468
|
) => void;
|
|
471
|
-
export const
|
|
469
|
+
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
470
|
+
export const wasm_bindgen__closure__destroy__he41cbbdbe831f2ac: (a: number, b: number) => void;
|
|
471
|
+
export const wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83: (
|
|
472
472
|
a: number,
|
|
473
473
|
b: number,
|
|
474
474
|
c: number,
|