UNPKG

@cllbk/ghl

Version:

A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.

16 lines 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var OpportunityStatus; (function (OpportunityStatus) { OpportunityStatus["Open"] = "open"; OpportunityStatus["Won"] = "won"; OpportunityStatus["Lost"] = "lost"; OpportunityStatus["Abandoned"] = "abandoned"; })(OpportunityStatus || (OpportunityStatus = {})); var ContactDndStatus; (function (ContactDndStatus) { ContactDndStatus["Active"] = "active"; ContactDndStatus["Inactive"] = "inactive"; ContactDndStatus["Permanent"] = "permanent"; })(ContactDndStatus || (ContactDndStatus = {})); //# sourceMappingURL=contacts.js.map