intercom-client
Version:
Official Node bindings to the Intercom API
16 lines (15 loc) • 693 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export var UpdateContentImportSourceRequest;
(function (UpdateContentImportSourceRequest) {
/** If you intend to create or update External Pages via the API, this should be set to `api`. You can not change the value to or from api. */
UpdateContentImportSourceRequest.SyncBehavior = {
Api: "api",
Automated: "automated",
Manual: "manual",
};
/** The status of the content import source. */
UpdateContentImportSourceRequest.Status = {
Active: "active",
Deactivated: "deactivated",
};
})(UpdateContentImportSourceRequest || (UpdateContentImportSourceRequest = {}));