@bitwarden/commercial-sdk-internal 0.2.0-main.456 → 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 +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
|
@@ -976,6 +976,18 @@ exports.isGetFolderError = function (error) {
|
|
|
976
976
|
}
|
|
977
977
|
};
|
|
978
978
|
|
|
979
|
+
function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, arg2) {
|
|
980
|
+
wasm.wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(
|
|
981
|
+
arg0,
|
|
982
|
+
arg1,
|
|
983
|
+
addHeapObject(arg2),
|
|
984
|
+
);
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
988
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
989
|
+
}
|
|
990
|
+
|
|
979
991
|
function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg1, arg2) {
|
|
980
992
|
try {
|
|
981
993
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -995,18 +1007,6 @@ function wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000(arg0, arg
|
|
|
995
1007
|
}
|
|
996
1008
|
}
|
|
997
1009
|
|
|
998
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
999
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
function wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(arg0, arg1, arg2) {
|
|
1003
|
-
wasm.wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5(
|
|
1004
|
-
arg0,
|
|
1005
|
-
arg1,
|
|
1006
|
-
addHeapObject(arg2),
|
|
1007
|
-
);
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
1010
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1011
1011
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(
|
|
1012
1012
|
arg0,
|
|
@@ -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,12 +5101,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
5101
5101
|
return ret;
|
|
5102
5102
|
};
|
|
5103
5103
|
|
|
5104
|
-
exports.
|
|
5105
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5106
|
-
return addHeapObject(ret);
|
|
5107
|
-
};
|
|
5108
|
-
|
|
5109
|
-
exports.__wbg_get_a939c535ba26fc01 = function () {
|
|
5104
|
+
exports.__wbg_get_6a4b3799287feba0 = function () {
|
|
5110
5105
|
return handleError(function (arg0, arg1, arg2) {
|
|
5111
5106
|
let deferred0_0;
|
|
5112
5107
|
let deferred0_1;
|
|
@@ -5121,12 +5116,12 @@ exports.__wbg_get_a939c535ba26fc01 = function () {
|
|
|
5121
5116
|
}, arguments);
|
|
5122
5117
|
};
|
|
5123
5118
|
|
|
5124
|
-
exports.
|
|
5125
|
-
const ret = getObject(arg0)
|
|
5119
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
5120
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5126
5121
|
return addHeapObject(ret);
|
|
5127
5122
|
};
|
|
5128
5123
|
|
|
5129
|
-
exports.
|
|
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_b43e43713aff9dab = 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_ca3546ef91db62db = 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,7 +5644,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5644
5644
|
return addHeapObject(ret);
|
|
5645
5645
|
};
|
|
5646
5646
|
|
|
5647
|
-
exports.
|
|
5647
|
+
exports.__wbg_set_0e7aa8f0d5535d1e = function () {
|
|
5648
5648
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5649
5649
|
let deferred0_0;
|
|
5650
5650
|
let deferred0_1;
|
|
@@ -5663,6 +5663,21 @@ exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
|
5663
5663
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5664
5664
|
};
|
|
5665
5665
|
|
|
5666
|
+
exports.__wbg_set_7be39e6bf3477510 = function () {
|
|
5667
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5668
|
+
let deferred0_0;
|
|
5669
|
+
let deferred0_1;
|
|
5670
|
+
try {
|
|
5671
|
+
deferred0_0 = arg1;
|
|
5672
|
+
deferred0_1 = arg2;
|
|
5673
|
+
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5674
|
+
return addHeapObject(ret);
|
|
5675
|
+
} finally {
|
|
5676
|
+
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5677
|
+
}
|
|
5678
|
+
}, arguments);
|
|
5679
|
+
};
|
|
5680
|
+
|
|
5666
5681
|
exports.__wbg_set_907fb406c34a251d = function (arg0, arg1, arg2) {
|
|
5667
5682
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5668
5683
|
return addHeapObject(ret);
|
|
@@ -5687,21 +5702,6 @@ exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
|
5687
5702
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5688
5703
|
};
|
|
5689
5704
|
|
|
5690
|
-
exports.__wbg_set_d2f8411286bde288 = function () {
|
|
5691
|
-
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5692
|
-
let deferred0_0;
|
|
5693
|
-
let deferred0_1;
|
|
5694
|
-
try {
|
|
5695
|
-
deferred0_0 = arg1;
|
|
5696
|
-
deferred0_1 = arg2;
|
|
5697
|
-
const ret = getObject(arg0).set(getStringFromWasm0(arg1, arg2), takeObject(arg3));
|
|
5698
|
-
return addHeapObject(ret);
|
|
5699
|
-
} finally {
|
|
5700
|
-
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
5701
|
-
}
|
|
5702
|
-
}, arguments);
|
|
5703
|
-
};
|
|
5704
|
-
|
|
5705
5705
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5706
5706
|
getObject(arg0).headers = getObject(arg1);
|
|
5707
5707
|
};
|
|
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
|
|
491
|
+
export const wasm_bindgen__convert__closures_____invoke__he2e170c549b97ed5: (
|
|
492
492
|
a: number,
|
|
493
493
|
b: number,
|
|
494
494
|
c: number,
|
|
495
|
-
d: number,
|
|
496
495
|
) => void;
|
|
497
496
|
export const wasm_bindgen__closure__destroy__h7a79e3df9e7c7848: (a: number, b: number) => void;
|
|
497
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
498
498
|
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
499
499
|
a: number,
|
|
500
500
|
b: number,
|
|
501
501
|
) => void;
|
|
502
502
|
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
503
|
-
export const
|
|
503
|
+
export const wasm_bindgen__convert__closures_____invoke__h6fa4a14c2e357000: (
|
|
504
504
|
a: number,
|
|
505
505
|
b: number,
|
|
506
506
|
c: number,
|
|
507
|
+
d: number,
|
|
507
508
|
) => void;
|
|
508
|
-
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
509
509
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
510
510
|
a: number,
|
|
511
511
|
b: number,
|