@bitwarden/commercial-sdk-internal 0.2.0-main.390 → 0.2.0-main.391
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.d.ts +1 -1
- package/bitwarden_wasm_internal_bg.js +19 -19
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +5 -5
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +1 -1
- package/node/bitwarden_wasm_internal.js +27 -27
- 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
|
@@ -883,10 +883,6 @@ function wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f(arg0, arg
|
|
|
883
883
|
);
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
887
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
888
|
-
}
|
|
889
|
-
|
|
890
886
|
function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg1, arg2) {
|
|
891
887
|
try {
|
|
892
888
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -906,6 +902,10 @@ function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg
|
|
|
906
902
|
}
|
|
907
903
|
}
|
|
908
904
|
|
|
905
|
+
function wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1) {
|
|
906
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
907
|
+
}
|
|
908
|
+
|
|
909
909
|
function wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(arg0, arg1, arg2, arg3) {
|
|
910
910
|
wasm.wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7(
|
|
911
911
|
arg0,
|
|
@@ -4513,7 +4513,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4513
4513
|
}, arguments);
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
export function
|
|
4516
|
+
export function __wbg_cipher_15031dc100f7bfbc(arg0) {
|
|
4517
4517
|
const ret = getObject(arg0).cipher;
|
|
4518
4518
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4519
4519
|
}
|
|
@@ -4593,7 +4593,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4593
4593
|
return addHeapObject(ret);
|
|
4594
4594
|
}
|
|
4595
4595
|
|
|
4596
|
-
export function
|
|
4596
|
+
export function __wbg_folder_97faec3859a0bf4f(arg0) {
|
|
4597
4597
|
const ret = getObject(arg0).folder;
|
|
4598
4598
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4599
4599
|
}
|
|
@@ -4625,12 +4625,7 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
|
4625
4625
|
return addHeapObject(ret);
|
|
4626
4626
|
}
|
|
4627
4627
|
|
|
4628
|
-
export function
|
|
4629
|
-
const ret = getObject(arg0).get_access_token();
|
|
4630
|
-
return addHeapObject(ret);
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
export function __wbg_get_c0e6f85c88b50452() {
|
|
4628
|
+
export function __wbg_get_98a947a33ab63f59() {
|
|
4634
4629
|
return handleError(function (arg0, arg1, arg2) {
|
|
4635
4630
|
let deferred0_0;
|
|
4636
4631
|
let deferred0_1;
|
|
@@ -4645,7 +4640,12 @@ export function __wbg_get_c0e6f85c88b50452() {
|
|
|
4645
4640
|
}, arguments);
|
|
4646
4641
|
}
|
|
4647
4642
|
|
|
4648
|
-
export function
|
|
4643
|
+
export function __wbg_get_access_token_c515f41109a55270(arg0) {
|
|
4644
|
+
const ret = getObject(arg0).get_access_token();
|
|
4645
|
+
return addHeapObject(ret);
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
export function __wbg_get_d52058d7efdcd968() {
|
|
4649
4649
|
return handleError(function (arg0, arg1, arg2) {
|
|
4650
4650
|
let deferred0_0;
|
|
4651
4651
|
let deferred0_1;
|
|
@@ -4847,14 +4847,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4847
4847
|
return ret;
|
|
4848
4848
|
}
|
|
4849
4849
|
|
|
4850
|
-
export function
|
|
4850
|
+
export function __wbg_list_1734fcd2cfe9bcda() {
|
|
4851
4851
|
return handleError(function (arg0) {
|
|
4852
4852
|
const ret = getObject(arg0).list();
|
|
4853
4853
|
return addHeapObject(ret);
|
|
4854
4854
|
}, arguments);
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
export function
|
|
4857
|
+
export function __wbg_list_ffadd5a2c7950132() {
|
|
4858
4858
|
return handleError(function (arg0) {
|
|
4859
4859
|
const ret = getObject(arg0).list();
|
|
4860
4860
|
return addHeapObject(ret);
|
|
@@ -5069,7 +5069,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5069
5069
|
}, arguments);
|
|
5070
5070
|
}
|
|
5071
5071
|
|
|
5072
|
-
export function
|
|
5072
|
+
export function __wbg_remove_7eb3066ccf5bd7a3() {
|
|
5073
5073
|
return handleError(function (arg0, arg1, arg2) {
|
|
5074
5074
|
let deferred0_0;
|
|
5075
5075
|
let deferred0_1;
|
|
@@ -5084,7 +5084,7 @@ export function __wbg_remove_3ec6e165a636c0f6() {
|
|
|
5084
5084
|
}, arguments);
|
|
5085
5085
|
}
|
|
5086
5086
|
|
|
5087
|
-
export function
|
|
5087
|
+
export function __wbg_remove_b833b49b87e3de2a() {
|
|
5088
5088
|
return handleError(function (arg0, arg1, arg2) {
|
|
5089
5089
|
let deferred0_0;
|
|
5090
5090
|
let deferred0_1;
|
|
@@ -5130,7 +5130,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5130
5130
|
return addHeapObject(ret);
|
|
5131
5131
|
}
|
|
5132
5132
|
|
|
5133
|
-
export function
|
|
5133
|
+
export function __wbg_set_0b4c11f52a985723() {
|
|
5134
5134
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5135
5135
|
let deferred0_0;
|
|
5136
5136
|
let deferred0_1;
|
|
@@ -5166,7 +5166,7 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5166
5166
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5167
5167
|
}
|
|
5168
5168
|
|
|
5169
|
-
export function
|
|
5169
|
+
export function __wbg_set_d9151fca1ebeab91() {
|
|
5170
5170
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5171
5171
|
let deferred0_0;
|
|
5172
5172
|
let deferred0_1;
|
|
Binary file
|
|
@@ -442,17 +442,17 @@ export const wasm_bindgen__convert__closures_____invoke__h83a98c89c87b6d3f: (
|
|
|
442
442
|
c: number,
|
|
443
443
|
) => void;
|
|
444
444
|
export const wasm_bindgen__closure__destroy__h2f6c4f10132eed58: (a: number, b: number) => void;
|
|
445
|
-
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
446
|
-
a: number,
|
|
447
|
-
b: number,
|
|
448
|
-
) => void;
|
|
449
|
-
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
450
445
|
export const wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad: (
|
|
451
446
|
a: number,
|
|
452
447
|
b: number,
|
|
453
448
|
c: number,
|
|
454
449
|
d: number,
|
|
455
450
|
) => void;
|
|
451
|
+
export const wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01: (
|
|
452
|
+
a: number,
|
|
453
|
+
b: number,
|
|
454
|
+
) => void;
|
|
455
|
+
export const wasm_bindgen__closure__destroy__h1cce7ce4a094839d: (a: number, b: number) => void;
|
|
456
456
|
export const wasm_bindgen__closure__destroy__h04ff7fddf688fec6: (a: number, b: number) => void;
|
|
457
457
|
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
458
458
|
a: number,
|