Record Message Event Response endpoint (#22)
textsender_api PR / Rustfmt (pull_request) Successful in 48s
textsender_api PR / Check (pull_request) Successful in 1m39s
textsender_api PR / Clippy (pull_request) Successful in 1m39s

Reviewed-on: phoenix/textsender_api#22
This commit was merged in pull request #22.
This commit is contained in:
2026-06-20 13:38:23 -04:00
parent e6f14917f0
commit a9d7429d75
8 changed files with 335 additions and 8 deletions
Generated
+4 -3
View File
@@ -2277,7 +2277,7 @@ dependencies = [
[[package]]
name = "textsender_api"
version = "0.1.15"
version = "0.1.16"
dependencies = [
"axum",
"axum-extra",
@@ -2303,14 +2303,15 @@ dependencies = [
[[package]]
name = "textsender_models"
version = "0.4.1"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.1-29-ad632fca16-111#ad632fca168ec817e61dd364716f8030c9cfb0b3"
version = "0.4.3"
source = "git+ssh://git@git.kundeng.us/phoenix/textsender_models.git?tag=v0.4.3-29-384dd41690-111#384dd416902c88aa6c9c58bb5a9dfa04567ae455"
dependencies = [
"const_format",
"dotenvy",
"josekit",
"serde",
"serde_json",
"sqlx",
"time",
"utoipa",
"uuid",