intercom-client
Version:
Official Node bindings to the Intercom API
27 lines (26 loc) • 534 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntercomVersion = void 0;
exports.IntercomVersion = {
One0: "1.0",
One1: "1.1",
One2: "1.2",
One3: "1.3",
One4: "1.4",
Two0: "2.0",
Two1: "2.1",
Two2: "2.2",
Two3: "2.3",
Two4: "2.4",
Two5: "2.5",
Two6: "2.6",
Two7: "2.7",
Two8: "2.8",
Two9: "2.9",
Two10: "2.10",
Two11: "2.11",
Unstable: "Unstable",
};
;