UNPKG

customerio-node

Version:

A node client for the Customer.io event API. http://customer.io

15 lines (14 loc) 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FilterOperator = exports.IdentifierType = void 0; var IdentifierType; (function (IdentifierType) { IdentifierType["Id"] = "id"; IdentifierType["Email"] = "email"; IdentifierType["CioId"] = "cio_id"; })(IdentifierType = exports.IdentifierType || (exports.IdentifierType = {})); var FilterOperator; (function (FilterOperator) { FilterOperator["Eq"] = "eq"; FilterOperator["Exists"] = "exists"; })(FilterOperator = exports.FilterOperator || (exports.FilterOperator = {}));