@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
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
91f6fe587a1444a8eb8ed069f27836b8fa62554f
|
|
@@ -3409,19 +3409,7 @@ export function __wbg_getTime_46267b1c24877e30(arg0) {
|
|
|
3409
3409
|
return ret;
|
|
3410
3410
|
}
|
|
3411
3411
|
|
|
3412
|
-
export function
|
|
3413
|
-
return handleError(function (arg0, arg1) {
|
|
3414
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3415
|
-
return addHeapObject(ret);
|
|
3416
|
-
}, arguments);
|
|
3417
|
-
}
|
|
3418
|
-
|
|
3419
|
-
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
3420
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3421
|
-
return addHeapObject(ret);
|
|
3422
|
-
}
|
|
3423
|
-
|
|
3424
|
-
export function __wbg_get_d1ac75c9c3657dc2() {
|
|
3412
|
+
export function __wbg_get_120c6cc3d0f1b0fd() {
|
|
3425
3413
|
return handleError(function (arg0, arg1, arg2) {
|
|
3426
3414
|
let deferred0_0;
|
|
3427
3415
|
let deferred0_1;
|
|
@@ -3436,7 +3424,19 @@ export function __wbg_get_d1ac75c9c3657dc2() {
|
|
|
3436
3424
|
}, arguments);
|
|
3437
3425
|
}
|
|
3438
3426
|
|
|
3439
|
-
export function
|
|
3427
|
+
export function __wbg_get_67b2ba62fc30de12() {
|
|
3428
|
+
return handleError(function (arg0, arg1) {
|
|
3429
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
3430
|
+
return addHeapObject(ret);
|
|
3431
|
+
}, arguments);
|
|
3432
|
+
}
|
|
3433
|
+
|
|
3434
|
+
export function __wbg_get_b9b93047fe3cf45b(arg0, arg1) {
|
|
3435
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
3436
|
+
return addHeapObject(ret);
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
export function __wbg_getaccesstoken_c105a68f9fd5bdb2(arg0) {
|
|
3440
3440
|
const ret = getObject(arg0).get_access_token();
|
|
3441
3441
|
return addHeapObject(ret);
|
|
3442
3442
|
}
|
|
@@ -3541,7 +3541,7 @@ export function __wbg_length_e2d2a49132c1b256(arg0) {
|
|
|
3541
3541
|
return ret;
|
|
3542
3542
|
}
|
|
3543
3543
|
|
|
3544
|
-
export function
|
|
3544
|
+
export function __wbg_list_a0d7aae8d7c82da2() {
|
|
3545
3545
|
return handleError(function (arg0) {
|
|
3546
3546
|
const ret = getObject(arg0).list();
|
|
3547
3547
|
return addHeapObject(ret);
|
|
@@ -3718,7 +3718,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
3718
3718
|
}, arguments);
|
|
3719
3719
|
}
|
|
3720
3720
|
|
|
3721
|
-
export function
|
|
3721
|
+
export function __wbg_remove_e29cc41a2c391372() {
|
|
3722
3722
|
return handleError(function (arg0, arg1, arg2) {
|
|
3723
3723
|
let deferred0_0;
|
|
3724
3724
|
let deferred0_1;
|
|
@@ -3757,19 +3757,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
3757
3757
|
return addHeapObject(ret);
|
|
3758
3758
|
}
|
|
3759
3759
|
|
|
3760
|
-
export function
|
|
3761
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
|
-
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
3765
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3766
|
-
}
|
|
3767
|
-
|
|
3768
|
-
export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
|
3769
|
-
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3770
|
-
}
|
|
3771
|
-
|
|
3772
|
-
export function __wbg_set_9b96b6509594d7ff() {
|
|
3760
|
+
export function __wbg_set_0fa06fdbae8d1f02() {
|
|
3773
3761
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
3774
3762
|
let deferred0_0;
|
|
3775
3763
|
let deferred0_1;
|
|
@@ -3784,6 +3772,18 @@ export function __wbg_set_9b96b6509594d7ff() {
|
|
|
3784
3772
|
}, arguments);
|
|
3785
3773
|
}
|
|
3786
3774
|
|
|
3775
|
+
export function __wbg_set_37837023f3d740e8(arg0, arg1, arg2) {
|
|
3776
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3779
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
3780
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
3781
|
+
}
|
|
3782
|
+
|
|
3783
|
+
export function __wbg_set_65595bdd868b3009(arg0, arg1, arg2) {
|
|
3784
|
+
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3787
3787
|
export function __wbg_setbody_5923b78a95eedf29(arg0, arg1) {
|
|
3788
3788
|
getObject(arg0).body = getObject(arg1);
|
|
3789
3789
|
}
|
|
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;
|