@bitwarden/sdk-internal 0.2.0-main.15 → 0.2.0-main.150
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 -0
- package/bitwarden_wasm_internal.d.ts +975 -69
- package/bitwarden_wasm_internal_bg.js +2376 -586
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +198 -37
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +975 -69
- package/node/bitwarden_wasm_internal.js +2397 -596
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +198 -37
- package/package.json +5 -4
|
Binary file
|
|
@@ -1,40 +1,201 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
)
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
4
|
+
export const isEncryptionSettingsError: (a: number) => number;
|
|
5
|
+
export const isCryptoError: (a: number) => number;
|
|
6
|
+
export const __wbg_exporterclient_free: (a: number, b: number) => void;
|
|
7
|
+
export const exporterclient_export_vault: (
|
|
8
|
+
a: number,
|
|
9
|
+
b: number,
|
|
10
|
+
c: number,
|
|
11
|
+
d: number,
|
|
12
|
+
e: number,
|
|
13
|
+
f: number,
|
|
14
|
+
g: number,
|
|
15
|
+
) => void;
|
|
16
|
+
export const exporterclient_export_organization_vault: (
|
|
17
|
+
a: number,
|
|
18
|
+
b: number,
|
|
19
|
+
c: number,
|
|
20
|
+
d: number,
|
|
21
|
+
e: number,
|
|
22
|
+
f: number,
|
|
23
|
+
g: number,
|
|
24
|
+
) => void;
|
|
25
|
+
export const exporterclient_export_cxf: (
|
|
26
|
+
a: number,
|
|
27
|
+
b: number,
|
|
28
|
+
c: number,
|
|
29
|
+
d: number,
|
|
30
|
+
e: number,
|
|
31
|
+
) => void;
|
|
32
|
+
export const exporterclient_import_cxf: (a: number, b: number, c: number, d: number) => void;
|
|
33
|
+
export const isExportError: (a: number) => number;
|
|
34
|
+
export const isPasswordError: (a: number) => number;
|
|
35
|
+
export const isPassphraseError: (a: number) => number;
|
|
36
|
+
export const __wbg_outgoingmessage_free: (a: number, b: number) => void;
|
|
37
|
+
export const __wbg_get_outgoingmessage_payload: (a: number, b: number) => void;
|
|
38
|
+
export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
|
|
39
|
+
export const __wbg_get_outgoingmessage_topic: (a: number, b: number) => void;
|
|
40
|
+
export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
|
|
41
|
+
export const __wbg_incomingmessage_free: (a: number, b: number) => void;
|
|
42
|
+
export const __wbg_get_incomingmessage_payload: (a: number, b: number) => void;
|
|
43
|
+
export const __wbg_set_incomingmessage_payload: (a: number, b: number, c: number) => void;
|
|
44
|
+
export const __wbg_get_incomingmessage_destination: (a: number) => number;
|
|
45
|
+
export const __wbg_set_incomingmessage_destination: (a: number, b: number) => void;
|
|
46
|
+
export const __wbg_get_incomingmessage_source: (a: number) => number;
|
|
47
|
+
export const __wbg_set_incomingmessage_source: (a: number, b: number) => void;
|
|
48
|
+
export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
|
|
49
|
+
export const __wbg_set_incomingmessage_topic: (a: number, b: number, c: number) => void;
|
|
50
|
+
export const __wbg_senderror_free: (a: number, b: number) => void;
|
|
51
|
+
export const __wbg_receiveerror_free: (a: number, b: number) => void;
|
|
52
|
+
export const __wbg_get_receiveerror_timeout: (a: number) => number;
|
|
53
|
+
export const __wbg_set_receiveerror_timeout: (a: number, b: number) => void;
|
|
54
|
+
export const __wbg_get_receiveerror_crypto: (a: number) => number;
|
|
55
|
+
export const __wbg_set_receiveerror_crypto: (a: number, b: number) => void;
|
|
56
|
+
export const __wbg_get_receiveerror_communication: (a: number) => number;
|
|
57
|
+
export const __wbg_set_receiveerror_communication: (a: number, b: number) => void;
|
|
58
|
+
export const __wbg_ipcclient_free: (a: number, b: number) => void;
|
|
59
|
+
export const ipcclient_new: (a: number) => number;
|
|
60
|
+
export const ipcclient_send: (a: number, b: number) => number;
|
|
61
|
+
export const ipcclient_receive: (a: number) => number;
|
|
62
|
+
export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
63
|
+
export const outgoingmessage_new_json_payload: (
|
|
64
|
+
a: number,
|
|
65
|
+
b: number,
|
|
66
|
+
c: number,
|
|
67
|
+
d: number,
|
|
68
|
+
e: number,
|
|
69
|
+
) => void;
|
|
70
|
+
export const incomingmessage_new: (
|
|
71
|
+
a: number,
|
|
72
|
+
b: number,
|
|
73
|
+
c: number,
|
|
74
|
+
d: number,
|
|
75
|
+
e: number,
|
|
76
|
+
f: number,
|
|
77
|
+
) => number;
|
|
78
|
+
export const incomingmessage_parse_payload_as_json: (a: number) => number;
|
|
79
|
+
export const isDeserializeError: (a: number) => number;
|
|
80
|
+
export const __wbg_set_senderror_crypto: (a: number, b: number) => void;
|
|
81
|
+
export const __wbg_set_senderror_communication: (a: number, b: number) => void;
|
|
82
|
+
export const __wbg_get_senderror_crypto: (a: number) => number;
|
|
83
|
+
export const __wbg_get_senderror_communication: (a: number) => number;
|
|
84
|
+
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
85
|
+
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
86
|
+
export const isSshKeyExportError: (a: number) => number;
|
|
87
|
+
export const isSshKeyImportError: (a: number) => number;
|
|
88
|
+
export const isKeyGenerationError: (a: number) => number;
|
|
89
|
+
export const isDecryptError: (a: number) => number;
|
|
90
|
+
export const isEncryptError: (a: number) => number;
|
|
91
|
+
export const isTotpError: (a: number) => number;
|
|
92
|
+
export const isCipherError: (a: number) => number;
|
|
93
|
+
export const isDecryptFileError: (a: number) => number;
|
|
94
|
+
export const isEncryptFileError: (a: number) => number;
|
|
95
|
+
export const __wbg_bitwardenclient_free: (a: number, b: number) => void;
|
|
96
|
+
export const bitwardenclient_new: (a: number) => number;
|
|
97
|
+
export const bitwardenclient_echo: (a: number, b: number, c: number, d: number) => void;
|
|
98
|
+
export const bitwardenclient_version: (a: number, b: number) => void;
|
|
99
|
+
export const bitwardenclient_throw: (a: number, b: number, c: number, d: number) => void;
|
|
100
|
+
export const bitwardenclient_http_get: (a: number, b: number, c: number) => number;
|
|
101
|
+
export const bitwardenclient_crypto: (a: number) => number;
|
|
102
|
+
export const bitwardenclient_generator: (a: number) => number;
|
|
103
|
+
export const cryptoclient_initialize_user_crypto: (a: number, b: number) => number;
|
|
104
|
+
export const cryptoclient_initialize_org_crypto: (a: number, b: number) => number;
|
|
105
|
+
export const cryptoclient_make_key_pair: (a: number, b: number, c: number, d: number) => void;
|
|
106
|
+
export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
|
|
107
|
+
export const generatorclient_password: (a: number, b: number, c: number) => void;
|
|
108
|
+
export const generatorclient_passphrase: (a: number, b: number, c: number) => void;
|
|
109
|
+
export const set_log_level: (a: number) => void;
|
|
110
|
+
export const init_sdk: (a: number) => void;
|
|
111
|
+
export const __wbg_purecrypto_free: (a: number, b: number) => void;
|
|
112
|
+
export const purecrypto_symmetric_decrypt: (
|
|
113
|
+
a: number,
|
|
114
|
+
b: number,
|
|
115
|
+
c: number,
|
|
116
|
+
d: number,
|
|
117
|
+
e: number,
|
|
118
|
+
) => void;
|
|
119
|
+
export const purecrypto_symmetric_decrypt_to_bytes: (
|
|
120
|
+
a: number,
|
|
121
|
+
b: number,
|
|
122
|
+
c: number,
|
|
123
|
+
d: number,
|
|
124
|
+
e: number,
|
|
125
|
+
) => void;
|
|
126
|
+
export const purecrypto_symmetric_decrypt_array_buffer: (
|
|
127
|
+
a: number,
|
|
128
|
+
b: number,
|
|
129
|
+
c: number,
|
|
130
|
+
d: number,
|
|
131
|
+
e: number,
|
|
132
|
+
) => void;
|
|
133
|
+
export const purecrypto_symmetric_encrypt: (
|
|
134
|
+
a: number,
|
|
135
|
+
b: number,
|
|
136
|
+
c: number,
|
|
137
|
+
d: number,
|
|
138
|
+
e: number,
|
|
139
|
+
) => void;
|
|
140
|
+
export const purecrypto_symmetric_encrypt_to_array_buffer: (
|
|
141
|
+
a: number,
|
|
142
|
+
b: number,
|
|
143
|
+
c: number,
|
|
144
|
+
d: number,
|
|
145
|
+
e: number,
|
|
146
|
+
) => void;
|
|
147
|
+
export const generate_ssh_key: (a: number, b: number) => void;
|
|
148
|
+
export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
149
|
+
export const __wbg_attachmentsclient_free: (a: number, b: number) => void;
|
|
150
|
+
export const attachmentsclient_decrypt_buffer: (
|
|
151
|
+
a: number,
|
|
152
|
+
b: number,
|
|
153
|
+
c: number,
|
|
154
|
+
d: number,
|
|
155
|
+
e: number,
|
|
156
|
+
f: number,
|
|
157
|
+
) => void;
|
|
158
|
+
export const ciphersclient_encrypt: (a: number, b: number, c: number) => void;
|
|
159
|
+
export const ciphersclient_decrypt: (a: number, b: number, c: number) => void;
|
|
160
|
+
export const ciphersclient_decrypt_list: (a: number, b: number, c: number, d: number) => void;
|
|
161
|
+
export const ciphersclient_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
|
|
162
|
+
export const ciphersclient_decrypt_fido2_private_key: (a: number, b: number, c: number) => void;
|
|
163
|
+
export const foldersclient_decrypt: (a: number, b: number, c: number) => void;
|
|
164
|
+
export const totpclient_generate_totp: (
|
|
165
|
+
a: number,
|
|
166
|
+
b: number,
|
|
167
|
+
c: number,
|
|
168
|
+
d: number,
|
|
169
|
+
e: number,
|
|
170
|
+
f: number,
|
|
171
|
+
) => void;
|
|
172
|
+
export const vaultclient_attachments: (a: number) => number;
|
|
173
|
+
export const vaultclient_totp: (a: number) => number;
|
|
174
|
+
export const isTestError: (a: number) => number;
|
|
175
|
+
export const bitwardenclient_vault: (a: number) => number;
|
|
176
|
+
export const bitwardenclient_exporters: (a: number) => number;
|
|
177
|
+
export const vaultclient_ciphers: (a: number) => number;
|
|
178
|
+
export const vaultclient_folders: (a: number) => number;
|
|
179
|
+
export const __wbg_generatorclient_free: (a: number, b: number) => void;
|
|
180
|
+
export const __wbg_vaultclient_free: (a: number, b: number) => void;
|
|
181
|
+
export const __wbg_foldersclient_free: (a: number, b: number) => void;
|
|
182
|
+
export const __wbg_ciphersclient_free: (a: number, b: number) => void;
|
|
183
|
+
export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
184
|
+
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
185
|
+
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
186
|
+
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
187
|
+
export const __wbindgen_exn_store: (a: number) => void;
|
|
188
|
+
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
189
|
+
export const __wbindgen_export_4: WebAssembly.Table;
|
|
190
|
+
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
191
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h365c00e76c805d42: (
|
|
192
|
+
a: number,
|
|
193
|
+
b: number,
|
|
194
|
+
c: number,
|
|
195
|
+
) => void;
|
|
196
|
+
export const wasm_bindgen__convert__closures__invoke2_mut__h7df9ebaef0b1c102: (
|
|
197
|
+
a: number,
|
|
198
|
+
b: number,
|
|
199
|
+
c: number,
|
|
200
|
+
d: number,
|
|
201
|
+
) => void;
|