@breeztech/breez-sdk-spark-react-native 0.12.2-dev3 → 0.12.2

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.
Files changed (36) hide show
  1. package/README.md +6 -6
  2. package/android/CMakeLists.txt +4 -3
  3. package/{BreezSdkSparkReactNative.podspec → breeztech-breez-sdk-spark-react-native.podspec} +2 -2
  4. package/cpp/generated/breez_sdk_spark.cpp +448 -657
  5. package/cpp/generated/breez_sdk_spark.hpp +29 -49
  6. package/lib/commonjs/generated/breez_sdk_spark-ffi.js.map +1 -1
  7. package/lib/commonjs/generated/breez_sdk_spark.js +155 -366
  8. package/lib/commonjs/generated/breez_sdk_spark.js.map +1 -1
  9. package/lib/commonjs/generated/breez_sdk_spark_bindings.js +2 -4
  10. package/lib/commonjs/generated/breez_sdk_spark_bindings.js.map +1 -1
  11. package/lib/commonjs/index.js +1 -11
  12. package/lib/commonjs/index.js.map +1 -1
  13. package/lib/module/generated/breez_sdk_spark-ffi.js.map +1 -1
  14. package/lib/module/generated/breez_sdk_spark.js +154 -365
  15. package/lib/module/generated/breez_sdk_spark.js.map +1 -1
  16. package/lib/module/generated/breez_sdk_spark_bindings.js +2 -4
  17. package/lib/module/generated/breez_sdk_spark_bindings.js.map +1 -1
  18. package/lib/module/index.js +0 -7
  19. package/lib/module/index.js.map +1 -1
  20. package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts +71 -77
  21. package/lib/typescript/commonjs/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
  22. package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts +116 -1037
  23. package/lib/typescript/commonjs/src/generated/breez_sdk_spark.d.ts.map +1 -1
  24. package/lib/typescript/commonjs/src/index.d.ts +0 -1
  25. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  26. package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts +71 -77
  27. package/lib/typescript/module/src/generated/breez_sdk_spark-ffi.d.ts.map +1 -1
  28. package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts +116 -1037
  29. package/lib/typescript/module/src/generated/breez_sdk_spark.d.ts.map +1 -1
  30. package/lib/typescript/module/src/index.d.ts +0 -1
  31. package/lib/typescript/module/src/index.d.ts.map +1 -1
  32. package/package.json +4 -4
  33. package/src/generated/breez_sdk_spark-ffi.ts +91 -106
  34. package/src/generated/breez_sdk_spark.ts +1030 -2796
  35. package/src/generated/breez_sdk_spark_bindings.ts +2 -2
  36. package/src/index.tsx +0 -7
@@ -35,10 +35,6 @@ protected:
35
35
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
36
36
  size_t count);
37
37
  jsi::Value
38
- cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_bitcoinchainservice(
39
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
40
- size_t count);
41
- jsi::Value
42
38
  cpp_uniffi_breez_sdk_spark_fn_method_bitcoinchainservice_get_address_utxos(
43
39
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
44
40
  size_t count);
@@ -143,9 +139,6 @@ protected:
143
139
  cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_list_unclaimed_deposits(
144
140
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
145
141
  size_t count);
146
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_list_webhooks(
147
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
148
- size_t count);
149
142
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_lnurl_auth(
150
143
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
151
144
  size_t count);
@@ -177,9 +170,6 @@ protected:
177
170
  cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_register_lightning_address(
178
171
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
179
172
  size_t count);
180
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_register_webhook(
181
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
182
- size_t count);
183
173
  jsi::Value
