@bitwarden/commercial-sdk-internal 0.2.0-main.377 → 0.2.0-main.379
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_bg.js +35 -35
- 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 +43 -43
- 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
|
@@ -865,6 +865,18 @@ exports.isEncryptFileError = function (error) {
|
|
|
865
865
|
}
|
|
866
866
|
};
|
|
867
867
|
|
|
868
|
+
function wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009(arg0, arg1, arg2) {
|
|
869
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009(
|
|
870
|
+
arg0,
|
|
871
|
+
arg1,
|
|
872
|
+
addHeapObject(arg2),
|
|
873
|
+
);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
877
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
878
|
+
}
|
|
879
|
+
|
|
868
880
|
function wasm_bindgen__convert__closures_____invoke__hf869d8564f5adb52(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__hf869d8564f5adb52(arg0, arg
|
|
|
884
896
|
}
|
|
885
897
|
}
|
|
886
898
|
|
|
887
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
888
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
function wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009(arg0, arg1, arg2) {
|
|
892
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009(
|
|
893
|
-
arg0,
|
|
894
|
-
arg1,
|
|
895
|
-
addHeapObject(arg2),
|
|
896
|
-
);
|
|
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_a70b14c98355ab81 = 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_dacc8635610b3088 = function (arg0) {
|
|
4639
4639
|
const ret = getObject(arg0).folder;
|
|
4640
4640
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4641
4641
|
};
|
|
@@ -4662,7 +4662,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4662
4662
|
return ret;
|
|
4663
4663
|
};
|
|
4664
4664
|
|
|
4665
|
-
exports.
|
|
4665
|
+
exports.__wbg_get_4641310f5d7509bb = function () {
|
|
4666
4666
|
return handleError(function (arg0, arg1, arg2) {
|
|
4667
4667
|
let deferred0_0;
|
|
4668
4668
|
let deferred0_1;
|
|
@@ -4682,7 +4682,12 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4682
4682
|
return addHeapObject(ret);
|
|
4683
4683
|
};
|
|
4684
4684
|
|
|
4685
|
-
exports.
|
|
4685
|
+
exports.__wbg_get_access_token_b4db13158dc36617 = function (arg0) {
|
|
4686
|
+
const ret = getObject(arg0).get_access_token();
|
|
4687
|
+
return addHeapObject(ret);
|
|
4688
|
+
};
|
|
4689
|
+
|
|
4690
|
+
exports.__wbg_get_d4d3b9c6c1beeab3 = function () {
|
|
4686
4691
|
return handleError(function (arg0, arg1, arg2) {
|
|
4687
4692
|
let deferred0_0;
|
|
4688
4693
|
let deferred0_1;
|
|
@@ -4697,11 +4702,6 @@ exports.__wbg_get_85399204caae05fd = function () {
|
|
|
4697
4702
|
}, arguments);
|
|
4698
4703
|
};
|
|
4699
4704
|
|
|
4700
|
-
exports.__wbg_get_access_token_aaea0ff06aa04929 = function (arg0) {
|
|
4701
|
-
const ret = getObject(arg0).get_access_token();
|
|
4702
|
-
return addHeapObject(ret);
|
|
4703
|
-
};
|
|
4704
|
-
|
|
4705
4705
|
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
4706
4706
|
return handleError(function (arg0, arg1) {
|
|
4707
4707
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4889,14 +4889,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4889
4889
|
return ret;
|
|
4890
4890
|
};
|
|
4891
4891
|
|
|
4892
|
-
exports.
|
|
4892
|
+
exports.__wbg_list_5eb012583a94d9a4 = 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_c089e5972b74c937 = 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_07e2982dd6b11327 = 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_969dd61f772a6be5 = function () {
|
|
|
5126
5126
|
}, arguments);
|
|
5127
5127
|
};
|
|
5128
5128
|
|
|
5129
|
-
exports.
|
|
5129
|
+
exports.__wbg_remove_5c112f606327227a = function () {
|
|
5130
5130
|
return handleError(function (arg0, arg1, arg2) {
|
|
5131
5131
|
let deferred0_0;
|
|
5132
5132
|
let deferred0_1;
|
|
@@ -5172,7 +5172,11 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5172
5172
|
return addHeapObject(ret);
|
|
5173
5173
|
};
|
|
5174
5174
|
|
|
5175
|
-
exports.
|
|
5175
|
+
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5176
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5177
|
+
};
|
|
5178
|
+
|
|
5179
|
+
exports.__wbg_set_78947ad67216120c = function () {
|
|
5176
5180
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5177
5181
|
let deferred0_0;
|
|
5178
5182
|
let deferred0_1;
|
|
@@ -5187,28 +5191,12 @@ exports.__wbg_set_2ac07f6d3b9085dc = function () {
|
|
|
5187
5191
|
}, arguments);
|
|
5188
5192
|
};
|
|
5189
5193
|
|
|
5190
|
-
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5191
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5192
|
-
};
|
|
5193
|
-
|
|
5194
5194
|
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5195
5195
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5196
5196
|
return addHeapObject(ret);
|
|
5197
5197
|
};
|
|
5198
5198
|
|
|
5199
|
-
exports.
|
|
5200
|
-
getObject(arg0).body = getObject(arg1);
|
|
5201
|
-
};
|
|
5202
|
-
|
|
5203
|
-
exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
|
|
5204
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5205
|
-
};
|
|
5206
|
-
|
|
5207
|
-
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5208
|
-
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5209
|
-
};
|
|
5210
|
-
|
|
5211
|
-
exports.__wbg_set_df50d9f94a5c6857 = function () {
|
|
5199
|
+
exports.__wbg_set_a56c650bd1f029eb = function () {
|
|
5212
5200
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5213
5201
|
let deferred0_0;
|
|
5214
5202
|
let deferred0_1;
|
|
@@ -5223,6 +5211,18 @@ exports.__wbg_set_df50d9f94a5c6857 = function () {
|
|
|
5223
5211
|
}, arguments);
|
|
5224
5212
|
};
|
|
5225
5213
|
|
|
5214
|
+
exports.__wbg_set_body_3c365989753d61f4 = function (arg0, arg1) {
|
|
5215
|
+
getObject(arg0).body = getObject(arg1);
|
|
5216
|
+
};
|
|
5217
|
+
|
|
5218
|
+
exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
|
|
5219
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5220
|
+
};
|
|
5221
|
+
|
|
5222
|
+
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5223
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5224
|
+
};
|
|
5225
|
+
|
|
5226
5226
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5227
5227
|
getObject(arg0).headers = getObject(arg1);
|
|
5228
5228
|
};
|
|
Binary file
|
|
@@ -436,11 +436,10 @@ 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__h4f8d9ba9b5b9a009: (
|
|
440
440
|
a: number,
|
|
441
441
|
b: number,
|
|
442
442
|
c: number,
|
|
443
|
-
d: number,
|
|
444
443
|
) => void;
|
|
445
444
|
export const wasm_bindgen__closure__destroy__h7b7f88151484c167: (a: number, b: number) => void;
|
|
446
445
|
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
@@ -448,12 +447,13 @@ export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
|
448
447
|
b: number,
|
|
449
448
|
) => void;
|
|
450
449
|
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
451
|
-
export const
|
|
452
|
-
export const wasm_bindgen__convert__closures_____invoke__h4f8d9ba9b5b9a009: (
|
|
450
|
+
export const wasm_bindgen__convert__closures_____invoke__hf869d8564f5adb52: (
|
|
453
451
|
a: number,
|
|
454
452
|
b: number,
|
|
455
453
|
c: number,
|
|
454
|
+
d: number,
|
|
456
455
|
) => 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,
|