@bitwarden/sdk-internal 0.2.0-main.452 → 0.2.0-main.454
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 +40 -40
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +32 -32
- 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
|
+
068685c2b307083048dda1dc3153afec375e6095
|
|
@@ -990,14 +990,6 @@ function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg
|
|
|
990
990
|
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
991
991
|
}
|
|
992
992
|
|
|
993
|
-
function wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560(arg0, arg1, arg2) {
|
|
994
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560(
|
|
995
|
-
arg0,
|
|
996
|
-
arg1,
|
|
997
|
-
addHeapObject(arg2),
|
|
998
|
-
);
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
993
|
function wasm_bindgen__convert__closures_____invoke__hbae79a1adccf1d8c(arg0, arg1, arg2) {
|
|
1002
994
|
try {
|
|
1003
995
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1017,6 +1009,14 @@ function wasm_bindgen__convert__closures_____invoke__hbae79a1adccf1d8c(arg0, arg
|
|
|
1017
1009
|
}
|
|
1018
1010
|
}
|
|
1019
1011
|
|
|
1012
|
+
function wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560(arg0, arg1, arg2) {
|
|
1013
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560(
|
|
1014
|
+
arg0,
|
|
1015
|
+
arg1,
|
|
1016
|
+
addHeapObject(arg2),
|
|
1017
|
+
);
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
1020
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1021
1021
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(
|
|
1022
1022
|
arg0,
|
|
@@ -4850,7 +4850,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4850
4850
|
}, arguments);
|
|
4851
4851
|
}
|
|
4852
4852
|
|
|
4853
|
-
export function
|
|
4853
|
+
export function __wbg_cipher_eb51443fb3a50558(arg0) {
|
|
4854
4854
|
const ret = getObject(arg0).cipher;
|
|
4855
4855
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4856
4856
|
}
|
|
@@ -4943,7 +4943,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4943
4943
|
return addHeapObject(ret);
|
|
4944
4944
|
}
|
|
4945
4945
|
|
|
4946
|
-
export function
|
|
4946
|
+
export function __wbg_folder_2128767647637eb8(arg0) {
|
|
4947
4947
|
const ret = getObject(arg0).folder;
|
|
4948
4948
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4949
4949
|
}
|
|
@@ -4976,7 +4976,12 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4976
4976
|
return ret;
|
|
4977
4977
|
}
|
|
4978
4978
|
|
|
4979
|
-
export function
|
|
4979
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4980
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4981
|
+
return addHeapObject(ret);
|
|
4982
|
+
}
|
|
4983
|
+
|
|
4984
|
+
export function __wbg_get_9feefc8da5157d26() {
|
|
4980
4985
|
return handleError(function (arg0, arg1, arg2) {
|
|
4981
4986
|
let deferred0_0;
|
|
4982
4987
|
let deferred0_1;
|
|
@@ -4991,7 +4996,19 @@ export function __wbg_get_3969e1377b90fc5d() {
|
|
|
4991
4996
|
}, arguments);
|
|
4992
4997
|
}
|
|
4993
4998
|
|
|
4994
|
-
export function
|
|
4999
|
+
export function __wbg_get_access_token_ff7a2b3b7f8d06b8(arg0) {
|
|
5000
|
+
const ret = getObject(arg0).get_access_token();
|
|
5001
|
+
return addHeapObject(ret);
|
|
5002
|
+
}
|
|
5003
|
+
|
|
5004
|
+
export function __wbg_get_efcb449f58ec27c2() {
|
|
5005
|
+
return handleError(function (arg0, arg1) {
|
|
5006
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
5007
|
+
return addHeapObject(ret);
|
|
5008
|
+
}, arguments);
|
|
5009
|
+
}
|
|
5010
|
+
|
|
5011
|
+
export function __wbg_get_f1344f8000bafe6d() {
|
|
4995
5012
|
return handleError(function (arg0, arg1, arg2) {
|
|
4996
5013
|
let deferred0_0;
|
|
4997
5014
|
let deferred0_1;
|
|
@@ -5006,23 +5023,6 @@ export function __wbg_get_42c1c8a1b405bc1a() {
|
|
|
5006
5023
|
}, arguments);
|
|
5007
5024
|
}
|
|
5008
5025
|
|
|
5009
|
-
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
5010
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5011
|
-
return addHeapObject(ret);
|
|
5012
|
-
}
|
|
5013
|
-
|
|
5014
|
-
export function __wbg_get_access_token_1aca3db966efcba7(arg0) {
|
|
5015
|
-
const ret = getObject(arg0).get_access_token();
|
|
5016
|
-
return addHeapObject(ret);
|
|
5017
|
-
}
|
|
5018
|
-
|
|
5019
|
-
export function __wbg_get_efcb449f58ec27c2() {
|
|
5020
|
-
return handleError(function (arg0, arg1) {
|
|
5021
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
5022
|
-
return addHeapObject(ret);
|
|
5023
|
-
}, arguments);
|
|
5024
|
-
}
|
|
5025
|
-
|
|
5026
5026
|
export function __wbg_get_with_ref_key_1dc361bd10053bfe(arg0, arg1) {
|
|
5027
5027
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
5028
5028
|
return addHeapObject(ret);
|
|
@@ -5207,14 +5207,14 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5207
5207
|
return ret;
|
|
5208
5208
|
}
|
|
5209
5209
|
|
|
5210
|
-
export function
|
|
5210
|
+
export function __wbg_list_b52dc087a89f90ca() {
|
|
5211
5211
|
return handleError(function (arg0) {
|
|
5212
5212
|
const ret = getObject(arg0).list();
|
|
5213
5213
|
return addHeapObject(ret);
|
|
5214
5214
|
}, arguments);
|
|
5215
5215
|
}
|
|
5216
5216
|
|
|
5217
|
-
export function
|
|
5217
|
+
export function __wbg_list_d188b81ea6dd12d8() {
|
|
5218
5218
|
return handleError(function (arg0) {
|
|
5219
5219
|
const ret = getObject(arg0).list();
|
|
5220
5220
|
return addHeapObject(ret);
|
|
@@ -5458,7 +5458,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5458
5458
|
}, arguments);
|
|
5459
5459
|
}
|
|
5460
5460
|
|
|
5461
|
-
export function
|
|
5461
|
+
export function __wbg_remove_4633f762de204d3b() {
|
|
5462
5462
|
return handleError(function (arg0, arg1, arg2) {
|
|
5463
5463
|
let deferred0_0;
|
|
5464
5464
|
let deferred0_1;
|
|
@@ -5473,7 +5473,7 @@ export function __wbg_remove_41dcbe62632bab19() {
|
|
|
5473
5473
|
}, arguments);
|
|
5474
5474
|
}
|
|
5475
5475
|
|
|
5476
|
-
export function
|
|
5476
|
+
export function __wbg_remove_7c66fd3e98f5d13a() {
|
|
5477
5477
|
return handleError(function (arg0, arg1, arg2) {
|
|
5478
5478
|
let deferred0_0;
|
|
5479
5479
|
let deferred0_1;
|
|
@@ -5523,7 +5523,12 @@ export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
|
5523
5523
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5524
5524
|
}
|
|
5525
5525
|
|
|
5526
|
-
export function
|
|
5526
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5527
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5528
|
+
return addHeapObject(ret);
|
|
5529
|
+
}
|
|
5530
|
+
|
|
5531
|
+
export function __wbg_set_94f49c8cb283d4ce() {
|
|
5527
5532
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5528
5533
|
let deferred0_0;
|
|
5529
5534
|
let deferred0_1;
|
|
@@ -5538,11 +5543,6 @@ export function __wbg_set_81ad3cf271c1d3d4() {
|
|
|
5538
5543
|
}, arguments);
|
|
5539
5544
|
}
|
|
5540
5545
|
|
|
5541
|
-
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5542
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5543
|
-
return addHeapObject(ret);
|
|
5544
|
-
}
|
|
5545
|
-
|
|
5546
5546
|
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5547
5547
|
getObject(arg0).body = getObject(arg1);
|
|
5548
5548
|
}
|
|
@@ -5562,7 +5562,7 @@ export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
|
5562
5562
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5563
5563
|
}
|
|
5564
5564
|
|
|
5565
|
-
export function
|
|
5565
|
+
export function __wbg_set_d76236570a0512fd() {
|
|
5566
5566
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5567
5567
|
let deferred0_0;
|
|
5568
5568
|
let deferred0_1;
|
|
Binary file
|
|
@@ -488,12 +488,6 @@ export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
|
488
488
|
a: number,
|
|
489
489
|
b: number,
|
|
490
490
|
) => void;
|
|
491
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
492
|
-
export const wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560: (
|
|
493
|
-
a: number,
|
|
494
|
-
b: number,
|
|
495
|
-
c: number,
|
|
496
|
-
) => void;
|
|
497
491
|
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
498
492
|
export const wasm_bindgen__convert__closures_____invoke__hbae79a1adccf1d8c: (
|
|
499
493
|
a: number,
|
|
@@ -502,6 +496,12 @@ export const wasm_bindgen__convert__closures_____invoke__hbae79a1adccf1d8c: (
|
|
|
502
496
|
d: number,
|
|
503
497
|
) => void;
|
|
504
498
|
export const wasm_bindgen__closure__destroy__h026b1f581392f119: (a: number, b: number) => void;
|
|
499
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
500
|
+
export const wasm_bindgen__convert__closures_____invoke__hba3f8c4b169f1560: (
|
|
501
|
+
a: number,
|
|
502
|
+
b: number,
|
|
503
|
+
c: number,
|
|
504
|
+
) => void;
|
|
505
505
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
506
506
|
a: number,
|
|
507
507
|
b: number,
|