@bitwarden/sdk-internal 0.2.0-main.384 → 0.2.0-main.386
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 +27 -27
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +31 -31
- 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
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
de5ff02d3f9678bf15f306a0c6e28d286b695547
|
|
@@ -875,6 +875,10 @@ export function isEncryptFileError(error) {
|
|
|
875
875
|
}
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
879
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
880
|
+
}
|
|
881
|
+
|
|
878
882
|
function wasm_bindgen__convert__closures_____invoke__h1c653e1622801c06(arg0, arg1, arg2) {
|
|
879
883
|
try {
|
|
880
884
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -894,10 +898,6 @@ function wasm_bindgen__convert__closures_____invoke__h1c653e1622801c06(arg0, arg
|
|
|
894
898
|
}
|
|
895
899
|
}
|
|
896
900
|
|
|
897
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
898
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
899
|
-
}
|
|
900
|
-
|
|
901
901
|
function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg1, arg2) {
|
|
902
902
|
wasm.wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(
|
|
903
903
|
arg0,
|
|
@@ -4434,7 +4434,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4434
4434
|
}, arguments);
|
|
4435
4435
|
}
|
|
4436
4436
|
|
|
4437
|
-
export function
|
|
4437
|
+
export function __wbg_cipher_8f41ae235e21e36c(arg0) {
|
|
4438
4438
|
const ret = getObject(arg0).cipher;
|
|
4439
4439
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4440
4440
|
}
|
|
@@ -4514,7 +4514,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4514
4514
|
return addHeapObject(ret);
|
|
4515
4515
|
}
|
|
4516
4516
|
|
|
4517
|
-
export function
|
|
4517
|
+
export function __wbg_folder_a4c2650c628ffc52(arg0) {
|
|
4518
4518
|
const ret = getObject(arg0).folder;
|
|
4519
4519
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4520
4520
|
}
|
|
@@ -4541,7 +4541,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4541
4541
|
return ret;
|
|
4542
4542
|
}
|
|
4543
4543
|
|
|
4544
|
-
export function
|
|
4544
|
+
export function __wbg_get_0f7275b42c4055ed() {
|
|
4545
4545
|
return handleError(function (arg0, arg1, arg2) {
|
|
4546
4546
|
let deferred0_0;
|
|
4547
4547
|
let deferred0_1;
|
|
@@ -4556,12 +4556,7 @@ export function __wbg_get_4a962c24a4854eaa() {
|
|
|
4556
4556
|
}, arguments);
|
|
4557
4557
|
}
|
|
4558
4558
|
|
|
4559
|
-
export function
|
|
4560
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4561
|
-
return addHeapObject(ret);
|
|
4562
|
-
}
|
|
4563
|
-
|
|
4564
|
-
export function __wbg_get_8b9410f3d3f58f50() {
|
|
4559
|
+
export function __wbg_get_6ccf3d529be71ab1() {
|
|
4565
4560
|
return handleError(function (arg0, arg1, arg2) {
|
|
4566
4561
|
let deferred0_0;
|
|
4567
4562
|
let deferred0_1;
|
|
@@ -4576,7 +4571,12 @@ export function __wbg_get_8b9410f3d3f58f50() {
|
|
|
4576
4571
|
}, arguments);
|
|
4577
4572
|
}
|
|
4578
4573
|
|
|
4579
|
-
export function
|
|
4574
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4575
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4576
|
+
return addHeapObject(ret);
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4579
|
+
export function __wbg_get_access_token_1b0c17c2a85b5a03(arg0) {
|
|
4580
4580
|
const ret = getObject(arg0).get_access_token();
|
|
4581
4581
|
return addHeapObject(ret);
|
|
4582
4582
|
}
|
|
@@ -4768,14 +4768,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4768
4768
|
return ret;
|
|
4769
4769
|
}
|
|
4770
4770
|
|
|
4771
|
-
export function
|
|
4771
|
+
export function __wbg_list_0c147c4c3d41c7b7() {
|
|
4772
4772
|
return handleError(function (arg0) {
|
|
4773
4773
|
const ret = getObject(arg0).list();
|
|
4774
4774
|
return addHeapObject(ret);
|
|
4775
4775
|
}, arguments);
|
|
4776
4776
|
}
|
|
4777
4777
|
|
|
4778
|
-
export function
|
|
4778
|
+
export function __wbg_list_6de898302d4672d7() {
|
|
4779
4779
|
return handleError(function (arg0) {
|
|
4780
4780
|
const ret = getObject(arg0).list();
|
|
4781
4781
|
return addHeapObject(ret);
|
|
@@ -4990,7 +4990,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
4990
4990
|
}, arguments);
|
|
4991
4991
|
}
|
|
4992
4992
|
|
|
4993
|
-
export function
|
|
4993
|
+
export function __wbg_remove_ab1b4a24c9fa76a7() {
|
|
4994
4994
|
return handleError(function (arg0, arg1, arg2) {
|
|
4995
4995
|
let deferred0_0;
|
|
4996
4996
|
let deferred0_1;
|
|
@@ -5005,7 +5005,7 @@ export function __wbg_remove_55025431e525c3a9() {
|
|
|
5005
5005
|
}, arguments);
|
|
5006
5006
|
}
|
|
5007
5007
|
|
|
5008
|
-
export function
|
|
5008
|
+
export function __wbg_remove_c9adaff349a352a1() {
|
|
5009
5009
|
return handleError(function (arg0, arg1, arg2) {
|
|
5010
5010
|
let deferred0_0;
|
|
5011
5011
|
let deferred0_1;
|
|
@@ -5051,7 +5051,11 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5051
5051
|
return addHeapObject(ret);
|
|
5052
5052
|
}
|
|
5053
5053
|
|
|
5054
|
-
export function
|
|
5054
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5055
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5056
|
+
}
|
|
5057
|
+
|
|
5058
|
+
export function __wbg_set_8ca0270a31aef432() {
|
|
5055
5059
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5056
5060
|
let deferred0_0;
|
|
5057
5061
|
let deferred0_1;
|
|
@@ -5066,11 +5070,12 @@ export function __wbg_set_111948797cd904f8() {
|
|
|
5066
5070
|
}, arguments);
|
|
5067
5071
|
}
|
|
5068
5072
|
|
|
5069
|
-
export function
|
|
5070
|
-
getObject(arg0)
|
|
5073
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5074
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5075
|
+
return addHeapObject(ret);
|
|
5071
5076
|
}
|
|
5072
5077
|
|
|
5073
|
-
export function
|
|
5078
|
+
export function __wbg_set_aef7e1498d55fecb() {
|
|
5074
5079
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5075
5080
|
let deferred0_0;
|
|
5076
5081
|
let deferred0_1;
|
|
@@ -5085,11 +5090,6 @@ export function __wbg_set_88de2aba6962e513() {
|
|
|
5085
5090
|
}, arguments);
|
|
5086
5091
|
}
|
|
5087
5092
|
|
|
5088
|
-
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5089
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5090
|
-
return addHeapObject(ret);
|
|
5091
|
-
}
|
|
5092
|
-
|
|
5093
5093
|
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5094
5094
|
getObject(arg0).body = getObject(arg1);
|
|
5095
5095
|
}
|
|
Binary file
|
|
@@ -432,6 +432,11 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
432
432
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
433
433
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
434
434
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
435
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
436
|
+
a: number,
|
|
437
|
+
b: number,
|
|
438
|
+
) => void;
|
|
439
|
+
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
435
440
|
export const wasm_bindgen__convert__closures_____invoke__h1c653e1622801c06: (
|
|
436
441
|
a: number,
|
|
437
442
|
b: number,
|
|
@@ -439,17 +444,12 @@ export const wasm_bindgen__convert__closures_____invoke__h1c653e1622801c06: (
|
|
|
439
444
|
d: number,
|
|
440
445
|
) => void;
|
|
441
446
|
export const wasm_bindgen__closure__destroy__h48fb4a7613b3575b: (a: number, b: number) => void;
|
|
442
|
-
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
443
|
-
a: number,
|
|
444
|
-
b: number,
|
|
445
|
-
) => void;
|
|
446
|
-
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
447
|
-
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
448
447
|
export const wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f: (
|
|
449
448
|
a: number,
|
|
450
449
|
b: number,
|
|
451
450
|
c: number,
|
|
452
451
|
) => void;
|
|
452
|
+
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
453
453
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
454
454
|
a: number,
|
|
455
455
|
b: number,
|