@bitwarden/commercial-sdk-internal 0.2.0-main.429 → 0.2.0-main.431
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 +39 -39
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +51 -51
- 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
|
@@ -872,18 +872,6 @@ exports.isGetFolderError = function (error) {
|
|
|
872
872
|
}
|
|
873
873
|
};
|
|
874
874
|
|
|
875
|
-
function wasm_bindgen__convert__closures_____invoke__hb219eacf1aac2109(arg0, arg1, arg2) {
|
|
876
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hb219eacf1aac2109(
|
|
877
|
-
arg0,
|
|
878
|
-
arg1,
|
|
879
|
-
addHeapObject(arg2),
|
|
880
|
-
);
|
|
881
|
-
}
|
|
882
|
-
|
|
883
|
-
function wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1) {
|
|
884
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1);
|
|
885
|
-
}
|
|
886
|
-
|
|
887
875
|
function wasm_bindgen__convert__closures_____invoke__h2dff3e72f2bb88cd(arg0, arg1, arg2) {
|
|
888
876
|
try {
|
|
889
877
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -903,6 +891,18 @@ function wasm_bindgen__convert__closures_____invoke__h2dff3e72f2bb88cd(arg0, arg
|
|
|
903
891
|
}
|
|
904
892
|
}
|
|
905
893
|
|
|
894
|
+
function wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1) {
|
|
895
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373(arg0, arg1);
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
function wasm_bindgen__convert__closures_____invoke__hb219eacf1aac2109(arg0, arg1, arg2) {
|
|
899
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hb219eacf1aac2109(
|
|
900
|
+
arg0,
|
|
901
|
+
arg1,
|
|
902
|
+
addHeapObject(arg2),
|
|
903
|
+
);
|
|
904
|
+
}
|
|
905
|
+
|
|
906
906
|
function wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83(arg0, arg1, arg2, arg3) {
|
|
907
907
|
wasm.wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83(
|
|
908
908
|
arg0,
|
|
@@ -4725,7 +4725,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4725
4725
|
}, arguments);
|
|
4726
4726
|
};
|
|
4727
4727
|
|
|
4728
|
-
exports.
|
|
4728
|
+
exports.__wbg_cipher_4003d32b3b99bbc7 = function (arg0) {
|
|
4729
4729
|
const ret = getObject(arg0).cipher;
|
|
4730
4730
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4731
4731
|
};
|
|
@@ -4818,7 +4818,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4818
4818
|
return addHeapObject(ret);
|
|
4819
4819
|
};
|
|
4820
4820
|
|
|
4821
|
-
exports.
|
|
4821
|
+
exports.__wbg_folder_2d2bf301b8ce2bc3 = function (arg0) {
|
|
4822
4822
|
const ret = getObject(arg0).folder;
|
|
4823
4823
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4824
4824
|
};
|
|
@@ -4851,17 +4851,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4851
4851
|
return ret;
|
|
4852
4852
|
};
|
|
4853
4853
|
|
|
4854
|
-
exports.
|
|
4855
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4856
|
-
return addHeapObject(ret);
|
|
4857
|
-
};
|
|
4858
|
-
|
|
4859
|
-
exports.__wbg_get_access_token_37e662b3688b4c50 = function (arg0) {
|
|
4860
|
-
const ret = getObject(arg0).get_access_token();
|
|
4861
|
-
return addHeapObject(ret);
|
|
4862
|
-
};
|
|
4863
|
-
|
|
4864
|
-
exports.__wbg_get_d99715335bc5b515 = function () {
|
|
4854
|
+
exports.__wbg_get_3a2fa028134cc150 = function () {
|
|
4865
4855
|
return handleError(function (arg0, arg1, arg2) {
|
|
4866
4856
|
let deferred0_0;
|
|
4867
4857
|
let deferred0_1;
|
|
@@ -4876,14 +4866,17 @@ exports.__wbg_get_d99715335bc5b515 = function () {
|
|
|
4876
4866
|
}, arguments);
|
|
4877
4867
|
};
|
|
4878
4868
|
|
|
4879
|
-
exports.
|
|
4880
|
-
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4869
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4870
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4871
|
+
return addHeapObject(ret);
|
|
4872
|
+
};
|
|
4873
|
+
|
|
4874
|
+
exports.__wbg_get_access_token_03f59075d0b44138 = function (arg0) {
|
|
4875
|
+
const ret = getObject(arg0).get_access_token();
|
|
4876
|
+
return addHeapObject(ret);
|
|
4884
4877
|
};
|
|
4885
4878
|
|
|
4886
|
-
exports.
|
|
4879
|
+
exports.__wbg_get_c21df3d6f7405edf = function () {
|
|
4887
4880
|
return handleError(function (arg0, arg1, arg2) {
|
|
4888
4881
|
let deferred0_0;
|
|
4889
4882
|
let deferred0_1;
|
|
@@ -4898,6 +4891,13 @@ exports.__wbg_get_f2c5cc6413b5f512 = function () {
|
|
|
4898
4891
|
}, arguments);
|
|
4899
4892
|
};
|
|
4900
4893
|
|
|
4894
|
+
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
4895
|
+
return handleError(function (arg0, arg1) {
|
|
4896
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4897
|
+
return addHeapObject(ret);
|
|
4898
|
+
}, arguments);
|
|
4899
|
+
};
|
|
4900
|
+
|
|
4901
4901
|
exports.__wbg_get_with_ref_key_1dc361bd10053bfe = function (arg0, arg1) {
|
|
4902
4902
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
4903
4903
|
return addHeapObject(ret);
|
|
@@ -5082,14 +5082,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
5082
5082
|
return ret;
|
|
5083
5083
|
};
|
|
5084
5084
|
|
|
5085
|
-
exports.
|
|
5085
|
+
exports.__wbg_list_7be0d16c69fc8e82 = function () {
|
|
5086
5086
|
return handleError(function (arg0) {
|
|
5087
5087
|
const ret = getObject(arg0).list();
|
|
5088
5088
|
return addHeapObject(ret);
|
|
5089
5089
|
}, arguments);
|
|
5090
5090
|
};
|
|
5091
5091
|
|
|
5092
|
-
exports.
|
|
5092
|
+
exports.__wbg_list_a27f81cb65ad6a65 = function () {
|
|
5093
5093
|
return handleError(function (arg0) {
|
|
5094
5094
|
const ret = getObject(arg0).list();
|
|
5095
5095
|
return addHeapObject(ret);
|
|
@@ -5333,7 +5333,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5333
5333
|
}, arguments);
|
|
5334
5334
|
};
|
|
5335
5335
|
|
|
5336
|
-
exports.
|
|
5336
|
+
exports.__wbg_remove_7cf24e7da315786b = function () {
|
|
5337
5337
|
return handleError(function (arg0, arg1, arg2) {
|
|
5338
5338
|
let deferred0_0;
|
|
5339
5339
|
let deferred0_1;
|
|
@@ -5348,7 +5348,7 @@ exports.__wbg_remove_78a41e6f6533ef09 = function () {
|
|
|
5348
5348
|
}, arguments);
|
|
5349
5349
|
};
|
|
5350
5350
|
|
|
5351
|
-
exports.
|
|
5351
|
+
exports.__wbg_remove_a07f93cfa60214e7 = function () {
|
|
5352
5352
|
return handleError(function (arg0, arg1, arg2) {
|
|
5353
5353
|
let deferred0_0;
|
|
5354
5354
|
let deferred0_1;
|
|
@@ -5398,27 +5398,12 @@ exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
|
5398
5398
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5399
5399
|
};
|
|
5400
5400
|
|
|
5401
|
-
exports.__wbg_set_7b22b88241de008f = function () {
|
|
5402
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5403
|
-
let deferred0_0;
|
|
5404
|
-
let deferred0_1;
|
|
5405
|
-
try {
|
|
5406
|
-
deferred0_0 = arg1;
|
|
5407
|
-
deferred0_1 = arg2;
|
|
5408
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5409
|
-
return addHeapObject(ret);
|
|
5410
|
-
} finally {
|
|
5411
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5412
|
-
}
|
|
5413
|
-
}, arguments);
|
|
5414
|
-
};
|
|
5415
|
-
|
|
5416
5401
|
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5417
5402
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5418
5403
|
return addHeapObject(ret);
|
|
5419
5404
|
};
|
|
5420
5405
|
|
|
5421
|
-
exports.
|
|
5406
|
+
exports.__wbg_set_a89e0c39296eb693 = function () {
|
|
5422
5407
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5423
5408
|
let deferred0_0;
|
|
5424
5409
|
let deferred0_1;
|
|
@@ -5452,6 +5437,21 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5452
5437
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5453
5438
|
};
|
|
5454
5439
|
|
|
5440
|
+
exports.__wbg_set_dc0809d582b333ff = function () {
|
|
5441
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5442
|
+
let deferred0_0;
|
|
5443
|
+
let deferred0_1;
|
|
5444
|
+
try {
|
|
5445
|
+
deferred0_0 = arg1;
|
|
5446
|
+
deferred0_1 = arg2;
|
|
5447
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5448
|
+
return addHeapObject(ret);
|
|
5449
|
+
} finally {
|
|
5450
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5451
|
+
}
|
|
5452
|
+
}, arguments);
|
|
5453
|
+
};
|
|
5454
|
+
|
|
5455
5455
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5456
5456
|
getObject(arg0).headers = getObject(arg1);
|
|
5457
5457
|
};
|
|
Binary file
|
|
@@ -454,24 +454,24 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
454
454
|
export const __wbg_registrationclient_free: (a: number, b: number) => void;
|
|
455
455
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
456
456
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
457
|
-
export const
|
|
457
|
+
export const wasm_bindgen__convert__closures_____invoke__h2dff3e72f2bb88cd: (
|
|
458
458
|
a: number,
|
|
459
459
|
b: number,
|
|
460
460
|
c: number,
|
|
461
|
+
d: number,
|
|
461
462
|
) => void;
|
|
462
|
-
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
463
463
|
export const wasm_bindgen__closure__destroy__h96ff2d5ee0ca699c: (a: number, b: number) => void;
|
|
464
464
|
export const wasm_bindgen__convert__closures_____invoke__h1920d8a7b3007373: (
|
|
465
465
|
a: number,
|
|
466
466
|
b: number,
|
|
467
467
|
) => void;
|
|
468
|
-
export const
|
|
468
|
+
export const wasm_bindgen__closure__destroy__h602c026e8307a31b: (a: number, b: number) => void;
|
|
469
|
+
export const wasm_bindgen__convert__closures_____invoke__hb219eacf1aac2109: (
|
|
469
470
|
a: number,
|
|
470
471
|
b: number,
|
|
471
472
|
c: number,
|
|
472
|
-
d: number,
|
|
473
473
|
) => void;
|
|
474
|
-
export const
|
|
474
|
+
export const wasm_bindgen__closure__destroy__h591e0f2efd143068: (a: number, b: number) => void;
|
|
475
475
|
export const wasm_bindgen__convert__closures_____invoke__h0cb536241502fe83: (
|
|
476
476
|
a: number,
|
|
477
477
|
b: number,
|