@bitwarden/sdk-internal 0.2.0-main.227 → 0.2.0-main.229
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 +5 -5
- 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 +5 -5
- 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
|
@@ -3432,7 +3432,7 @@ module.exports.__wbg_get_b9b93047fe3cf45b = function (arg0, arg1) {
|
|
|
3432
3432
|
return addHeapObject(ret);
|
|
3433
3433
|
};
|
|
3434
3434
|
|
|
3435
|
-
module.exports.
|
|
3435
|
+
module.exports.__wbg_get_fe917600c25457c2 = function () {
|
|
3436
3436
|
return handleError(function (arg0, arg1, arg2) {
|
|
3437
3437
|
let deferred0_0;
|
|
3438
3438
|
let deferred0_1;
|
|
@@ -3447,7 +3447,7 @@ module.exports.__wbg_get_d1ac75c9c3657dc2 = function () {
|
|
|
3447
3447
|
}, arguments);
|
|
3448
3448
|
};
|
|
3449
3449
|
|
|
3450
|
-
module.exports.
|
|
3450
|
+
module.exports.__wbg_getaccesstoken_e44f91b42cb575e2 = 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_eafc5f030208107f = 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_bb4fb48d2c31113a = function () {
|
|
3733
3733
|
return handleError(function (arg0, arg1, arg2) {
|
|
3734
3734
|
let deferred0_0;
|
|
3735
3735
|
let deferred0_1;
|
|
@@ -3780,7 +3780,7 @@ module.exports.__wbg_set_65595bdd868b3009 = function (arg0, arg1, arg2) {
|
|
|
3780
3780
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3781
3781
|
};
|
|
3782
3782
|
|
|
3783
|
-
module.exports.
|
|
3783
|
+
module.exports.__wbg_set_994721b27fa7ad6e = function () {
|
|
3784
3784
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3785
3785
|
let deferred0_0;
|
|
3786
3786
|
let deferred0_1;
|
|
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;
|