@bitwarden/sdk-internal 0.2.0-main.231 → 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,317 +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 vaultclient_attachments: (a: number) => number;
139
- export const totpclient_generate_totp: (
77
+ export const purecrypto_decrypt_user_key_with_master_password: (
140
78
  a: number,
141
79
  b: number,
142
80
  c: number,
143
81
  d: number,
144
82
  e: number,
145
83
  f: number,
84
+ g: number,
85
+ h: number,
146
86
  ) => void;
147
- export const isDecryptError: (a: number) => number;
148
- export const isEncryptError: (a: number) => number;
149
- export const isTotpError: (a: number) => number;
150
- export const isCipherError: (a: number) => number;
151
- export const isDecryptFileError: (a: number) => number;
152
- export const isEncryptFileError: (a: number) => number;
153
- export const vaultclient_ciphers: (a: number) => number;
154
- export const vaultclient_folders: (a: number) => number;
155
- export const vaultclient_totp: (a: number) => number;
156
- export const __wbg_ciphersclient_free: (a: number, b: number) => void;
157
- export const __wbg_foldersclient_free: (a: number, b: number) => void;
158
- export const __wbg_vaultclient_free: (a: number, b: number) => void;
159
- export const __wbg_totpclient_free: (a: number, b: number) => void;
160
- export const __wbg_bitwardenclient_free: (a: number, b: number) => void;
161
- export const bitwardenclient_new: (a: number, b: number) => number;
162
- export const bitwardenclient_echo: (a: number, b: number, c: number, d: number) => void;
163
- export const bitwardenclient_version: (a: number, b: number) => void;
164
- export const bitwardenclient_throw: (a: number, b: number, c: number, d: number) => void;
165
- export const bitwardenclient_http_get: (a: number, b: number, c: number) => number;
166
- export const bitwardenclient_crypto: (a: number) => number;
167
- export const bitwardenclient_platform: (a: number) => number;
168
- export const set_log_level: (a: number) => void;
169
- export const init_sdk: (a: number) => void;
170
- export const stateclient_register_cipher_repository: (a: number, b: number) => void;
171
- export const __wbg_purecrypto_free: (a: number, b: number) => void;
172
- export const purecrypto_symmetric_decrypt: (
87
+ export const purecrypto_encrypt_user_key_with_master_password: (
173
88
  a: number,
174
89
  b: number,
175
90
  c: number,
176
91
  d: number,
177
92
  e: number,
93
+ f: number,
94
+ g: number,
95
+ h: number,
178
96
  ) => void;
179
- 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: (
180
100
  a: number,
181
101
  b: number,
182
102
  c: number,
183
103
  d: number,
184
104
  e: number,
185
105
  ) => void;
186
- export const purecrypto_symmetric_decrypt_bytes: (
106
+ export const purecrypto_unwrap_symmetric_key: (
187
107
  a: number,
188
108
  b: number,
189
109
  c: number,
190
110
  d: number,
191
111
  e: number,
192
112
  ) => void;
193
- export const purecrypto_symmetric_decrypt_array_buffer: (
113
+ export const purecrypto_wrap_encapsulation_key: (
194
114
  a: number,
195
115
  b: number,
196
116
  c: number,
197
117
  d: number,
198
118
  e: number,
199
119
  ) => void;
200
- export const purecrypto_symmetric_decrypt_filedata: (
120
+ export const purecrypto_wrap_decapsulation_key: (
201
121
  a: number,
202
122
  b: number,
203
123
  c: number,
204
124
  d: number,
205
125
  e: number,
206
126
  ) => void;
207
- export const purecrypto_symmetric_encrypt_string: (
127
+ export const purecrypto_unwrap_decapsulation_key: (
208
128
  a: number,
209
129
  b: number,
210
130
  c: number,
211
131
  d: number,
212
132
  e: number,
213
133
  ) => void;
214
- export const purecrypto_symmetric_encrypt_bytes: (
134
+ export const purecrypto_encapsulate_key_unsigned: (
215
135
  a: number,
216
136
  b: number,
217
137
  c: number,
218
138
  d: number,
219
139
  e: number,
220
140
  ) => void;
221
- export const purecrypto_symmetric_encrypt_filedata: (
141
+ export const purecrypto_decapsulate_key_unsigned: (
222
142
  a: number,
223
143
  b: number,
224
144
  c: number,
225
145
  d: number,
226
146
  e: number,
227
147
  ) => void;
228
- export const purecrypto_decrypt_user_key_with_master_password: (
148
+ export const purecrypto_verifying_key_for_signing_key: (
229
149
  a: number,
230
150
  b: number,
231
151
  c: number,
232
152
  d: number,
233
153
  e: number,
234
- f: number,
235
- g: number,
236
- h: number,
237
154
  ) => void;
238
- 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: (
239
157
  a: number,
240
158
  b: number,
241
159
  c: number,
242
160
  d: number,
243
161
  e: number,
244
- f: number,
245
- g: number,
246
- h: number,
247
162
  ) => void;
248
- export const purecrypto_make_user_key_aes256_cbc_hmac: (a: number) => void;
249
- export const purecrypto_make_user_key_xchacha20_poly1305: (a: number) => void;
250
- export const purecrypto_wrap_symmetric_key: (
163
+ export const purecrypto_derive_kdf_material: (
251
164
  a: number,
252
165
  b: number,
253
166
  c: number,
254
167
  d: number,
255
168
  e: number,
169
+ f: number,
256
170
  ) => void;
257
- 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: (
258
188
  a: number,
259
189
  b: number,
260
190
  c: number,
261
191
  d: number,
262
192
  e: number,
193
+ f: number,
194
+ g: number,
263
195
  ) => void;
264
- export const purecrypto_wrap_encapsulation_key: (
196
+ export const exporterclient_export_organization_vault: (
265
197
  a: number,
266
198
  b: number,
267
199
  c: number,
268
200
  d: number,
269
201
  e: number,
202
+ f: number,
203
+ g: number,
270
204
  ) => void;
271
- export const purecrypto_wrap_decapsulation_key: (
205
+ export const exporterclient_export_cxf: (
272
206
  a: number,
273
207
  b: number,
274
208
  c: number,
275
209
  d: number,
276
210
  e: number,
277
211
  ) => void;
278
- 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: (
279
248
  a: number,
280
249
  b: number,
281
250
  c: number,
282
251
  d: number,
283
252
  e: number,
284
253
  ) => void;
285
- export const purecrypto_encapsulate_key_unsigned: (
254
+ export const incomingmessage_new: (
286
255
  a: number,
287
256
  b: number,
288
257
  c: number,
289
258
  d: number,
290
259
  e: number,
291
- ) => void;
292
- 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: (
293
275
  a: number,
294
276
  b: number,
295
277
  c: number,
296
278
  d: number,
297
279
  e: number,
280
+ f: number,
298
281
  ) => void;
299
- 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: (
300
288
  a: number,
301
289
  b: number,
302
290
  c: number,
303
291
  d: number,
304
292
  e: number,
305
293
  ) => void;
306
- export const purecrypto_key_algorithm_for_verifying_key: (a: number, b: number, c: number) => void;
307
- export const purecrypto_verify_and_unwrap_signed_public_key: (
294
+ export const ciphersclient_move_to_organization: (
308
295
  a: number,
309
296
  b: number,
310
297
  c: number,
311
298
  d: number,
312
- e: number,
313
299
  ) => void;
314
- 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: (
315
310
  a: number,
316
311
  b: number,
317
312
  c: number,
@@ -319,9 +314,15 @@ export const purecrypto_derive_kdf_material: (
319
314
  e: number,
320
315
  f: number,
321
316
  ) => void;
322
- export const generate_ssh_key: (a: number, b: number) => void;
323
- export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
324
- 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;
325
326
  export const purecrypto_unwrap_encapsulation_key: (
326
327
  a: number,
327
328
  b: number,
@@ -329,32 +330,35 @@ export const purecrypto_unwrap_encapsulation_key: (
329
330
  d: number,
330
331
  e: number,
331
332
  ) => void;
332
- export const bitwardenclient_vault: (a: number) => number;
333
- export const bitwardenclient_generator: (a: number) => number;
334
- export const bitwardenclient_exporters: (a: number) => number;
335
333
  export const __wbg_stateclient_free: (a: number, b: number) => void;
336
334
  export const __wbg_platformclient_free: (a: number, b: number) => void;
337
- 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;
338
346
  export const __wbindgen_malloc: (a: number, b: number) => number;
339
347
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
340
348
  export const __wbindgen_exn_store: (a: number) => void;
341
349
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
342
350
  export const __wbindgen_export_4: WebAssembly.Table;
343
351
  export const __wbindgen_add_to_stack_pointer: (a: number) => number;
344
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h31333524c3115e44: (
345
- a: number,
346
- b: number,
347
- ) => void;
348
- 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: (
349
353
  a: number,
350
354
  b: number,
351
355
  ) => void;
352
- 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: (
353
357
  a: number,
354
358
  b: number,
355
359
  c: number,
356
360
  ) => void;
357
- export const wasm_bindgen__convert__closures__invoke2_mut__h8776500d04a3e634: (
361
+ export const wasm_bindgen__convert__closures__invoke2_mut__h54a8613170fef18e: (
358
362
  a: number,
359
363
  b: number,
360
364
  c: number,