@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
|
@@ -858,14 +858,6 @@ exports.isEncryptFileError = function (error) {
|
|
|
858
858
|
}
|
|
859
859
|
};
|
|
860
860
|
|
|
861
|
-
function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
|
|
862
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
|
|
863
|
-
arg0,
|
|
864
|
-
arg1,
|
|
865
|
-
addHeapObject(arg2),
|
|
866
|
-
);
|
|
867
|
-
}
|
|
868
|
-
|
|
869
861
|
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
870
862
|
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
871
863
|
}
|
|
@@ -889,6 +881,14 @@ function wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(arg0, arg
|
|
|
889
881
|
}
|
|
890
882
|
}
|
|
891
883
|
|
|
884
|
+
function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
|
|
885
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
|
|
886
|
+
arg0,
|
|
887
|
+
arg1,
|
|
888
|
+
addHeapObject(arg2),
|
|
889
|
+
);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
892
|
function wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(arg0, arg1, arg2, arg3) {
|
|
893
893
|
wasm.wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
894
894
|
arg0,
|
|
@@ -4465,7 +4465,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4465
4465
|
}, arguments);
|
|
4466
4466
|
};
|
|
4467
4467
|
|
|
4468
|
-
exports.
|
|
4468
|
+
exports.__wbg_cipher_714180efd19abe39 = function (arg0) {
|
|
4469
4469
|
const ret = getObject(arg0).cipher;
|
|
4470
4470
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4471
4471
|
};
|
|
@@ -4558,7 +4558,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4558
4558
|
return addHeapObject(ret);
|
|
4559
4559
|
};
|
|
4560
4560
|
|
|
4561
|
-
exports.
|
|
4561
|
+
exports.__wbg_folder_b6b79b8cc135fb3d = function (arg0) {
|
|
4562
4562
|
const ret = getObject(arg0).folder;
|
|
4563
4563
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4564
4564
|
};
|
|
@@ -4585,7 +4585,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4585
4585
|
return ret;
|
|
4586
4586
|
};
|
|
4587
4587
|
|
|
4588
|
-
exports.
|
|
4588
|
+
exports.__wbg_get_383e80494f97cfd5 = function () {
|
|
4589
4589
|
return handleError(function (arg0, arg1, arg2) {
|
|
4590
4590
|
let deferred0_0;
|
|
4591
4591
|
let deferred0_1;
|
|
@@ -4605,12 +4605,7 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4605
4605
|
return addHeapObject(ret);
|
|
4606
4606
|
};
|
|
4607
4607
|
|
|
4608
|
-
exports.
|
|
4609
|
-
const ret = getObject(arg0).get_access_token();
|
|
4610
|
-
return addHeapObject(ret);
|
|
4611
|
-
};
|
|
4612
|
-
|
|
4613
|
-
exports.__wbg_get_d4dab676cdc7d57a = function () {
|
|
4608
|
+
exports.__wbg_get_7f6c3ff94df2aa6c = function () {
|
|
4614
4609
|
return handleError(function (arg0, arg1, arg2) {
|
|
4615
4610
|
let deferred0_0;
|
|
4616
4611
|
let deferred0_1;
|
|
@@ -4625,6 +4620,11 @@ exports.__wbg_get_d4dab676cdc7d57a = function () {
|
|
|
4625
4620
|
}, arguments);
|
|
4626
4621
|
};
|
|
4627
4622
|
|
|
4623
|
+
exports.__wbg_get_access_token_46ed2f70057f8402 = function (arg0) {
|
|
4624
|
+
const ret = getObject(arg0).get_access_token();
|
|
4625
|
+
return addHeapObject(ret);
|
|
4626
|
+
};
|
|
4627
|
+
|
|
4628
4628
|
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
4629
4629
|
return handleError(function (arg0, arg1) {
|
|
4630
4630
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4816,14 +4816,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4816
4816
|
return ret;
|
|
4817
4817
|
};
|
|
4818
4818
|
|
|
4819
|
-
exports.
|
|
4819
|
+
exports.__wbg_list_80ca43e844d9c495 = function () {
|
|
4820
4820
|
return handleError(function (arg0) {
|
|
4821
4821
|
const ret = getObject(arg0).list();
|
|
4822
4822
|
return addHeapObject(ret);
|
|
4823
4823
|
}, arguments);
|
|
4824
4824
|
};
|
|
4825
4825
|
|
|
4826
|
-
exports.
|
|
4826
|
+
exports.__wbg_list_b7f5efc44610b512 = function () {
|
|
4827
4827
|
return handleError(function (arg0) {
|
|
4828
4828
|
const ret = getObject(arg0).list();
|
|
4829
4829
|
return addHeapObject(ret);
|
|
@@ -5067,7 +5067,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5067
5067
|
}, arguments);
|
|
5068
5068
|
};
|
|
5069
5069
|
|
|
5070
|
-
exports.
|
|
5070
|
+
exports.__wbg_remove_80c407e6bc79ddd7 = function () {
|
|
5071
5071
|
return handleError(function (arg0, arg1, arg2) {
|
|
5072
5072
|
let deferred0_0;
|
|
5073
5073
|
let deferred0_1;
|
|
@@ -5082,7 +5082,7 @@ exports.__wbg_remove_22052ed3130af2b0 = function () {
|
|
|
5082
5082
|
}, arguments);
|
|
5083
5083
|
};
|
|
5084
5084
|
|
|
5085
|
-
exports.
|
|
5085
|
+
exports.__wbg_remove_b3cae9357b40413e = function () {
|
|
5086
5086
|
return handleError(function (arg0, arg1, arg2) {
|
|
5087
5087
|
let deferred0_0;
|
|
5088
5088
|
let deferred0_1;
|
|
@@ -5128,7 +5128,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5128
5128
|
return addHeapObject(ret);
|
|
5129
5129
|
};
|
|
5130
5130
|
|
|
5131
|
-
exports.
|
|
5131
|
+
exports.__wbg_set_3362502ce1828512 = function () {
|
|
5132
5132
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5133
5133
|
let deferred0_0;
|
|
5134
5134
|
let deferred0_1;
|
|
@@ -5167,7 +5167,11 @@ exports.__wbg_set_c2abbebe8b9ebee1 = function () {
|
|
|
5167
5167
|
}, arguments);
|
|
5168
5168
|
};
|
|
5169
5169
|
|
|
5170
|
-
exports.
|
|
5170
|
+
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5171
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5172
|
+
};
|
|
5173
|
+
|
|
5174
|
+
exports.__wbg_set_e017ea27f0d2d9f4 = function () {
|
|
5171
5175
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5172
5176
|
let deferred0_0;
|
|
5173
5177
|
let deferred0_1;
|
|
@@ -5182,10 +5186,6 @@ exports.__wbg_set_c343f5c11c24425f = function () {
|
|
|
5182
5186
|
}, arguments);
|
|
5183
5187
|
};
|
|
5184
5188
|
|
|
5185
|
-
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5186
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5187
|
-
};
|
|
5188
|
-
|
|
5189
5189
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5190
5190
|
getObject(arg0).headers = getObject(arg1);
|
|
5191
5191
|
};
|
|
Binary file
|
|
@@ -431,23 +431,23 @@ 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__h092300064b8afb1e: (
|
|
435
435
|
a: number,
|
|
436
436
|
b: number,
|
|
437
|
-
c: number,
|
|
438
437
|
) => void;
|
|
439
|
-
export const wasm_bindgen__closure__destroy__hc8374e511fe7ebd1: (a: number, b: number) => void;
|
|
440
438
|
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
441
|
-
export const
|
|
439
|
+
export const wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de: (
|
|
442
440
|
a: number,
|
|
443
441
|
b: number,
|
|
442
|
+
c: number,
|
|
443
|
+
d: number,
|
|
444
444
|
) => void;
|
|
445
|
+
export const wasm_bindgen__closure__destroy__hc8374e511fe7ebd1: (a: number, b: number) => void;
|
|
445
446
|
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
446
|
-
export const
|
|
447
|
+
export const wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31: (
|
|
447
448
|
a: number,
|
|
448
449
|
b: number,
|
|
449
450
|
c: number,
|
|
450
|
-
d: number,
|
|
451
451
|
) => void;
|
|
452
452
|
export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
|
|
453
453
|
a: number,
|