@bitwarden/commercial-sdk-internal 0.2.0-main.400 → 0.2.0-main.402
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 +37 -37
- 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 +33 -33
- 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
|
@@ -858,14 +858,6 @@ exports.isEncryptFileError = function (error) {
|
|
|
858
858
|
}
|
|
859
859
|
};
|
|
860
860
|
|
|
861
|
-
function wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb(arg0, arg1, arg2) {
|
|
862
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb(
|
|
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__h59c036539ecefa06(arg0, arg
|
|
|
889
881
|
}
|
|
890
882
|
}
|
|
891
883
|
|
|
884
|
+
function wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb(arg0, arg1, arg2) {
|
|
885
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb(
|
|
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,
|
|
@@ -4582,7 +4582,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4582
4582
|
}, arguments);
|
|
4583
4583
|
};
|
|
4584
4584
|
|
|
4585
|
-
exports.
|
|
4585
|
+
exports.__wbg_cipher_ed16a34ea24872d4 = function (arg0) {
|
|
4586
4586
|
const ret = getObject(arg0).cipher;
|
|
4587
4587
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4588
4588
|
};
|
|
@@ -4675,7 +4675,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4675
4675
|
return addHeapObject(ret);
|
|
4676
4676
|
};
|
|
4677
4677
|
|
|
4678
|
-
exports.
|
|
4678
|
+
exports.__wbg_folder_0b0299bd1cc85c67 = function (arg0) {
|
|
4679
4679
|
const ret = getObject(arg0).folder;
|
|
4680
4680
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4681
4681
|
};
|
|
@@ -4702,7 +4702,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4702
4702
|
return ret;
|
|
4703
4703
|
};
|
|
4704
4704
|
|
|
4705
|
-
exports.
|
|
4705
|
+
exports.__wbg_get_4c60beeeb1154fc2 = function () {
|
|
4706
4706
|
return handleError(function (arg0, arg1, arg2) {
|
|
4707
4707
|
let deferred0_0;
|
|
4708
4708
|
let deferred0_1;
|
|
@@ -4717,7 +4717,7 @@ exports.__wbg_get_4d17732a2d25bab3 = function () {
|
|
|
4717
4717
|
}, arguments);
|
|
4718
4718
|
};
|
|
4719
4719
|
|
|
4720
|
-
exports.
|
|
4720
|
+
exports.__wbg_get_756969d3b9917d61 = function () {
|
|
4721
4721
|
return handleError(function (arg0, arg1, arg2) {
|
|
4722
4722
|
let deferred0_0;
|
|
4723
4723
|
let deferred0_1;
|
|
@@ -4737,7 +4737,7 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
4737
4737
|
return addHeapObject(ret);
|
|
4738
4738
|
};
|
|
4739
4739
|
|
|
4740
|
-
exports.
|
|
4740
|
+
exports.__wbg_get_access_token_7db381e38e606e59 = function (arg0) {
|
|
4741
4741
|
const ret = getObject(arg0).get_access_token();
|
|
4742
4742
|
return addHeapObject(ret);
|
|
4743
4743
|
};
|
|
@@ -4933,14 +4933,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4933
4933
|
return ret;
|
|
4934
4934
|
};
|
|
4935
4935
|
|
|
4936
|
-
exports.
|
|
4936
|
+
exports.__wbg_list_3845e5691ae026d3 = function () {
|
|
4937
4937
|
return handleError(function (arg0) {
|
|
4938
4938
|
const ret = getObject(arg0).list();
|
|
4939
4939
|
return addHeapObject(ret);
|
|
4940
4940
|
}, arguments);
|
|
4941
4941
|
};
|
|
4942
4942
|
|
|
4943
|
-
exports.
|
|
4943
|
+
exports.__wbg_list_b4e456c48b5b30f2 = function () {
|
|
4944
4944
|
return handleError(function (arg0) {
|
|
4945
4945
|
const ret = getObject(arg0).list();
|
|
4946
4946
|
return addHeapObject(ret);
|
|
@@ -5184,7 +5184,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5184
5184
|
}, arguments);
|
|
5185
5185
|
};
|
|
5186
5186
|
|
|
5187
|
-
exports.
|
|
5187
|
+
exports.__wbg_remove_2008f1dde7b91f51 = function () {
|
|
5188
5188
|
return handleError(function (arg0, arg1, arg2) {
|
|
5189
5189
|
let deferred0_0;
|
|
5190
5190
|
let deferred0_1;
|
|
@@ -5199,7 +5199,7 @@ exports.__wbg_remove_2cd6e3d1c283a25d = function () {
|
|
|
5199
5199
|
}, arguments);
|
|
5200
5200
|
};
|
|
5201
5201
|
|
|
5202
|
-
exports.
|
|
5202
|
+
exports.__wbg_remove_bfbaa9c2aacce2f3 = function () {
|
|
5203
5203
|
return handleError(function (arg0, arg1, arg2) {
|
|
5204
5204
|
let deferred0_0;
|
|
5205
5205
|
let deferred0_1;
|
|
@@ -5249,12 +5249,27 @@ exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
|
5249
5249
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5250
5250
|
};
|
|
5251
5251
|
|
|
5252
|
+
exports.__wbg_set_512ce00f6a1a36e7 = function () {
|
|
5253
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5254
|
+
let deferred0_0;
|
|
5255
|
+
let deferred0_1;
|
|
5256
|
+
try {
|
|
5257
|
+
deferred0_0 = arg1;
|
|
5258
|
+
deferred0_1 = arg2;
|
|
5259
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5260
|
+
return addHeapObject(ret);
|
|
5261
|
+
} finally {
|
|
5262
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5263
|
+
}
|
|
5264
|
+
}, arguments);
|
|
5265
|
+
};
|
|
5266
|
+
|
|
5252
5267
|
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5253
5268
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5254
5269
|
return addHeapObject(ret);
|
|
5255
5270
|
};
|
|
5256
5271
|
|
|
5257
|
-
exports.
|
|
5272
|
+
exports.__wbg_set_b17bc1811a1e440e = function () {
|
|
5258
5273
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5259
5274
|
let deferred0_0;
|
|
5260
5275
|
let deferred0_1;
|
|
@@ -5288,21 +5303,6 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5288
5303
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5289
5304
|
};
|
|
5290
5305
|
|
|
5291
|
-
exports.__wbg_set_ff4508a6634dece7 = function () {
|
|
5292
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5293
|
-
let deferred0_0;
|
|
5294
|
-
let deferred0_1;
|
|
5295
|
-
try {
|
|
5296
|
-
deferred0_0 = arg1;
|
|
5297
|
-
deferred0_1 = arg2;
|
|
5298
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5299
|
-
return addHeapObject(ret);
|
|
5300
|
-
} finally {
|
|
5301
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5302
|
-
}
|
|
5303
|
-
}, arguments);
|
|
5304
|
-
};
|
|
5305
|
-
|
|
5306
5306
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5307
5307
|
getObject(arg0).headers = getObject(arg1);
|
|
5308
5308
|
};
|
|
Binary file
|
|
@@ -442,24 +442,24 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
442
442
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
443
443
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
444
444
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
445
|
-
export const wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb: (
|
|
446
|
-
a: number,
|
|
447
|
-
b: number,
|
|
448
|
-
c: number,
|
|
449
|
-
) => void;
|
|
450
|
-
export const wasm_bindgen__closure__destroy__hd2baf0154e030ab9: (a: number, b: number) => void;
|
|
451
445
|
export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
|
|
452
446
|
a: number,
|
|
453
447
|
b: number,
|
|
454
448
|
) => void;
|
|
455
|
-
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
456
449
|
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
450
|
+
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
457
451
|
export const wasm_bindgen__convert__closures_____invoke__h59c036539ecefa06: (
|
|
458
452
|
a: number,
|
|
459
453
|
b: number,
|
|
460
454
|
c: number,
|
|
461
455
|
d: number,
|
|
462
456
|
) => void;
|
|
457
|
+
export const wasm_bindgen__closure__destroy__hd2baf0154e030ab9: (a: number, b: number) => void;
|
|
458
|
+
export const wasm_bindgen__convert__closures_____invoke__hb0cefc4a47b27ccb: (
|
|
459
|
+
a: number,
|
|
460
|
+
b: number,
|
|
461
|
+
c: number,
|
|
462
|
+
) => void;
|
|
463
463
|
export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
|
|
464
464
|
a: number,
|
|
465
465
|
b: number,
|