@bitwarden/sdk-internal 0.2.0-main.29 → 0.2.0-main.30
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.
@@ -712,28 +712,6 @@ module.exports.__wbg_call_3bfa248576352471 = function () {
|
|
712
712
|
}, arguments);
|
713
713
|
};
|
714
714
|
|
715
|
-
module.exports.__wbindgen_object_clone_ref = function (arg0) {
|
716
|
-
const ret = getObject(arg0);
|
717
|
-
return addHeapObject(ret);
|
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
|
-
|
737
715
|
module.exports.__wbg_new_e69b5f66fda8f13c = function () {
|
738
716
|
const ret = new Object();
|
739
717
|
return addHeapObject(ret);
|
@@ -810,6 +788,23 @@ module.exports.__wbg_headers_1b9bf90c73fae600 = function (arg0) {
|
|
810
788
|
return addHeapObject(ret);
|
811
789
|
};
|
812
790
|
|
791
|
+
module.exports.__wbg_next_b06e115d1b01e10b = function () {
|
792
|
+
return handleError(function (arg0) {
|
793
|
+
const ret = getObject(arg0).next();
|
794
|
+
return addHeapObject(ret);
|
795
|
+
}, arguments);
|
796
|
+
};
|
797
|
+
|
798
|
+
module.exports.__wbg_done_983b5ffcaec8c583 = function (arg0) {
|
799
|
+
const ret = getObject(arg0).done;
|
800
|
+
return ret;
|
801
|
+
};
|
802
|
+
|
803
|
+
module.exports.__wbg_value_2ab8a198c834c26a = function (arg0) {
|
804
|
+
const ret = getObject(arg0).value;
|
805
|
+
return addHeapObject(ret);
|
806
|
+
};
|
807
|
+
|
813
808
|
module.exports.__wbg_stringify_eead5648c09faaf8 = function () {
|
814
809
|
return handleError(function (arg0) {
|
815
810
|
const ret = JSON.stringify(getObject(arg0));
|
@@ -828,6 +823,11 @@ module.exports.__wbg_text_ebeee8b31af4c919 = function () {
|
|
828
823
|
}, arguments);
|
829
824
|
};
|
830
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) {
|
Binary file
|