kustomer-client
    Preparing search index...

    Type Alias UpdateMessageResponses

    type UpdateMessageResponses = {
        "200": {
            data: {
                attributes: {
                    app: string;
                    channel: string;
                    createdAt: string;
                    direction: string;
                    externalId: string;
                    lang: string;
                    meta: {
                        cc: unknown[];
                        from: string;
                        inReplyTo: string;
                        recipient: { email: string; mailboxHash: string };
                        subject: string;
                        to: { email: string }[];
                    };
                    modifiedAt: string;
                    preview: string;
                    sentAt: string;
                    sentiment: { confidence: number; polarity: number };
                    size: number;
                    status: string;
                    updatedAt: string;
                };
                id: string;
                links: { related: string; self: string };
                relationships: {
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                app: string;
                channel: string;
                createdAt: string;
                direction: string;
                externalId: string;
                lang: string;
                meta: {
                    cc: unknown[];
                    from: string;
                    inReplyTo: string;
                    recipient: { email: string; mailboxHash: string };
                    subject: string;
                    to: { email: string }[];
                };
                modifiedAt: string;
                preview: string;
                sentAt: string;
                sentiment: { confidence: number; polarity: number };
                size: number;
                status: string;
                updatedAt: string;
            };
            id: string;
            links: { related: string; self: string };
            relationships: {
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK