@bitwarden/sdk-internal 0.2.0-main.281 → 0.2.0-main.283
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/VERSION +1 -1
- package/bitwarden_wasm_internal.d.ts +1 -0
- package/bitwarden_wasm_internal_bg.js +35 -35
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +3 -3
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +1 -0
- package/node/bitwarden_wasm_internal.js +35 -35
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
@@ -828,9 +828,17 @@ module.exports.isEncryptFileError = function (error) {
|
|
828
828
|
};
|
829
829
|
|
830
830
|
function __wbg_adapter_54(arg0, arg1, arg2) {
|
831
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5d03b4ddfca6a7a3(
|
832
|
+
arg0,
|
833
|
+
arg1,
|
834
|
+
addHeapObject(arg2),
|
835
|
+
);
|
836
|
+
}
|
837
|
+
|
838
|
+
function __wbg_adapter_57(arg0, arg1, arg2) {
|
831
839
|
try {
|
832
840
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
833
|
-
wasm.
|
841
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da4e2532b777e1(
|
834
842
|
retptr,
|
835
843
|
arg0,
|
836
844
|
arg1,
|
@@ -846,14 +854,6 @@ function __wbg_adapter_54(arg0, arg1, arg2) {
|
|
846
854
|
}
|
847
855
|
}
|
848
856
|
|
849
|
-
function __wbg_adapter_57(arg0, arg1, arg2) {
|
850
|
-
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3d7232059e1cc02(
|
851
|
-
arg0,
|
852
|
-
arg1,
|
853
|
-
addHeapObject(arg2),
|
854
|
-
);
|
855
|
-
}
|
856
|
-
|
857
857
|
function __wbg_adapter_60(arg0, arg1) {
|
858
858
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e(
|
859
859
|
arg0,
|
@@ -4076,7 +4076,14 @@ module.exports.__wbg_getTime_46267b1c24877e30 = function (arg0) {
|
|
4076
4076
|
return ret;
|
4077
4077
|
};
|
4078
4078
|
|
4079
|
-
module.exports.
|
4079
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function () {
|
4080
|
+
return handleError(function (arg0, arg1) {
|
4081
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
4082
|
+
return addHeapObject(ret);
|
4083
|
+
}, arguments);
|
4084
|
+
};
|
4085
|
+
|
4086
|
+
module.exports.__wbg_get_a6c01a5581b5644a = function () {
|
4080
4087
|
return handleError(function (arg0, arg1, arg2) {
|
4081
4088
|
let deferred0_0;
|
4082
4089
|
let deferred0_1;
|
@@ -4091,14 +4098,12 @@ module.exports.__wbg_get_131521a4bf4eb09a = function () {
|
|
4091
4098
|
}, arguments);
|
4092
4099
|
};
|
4093
4100
|
|
4094
|
-
module.exports.
|
4095
|
-
|
4096
|
-
|
4097
|
-
return addHeapObject(ret);
|
4098
|
-
}, arguments);
|
4101
|
+
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
4102
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
4103
|
+
return addHeapObject(ret);
|
4099
4104
|
};
|
4100
4105
|
|
4101
|
-
module.exports.
|
4106
|
+
module.exports.__wbg_get_c8aa4f0ab3e541ed = function () {
|
4102
4107
|
return handleError(function (arg0, arg1, arg2) {
|
4103
4108
|
let deferred0_0;
|
4104
4109
|
let deferred0_1;
|
@@ -4113,12 +4118,7 @@ module.exports.__wbg_get_8cf8df9b61fa0898 = function () {
|
|
4113
4118
|
}, arguments);
|
4114
4119
|
};
|
4115
4120
|
|
4116
|
-
module.exports.
|
4117
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
4118
|
-
return addHeapObject(ret);
|
4119
|
-
};
|
4120
|
-
|
4121
|
-
module.exports.__wbg_getaccesstoken_8cecbb667dda869a = function (arg0) {
|
4121
|
+
module.exports.__wbg_getaccesstoken_51c24a23f0b8a787 = function (arg0) {
|
4122
4122
|
const ret = getObject(arg0).get_access_token();
|
4123
4123
|
return addHeapObject(ret);
|
4124
4124
|
};
|
@@ -4303,14 +4303,14 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function (arg0) {
|
|
4303
4303
|
return ret;
|
4304
4304
|
};
|
4305
4305
|
|
4306
|
-
module.exports.
|
4306
|
+
module.exports.__wbg_list_17a7c3e9b2caa5bc = function () {
|
4307
4307
|
return handleError(function (arg0) {
|
4308
4308
|
const ret = getObject(arg0).list();
|
4309
4309
|
return addHeapObject(ret);
|
4310
4310
|
}, arguments);
|
4311
4311
|
};
|
4312
4312
|
|
4313
|
-
module.exports.
|
4313
|
+
module.exports.__wbg_list_6f4f9a0c9e21a278 = function () {
|
4314
4314
|
return handleError(function (arg0) {
|
4315
4315
|
const ret = getObject(arg0).list();
|
4316
4316
|
return addHeapObject(ret);
|
@@ -4511,7 +4511,7 @@ module.exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
4511
4511
|
}, arguments);
|
4512
4512
|
};
|
4513
4513
|
|
4514
|
-
module.exports.
|
4514
|
+
module.exports.__wbg_remove_1bf4eb08fc93f2fe = function () {
|
4515
4515
|
return handleError(function (arg0, arg1, arg2) {
|
4516
4516
|
let deferred0_0;
|
4517
4517
|
let deferred0_1;
|
@@ -4526,7 +4526,7 @@ module.exports.__wbg_remove_4c3199779b00adb9 = function () {
|
|
4526
4526
|
}, arguments);
|
4527
4527
|
};
|
4528
4528
|
|
4529
|
-
module.exports.
|
4529
|
+
module.exports.__wbg_remove_6b57572543e37d08 = function () {
|
4530
4530
|
return handleError(function (arg0, arg1, arg2) {
|
4531
4531
|
let deferred0_0;
|
4532
4532
|
let deferred0_1;
|
@@ -4584,12 +4584,7 @@ module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
4584
4584
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
4585
4585
|
};
|
4586
4586
|
|
4587
|
-
module.exports.
|
4588
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4589
|
-
return addHeapObject(ret);
|
4590
|
-
};
|
4591
|
-
|
4592
|
-
module.exports.__wbg_set_a4322f830239fb94 = function () {
|
4587
|
+
module.exports.__wbg_set_8d3eb7efdd2515dd = function () {
|
4593
4588
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4594
4589
|
let deferred0_0;
|
4595
4590
|
let deferred0_1;
|
@@ -4604,7 +4599,12 @@ module.exports.__wbg_set_a4322f830239fb94 = function () {
|
|
4604
4599
|
}, arguments);
|
4605
4600
|
};
|
4606
4601
|
|
4607
|
-
module.exports.
|
4602
|
+
module.exports.__wbg_set_8fc6bf8a5b1071d1 = function (arg0, arg1, arg2) {
|
4603
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4604
|
+
return addHeapObject(ret);
|
4605
|
+
};
|
4606
|
+
|
4607
|
+
module.exports.__wbg_set_f92aeedae517fb60 = function () {
|
4608
4608
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4609
4609
|
let deferred0_0;
|
4610
4610
|
let deferred0_1;
|
@@ -4839,7 +4839,7 @@ module.exports.__wbindgen_closure_wrapper189 = function (arg0, arg1, arg2) {
|
|
4839
4839
|
return addHeapObject(ret);
|
4840
4840
|
};
|
4841
4841
|
|
4842
|
-
module.exports.
|
4842
|
+
module.exports.__wbindgen_closure_wrapper3592 = function (arg0, arg1, arg2) {
|
4843
4843
|
const ret = makeMutClosure(arg0, arg1, 291, __wbg_adapter_60);
|
4844
4844
|
return addHeapObject(ret);
|
4845
4845
|
};
|
@@ -4850,7 +4850,7 @@ module.exports.__wbindgen_closure_wrapper5961 = function (arg0, arg1, arg2) {
|
|
4850
4850
|
};
|
4851
4851
|
|
4852
4852
|
module.exports.__wbindgen_closure_wrapper6336 = function (arg0, arg1, arg2) {
|
4853
|
-
const ret = makeMutClosure(arg0, arg1, 340,
|
4853
|
+
const ret = makeMutClosure(arg0, arg1, 340, __wbg_adapter_54);
|
4854
4854
|
return addHeapObject(ret);
|
4855
4855
|
};
|
4856
4856
|
|
Binary file
|
@@ -398,16 +398,16 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
398
398
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
399
399
|
export const __wbindgen_export_4: WebAssembly.Table;
|
400
400
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
401
|
-
export const
|
401
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5d03b4ddfca6a7a3: (
|
402
402
|
a: number,
|
403
403
|
b: number,
|
404
404
|
c: number,
|
405
|
-
d: number,
|
406
405
|
) => void;
|
407
|
-
export const
|
406
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da4e2532b777e1: (
|
408
407
|
a: number,
|
409
408
|
b: number,
|
410
409
|
c: number,
|
410
|
+
d: number,
|
411
411
|
) => void;
|
412
412
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e: (
|
413
413
|
a: number,
|