@bitwarden/sdk-internal 0.2.0-main.392 → 0.2.0-main.393
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 +31 -31
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +8 -8
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +27 -27
- 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
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1a076a10b0e5b49aa4e0c5a01d9349e64d3d0550
|
|
@@ -868,18 +868,6 @@ export function isEncryptFileError(error) {
|
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
872
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
|
|
876
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
|
|
877
|
-
arg0,
|
|
878
|
-
arg1,
|
|
879
|
-
addHeapObject(arg2),
|
|
880
|
-
);
|
|
881
|
-
}
|
|
882
|
-
|
|
883
871
|
function wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(arg0, arg1, arg2) {
|
|
884
872
|
try {
|
|
885
873
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -899,6 +887,18 @@ function wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(arg0, arg
|
|
|
899
887
|
}
|
|
900
888
|
}
|
|
901
889
|
|
|
890
|
+
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
891
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
|
|
895
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
|
|
896
|
+
arg0,
|
|
897
|
+
arg1,
|
|
898
|
+
addHeapObject(arg2),
|
|
899
|
+
);
|
|
900
|
+
}
|
|
901
|
+
|
|
902
902
|
function wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(arg0, arg1, arg2, arg3) {
|
|
903
903
|
wasm.wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
904
904
|
arg0,
|
|
@@ -4427,7 +4427,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4427
4427
|
}, arguments);
|
|
4428
4428
|
}
|
|
4429
4429
|
|
|
4430
|
-
export function
|
|
4430
|
+
export function __wbg_cipher_714180efd19abe39(arg0) {
|
|
4431
4431
|
const ret = getObject(arg0).cipher;
|
|
4432
4432
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4433
4433
|
}
|
|
@@ -4520,7 +4520,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4520
4520
|
return addHeapObject(ret);
|
|
4521
4521
|
}
|
|
4522
4522
|
|
|
4523
|
-
export function
|
|
4523
|
+
export function __wbg_folder_b6b79b8cc135fb3d(arg0) {
|
|
4524
4524
|
const ret = getObject(arg0).folder;
|
|
4525
4525
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4526
4526
|
}
|
|
@@ -4547,7 +4547,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4547
4547
|
return ret;
|
|
4548
4548
|
}
|
|
4549
4549
|
|
|
4550
|
-
export function
|
|
4550
|
+
export function __wbg_get_383e80494f97cfd5() {
|
|
4551
4551
|
return handleError(function (arg0, arg1, arg2) {
|
|
4552
4552
|
let deferred0_0;
|
|
4553
4553
|
let deferred0_1;
|
|
@@ -4567,12 +4567,7 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
|
4567
4567
|
return addHeapObject(ret);
|
|
4568
4568
|
}
|
|
4569
4569
|
|
|
4570
|
-
export function
|
|
4571
|
-
const ret = getObject(arg0).get_access_token();
|
|
4572
|
-
return addHeapObject(ret);
|
|
4573
|
-
}
|
|
4574
|
-
|
|
4575
|
-
export function __wbg_get_d4dab676cdc7d57a() {
|
|
4570
|
+
export function __wbg_get_7f6c3ff94df2aa6c() {
|
|
4576
4571
|
return handleError(function (arg0, arg1, arg2) {
|
|
4577
4572
|
let deferred0_0;
|
|
4578
4573
|
let deferred0_1;
|
|
@@ -4587,6 +4582,11 @@ export function __wbg_get_d4dab676cdc7d57a() {
|
|
|
4587
4582
|
}, arguments);
|
|
4588
4583
|
}
|
|
4589
4584
|
|
|
4585
|
+
export function __wbg_get_access_token_46ed2f70057f8402(arg0) {
|
|
4586
|
+
const ret = getObject(arg0).get_access_token();
|
|
4587
|
+
return addHeapObject(ret);
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4590
4590
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4591
4591
|
return handleError(function (arg0, arg1) {
|
|
4592
4592
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4778,14 +4778,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4778
4778
|
return ret;
|
|
4779
4779
|
}
|
|
4780
4780
|
|
|
4781
|
-
export function
|
|
4781
|
+
export function __wbg_list_80ca43e844d9c495() {
|
|
4782
4782
|
return handleError(function (arg0) {
|
|
4783
4783
|
const ret = getObject(arg0).list();
|
|
4784
4784
|
return addHeapObject(ret);
|
|
4785
4785
|
}, arguments);
|
|
4786
4786
|
}
|
|
4787
4787
|
|
|
4788
|
-
export function
|
|
4788
|
+
export function __wbg_list_b7f5efc44610b512() {
|
|
4789
4789
|
return handleError(function (arg0) {
|
|
4790
4790
|
const ret = getObject(arg0).list();
|
|
4791
4791
|
return addHeapObject(ret);
|
|
@@ -5029,7 +5029,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5029
5029
|
}, arguments);
|
|
5030
5030
|
}
|
|
5031
5031
|
|
|
5032
|
-
export function
|
|
5032
|
+
export function __wbg_remove_80c407e6bc79ddd7() {
|
|
5033
5033
|
return handleError(function (arg0, arg1, arg2) {
|
|
5034
5034
|
let deferred0_0;
|
|
5035
5035
|
let deferred0_1;
|
|
@@ -5044,7 +5044,7 @@ export function __wbg_remove_22052ed3130af2b0() {
|
|
|
5044
5044
|
}, arguments);
|
|
5045
5045
|
}
|
|
5046
5046
|
|
|
5047
|
-
export function
|
|
5047
|
+
export function __wbg_remove_b3cae9357b40413e() {
|
|
5048
5048
|
return handleError(function (arg0, arg1, arg2) {
|
|
5049
5049
|
let deferred0_0;
|
|
5050
5050
|
let deferred0_1;
|
|
@@ -5090,7 +5090,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5090
5090
|
return addHeapObject(ret);
|
|
5091
5091
|
}
|
|
5092
5092
|
|
|
5093
|
-
export function
|
|
5093
|
+
export function __wbg_set_3362502ce1828512() {
|
|
5094
5094
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5095
5095
|
let deferred0_0;
|
|
5096
5096
|
let deferred0_1;
|
|
@@ -5129,7 +5129,11 @@ export function __wbg_set_c2abbebe8b9ebee1() {
|
|
|
5129
5129
|
}, arguments);
|
|
5130
5130
|
}
|
|
5131
5131
|
|
|
5132
|
-
export function
|
|
5132
|
+
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5133
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5134
|
+
}
|
|
5135
|
+
|
|
5136
|
+
export function __wbg_set_e017ea27f0d2d9f4() {
|
|
5133
5137
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5134
5138
|
let deferred0_0;
|
|
5135
5139
|
let deferred0_1;
|
|
@@ -5144,10 +5148,6 @@ export function __wbg_set_c343f5c11c24425f() {
|
|
|
5144
5148
|
}, arguments);
|
|
5145
5149
|
}
|
|
5146
5150
|
|
|
5147
|
-
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5148
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5149
|
-
}
|
|
5150
|
-
|
|
5151
5151
|
export function __wbg_set_headers_6926da238cd32ee4(arg0, arg1) {
|
|
5152
5152
|
getObject(arg0).headers = getObject(arg1);
|
|
5153
5153
|
}
|
|
Binary file
|
|
@@ -431,24 +431,24 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
431
431
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
432
432
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
433
433
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
434
|
-
export const
|
|
434
|
+
export const wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de: (
|
|
435
435
|
a: number,
|
|
436
436
|
b: number,
|
|
437
|
+
c: number,
|
|
438
|
+
d: number,
|
|
437
439
|
) => void;
|
|
438
|
-
export const
|
|
439
|
-
export const
|
|
440
|
-
export const wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31: (
|
|
440
|
+
export const wasm_bindgen__closure__destroy__hc8374e511fe7ebd1: (a: number, b: number) => void;
|
|
441
|
+
export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
|
|
441
442
|
a: number,
|
|
442
443
|
b: number,
|
|
443
|
-
c: number,
|
|
444
444
|
) => void;
|
|
445
|
-
export const
|
|
446
|
-
export const
|
|
445
|
+
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
446
|
+
export const wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31: (
|
|
447
447
|
a: number,
|
|
448
448
|
b: number,
|
|
449
449
|
c: number,
|
|
450
|
-
d: number,
|
|
451
450
|
) => void;
|
|
451
|
+
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
452
452
|
export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
|
|
453
453
|
a: number,
|
|
454
454
|
b: number,
|