Ecto schema for chimeway_deliveries — per-channel delivery record for a notification.
Summary
Types
@type t() :: %Chimeway.Delivery{ __meta__: term(), actor_id: term(), attempts: term(), channel: term(), delay_fallback: term(), digest_delivery: term(), digest_delivery_id: term(), digest_flush_outcome: term(), digest_flush_reason: term(), digest_flush_resolved_at: term(), id: term(), inserted_at: term(), metadata: term(), next_eligible_at: term(), notification: term(), notification_id: term(), orchestration_state: term(), planning_context: term(), planning_reason: term(), render_data: term(), render_key: term(), render_version: term(), status: term(), suppression_reason: term(), tenant_id: term(), updated_at: term(), workflow_run: term(), workflow_run_id: term(), workflow_step: term(), workflow_step_id: term() }