@bitwarden/commercial-sdk-internal 0.2.0-main.391 → 0.2.0-main.392
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/bitwarden_wasm_internal.d.ts +0 -1
- package/bitwarden_wasm_internal_bg.js +118 -68
- 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 +116 -66
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +7 -8
- package/package.json +1 -1
|
@@ -246,13 +246,6 @@ function getArrayJsValueFromWasm0(ptr, len) {
|
|
|
246
246
|
}
|
|
247
247
|
return result;
|
|
248
248
|
}
|
|
249
|
-
/**
|
|
250
|
-
* @param {LogLevel} level
|
|
251
|
-
*/
|
|
252
|
-
exports.set_log_level = function (level) {
|
|
253
|
-
wasm.set_log_level(level);
|
|
254
|
-
};
|
|
255
|
-
|
|
256
249
|
/**
|
|
257
250
|
* @param {LogLevel | null} [log_level]
|
|
258
251
|
*/
|
|
@@ -865,22 +858,22 @@ exports.isEncryptFileError = function (error) {
|
|
|
865
858
|
}
|
|
866
859
|
};
|
|
867
860
|
|
|
868
|
-
function
|
|
869
|
-
wasm.
|
|
861
|
+
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
862
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
870
863
|
}
|
|
871
864
|
|
|
872
|
-
function
|
|
873
|
-
wasm.
|
|
865
|
+
function wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009(arg0, arg1, arg2) {
|
|
866
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009(
|
|
874
867
|
arg0,
|
|
875
868
|
arg1,
|
|
876
869
|
addHeapObject(arg2),
|
|
877
870
|
);
|
|
878
871
|
}
|
|
879
872
|
|
|
880
|
-
function
|
|
873
|
+
function wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b(arg0, arg1, arg2) {
|
|
881
874
|
try {
|
|
882
875
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
883
|
-
wasm.
|
|
876
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b(
|
|
884
877
|
retptr,
|
|
885
878
|
arg0,
|
|
886
879
|
arg1,
|
|
@@ -896,8 +889,8 @@ function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg
|
|
|
896
889
|
}
|
|
897
890
|
}
|
|
898
891
|
|
|
899
|
-
function
|
|
900
|
-
wasm.
|
|
892
|
+
function wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(arg0, arg1, arg2, arg3) {
|
|
893
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
901
894
|
arg0,
|
|
902
895
|
arg1,
|
|
903
896
|
addHeapObject(arg2),
|
|
@@ -4555,7 +4548,7 @@ exports.__wbg_call_e762c39fa8ea36bf = function () {
|
|
|
4555
4548
|
}, arguments);
|
|
4556
4549
|
};
|
|
4557
4550
|
|
|
4558
|
-
exports.
|
|
4551
|
+
exports.__wbg_cipher_6feb4309a8c5cf17 = function (arg0) {
|
|
4559
4552
|
const ret = getObject(arg0).cipher;
|
|
4560
4553
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4561
4554
|
};
|
|
@@ -4577,6 +4570,11 @@ exports.__wbg_createObjectStore_283a43a822bf49ca = function () {
|
|
|
4577
4570
|
}, arguments);
|
|
4578
4571
|
};
|
|
4579
4572
|
|
|
4573
|
+
exports.__wbg_create_f2b6bfa66a83e88e = function (arg0) {
|
|
4574
|
+
const ret = Object.create(getObject(arg0));
|
|
4575
|
+
return addHeapObject(ret);
|
|
4576
|
+
};
|
|
4577
|
+
|
|
4580
4578
|
exports.__wbg_crypto_574e78ad8b13b65f = function (arg0) {
|
|
4581
4579
|
const ret = getObject(arg0).crypto;
|
|
4582
4580
|
return addHeapObject(ret);
|
|
@@ -4586,6 +4584,10 @@ exports.__wbg_debug_e55e1461940eb14d = function (arg0, arg1, arg2, arg3) {
|
|
|
4586
4584
|
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4587
4585
|
};
|
|
4588
4586
|
|
|
4587
|
+
exports.__wbg_debug_f4b0c59db649db48 = function (arg0) {
|
|
4588
|
+
console.debug(getObject(arg0));
|
|
4589
|
+
};
|
|
4590
|
+
|
|
4589
4591
|
exports.__wbg_deleteObjectStore_444a266b213fafcf = function () {
|
|
4590
4592
|
return handleError(function (arg0, arg1, arg2) {
|
|
4591
4593
|
getObject(arg0).deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
@@ -4621,6 +4623,10 @@ exports.__wbg_error_7534b8e9a36f1ab4 = function (arg0, arg1) {
|
|
|
4621
4623
|
}
|
|
4622
4624
|
};
|
|
4623
4625
|
|
|
4626
|
+
exports.__wbg_error_a7f8fbb0523dae15 = function (arg0) {
|
|
4627
|
+
console.error(getObject(arg0));
|
|
4628
|
+
};
|
|
4629
|
+
|
|
4624
4630
|
exports.__wbg_error_d8b22cf4e59a6791 = function (arg0, arg1, arg2, arg3) {
|
|
4625
4631
|
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4626
4632
|
};
|
|
@@ -4635,7 +4641,7 @@ exports.__wbg_fetch_f8ba0e29a9d6de0d = function (arg0, arg1) {
|
|
|
4635
4641
|
return addHeapObject(ret);
|
|
4636
4642
|
};
|
|
4637
4643
|
|
|
4638
|
-
exports.
|
|
4644
|
+
exports.__wbg_folder_4eb7e17f910be295 = function (arg0) {
|
|
4639
4645
|
const ret = getObject(arg0).folder;
|
|
4640
4646
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4641
4647
|
};
|
|
@@ -4662,12 +4668,7 @@ exports.__wbg_getTime_14776bfb48a1bff9 = function (arg0) {
|
|
|
4662
4668
|
return ret;
|
|
4663
4669
|
};
|
|
4664
4670
|
|
|
4665
|
-
exports.
|
|
4666
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4667
|
-
return addHeapObject(ret);
|
|
4668
|
-
};
|
|
4669
|
-
|
|
4670
|
-
exports.__wbg_get_98a947a33ab63f59 = function () {
|
|
4671
|
+
exports.__wbg_get_0f43abed05c5a0ff = function () {
|
|
4671
4672
|
return handleError(function (arg0, arg1, arg2) {
|
|
4672
4673
|
let deferred0_0;
|
|
4673
4674
|
let deferred0_1;
|
|
@@ -4682,12 +4683,17 @@ exports.__wbg_get_98a947a33ab63f59 = function () {
|
|
|
4682
4683
|
}, arguments);
|
|
4683
4684
|
};
|
|
4684
4685
|
|
|
4685
|
-
exports.
|
|
4686
|
+
exports.__wbg_get_7bed016f185add81 = function (arg0, arg1) {
|
|
4687
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4688
|
+
return addHeapObject(ret);
|
|
4689
|
+
};
|
|
4690
|
+
|
|
4691
|
+
exports.__wbg_get_access_token_d7c1b7b23c24fc7f = function (arg0) {
|
|
4686
4692
|
const ret = getObject(arg0).get_access_token();
|
|
4687
4693
|
return addHeapObject(ret);
|
|
4688
4694
|
};
|
|
4689
4695
|
|
|
4690
|
-
exports.
|
|
4696
|
+
exports.__wbg_get_d4dab676cdc7d57a = function () {
|
|
4691
4697
|
return handleError(function (arg0, arg1, arg2) {
|
|
4692
4698
|
let deferred0_0;
|
|
4693
4699
|
let deferred0_1;
|
|
@@ -4749,6 +4755,10 @@ exports.__wbg_info_68cd5b51ef7e5137 = function (arg0, arg1, arg2, arg3) {
|
|
|
4749
4755
|
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4750
4756
|
};
|
|
4751
4757
|
|
|
4758
|
+
exports.__wbg_info_e674a11f4f50cc0c = function (arg0) {
|
|
4759
|
+
console.info(getObject(arg0));
|
|
4760
|
+
};
|
|
4761
|
+
|
|
4752
4762
|
exports.__wbg_instanceof_ArrayBuffer_70beb1189ca63b38 = function (arg0) {
|
|
4753
4763
|
let result;
|
|
4754
4764
|
try {
|
|
@@ -4889,22 +4899,46 @@ exports.__wbg_length_cdd215e10d9dd507 = function (arg0) {
|
|
|
4889
4899
|
return ret;
|
|
4890
4900
|
};
|
|
4891
4901
|
|
|
4892
|
-
exports.
|
|
4902
|
+
exports.__wbg_list_165f3564f75b47f0 = function () {
|
|
4893
4903
|
return handleError(function (arg0) {
|
|
4894
4904
|
const ret = getObject(arg0).list();
|
|
4895
4905
|
return addHeapObject(ret);
|
|
4896
4906
|
}, arguments);
|
|
4897
4907
|
};
|
|
4898
4908
|
|
|
4899
|
-
exports.
|
|
4909
|
+
exports.__wbg_list_3bf861fe5bfbf171 = function () {
|
|
4900
4910
|
return handleError(function (arg0) {
|
|
4901
4911
|
const ret = getObject(arg0).list();
|
|
4902
4912
|
return addHeapObject(ret);
|
|
4903
4913
|
}, arguments);
|
|
4904
4914
|
};
|
|
4905
4915
|
|
|
4906
|
-
exports.
|
|
4907
|
-
|
|
4916
|
+
exports.__wbg_mark_05056c522bddc362 = function () {
|
|
4917
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
4918
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
|
4919
|
+
}, arguments);
|
|
4920
|
+
};
|
|
4921
|
+
|
|
4922
|
+
exports.__wbg_mark_24a1a597f4f00679 = function () {
|
|
4923
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4924
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4925
|
+
}, arguments);
|
|
4926
|
+
};
|
|
4927
|
+
|
|
4928
|
+
exports.__wbg_measure_0b7379f5cfacac6d = function () {
|
|
4929
|
+
return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
4930
|
+
getObject(arg0).measure(
|
|
4931
|
+
getStringFromWasm0(arg1, arg2),
|
|
4932
|
+
getStringFromWasm0(arg3, arg4),
|
|
4933
|
+
getStringFromWasm0(arg5, arg6),
|
|
4934
|
+
);
|
|
4935
|
+
}, arguments);
|
|
4936
|
+
};
|
|
4937
|
+
|
|
4938
|
+
exports.__wbg_measure_7728846525e2cced = function () {
|
|
4939
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4940
|
+
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4941
|
+
}, arguments);
|
|
4908
4942
|
};
|
|
4909
4943
|
|
|
4910
4944
|
exports.__wbg_msCrypto_a61aeb35a24c1329 = function (arg0) {
|
|
@@ -4944,7 +4978,7 @@ exports.__wbg_new_3c3d849046688a66 = function (arg0, arg1) {
|
|
|
4944
4978
|
const a = state0.a;
|
|
4945
4979
|
state0.a = 0;
|
|
4946
4980
|
try {
|
|
4947
|
-
return
|
|
4981
|
+
return wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
4948
4982
|
a,
|
|
4949
4983
|
state0.b,
|
|
4950
4984
|
arg0,
|
|
@@ -5078,6 +5112,11 @@ exports.__wbg_parse_2a704d6b78abb2b8 = function () {
|
|
|
5078
5112
|
}, arguments);
|
|
5079
5113
|
};
|
|
5080
5114
|
|
|
5115
|
+
exports.__wbg_performance_121b9855d716e029 = function () {
|
|
5116
|
+
const ret = globalThis.performance;
|
|
5117
|
+
return addHeapObject(ret);
|
|
5118
|
+
};
|
|
5119
|
+
|
|
5081
5120
|
exports.__wbg_preventDefault_1f362670ce7ef430 = function (arg0) {
|
|
5082
5121
|
getObject(arg0).preventDefault();
|
|
5083
5122
|
};
|
|
@@ -5111,7 +5150,7 @@ exports.__wbg_randomFillSync_ac0988aba3254290 = function () {
|
|
|
5111
5150
|
}, arguments);
|
|
5112
5151
|
};
|
|
5113
5152
|
|
|
5114
|
-
exports.
|
|
5153
|
+
exports.__wbg_remove_22052ed3130af2b0 = function () {
|
|
5115
5154
|
return handleError(function (arg0, arg1, arg2) {
|
|
5116
5155
|
let deferred0_0;
|
|
5117
5156
|
let deferred0_1;
|
|
@@ -5126,7 +5165,7 @@ exports.__wbg_remove_7eb3066ccf5bd7a3 = function () {
|
|
|
5126
5165
|
}, arguments);
|
|
5127
5166
|
};
|
|
5128
5167
|
|
|
5129
|
-
exports.
|
|
5168
|
+
exports.__wbg_remove_ebe429fa15da0f57 = function () {
|
|
5130
5169
|
return handleError(function (arg0, arg1, arg2) {
|
|
5131
5170
|
let deferred0_0;
|
|
5132
5171
|
let deferred0_1;
|
|
@@ -5172,7 +5211,7 @@ exports.__wbg_setTimeout_ca12ead8b48245e2 = function (arg0, arg1) {
|
|
|
5172
5211
|
return addHeapObject(ret);
|
|
5173
5212
|
};
|
|
5174
5213
|
|
|
5175
|
-
exports.
|
|
5214
|
+
exports.__wbg_set_24a7bd3906eb050a = function () {
|
|
5176
5215
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5177
5216
|
let deferred0_0;
|
|
5178
5217
|
let deferred0_1;
|
|
@@ -5204,11 +5243,14 @@ exports.__wbg_set_c213c871859d6500 = function (arg0, arg1, arg2) {
|
|
|
5204
5243
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5205
5244
|
};
|
|
5206
5245
|
|
|
5207
|
-
exports.
|
|
5208
|
-
|
|
5246
|
+
exports.__wbg_set_c2abbebe8b9ebee1 = function () {
|
|
5247
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
5248
|
+
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5249
|
+
return ret;
|
|
5250
|
+
}, arguments);
|
|
5209
5251
|
};
|
|
5210
5252
|
|
|
5211
|
-
exports.
|
|
5253
|
+
exports.__wbg_set_c343f5c11c24425f = function () {
|
|
5212
5254
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5213
5255
|
let deferred0_0;
|
|
5214
5256
|
let deferred0_1;
|
|
@@ -5223,6 +5265,10 @@ exports.__wbg_set_d9151fca1ebeab91 = function () {
|
|
|
5223
5265
|
}, arguments);
|
|
5224
5266
|
};
|
|
5225
5267
|
|
|
5268
|
+
exports.__wbg_set_credentials_f621cd2d85c0c228 = function (arg0, arg1) {
|
|
5269
|
+
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5270
|
+
};
|
|
5271
|
+
|
|
5226
5272
|
exports.__wbg_set_headers_6926da238cd32ee4 = function (arg0, arg1) {
|
|
5227
5273
|
getObject(arg0).headers = getObject(arg1);
|
|
5228
5274
|
};
|
|
@@ -5379,6 +5425,10 @@ exports.__wbg_versions_c01dfd4722a88165 = function (arg0) {
|
|
|
5379
5425
|
return addHeapObject(ret);
|
|
5380
5426
|
};
|
|
5381
5427
|
|
|
5428
|
+
exports.__wbg_warn_1d74dddbe2fd1dbb = function (arg0) {
|
|
5429
|
+
console.warn(getObject(arg0));
|
|
5430
|
+
};
|
|
5431
|
+
|
|
5382
5432
|
exports.__wbg_warn_8f5b5437666d0885 = function (arg0, arg1, arg2, arg3) {
|
|
5383
5433
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5384
5434
|
};
|
|
@@ -5389,13 +5439,13 @@ exports.__wbindgen_cast_2241b6af4c4b2941 = function (arg0, arg1) {
|
|
|
5389
5439
|
return addHeapObject(ret);
|
|
5390
5440
|
};
|
|
5391
5441
|
|
|
5392
|
-
exports.
|
|
5393
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5442
|
+
exports.__wbindgen_cast_3bdbc0e1dbbca79e = function (arg0, arg1) {
|
|
5443
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5394
5444
|
const ret = makeMutClosure(
|
|
5395
5445
|
arg0,
|
|
5396
5446
|
arg1,
|
|
5397
|
-
wasm.
|
|
5398
|
-
|
|
5447
|
+
wasm.wasm_bindgen__closure__destroy__hfcb631b72e5e985c,
|
|
5448
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5399
5449
|
);
|
|
5400
5450
|
return addHeapObject(ret);
|
|
5401
5451
|
};
|
|
@@ -5422,31 +5472,42 @@ exports.__wbindgen_cast_7a6d185652cd8149 = function (arg0, arg1) {
|
|
|
5422
5472
|
return addHeapObject(ret);
|
|
5423
5473
|
};
|
|
5424
5474
|
|
|
5425
|
-
exports.
|
|
5426
|
-
// Cast intrinsic for `
|
|
5475
|
+
exports.__wbindgen_cast_9ae0607507abb057 = function (arg0) {
|
|
5476
|
+
// Cast intrinsic for `I64 -> Externref`.
|
|
5477
|
+
const ret = arg0;
|
|
5478
|
+
return addHeapObject(ret);
|
|
5479
|
+
};
|
|
5480
|
+
|
|
5481
|
+
exports.__wbindgen_cast_a99d902873e45bb1 = function (arg0, arg1) {
|
|
5482
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [Externref], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5427
5483
|
const ret = makeMutClosure(
|
|
5428
5484
|
arg0,
|
|
5429
5485
|
arg1,
|
|
5430
|
-
wasm.
|
|
5431
|
-
|
|
5486
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5487
|
+
wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009,
|
|
5432
5488
|
);
|
|
5433
5489
|
return addHeapObject(ret);
|
|
5434
5490
|
};
|
|
5435
5491
|
|
|
5436
|
-
exports.
|
|
5437
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5492
|
+
exports.__wbindgen_cast_c56a9a44151353f2 = function (arg0, arg1) {
|
|
5493
|
+
// 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`.
|
|
5438
5494
|
const ret = makeMutClosure(
|
|
5439
5495
|
arg0,
|
|
5440
5496
|
arg1,
|
|
5441
|
-
wasm.
|
|
5442
|
-
|
|
5497
|
+
wasm.wasm_bindgen__closure__destroy__h23c4eb650ac78f8a,
|
|
5498
|
+
wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b,
|
|
5443
5499
|
);
|
|
5444
5500
|
return addHeapObject(ret);
|
|
5445
5501
|
};
|
|
5446
5502
|
|
|
5447
|
-
exports.
|
|
5448
|
-
// Cast intrinsic for `
|
|
5449
|
-
const ret =
|
|
5503
|
+
exports.__wbindgen_cast_c6953dec10624911 = function (arg0, arg1) {
|
|
5504
|
+
// 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`.
|
|
5505
|
+
const ret = makeMutClosure(
|
|
5506
|
+
arg0,
|
|
5507
|
+
arg1,
|
|
5508
|
+
wasm.wasm_bindgen__closure__destroy__h23c4eb650ac78f8a,
|
|
5509
|
+
wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009,
|
|
5510
|
+
);
|
|
5450
5511
|
return addHeapObject(ret);
|
|
5451
5512
|
};
|
|
5452
5513
|
|
|
@@ -5462,13 +5523,13 @@ exports.__wbindgen_cast_d6cd19b81560fd6e = function (arg0) {
|
|
|
5462
5523
|
return addHeapObject(ret);
|
|
5463
5524
|
};
|
|
5464
5525
|
|
|
5465
|
-
exports.
|
|
5466
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5526
|
+
exports.__wbindgen_cast_e1b8613407289e9c = function (arg0, arg1) {
|
|
5527
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5467
5528
|
const ret = makeMutClosure(
|
|
5468
5529
|
arg0,
|
|
5469
5530
|
arg1,
|
|
5470
|
-
wasm.
|
|
5471
|
-
|
|
5531
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5532
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5472
5533
|
);
|
|
5473
5534
|
return addHeapObject(ret);
|
|
5474
5535
|
};
|
|
@@ -5481,17 +5542,6 @@ exports.__wbindgen_cast_ef90a087adb7475d = function (arg0, arg1) {
|
|
|
5481
5542
|
return addHeapObject(ret);
|
|
5482
5543
|
};
|
|
5483
5544
|
|
|
5484
|
-
exports.__wbindgen_cast_f31034722c398fdb = function (arg0, arg1) {
|
|
5485
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 520, function: Function { arguments: [], shim_idx: 269, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5486
|
-
const ret = makeMutClosure(
|
|
5487
|
-
arg0,
|
|
5488
|
-
arg1,
|
|
5489
|
-
wasm.wasm_bindgen__closure__destroy__h1cce7ce4a094839d,
|
|
5490
|
-
wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01,
|
|
5491
|
-
);
|
|
5492
|
-
return addHeapObject(ret);
|
|
5493
|
-
};
|
|
5494
|
-
|
|
5495
5545
|
exports.__wbindgen_object_clone_ref = function (arg0) {
|
|
5496
5546
|
const ret = getObject(arg0);
|
|
5497
5547
|
return addHeapObject(ret);
|
|
Binary file
|
|
@@ -14,7 +14,6 @@ export const bitwardenclient_vault: (a: number) => number;
|
|
|
14
14
|
export const bitwardenclient_platform: (a: number) => number;
|
|
15
15
|
export const bitwardenclient_generator: (a: number) => number;
|
|
16
16
|
export const bitwardenclient_exporters: (a: number) => number;
|
|
17
|
-
export const set_log_level: (a: number) => void;
|
|
18
17
|
export const init_sdk: (a: number) => void;
|
|
19
18
|
export const platformclient_load_flags: (a: number, b: number, c: number) => void;
|
|
20
19
|
export const stateclient_register_cipher_repository: (a: number, b: number) => void;
|
|
@@ -436,25 +435,25 @@ export const __wbg_totpclient_free: (a: number, b: number) => void;
|
|
|
436
435
|
export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
437
436
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
438
437
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
439
|
-
export const
|
|
438
|
+
export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
|
|
440
439
|
a: number,
|
|
441
440
|
b: number,
|
|
442
441
|
) => void;
|
|
443
|
-
export const
|
|
444
|
-
export const
|
|
442
|
+
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (a: number, b: number) => void;
|
|
443
|
+
export const wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009: (
|
|
445
444
|
a: number,
|
|
446
445
|
b: number,
|
|
447
446
|
c: number,
|
|
448
447
|
) => void;
|
|
449
|
-
export const
|
|
450
|
-
export const
|
|
451
|
-
export const wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad: (
|
|
448
|
+
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
449
|
+
export const wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b: (
|
|
452
450
|
a: number,
|
|
453
451
|
b: number,
|
|
454
452
|
c: number,
|
|
455
453
|
d: number,
|
|
456
454
|
) => void;
|
|
457
|
-
export const
|
|
455
|
+
export const wasm_bindgen__closure__destroy__h23c4eb650ac78f8a: (a: number, b: number) => void;
|
|
456
|
+
export const wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f: (
|
|
458
457
|
a: number,
|
|
459
458
|
b: number,
|
|
460
459
|
c: number,
|