@bitwarden/sdk-internal 0.2.0-main.391 → 0.2.0-main.393
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.d.ts +0 -1
- package/bitwarden_wasm_internal_bg.js +127 -77
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +9 -10
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +0 -1
- package/node/bitwarden_wasm_internal.js +125 -75
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +8 -9
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1a076a10b0e5b49aa4e0c5a01d9349e64d3d0550
|
|
@@ -256,13 +256,6 @@ function getArrayJsValueFromWasm0(ptr, len) {
|
|
|
256
256
|
}
|
|
257
257
|
return result;
|
|
258
258
|
}
|
|
259
|
-
/**
|
|
260
|
-
* @param {LogLevel} level
|
|
261
|
-
*/
|
|
262
|
-
export function set_log_level(level) {
|
|
263
|
-
wasm.set_log_level(level);
|
|
264
|
-
}
|
|
265
|
-
|
|
266
259
|
/**
|
|
267
260
|
* @param {LogLevel | null} [log_level]
|
|
268
261
|
*/
|
|
@@ -875,22 +868,10 @@ export function isEncryptFileError(error) {
|
|
|
875
868
|
}
|
|
876
869
|
}
|
|
877
870
|
|
|
878
|
-
function
|
|
879
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01(arg0, arg1);
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
function wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(arg0, arg1, arg2) {
|
|
883
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258(
|
|
884
|
-
arg0,
|
|
885
|
-
arg1,
|
|
886
|
-
addHeapObject(arg2),
|
|
887
|
-
);
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
function wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(arg0, arg1, arg2) {
|
|
871
|
+
function wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(arg0, arg1, arg2) {
|
|
891
872
|
try {
|
|
892
873
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
893
|
-
wasm.
|
|
874
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de(
|
|
894
875
|
retptr,
|
|
895
876
|
arg0,
|
|
896
877
|
arg1,
|
|
@@ -906,8 +887,20 @@ function wasm_bindgen__convert__closures_____invoke__h35226a0bef9fe725(arg0, arg
|
|
|
906
887
|
}
|
|
907
888
|
}
|
|
908
889
|
|
|
909
|
-
function
|
|
910
|
-
wasm.
|
|
890
|
+
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
891
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
function wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(arg0, arg1, arg2) {
|
|
895
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31(
|
|
896
|
+
arg0,
|
|
897
|
+
arg1,
|
|
898
|
+
addHeapObject(arg2),
|
|
899
|
+
);
|
|
900
|
+
}
|
|
901
|
+
|
|
902
|
+
function wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(arg0, arg1, arg2, arg3) {
|
|
903
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
911
904
|
arg0,
|
|
912
905
|
arg1,
|
|
913
906
|
addHeapObject(arg2),
|
|
@@ -4434,7 +4427,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4434
4427
|
}, arguments);
|
|
4435
4428
|
}
|
|
4436
4429
|
|
|
4437
|
-
export function
|
|
4430
|
+
export function __wbg_cipher_714180efd19abe39(arg0) {
|
|
4438
4431
|
const ret = getObject(arg0).cipher;
|
|
4439
4432
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4440
4433
|
}
|
|
@@ -4456,6 +4449,11 @@ export function __wbg_createObjectStore_283a43a822bf49ca() {
|
|
|
4456
4449
|
}, arguments);
|
|
4457
4450
|
}
|
|
4458
4451
|
|
|
4452
|
+
export function __wbg_create_f2b6bfa66a83e88e(arg0) {
|
|
4453
|
+
const ret = Object.create(getObject(arg0));
|
|
4454
|
+
return addHeapObject(ret);
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4459
4457
|
export function __wbg_crypto_574e78ad8b13b65f(arg0) {
|
|
4460
4458
|
const ret = getObject(arg0).crypto;
|
|
4461
4459
|
return addHeapObject(ret);
|
|
@@ -4465,6 +4463,10 @@ export function __wbg_debug_e55e1461940eb14d(arg0, arg1, arg2, arg3) {
|
|
|
4465
4463
|
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4466
4464
|
}
|
|
4467
4465
|
|
|
4466
|
+
export function __wbg_debug_f4b0c59db649db48(arg0) {
|
|
4467
|
+
console.debug(getObject(arg0));
|
|
4468
|
+
}
|
|
4469
|
+
|
|
4468
4470
|
export function __wbg_deleteObjectStore_444a266b213fafcf() {
|
|
4469
4471
|
return handleError(function (arg0, arg1, arg2) {
|
|
4470
4472
|
getObject(arg0).deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
@@ -4500,6 +4502,10 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
4500
4502
|
}
|
|
4501
4503
|
}
|
|
4502
4504
|
|
|
4505
|
+
export function __wbg_error_a7f8fbb0523dae15(arg0) {
|
|
4506
|
+
console.error(getObject(arg0));
|
|
4507
|
+
}
|
|
4508
|
+
|
|
4503
4509
|
export function __wbg_error_d8b22cf4e59a6791(arg0, arg1, arg2, arg3) {
|
|
4504
4510
|
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4505
4511
|
}
|
|
@@ -4514,7 +4520,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4514
4520
|
return addHeapObject(ret);
|
|
4515
4521
|
}
|
|
4516
4522
|
|
|
4517
|
-
export function
|
|
4523
|
+
export function __wbg_folder_b6b79b8cc135fb3d(arg0) {
|
|
4518
4524
|
const ret = getObject(arg0).folder;
|
|
4519
4525
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4520
4526
|
}
|
|
@@ -4541,12 +4547,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4541
4547
|
return ret;
|
|
4542
4548
|
}
|
|
4543
4549
|
|
|
4544
|
-
export function
|
|
4545
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4546
|
-
return addHeapObject(ret);
|
|
4547
|
-
}
|
|
4548
|
-
|
|
4549
|
-
export function __wbg_get_98a947a33ab63f59() {
|
|
4550
|
+
export function __wbg_get_383e80494f97cfd5() {
|
|
4550
4551
|
return handleError(function (arg0, arg1, arg2) {
|
|
4551
4552
|
let deferred0_0;
|
|
4552
4553
|
let deferred0_1;
|
|
@@ -4561,12 +4562,12 @@ export function __wbg_get_98a947a33ab63f59() {
|
|
|
4561
4562
|
}, arguments);
|
|
4562
4563
|
}
|
|
4563
4564
|
|
|
4564
|
-
export function
|
|
4565
|
-
const ret = getObject(arg0)
|
|
4565
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4566
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4566
4567
|
return addHeapObject(ret);
|
|
4567
4568
|
}
|
|
4568
4569
|
|
|
4569
|
-
export function
|
|
4570
|
+
export function __wbg_get_7f6c3ff94df2aa6c() {
|
|
4570
4571
|
return handleError(function (arg0, arg1, arg2) {
|
|
4571
4572
|
let deferred0_0;
|
|
4572
4573
|
let deferred0_1;
|
|
@@ -4581,6 +4582,11 @@ export function __wbg_get_d52058d7efdcd968() {
|
|
|
4581
4582
|
}, arguments);
|
|
4582
4583
|
}
|
|
4583
4584
|
|
|
4585
|
+
export function __wbg_get_access_token_46ed2f70057f8402(arg0) {
|
|
4586
|
+
const ret = getObject(arg0).get_access_token();
|
|
4587
|
+
return addHeapObject(ret);
|
|
4588
|
+
}
|
|
4589
|
+
|
|
4584
4590
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4585
4591
|
return handleError(function (arg0, arg1) {
|
|
4586
4592
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4628,6 +4634,10 @@ export function __wbg_info_68cd5b51ef7e5137(arg0, arg1, arg2, arg3) {
|
|
|
4628
4634
|
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4629
4635
|
}
|
|
4630
4636
|
|
|
4637
|
+
export function __wbg_info_e674a11f4f50cc0c(arg0) {
|
|
4638
|
+
console.info(getObject(arg0));
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4631
4641
|
export function __wbg_instanceof_ArrayBuffer_70beb1189ca63b38(arg0) {
|
|
4632
4642
|
let result;
|
|
4633
4643
|
try {
|
|
@@ -4768,22 +4778,46 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4768
4778
|
return ret;
|
|
4769
4779
|
}
|
|
4770
4780
|
|
|
4771
|
-
export function
|
|
4781
|
+
export function __wbg_list_80ca43e844d9c495() {
|
|
4772
4782
|
return handleError(function (arg0) {
|
|
4773
4783
|
const ret = getObject(arg0).list();
|
|
4774
4784
|
return addHeapObject(ret);
|
|
4775
4785
|
}, arguments);
|
|
4776
4786
|
}
|
|
4777
4787
|
|
|
4778
|
-
export function
|
|
4788
|
+
export function __wbg_list_b7f5efc44610b512() {
|
|
4779
4789
|
return handleError(function (arg0) {
|
|
4780
4790
|
const ret = getObject(arg0).list();
|
|
4781
4791
|
return addHeapObject(ret);
|
|
4782
4792
|
}, arguments);
|
|
4783
4793
|
}
|
|
4784
4794
|
|
|
4785
|
-
export function
|
|
4786
|
-
|
|
4795
|
+
export function __wbg_mark_05056c522bddc362() {
|
|
4796
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
4797
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
|
4798
|
+
}, arguments);
|
|
4799
|
+
}
|
|
4800
|
+
|
|
4801
|
+
export function __wbg_mark_24a1a597f4f00679() {
|
|
4802
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4803
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4804
|
+
}, arguments);
|
|
4805
|
+
}
|
|
4806
|
+
|
|
4807
|
+
export function __wbg_measure_0b7379f5cfacac6d() {
|
|
4808
|
+
return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
4809
|
+
getObject(arg0).measure(
|
|
4810
|
+
getStringFromWasm0(arg1, arg2),
|
|
4811
|
+
getStringFromWasm0(arg3, arg4),
|
|
4812
|
+
getStringFromWasm0(arg5, arg6),
|
|
4813
|
+
);
|
|
4814
|
+
}, arguments);
|
|
4815
|
+
}
|
|
4816
|
+
|
|
4817
|
+
export function __wbg_measure_7728846525e2cced() {
|
|
4818
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4819
|
+
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4820
|
+
}, arguments);
|
|
4787
4821
|
}
|
|
4788
4822
|
|
|
4789
4823
|
export function __wbg_msCrypto_a61aeb35a24c1329(arg0) {
|
|
@@ -4823,7 +4857,7 @@ export function __wbg_new_3c3d849046688a66(arg0, arg1) {
|
|
|
4823
4857
|
const a = state0.a;
|
|
4824
4858
|
state0.a = 0;
|
|
4825
4859
|
try {
|
|
4826
|
-
return
|
|
4860
|
+
return wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
4827
4861
|
a,
|
|
4828
4862
|
state0.b,
|
|
4829
4863
|
arg0,
|
|
@@ -4957,6 +4991,11 @@ export function __wbg_parse_2a704d6b78abb2b8() {
|
|
|
4957
4991
|
}, arguments);
|
|
4958
4992
|
}
|
|
4959
4993
|
|
|
4994
|
+
export function __wbg_performance_121b9855d716e029() {
|
|
4995
|
+
const ret = globalThis.performance;
|
|
4996
|
+
return addHeapObject(ret);
|
|
4997
|
+
}
|
|
4998
|
+
|
|
4960
4999
|
export function __wbg_preventDefault_1f362670ce7ef430(arg0) {
|
|
4961
5000
|
getObject(arg0).preventDefault();
|
|
4962
5001
|
}
|
|
@@ -4990,7 +5029,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
4990
5029
|
}, arguments);
|
|
4991
5030
|
}
|
|
4992
5031
|
|
|
4993
|
-
export function
|
|
5032
|
+
export function __wbg_remove_80c407e6bc79ddd7() {
|
|
4994
5033
|
return handleError(function (arg0, arg1, arg2) {
|
|
4995
5034
|
let deferred0_0;
|
|
4996
5035
|
let deferred0_1;
|
|
@@ -5005,7 +5044,7 @@ export function __wbg_remove_7eb3066ccf5bd7a3() {
|
|
|
5005
5044
|
}, arguments);
|
|
5006
5045
|
}
|
|
5007
5046
|
|
|
5008
|
-
export function
|
|
5047
|
+
export function __wbg_remove_b3cae9357b40413e() {
|
|
5009
5048
|
return handleError(function (arg0, arg1, arg2) {
|
|
5010
5049
|
let deferred0_0;
|
|
5011
5050
|
let deferred0_1;
|
|
@@ -5051,7 +5090,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5051
5090
|
return addHeapObject(ret);
|
|
5052
5091
|
}
|
|
5053
5092
|
|
|
5054
|
-
export function
|
|
5093
|
+
export function __wbg_set_3362502ce1828512() {
|
|
5055
5094
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5056
5095
|
let deferred0_0;
|
|
5057
5096
|
let deferred0_1;
|
|
@@ -5083,11 +5122,18 @@ export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
|
5083
5122
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5084
5123
|
}
|
|
5085
5124
|
|
|
5125
|
+
export function __wbg_set_c2abbebe8b9ebee1() {
|
|
5126
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
5127
|
+
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5128
|
+
return ret;
|
|
5129
|
+
}, arguments);
|
|
5130
|
+
}
|
|
5131
|
+
|
|
5086
5132
|
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5087
5133
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5088
5134
|
}
|
|
5089
5135
|
|
|
5090
|
-
export function
|
|
5136
|
+
export function __wbg_set_e017ea27f0d2d9f4() {
|
|
5091
5137
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5092
5138
|
let deferred0_0;
|
|
5093
5139
|
let deferred0_1;
|
|
@@ -5258,6 +5304,10 @@ export function __wbg_versions_c01dfd4722a88165(arg0) {
|
|
|
5258
5304
|
return addHeapObject(ret);
|
|
5259
5305
|
}
|
|
5260
5306
|
|
|
5307
|
+
export function __wbg_warn_1d74dddbe2fd1dbb(arg0) {
|
|
5308
|
+
console.warn(getObject(arg0));
|
|
5309
|
+
}
|
|
5310
|
+
|
|
5261
5311
|
export function __wbg_warn_8f5b5437666d0885(arg0, arg1, arg2, arg3) {
|
|
5262
5312
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5263
5313
|
}
|
|
@@ -5268,13 +5318,13 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
|
5268
5318
|
return addHeapObject(ret);
|
|
5269
5319
|
}
|
|
5270
5320
|
|
|
5271
|
-
export function
|
|
5272
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5321
|
+
export function __wbindgen_cast_3bdbc0e1dbbca79e(arg0, arg1) {
|
|
5322
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5273
5323
|
const ret = makeMutClosure(
|
|
5274
5324
|
arg0,
|
|
5275
5325
|
arg1,
|
|
5276
|
-
wasm.
|
|
5277
|
-
|
|
5326
|
+
wasm.wasm_bindgen__closure__destroy__hfcb631b72e5e985c,
|
|
5327
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5278
5328
|
);
|
|
5279
5329
|
return addHeapObject(ret);
|
|
5280
5330
|
}
|
|
@@ -5307,13 +5357,35 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
5307
5357
|
return addHeapObject(ret);
|
|
5308
5358
|
}
|
|
5309
5359
|
|
|
5310
|
-
export function
|
|
5311
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5360
|
+
export function __wbindgen_cast_a99d902873e45bb1(arg0, arg1) {
|
|
5361
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [Externref], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5312
5362
|
const ret = makeMutClosure(
|
|
5313
5363
|
arg0,
|
|
5314
5364
|
arg1,
|
|
5315
|
-
wasm.
|
|
5316
|
-
|
|
5365
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5366
|
+
wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31,
|
|
5367
|
+
);
|
|
5368
|
+
return addHeapObject(ret);
|
|
5369
|
+
}
|
|
5370
|
+
|
|
5371
|
+
export function __wbindgen_cast_c56a9a44151353f2(arg0, arg1) {
|
|
5372
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 39, function: Function { arguments: [NamedExternref("Event")], shim_idx: 42, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
5373
|
+
const ret = makeMutClosure(
|
|
5374
|
+
arg0,
|
|
5375
|
+
arg1,
|
|
5376
|
+
wasm.wasm_bindgen__closure__destroy__hc8374e511fe7ebd1,
|
|
5377
|
+
wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de,
|
|
5378
|
+
);
|
|
5379
|
+
return addHeapObject(ret);
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
export function __wbindgen_cast_c6953dec10624911(arg0, arg1) {
|
|
5383
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 39, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5384
|
+
const ret = makeMutClosure(
|
|
5385
|
+
arg0,
|
|
5386
|
+
arg1,
|
|
5387
|
+
wasm.wasm_bindgen__closure__destroy__hc8374e511fe7ebd1,
|
|
5388
|
+
wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31,
|
|
5317
5389
|
);
|
|
5318
5390
|
return addHeapObject(ret);
|
|
5319
5391
|
}
|
|
@@ -5330,13 +5402,13 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
|
5330
5402
|
return addHeapObject(ret);
|
|
5331
5403
|
}
|
|
5332
5404
|
|
|
5333
|
-
export function
|
|
5334
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5405
|
+
export function __wbindgen_cast_e1b8613407289e9c(arg0, arg1) {
|
|
5406
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5335
5407
|
const ret = makeMutClosure(
|
|
5336
5408
|
arg0,
|
|
5337
5409
|
arg1,
|
|
5338
|
-
wasm.
|
|
5339
|
-
|
|
5410
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5411
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5340
5412
|
);
|
|
5341
5413
|
return addHeapObject(ret);
|
|
5342
5414
|
}
|
|
@@ -5349,28 +5421,6 @@ export function __wbindgen_cast_ef90a087adb7475d(arg0, arg1) {
|
|
|
5349
5421
|
return addHeapObject(ret);
|
|
5350
5422
|
}
|
|
5351
5423
|
|
|
5352
|
-
export function __wbindgen_cast_f31034722c398fdb(arg0, arg1) {
|
|
5353
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 520, function: Function { arguments: [], shim_idx: 269, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5354
|
-
const ret = makeMutClosure(
|
|
5355
|
-
arg0,
|
|
5356
|
-
arg1,
|
|
5357
|
-
wasm.wasm_bindgen__closure__destroy__h1cce7ce4a094839d,
|
|
5358
|
-
wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01,
|
|
5359
|
-
);
|
|
5360
|
-
return addHeapObject(ret);
|
|
5361
|
-
}
|
|
5362
|
-
|
|
5363
|
-
export function __wbindgen_cast_f66f93a990df8ea4(arg0, arg1) {
|
|
5364
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 268, function: Function { arguments: [Externref], shim_idx: 8, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5365
|
-
const ret = makeMutClosure(
|
|
5366
|
-
arg0,
|
|
5367
|
-
arg1,
|
|
5368
|
-
wasm.wasm_bindgen__closure__destroy__h04ff7fddf688fec6,
|
|
5369
|
-
wasm_bindgen__convert__closures_____invoke__h68bd0a9d5350e258,
|
|
5370
|
-
);
|
|
5371
|
-
return addHeapObject(ret);
|
|
5372
|
-
}
|
|
5373
|
-
|
|
5374
5424
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
5375
5425
|
const ret = getObject(arg0);
|
|
5376
5426
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -13,7 +13,6 @@ export const bitwardenclient_vault: (a: number) => number;
|
|
|
13
13
|
export const bitwardenclient_platform: (a: number) => number;
|
|
14
14
|
export const bitwardenclient_generator: (a: number) => number;
|
|
15
15
|
export const bitwardenclient_exporters: (a: number) => number;
|
|
16
|
-
export const set_log_level: (a: number) => void;
|
|
17
16
|
export const init_sdk: (a: number) => void;
|
|
18
17
|
export const platformclient_load_flags: (a: number, b: number, c: number) => void;
|
|
19
18
|
export const stateclient_register_cipher_repository: (a: number, b: number) => void;
|
|
@@ -432,25 +431,25 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
432
431
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
433
432
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
434
433
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
435
|
-
export const
|
|
434
|
+
export const wasm_bindgen__convert__closures_____invoke__hd11035e31e1056de: (
|
|
436
435
|
a: number,
|
|
437
436
|
b: number,
|
|
437
|
+
c: number,
|
|
438
|
+
d: number,
|
|
438
439
|
) => void;
|
|
439
|
-
export const
|
|
440
|
-
export const
|
|
440
|
+
export const wasm_bindgen__closure__destroy__hc8374e511fe7ebd1: (a: number, b: number) => void;
|
|
441
|
+
export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
|
|
441
442
|
a: number,
|
|
442
443
|
b: number,
|
|
443
|
-
c: number,
|
|
444
444
|
) => void;
|
|
445
|
-
export const
|
|
446
|
-
export const
|
|
445
|
+
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
446
|
+
export const wasm_bindgen__convert__closures_____invoke__h9d7e5f8887506d31: (
|
|
447
447
|
a: number,
|
|
448
448
|
b: number,
|
|
449
449
|
c: number,
|
|
450
|
-
d: number,
|
|
451
450
|
) => void;
|
|
452
|
-
export const
|
|
453
|
-
export const
|
|
451
|
+
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
452
|
+
export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
|
|
454
453
|
a: number,
|
|
455
454
|
b: number,
|
|
456
455
|
c: number,
|