@bitwarden/commercial-sdk-internal 0.2.0-main.455 → 0.2.0-main.457
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 +29 -29
- 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 +33 -33
- 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
|
@@ -976,10 +976,6 @@ exports.isGetFolderError = function (error) {
|
|
|
976
976
|
}
|
|
977
977
|
};
|
|
978
978
|
|
|
979
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
980
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
981
|
-
}
|
|
982
|
-
|
|
983
979
|
function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, arg2) {
|
|
984
980
|
wasm.wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(
|
|
985
981
|
arg0,
|
|
@@ -988,6 +984,10 @@ function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg
|
|
|
988
984
|
);
|
|
989
985
|
}
|
|
990
986
|
|
|
987
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
988
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
989
|
+
}
|
|
990
|
+
|
|
991
991
|
function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg1, arg2) {
|
|
992
992
|
try {
|
|
993
993
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -4975,7 +4975,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4975
4975
|
}, arguments);
|
|
4976
4976
|
};
|
|
4977
4977
|
|
|
4978
|
-
exports.
|
|
4978
|
+
exports.__wbg_cipher_694afbf0712317d0 = function (arg0) {
|
|
4979
4979
|
const ret = getObject(arg0).cipher;
|
|
4980
4980
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4981
4981
|
};
|
|
@@ -5068,7 +5068,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
5068
5068
|
return addHeapObject(ret);
|
|
5069
5069
|
};
|
|
5070
5070
|
|
|
5071
|
-
exports.
|
|
5071
|
+
exports.__wbg_folder_de425cf87ff168dd = function (arg0) {
|
|
5072
5072
|
const ret = getObject(arg0).folder;
|
|
5073
5073
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
5074
5074
|
};
|
|
@@ -5101,7 +5101,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
5101
5101
|
return ret;
|
|
5102
5102
|
};
|
|
5103
5103
|
|
|
5104
|
-
exports.
|
|
5104
|
+
exports.__wbg_get_6a4b3799287feba0 = function () {
|
|
5105
5105
|
return handleError(function (arg0, arg1, arg2) {
|
|
5106
5106
|
let deferred0_0;
|
|
5107
5107
|
let deferred0_1;
|
|
@@ -5121,12 +5121,7 @@ exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
|
5121
5121
|
return addHeapObject(ret);
|
|
5122
5122
|
};
|
|
5123
5123
|
|
|
5124
|
-
exports.
|
|
5125
|
-
const ret = getObject(arg0).get_access_token();
|
|
5126
|
-
return addHeapObject(ret);
|
|
5127
|
-
};
|
|
5128
|
-
|
|
5129
|
-
exports.__wbg_get_dcf719b9d7908489 = function () {
|
|
5124
|
+
exports.__wbg_get_a955ea201bb79876 = function () {
|
|
5130
5125
|
return handleError(function (arg0, arg1, arg2) {
|
|
5131
5126
|
let deferred0_0;
|
|
5132
5127
|
let deferred0_1;
|
|
@@ -5141,6 +5136,11 @@ exports.__wbg_get_dcf719b9d7908489 = function () {
|
|
|
5141
5136
|
}, arguments);
|
|
5142
5137
|
};
|
|
5143
5138
|
|
|
5139
|
+
exports.__wbg_get_access_token_3c82f801dc6dc5a1 = function (arg0) {
|
|
5140
|
+
const ret = getObject(arg0).get_access_token();
|
|
5141
|
+
return addHeapObject(ret);
|
|
5142
|
+
};
|
|
5143
|
+
|
|
5144
5144
|
exports.__wbg_get_efcb449f58ec27c2 = function () {
|
|
5145
5145
|
return handleError(function (arg0, arg1) {
|
|
5146
5146
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -5332,14 +5332,14 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
5332
5332
|
return ret;
|
|
5333
5333
|
};
|
|
5334
5334
|
|
|
5335
|
-
exports.
|
|
5335
|
+
exports.__wbg_list_0d519f983800b862 = function () {
|
|
5336
5336
|
return handleError(function (arg0) {
|
|
5337
5337
|
const ret = getObject(arg0).list();
|
|
5338
5338
|
return addHeapObject(ret);
|
|
5339
5339
|
}, arguments);
|
|
5340
5340
|
};
|
|
5341
5341
|
|
|
5342
|
-
exports.
|
|
5342
|
+
exports.__wbg_list_e5d800b505a7dea1 = function () {
|
|
5343
5343
|
return handleError(function (arg0) {
|
|
5344
5344
|
const ret = getObject(arg0).list();
|
|
5345
5345
|
return addHeapObject(ret);
|
|
@@ -5583,7 +5583,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5583
5583
|
}, arguments);
|
|
5584
5584
|
};
|
|
5585
5585
|
|
|
5586
|
-
exports.
|
|
5586
|
+
exports.__wbg_remove_2f84188b41393d9b = function () {
|
|
5587
5587
|
return handleError(function (arg0, arg1, arg2) {
|
|
5588
5588
|
let deferred0_0;
|
|
5589
5589
|
let deferred0_1;
|
|
@@ -5598,7 +5598,7 @@ exports.__wbg_remove_081750d2b4550db1 = function () {
|
|
|
5598
5598
|
}, arguments);
|
|
5599
5599
|
};
|
|
5600
5600
|
|
|
5601
|
-
exports.
|
|
5601
|
+
exports.__wbg_remove_696dfb10b9afb65e = function () {
|
|
5602
5602
|
return handleError(function (arg0, arg1, arg2) {
|
|
5603
5603
|
let deferred0_0;
|
|
5604
5604
|
let deferred0_1;
|
|
@@ -5644,11 +5644,26 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5644
5644
|
return addHeapObject(ret);
|
|
5645
5645
|
};
|
|
5646
5646
|
|
|
5647
|
+
exports.__wbg_set_0e7aa8f0d5535d1e = function () {
|
|
5648
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5649
|
+
let deferred0_0;
|
|
5650
|
+
let deferred0_1;
|
|
5651
|
+
try {
|
|
5652
|
+
deferred0_0 = arg1;
|
|
5653
|
+
deferred0_1 = arg2;
|
|
5654
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5655
|
+
return addHeapObject(ret);
|
|
5656
|
+
} finally {
|
|
5657
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5658
|
+
}
|
|
5659
|
+
}, arguments);
|
|
5660
|
+
};
|
|
5661
|
+
|
|
5647
5662
|
exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
5648
5663
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5649
5664
|
};
|
|
5650
5665
|
|
|
5651
|
-
exports.
|
|
5666
|
+
exports.__wbg_set_7be39e6bf3477510 = function () {
|
|
5652
5667
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5653
5668
|
let deferred0_0;
|
|
5654
5669
|
let deferred0_1;
|
|
@@ -5683,21 +5698,6 @@ exports.__wbg_set_c2abbebe8b9ebee1 = function () {
|
|
|
5683
5698
|
}, arguments);
|
|
5684
5699
|
};
|
|
5685
5700
|
|
|
5686
|
-
exports.__wbg_set_cb7bc98b08cc02d2 = function () {
|
|
5687
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5688
|
-
let deferred0_0;
|
|
5689
|
-
let deferred0_1;
|
|
5690
|
-
try {
|
|
5691
|
-
deferred0_0 = arg1;
|
|
5692
|
-
deferred0_1 = arg2;
|
|
5693
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5694
|
-
return addHeapObject(ret);
|
|
5695
|
-
} finally {
|
|
5696
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5697
|
-
}
|
|
5698
|
-
}, arguments);
|
|
5699
|
-
};
|
|
5700
|
-
|
|
5701
5701
|
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5702
5702
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5703
5703
|
};
|
|
Binary file
|
|
@@ -488,24 +488,24 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
488
488
|
export const vaultclient_attachments: (a: number) => number;
|
|
489
489
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
490
490
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
491
|
-
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
492
|
-
a: number,
|
|
493
|
-
b: number,
|
|
494
|
-
) => void;
|
|
495
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
496
491
|
export const wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5: (
|
|
497
492
|
a: number,
|
|
498
493
|
b: number,
|
|
499
494
|
c: number,
|
|
500
495
|
) => void;
|
|
496
|
+
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
501
497
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
498
|
+
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
499
|
+
a: number,
|
|
500
|
+
b: number,
|
|
501
|
+
) => void;
|
|
502
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
502
503
|
export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
503
504
|
a: number,
|
|
504
505
|
b: number,
|
|
505
506
|
c: number,
|
|
506
507
|
d: number,
|
|
507
508
|
) => void;
|
|
508
|
-
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
509
509
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
510
510
|
a: number,
|
|
511
511
|
b: number,
|