intercom-client
Version:
Official Node bindings to the Intercom API
22 lines (21 loc) • 656 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TicketPart = void 0;
var TicketPart;
(function (TicketPart) {
TicketPart.PreviousTicketState = {
Submitted: "submitted",
InProgress: "in_progress",
WaitingOnCustomer: "waiting_on_customer",
Resolved: "resolved",
};
TicketPart.TicketState = {
Submitted: "submitted",
InProgress: "in_progress",
WaitingOnCustomer: "waiting_on_customer",
Resolved: "resolved",
};
})(TicketPart || (exports.TicketPart = TicketPart = {}));
;