@bitwarden/sdk-internal 0.2.0-main.280 → 0.2.0-main.282
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 +34 -34
- 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 +34 -34
- 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
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
d2ef415ee8610ebdcab8fe21213969e7b95b688b
|
@@ -834,9 +834,17 @@ export function isEncryptFileError(error) {
|
|
834
834
|
}
|
835
835
|
|
836
836
|
function __wbg_adapter_54(arg0, arg1, arg2) {
|
837
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h5d03b4ddfca6a7a3(
|
838
|
+
arg0,
|
839
|
+
arg1,
|
840
|
+
addHeapObject(arg2),
|
841
|
+
);
|
842
|
+
}
|
843
|
+
|
844
|
+
function __wbg_adapter_57(arg0, arg1, arg2) {
|
837
845
|
try {
|
838
846
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
839
|
-
wasm.
|
847
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h07da4e2532b777e1(
|
840
848
|
retptr,
|
841
849
|
arg0,
|
842
850
|
arg1,
|
@@ -852,14 +860,6 @@ function __wbg_adapter_54(arg0, arg1, arg2) {
|
|
852
860
|
}
|
853
861
|
}
|
854
862
|
|
855
|
-
function __wbg_adapter_57(arg0, arg1, arg2) {
|
856
|
-
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h39f908e1764ad3e2(
|
857
|
-
arg0,
|
858
|
-
arg1,
|
859
|
-
addHeapObject(arg2),
|
860
|
-
);
|
861
|
-
}
|
862
|
-
|
863
863
|
function __wbg_adapter_60(arg0, arg1) {
|
864
864
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e(
|
865
865
|
arg0,
|
@@ -4060,14 +4060,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
4060
4060
|
return ret;
|
4061
4061
|
}
|
4062
4062
|
|
4063
|
-
export function
|
4064
|
-
return handleError(function (arg0, arg1) {
|
4065
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
4066
|
-
return addHeapObject(ret);
|
4067
|
-
}, arguments);
|
4068
|
-
}
|
4069
|
-
|
4070
|
-
export function __wbg_get_b1fccf3627115881() {
|
4063
|
+
export function __wbg_get_1465631ec546a058() {
|
4071
4064
|
return handleError(function (arg0, arg1, arg2) {
|
4072
4065
|
let deferred0_0;
|
4073
4066
|
let deferred0_1;
|
@@ -4082,12 +4075,19 @@ export function __wbg_get_b1fccf3627115881() {
|
|
4082
4075
|
}, arguments);
|
4083
4076
|
}
|
4084
4077
|
|
4078
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
4079
|
+
return handleError(function (arg0, arg1) {
|
4080
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
4081
|
+
return addHeapObject(ret);
|
4082
|
+
}, arguments);
|
4083
|
+
}
|
4084
|
+
|
4085
4085
|
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
4086
4086
|
const ret = getObject(arg0)[arg1 >>> 0];
|
4087
4087
|
return addHeapObject(ret);
|
4088
4088
|
}
|
4089
4089
|
|
4090
|
-
export function
|
4090
|
+
export function __wbg_get_ba096426fbd6a8e4() {
|
4091
4091
|
return handleError(function (arg0, arg1, arg2) {
|
4092
4092
|
let deferred0_0;
|
4093
4093
|
let deferred0_1;
|
@@ -4102,7 +4102,7 @@ export function __wbg_get_c3d7582a3491a9da() {
|
|
4102
4102
|
}, arguments);
|
4103
4103
|
}
|
4104
4104
|
|
4105
|
-
export function
|
4105
|
+
export function __wbg_getaccesstoken_5d6c86140cfc6026(arg0) {
|
4106
4106
|
const ret = getObject(arg0).get_access_token();
|
4107
4107
|
return addHeapObject(ret);
|
4108
4108
|
}
|
@@ -4287,14 +4287,14 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
|
|
4287
4287
|
return ret;
|
4288
4288
|
}
|
4289
4289
|
|
4290
|
-
export function
|
4290
|
+
export function __wbg_list_5a86a41565d2141f() {
|
4291
4291
|
return handleError(function (arg0) {
|
4292
4292
|
const ret = getObject(arg0).list();
|
4293
4293
|
return addHeapObject(ret);
|
4294
4294
|
}, arguments);
|
4295
4295
|
}
|
4296
4296
|
|
4297
|
-
export function
|
4297
|
+
export function __wbg_list_6fce6804edd90c12() {
|
4298
4298
|
return handleError(function (arg0) {
|
4299
4299
|
const ret = getObject(arg0).list();
|
4300
4300
|
return addHeapObject(ret);
|
@@ -4495,7 +4495,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
4495
4495
|
}, arguments);
|
4496
4496
|
}
|
4497
4497
|
|
4498
|
-
export function
|
4498
|
+
export function __wbg_remove_462848eba1f0521b() {
|
4499
4499
|
return handleError(function (arg0, arg1, arg2) {
|
4500
4500
|
let deferred0_0;
|
4501
4501
|
let deferred0_1;
|
@@ -4510,7 +4510,7 @@ export function __wbg_remove_0721ce4493643b6f() {
|
|
4510
4510
|
}, arguments);
|
4511
4511
|
}
|
4512
4512
|
|
4513
|
-
export function
|
4513
|
+
export function __wbg_remove_f0e8101b45c1f282() {
|
4514
4514
|
return handleError(function (arg0, arg1, arg2) {
|
4515
4515
|
let deferred0_0;
|
4516
4516
|
let deferred0_1;
|
@@ -4564,11 +4564,7 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
4564
4564
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
4565
4565
|
}
|
4566
4566
|
|
4567
|
-
export function
|
4568
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
4569
|
-
}
|
4570
|
-
|
4571
|
-
export function __wbg_set_89b3333cbd64c248() {
|
4567
|
+
export function __wbg_set_4b06e01a8d174e95() {
|
4572
4568
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4573
4569
|
let deferred0_0;
|
4574
4570
|
let deferred0_1;
|
@@ -4583,12 +4579,11 @@ export function __wbg_set_89b3333cbd64c248() {
|
|
4583
4579
|
}, arguments);
|
4584
4580
|
}
|
4585
4581
|
|
4586
|
-
export function
|
4587
|
-
|
4588
|
-
return addHeapObject(ret);
|
4582
|
+
export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
4583
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
4589
4584
|
}
|
4590
4585
|
|
4591
|
-
export function
|
4586
|
+
export function __wbg_set_6c26e8a7e8e0e658() {
|
4592
4587
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4593
4588
|
let deferred0_0;
|
4594
4589
|
let deferred0_1;
|
@@ -4603,6 +4598,11 @@ export function __wbg_set_cd9fbdd1dc01cfd5() {
|
|
4603
4598
|
}, arguments);
|
4604
4599
|
}
|
4605
4600
|
|
4601
|
+
export function __wbg_set_8fc6bf8a5b1071d1(arg0, arg1, arg2) {
|
4602
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4603
|
+
return addHeapObject(ret);
|
4604
|
+
}
|
4605
|
+
|
4606
4606
|
export function __wbg_setbody_5923b78a95eedf29(arg0, arg1) {
|
4607
4607
|
getObject(arg0).body = getObject(arg1);
|
4608
4608
|
}
|
@@ -4823,7 +4823,7 @@ export function __wbindgen_closure_wrapper189(arg0, arg1, arg2) {
|
|
4823
4823
|
return addHeapObject(ret);
|
4824
4824
|
}
|
4825
4825
|
|
4826
|
-
export function
|
4826
|
+
export function __wbindgen_closure_wrapper3592(arg0, arg1, arg2) {
|
4827
4827
|
const ret = makeMutClosure(arg0, arg1, 291, __wbg_adapter_60);
|
4828
4828
|
return addHeapObject(ret);
|
4829
4829
|
}
|
@@ -4834,7 +4834,7 @@ export function __wbindgen_closure_wrapper5961(arg0, arg1, arg2) {
|
|
4834
4834
|
}
|
4835
4835
|
|
4836
4836
|
export function __wbindgen_closure_wrapper6336(arg0, arg1, arg2) {
|
4837
|
-
const ret = makeMutClosure(arg0, arg1, 340,
|
4837
|
+
const ret = makeMutClosure(arg0, arg1, 340, __wbg_adapter_54);
|
4838
4838
|
return addHeapObject(ret);
|
4839
4839
|
}
|
4840
4840
|
|
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,
|