@bitwarden/sdk-internal 0.2.0-main.16 → 0.2.0-main.18

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.
@@ -585,6 +585,33 @@ class ClientVault {
585
585
  }
586
586
  module.exports.ClientVault = ClientVault;
587
587
 
588
+ module.exports.__wbindgen_string_new = function (arg0, arg1) {
589
+ const ret = getStringFromWasm0(arg0, arg1);
590
+ return addHeapObject(ret);
591
+ };
592
+
593
+ module.exports.__wbg_get_ef828680c64da212 = function () {
594
+ return handleError(function (arg0, arg1) {
595
+ const ret = Reflect.get(getObject(arg0), getObject(arg1));
596
+ return addHeapObject(ret);
597
+ }, arguments);
598
+ };
599
+
600
+ module.exports.__wbindgen_object_drop_ref = function (arg0) {
601
+ takeObject(arg0);
602
+ };
603
+
604
+ module.exports.__wbindgen_string_get = function (arg0, arg1) {
605
+ const obj = getObject(arg1);
606
+ const ret = typeof obj === "string" ? obj : undefined;
607
+ var ptr1 = isLikeNone(ret)
608
+ ? 0
609
+ : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
610
+ var len1 = WASM_VECTOR_LEN;
611
+ getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
612
+ getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
613
+ };
614
+
588
615
  module.exports.__wbg_new_fe19e4f3db5c3999 = function (arg0, arg1) {
589
616
  let deferred0_0;
590
617
  let deferred0_1;
@@ -622,33 +649,6 @@ module.exports.__wbg_setvariant_262a12673324f71b = function (arg0, arg1, arg2) {
622
649
  }
623
650
  };
624
651
 
625
- module.exports.__wbindgen_string_new = function (arg0, arg1) {
626
- const ret = getStringFromWasm0(arg0, arg1);
627
- return addHeapObject(ret);
628
- };
629
-
630
- module.exports.__wbg_get_ef828680c64da212 = function () {
631
- return handleError(function (arg0, arg1) {
632
- const ret = Reflect.get(getObject(arg0), getObject(arg1));
633
- return addHeapObject(ret);
634
- }, arguments);
635
- };
636
-
637
- module.exports.__wbindgen_object_drop_ref = function (arg0) {
638
- takeObject(arg0);
639
- };
640
-
641
- module.exports.__wbindgen_string_get = function (arg0, arg1) {
642
- const obj = getObject(arg1);
643
- const ret = typeof obj === "string" ? obj : undefined;
644
- var ptr1 = isLikeNone(ret)
645
- ? 0
646
- : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
647
- var len1 = WASM_VECTOR_LEN;
648
- getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
649
- getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
650
- };
651
-
652
652
  module.exports.__wbindgen_jsval_loose_eq = function (arg0, arg1) {
653
653
  const ret = getObject(arg0) == getObject(arg1);
654
654
  return ret;
@@ -705,18 +705,6 @@ module.exports.__wbg_get_5419cf6b954aa11d = function (arg0, arg1) {
705
705
  return addHeapObject(ret);
706
706
  };
707
707
 
708
- module.exports.__wbg_call_3bfa248576352471 = function () {
709
- return handleError(function (arg0, arg1, arg2) {
710
- const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
711
- return addHeapObject(ret);
712
- }, arguments);
713
- };
714
-
715
- module.exports.__wbindgen_object_clone_ref = function (arg0) {
716
- const ret = getObject(arg0);
717
- return addHeapObject(ret);
718
- };
719
-
720
708
  module.exports.__wbg_new_e69b5f66fda8f13c = function () {
721
709
  const ret = new Object();
722
710
  return addHeapObject(ret);
@@ -828,6 +816,18 @@ module.exports.__wbg_text_ebeee8b31af4c919 = function () {
828
816
  }, arguments);
829
817
  };
830
818
 
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) {
@@ -1214,7 +1214,7 @@ module.exports.__wbg_warn_2e2787d40aad9a81 = function (arg0, arg1, arg2, arg3) {
1214
1214
  console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
1215
1215
  };
1216
1216
 
1217
- module.exports.__wbindgen_closure_wrapper1799 = function (arg0, arg1, arg2) {
1217
+ module.exports.__wbindgen_closure_wrapper1820 = function (arg0, arg1, arg2) {
1218
1218
  const ret = makeMutClosure(arg0, arg1, 491, __wbg_adapter_38);
1219
1219
  return addHeapObject(ret);
1220
1220
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitwarden/sdk-internal",
3
- "version": "0.2.0-main.16",
3
+ "version": "0.2.0-main.18",
4
4
  "license": "GPL-3.0",
5
5
  "files": [
6
6
  "bitwarden_wasm_internal_bg.js",