@bitwarden/sdk-internal 0.2.0-main.416 → 0.2.0-main.417
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 +20 -20
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +24 -24
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/package.json +1 -1
|
@@ -872,10 +872,6 @@ exports.isGetFolderError = function (error) {
|
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
|
|
875
|
-
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
876
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
877
|
-
}
|
|
878
|
-
|
|
879
875
|
function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg1, arg2) {
|
|
880
876
|
wasm.wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(
|
|
881
877
|
arg0,
|
|
@@ -884,6 +880,10 @@ function wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f(arg0, arg
|
|
|
884
880
|
);
|
|
885
881
|
}
|
|
886
882
|
|
|
883
|
+
function wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1) {
|
|
884
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2(arg0, arg1);
|
|
885
|
+
}
|
|
886
|
+
|
|
887
887
|
function wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196(arg0, arg1, arg2) {
|
|
888
888
|
try {
|
|
889
889
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4642,7 +4642,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4642
4642
|
}, arguments);
|
|
4643
4643
|
};
|
|
4644
4644
|
|
|
4645
|
-
exports.
|
|
4645
|
+
exports.__wbg_cipher_a65561393b2f1712 = 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_b5bfa014ae93cc74 = function (arg0) {
|
|
4739
4739
|
const ret = getObject(arg0).folder;
|
|
4740
4740
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4741
4741
|
};
|
|
@@ -4768,7 +4768,12 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4768
4768
|
return ret;
|
|
4769
4769
|
};
|
|
4770
4770
|
|
|
4771
|
-
exports.
|
|
4771
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4772
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4773
|
+
return addHeapObject(ret);
|
|
4774
|
+
};
|
|
4775
|
+
|
|
4776
|
+
exports.__wbg_get_a2736f97ced6b9de = function () {
|
|
4772
4777
|
return handleError(function (arg0, arg1, arg2) {
|
|
4773
4778
|
let deferred0_0;
|
|
4774
4779
|
let deferred0_1;
|
|
@@ -4783,17 +4788,12 @@ exports.__wbg_get_07f1ca136aef8355 = function () {
|
|
|
4783
4788
|
}, arguments);
|
|
4784
4789
|
};
|
|
4785
4790
|
|
|
4786
|
-
exports.
|
|
4787
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4788
|
-
return addHeapObject(ret);
|
|
4789
|
-
};
|
|
4790
|
-
|
|
4791
|
-
exports.__wbg_get_access_token_5c939068a34e11ce = function (arg0) {
|
|
4791
|
+
exports.__wbg_get_access_token_2e6cdf0799f495fb = function (arg0) {
|
|
4792
4792
|
const ret = getObject(arg0).get_access_token();
|
|
4793
4793
|
return addHeapObject(ret);
|
|
4794
4794
|
};
|
|
4795
4795
|
|
|
4796
|
-
exports.
|
|
4796
|
+
exports.__wbg_get_acd42db33be214a6 = function () {
|
|
4797
4797
|
return handleError(function (arg0, arg1, arg2) {
|
|
4798
4798
|
let deferred0_0;
|
|
4799
4799
|
let deferred0_1;
|
|
@@ -4999,14 +4999,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4999
4999
|
return ret;
|
|
5000
5000
|
};
|
|
5001
5001
|
|
|
5002
|
-
exports.
|
|
5002
|
+
exports.__wbg_list_b084d117028f3ac0 = 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_c0ca3c5963412c9f = 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_4d025537227a79eb = 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_8d4f2fc29900820d = function () {
|
|
|
5265
5265
|
}, arguments);
|
|
5266
5266
|
};
|
|
5267
5267
|
|
|
5268
|
-
exports.
|
|
5268
|
+
exports.__wbg_remove_c56d7d7308929d48 = function () {
|
|
5269
5269
|
return handleError(function (arg0, arg1, arg2) {
|
|
5270
5270
|
let deferred0_0;
|
|
5271
5271
|
let deferred0_1;
|
|
@@ -5311,7 +5311,11 @@ 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_633932dc157d971e = function () {
|
|
5315
5319
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5316
5320
|
let deferred0_0;
|
|
5317
5321
|
let deferred0_1;
|
|
@@ -5326,10 +5330,6 @@ exports.__wbg_set_244be109b476914f = function () {
|
|
|
5326
5330
|
}, arguments);
|
|
5327
5331
|
};
|
|
5328
5332
|
|
|
5329
|
-
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5330
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5331
|
-
};
|
|
5332
|
-
|
|
5333
5333
|
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5334
5334
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5335
5335
|
return addHeapObject(ret);
|
|
@@ -5350,7 +5350,7 @@ exports.__wbg_set_c2abbebe8b9ebee1 = function () {
|
|
|
5350
5350
|
}, arguments);
|
|
5351
5351
|
};
|
|
5352
5352
|
|
|
5353
|
-
exports.
|
|
5353
|
+
exports.__wbg_set_c7d0408f9557d445 = function () {
|
|
5354
5354
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5355
5355
|
let deferred0_0;
|
|
5356
5356
|
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 wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2: (
|
|
454
|
-
a: number,
|
|
455
|
-
b: number,
|
|
456
|
-
) => void;
|
|
457
|
-
export const wasm_bindgen__closure__destroy__he41cbbdbe831f2ac: (a: number, b: number) => void;
|
|
458
453
|
export const wasm_bindgen__convert__closures_____invoke__h05da89f3ce503b8f: (
|
|
459
454
|
a: number,
|
|
460
455
|
b: number,
|
|
461
456
|
c: number,
|
|
462
457
|
) => void;
|
|
463
458
|
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
459
|
+
export const wasm_bindgen__closure__destroy__h003cf2eb90144982: (a: number, b: number) => void;
|
|
460
|
+
export const wasm_bindgen__convert__closures_____invoke__h4eff94a44eff58c2: (
|
|
461
|
+
a: number,
|
|
462
|
+
b: number,
|
|
463
|
+
) => void;
|
|
464
464
|
export const wasm_bindgen__convert__closures_____invoke__h389a5517bdf6e196: (
|
|
465
465
|
a: number,
|
|
466
466
|
b: number,
|
|
467
467
|
c: number,
|
|
468
468
|
d: number,
|
|
469
469
|
) => void;
|
|
470
|
-
export const
|
|
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,
|