kustomer-client
    Preparing search index...

    Type Alias GetaCustomerEventResponses

    type GetaCustomerEventResponses = {
        "200": {
            data: {
                attributes: {
                    changes: {
                        attributes: {
                            conversationCounts: {
                                after: {
                                    all: number;
                                    done: number;
                                    open: number;
                                    snoozed: number;
                                };
                                before: { all: number; done: number; open: number; snoozed: number };
                                op: string;
                            };
                            progressiveStatus: {
                                after: string;
                                before: string
                                | null;
                                op: string;
                            };
                            rev: { after: number; before: number; op: string };
                        };
                        relationships: { [key: string]: unknown };
                    };
                    createdAt: string;
                    location: string
                    | null;
                    meta: string | null;
                    modifiedAt: string | null;
                    name: string;
                    publishedAt: string;
                    type: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    createdBy: string | null;
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    modifiedBy: string
                    | null;
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                changes: {
                    attributes: {
                        conversationCounts: {
                            after: { all: number; done: number; open: number; snoozed: number };
                            before: { all: number; done: number; open: number; snoozed: number };
                            op: string;
                        };
                        progressiveStatus: { after: string; before: string
                        | null; op: string };
                        rev: { after: number; before: number; op: string };
                    };
                    relationships: { [key: string]: unknown };
                };
                createdAt: string;
                location: string
                | null;
                meta: string | null;
                modifiedAt: string | null;
                name: string;
                publishedAt: string;
                type: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                createdBy: string | null;
                customer: { data: { id: string; type: string }; links: { self: string } };
                modifiedBy: string | null;
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK