customerio-node
Version:
A node client for the Customer.io event API. http://customer.io
12 lines (11 loc) • 501 B
JavaScript
;
/**
* Type definitions for the Customer.io Pipelines API.
*
* Field names are camelCase end-to-end because that's what the Pipelines API
* accepts on the wire (unlike the rest of this SDK, which is snake_case to
* match the Track and App APIs). The shape mirrors the message envelope used
* by `@customerio/cdp-analytics-node` so users moving between the two
* libraries don't need to relearn the payload format.
*/
Object.defineProperty(exports, "__esModule", { value: true });