//! Event logging types for the Claude Code telemetry endpoint.
//!
//! This is a **non-standard** endpoint used by Claude Code to report telemetry
//! events to Anthropic. It is not part of the public Anthropic API.
use ;
/// POST `/api/event_logging/batch` request body.
///
/// Events are opaque JSON values — we forward them without interpretation.
/// POST `/api/event_logging/batch` response body.