Skip to content

Commit

Permalink
Sphinx Kotlin Core updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastiminskas committed Jan 15, 2024
1 parent f7babb7 commit 208c65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx-kotlin-core
Submodule sphinx-kotlin-core updated 24 files
+3 −3 build.gradle.kts
+1 −1 src/commonMain/kotlin/chat/sphinx/concepts/link_preview/model/HtmlPreviewFavIconUrl.kt
+4 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/contact/NetworkQueryContact.kt
+10 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/contact/model/PersonDataDto.kt
+22 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/NetworkQueryLightning.kt
+14 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/model/lightning/ActiveLsatDto.kt
+10 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/model/lightning/PayLsatDto.kt
+24 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/model/lightning/PayLsatResponseDto.kt
+8 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/model/lightning/SignChallengeDto.kt
+8 −0 src/commonMain/kotlin/chat/sphinx/concepts/network/query/lightning/model/lightning/UpdateLsatDto.kt
+9 −0 src/commonMain/kotlin/chat/sphinx/concepts/repository/contact/ContactRepository.kt
+22 −2 src/commonMain/kotlin/chat/sphinx/concepts/repository/lightning/LightningRepository.kt
+3 −0 src/commonMain/kotlin/chat/sphinx/concepts/repository/message/MessageRepository.kt
+3 −3 src/commonMain/kotlin/chat/sphinx/features/coredb/adapters/common/CommonAdapters.kt
+1 −1 src/commonMain/kotlin/chat/sphinx/utils/Helpers.kt
+777 −0 src/commonMain/kotlin/chat/sphinx/wrapper/bridge/BridgeSerializers.kt
+10 −2 src/jvmMain/kotlin/chat/sphinx/features/network/query/contact/NetworkQueryContactImpl.kt
+12 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/contact/model/GetPersonDataRelayResponse.kt
+54 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/lightning/NetworkQueryLightningImpl.kt
+12 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/lightning/model/GetActiveLSatRelayResponse.kt
+12 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/lightning/model/PostPayLSatRelayResponse.kt
+11 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/lightning/model/PutPayLSatRelayResponse.kt
+13 −0 src/jvmMain/kotlin/chat/sphinx/features/network/query/lightning/model/SignChallengeRelayResponse.kt
+162 −5 src/jvmMain/kotlin/chat/sphinx/features/repository/SphinxRepository.kt

0 comments on commit 208c65f

Please sign in to comment.