@ptkl/sdk - v1.18.0
    Preparing search index...

    Type Alias FileNotification

    type FileNotification = {
        created_by?: string;
        file_key?: string;
        file_name?: string;
        library_uuid: string;
        media_uuid: string;
        note: string;
        notify_at: string;
        queued_at?: string;
        recipient_email?: string;
        rule_uuid?: string;
        sent_at?: string;
        status: FileNotificationStatus;
        uuid: string;
    }
    Index

    Properties

    created_by?: string
    file_key?: string
    file_name?: string
    library_uuid: string
    media_uuid: string
    note: string
    notify_at: string
    queued_at?: string
    recipient_email?: string
    rule_uuid?: string

    UUID of the notification rule that generated this occurrence, if any

    sent_at?: string
    uuid: string