Extends omsorgCore with full CRUD for Facility/Contract/Order plus configurable value lists and an audit trail, and wires the omsorgapp frontend up to the new facilities, settings, and audit-log modules; includes a sidebar active-nav-item highlight. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
707 B
707 B
# AuditLogEntryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | [optional] | |
| occurred_at_utc | \DateTime | [optional] | |
| actor_user_id | string | [optional] | |
| actor_username | string | [optional] | |
| ip_address | string | [optional] | |
| category | string | [optional] | |
| action | string | [optional] | |
| entity_type | string | [optional] | |
| entity_id | string | [optional] | |
| details | string | [optional] |