V0.3.0 #21

Merged
phoenix merged 20 commits from v0.3.0-migrate into main 2026-06-07 14:54:19 -04:00
Showing only changes of commit 7bffed3f9d - Show all commits
+3
View File
@@ -1,5 +1,8 @@
use serde::{Deserialize, Serialize};
pub const MESSAGE_EVENT_RESPONSE_STATUS_INSTANT: &str = "INSTANT";
pub const MESSAGE_EVENT_RESPONSE_STATUS_SCHEDULED: &str = "SCHEDULED";
#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct MessageEventResponse {
pub id: uuid::Uuid,