184
174
  cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_remove_event_listener(
185
175
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -197,9 +187,6 @@ protected:
197
187
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_sync_wallet(
198
188
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
199
189
  size_t count);
200
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_unregister_webhook(
201
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
202
- size_t count);
203
190
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_breezsdk_update_contact(
204
191
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
205
192
  size_t count);
@@ -212,9 +199,6 @@ protected:
212
199
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_externalsigner(
213
200
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
214
201
  size_t count);
215
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalsigner(
216
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
217
- size_t count);
218
202
  jsi::Value
219
203
  cpp_uniffi_breez_sdk_spark_fn_method_externalsigner_identity_public_key(
220
204
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -296,9 +280,6 @@ protected:
296
280
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_fiatservice(
297
281
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
298
282
  size_t count);
299
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_fiatservice(
300
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
301
- size_t count);
302
283
  jsi::Value
303
284
  cpp_uniffi_breez_sdk_spark_fn_method_fiatservice_fetch_fiat_currencies(
304
285
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -334,10 +315,6 @@ protected:
334
315
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
335
316
  size_t count);
336
317
  jsi::Value
337
- cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_passkeyprfprovider(
338
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
339
- size_t count);
340
- jsi::Value
341
318
  cpp_uniffi_breez_sdk_spark_fn_method_passkeyprfprovider_derive_prf_seed(
342
319
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
343
320
  size_t count);
@@ -351,9 +328,6 @@ protected:
351
328
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_paymentobserver(
352
329
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
353
330
  size_t count);
354
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_paymentobserver(
355
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
356
- size_t count);
357
331
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_paymentobserver_before_send(
358
332
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
359
333
  size_t count);
@@ -363,9 +337,6 @@ protected:
363
337
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_restclient(
364
338
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
365
339
  size_t count);
366
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_restclient(
367
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
368
- size_t count);
369
340
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_restclient_get_request(
370
341
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
371
342
  size_t count);
@@ -420,9 +391,6 @@ protected:
420
391
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_free_storage(
421
392
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
422
393
  size_t count);
423
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_storage(
424
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
425
- size_t count);
426
394
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_method_storage_delete_cached_item(
427
395
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
428
396
  size_t count);
@@ -545,12 +513,6 @@ protected:
545
513
  cpp_uniffi_breez_sdk_spark_fn_method_tokenissuer_unfreeze_issuer_token(
546
514
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
547
515
  size_t count);
548
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_eventlistener(
549
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
550
- size_t count);
551
- jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_logger(
552
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
553
- size_t count);
554
516
  jsi::Value cpp_uniffi_breez_sdk_spark_fn_func_connect(
555
517
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
556
518
  size_t count);
@@ -849,9 +811,6 @@ protected:
849
811
  cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_list_unclaimed_deposits(
850
812
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
851
813
  size_t count);
852
- jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_list_webhooks(
853
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
854
- size_t count);
855
814
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_lnurl_auth(
856
815
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
857
816
  size_t count);
@@ -888,10 +847,6 @@ protected:
888
847
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
889
848
  size_t count);
890
849
  jsi::Value
891
- cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_register_webhook(
892
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
893
- size_t count);
894
- jsi::Value
895
850
  cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_remove_event_listener(
896
851
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
897
852
  size_t count);
@@ -908,10 +863,6 @@ protected:
908
863
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_sync_wallet(
909
864
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
910
865
  size_t count);
911
- jsi::Value
912
- cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_unregister_webhook(
913
- jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
914
- size_t count);
915
866
  jsi::Value cpp_uniffi_breez_sdk_spark_checksum_method_breezsdk_update_contact(
916
867
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
917
868
  size_t count);
@@ -1213,6 +1164,35 @@ protected:
1213
1164
  jsi::Value cpp_ffi_breez_sdk_spark_uniffi_contract_version(
1214
1165
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1215
1166
  size_t count);
1167
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_eventlistener(
1168
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1169
+ size_t count);
1170
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_logger(
1171
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1172
+ size_t count);
1173
+ jsi::Value
1174
+ cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_bitcoinchainservice(
1175
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1176
+ size_t count);
1177
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_externalsigner(
1178
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1179
+ size_t count);
1180
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_fiatservice(
1181
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1182
+ size_t count);
1183
+ jsi::Value
1184
+ cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_passkeyprfprovider(
1185
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1186
+ size_t count);
1187
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_paymentobserver(
1188
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1189
+ size_t count);
1190
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_restclient(
1191
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1192
+ size_t count);
1193
+ jsi::Value cpp_uniffi_breez_sdk_spark_fn_init_callback_vtable_storage(
1194
+ jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
1195
+ size_t count);
1216
1196
  jsi::Value
1217
1197
  cpp_uniffi_internal_fn_method_bitcoinchainservice_ffi__bless_pointer(
1218
1198
  jsi::Runtime &rt, const jsi::Value &thisVal, const jsi::Value *args,
@@ -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;;AA+9BA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AA0kBA;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":[]}
1
+ {"version":3,"names":["getter","globalThis","NativeBreezSdkSpark","_default","exports","default","isRustFutureContinuationCallbackTypeCompatible","isUniffiForeignFutureTypeCompatible"],"sourceRoot":"../../../src","sources":["generated/breez_sdk_spark-ffi.ts"],"mappings":";;;;;;AAAA;AACA;;AAi9BA;AACA;AACA;AACA;AACA;AACA,MAAMA,MAAmC,GAAGA,CAAA,KACzCC,UAAU,CAASC,mBAAmB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAC3BL,MAAM,EAErB;AAykBA;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":[]}