@bitwarden/commercial-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/bitwarden_wasm_internal.d.ts +0 -1
- package/bitwarden_wasm_internal_bg.js +115 -65
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +7 -8
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.d.ts +0 -1
- package/node/bitwarden_wasm_internal.js +115 -65
- 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
|
@@ -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,18 +868,18 @@ export function isEncryptFileError(error) {
|
|
|
875
868
|
}
|
|
876
869
|
}
|
|
877
870
|
|
|
878
|
-
function
|
|
879
|
-
wasm.
|
|
871
|
+
function wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009(arg0, arg1, arg2) {
|
|
872
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009(
|
|
880
873
|
arg0,
|
|
881
874
|
arg1,
|
|
882
875
|
addHeapObject(arg2),
|
|
883
876
|
);
|
|
884
877
|
}
|
|
885
878
|
|
|
886
|
-
function
|
|
879
|
+
function wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b(arg0, arg1, arg2) {
|
|
887
880
|
try {
|
|
888
881
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
889
|
-
wasm.
|
|
882
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b(
|
|
890
883
|
retptr,
|
|
891
884
|
arg0,
|
|
892
885
|
arg1,
|
|
@@ -902,12 +895,12 @@ function wasm_bindgen__convert__closures_____invoke__h6bc2711e548e8aad(arg0, arg
|
|
|
902
895
|
}
|
|
903
896
|
}
|
|
904
897
|
|
|
905
|
-
function
|
|
906
|
-
wasm.
|
|
898
|
+
function wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1) {
|
|
899
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e(arg0, arg1);
|
|
907
900
|
}
|
|
908
901
|
|
|
909
|
-
function
|
|
910
|
-
wasm.
|
|
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),
|
|
@@ -4513,7 +4506,7 @@ export function __wbg_call_e762c39fa8ea36bf() {
|
|
|
4513
4506
|
}, arguments);
|
|
4514
4507
|
}
|
|
4515
4508
|
|
|
4516
|
-
export function
|
|
4509
|
+
export function __wbg_cipher_714180efd19abe39(arg0) {
|
|
4517
4510
|
const ret = getObject(arg0).cipher;
|
|
4518
4511
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4519
4512
|
}
|
|
@@ -4535,6 +4528,11 @@ export function __wbg_createObjectStore_283a43a822bf49ca() {
|
|
|
4535
4528
|
}, arguments);
|
|
4536
4529
|
}
|
|
4537
4530
|
|
|
4531
|
+
export function __wbg_create_f2b6bfa66a83e88e(arg0) {
|
|
4532
|
+
const ret = Object.create(getObject(arg0));
|
|
4533
|
+
return addHeapObject(ret);
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4538
4536
|
export function __wbg_crypto_574e78ad8b13b65f(arg0) {
|
|
4539
4537
|
const ret = getObject(arg0).crypto;
|
|
4540
4538
|
return addHeapObject(ret);
|
|
@@ -4544,6 +4542,10 @@ export function __wbg_debug_e55e1461940eb14d(arg0, arg1, arg2, arg3) {
|
|
|
4544
4542
|
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4545
4543
|
}
|
|
4546
4544
|
|
|
4545
|
+
export function __wbg_debug_f4b0c59db649db48(arg0) {
|
|
4546
|
+
console.debug(getObject(arg0));
|
|
4547
|
+
}
|
|
4548
|
+
|
|
4547
4549
|
export function __wbg_deleteObjectStore_444a266b213fafcf() {
|
|
4548
4550
|
return handleError(function (arg0, arg1, arg2) {
|
|
4549
4551
|
getObject(arg0).deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
@@ -4579,6 +4581,10 @@ export function __wbg_error_7534b8e9a36f1ab4(arg0, arg1) {
|
|
|
4579
4581
|
}
|
|
4580
4582
|
}
|
|
4581
4583
|
|
|
4584
|
+
export function __wbg_error_a7f8fbb0523dae15(arg0) {
|
|
4585
|
+
console.error(getObject(arg0));
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4582
4588
|
export function __wbg_error_d8b22cf4e59a6791(arg0, arg1, arg2, arg3) {
|
|
4583
4589
|
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4584
4590
|
}
|
|
@@ -4593,7 +4599,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4593
4599
|
return addHeapObject(ret);
|
|
4594
4600
|
}
|
|
4595
4601
|
|
|
4596
|
-
export function
|
|
4602
|
+
export function __wbg_folder_b6b79b8cc135fb3d(arg0) {
|
|
4597
4603
|
const ret = getObject(arg0).folder;
|
|
4598
4604
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4599
4605
|
}
|
|
@@ -4620,12 +4626,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
4620
4626
|
return ret;
|
|
4621
4627
|
}
|
|
4622
4628
|
|
|
4623
|
-
export function
|
|
4624
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4625
|
-
return addHeapObject(ret);
|
|
4626
|
-
}
|
|
4627
|
-
|
|
4628
|
-
export function __wbg_get_98a947a33ab63f59() {
|
|
4629
|
+
export function __wbg_get_383e80494f97cfd5() {
|
|
4629
4630
|
return handleError(function (arg0, arg1, arg2) {
|
|
4630
4631
|
let deferred0_0;
|
|
4631
4632
|
let deferred0_1;
|
|
@@ -4640,12 +4641,12 @@ export function __wbg_get_98a947a33ab63f59() {
|
|
|
4640
4641
|
}, arguments);
|
|
4641
4642
|
}
|
|
4642
4643
|
|
|
4643
|
-
export function
|
|
4644
|
-
const ret = getObject(arg0)
|
|
4644
|
+
export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
4645
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
4645
4646
|
return addHeapObject(ret);
|
|
4646
4647
|
}
|
|
4647
4648
|
|
|
4648
|
-
export function
|
|
4649
|
+
export function __wbg_get_7f6c3ff94df2aa6c() {
|
|
4649
4650
|
return handleError(function (arg0, arg1, arg2) {
|
|
4650
4651
|
let deferred0_0;
|
|
4651
4652
|
let deferred0_1;
|
|
@@ -4660,6 +4661,11 @@ export function __wbg_get_d52058d7efdcd968() {
|
|
|
4660
4661
|
}, arguments);
|
|
4661
4662
|
}
|
|
4662
4663
|
|
|
4664
|
+
export function __wbg_get_access_token_46ed2f70057f8402(arg0) {
|
|
4665
|
+
const ret = getObject(arg0).get_access_token();
|
|
4666
|
+
return addHeapObject(ret);
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4663
4669
|
export function __wbg_get_efcb449f58ec27c2() {
|
|
4664
4670
|
return handleError(function (arg0, arg1) {
|
|
4665
4671
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
@@ -4707,6 +4713,10 @@ export function __wbg_info_68cd5b51ef7e5137(arg0, arg1, arg2, arg3) {
|
|
|
4707
4713
|
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
4708
4714
|
}
|
|
4709
4715
|
|
|
4716
|
+
export function __wbg_info_e674a11f4f50cc0c(arg0) {
|
|
4717
|
+
console.info(getObject(arg0));
|
|
4718
|
+
}
|
|
4719
|
+
|
|
4710
4720
|
export function __wbg_instanceof_ArrayBuffer_70beb1189ca63b38(arg0) {
|
|
4711
4721
|
let result;
|
|
4712
4722
|
try {
|
|
@@ -4847,22 +4857,46 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
4847
4857
|
return ret;
|
|
4848
4858
|
}
|
|
4849
4859
|
|
|
4850
|
-
export function
|
|
4860
|
+
export function __wbg_list_80ca43e844d9c495() {
|
|
4851
4861
|
return handleError(function (arg0) {
|
|
4852
4862
|
const ret = getObject(arg0).list();
|
|
4853
4863
|
return addHeapObject(ret);
|
|
4854
4864
|
}, arguments);
|
|
4855
4865
|
}
|
|
4856
4866
|
|
|
4857
|
-
export function
|
|
4867
|
+
export function __wbg_list_b7f5efc44610b512() {
|
|
4858
4868
|
return handleError(function (arg0) {
|
|
4859
4869
|
const ret = getObject(arg0).list();
|
|
4860
4870
|
return addHeapObject(ret);
|
|
4861
4871
|
}, arguments);
|
|
4862
4872
|
}
|
|
4863
4873
|
|
|
4864
|
-
export function
|
|
4865
|
-
|
|
4874
|
+
export function __wbg_mark_05056c522bddc362() {
|
|
4875
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
4876
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
|
4877
|
+
}, arguments);
|
|
4878
|
+
}
|
|
4879
|
+
|
|
4880
|
+
export function __wbg_mark_24a1a597f4f00679() {
|
|
4881
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4882
|
+
getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4883
|
+
}, arguments);
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
export function __wbg_measure_0b7379f5cfacac6d() {
|
|
4887
|
+
return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
4888
|
+
getObject(arg0).measure(
|
|
4889
|
+
getStringFromWasm0(arg1, arg2),
|
|
4890
|
+
getStringFromWasm0(arg3, arg4),
|
|
4891
|
+
getStringFromWasm0(arg5, arg6),
|
|
4892
|
+
);
|
|
4893
|
+
}, arguments);
|
|
4894
|
+
}
|
|
4895
|
+
|
|
4896
|
+
export function __wbg_measure_7728846525e2cced() {
|
|
4897
|
+
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
4898
|
+
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
4899
|
+
}, arguments);
|
|
4866
4900
|
}
|
|
4867
4901
|
|
|
4868
4902
|
export function __wbg_msCrypto_a61aeb35a24c1329(arg0) {
|
|
@@ -4902,7 +4936,7 @@ export function __wbg_new_3c3d849046688a66(arg0, arg1) {
|
|
|
4902
4936
|
const a = state0.a;
|
|
4903
4937
|
state0.a = 0;
|
|
4904
4938
|
try {
|
|
4905
|
-
return
|
|
4939
|
+
return wasm_bindgen__convert__closures_____invoke__h43dfd80678632d6f(
|
|
4906
4940
|
a,
|
|
4907
4941
|
state0.b,
|
|
4908
4942
|
arg0,
|
|
@@ -5036,6 +5070,11 @@ export function __wbg_parse_2a704d6b78abb2b8() {
|
|
|
5036
5070
|
}, arguments);
|
|
5037
5071
|
}
|
|
5038
5072
|
|
|
5073
|
+
export function __wbg_performance_121b9855d716e029() {
|
|
5074
|
+
const ret = globalThis.performance;
|
|
5075
|
+
return addHeapObject(ret);
|
|
5076
|
+
}
|
|
5077
|
+
|
|
5039
5078
|
export function __wbg_preventDefault_1f362670ce7ef430(arg0) {
|
|
5040
5079
|
getObject(arg0).preventDefault();
|
|
5041
5080
|
}
|
|
@@ -5069,7 +5108,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() {
|
|
|
5069
5108
|
}, arguments);
|
|
5070
5109
|
}
|
|
5071
5110
|
|
|
5072
|
-
export function
|
|
5111
|
+
export function __wbg_remove_80c407e6bc79ddd7() {
|
|
5073
5112
|
return handleError(function (arg0, arg1, arg2) {
|
|
5074
5113
|
let deferred0_0;
|
|
5075
5114
|
let deferred0_1;
|
|
@@ -5084,7 +5123,7 @@ export function __wbg_remove_7eb3066ccf5bd7a3() {
|
|
|
5084
5123
|
}, arguments);
|
|
5085
5124
|
}
|
|
5086
5125
|
|
|
5087
|
-
export function
|
|
5126
|
+
export function __wbg_remove_b3cae9357b40413e() {
|
|
5088
5127
|
return handleError(function (arg0, arg1, arg2) {
|
|
5089
5128
|
let deferred0_0;
|
|
5090
5129
|
let deferred0_1;
|
|
@@ -5130,7 +5169,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5130
5169
|
return addHeapObject(ret);
|
|
5131
5170
|
}
|
|
5132
5171
|
|
|
5133
|
-
export function
|
|
5172
|
+
export function __wbg_set_3362502ce1828512() {
|
|
5134
5173
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5135
5174
|
let deferred0_0;
|
|
5136
5175
|
let deferred0_1;
|
|
@@ -5162,11 +5201,18 @@ export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
|
5162
5201
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5163
5202
|
}
|
|
5164
5203
|
|
|
5204
|
+
export function __wbg_set_c2abbebe8b9ebee1() {
|
|
5205
|
+
return handleError(function (arg0, arg1, arg2) {
|
|
5206
|
+
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5207
|
+
return ret;
|
|
5208
|
+
}, arguments);
|
|
5209
|
+
}
|
|
5210
|
+
|
|
5165
5211
|
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5166
5212
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
5167
5213
|
}
|
|
5168
5214
|
|
|
5169
|
-
export function
|
|
5215
|
+
export function __wbg_set_e017ea27f0d2d9f4() {
|
|
5170
5216
|
return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5171
5217
|
let deferred0_0;
|
|
5172
5218
|
let deferred0_1;
|
|
@@ -5337,6 +5383,10 @@ export function __wbg_versions_c01dfd4722a88165(arg0) {
|
|
|
5337
5383
|
return addHeapObject(ret);
|
|
5338
5384
|
}
|
|
5339
5385
|
|
|
5386
|
+
export function __wbg_warn_1d74dddbe2fd1dbb(arg0) {
|
|
5387
|
+
console.warn(getObject(arg0));
|
|
5388
|
+
}
|
|
5389
|
+
|
|
5340
5390
|
export function __wbg_warn_8f5b5437666d0885(arg0, arg1, arg2, arg3) {
|
|
5341
5391
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5342
5392
|
}
|
|
@@ -5347,13 +5397,13 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
|
5347
5397
|
return addHeapObject(ret);
|
|
5348
5398
|
}
|
|
5349
5399
|
|
|
5350
|
-
export function
|
|
5351
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5400
|
+
export function __wbindgen_cast_3bdbc0e1dbbca79e(arg0, arg1) {
|
|
5401
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5352
5402
|
const ret = makeMutClosure(
|
|
5353
5403
|
arg0,
|
|
5354
5404
|
arg1,
|
|
5355
|
-
wasm.
|
|
5356
|
-
|
|
5405
|
+
wasm.wasm_bindgen__closure__destroy__hfcb631b72e5e985c,
|
|
5406
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5357
5407
|
);
|
|
5358
5408
|
return addHeapObject(ret);
|
|
5359
5409
|
}
|
|
@@ -5380,31 +5430,42 @@ export function __wbindgen_cast_7a6d185652cd8149(arg0, arg1) {
|
|
|
5380
5430
|
return addHeapObject(ret);
|
|
5381
5431
|
}
|
|
5382
5432
|
|
|
5383
|
-
export function
|
|
5384
|
-
// Cast intrinsic for `
|
|
5433
|
+
export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
5434
|
+
// Cast intrinsic for `I64 -> Externref`.
|
|
5435
|
+
const ret = arg0;
|
|
5436
|
+
return addHeapObject(ret);
|
|
5437
|
+
}
|
|
5438
|
+
|
|
5439
|
+
export function __wbindgen_cast_a99d902873e45bb1(arg0, arg1) {
|
|
5440
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [Externref], shim_idx: 40, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5385
5441
|
const ret = makeMutClosure(
|
|
5386
5442
|
arg0,
|
|
5387
5443
|
arg1,
|
|
5388
|
-
wasm.
|
|
5389
|
-
|
|
5444
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5445
|
+
wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009,
|
|
5390
5446
|
);
|
|
5391
5447
|
return addHeapObject(ret);
|
|
5392
5448
|
}
|
|
5393
5449
|
|
|
5394
|
-
export function
|
|
5395
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5450
|
+
export function __wbindgen_cast_c56a9a44151353f2(arg0, arg1) {
|
|
5451
|
+
// 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`.
|
|
5396
5452
|
const ret = makeMutClosure(
|
|
5397
5453
|
arg0,
|
|
5398
5454
|
arg1,
|
|
5399
|
-
wasm.
|
|
5400
|
-
|
|
5455
|
+
wasm.wasm_bindgen__closure__destroy__h23c4eb650ac78f8a,
|
|
5456
|
+
wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b,
|
|
5401
5457
|
);
|
|
5402
5458
|
return addHeapObject(ret);
|
|
5403
5459
|
}
|
|
5404
5460
|
|
|
5405
|
-
export function
|
|
5406
|
-
// Cast intrinsic for `
|
|
5407
|
-
const ret =
|
|
5461
|
+
export function __wbindgen_cast_c6953dec10624911(arg0, arg1) {
|
|
5462
|
+
// 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`.
|
|
5463
|
+
const ret = makeMutClosure(
|
|
5464
|
+
arg0,
|
|
5465
|
+
arg1,
|
|
5466
|
+
wasm.wasm_bindgen__closure__destroy__h23c4eb650ac78f8a,
|
|
5467
|
+
wasm_bindgen__convert__closures_____invoke__hbb2542ae4cb45009,
|
|
5468
|
+
);
|
|
5408
5469
|
return addHeapObject(ret);
|
|
5409
5470
|
}
|
|
5410
5471
|
|
|
@@ -5420,13 +5481,13 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
|
5420
5481
|
return addHeapObject(ret);
|
|
5421
5482
|
}
|
|
5422
5483
|
|
|
5423
|
-
export function
|
|
5424
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5484
|
+
export function __wbindgen_cast_e1b8613407289e9c(arg0, arg1) {
|
|
5485
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 301, function: Function { arguments: [], shim_idx: 302, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5425
5486
|
const ret = makeMutClosure(
|
|
5426
5487
|
arg0,
|
|
5427
5488
|
arg1,
|
|
5428
|
-
wasm.
|
|
5429
|
-
|
|
5489
|
+
wasm.wasm_bindgen__closure__destroy__h5bf455f3385c4f71,
|
|
5490
|
+
wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e,
|
|
5430
5491
|
);
|
|
5431
5492
|
return addHeapObject(ret);
|
|
5432
5493
|
}
|
|
@@ -5439,17 +5500,6 @@ export function __wbindgen_cast_ef90a087adb7475d(arg0, arg1) {
|
|
|
5439
5500
|
return addHeapObject(ret);
|
|
5440
5501
|
}
|
|
5441
5502
|
|
|
5442
|
-
export function __wbindgen_cast_f31034722c398fdb(arg0, arg1) {
|
|
5443
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 520, function: Function { arguments: [], shim_idx: 269, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5444
|
-
const ret = makeMutClosure(
|
|
5445
|
-
arg0,
|
|
5446
|
-
arg1,
|
|
5447
|
-
wasm.wasm_bindgen__closure__destroy__h1cce7ce4a094839d,
|
|
5448
|
-
wasm_bindgen__convert__closures_____invoke__h76c71c1158b6af01,
|
|
5449
|
-
);
|
|
5450
|
-
return addHeapObject(ret);
|
|
5451
|
-
}
|
|
5452
|
-
|
|
5453
5503
|
export function __wbindgen_object_clone_ref(arg0) {
|
|
5454
5504
|
const ret = getObject(arg0);
|
|
5455
5505
|
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__hbb2542ae4cb45009: (
|
|
440
439
|
a: number,
|
|
441
440
|
b: number,
|
|
442
441
|
c: number,
|
|
443
442
|
) => void;
|
|
444
|
-
export const
|
|
445
|
-
export const
|
|
443
|
+
export const wasm_bindgen__closure__destroy__h5bf455f3385c4f71: (a: number, b: number) => void;
|
|
444
|
+
export const wasm_bindgen__closure__destroy__h23c4eb650ac78f8a: (a: number, b: number) => void;
|
|
445
|
+
export const wasm_bindgen__convert__closures_____invoke__hd5a28d1a4ac42f9b: (
|
|
446
446
|
a: number,
|
|
447
447
|
b: number,
|
|
448
448
|
c: number,
|
|
449
449
|
d: number,
|
|
450
450
|
) => void;
|
|
451
|
-
export const
|
|
451
|
+
export const wasm_bindgen__convert__closures_____invoke__h092300064b8afb1e: (
|
|
452
452
|
a: number,
|
|
453
453
|
b: number,
|
|
454
454
|
) => void;
|
|
455
|
-
export const
|
|
456
|
-
export const
|
|
457
|
-
export const wasm_bindgen__convert__closures_____invoke__h4096c3b930b983e7: (
|
|
455
|
+
export const wasm_bindgen__closure__destroy__hfcb631b72e5e985c: (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,
|