@bitwarden/sdk-internal 0.2.0-main.310 → 0.2.0-main.311
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 +31 -31
- 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 +31 -31
- 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
|
+
d0262d3e820f1aa3c843cb0ce24d262492d76eff
|
|
@@ -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__h8793204fba40d2ad(
|
|
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__h29633be7d6a79170(
|
|
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__h1357e1fddec762f2(
|
|
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,
|
|
@@ -4141,7 +4141,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
|
4141
4141
|
return ret;
|
|
4142
4142
|
}
|
|
4143
4143
|
|
|
4144
|
-
export function
|
|
4144
|
+
export function __wbg_get_3dca5935651f1080() {
|
|
4145
4145
|
return handleError(function (arg0, arg1, arg2) {
|
|
4146
4146
|
let deferred0_0;
|
|
4147
4147
|
let deferred0_1;
|
|
@@ -4156,14 +4156,7 @@ export function __wbg_get_3a409a7dafd3e832() {
|
|
|
4156
4156
|
}, arguments);
|
|
4157
4157
|
}
|
|
4158
4158
|
|
|
4159
|
-
export function
|
|
4160
|
-
return handleError(function (arg0, arg1) {
|
|
4161
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4162
|
-
return addHeapObject(ret);
|
|
4163
|
-
}, arguments);
|
|
4164
|
-
}
|
|
4165
|
-
|
|
4166
|
-
export function __wbg_get_95a0582c46fd0c96() {
|
|
4159
|
+
export function __wbg_get_6085e06bb064bc86() {
|
|
4167
4160
|
return handleError(function (arg0, arg1, arg2) {
|
|
4168
4161
|
let deferred0_0;
|
|
4169
4162
|
let deferred0_1;
|
|
@@ -4178,12 +4171,19 @@ export function __wbg_get_95a0582c46fd0c96() {
|
|
|
4178
4171
|
}, arguments);
|
|
4179
4172
|
}
|
|
4180
4173
|
|
|
4174
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
|
4175
|
+
return handleError(function (arg0, arg1) {
|
|
4176
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
4177
|
+
return addHeapObject(ret);
|
|
4178
|
+
}, arguments);
|
|
4179
|
+
}
|
|
4180
|
+
|
|
4181
4181
|
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
4182
4182
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4183
4183
|
return addHeapObject(ret);
|
|
4184
4184
|
}
|
|
4185
4185
|
|
|
4186
|
-
export function
|
|
4186
|
+
export function __wbg_getaccesstoken_bfde4d326f7d5724(arg0) {
|
|
4187
4187
|
const ret = getObject(arg0).get_access_token();
|
|
4188
4188
|
return addHeapObject(ret);
|
|
4189
4189
|
}
|
|
@@ -4368,14 +4368,14 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
|
|
|
4368
4368
|
return ret;
|
|
4369
4369
|
}
|
|
4370
4370
|
|
|
4371
|
-
export function
|
|
4371
|
+
export function __wbg_list_4e5c8ac8d5ef92c5() {
|
|
4372
4372
|
return handleError(function (arg0) {
|
|
4373
4373
|
const ret = getObject(arg0).list();
|
|
4374
4374
|
return addHeapObject(ret);
|
|
4375
4375
|
}, arguments);
|
|
4376
4376
|
}
|
|
4377
4377
|
|
|
4378
|
-
export function
|
|
4378
|
+
export function __wbg_list_6040e191bbb6453c() {
|
|
4379
4379
|
return handleError(function (arg0) {
|
|
4380
4380
|
const ret = getObject(arg0).list();
|
|
4381
4381
|
return addHeapObject(ret);
|
|
@@ -4576,7 +4576,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
4576
4576
|
}, arguments);
|
|
4577
4577
|
}
|
|
4578
4578
|
|
|
4579
|
-
export function
|
|
4579
|
+
export function __wbg_remove_15be877a4b0d43bf() {
|
|
4580
4580
|
return handleError(function (arg0, arg1, arg2) {
|
|
4581
4581
|
let deferred0_0;
|
|
4582
4582
|
let deferred0_1;
|
|
@@ -4591,7 +4591,7 @@ export function __wbg_remove_975abb7a03360aba() {
|
|
|
4591
4591
|
}, arguments);
|
|
4592
4592
|
}
|
|
4593
4593
|
|
|
4594
|
-
export function
|
|
4594
|
+
export function __wbg_remove_bc854a655eb9f040() {
|
|
4595
4595
|
return handleError(function (arg0, arg1, arg2) {
|
|
4596
4596
|
let deferred0_0;
|
|
4597
4597
|
let deferred0_1;
|
|
@@ -4645,7 +4645,7 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
|
4645
4645
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
4646
4646
|
}
|
|
4647
4647
|
|
|
4648
|
-
export function
|
|
4648
|
+
export function __wbg_set_533ebe5f1c6148b9() {
|
|
4649
4649
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4650
4650
|
let deferred0_0;
|
|
4651
4651
|
let deferred0_1;
|
|
@@ -4669,7 +4669,7 @@ export function __wbg_set_8fc6bf8a5b1071d1(arg0, arg1, arg2) {
|
|
|
4669
4669
|
return addHeapObject(ret);
|
|
4670
4670
|
}
|
|
4671
4671
|
|
|
4672
|
-
export function
|
|
4672
|
+
export function __wbg_set_afa0c46c90c00eb5() {
|
|
4673
4673
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4674
4674
|
let deferred0_0;
|
|
4675
4675
|
let deferred0_1;
|
|
@@ -4894,28 +4894,28 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
4894
4894
|
return ret;
|
|
4895
4895
|
}
|
|
4896
4896
|
|
|
4897
|
-
export function
|
|
4897
|
+
export function __wbindgen_closure_wrapper193(arg0, arg1, arg2) {
|
|
4898
4898
|
const ret = makeMutClosure(arg0, arg1, 7, __wbg_adapter_54);
|
|
4899
4899
|
return addHeapObject(ret);
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
|
-
export function
|
|
4902
|
+
export function __wbindgen_closure_wrapper195(arg0, arg1, arg2) {
|
|
4903
4903
|
const ret = makeMutClosure(arg0, arg1, 7, __wbg_adapter_57);
|
|
4904
4904
|
return addHeapObject(ret);
|
|
4905
4905
|
}
|
|
4906
4906
|
|
|
4907
|
-
export function
|
|
4907
|
+
export function __wbindgen_closure_wrapper3797(arg0, arg1, arg2) {
|
|
4908
4908
|
const ret = makeMutClosure(arg0, arg1, 294, __wbg_adapter_60);
|
|
4909
4909
|
return addHeapObject(ret);
|
|
4910
4910
|
}
|
|
4911
4911
|
|
|
4912
|
-
export function
|
|
4912
|
+
export function __wbindgen_closure_wrapper6144(arg0, arg1, arg2) {
|
|
4913
4913
|
const ret = makeMutClosure(arg0, arg1, 319, __wbg_adapter_60);
|
|
4914
4914
|
return addHeapObject(ret);
|
|
4915
4915
|
}
|
|
4916
4916
|
|
|
4917
|
-
export function
|
|
4918
|
-
const ret = makeMutClosure(arg0, arg1, 342,
|
|
4917
|
+
export function __wbindgen_closure_wrapper6529(arg0, arg1, arg2) {
|
|
4918
|
+
const ret = makeMutClosure(arg0, arg1, 342, __wbg_adapter_54);
|
|
4919
4919
|
return addHeapObject(ret);
|
|
4920
4920
|
}
|
|
4921
4921
|
|
|
Binary file
|
|
@@ -408,16 +408,16 @@ export const __wbindgen_exn_store: (a: number) => void;
|
|
|
408
408
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
409
409
|
export const __wbindgen_export_4: WebAssembly.Table;
|
|
410
410
|
export const __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
411
|
-
export const
|
|
411
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8793204fba40d2ad: (
|
|
412
412
|
a: number,
|
|
413
413
|
b: number,
|
|
414
414
|
c: number,
|
|
415
|
-
d: number,
|
|
416
415
|
) => void;
|
|
417
|
-
export const
|
|
416
|
+
export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h29633be7d6a79170: (
|
|
418
417
|
a: number,
|
|
419
418
|
b: number,
|
|
420
419
|
c: number,
|
|
420
|
+
d: number,
|
|
421
421
|
) => void;
|
|
422
422
|
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h091423ccfc08366e: (
|
|
423
423
|
a: number,
|