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