@bitwarden/sdk-internal 0.2.0-main.280 → 0.2.0-main.281
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_bg.js +27 -27
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +2 -2
- package/bitwarden_wasm_internal_bg.wasm.js +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 +2 -2
- package/package.json +1 -1
@@ -830,7 +830,7 @@ module.exports.isEncryptFileError = function (error) {
|
|
830
830
|
function __wbg_adapter_54(arg0, arg1, arg2) {
|
831
831
|
try {
|
832
832
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
833
|
-
wasm.
|
833
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9bc788cd829e07b3(
|
834
834
|
retptr,
|
835
835
|
arg0,
|
836
836
|
arg1,
|
@@ -847,7 +847,7 @@ function __wbg_adapter_54(arg0, arg1, arg2) {
|
|
847
847
|
}
|
848
848
|
|
849
849
|
function __wbg_adapter_57(arg0, arg1, arg2) {
|
850
|
-
wasm.
|
850
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3d7232059e1cc02(
|
851
851
|
arg0,
|
852
852
|
arg1,
|
853
853
|
addHeapObject(arg2),
|
@@ -4076,14 +4076,7 @@ module.exports.__wbg_getTime_46267b1c24877e30 = function (arg0) {
|
|
4076
4076
|
return ret;
|
4077
4077
|
};
|
4078
4078
|
|
4079
|
-
module.exports.
|
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_b1fccf3627115881 = function () {
|
4079
|
+
module.exports.__wbg_get_131521a4bf4eb09a = function () {
|
4087
4080
|
return handleError(function (arg0, arg1, arg2) {
|
4088
4081
|
let deferred0_0;
|
4089
4082
|
let deferred0_1;
|
@@ -4098,12 +4091,14 @@ module.exports.__wbg_get_b1fccf3627115881 = function () {
|
|
4098
4091
|
}, arguments);
|
4099
4092
|
};
|
4100
4093
|
|
4101
|
-
module.exports.
|
4102
|
-
|
4103
|
-
|
4094
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function () {
|
4095
|
+
return handleError(function (arg0, arg1) {
|
4096
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
4097
|
+
return addHeapObject(ret);
|
4098
|
+
}, arguments);
|
4104
4099
|
};
|
4105
4100
|
|
4106
|
-
module.exports.
|
4101
|
+
module.exports.__wbg_get_8cf8df9b61fa0898 = function () {
|
4107
4102
|
return handleError(function (arg0, arg1, arg2) {
|
4108
4103
|
let deferred0_0;
|
4109
4104
|
let deferred0_1;
|
@@ -4118,7 +4113,12 @@ module.exports.__wbg_get_c3d7582a3491a9da = function () {
|
|
4118
4113
|
}, arguments);
|
4119
4114
|
};
|
4120
4115
|
|
4121
|
-
module.exports.
|
4116
|
+
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
4117
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
4118
|
+
return addHeapObject(ret);
|
4119
|
+
};
|
4120
|
+
|
4121
|
+
module.exports.__wbg_getaccesstoken_8cecbb667dda869a = 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_20140449a737b226 = 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_33c6b302a7903304 = 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_4c3199779b00adb9 = 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_0721ce4493643b6f = function () {
|
|
4526
4526
|
}, arguments);
|
4527
4527
|
};
|
4528
4528
|
|
4529
|
-
module.exports.
|
4529
|
+
module.exports.__wbg_remove_e6ab09682273a5b1 = function () {
|
4530
4530
|
return handleError(function (arg0, arg1, arg2) {
|
4531
4531
|
let deferred0_0;
|
4532
4532
|
let deferred0_1;
|
@@ -4584,7 +4584,12 @@ 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.
|
4587
|
+
module.exports.__wbg_set_8fc6bf8a5b1071d1 = function (arg0, arg1, arg2) {
|
4588
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4589
|
+
return addHeapObject(ret);
|
4590
|
+
};
|
4591
|
+
|
4592
|
+
module.exports.__wbg_set_a4322f830239fb94 = function () {
|
4588
4593
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4589
4594
|
let deferred0_0;
|
4590
4595
|
let deferred0_1;
|
@@ -4599,12 +4604,7 @@ module.exports.__wbg_set_89b3333cbd64c248 = function () {
|
|
4599
4604
|
}, arguments);
|
4600
4605
|
};
|
4601
4606
|
|
4602
|
-
module.exports.
|
4603
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4604
|
-
return addHeapObject(ret);
|
4605
|
-
};
|
4606
|
-
|
4607
|
-
module.exports.__wbg_set_cd9fbdd1dc01cfd5 = function () {
|
4607
|
+
module.exports.__wbg_set_ccf83e4b20d01025 = 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_wrapper3591 = function (arg0, arg1, arg2) {
|
4843
4843
|
const ret = makeMutClosure(arg0, arg1, 291, __wbg_adapter_60);
|
4844
4844
|
return addHeapObject(ret);
|
4845
4845
|
};
|
Binary file
|
@@ -398,13 +398,13 @@ 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__h9bc788cd829e07b3: (
|
402
402
|
a: number,
|
403
403
|
b: number,
|
404
404
|
c: number,
|
405
405
|
d: number,
|
406
406
|
) => void;
|
407
|
-
export const
|
407
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3d7232059e1cc02: (
|
408
408
|
a: number,
|
409
409
|
b: number,
|
410
410
|
c: number,
|