@bitwarden/commercial-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/bitwarden_wasm_internal.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.js +19 -19
- 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.d.ts +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 +7 -7
- package/package.json +1 -1
|
@@ -865,6 +865,18 @@ 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
|
+
|
|
872
|
+
function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg1, arg2) {
|
|
873
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(
|
|
874
|
+
arg0,
|
|
875
|
+
arg1,
|
|
876
|
+
addHeapObject(arg2),
|
|
877
|
+
);
|
|
878
|
+
}
|
|
879
|
+
|
|
868
880
|
function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg1, arg2) {
|
|
869
881
|
try {
|
|
870
882
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -884,18 +896,6 @@ function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg
|
|
|
884
896
|
}
|
|
885
897
|
}
|
|
886
898
|
|
|
887
|
-
function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg1, arg2) {
|
|
888
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(
|
|
889
|
-
arg0,
|
|
890
|
-
arg1,
|
|
891
|
-
addHeapObject(arg2),
|
|
892
|
-
);
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
896
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
897
|
-
}
|
|
898
|
-
|
|
899
899
|
function wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(arg0, arg1, arg2, arg3) {
|
|
900
900
|
wasm.wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(
|
|
901
901
|
arg0,
|
|
@@ -4555,7 +4555,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4555
4555
|
}, arguments);
|
|
4556
4556
|
};
|
|
4557
4557
|
|
|
4558
|
-
exports.
|
|
4558
|
+
exports.__wbg_cipher_15031dc100f7bfbc = function (arg0) {
|
|
4559
4559
|
const ret = getObject(arg0).cipher;
|
|
4560
4560
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4561
4561
|
};
|
|
@@ -4635,7 +4635,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4635
4635
|
return addHeapObject(ret);
|
|
4636
4636
|
};
|
|
4637
4637
|
|
|
4638
|
-
exports.
|
|
4638
|
+
exports.__wbg_folder_97faec3859a0bf4f = function (arg0) {
|
|
4639
4639
|
const ret = getObject(arg0).folder;
|
|
4640
4640
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4641
4641
|
};
|
|
@@ -4667,12 +4667,7 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4667
4667
|
return addHeapObject(ret);
|
|
4668
4668
|
};
|
|
4669
4669
|
|
|
4670
|
-
exports.
|
|
4671
|
-
const ret = getObject(arg0).get_access_token();
|
|
4672
|
-
return addHeapObject(ret);
|
|
4673
|
-
};
|
|
4674
|
-
|
|
4675
|
-
exports.__wbg_get_c0e6f85c88b50452 = function () {
|
|
4670
|
+
exports.__wbg_get_98a947a33ab63f59 = function () {
|
|
4676
4671
|
return handleError(function (arg0, arg1, arg2) {
|
|
4677
4672
|
let deferred0_0;
|
|
4678
4673
|
let deferred0_1;
|
|
@@ -4687,7 +4682,12 @@ exports.__wbg_get_c0e6f85c88b50452 = function () {
|
|
|
4687
4682
|
}, arguments);
|
|
4688
4683
|
};
|
|
4689
4684
|
|
|
4690
|
-
exports.
|
|
4685
|
+
exports.__wbg_get_access_token_c515f41109a55270 = function (arg0) {
|
|
4686
|
+
const ret = getObject(arg0).get_access_token();
|
|
4687
|
+
return addHeapObject(ret);
|
|
4688
|
+
};
|
|
4689
|
+
|
|
4690
|
+
exports.__wbg_get_d52058d7efdcd968 = function () {
|
|
4691
4691
|
return handleError(function (arg0, arg1, arg2) {
|
|
4692
4692
|
let deferred0_0;
|
|
4693
4693
|
let deferred0_1;
|
|
@@ -4889,14 +4889,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4889
4889
|
return ret;
|
|
4890
4890
|
};
|
|
4891
4891
|
|
|
4892
|
-
exports.
|
|
4892
|
+
exports.__wbg_list_1734fcd2cfe9bcda = function () {
|
|
4893
4893
|
return handleError(function (arg0) {
|
|
4894
4894
|
const ret = getObject(arg0).list();
|
|
4895
4895
|
return addHeapObject(ret);
|
|
4896
4896
|
}, arguments);
|
|
4897
4897
|
};
|
|
4898
4898
|
|
|
4899
|
-
exports.
|
|
4899
|
+
exports.__wbg_list_ffadd5a2c7950132 = function () {
|
|
4900
4900
|
return handleError(function (arg0) {
|
|
4901
4901
|
const ret = getObject(arg0).list();
|
|
4902
4902
|
return addHeapObject(ret);
|
|
@@ -5111,7 +5111,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5111
5111
|
}, arguments);
|
|
5112
5112
|
};
|
|
5113
5113
|
|
|
5114
|
-
exports.
|
|
5114
|
+
exports.__wbg_remove_7eb3066ccf5bd7a3 = function () {
|
|
5115
5115
|
return handleError(function (arg0, arg1, arg2) {
|
|
5116
5116
|
let deferred0_0;
|
|
5117
5117
|
let deferred0_1;
|
|
@@ -5126,7 +5126,7 @@ exports.__wbg_remove_3ec6e165a636c0f6 = function () {
|
|
|
5126
5126
|
}, arguments);
|
|
5127
5127
|
};
|
|
5128
5128
|
|
|
5129
|
-
exports.
|
|
5129
|
+
exports.__wbg_remove_b833b49b87e3de2a = function () {
|
|
5130
5130
|
return handleError(function (arg0, arg1, arg2) {
|
|
5131
5131
|
let deferred0_0;
|
|
5132
5132
|
let deferred0_1;
|
|
@@ -5172,7 +5172,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5172
5172
|
return addHeapObject(ret);
|
|
5173
5173
|
};
|
|
5174
5174
|
|
|
5175
|
-
exports.
|
|
5175
|
+
exports.__wbg_set_0b4c11f52a985723 = function () {
|
|
5176
5176
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5177
5177
|
let deferred0_0;
|
|
5178
5178
|
let deferred0_1;
|
|
@@ -5208,7 +5208,7 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5208
5208
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5209
5209
|
};
|
|
5210
5210
|
|
|
5211
|
-
exports.
|
|
5211
|
+
exports.__wbg_set_d9151fca1ebeab91 = function () {
|
|
5212
5212
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5213
5213
|
let deferred0_0;
|
|
5214
5214
|
let deferred0_1;
|
|
Binary file
|
|
@@ -436,24 +436,24 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
436
436
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
437
437
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
438
438
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
439
|
-
export const
|
|
439
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
440
440
|
a: number,
|
|
441
441
|
b: number,
|
|
442
|
-
c: number,
|
|
443
|
-
d: number,
|
|
444
442
|
) => void;
|
|
445
|
-
export const
|
|
443
|
+
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
446
444
|
export const wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f: (
|
|
447
445
|
a: number,
|
|
448
446
|
b: number,
|
|
449
447
|
c: number,
|
|
450
448
|
) => void;
|
|
451
|
-
export const
|
|
449
|
+
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
450
|
+
export const wasm_bindgen__closure__destroy__h2f6c4f10132eed58: (a: number, b: number) => void;
|
|
451
|
+
export const wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad: (
|
|
452
452
|
a: number,
|
|
453
453
|
b: number,
|
|
454
|
+
c: number,
|
|
455
|
+
d: number,
|
|
454
456
|
) => void;
|
|
455
|
-
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
456
|
-
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
457
457
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
458
458
|
a: number,
|
|
459
459
|
b: number,
|