// Routing rules engine for microapps that dispatch inbound
// events to handlers per declarative rules. Lifted from the
// `nexo-rs-extension-marketing` extension so the AST +
// dispatcher stay reusable across CRM-shaped extensions and any
// microapp that wants declarative-rules routing.
//
// Tenant-scoped from day 1: rule sets carry a `TenantIdRef`,
// the dispatcher refuses to evaluate rules across tenants.
//! Declarative routing rules: predicate AST + tenant-scoped
//! dispatcher.
//!
//! Re-exports the wire-shape types from `nexo-tool-meta::marketing`
//! (`RoutingRule`, `RuleSet`, `RulePredicate`, `AssignTarget`,
//! `DomainKind`) so consumers don't pull duplicate types.
pub use ;
pub use ;
pub use ;