@bitwarden/sdk-internal 0.2.0-main.413 → 0.2.0-main.414
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 +1 -1
- package/bitwarden_wasm_internal_bg.js +29 -29
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +37 -37
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +4 -4
- package/package.json +1 -1
|
@@ -872,6 +872,18 @@ exports.isGetFolderError = function (error) {
|
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
|
|
875
|
+
function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg1, arg2) {
|
|
876
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(
|
|
877
|
+
arg0,
|
|
878
|
+
arg1,
|
|
879
|
+
addHeapObject(arg2),
|
|
880
|
+
);
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
884
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
885
|
+
}
|
|
886
|
+
|
|
875
887
|
function wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196(arg0, arg1, arg2) {
|
|
876
888
|
try {
|
|
877
889
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -891,18 +903,6 @@ function wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196(arg0, arg
|
|
|
891
903
|
}
|
|
892
904
|
}
|
|
893
905
|
|
|
894
|
-
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
895
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg1, arg2) {
|
|
899
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(
|
|
900
|
-
arg0,
|
|
901
|
-
arg1,
|
|
902
|
-
addHeapObject(arg2),
|
|
903
|
-
);
|
|
904
|
-
}
|
|
905
|
-
|
|
906
906
|
function wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83(arg0, arg1, arg2, arg3) {
|
|
907
907
|
wasm.wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83(
|
|
908
908
|
arg0,
|
|
@@ -4642,7 +4642,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4642
4642
|
}, arguments);
|
|
4643
4643
|
};
|
|
4644
4644
|
|
|
4645
|
-
exports.
|
|
4645
|
+
exports.__wbg_cipher_f4d327f97a824b5d = function (arg0) {
|
|
4646
4646
|
const ret = getObject(arg0).cipher;
|
|
4647
4647
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4648
4648
|
};
|
|
@@ -4735,7 +4735,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4735
4735
|
return addHeapObject(ret);
|
|
4736
4736
|
};
|
|
4737
4737
|
|
|
4738
|
-
exports.
|
|
4738
|
+
exports.__wbg_folder_2f33e9a13c4d6a6f = function (arg0) {
|
|
4739
4739
|
const ret = getObject(arg0).folder;
|
|
4740
4740
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4741
4741
|
};
|
|
@@ -4768,7 +4768,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4768
4768
|
return ret;
|
|
4769
4769
|
};
|
|
4770
4770
|
|
|
4771
|
-
exports.
|
|
4771
|
+
exports.__wbg_get_77b89488c803cd62 = function () {
|
|
4772
4772
|
return handleError(function (arg0, arg1, arg2) {
|
|
4773
4773
|
let deferred0_0;
|
|
4774
4774
|
let deferred0_1;
|
|
@@ -4783,7 +4783,12 @@ exports.__wbg_get_5d277bbf6b7a1b2d = function () {
|
|
|
4783
4783
|
}, arguments);
|
|
4784
4784
|
};
|
|
4785
4785
|
|
|
4786
|
-
exports.
|
|
4786
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4787
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4788
|
+
return addHeapObject(ret);
|
|
4789
|
+
};
|
|
4790
|
+
|
|
4791
|
+
exports.__wbg_get_abf89f08a81fc2c3 = function () {
|
|
4787
4792
|
return handleError(function (arg0, arg1, arg2) {
|
|
4788
4793
|
let deferred0_0;
|
|
4789
4794
|
let deferred0_1;
|
|
@@ -4798,12 +4803,7 @@ exports.__wbg_get_5fab12afcf0882d4 = function () {
|
|
|
4798
4803
|
}, arguments);
|
|
4799
4804
|
};
|
|
4800
4805
|
|
|
4801
|
-
exports.
|
|
4802
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4803
|
-
return addHeapObject(ret);
|
|
4804
|
-
};
|
|
4805
|
-
|
|
4806
|
-
exports.__wbg_get_access_token_858faa18bb41c14c = function (arg0) {
|
|
4806
|
+
exports.__wbg_get_access_token_669c5ac30a03c2fb = function (arg0) {
|
|
4807
4807
|
const ret = getObject(arg0).get_access_token();
|
|
4808
4808
|
return addHeapObject(ret);
|
|
4809
4809
|
};
|
|
@@ -4999,14 +4999,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4999
4999
|
return ret;
|
|
5000
5000
|
};
|
|
5001
5001
|
|
|
5002
|
-
exports.
|
|
5002
|
+
exports.__wbg_list_00f6c349a1769c8e = function () {
|
|
5003
5003
|
return handleError(function (arg0) {
|
|
5004
5004
|
const ret = getObject(arg0).list();
|
|
5005
5005
|
return addHeapObject(ret);
|
|
5006
5006
|
}, arguments);
|
|
5007
5007
|
};
|
|
5008
5008
|
|
|
5009
|
-
exports.
|
|
5009
|
+
exports.__wbg_list_8e307e84085dd320 = function () {
|
|
5010
5010
|
return handleError(function (arg0) {
|
|
5011
5011
|
const ret = getObject(arg0).list();
|
|
5012
5012
|
return addHeapObject(ret);
|
|
@@ -5250,7 +5250,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5250
5250
|
}, arguments);
|
|
5251
5251
|
};
|
|
5252
5252
|
|
|
5253
|
-
exports.
|
|
5253
|
+
exports.__wbg_remove_3a2f9b397f8853a4 = function () {
|
|
5254
5254
|
return handleError(function (arg0, arg1, arg2) {
|
|
5255
5255
|
let deferred0_0;
|
|
5256
5256
|
let deferred0_1;
|
|
@@ -5265,7 +5265,7 @@ exports.__wbg_remove_a3700a95973747b8 = function () {
|
|
|
5265
5265
|
}, arguments);
|
|
5266
5266
|
};
|
|
5267
5267
|
|
|
5268
|
-
exports.
|
|
5268
|
+
exports.__wbg_remove_a0e35ba711958b21 = function () {
|
|
5269
5269
|
return handleError(function (arg0, arg1, arg2) {
|
|
5270
5270
|
let deferred0_0;
|
|
5271
5271
|
let deferred0_1;
|
|
@@ -5311,7 +5311,16 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5311
5311
|
return addHeapObject(ret);
|
|
5312
5312
|
};
|
|
5313
5313
|
|
|
5314
|
-
exports.
|
|
5314
|
+
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5315
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5316
|
+
};
|
|
5317
|
+
|
|
5318
|
+
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5319
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5320
|
+
return addHeapObject(ret);
|
|
5321
|
+
};
|
|
5322
|
+
|
|
5323
|
+
exports.__wbg_set_ab74b64dfab76974 = function () {
|
|
5315
5324
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5316
5325
|
let deferred0_0;
|
|
5317
5326
|
let deferred0_1;
|
|
@@ -5326,16 +5335,7 @@ exports.__wbg_set_0ad66a220f764ebc = function () {
|
|
|
5326
5335
|
}, arguments);
|
|
5327
5336
|
};
|
|
5328
5337
|
|
|
5329
|
-
exports.
|
|
5330
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5331
|
-
};
|
|
5332
|
-
|
|
5333
|
-
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5334
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5335
|
-
return addHeapObject(ret);
|
|
5336
|
-
};
|
|
5337
|
-
|
|
5338
|
-
exports.__wbg_set_aef181d6d6a095a1 = function () {
|
|
5338
|
+
exports.__wbg_set_b2b1523fb974ffff = function () {
|
|
5339
5339
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5340
5340
|
let deferred0_0;
|
|
5341
5341
|
let deferred0_1;
|
|
Binary file
|
|
@@ -450,24 +450,24 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
450
450
|
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
451
451
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
452
452
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
453
|
-
export const
|
|
453
|
+
export const wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f: (
|
|
454
454
|
a: number,
|
|
455
455
|
b: number,
|
|
456
456
|
c: number,
|
|
457
|
-
d: number,
|
|
458
457
|
) => void;
|
|
459
458
|
export const wasm_bindgen__closure__destroy__h003cf2eb90144982: (a: number, b: number) => void;
|
|
460
459
|
export const wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2: (
|
|
461
460
|
a: number,
|
|
462
461
|
b: number,
|
|
463
462
|
) => void;
|
|
463
|
+
export const wasm_bindgen__closure__destroy__he41cbbdbe831f2ac: (a: number, b: number) => void;
|
|
464
464
|
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
465
|
-
export const
|
|
465
|
+
export const wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196: (
|
|
466
466
|
a: number,
|
|
467
467
|
b: number,
|
|
468
468
|
c: number,
|
|
469
|
+
d: number,
|
|
469
470
|
) => void;
|
|
470
|
-
export const wasm_bindgen__closure__destroy__he41cbbdbe831f2ac: (a: number, b: number) => void;
|
|
471
471
|
export const wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83: (
|
|
472
472
|
a: number,
|
|
473
473
|
b: number,
|