@bitwarden/sdk-internal 0.2.0-main.134 → 0.2.0-main.136

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
@@ -3,21 +3,56 @@
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const isEncryptionSettingsError: (a: number) => number;
5
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;
6
21
  export const __wbg_receiveerror_free: (a: number, b: number) => void;
7
- export const __wbg_get_receiveerror_crypto_error: (a: number) => number;
8
- export const __wbg_set_receiveerror_crypto_error: (a: number, b: number) => void;
9
- export const __wbg_get_receiveerror_communication_error: (a: number) => number;
10
- export const __wbg_set_receiveerror_communication_error: (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;
11
28
  export const __wbg_ipcclient_free: (a: number, b: number) => void;
12
29
  export const ipcclient_new: (a: number) => number;
13
30
  export const ipcclient_send: (a: number, b: number) => number;
14
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;
15
49
  export const isDeserializeError: (a: number) => number;
16
- export const __wbg_set_senderror_crypto_error: (a: number, b: number) => void;
17
- export const __wbg_set_senderror_communication_error: (a: number, b: number) => void;
18
- export const __wbg_get_senderror_crypto_error: (a: number) => number;
19
- export const __wbg_get_senderror_communication_error: (a: number) => number;
20
- export const __wbg_senderror_free: (a: number, b: number) => void;
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;
21
56
  export const isSshKeyExportError: (a: number) => number;
22
57
  export const isSshKeyImportError: (a: number) => number;
23
58
  export const isKeyGenerationError: (a: number) => number;
@@ -77,6 +112,10 @@ export const purecrypto_symmetric_encrypt_to_array_buffer: (
77
112
  ) => void;
78
113
  export const generate_ssh_key: (a: number, b: number) => void;
79
114
  export const import_ssh_key: (a: number, b: number, c: number, d: number, e: number) => void;
115
+ export const clientciphers_encrypt: (a: number, b: number, c: number) => void;
116
+ export const clientciphers_decrypt: (a: number, b: number, c: number) => void;
117
+ export const clientciphers_decrypt_list: (a: number, b: number, c: number, d: number) => void;
118
+ export const clientciphers_decrypt_fido2_credentials: (a: number, b: number, c: number) => void;
80
119
  export const clientfolders_decrypt: (a: number, b: number, c: number) => void;
81
120
  export const clienttotp_generate_totp: (
82
121
  a: number,
@@ -88,10 +127,12 @@ export const clienttotp_generate_totp: (
88
127
  ) => void;
89
128
  export const isTestError: (a: number) => number;
90
129
  export const __wbg_cryptoclient_free: (a: number, b: number) => void;
130
+ export const __wbg_clientciphers_free: (a: number, b: number) => void;
91
131
  export const __wbg_clientfolders_free: (a: number, b: number) => void;
92
132
  export const __wbg_clienttotp_free: (a: number, b: number) => void;
93
133
  export const __wbg_vaultclient_free: (a: number, b: number) => void;
94
134
  export const bitwardenclient_vault: (a: number) => number;
135
+ export const vaultclient_ciphers: (a: number) => number;
95
136
  export const vaultclient_folders: (a: number) => number;
96
137
  export const vaultclient_totp: (a: number) => number;
97
138
  export const __wbindgen_malloc: (a: number, b: number) => number;