@breeztech/breez-sdk-spark-react-native 0.13.12-dev1 → 0.15.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/cpp/generated/breez_sdk_spark.cpp +210 -354
- package/cpp/generated/breez_sdk_spark.hpp +25 -44
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +131 -106
- package/lib/commonjs/generated/breez_sdk_spark.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/module/generated/breez_sdk_spark.js +130 -105
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +12 -17
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts +357 -200
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts +12 -17
- package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts +357 -200
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/generated/breez_sdk_spark-ffi.ts +26 -46
- package/src/generated/breez_sdk_spark.ts +732 -586
|
@@ -174,6 +174,10 @@ protected:
|
|
|
174
174
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
175
175
|
size_t count);
|
|
176
176
|
jsi::Value
|
|
177
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_refund_pending_conversions(
|
|
178
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
179
|
+
size_t count);
|
|
180
|
+
jsi::Value
|
|
177
181
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_register_lightning_address(
|
|
178
182
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
179
183
|
size_t count);
|
|
@@ -206,12 +210,6 @@ protected:
|
|
|
206
210
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_user_settings(
|
|
207
211
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
208
212
|
size_t count);
|
|
209
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_connectionmanager(
|
|
210
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
211
|
-
size_t count);
|
|
212
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_connectionmanager(
|
|
213
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
214
|
-
size_t count);
|
|
215
213
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_externalsigner(
|
|
216
214
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
217
215
|
size_t count);
|
|
@@ -397,10 +395,6 @@ protected:
|
|
|
397
395
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
398
396
|
size_t count);
|
|
399
397
|
jsi::Value
|
|
400
|
-
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_connection_manager(
|
|
401
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
402
|
-
size_t count);
|
|
403
|
-
jsi::Value
|
|
404
398
|
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_default_storage(
|
|
405
399
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
406
400
|
size_t count);
|
|
@@ -422,14 +416,16 @@ protected:
|
|
|
422
416
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
423
417
|
size_t count);
|
|
424
418
|
jsi::Value
|
|
425
|
-
|
|
419
|
+
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_shared_context(
|
|
426
420
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
427
421
|
size_t count);
|
|
428
|
-
jsi::Value
|
|
429
|
-
cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_ssp_connection_manager(
|
|
422
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sdkbuilder_with_storage(
|
|
430
423
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
431
424
|
size_t count);
|
|
432
|
-
jsi::Value
|
|
425
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkcontext(
|
|
426
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
427
|
+
size_t count);
|
|
428
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sdkcontext(
|
|
433
429
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
434
430
|
size_t count);
|
|
435
431
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sessionmanager(
|
|
@@ -447,12 +443,6 @@ protected:
|
|
|
447
443
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_sessionmanager_set_session(
|
|
448
444
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
449
445
|
size_t count);
|
|
450
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sspconnectionmanager(
|
|
451
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
452
|
-
size_t count);
|
|
453
|
-
jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_sspconnectionmanager(
|
|
454
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
455
|
-
size_t count);
|
|
456
446
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_storage(
|
|
457
447
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
458
448
|
size_t count);
|
|
@@ -602,19 +592,19 @@ protected:
|
|
|
602
592
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_external_signer(
|
|
603
593
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
604
594
|
size_t count);
|
|
605
|
-
jsi::Value
|
|
595
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_default_server_config(
|
|
606
596
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
607
597
|
size_t count);
|
|
608
|
-
jsi::Value
|
|
598
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_get_spark_status(
|
|
609
599
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
610
600
|
size_t count);
|
|
611
|
-
jsi::Value
|
|
601
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_init_logging(
|
|
612
602
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
613
603
|
size_t count);
|
|
614
604
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_new_rest_chain_service(
|
|
615
605
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
616
606
|
size_t count);
|
|
617
|
-
jsi::Value
|
|
607
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_new_shared_sdk_context(
|
|
618
608
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
619
609
|
size_t count);
|
|
620
610
|
jsi::Value cpp_ffi_breez_sdk_spark_rust_future_poll_u8(
|
|
@@ -785,20 +775,19 @@ protected:
|
|
|
785
775
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_external_signer(
|
|
786
776
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
787
777
|
size_t count);
|
|
788
|
-
jsi::Value
|
|
778
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_default_server_config(
|
|
789
779
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
790
780
|
size_t count);
|
|
791
|
-
jsi::Value
|
|
781
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_get_spark_status(
|
|
792
782
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
793
783
|
size_t count);
|
|
794
|
-
jsi::Value
|
|
784
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_init_logging(
|
|
795
785
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
796
786
|
size_t count);
|
|
797
787
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_new_rest_chain_service(
|
|
798
788
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
799
789
|
size_t count);
|
|
800
|
-
jsi::Value
|
|
801
|
-
cpp_uniffi_breez_sdk_spark_checksum_func_new_ssp_connection_manager(
|
|
790
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_func_new_shared_sdk_context(
|
|
802
791
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
803
792
|
size_t count);
|
|
804
793
|
jsi::Value
|
|
@@ -942,6 +931,10 @@ protected:
|
|
|
942
931
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
943
932
|
size_t count);
|
|
944
933
|
jsi::Value
|
|
934
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_refund_pending_conversions(
|
|
935
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
936
|
+
size_t count);
|
|
937
|
+
jsi::Value
|
|
945
938
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_register_lightning_address(
|
|
946
939
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
947
940
|
size_t count);
|
|
@@ -1107,10 +1100,6 @@ protected:
|
|
|
1107
1100
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1108
1101
|
size_t count);
|
|
1109
1102
|
jsi::Value
|
|
1110
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_connection_manager(
|
|
1111
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1112
|
-
size_t count);
|
|
1113
|
-
jsi::Value
|
|
1114
1103
|
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_default_storage(
|
|
1115
1104
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1116
1105
|
size_t count);
|
|
@@ -1134,11 +1123,7 @@ protected:
|
|
|
1134
1123
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1135
1124
|
size_t count);
|
|
1136
1125
|
jsi::Value
|
|
1137
|
-
|
|
1138
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1139
|
-
size_t count);
|
|
1140
|
-
jsi::Value
|
|
1141
|
-
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_ssp_connection_manager(
|
|
1126
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_shared_context(
|
|
1142
1127
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1143
1128
|
size_t count);
|
|
1144
1129
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_with_storage(
|
|
@@ -1298,9 +1283,6 @@ protected:
|
|
|
1298
1283
|
jsi::Value cpp_uniffi_internal_fn_method_breezsdk_ffi__bless_pointer(
|
|
1299
1284
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1300
1285
|
size_t count);
|
|
1301
|
-
jsi::Value cpp_uniffi_internal_fn_method_connectionmanager_ffi__bless_pointer(
|
|
1302
|
-
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1303
|
-
size_t count);
|
|
1304
1286
|
jsi::Value cpp_uniffi_internal_fn_method_externalsigner_ffi__bless_pointer(
|
|
1305
1287
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1306
1288
|
size_t count);
|
|
@@ -1323,11 +1305,10 @@ protected:
|
|
|
1323
1305
|
jsi::Value cpp_uniffi_internal_fn_method_sdkbuilder_ffi__bless_pointer(
|
|
1324
1306
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1325
1307
|
size_t count);
|
|
1326
|
-
jsi::Value
|
|
1308
|
+
jsi::Value cpp_uniffi_internal_fn_method_sdkcontext_ffi__bless_pointer(
|
|
1327
1309
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1328
1310
|
size_t count);
|
|
1329
|
-
jsi::Value
|
|
1330
|
-
cpp_uniffi_internal_fn_method_sspconnectionmanager_ffi__bless_pointer(
|
|
1311
|
+
jsi::Value cpp_uniffi_internal_fn_method_sessionmanager_ffi__bless_pointer(
|
|
1331
1312
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1332
1313
|
size_t count);
|
|
1333
1314
|
jsi::Value cpp_uniffi_internal_fn_method_storage_ffi__bless_pointer(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;
|
|
1
|
+
{"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AA8hCA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA4lBA;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":[]}
|