intercom-client
Version:
Official Node bindings to the Intercom API
28 lines (27 loc) • 876 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
/**
* Intercom API version.</br>By default, it's equal to the version set in the app package.
*/
export type IntercomVersion = "1.0" | "1.1" | "1.2" | "1.3" | "1.4" | "2.0" | "2.1" | "2.2" | "2.3" | "2.4" | "2.5" | "2.6" | "2.7" | "2.8" | "2.9" | "2.10" | "2.11" | "Unstable";
export declare const IntercomVersion: {
readonly One0: "1.0";
readonly One1: "1.1";
readonly One2: "1.2";
readonly One3: "1.3";
readonly One4: "1.4";
readonly Two0: "2.0";
readonly Two1: "2.1";
readonly Two2: "2.2";
readonly Two3: "2.3";
readonly Two4: "2.4";
readonly Two5: "2.5";
readonly Two6: "2.6";
readonly Two7: "2.7";
readonly Two8: "2.8";
readonly Two9: "2.9";
readonly Two10: "2.10";
readonly Two11: "2.11";
readonly Unstable: "Unstable";
};