@breeztech/breez-sdk-spark-react-native 0.2.5-dev1 → 0.2.6
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 +500 -94
- package/cpp/generated/breez_sdk_spark.hpp +36 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +405 -40
- 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 +405 -40
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +25 -13
- 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 +220 -10
- 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 +25 -13
- 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 +220 -10
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/generated/breez_sdk_spark-ffi.ts +57 -21
- package/src/generated/breez_sdk_spark.ts +806 -74
|
@@ -127,6 +127,12 @@ protected:
|
|
|
127
127
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_remove_event_listener(
|
|
128
128
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
129
129
|
size_t count);
|
|
130
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_send_bitcoin_address(
|
|
131
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
132
|
+
size_t count);
|
|
133
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_send_bolt11_invoice(
|
|
134
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
135
|
+
size_t count);
|
|
130
136
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_send_payment(
|
|
131
137
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
132
138
|
size_t count);
|
|
@@ -134,9 +140,15 @@ protected:
|
|
|
134
140
|
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_send_payment_internal(
|
|
135
141
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
136
142
|
size_t count);
|
|
143
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_send_spark_address(
|
|
144
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
145
|
+
size_t count);
|
|
137
146
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
|
|
138
147
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
139
148
|
size_t count);
|
|
149
|
+
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_wait_for_payment(
|
|
150
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
151
|
+
size_t count);
|
|
140
152
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_clone_sdkbuilder(
|
|
141
153
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
142
154
|
size_t count);
|
|
@@ -192,6 +204,10 @@ protected:
|
|
|
192
204
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_get_payment_by_id(
|
|
193
205
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
194
206
|
size_t count);
|
|
207
|
+
jsi::Value
|
|
208
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_get_payment_by_invoice(
|
|
209
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
210
|
+
size_t count);
|
|
195
211
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_add_deposit(
|
|
196
212
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
197
213
|
size_t count);
|
|
@@ -484,6 +500,14 @@ protected:
|
|
|
484
500
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_remove_event_listener(
|
|
485
501
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
486
502
|
size_t count);
|
|
503
|
+
jsi::Value
|
|
504
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_send_bitcoin_address(
|
|
505
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
506
|
+
size_t count);
|
|
507
|
+
jsi::Value
|
|
508
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_send_bolt11_invoice(
|
|
509
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
510
|
+
size_t count);
|
|
487
511
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_send_payment(
|
|
488
512
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
489
513
|
size_t count);
|
|
@@ -491,9 +515,17 @@ protected:
|
|
|
491
515
|
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_send_payment_internal(
|
|
492
516
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
493
517
|
size_t count);
|
|
518
|
+
jsi::Value
|
|
519
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_send_spark_address(
|
|
520
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
521
|
+
size_t count);
|
|
494
522
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sync_wallet(
|
|
495
523
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
496
524
|
size_t count);
|
|
525
|
+
jsi::Value
|
|
526
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_wait_for_payment(
|
|
527
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
528
|
+
size_t count);
|
|
497
529
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_sdkbuilder_build(
|
|
498
530
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
499
531
|
size_t count);
|
|
@@ -540,6 +572,10 @@ protected:
|
|
|
540
572
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_get_payment_by_id(
|
|
541
573
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
542
574
|
size_t count);
|
|
575
|
+
jsi::Value
|
|
576
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_get_payment_by_invoice(
|
|
577
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
578
|
+
size_t count);
|
|
543
579
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_storage_add_deposit(
|
|
544
580
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
545
581
|
size_t count);
|
|
@@ -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;;AAwgBA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAkQA;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":[]}
|