@bitwarden/sdk-internal 0.2.0-main.235 → 0.2.0-main.236
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 +1 -1
- 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 +1 -1
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
e6b15dc49f77c2cecd54dd96a7b852aacdbf0878
|
|
@@ -3596,7 +3596,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
|
3596
3596
|
return ret;
|
|
3597
3597
|
}
|
|
3598
3598
|
|
|
3599
|
-
export function
|
|
3599
|
+
export function __wbg_get_3a1427c0878724ca() {
|
|
3600
3600
|
return handleError(function (arg0, arg1, arg2) {
|
|
3601
3601
|
let deferred0_0;
|
|
3602
3602
|
let deferred0_1;
|
|
@@ -3611,7 +3611,19 @@ export function __wbg_get_0cadee1906808c79() {
|
|
|
3611
3611
|
}, arguments);
|
|
3612
3612
|
}
|
|
3613
3613
|
|
|
3614
|
-
export function
|
|
3614
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
|
3615
|
+
return handleError(function (arg0, arg1) {
|
|
3616
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3617
|
+
return addHeapObject(ret);
|
|
3618
|
+
}, arguments);
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3621
|
+
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
3622
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3623
|
+
return addHeapObject(ret);
|
|
3624
|
+
}
|
|
3625
|
+
|
|
3626
|
+
export function __wbg_get_d3918b747669680e() {
|
|
3615
3627
|
return handleError(function (arg0, arg1, arg2) {
|
|
3616
3628
|
let deferred0_0;
|
|
3617
3629
|
let deferred0_1;
|
|
@@ -3626,19 +3638,7 @@ export function __wbg_get_4b0b3ed275354e7d() {
|
|
|
3626
3638
|
}, arguments);
|
|
3627
3639
|
}
|
|
3628
3640
|
|
|
3629
|
-
export function
|
|
3630
|
-
return handleError(function (arg0, arg1) {
|
|
3631
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3632
|
-
return addHeapObject(ret);
|
|
3633
|
-
}, arguments);
|
|
3634
|
-
}
|
|
3635
|
-
|
|
3636
|
-
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
3637
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3638
|
-
return addHeapObject(ret);
|
|
3639
|
-
}
|
|
3640
|
-
|
|
3641
|
-
export function __wbg_getaccesstoken_b58303a84b075766(arg0) {
|
|
3641
|
+
export function __wbg_getaccesstoken_368ac8de578928a1(arg0) {
|
|
3642
3642
|
const ret = getObject(arg0).get_access_token();
|
|
3643
3643
|
return addHeapObject(ret);
|
|
3644
3644
|
}
|
|
@@ -3743,14 +3743,14 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
|
|
|
3743
3743
|
return ret;
|
|
3744
3744
|
}
|
|
3745
3745
|
|
|
3746
|
-
export function
|
|
3746
|
+
export function __wbg_list_0bc2f30bffa46b6b() {
|
|
3747
3747
|
return handleError(function (arg0) {
|
|
3748
3748
|
const ret = getObject(arg0).list();
|
|
3749
3749
|
return addHeapObject(ret);
|
|
3750
3750
|
}, arguments);
|
|
3751
3751
|
}
|
|
3752
3752
|
|
|
3753
|
-
export function
|
|
3753
|
+
export function __wbg_list_4281332352a38a9b() {
|
|
3754
3754
|
return handleError(function (arg0) {
|
|
3755
3755
|
const ret = getObject(arg0).list();
|
|
3756
3756
|
return addHeapObject(ret);
|
|
@@ -3927,7 +3927,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
3927
3927
|
}, arguments);
|
|
3928
3928
|
}
|
|
3929
3929
|
|
|
3930
|
-
export function
|
|
3930
|
+
export function __wbg_remove_13f511741431214a() {
|
|
3931
3931
|
return handleError(function (arg0, arg1, arg2) {
|
|
3932
3932
|
let deferred0_0;
|
|
3933
3933
|
let deferred0_1;
|
|
@@ -3942,7 +3942,7 @@ export function __wbg_remove_91cfed2de422d072() {
|
|
|
3942
3942
|
}, arguments);
|
|
3943
3943
|
}
|
|
3944
3944
|
|
|
3945
|
-
export function
|
|
3945
|
+
export function __wbg_remove_c8cddb25ca91329c() {
|
|
3946
3946
|
return handleError(function (arg0, arg1, arg2) {
|
|
3947
3947
|
let deferred0_0;
|
|
3948
3948
|
let deferred0_1;
|
|
@@ -3981,7 +3981,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
3981
3981
|
return addHeapObject(ret);
|
|
3982
3982
|
}
|
|
3983
3983
|
|
|
3984
|
-
export function
|
|
3984
|
+
export function __wbg_set_0b7a3fe7f70573c5() {
|
|
3985
3985
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3986
3986
|
let deferred0_0;
|
|
3987
3987
|
let deferred0_1;
|
|
@@ -3996,7 +3996,19 @@ export function __wbg_set_240df6b209d9fff7() {
|
|
|
3996
3996
|
}, arguments);
|
|
3997
3997
|
}
|
|
3998
3998
|
|
|
3999
|
-
export function
|
|
3999
|
+
export function __wbg_set_37837023f3d740e8(arg0, arg1, arg2) {
|
|
4000
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
4001
|
+
}
|
|
4002
|
+
|
|
4003
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
4004
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
4005
|
+
}
|
|
4006
|
+
|
|
4007
|
+
export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
|
4008
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
export function __wbg_set_c3bb1dc8c40a7b27() {
|
|
4000
4012
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4001
4013
|
let deferred0_0;
|
|
4002
4014
|
let deferred0_1;
|
|
@@ -4011,18 +4023,6 @@ export function __wbg_set_371c14d6e3b20a42() {
|
|
|
4011
4023
|
}, arguments);
|
|
4012
4024
|
}
|
|
4013
4025
|
|
|
4014
|
-
export function __wbg_set_37837023f3d740e8(arg0, arg1, arg2) {
|
|
4015
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
4016
|
-
}
|
|
4017
|
-
|
|
4018
|
-
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
4019
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
4020
|
-
}
|
|
4021
|
-
|
|
4022
|
-
export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
|
4023
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
4024
|
-
}
|
|
4025
|
-
|
|
4026
4026
|
export function __wbg_setbody_5923b78a95eedf29(arg0, arg1) {
|
|
4027
4027
|
getObject(arg0).body = getObject(arg1);
|
|
4028
4028
|
}
|
|
@@ -4211,18 +4211,18 @@ export function __wbindgen_cb_drop(arg0) {
|
|
|
4211
4211
|
return ret;
|
|
4212
4212
|
}
|
|
4213
4213
|
|
|
4214
|
-
export function
|
|
4215
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4214
|
+
export function __wbindgen_closure_wrapper3188(arg0, arg1, arg2) {
|
|
4215
|
+
const ret = makeMutClosure(arg0, arg1, 254, __wbg_adapter_54);
|
|
4216
4216
|
return addHeapObject(ret);
|
|
4217
4217
|
}
|
|
4218
4218
|
|
|
4219
|
-
export function
|
|
4220
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4219
|
+
export function __wbindgen_closure_wrapper5430(arg0, arg1, arg2) {
|
|
4220
|
+
const ret = makeMutClosure(arg0, arg1, 279, __wbg_adapter_54);
|
|
4221
4221
|
return addHeapObject(ret);
|
|
4222
4222
|
}
|
|
4223
4223
|
|
|
4224
|
-
export function
|
|
4225
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4224
|
+
export function __wbindgen_closure_wrapper5789(arg0, arg1, arg2) {
|
|
4225
|
+
const ret = makeMutClosure(arg0, arg1, 304, __wbg_adapter_59);
|
|
4226
4226
|
return addHeapObject(ret);
|
|
4227
4227
|
}
|
|
4228
4228
|
|
|
Binary file
|
|
@@ -219,6 +219,7 @@ export const exporterclient_export_cxf: (
|
|
|
219
219
|
) => void;
|
|
220
220
|
export const exporterclient_import_cxf: (a: number, b: number, c: number, d: number) => void;
|
|
221
221
|
export const isExportError: (a: number) => number;
|
|
222
|
+
export const __wbg_generatorclient_free: (a: number, b: number) => void;
|
|
222
223
|
export const generatorclient_password: (a: number, b: number, c: number) => void;
|
|
223
224
|
export const generatorclient_passphrase: (a: number, b: number, c: number) => void;
|
|
224
225
|
export const isUsernameError: (a: number) => number;
|
|
@@ -351,7 +352,6 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
351
352
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
352
353
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
353
354
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
354
|
-
export const __wbg_generatorclient_free: (a: number, b: number) => void;
|
|
355
355
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
356
356
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
357
357
|
export const __wbindgen_exn_store: (a: number) => void;
|