@bitwarden/sdk-internal 0.2.0-main.390 → 0.2.0-main.391
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.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.js +23 -23
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +4 -4
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +1 -1
- package/node/bitwarden_wasm_internal.js +19 -19
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/package.json +1 -1
|
@@ -865,6 +865,10 @@ exports.isEncryptFileError = function (error) {
|
|
|
865
865
|
}
|
|
866
866
|
};
|
|
867
867
|
|
|
868
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
869
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
870
|
+
}
|
|
871
|
+
|
|
868
872
|
function wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(arg0, arg1, arg2) {
|
|
869
873
|
wasm.wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(
|
|
870
874
|
arg0,
|
|
@@ -873,10 +877,6 @@ function wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(arg0, arg
|
|
|
873
877
|
);
|
|
874
878
|
}
|
|
875
879
|
|
|
876
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
877
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
878
|
-
}
|
|
879
|
-
|
|
880
880
|
function wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(arg0, arg1, arg2) {
|
|
881
881
|
try {
|
|
882
882
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4472,7 +4472,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4472
4472
|
}, arguments);
|
|
4473
4473
|
};
|
|
4474
4474
|
|
|
4475
|
-
exports.
|
|
4475
|
+
exports.__wbg_cipher_15031dc100f7bfbc = function (arg0) {
|
|
4476
4476
|
const ret = getObject(arg0).cipher;
|
|
4477
4477
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4478
4478
|
};
|
|
@@ -4552,7 +4552,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4552
4552
|
return addHeapObject(ret);
|
|
4553
4553
|
};
|
|
4554
4554
|
|
|
4555
|
-
exports.
|
|
4555
|
+
exports.__wbg_folder_97faec3859a0bf4f = function (arg0) {
|
|
4556
4556
|
const ret = getObject(arg0).folder;
|
|
4557
4557
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4558
4558
|
};
|
|
@@ -4584,12 +4584,7 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4584
4584
|
return addHeapObject(ret);
|
|
4585
4585
|
};
|
|
4586
4586
|
|
|
4587
|
-
exports.
|
|
4588
|
-
const ret = getObject(arg0).get_access_token();
|
|
4589
|
-
return addHeapObject(ret);
|
|
4590
|
-
};
|
|
4591
|
-
|
|
4592
|
-
exports.__wbg_get_c0e6f85c88b50452 = function () {
|
|
4587
|
+
exports.__wbg_get_98a947a33ab63f59 = function () {
|
|
4593
4588
|
return handleError(function (arg0, arg1, arg2) {
|
|
4594
4589
|
let deferred0_0;
|
|
4595
4590
|
let deferred0_1;
|
|
@@ -4604,7 +4599,12 @@ exports.__wbg_get_c0e6f85c88b50452 = function () {
|
|
|
4604
4599
|
}, arguments);
|
|
4605
4600
|
};
|
|
4606
4601
|
|
|
4607
|
-
exports.
|
|
4602
|
+
exports.__wbg_get_access_token_c515f41109a55270 = function (arg0) {
|
|
4603
|
+
const ret = getObject(arg0).get_access_token();
|
|
4604
|
+
return addHeapObject(ret);
|
|
4605
|
+
};
|
|
4606
|
+
|
|
4607
|
+
exports.__wbg_get_d52058d7efdcd968 = function () {
|
|
4608
4608
|
return handleError(function (arg0, arg1, arg2) {
|
|
4609
4609
|
let deferred0_0;
|
|
4610
4610
|
let deferred0_1;
|
|
@@ -4806,14 +4806,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4806
4806
|
return ret;
|
|
4807
4807
|
};
|
|
4808
4808
|
|
|
4809
|
-
exports.
|
|
4809
|
+
exports.__wbg_list_1734fcd2cfe9bcda = function () {
|
|
4810
4810
|
return handleError(function (arg0) {
|
|
4811
4811
|
const ret = getObject(arg0).list();
|
|
4812
4812
|
return addHeapObject(ret);
|
|
4813
4813
|
}, arguments);
|
|
4814
4814
|
};
|
|
4815
4815
|
|
|
4816
|
-
exports.
|
|
4816
|
+
exports.__wbg_list_ffadd5a2c7950132 = function () {
|
|
4817
4817
|
return handleError(function (arg0) {
|
|
4818
4818
|
const ret = getObject(arg0).list();
|
|
4819
4819
|
return addHeapObject(ret);
|
|
@@ -5028,7 +5028,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5028
5028
|
}, arguments);
|
|
5029
5029
|
};
|
|
5030
5030
|
|
|
5031
|
-
exports.
|
|
5031
|
+
exports.__wbg_remove_7eb3066ccf5bd7a3 = function () {
|
|
5032
5032
|
return handleError(function (arg0, arg1, arg2) {
|
|
5033
5033
|
let deferred0_0;
|
|
5034
5034
|
let deferred0_1;
|
|
@@ -5043,7 +5043,7 @@ exports.__wbg_remove_3ec6e165a636c0f6 = function () {
|
|
|
5043
5043
|
}, arguments);
|
|
5044
5044
|
};
|
|
5045
5045
|
|
|
5046
|
-
exports.
|
|
5046
|
+
exports.__wbg_remove_b833b49b87e3de2a = function () {
|
|
5047
5047
|
return handleError(function (arg0, arg1, arg2) {
|
|
5048
5048
|
let deferred0_0;
|
|
5049
5049
|
let deferred0_1;
|
|
@@ -5089,7 +5089,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5089
5089
|
return addHeapObject(ret);
|
|
5090
5090
|
};
|
|
5091
5091
|
|
|
5092
|
-
exports.
|
|
5092
|
+
exports.__wbg_set_0b4c11f52a985723 = function () {
|
|
5093
5093
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5094
5094
|
let deferred0_0;
|
|
5095
5095
|
let deferred0_1;
|
|
@@ -5125,7 +5125,7 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5125
5125
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5126
5126
|
};
|
|
5127
5127
|
|
|
5128
|
-
exports.
|
|
5128
|
+
exports.__wbg_set_d9151fca1ebeab91 = function () {
|
|
5129
5129
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5130
5130
|
let deferred0_0;
|
|
5131
5131
|
let deferred0_1;
|
|
Binary file
|
|
@@ -432,17 +432,17 @@ 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
|
|
435
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
436
436
|
a: number,
|
|
437
437
|
b: number,
|
|
438
|
-
c: number,
|
|
439
438
|
) => void;
|
|
440
|
-
export const
|
|
441
|
-
export const
|
|
439
|
+
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
440
|
+
export const wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258: (
|
|
442
441
|
a: number,
|
|
443
442
|
b: number,
|
|
443
|
+
c: number,
|
|
444
444
|
) => void;
|
|
445
|
-
export const
|
|
445
|
+
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
446
446
|
export const wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725: (
|
|
447
447
|
a: number,
|
|
448
448
|
b: number,
|