@breeztech/breez-sdk-spark-react-native 0.24.1 → 0.26.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/android/build.gradle +7 -1
- package/cpp/generated/breez_sdk_spark.cpp +694 -232
- package/cpp/generated/breez_sdk_spark.hpp +24 -0
- package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
- package/lib/commonjs/generated/breez_sdk_spark.js +535 -125
- 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 +534 -124
- package/lib/module/generated/breez_sdk_spark.js.map +1 -1
- package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +44 -34
- 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 +2283 -369
- 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 +44 -34
- 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 +2283 -369
- package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
- package/package.json +4 -4
- package/scripts/post-ubrn.js +29 -0
- package/src/generated/breez_sdk_spark-ffi.ts +62 -33
- package/src/generated/breez_sdk_spark.ts +3766 -625
|
@@ -108,6 +108,10 @@ protected:
|
|
|
108
108
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_check_message(
|
|
109
109
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
110
110
|
size_t count);
|
|
111
|
+
jsi::Value
|
|
112
|
+
cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_check_unilateral_exit(
|
|
113
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
114
|
+
size_t count);
|
|
111
115
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_claim_deposit(
|
|
112
116
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
113
117
|
size_t count);
|
|
@@ -672,6 +676,14 @@ protected:
|
|
|
672
676
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_update_deposit(
|
|
673
677
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
674
678
|
size_t count);
|
|
679
|
+
jsi::Value
|
|
680
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_list_watched_deposit_addresses(
|
|
681
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
682
|
+
size_t count);
|
|
683
|
+
jsi::Value
|
|
684
|
+
cpp_uniffi_breez_sdk_spark_fn_method_storage_update_watched_deposit_address(
|
|
685
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
686
|
+
size_t count);
|
|
675
687
|
jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_set_lnurl_metadata(
|
|
676
688
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
677
689
|
size_t count);
|
|
@@ -1098,6 +1110,10 @@ protected:
|
|
|
1098
1110
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_check_message(
|
|
1099
1111
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1100
1112
|
size_t count);
|
|
1113
|
+
jsi::Value
|
|
1114
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_check_unilateral_exit(
|
|
1115
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1116
|
+
size_t count);
|
|
1101
1117
|
jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_claim_deposit(
|
|
1102
1118
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1103
1119
|
size_t count);
|
|
@@ -1560,6 +1576,14 @@ protected:
|
|
|
1560
1576
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1561
1577
|
size_t count);
|
|
1562
1578
|
jsi::Value
|
|
1579
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_list_watched_deposit_addresses(
|
|
1580
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1581
|
+
size_t count);
|
|
1582
|
+
jsi::Value
|
|
1583
|
+
cpp_uniffi_breez_sdk_spark_checksum_method_storage_update_watched_deposit_address(
|
|
1584
|
+
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1585
|
+
size_t count);
|
|
1586
|
+
jsi::Value
|
|
1563
1587
|
cpp_uniffi_breez_sdk_spark_checksum_method_storage_set_lnurl_metadata(
|
|
1564
1588
|
jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
|
|
1565
1589
|
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;;AAk3CA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA8vBA;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":[]}
|