@bitwarden/sdk-internal 0.2.0-main.232 → 0.2.0-main.233

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.
@@ -1,325 +1,312 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
- export const __wbg_cryptoclient_free: (a: number, b: number) => void;
5
- export const cryptoclient_initialize_user_crypto: (a: number, b: number) => number;
6
- export const cryptoclient_initialize_org_crypto: (a: number, b: number) => number;
7
- export const cryptoclient_make_key_pair: (a: number, b: number, c: number, d: number) => void;
8
- export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
9
- export const cryptoclient_make_keys_for_user_crypto_v2: (a: number, b: number) => void;
10
- export const cryptoclient_get_v2_rotated_account_keys: (a: number, b: number) => void;
11
- export const isDeriveKeyConnectorError: (a: number) => number;
12
- export const isEnrollAdminPasswordResetError: (a: number) => number;
13
- export const isCryptoClientError: (a: number) => number;
14
- export const isStatefulCryptoError: (a: number) => number;
15
- export const isEncryptionSettingsError: (a: number) => number;
16
- export const isCryptoError: (a: number) => number;
17
- export const __wbg_exporterclient_free: (a: number, b: number) => void;
18
- export const exporterclient_export_vault: (
4
+ export const __wbg_bitwardenclient_free: (a: number, b: number) => void;
5
+ export const bitwardenclient_new: (a: number, b: number) => number;
6
+ export const bitwardenclient_echo: (a: number, b: number, c: number, d: number) => void;
7
+ export const bitwardenclient_version: (a: number, b: number) => void;
8
+ export const bitwardenclient_throw: (a: number, b: number, c: number, d: number) => void;
9
+ export const bitwardenclient_http_get: (a: number, b: number, c: number) => number;
10
+ export const bitwardenclient_crypto: (a: number) => number;
11
+ export const bitwardenclient_vault: (a: number) => number;
12
+ export const bitwardenclient_platform: (a: number) => number;
13
+ export const bitwardenclient_generator: (a: number) => number;
14
+ export const bitwardenclient_exporters: (a: number) => number;
15
+ export const set_log_level: (a: number) => void;
16
+ export const init_sdk: (a: number) => void;
17
+ export const platformclient_state: (a: number) => number;
18
+ export const stateclient_register_cipher_repository: (a: number, b: number) => void;
19
+ export const stateclient_register_folder_repository: (a: number, b: number) => void;
20
+ export const __wbg_purecrypto_free: (a: number, b: number) => void;
21
+ export const purecrypto_symmetric_decrypt: (
19
22
  a: number,
20
23
  b: number,
21
24
  c: number,
22
25
  d: number,
23
26
  e: number,
24
- f: number,
25
- g: number,
26
27
  ) => void;
27
- export const exporterclient_export_organization_vault: (
28
+ export const purecrypto_symmetric_decrypt_string: (
28
29
  a: number,
29
30
  b: number,
30
31
  c: number,
31
32
  d: number,
32
33
  e: number,
33
- f: number,
34
- g: number,
35
34
  ) => void;
36
- export const exporterclient_export_cxf: (
35
+ export const purecrypto_symmetric_decrypt_bytes: (
37
36
  a: number,
38
37
  b: number,
39
38
  c: number,
40
39
  d: number,
41
40
  e: number,
42
41
  ) => void;
43
- export const exporterclient_import_cxf: (a: number, b: number, c: number, d: number) => void;
44
- export const isExportError: (a: number) => number;
45
- export const __wbg_generatorclient_free: (a: number, b: number) => void;
46
- export const generatorclient_password: (a: number, b: number, c: number) => void;
47
- export const generatorclient_passphrase: (a: number, b: number, c: number) => void;
48
- export const isUsernameError: (a: number) => number;
49
- export const isPasswordError: (a: number) => number;
50
- export const isPassphraseError: (a: number) => number;
51
- export const __wbg_outgoingmessage_free: (a: number, b: number) => void;
52
- export const __wbg_get_outgoingmessage_payload: (a: number, b: number) => void;
53
- export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
54
- export const __wbg_get_outgoingmessage_topic: (a: number, b: number) => void;
55
- export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
56
- export const __wbg_incomingmessage_free: (a: number, b: number) => void;
57
- export const __wbg_get_incomingmessage_payload: (a: number, b: number) => void;
58
- export const __wbg_set_incomingmessage_payload: (a: number, b: number, c: number) => void;
59
- export const __wbg_get_incomingmessage_destination: (a: number) => number;
60
- export const __wbg_set_incomingmessage_destination: (a: number, b: number) => void;
61
- export const __wbg_get_incomingmessage_source: (a: number) => number;
62
- export const __wbg_set_incomingmessage_source: (a: number, b: number) => void;
63
- export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
64
- export const __wbg_set_incomingmessage_topic: (a: number, b: number, c: number) => void;
65
- export const __wbg_ipccommunicationbackend_free: (a: number, b: number) => void;
66
- export const ipccommunicationbackend_new: (a: number) => number;
67
- export const ipccommunicationbackend_receive: (a: number, b: number, c: number) => void;
68
- export const ipcRegisterDiscoverHandler: (a: number, b: number) => number;
69
- export const ipcRequestDiscover: (a: number, b: number, c: number) => number;
70
- export const __wbg_ipcclient_free: (a: number, b: number) => void;
71
- export const __wbg_ipcclientsubscription_free: (a: number, b: number) => void;
72
- export const ipcclientsubscription_receive: (a: number, b: number) => number;
73
- export const ipcclient_new: (a: number) => number;
74
- export const ipcclient_start: (a: number) => number;
75
- export const ipcclient_isRunning: (a: number) => number;
76
- export const ipcclient_send: (a: number, b: number) => number;
77
- export const ipcclient_subscribe: (a: number) => number;
78
- export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
79
- export const outgoingmessage_new_json_payload: (
42
+ export const purecrypto_symmetric_decrypt_array_buffer: (
80
43
  a: number,
81
44
  b: number,
82
45
  c: number,
83
46
  d: number,
84
47
  e: number,
85
48
  ) => void;
86
- export const incomingmessage_new: (
49
+ export const purecrypto_symmetric_decrypt_filedata: (
87
50
  a: number,
88
51
  b: number,
89
52
  c: number,
90
53
  d: number,
91
54
  e: number,
92
- f: number,
93
- ) => number;
94
- export const incomingmessage_parse_payload_as_json: (a: number) => number;
95
- export const isChannelError: (a: number) => number;
96
- export const isDeserializeError: (a: number) => number;
97
- export const isRequestError: (a: number) => number;
98
- export const isTypedReceiveError: (a: number) => number;
99
- export const isReceiveError: (a: number) => number;
100
- export const isSubscribeError: (a: number) => number;
101
- export const __wbg_get_outgoingmessage_destination: (a: number) => number;
102
- export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
103
- export const isSshKeyExportError: (a: number) => number;
104
- export const isSshKeyImportError: (a: number) => number;
105
- export const isKeyGenerationError: (a: number) => number;
106
- export const isCallError: (a: number) => number;
107
- export const __wbg_attachmentsclient_free: (a: number, b: number) => void;
108
- export const attachmentsclient_decrypt_buffer: (
55
+ ) => void;
56
+ export const purecrypto_symmetric_encrypt_string: (
109
57
  a: number,
110
58
  b: number,
111
59
  c: number,
112
60
  d: number,
113
61
  e: number,
114
- f: number,
115
62
  ) => void;
116
- export const ciphersclient_encrypt: (a: number, b: number, c: number) => void;
117
- export const ciphersclient_decrypt: (a: number, b: number, c: number) => void;
118
- export const ciphersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
119
- export const ciphersclient_decrypt_list_with_failures: (a: number, b: number, c: number) => number;
120
- export const ciphersclient_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
121
- export const ciphersclient_set_fido2_credentials: (
63
+ export const purecrypto_symmetric_encrypt_bytes: (
122
64
  a: number,
123
65
  b: number,
124
66
  c: number,
125
67
  d: number,
126
68
  e: number,
127
69
  ) => void;
128
- export const ciphersclient_move_to_organization: (
70
+ export const purecrypto_symmetric_encrypt_filedata: (
129
71
  a: number,
130
72
  b: number,
131
73
  c: number,
132
74
  d: number,
75
+ e: number,
133
76
  ) => void;
134
- export const ciphersclient_decrypt_fido2_private_key: (a: number, b: number, c: number) => void;
135
- export const foldersclient_encrypt: (a: number, b: number, c: number) => void;
136
- export const foldersclient_decrypt: (a: number, b: number, c: number) => void;
137
- export const foldersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
138
- export const foldersclient_list: (a: number) => number;
139
- export const foldersclient_get: (a: number, b: number, c: number) => number;
140
- export const foldersclient_create: (a: number, b: number) => number;
141
- export const foldersclient_edit: (a: number, b: number, c: number, d: number) => number;
142
- export const vaultclient_attachments: (a: number) => number;
143
- export const totpclient_generate_totp: (
77
+ export const purecrypto_decrypt_user_key_with_master_password: (
144
78
  a: number,
145
79
  b: number,
146
80
  c: number,
147
81
  d: number,
148
82
  e: number,
149
83
  f: number,
84
+ g: number,
85
+ h: number,
150
86
  ) => void;
151
- export const isDecryptError: (a: number) => number;
152
- export const isEncryptError: (a: number) => number;
153
- export const isTotpError: (a: number) => number;
154
- export const isGetFolderError: (a: number) => number;
155
- export const isEditFolderError: (a: number) => number;
156
- export const isCreateFolderError: (a: number) => number;
157
- export const isCipherError: (a: number) => number;
158
- export const isDecryptFileError: (a: number) => number;
159
- export const isEncryptFileError: (a: number) => number;
160
- export const vaultclient_ciphers: (a: number) => number;
161
- export const vaultclient_folders: (a: number) => number;
162
- export const vaultclient_totp: (a: number) => number;
163
- export const __wbg_ciphersclient_free: (a: number, b: number) => void;
164
- export const __wbg_foldersclient_free: (a: number, b: number) => void;
165
- export const __wbg_vaultclient_free: (a: number, b: number) => void;
166
- export const __wbg_totpclient_free: (a: number, b: number) => void;
167
- export const __wbg_bitwardenclient_free: (a: number, b: number) => void;
168
- export const bitwardenclient_new: (a: number, b: number) => number;
169
- export const bitwardenclient_echo: (a: number, b: number, c: number, d: number) => void;
170
- export const bitwardenclient_version: (a: number, b: number) => void;
171
- export const bitwardenclient_throw: (a: number, b: number, c: number, d: number) => void;
172
- export const bitwardenclient_http_get: (a: number, b: number, c: number) => number;
173
- export const bitwardenclient_crypto: (a: number) => number;
174
- export const bitwardenclient_platform: (a: number) => number;
175
- export const set_log_level: (a: number) => void;
176
- export const init_sdk: (a: number) => void;
177
- export const stateclient_register_cipher_repository: (a: number, b: number) => void;
178
- export const stateclient_register_folder_repository: (a: number, b: number) => void;
179
- export const __wbg_purecrypto_free: (a: number, b: number) => void;
180
- export const purecrypto_symmetric_decrypt: (
87
+ export const purecrypto_encrypt_user_key_with_master_password: (
181
88
  a: number,
182
89
  b: number,
183
90
  c: number,
184
91
  d: number,
185
92
  e: number,
93
+ f: number,
94
+ g: number,
95
+ h: number,
186
96
  ) => void;
187
- export const purecrypto_symmetric_decrypt_string: (
97
+ export const purecrypto_make_user_key_aes256_cbc_hmac: (a: number) => void;
98
+ export const purecrypto_make_user_key_xchacha20_poly1305: (a: number) => void;
99
+ export const purecrypto_wrap_symmetric_key: (
188
100
  a: number,
189
101
  b: number,
190
102
  c: number,
191
103
  d: number,
192
104
  e: number,
193
105
  ) => void;
194
- export const purecrypto_symmetric_decrypt_bytes: (
106
+ export const purecrypto_unwrap_symmetric_key: (
195
107
  a: number,
196
108
  b: number,
197
109
  c: number,
198
110
  d: number,
199
111
  e: number,
200
112
  ) => void;
201
- export const purecrypto_symmetric_decrypt_array_buffer: (
113
+ export const purecrypto_wrap_encapsulation_key: (
202
114
  a: number,
203
115
  b: number,
204
116
  c: number,
205
117
  d: number,
206
118
  e: number,
207
119
  ) => void;
208
- export const purecrypto_symmetric_decrypt_filedata: (
120
+ export const purecrypto_wrap_decapsulation_key: (
209
121
  a: number,
210
122
  b: number,
211
123
  c: number,
212
124
  d: number,
213
125
  e: number,
214
126
  ) => void;
215
- export const purecrypto_symmetric_encrypt_string: (
127
+ export const purecrypto_unwrap_decapsulation_key: (
216
128
  a: number,
217
129
  b: number,
218
130
  c: number,
219
131
  d: number,
220
132
  e: number,
221
133
  ) => void;
222
- export const purecrypto_symmetric_encrypt_bytes: (
134
+ export const purecrypto_encapsulate_key_unsigned: (
223
135
  a: number,
224
136
  b: number,
225
137
  c: number,
226
138
  d: number,
227
139
  e: number,
228
140
  ) => void;
229
- export const purecrypto_symmetric_encrypt_filedata: (
141
+ export const purecrypto_decapsulate_key_unsigned: (
230
142
  a: number,
231
143
  b: number,
232
144
  c: number,
233
145
  d: number,
234
146
  e: number,
235
147
  ) => void;
236
- export const purecrypto_decrypt_user_key_with_master_password: (
148
+ export const purecrypto_verifying_key_for_signing_key: (
237
149
  a: number,
238
150
  b: number,
239
151
  c: number,
240
152
  d: number,
241
153
  e: number,
242
- f: number,
243
- g: number,
244
- h: number,
245
154
  ) => void;
246
- export const purecrypto_encrypt_user_key_with_master_password: (
155
+ export const purecrypto_key_algorithm_for_verifying_key: (a: number, b: number, c: number) => void;
156
+ export const purecrypto_verify_and_unwrap_signed_public_key: (
247
157
  a: number,
248
158
  b: number,
249
159
  c: number,
250
160
  d: number,
251
161
  e: number,
252
- f: number,
253
- g: number,
254
- h: number,
255
162
  ) => void;
256
- export const purecrypto_make_user_key_aes256_cbc_hmac: (a: number) => void;
257
- export const purecrypto_make_user_key_xchacha20_poly1305: (a: number) => void;
258
- export const purecrypto_wrap_symmetric_key: (
163
+ export const purecrypto_derive_kdf_material: (
259
164
  a: number,
260
165
  b: number,
261
166
  c: number,
262
167
  d: number,
263
168
  e: number,
169
+ f: number,
264
170
  ) => void;
265
- export const purecrypto_unwrap_symmetric_key: (
171
+ export const generate_ssh_key: (a: number, b: number) => void;
172
+ export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
173
+ export const isTestError: (a: number) => number;
174
+ export const cryptoclient_initialize_user_crypto: (a: number, b: number) => number;
175
+ export const cryptoclient_initialize_org_crypto: (a: number, b: number) => number;
176
+ export const cryptoclient_make_key_pair: (a: number, b: number, c: number, d: number) => void;
177
+ export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
178
+ export const cryptoclient_make_keys_for_user_crypto_v2: (a: number, b: number) => void;
179
+ export const cryptoclient_get_v2_rotated_account_keys: (a: number, b: number) => void;
180
+ export const isDeriveKeyConnectorError: (a: number) => number;
181
+ export const isEnrollAdminPasswordResetError: (a: number) => number;
182
+ export const isCryptoClientError: (a: number) => number;
183
+ export const isStatefulCryptoError: (a: number) => number;
184
+ export const isEncryptionSettingsError: (a: number) => number;
185
+ export const isCryptoError: (a: number) => number;
186
+ export const __wbg_exporterclient_free: (a: number, b: number) => void;
187
+ export const exporterclient_export_vault: (
266
188
  a: number,
267
189
  b: number,
268
190
  c: number,
269
191
  d: number,
270
192
  e: number,
193
+ f: number,
194
+ g: number,
271
195
  ) => void;
272
- export const purecrypto_wrap_encapsulation_key: (
196
+ export const exporterclient_export_organization_vault: (
273
197
  a: number,
274
198
  b: number,
275
199
  c: number,
276
200
  d: number,
277
201
  e: number,
202
+ f: number,
203
+ g: number,
278
204
  ) => void;
279
- export const purecrypto_wrap_decapsulation_key: (
205
+ export const exporterclient_export_cxf: (
280
206
  a: number,
281
207
  b: number,
282
208
  c: number,
283
209
  d: number,
284
210
  e: number,
285
211
  ) => void;
286
- export const purecrypto_unwrap_decapsulation_key: (
212
+ export const exporterclient_import_cxf: (a: number, b: number, c: number, d: number) => void;
213
+ export const isExportError: (a: number) => number;
214
+ export const generatorclient_password: (a: number, b: number, c: number) => void;
215
+ export const generatorclient_passphrase: (a: number, b: number, c: number) => void;
216
+ export const isUsernameError: (a: number) => number;
217
+ export const isPasswordError: (a: number) => number;
218
+ export const isPassphraseError: (a: number) => number;
219
+ export const __wbg_outgoingmessage_free: (a: number, b: number) => void;
220
+ export const __wbg_get_outgoingmessage_payload: (a: number, b: number) => void;
221
+ export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
222
+ export const __wbg_get_outgoingmessage_topic: (a: number, b: number) => void;
223
+ export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
224
+ export const __wbg_incomingmessage_free: (a: number, b: number) => void;
225
+ export const __wbg_get_incomingmessage_payload: (a: number, b: number) => void;
226
+ export const __wbg_set_incomingmessage_payload: (a: number, b: number, c: number) => void;
227
+ export const __wbg_get_incomingmessage_destination: (a: number) => number;
228
+ export const __wbg_set_incomingmessage_destination: (a: number, b: number) => void;
229
+ export const __wbg_get_incomingmessage_source: (a: number) => number;
230
+ export const __wbg_set_incomingmessage_source: (a: number, b: number) => void;
231
+ export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
232
+ export const __wbg_set_incomingmessage_topic: (a: number, b: number, c: number) => void;
233
+ export const __wbg_ipccommunicationbackend_free: (a: number, b: number) => void;
234
+ export const ipccommunicationbackend_new: (a: number) => number;
235
+ export const ipccommunicationbackend_receive: (a: number, b: number, c: number) => void;
236
+ export const ipcRegisterDiscoverHandler: (a: number, b: number) => number;
237
+ export const ipcRequestDiscover: (a: number, b: number, c: number) => number;
238
+ export const __wbg_ipcclient_free: (a: number, b: number) => void;
239
+ export const __wbg_ipcclientsubscription_free: (a: number, b: number) => void;
240
+ export const ipcclientsubscription_receive: (a: number, b: number) => number;
241
+ export const ipcclient_new: (a: number) => number;
242
+ export const ipcclient_start: (a: number) => number;
243
+ export const ipcclient_isRunning: (a: number) => number;
244
+ export const ipcclient_send: (a: number, b: number) => number;
245
+ export const ipcclient_subscribe: (a: number) => number;
246
+ export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
247
+ export const outgoingmessage_new_json_payload: (
287
248
  a: number,
288
249
  b: number,
289
250
  c: number,
290
251
  d: number,
291
252
  e: number,
292
253
  ) => void;
293
- export const purecrypto_encapsulate_key_unsigned: (
254
+ export const incomingmessage_new: (
294
255
  a: number,
295
256
  b: number,
296
257
  c: number,
297
258
  d: number,
298
259
  e: number,
299
- ) => void;
300
- export const purecrypto_decapsulate_key_unsigned: (
260
+ f: number,
261
+ ) => number;
262
+ export const incomingmessage_parse_payload_as_json: (a: number) => number;
263
+ export const isChannelError: (a: number) => number;
264
+ export const isDeserializeError: (a: number) => number;
265
+ export const isRequestError: (a: number) => number;
266
+ export const isTypedReceiveError: (a: number) => number;
267
+ export const isReceiveError: (a: number) => number;
268
+ export const isSubscribeError: (a: number) => number;
269
+ export const isSshKeyExportError: (a: number) => number;
270
+ export const isSshKeyImportError: (a: number) => number;
271
+ export const isKeyGenerationError: (a: number) => number;
272
+ export const isCallError: (a: number) => number;
273
+ export const __wbg_attachmentsclient_free: (a: number, b: number) => void;
274
+ export const attachmentsclient_decrypt_buffer: (
301
275
  a: number,
302
276
  b: number,
303
277
  c: number,
304
278
  d: number,
305
279
  e: number,
280
+ f: number,
306
281
  ) => void;
307
- export const purecrypto_verifying_key_for_signing_key: (
282
+ export const ciphersclient_encrypt: (a: number, b: number, c: number) => void;
283
+ export const ciphersclient_decrypt: (a: number, b: number, c: number) => void;
284
+ export const ciphersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
285
+ export const ciphersclient_decrypt_list_with_failures: (a: number, b: number, c: number) => number;
286
+ export const ciphersclient_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
287
+ export const ciphersclient_set_fido2_credentials: (
308
288
  a: number,
309
289
  b: number,
310
290
  c: number,
311
291
  d: number,
312
292
  e: number,
313
293
  ) => void;
314
- export const purecrypto_key_algorithm_for_verifying_key: (a: number, b: number, c: number) => void;
315
- export const purecrypto_verify_and_unwrap_signed_public_key: (
294
+ export const ciphersclient_move_to_organization: (
316
295
  a: number,
317
296
  b: number,
318
297
  c: number,
319
298
  d: number,
320
- e: number,
321
299
  ) => void;
322
- export const purecrypto_derive_kdf_material: (
300
+ export const ciphersclient_decrypt_fido2_private_key: (a: number, b: number, c: number) => void;
301
+ export const foldersclient_encrypt: (a: number, b: number, c: number) => void;
302
+ export const foldersclient_decrypt: (a: number, b: number, c: number) => void;
303
+ export const foldersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
304
+ export const foldersclient_list: (a: number) => number;
305
+ export const foldersclient_get: (a: number, b: number, c: number) => number;
306
+ export const foldersclient_create: (a: number, b: number) => number;
307
+ export const foldersclient_edit: (a: number, b: number, c: number, d: number) => number;
308
+ export const vaultclient_attachments: (a: number) => number;
309
+ export const totpclient_generate_totp: (
323
310
  a: number,
324
311
  b: number,
325
312
  c: number,
@@ -327,9 +314,15 @@ export const purecrypto_derive_kdf_material: (
327
314
  e: number,
328
315
  f: number,
329
316
  ) => void;
330
- export const generate_ssh_key: (a: number, b: number) => void;
331
- export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
332
- export const isTestError: (a: number) => number;
317
+ export const isDecryptError: (a: number) => number;
318
+ export const isEncryptError: (a: number) => number;
319
+ export const isTotpError: (a: number) => number;
320
+ export const isGetFolderError: (a: number) => number;
321
+ export const isEditFolderError: (a: number) => number;
322
+ export const isCreateFolderError: (a: number) => number;
323
+ export const isCipherError: (a: number) => number;
324
+ export const isDecryptFileError: (a: number) => number;
325
+ export const isEncryptFileError: (a: number) => number;
333
326
  export const purecrypto_unwrap_encapsulation_key: (
334
327
  a: number,
335
328
  b: number,
@@ -337,32 +330,35 @@ export const purecrypto_unwrap_encapsulation_key: (
337
330
  d: number,
338
331
  e: number,
339
332
  ) => void;
340
- export const bitwardenclient_vault: (a: number) => number;
341
- export const bitwardenclient_generator: (a: number) => number;
342
- export const bitwardenclient_exporters: (a: number) => number;
343
333
  export const __wbg_stateclient_free: (a: number, b: number) => void;
344
334
  export const __wbg_platformclient_free: (a: number, b: number) => void;
345
- export const platformclient_state: (a: number) => number;
335
+ export const vaultclient_ciphers: (a: number) => number;
336
+ export const vaultclient_folders: (a: number) => number;
337
+ export const vaultclient_totp: (a: number) => number;
338
+ export const __wbg_foldersclient_free: (a: number, b: number) => void;
339
+ export const __wbg_ciphersclient_free: (a: number, b: number) => void;
340
+ export const __wbg_vaultclient_free: (a: number, b: number) => void;
341
+ export const __wbg_totpclient_free: (a: number, b: number) => void;
342
+ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
343
+ export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
344
+ export const __wbg_cryptoclient_free: (a: number, b: number) => void;
345
+ export const __wbg_generatorclient_free: (a: number, b: number) => void;
346
346
  export const __wbindgen_malloc: (a: number, b: number) => number;
347
347
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
348
348
  export const __wbindgen_exn_store: (a: number) => void;
349
349
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
350
350
  export const __wbindgen_export_4: WebAssembly.Table;
351
351
  export const __wbindgen_add_to_stack_pointer: (a: number) => number;
352
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h31333524c3115e44: (
353
- a: number,
354
- b: number,
355
- ) => void;
356
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2b093e5f83b42fbd: (
352
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e: (
357
353
  a: number,
358
354
  b: number,
359
355
  ) => void;
360
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb01d8be1001e4f40: (
356
+ export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3d7232059e1cc02: (
361
357
  a: number,
362
358
  b: number,
363
359
  c: number,
364
360
  ) => void;
365
- export const wasm_bindgen__convert__closures__invoke2_mut__h8776500d04a3e634: (
361
+ export const wasm_bindgen__convert__closures__invoke2_mut__h54a8613170fef18e: (
366
362
  a: number,
367
363
  b: number,
368
364
  c: number,