kustomer-client
    Preparing search index...

    Type Alias UpdateCustomerAttributesResponses

    type UpdateCustomerAttributesResponses = {
        "200": {
            data: {
                attributes: {
                    activeUsers: unknown[];
                    avatarUrl: string | null;
                    birthdayAt: string | null;
                    conversationCounts: {
                        all: number;
                        done: number;
                        open: number;
                        snoozed: number;
                    };
                    createdAt: string;
                    defaultLang: string;
                    displayColor: string;
                    displayIcon: string;
                    displayName: string;
                    emails: { email: string; type: string }[];
                    externalId: string;
                    externalIds: {
                        externalId: string;
                        id: string | null;
                        verified: boolean;
                    }[];
                    gender: string;
                    lastActivityAt: string;
                    lastConversation: {
                        id: string;
                        sentiment: { confidence: number; polarity: number };
                        tags: unknown[];
                    };
                    lastCustomerActivityAt: string;
                    lastMessageIn: { sentAt: string; sentiment: string
                    | null };
                    lastSeenAt: string;
                    locale: string;
                    locations: { address: string; type: string }[];
                    modifiedAt: string;
                    name: string;
                    phones: { phone: string; type: string }[];
                    presence: string;
                    preview: {
                        previewAt: string;
                        subject: string;
                        text: string;
                        type: string;
                    };
                    progressiveStatus: string;
                    recentLocation: { updatedAt: string };
                    rev: number;
                    sentiment: { confidence: number; polarity: number };
                    sharedEmails: unknown[];
                    sharedExternalIds: unknown[];
                    sharedPhones: unknown[];
                    sharedSocials: unknown[];
                    signedUpAt: string | null;
                    socials: { type: string; url: string; userid: string; username: string }[];
                    tags: string[];
                    timeZone: string | null;
                    updatedAt: string;
                    urls: { url: string }[];
                    username: string | null;
                    verified: boolean;
                    watchers: unknown[];
                };
                id: string;
                links: { self: string };
                relationships: {
                    messages: { 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: {
                activeUsers: unknown[];
                avatarUrl: string | null;
                birthdayAt: string | null;
                conversationCounts: {
                    all: number;
                    done: number;
                    open: number;
                    snoozed: number;
                };
                createdAt: string;
                defaultLang: string;
                displayColor: string;
                displayIcon: string;
                displayName: string;
                emails: { email: string; type: string }[];
                externalId: string;
                externalIds: { externalId: string; id: string | null; verified: boolean }[];
                gender: string;
                lastActivityAt: string;
                lastConversation: {
                    id: string;
                    sentiment: { confidence: number; polarity: number };
                    tags: unknown[];
                };
                lastCustomerActivityAt: string;
                lastMessageIn: { sentAt: string; sentiment: string
                | null };
                lastSeenAt: string;
                locale: string;
                locations: { address: string; type: string }[];
                modifiedAt: string;
                name: string;
                phones: { phone: string; type: string }[];
                presence: string;
                preview: {
                    previewAt: string;
                    subject: string;
                    text: string;
                    type: string;
                };
                progressiveStatus: string;
                recentLocation: { updatedAt: string };
                rev: number;
                sentiment: { confidence: number; polarity: number };
                sharedEmails: unknown[];
                sharedExternalIds: unknown[];
                sharedPhones: unknown[];
                sharedSocials: unknown[];
                signedUpAt: string | null;
                socials: { type: string; url: string; userid: string; username: string }[];
                tags: string[];
                timeZone: string | null;
                updatedAt: string;
                urls: { url: string }[];
                username: string | null;
                verified: boolean;
                watchers: unknown[];
            };
            id: string;
            links: { self: string };
            relationships: {
                messages: { links: { self: string } };
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK