@bitwarden/sdk-internal 0.2.0-main.154 → 0.2.0-main.156

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.
@@ -930,7 +930,11 @@ export class AttachmentsClient {
930
930
  /**
931
931
  * Decrypts an attachment's encrypted content
932
932
  */
933
- decrypt_buffer(cipher: Cipher, attachment: Attachment, encrypted_buffer: Uint8Array): Uint8Array;
933
+ decrypt_buffer(
934
+ cipher: Cipher,
935
+ attachment: AttachmentView,
936
+ encrypted_buffer: Uint8Array,
937
+ ): Uint8Array;
934
938
  }
935
939
  export class BitwardenClient {
936
940
  free(): void;
@@ -768,7 +768,7 @@ class AttachmentsClient {
768
768
  /**
769
769
  * Decrypts an attachment's encrypted content
770
770
  * @param {Cipher} cipher
771
- * @param {Attachment} attachment
771
+ * @param {AttachmentView} attachment
772
772
  * @param {Uint8Array} encrypted_buffer
773
773
  * @returns {Uint8Array}
774
774
  */
@@ -179,9 +179,9 @@ export const vaultclient_folders: (a: number) => number;
179
179
  export const __wbg_generatorclient_free: (a: number, b: number) => void;
180
180
  export const __wbg_vaultclient_free: (a: number, b: number) => void;
181
181
  export const __wbg_totpclient_free: (a: number, b: number) => void;
182
+ export const __wbg_foldersclient_free: (a: number, b: number) => void;
182
183
  export const __wbg_cryptoclient_free: (a: number, b: number) => void;
183
184
  export const __wbg_ciphersclient_free: (a: number, b: number) => void;
184
- export const __wbg_foldersclient_free: (a: number, b: number) => void;
185
185
  export const __wbindgen_malloc: (a: number, b: number) => number;
186
186
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
187
187
  export const __wbindgen_exn_store: (a: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.154",
3
+ "version": "0.2.0-main.156",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",