@bitwarden/sdk-internal 0.2.0-main.103 → 0.2.0-main.105

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 CHANGED
@@ -1 +1 @@
1
- 8bb4d03ee3d089fd3d9453e2d19e7ae2e6c93c65
1
+ 6008e90a13f649d8d82c8f642ad0c235eca33b23
@@ -218,7 +218,9 @@ export interface CryptoError extends Error {
218
218
  | "RsaError"
219
219
  | "FingerprintError"
220
220
  | "ArgonError"
221
- | "ZeroNumber";
221
+ | "ZeroNumber"
222
+ | "OperationNotSupported"
223
+ | "WrongKeyType";
222
224
  }
223
225
 
224
226
  export function isCryptoError(error: any): error is CryptoError;
@@ -371,11 +371,11 @@ export function isTestError(error) {
371
371
  }
372
372
 
373
373
  function __wbg_adapter_42(arg0, arg1, arg2) {
374
- wasm.closure605_externref_shim(arg0, arg1, arg2);
374
+ wasm.closure608_externref_shim(arg0, arg1, arg2);
375
375
  }
376
376
 
377
377
  function __wbg_adapter_145(arg0, arg1, arg2, arg3) {
378
- wasm.closure453_externref_shim(arg0, arg1, arg2, arg3);
378
+ wasm.closure456_externref_shim(arg0, arg1, arg2, arg3);
379
379
  }
380
380
 
381
381
  /**
@@ -1257,8 +1257,8 @@ export function __wbindgen_cb_drop(arg0) {
1257
1257
  return ret;
1258
1258
  }
1259
1259
 
1260
- export function __wbindgen_closure_wrapper2160(arg0, arg1, arg2) {
1261
- const ret = makeMutClosure(arg0, arg1, 606, __wbg_adapter_42);
1260
+ export function __wbindgen_closure_wrapper2166(arg0, arg1, arg2) {
1261
+ const ret = makeMutClosure(arg0, arg1, 609, __wbg_adapter_42);
1262
1262
  return ret;
1263
1263
  }
1264
1264
 
Binary file
@@ -57,6 +57,6 @@ export const __wbindgen_export_4: WebAssembly.Table;
57
57
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
58
58
  export const __wbindgen_export_6: WebAssembly.Table;
59
59
  export const __externref_table_dealloc: (a: number) => void;
60
- export const closure605_externref_shim: (a: number, b: number, c: any) => void;
61
- export const closure453_externref_shim: (a: number, b: number, c: any, d: any) => void;
60
+ export const closure608_externref_shim: (a: number, b: number, c: any) => void;
61
+ export const closure456_externref_shim: (a: number, b: number, c: any, d: any) => void;
62
62
  export const __wbindgen_start: () => void;