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

    Attachment metadata returned by the list attachments endpoint.

    type AttachmentMeta = {
        created_at: string;
        file_name: string;
        file_size: number;
        message_id: string;
        mime_type: string;
        uuid: string;
    }
    Index

    Properties

    created_at: string

    Record creation timestamp

    file_name: string

    File name

    file_size: number

    File size in bytes

    message_id: string

    Linked message ID

    mime_type: string

    MIME type

    uuid: string

    Attachment record UUID