@bitwarden/sdk-internal 0.2.0-main.19 → 0.2.0-main.20

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.
@@ -225,7 +225,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
225
225
  return real;
226
226
  }
227
227
  function __wbg_adapter_38(arg0, arg1, arg2) {
228
- wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcab43b83560065d8(
228
+ wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha9b57bf10de48c08(
229
229
  arg0,
230
230
  arg1,
231
231
  addHeapObject(arg2),
@@ -319,7 +319,7 @@ function handleError(f, args) {
319
319
  }
320
320
  }
321
321
  function __wbg_adapter_125(arg0, arg1, arg2, arg3) {
322
- wasm.wasm_bindgen__convert__closures__invoke2_mut__h7363c1bfa226a55d(
322
+ wasm.wasm_bindgen__convert__closures__invoke2_mut__hb7b08fa8b393e2e9(
323
323
  arg0,
324
324
  arg1,
325
325
  addHeapObject(arg2),
@@ -705,6 +705,35 @@ module.exports.__wbg_get_5419cf6b954aa11d = function (arg0, arg1) {
705
705
  return addHeapObject(ret);
706
706
  };
707
707
 
708
+ module.exports.__wbindgen_object_clone_ref = function (arg0) {
709
+ const ret = getObject(arg0);
710
+ return addHeapObject(ret);
711
+ };
712
+
713
+ module.exports.__wbg_call_3bfa248576352471 = function () {
714
+ return handleError(function (arg0, arg1, arg2) {
715
+ const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
716
+ return addHeapObject(ret);
717
+ }, arguments);
718
+ };
719
+
720
+ module.exports.__wbg_next_b06e115d1b01e10b = function () {
721
+ return handleError(function (arg0) {
722
+ const ret = getObject(arg0).next();
723
+ return addHeapObject(ret);
724
+ }, arguments);
725
+ };
726
+
727
+ module.exports.__wbg_done_983b5ffcaec8c583 = function (arg0) {
728
+ const ret = getObject(arg0).done;
729
+ return ret;
730
+ };
731
+
732
+ module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
733
+ const ret = getObject(arg0).value;
734
+ return addHeapObject(ret);
735
+ };
736
+
708
737
  module.exports.__wbg_new_e69b5f66fda8f13c = function () {
709
738
  const ret = new Object();
710
739
  return addHeapObject(ret);
@@ -781,23 +810,6 @@ module.exports.__wbg_headers_1b9bf90c73fae600 = function (arg0) {
781
810
  return addHeapObject(ret);
782
811
  };
783
812
 
784
- module.exports.__wbg_next_b06e115d1b01e10b = function () {
785
- return handleError(function (arg0) {
786
- const ret = getObject(arg0).next();
787
- return addHeapObject(ret);
788
- }, arguments);
789
- };
790
-
791
- module.exports.__wbg_done_983b5ffcaec8c583 = function (arg0) {
792
- const ret = getObject(arg0).done;
793
- return ret;
794
- };
795
-
796
- module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
797
- const ret = getObject(arg0).value;
798
- return addHeapObject(ret);
799
- };
800
-
801
813
  module.exports.__wbg_stringify_eead5648c09faaf8 = function () {
802
814
  return handleError(function (arg0) {
803
815
  const ret = JSON.stringify(getObject(arg0));
@@ -816,18 +828,6 @@ module.exports.__wbg_text_ebeee8b31af4c919 = function () {
816
828
  }, arguments);
817
829
  };
818
830
 
819
- module.exports.__wbg_call_3bfa248576352471 = function () {
820
- return handleError(function (arg0, arg1, arg2) {
821
- const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
822
- return addHeapObject(ret);
823
- }, arguments);
824
- };
825
-
826
- module.exports.__wbindgen_object_clone_ref = function (arg0) {
827
- const ret = getObject(arg0);
828
- return addHeapObject(ret);
829
- };
830
-
831
831
  module.exports.__wbindgen_cb_drop = function (arg0) {
832
832
  const obj = takeObject(arg0).original;
833
833
  if (obj.cnt-- == 1) {
@@ -24,7 +24,7 @@ export function clientvault_folders(a: number): number;
24
24
  export function __wbindgen_malloc(a: number, b: number): number;
25
25
  export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
26
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(
27
+ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha9b57bf10de48c08(
28
28
  a: number,
29
29
  b: number,
30
30
  c: number,
@@ -32,7 +32,7 @@ export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen
32
32
  export function __wbindgen_free(a: number, b: number, c: number): void;
33
33
  export function __wbindgen_add_to_stack_pointer(a: number): number;
34
34
  export function __wbindgen_exn_store(a: number): void;
35
- export function wasm_bindgen__convert__closures__invoke2_mut__h7363c1bfa226a55d(
35
+ export function wasm_bindgen__convert__closures__invoke2_mut__hb7b08fa8b393e2e9(
36
36
  a: number,
37
37
  b: number,
38
38
  c: number,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.19",
3
+ "version": "0.2.0-main.20",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",