@webitel/api-services
    Preparing search index...

    Input of the Contact's variable.

    interface ContactsInputVariable {
        etag?: string;
        key: string;
        value?: unknown;
    }
    Index

    Properties

    Properties

    etag?: string

    Unique ID of the latest version of an existing resorce.

    key: string

    NEW Key.

    ^\w+$

    value?: unknown

    NEW Value.