export const id = "id"; export const tenant_id = "tenant_id"; export const organization_id = "organization_id"; export const agent_id = "agent_id"; export const tool_name = "tool_name"; export const conversation_id = "conversation_id"; export const target_entity_type = "target_entity_type"; export const target_record_id = "target_record_id"; export const normalized_input = "normalized_input"; export const field_diff = "field_diff"; export const records = "records"; export const failed_records = "failed_records"; export const side_effects_summary = "side_effects_summary"; export const record_version = "record_version"; export const attachment_ids = "attachment_ids"; export const idempotency_key = "idempotency_key"; export const created_by_user_id = "created_by_user_id"; export const status = "status"; export const queue_mode = "queue_mode"; export const execution_result = "execution_result"; export const created_at = "created_at"; export const expires_at = "expires_at"; export const resolved_at = "resolved_at"; export const resolved_by_user_id = "resolved_by_user_id";