@bitwarden/sdk-internal 0.2.0-main.227 → 0.2.0-main.228
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 +29 -29
- 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 +29 -29
- 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
|
@@ -3420,19 +3420,7 @@ module.exports.__wbg_getTime_46267b1c24877e30 = function (arg0) {
|
|
|
3420
3420
|
return ret;
|
|
3421
3421
|
};
|
|
3422
3422
|
|
|
3423
|
-
module.exports.
|
|
3424
|
-
return handleError(function (arg0, arg1) {
|
|
3425
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3426
|
-
return addHeapObject(ret);
|
|
3427
|
-
}, arguments);
|
|
3428
|
-
};
|
|
3429
|
-
|
|
3430
|
-
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
3431
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3432
|
-
return addHeapObject(ret);
|
|
3433
|
-
};
|
|
3434
|
-
|
|
3435
|
-
module.exports.__wbg_get_d1ac75c9c3657dc2 = function () {
|
|
3423
|
+
module.exports.__wbg_get_120c6cc3d0f1b0fd = function () {
|
|
3436
3424
|
return handleError(function (arg0, arg1, arg2) {
|
|
3437
3425
|
let deferred0_0;
|
|
3438
3426
|
let deferred0_1;
|
|
@@ -3447,7 +3435,19 @@ module.exports.__wbg_get_d1ac75c9c3657dc2 = function () {
|
|
|
3447
3435
|
}, arguments);
|
|
3448
3436
|
};
|
|
3449
3437
|
|
|
3450
|
-
module.exports.
|
|
3438
|
+
module.exports.__wbg_get_67b2ba62fc30de12 = function () {
|
|
3439
|
+
return handleError(function (arg0, arg1) {
|
|
3440
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3441
|
+
return addHeapObject(ret);
|
|
3442
|
+
}, arguments);
|
|
3443
|
+
};
|
|
3444
|
+
|
|
3445
|
+
module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
3446
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3447
|
+
return addHeapObject(ret);
|
|
3448
|
+
};
|
|
3449
|
+
|
|
3450
|
+
module.exports.__wbg_getaccesstoken_c105a68f9fd5bdb2 = function (arg0) {
|
|
3451
3451
|
const ret = getObject(arg0).get_access_token();
|
|
3452
3452
|
return addHeapObject(ret);
|
|
3453
3453
|
};
|
|
@@ -3552,7 +3552,7 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function (arg0) {
|
|
|
3552
3552
|
return ret;
|
|
3553
3553
|
};
|
|
3554
3554
|
|
|
3555
|
-
module.exports.
|
|
3555
|
+
module.exports.__wbg_list_a0d7aae8d7c82da2 = function () {
|
|
3556
3556
|
return handleError(function (arg0) {
|
|
3557
3557
|
const ret = getObject(arg0).list();
|
|
3558
3558
|
return addHeapObject(ret);
|
|
@@ -3729,7 +3729,7 @@ module.exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
3729
3729
|
}, arguments);
|
|
3730
3730
|
};
|
|
3731
3731
|
|
|
3732
|
-
module.exports.
|
|
3732
|
+
module.exports.__wbg_remove_e29cc41a2c391372 = function () {
|
|
3733
3733
|
return handleError(function (arg0, arg1, arg2) {
|
|
3734
3734
|
let deferred0_0;
|
|
3735
3735
|
let deferred0_1;
|
|
@@ -3768,19 +3768,7 @@ module.exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
3768
3768
|
return addHeapObject(ret);
|
|
3769
3769
|
};
|
|
3770
3770
|
|
|
3771
|
-
module.exports.
|
|
3772
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
3773
|
-
};
|
|
3774
|
-
|
|
3775
|
-
module.exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
3776
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3777
|
-
};
|
|
3778
|
-
|
|
3779
|
-
module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
3780
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3781
|
-
};
|
|
3782
|
-
|
|
3783
|
-
module.exports.__wbg_set_9b96b6509594d7ff = function () {
|
|
3771
|
+
module.exports.__wbg_set_0fa06fdbae8d1f02 = function () {
|
|
3784
3772
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3785
3773
|
let deferred0_0;
|
|
3786
3774
|
let deferred0_1;
|
|
@@ -3795,6 +3783,18 @@ module.exports.__wbg_set_9b96b6509594d7ff = function () {
|
|
|
3795
3783
|
}, arguments);
|
|
3796
3784
|
};
|
|
3797
3785
|
|
|
3786
|
+
module.exports.__wbg_set_37837023f3d740e8 = function (arg0, arg1, arg2) {
|
|
3787
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
3788
|
+
};
|
|
3789
|
+
|
|
3790
|
+
module.exports.__wbg_set_3f1d0b984ed272ed = function (arg0, arg1, arg2) {
|
|
3791
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3792
|
+
};
|
|
3793
|
+
|
|
3794
|
+
module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
3795
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3796
|
+
};
|
|
3797
|
+
|
|
3798
3798
|
module.exports.__wbg_setbody_5923b78a95eedf29 = function (arg0, arg1) {
|
|
3799
3799
|
getObject(arg0).body = getObject(arg1);
|
|
3800
3800
|
};
|
|
Binary file
|
|
@@ -336,9 +336,9 @@ export const purecrypto_unwrap_encapsulation_key: (
|
|
|
336
336
|
export const bitwardenclient_vault: (a: number) => number;
|
|
337
337
|
export const bitwardenclient_generator: (a: number) => number;
|
|
338
338
|
export const bitwardenclient_exporters: (a: number) => number;
|
|
339
|
+
export const __wbg_stateclient_free: (a: number, b: number) => void;
|
|
339
340
|
export const __wbg_platformclient_free: (a: number, b: number) => void;
|
|
340
341
|
export const platformclient_state: (a: number) => number;
|
|
341
|
-
export const __wbg_stateclient_free: (a: number, b: number) => void;
|
|
342
342
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
343
343
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
344
344
|
export const __wbindgen_exn_store: (a: number) => void;
|