@transreport/pauk-rrms-api
    Preparing search index...

    Interface CallsignScheduleNote

    An immutable RRMS callsign schedule audit note

    interface CallsignScheduleNote {
        action: CallsignScheduleNoteAction;
        active_from: string;
        active_until?: string | null;
        applicability: CallsignScheduleNoteApplicability;
        created_at: string;
        created_by_id: string;
        created_by_name: string;
        entries: string[];
        id: string;
        schedule_type: CallsignScheduleNoteScheduleType;
    }
    Index

    Type of audited change

    active_from: string

    First affected operating date

    active_until?: string | null

    Exclusive end of the affected period

    Operating days affected by the change

    created_at: string

    Time the change was recorded

    created_by_id: string

    User who made the change

    created_by_name: string

    Name of the user who made the change

    entries: string[]

    Human-readable change details recorded by one schedule operation

    id: string

    Audit note ID

    Affected schedule type