@bitwarden/sdk-internal 0.2.0-main.313 → 0.2.0-main.315
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 +39 -39
- 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.js +39 -39
- 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
|
@@ -815,9 +815,17 @@ module.exports.isEncryptFileError = function (error) {
|
|
|
815
815
|
};
|
|
816
816
|
|
|
817
817
|
function __wbg_adapter_54(arg0, arg1, arg2) {
|
|
818
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h975e31b7dc4fe5c9(
|
|
819
|
+
arg0,
|
|
820
|
+
arg1,
|
|
821
|
+
addHeapObject(arg2),
|
|
822
|
+
);
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
function __wbg_adapter_57(arg0, arg1, arg2) {
|
|
818
826
|
try {
|
|
819
827
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
820
|
-
wasm.
|
|
828
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h52600fe0adb0303d(
|
|
821
829
|
retptr,
|
|
822
830
|
arg0,
|
|
823
831
|
arg1,
|
|
@@ -833,14 +841,6 @@ function __wbg_adapter_54(arg0, arg1, arg2) {
|
|
|
833
841
|
}
|
|
834
842
|
}
|
|
835
843
|
|
|
836
|
-
function __wbg_adapter_57(arg0, arg1, arg2) {
|
|
837
|
-
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3d7232059e1cc02(
|
|
838
|
-
arg0,
|
|
839
|
-
arg1,
|
|
840
|
-
addHeapObject(arg2),
|
|
841
|
-
);
|
|
842
|
-
}
|
|
843
|
-
|
|
844
844
|
function __wbg_adapter_60(arg0, arg1) {
|
|
845
845
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e(
|
|
846
846
|
arg0,
|
|
@@ -4144,14 +4144,7 @@ module.exports.__wbg_getTime_46267b1c24877e30 = function (arg0) {
|
|
|
4144
4144
|
return ret;
|
|
4145
4145
|
};
|
|
4146
4146
|
|
|
4147
|
-
module.exports.
|
|
4148
|
-
return handleError(function (arg0, arg1) {
|
|
4149
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4150
|
-
return addHeapObject(ret);
|
|
4151
|
-
}, arguments);
|
|
4152
|
-
};
|
|
4153
|
-
|
|
4154
|
-
module.exports.__wbg_get_87c4e0d7dba36f9a = function () {
|
|
4147
|
+
module.exports.__wbg_get_6611079427311255 = function () {
|
|
4155
4148
|
return handleError(function (arg0, arg1, arg2) {
|
|
4156
4149
|
let deferred0_0;
|
|
4157
4150
|
let deferred0_1;
|
|
@@ -4166,7 +4159,14 @@ module.exports.__wbg_get_87c4e0d7dba36f9a = function () {
|
|
|
4166
4159
|
}, arguments);
|
|
4167
4160
|
};
|
|
4168
4161
|
|
|
4169
|
-
module.exports.
|
|
4162
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function () {
|
|
4163
|
+
return handleError(function (arg0, arg1) {
|
|
4164
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4165
|
+
return addHeapObject(ret);
|
|
4166
|
+
}, arguments);
|
|
4167
|
+
};
|
|
4168
|
+
|
|
4169
|
+
module.exports.__wbg_get_8d465b6d84d12b89 = function () {
|
|
4170
4170
|
return handleError(function (arg0, arg1, arg2) {
|
|
4171
4171
|
let deferred0_0;
|
|
4172
4172
|
let deferred0_1;
|
|
@@ -4186,7 +4186,7 @@ module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
|
4186
4186
|
return addHeapObject(ret);
|
|
4187
4187
|
};
|
|
4188
4188
|
|
|
4189
|
-
module.exports.
|
|
4189
|
+
module.exports.__wbg_getaccesstoken_8170bd29eed05d9b = function (arg0) {
|
|
4190
4190
|
const ret = getObject(arg0).get_access_token();
|
|
4191
4191
|
return addHeapObject(ret);
|
|
4192
4192
|
};
|
|
@@ -4371,14 +4371,14 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function (arg0) {
|
|
|
4371
4371
|
return ret;
|
|
4372
4372
|
};
|
|
4373
4373
|
|
|
4374
|
-
module.exports.
|
|
4374
|
+
module.exports.__wbg_list_5d934f0ba20d524c = function () {
|
|
4375
4375
|
return handleError(function (arg0) {
|
|
4376
4376
|
const ret = getObject(arg0).list();
|
|
4377
4377
|
return addHeapObject(ret);
|
|
4378
4378
|
}, arguments);
|
|
4379
4379
|
};
|
|
4380
4380
|
|
|
4381
|
-
module.exports.
|
|
4381
|
+
module.exports.__wbg_list_cd0d265adc2cfd46 = function () {
|
|
4382
4382
|
return handleError(function (arg0) {
|
|
4383
4383
|
const ret = getObject(arg0).list();
|
|
4384
4384
|
return addHeapObject(ret);
|
|
@@ -4579,7 +4579,7 @@ module.exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
4579
4579
|
}, arguments);
|
|
4580
4580
|
};
|
|
4581
4581
|
|
|
4582
|
-
module.exports.
|
|
4582
|
+
module.exports.__wbg_remove_078ea0be8c399116 = function () {
|
|
4583
4583
|
return handleError(function (arg0, arg1, arg2) {
|
|
4584
4584
|
let deferred0_0;
|
|
4585
4585
|
let deferred0_1;
|
|
@@ -4594,7 +4594,7 @@ module.exports.__wbg_remove_aa45bd9036d4f89b = function () {
|
|
|
4594
4594
|
}, arguments);
|
|
4595
4595
|
};
|
|
4596
4596
|
|
|
4597
|
-
module.exports.
|
|
4597
|
+
module.exports.__wbg_remove_572b5347d4f81b35 = function () {
|
|
4598
4598
|
return handleError(function (arg0, arg1, arg2) {
|
|
4599
4599
|
let deferred0_0;
|
|
4600
4600
|
let deferred0_1;
|
|
@@ -4640,15 +4640,7 @@ module.exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
4640
4640
|
return addHeapObject(ret);
|
|
4641
4641
|
};
|
|
4642
4642
|
|
|
4643
|
-
module.exports.
|
|
4644
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
4645
|
-
};
|
|
4646
|
-
|
|
4647
|
-
module.exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
4648
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
4649
|
-
};
|
|
4650
|
-
|
|
4651
|
-
module.exports.__wbg_set_4b5dafe7385152c0 = function () {
|
|
4643
|
+
module.exports.__wbg_set_1beeded2503106e7 = function () {
|
|
4652
4644
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4653
4645
|
let deferred0_0;
|
|
4654
4646
|
let deferred0_1;
|
|
@@ -4663,7 +4655,7 @@ module.exports.__wbg_set_4b5dafe7385152c0 = function () {
|
|
|
4663
4655
|
}, arguments);
|
|
4664
4656
|
};
|
|
4665
4657
|
|
|
4666
|
-
module.exports.
|
|
4658
|
+
module.exports.__wbg_set_23600b436ffea64e = function () {
|
|
4667
4659
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4668
4660
|
let deferred0_0;
|
|
4669
4661
|
let deferred0_1;
|
|
@@ -4678,6 +4670,14 @@ module.exports.__wbg_set_4c1dca3917b7d151 = function () {
|
|
|
4678
4670
|
}, arguments);
|
|
4679
4671
|
};
|
|
4680
4672
|
|
|
4673
|
+
module.exports.__wbg_set_37837023f3d740e8 = function (arg0, arg1, arg2) {
|
|
4674
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
4675
|
+
};
|
|
4676
|
+
|
|
4677
|
+
module.exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
4678
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
4679
|
+
};
|
|
4680
|
+
|
|
4681
4681
|
module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
4682
4682
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
4683
4683
|
};
|
|
@@ -4907,18 +4907,18 @@ module.exports.__wbindgen_closure_wrapper193 = function (arg0, arg1, arg2) {
|
|
|
4907
4907
|
return addHeapObject(ret);
|
|
4908
4908
|
};
|
|
4909
4909
|
|
|
4910
|
-
module.exports.
|
|
4911
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4910
|
+
module.exports.__wbindgen_closure_wrapper3844 = function (arg0, arg1, arg2) {
|
|
4911
|
+
const ret = makeMutClosure(arg0, arg1, 292, __wbg_adapter_60);
|
|
4912
4912
|
return addHeapObject(ret);
|
|
4913
4913
|
};
|
|
4914
4914
|
|
|
4915
|
-
module.exports.
|
|
4916
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4915
|
+
module.exports.__wbindgen_closure_wrapper6166 = function (arg0, arg1, arg2) {
|
|
4916
|
+
const ret = makeMutClosure(arg0, arg1, 317, __wbg_adapter_60);
|
|
4917
4917
|
return addHeapObject(ret);
|
|
4918
4918
|
};
|
|
4919
4919
|
|
|
4920
|
-
module.exports.
|
|
4921
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4920
|
+
module.exports.__wbindgen_closure_wrapper6545 = function (arg0, arg1, arg2) {
|
|
4921
|
+
const ret = makeMutClosure(arg0, arg1, 340, __wbg_adapter_54);
|
|
4922
4922
|
return addHeapObject(ret);
|
|
4923
4923
|
};
|
|
4924
4924
|
|
|
Binary file
|
|
@@ -407,16 +407,16 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
|
407
407
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
408
408
|
export const __wbindgen_export_4: WebAssembly.Table;
|
|
409
409
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
410
|
-
export const
|
|
410
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h975e31b7dc4fe5c9: (
|
|
411
411
|
a: number,
|
|
412
412
|
b: number,
|
|
413
413
|
c: number,
|
|
414
|
-
d: number,
|
|
415
414
|
) => void;
|
|
416
|
-
export const
|
|
415
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h52600fe0adb0303d: (
|
|
417
416
|
a: number,
|
|
418
417
|
b: number,
|
|
419
418
|
c: number,
|
|
419
|
+
d: number,
|
|
420
420
|
) => void;
|
|
421
421
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e: (
|
|
422
422
|
a: number,
|