@secondts/bark-react-native 0.3.2 → 0.4.0
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/BarkReactNative.podspec +1 -1
- package/README.md +1 -1
- package/cpp/generated/bark.cpp +72 -0
- package/cpp/generated/bark.hpp +4 -0
- package/lib/commonjs/generated/bark-ffi.js.map +1 -1
- package/lib/commonjs/generated/bark.js +166 -354
- package/lib/commonjs/generated/bark.js.map +1 -1
- package/lib/module/generated/bark-ffi.js.map +1 -1
- package/lib/module/generated/bark.js +166 -354
- package/lib/module/generated/bark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/bark-ffi.d.ts +4 -0
- package/lib/typescript/commonjs/src/generated/bark-ffi.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/bark.d.ts +125 -316
- package/lib/typescript/commonjs/src/generated/bark.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/bark-ffi.d.ts +4 -0
- package/lib/typescript/module/src/generated/bark-ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/bark.d.ts +125 -316
- package/lib/typescript/module/src/generated/bark.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/generated/bark-ffi.ts +10 -0
- package/src/generated/bark.ts +660 -721
package/BarkReactNative.podspec
CHANGED
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
|
|
18
18
|
s.source_files = "ios/*.{h,m,mm,swift}", "ios/generated/**/*.{h}", "cpp/**/*.{hpp,cpp,c,h}", "cpp/generated/**/*.{hpp,cpp,c,h}"
|
|
19
19
|
s.vendored_frameworks = "build/RnBark.xcframework"
|
|
20
|
-
s.dependency "uniffi-bindgen-react-native", "0.
|
|
20
|
+
s.dependency "uniffi-bindgen-react-native", "0.31.0-2"
|
|
21
21
|
|
|
22
22
|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
|
|
23
23
|
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
|
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ npx expo install @secondts/bark-react-native@beta
|
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
62
|
# Or install a specific beta version
|
|
63
|
-
npx expo install @secondts/bark-react-native@0.
|
|
63
|
+
npx expo install @secondts/bark-react-native@0.4.0
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
For bare React Native projects, use:
|
package/cpp/generated/bark.cpp
CHANGED
|
@@ -307,6 +307,10 @@ extern "C" {
|
|
|
307
307
|
/*handle*/ uint64_t uniffi_bark_ffi_fn_method_wallet_cancel_all_pending_rounds(
|
|
308
308
|
/*handle*/ uint64_t ptr
|
|
309
309
|
);
|
|
310
|
+
/*handle*/ uint64_t uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(
|
|
311
|
+
/*handle*/ uint64_t ptr,
|
|
312
|
+
RustBuffer payment_hash
|
|
313
|
+
);
|
|
310
314
|
/*handle*/ uint64_t uniffi_bark_ffi_fn_method_wallet_cancel_pending_round(
|
|
311
315
|
/*handle*/ uint64_t ptr,
|
|
312
316
|
uint32_t round_id
|
|
@@ -328,6 +332,10 @@ extern "C" {
|
|
|
328
332
|
RustBuffer address,
|
|
329
333
|
RustBuffer fee_rate_sat_per_vb
|
|
330
334
|
);
|
|
335
|
+
/*handle*/ uint64_t uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(
|
|
336
|
+
/*handle*/ uint64_t ptr,
|
|
337
|
+
uint64_t amount_sats
|
|
338
|
+
);
|
|
331
339
|
/*handle*/ uint64_t uniffi_bark_ffi_fn_method_wallet_estimate_board_fee(
|
|
332
340
|
/*handle*/ uint64_t ptr,
|
|
333
341
|
uint64_t amount_sats
|
|
@@ -835,6 +843,8 @@ extern "C" {
|
|
|
835
843
|
);
|
|
836
844
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds(
|
|
837
845
|
);
|
|
846
|
+
uint16_t uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive(
|
|
847
|
+
);
|
|
838
848
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round(
|
|
839
849
|
);
|
|
840
850
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_check_lightning_payment(
|
|
@@ -845,6 +855,8 @@ extern "C" {
|
|
|
845
855
|
);
|
|
846
856
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_drain_exits(
|
|
847
857
|
);
|
|
858
|
+
uint16_t uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee(
|
|
859
|
+
);
|
|
848
860
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee(
|
|
849
861
|
);
|
|
850
862
|
uint16_t uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_receive_fee(
|
|
@@ -4208,6 +4220,14 @@ NativeBark::NativeBark(
|
|
|
4208
4220
|
return this->cpp_uniffi_bark_ffi_fn_method_wallet_cancel_all_pending_rounds(rt, thisVal, args, count);
|
|
4209
4221
|
}
|
|
4210
4222
|
);
|
|
4223
|
+
props["ubrn_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive"] = jsi::Function::createFromHostFunction(
|
|
4224
|
+
rt,
|
|
4225
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive"),
|
|
4226
|
+
2,
|
|
4227
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
4228
|
+
return this->cpp_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(rt, thisVal, args, count);
|
|
4229
|
+
}
|
|
4230
|
+
);
|
|
4211
4231
|
props["ubrn_uniffi_bark_ffi_fn_method_wallet_cancel_pending_round"] = jsi::Function::createFromHostFunction(
|
|
4212
4232
|
rt,
|
|
4213
4233
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_fn_method_wallet_cancel_pending_round"),
|
|
@@ -4248,6 +4268,14 @@ NativeBark::NativeBark(
|
|
|
4248
4268
|
return this->cpp_uniffi_bark_ffi_fn_method_wallet_drain_exits(rt, thisVal, args, count);
|
|
4249
4269
|
}
|
|
4250
4270
|
);
|
|
4271
|
+
props["ubrn_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee"] = jsi::Function::createFromHostFunction(
|
|
4272
|
+
rt,
|
|
4273
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee"),
|
|
4274
|
+
2,
|
|
4275
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
4276
|
+
return this->cpp_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(rt, thisVal, args, count);
|
|
4277
|
+
}
|
|
4278
|
+
);
|
|
4251
4279
|
props["ubrn_uniffi_bark_ffi_fn_method_wallet_estimate_board_fee"] = jsi::Function::createFromHostFunction(
|
|
4252
4280
|
rt,
|
|
4253
4281
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_fn_method_wallet_estimate_board_fee"),
|
|
@@ -5368,6 +5396,14 @@ NativeBark::NativeBark(
|
|
|
5368
5396
|
return this->cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds(rt, thisVal, args, count);
|
|
5369
5397
|
}
|
|
5370
5398
|
);
|
|
5399
|
+
props["ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive"] = jsi::Function::createFromHostFunction(
|
|
5400
|
+
rt,
|
|
5401
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive"),
|
|
5402
|
+
0,
|
|
5403
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
5404
|
+
return this->cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive(rt, thisVal, args, count);
|
|
5405
|
+
}
|
|
5406
|
+
);
|
|
5371
5407
|
props["ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round"] = jsi::Function::createFromHostFunction(
|
|
5372
5408
|
rt,
|
|
5373
5409
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round"),
|
|
@@ -5408,6 +5444,14 @@ NativeBark::NativeBark(
|
|
|
5408
5444
|
return this->cpp_uniffi_bark_ffi_checksum_method_wallet_drain_exits(rt, thisVal, args, count);
|
|
5409
5445
|
}
|
|
5410
5446
|
);
|
|
5447
|
+
props["ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee"] = jsi::Function::createFromHostFunction(
|
|
5448
|
+
rt,
|
|
5449
|
+
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee"),
|
|
5450
|
+
0,
|
|
5451
|
+
[this](jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args, size_t count) -> jsi::Value {
|
|
5452
|
+
return this->cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee(rt, thisVal, args, count);
|
|
5453
|
+
}
|
|
5454
|
+
);
|
|
5411
5455
|
props["ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee"] = jsi::Function::createFromHostFunction(
|
|
5412
5456
|
rt,
|
|
5413
5457
|
jsi::PropNameID::forAscii(rt, "ubrn_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee"),
|
|
@@ -6409,6 +6453,13 @@ jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_cancel_all_pending_r
|
|
|
6409
6453
|
);
|
|
6410
6454
|
|
|
6411
6455
|
|
|
6456
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
6457
|
+
}
|
|
6458
|
+
jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6459
|
+
auto value = uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(uniffi_jsi::Bridging</*handle*/ uint64_t>::fromJs(rt, callInvoker, args[0]), uniffi::bark::Bridging<RustBuffer>::fromJs(rt, callInvoker, args[1])
|
|
6460
|
+
);
|
|
6461
|
+
|
|
6462
|
+
|
|
6412
6463
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
6413
6464
|
}
|
|
6414
6465
|
jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_cancel_pending_round(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -6444,6 +6495,13 @@ jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_drain_exits(jsi::Run
|
|
|
6444
6495
|
);
|
|
6445
6496
|
|
|
6446
6497
|
|
|
6498
|
+
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
6499
|
+
}
|
|
6500
|
+
jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
6501
|
+
auto value = uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(uniffi_jsi::Bridging</*handle*/ uint64_t>::fromJs(rt, callInvoker, args[0]), uniffi_jsi::Bridging<uint64_t>::fromJs(rt, callInvoker, args[1])
|
|
6502
|
+
);
|
|
6503
|
+
|
|
6504
|
+
|
|
6447
6505
|
return uniffi_jsi::Bridging</*handle*/ uint64_t>::toJs(rt, callInvoker, value);
|
|
6448
6506
|
}
|
|
6449
6507
|
jsi::Value NativeBark::cpp_uniffi_bark_ffi_fn_method_wallet_estimate_board_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -7493,6 +7551,13 @@ jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_all_pen
|
|
|
7493
7551
|
);
|
|
7494
7552
|
|
|
7495
7553
|
|
|
7554
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
7555
|
+
}
|
|
7556
|
+
jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
7557
|
+
auto value = uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive(
|
|
7558
|
+
);
|
|
7559
|
+
|
|
7560
|
+
|
|
7496
7561
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
7497
7562
|
}
|
|
7498
7563
|
jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
@@ -7528,6 +7593,13 @@ jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_drain_exits(js
|
|
|
7528
7593
|
);
|
|
7529
7594
|
|
|
7530
7595
|
|
|
7596
|
+
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
7597
|
+
}
|
|
7598
|
+
jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
|
7599
|
+
auto value = uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee(
|
|
7600
|
+
);
|
|
7601
|
+
|
|
7602
|
+
|
|
7531
7603
|
return uniffi_jsi::Bridging<uint16_t>::toJs(rt, callInvoker, value);
|
|
7532
7604
|
}
|
|
7533
7605
|
jsi::Value NativeBark::cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count) {
|
package/cpp/generated/bark.hpp
CHANGED
|
@@ -48,11 +48,13 @@ class NativeBark : public jsi::HostObject {
|
|
|
48
48
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_bolt11_invoice(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
49
49
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_broadcast_tx(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
50
50
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_cancel_all_pending_rounds(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
51
|
+
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_cancel_lightning_receive(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
51
52
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_cancel_pending_round(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
52
53
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_check_lightning_payment(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
53
54
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_claimable_lightning_receive_balance_sats(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
54
55
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_config(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
55
56
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_drain_exits(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
57
|
+
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_estimate_arkoor_payment_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
56
58
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_estimate_board_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
57
59
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_estimate_lightning_receive_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
58
60
|
jsi::Value cpp_uniffi_bark_ffi_fn_method_wallet_estimate_lightning_send_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
@@ -193,11 +195,13 @@ class NativeBark : public jsi::HostObject {
|
|
|
193
195
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_bolt11_invoice(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
194
196
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_broadcast_tx(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
195
197
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_all_pending_rounds(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
198
|
+
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_lightning_receive(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
196
199
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_cancel_pending_round(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
197
200
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_check_lightning_payment(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
198
201
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_claimable_lightning_receive_balance_sats(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
199
202
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_config(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
200
203
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_drain_exits(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
204
|
+
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_arkoor_payment_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
201
205
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_board_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
202
206
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_receive_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
203
207
|
jsi::Value cpp_uniffi_bark_ffi_checksum_method_wallet_estimate_lightning_send_fee(jsi::Runtime& rt, const jsi::Value& thisVal, const jsi::Value* args, size_t count);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getter","globalThis","NativeBark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/bark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AAEA;AACA;AACA;;
|
|
1
|
+
{"version":3,"names":["getter","globalThis","NativeBark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/bark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AAEA;AACA;AACA;;AA+oBA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,UAAU;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAClBL,MAAM,EAErB;AA8JA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMM,8CAGL,GAAG,IAAI;AACR,MAAMC,mCAGL,GAAG,IAAI","ignoreList":[]}
|