@bitwarden/sdk-internal 0.2.0-main.14 → 0.2.0-main.140

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.
Binary file
@@ -1,40 +1,156 @@
1
1
  /* tslint:disable */
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
- export function isCoreError(a: number): number;
5
- export function isEncryptionSettingsError(a: number): number;
6
- export function isKeyGenerationError(a: number): number;
7
- export function __wbg_bitwardenclient_free(a: number, b: number): void;
8
- export function bitwardenclient_new(a: number, b: number): number;
9
- export function bitwardenclient_echo(a: number, b: number, c: number, d: number): void;
10
- export function bitwardenclient_version(a: number, b: number): void;
11
- export function bitwardenclient_throw(a: number, b: number, c: number): number;
12
- export function bitwardenclient_http_get(a: number, b: number, c: number): number;
13
- export function bitwardenclient_crypto(a: number): number;
14
- export function isTestError(a: number): number;
15
- export function clientcrypto_initialize_user_crypto(a: number, b: number): number;
16
- export function clientcrypto_initialize_org_crypto(a: number, b: number): number;
17
- export function generate_ssh_key(a: number, b: number): void;
18
- export function clientfolders_decrypt(a: number, b: number, c: number): void;
19
- export function __wbg_clientcrypto_free(a: number, b: number): void;
20
- export function __wbg_clientfolders_free(a: number, b: number): void;
21
- export function __wbg_clientvault_free(a: number, b: number): void;
22
- export function bitwardenclient_vault(a: number): number;
23
- export function clientvault_folders(a: number): number;
24
- export function __wbindgen_malloc(a: number, b: number): number;
25
- export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
26
- export const __wbindgen_export_2: WebAssembly.Table;
27
- export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcab43b83560065d8(
28
- a: number,
29
- b: number,
30
- c: number,
31
- ): void;
32
- export function __wbindgen_free(a: number, b: number, c: number): void;
33
- export function __wbindgen_add_to_stack_pointer(a: number): number;
34
- export function __wbindgen_exn_store(a: number): void;
35
- export function wasm_bindgen__convert__closures__invoke2_mut__h7363c1bfa226a55d(
36
- a: number,
37
- b: number,
38
- c: number,
39
- d: number,
40
- ): void;
4
+ export const isEncryptionSettingsError: (a: number) => number;
5
+ export const isCryptoError: (a: number) => number;
6
+ export const __wbg_outgoingmessage_free: (a: number, b: number) => void;
7
+ export const __wbg_get_outgoingmessage_payload: (a: number, b: number) => void;
8
+ export const __wbg_set_outgoingmessage_payload: (a: number, b: number, c: number) => void;
9
+ export const __wbg_get_outgoingmessage_topic: (a: number, b: number) => void;
10
+ export const __wbg_set_outgoingmessage_topic: (a: number, b: number, c: number) => void;
11
+ export const __wbg_incomingmessage_free: (a: number, b: number) => void;
12
+ export const __wbg_get_incomingmessage_payload: (a: number, b: number) => void;
13
+ export const __wbg_set_incomingmessage_payload: (a: number, b: number, c: number) => void;
14
+ export const __wbg_get_incomingmessage_destination: (a: number) => number;
15
+ export const __wbg_set_incomingmessage_destination: (a: number, b: number) => void;
16
+ export const __wbg_get_incomingmessage_source: (a: number) => number;
17
+ export const __wbg_set_incomingmessage_source: (a: number, b: number) => void;
18
+ export const __wbg_get_incomingmessage_topic: (a: number, b: number) => void;
19
+ export const __wbg_set_incomingmessage_topic: (a: number, b: number, c: number) => void;
20
+ export const __wbg_senderror_free: (a: number, b: number) => void;
21
+ export const __wbg_receiveerror_free: (a: number, b: number) => void;
22
+ export const __wbg_get_receiveerror_timeout: (a: number) => number;
23
+ export const __wbg_set_receiveerror_timeout: (a: number, b: number) => void;
24
+ export const __wbg_get_receiveerror_crypto: (a: number) => number;
25
+ export const __wbg_set_receiveerror_crypto: (a: number, b: number) => void;
26
+ export const __wbg_get_receiveerror_communication: (a: number) => number;
27
+ export const __wbg_set_receiveerror_communication: (a: number, b: number) => void;
28
+ export const __wbg_ipcclient_free: (a: number, b: number) => void;
29
+ export const ipcclient_new: (a: number) => number;
30
+ export const ipcclient_send: (a: number, b: number) => number;
31
+ export const ipcclient_receive: (a: number) => number;
32
+ export const outgoingmessage_new: (a: number, b: number, c: number, d: number, e: number) => number;
33
+ export const outgoingmessage_new_json_payload: (
34
+ a: number,
35
+ b: number,
36
+ c: number,
37
+ d: number,
38
+ e: number,
39
+ ) => void;
40
+ export const incomingmessage_new: (
41
+ a: number,
42
+ b: number,
43
+ c: number,
44
+ d: number,
45
+ e: number,
46
+ f: number,
47
+ ) => number;
48
+ export const incomingmessage_parse_payload_as_json: (a: number) => number;
49
+ export const isDeserializeError: (a: number) => number;
50
+ export const __wbg_set_senderror_crypto: (a: number, b: number) => void;
51
+ export const __wbg_set_senderror_communication: (a: number, b: number) => void;
52
+ export const __wbg_get_senderror_crypto: (a: number) => number;
53
+ export const __wbg_get_senderror_communication: (a: number) => number;
54
+ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
55
+ export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
56
+ export const isSshKeyExportError: (a: number) => number;
57
+ export const isSshKeyImportError: (a: number) => number;
58
+ export const isKeyGenerationError: (a: number) => number;
59
+ export const isDecryptFileError: (a: number) => number;
60
+ export const isEncryptFileError: (a: number) => number;
61
+ export const isDecryptError: (a: number) => number;
62
+ export const isEncryptError: (a: number) => number;
63
+ export const isTotpError: (a: number) => number;
64
+ export const isCipherError: (a: number) => number;
65
+ export const __wbg_bitwardenclient_free: (a: number, b: number) => void;
66
+ export const bitwardenclient_new: (a: number) => number;
67
+ export const bitwardenclient_echo: (a: number, b: number, c: number, d: number) => void;
68
+ export const bitwardenclient_version: (a: number, b: number) => void;
69
+ export const bitwardenclient_throw: (a: number, b: number, c: number, d: number) => void;
70
+ export const bitwardenclient_http_get: (a: number, b: number, c: number) => number;
71
+ export const bitwardenclient_crypto: (a: number) => number;
72
+ export const cryptoclient_initialize_user_crypto: (a: number, b: number) => number;
73
+ export const cryptoclient_initialize_org_crypto: (a: number, b: number) => number;
74
+ export const cryptoclient_make_key_pair: (a: number, b: number, c: number, d: number) => void;
75
+ export const cryptoclient_verify_asymmetric_keys: (a: number, b: number, c: number) => void;
76
+ export const set_log_level: (a: number) => void;
77
+ export const init_sdk: (a: number) => void;
78
+ export const __wbg_purecrypto_free: (a: number, b: number) => void;
79
+ export const purecrypto_symmetric_decrypt: (
80
+ a: number,
81
+ b: number,
82
+ c: number,
83
+ d: number,
84
+ e: number,
85
+ ) => void;
86
+ export const purecrypto_symmetric_decrypt_to_bytes: (
87
+ a: number,
88
+ b: number,
89
+ c: number,
90
+ d: number,
91
+ e: number,
92
+ ) => void;
93
+ export const purecrypto_symmetric_decrypt_array_buffer: (
94
+ a: number,
95
+ b: number,
96
+ c: number,
97
+ d: number,
98
+ e: number,
99
+ ) => void;
100
+ export const purecrypto_symmetric_encrypt: (
101
+ a: number,
102
+ b: number,
103
+ c: number,
104
+ d: number,
105
+ e: number,
106
+ ) => void;
107
+ export const purecrypto_symmetric_encrypt_to_array_buffer: (
108
+ a: number,
109
+ b: number,
110
+ c: number,
111
+ d: number,
112
+ e: number,
113
+ ) => void;
114
+ export const generate_ssh_key: (a: number, b: number) => void;
115
+ export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
116
+ export const __wbg_clientciphers_free: (a: number, b: number) => void;
117
+ export const clientciphers_encrypt: (a: number, b: number, c: number) => void;
118
+ export const clientciphers_decrypt: (a: number, b: number, c: number) => void;
119
+ export const clientciphers_decrypt_list: (a: number, b: number, c: number, d: number) => void;
120
+ export const clientciphers_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
121
+ export const clientciphers_decrypt_fido2_private_key: (a: number, b: number, c: number) => void;
122
+ export const clientfolders_decrypt: (a: number, b: number, c: number) => void;
123
+ export const clienttotp_generate_totp: (
124
+ a: number,
125
+ b: number,
126
+ c: number,
127
+ d: number,
128
+ e: number,
129
+ f: number,
130
+ ) => void;
131
+ export const vaultclient_ciphers: (a: number) => number;
132
+ export const vaultclient_totp: (a: number) => number;
133
+ export const isTestError: (a: number) => number;
134
+ export const bitwardenclient_vault: (a: number) => number;
135
+ export const vaultclient_folders: (a: number) => number;
136
+ export const __wbg_clienttotp_free: (a: number, b: number) => void;
137
+ export const __wbg_cryptoclient_free: (a: number, b: number) => void;
138
+ export const __wbg_clientfolders_free: (a: number, b: number) => void;
139
+ export const __wbg_vaultclient_free: (a: number, b: number) => void;
140
+ export const __wbindgen_malloc: (a: number, b: number) => number;
141
+ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
142
+ export const __wbindgen_exn_store: (a: number) => void;
143
+ export const __wbindgen_free: (a: number, b: number, c: number) => void;
144
+ export const __wbindgen_export_4: WebAssembly.Table;
145
+ export const __wbindgen_add_to_stack_pointer: (a: number) => number;
146
+ export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8ef26cc0e999965d: (
147
+ a: number,
148
+ b: number,
149
+ c: number,
150
+ ) => void;
151
+ export const wasm_bindgen__convert__closures__invoke2_mut__h33defb2ea0fdb769: (
152
+ a: number,
153
+ b: number,
154
+ c: number,
155
+ d: number,
156
+ ) => void;