@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
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
5658d61f55255c987e60f50c2f08d8864a37d8ab
|
@@ -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__hb3d7232059e1cc02(
|
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,7 +4060,14 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
4060
4060
|
return ret;
|
4061
4061
|
}
|
4062
4062
|
|
4063
|
-
export function
|
4063
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
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_a6c01a5581b5644a() {
|
4064
4071
|
return handleError(function (arg0, arg1, arg2) {
|
4065
4072
|
let deferred0_0;
|
4066
4073
|
let deferred0_1;
|
@@ -4075,14 +4082,12 @@ export function __wbg_get_131521a4bf4eb09a() {
|
|
4075
4082
|
}, arguments);
|
4076
4083
|
}
|
4077
4084
|
|
4078
|
-
export function
|
4079
|
-
|
4080
|
-
|
4081
|
-
return addHeapObject(ret);
|
4082
|
-
}, arguments);
|
4085
|
+
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
4086
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
4087
|
+
return addHeapObject(ret);
|
4083
4088
|
}
|
4084
4089
|
|
4085
|
-
export function
|
4090
|
+
export function __wbg_get_c8aa4f0ab3e541ed() {
|
4086
4091
|
return handleError(function (arg0, arg1, arg2) {
|
4087
4092
|
let deferred0_0;
|
4088
4093
|
let deferred0_1;
|
@@ -4097,12 +4102,7 @@ export function __wbg_get_8cf8df9b61fa0898() {
|
|
4097
4102
|
}, arguments);
|
4098
4103
|
}
|
4099
4104
|
|
4100
|
-
export function
|
4101
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
4102
|
-
return addHeapObject(ret);
|
4103
|
-
}
|
4104
|
-
|
4105
|
-
export function __wbg_getaccesstoken_8cecbb667dda869a(arg0) {
|
4105
|
+
export function __wbg_getaccesstoken_51c24a23f0b8a787(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_17a7c3e9b2caa5bc() {
|
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_6f4f9a0c9e21a278() {
|
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_1bf4eb08fc93f2fe() {
|
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_4c3199779b00adb9() {
|
|
4510
4510
|
}, arguments);
|
4511
4511
|
}
|
4512
4512
|
|
4513
|
-
export function
|
4513
|
+
export function __wbg_remove_6b57572543e37d08() {
|
4514
4514
|
return handleError(function (arg0, arg1, arg2) {
|
4515
4515
|
let deferred0_0;
|
4516
4516
|
let deferred0_1;
|
@@ -4568,12 +4568,7 @@ export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
|
4568
4568
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
4569
4569
|
}
|
4570
4570
|
|
4571
|
-
export function
|
4572
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4573
|
-
return addHeapObject(ret);
|
4574
|
-
}
|
4575
|
-
|
4576
|
-
export function __wbg_set_a4322f830239fb94() {
|
4571
|
+
export function __wbg_set_8d3eb7efdd2515dd() {
|
4577
4572
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4578
4573
|
let deferred0_0;
|
4579
4574
|
let deferred0_1;
|
@@ -4588,7 +4583,12 @@ export function __wbg_set_a4322f830239fb94() {
|
|
4588
4583
|
}, arguments);
|
4589
4584
|
}
|
4590
4585
|
|
4591
|
-
export function
|
4586
|
+
export function __wbg_set_8fc6bf8a5b1071d1(arg0, arg1, arg2) {
|
4587
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
4588
|
+
return addHeapObject(ret);
|
4589
|
+
}
|
4590
|
+
|
4591
|
+
export function __wbg_set_f92aeedae517fb60() {
|
4592
4592
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
4593
4593
|
let deferred0_0;
|
4594
4594
|
let deferred0_1;
|
@@ -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,
|