/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents a source type for the source entity. - TYPE_UNSPECIFIED: Unspecified source type. - CALL: Phone call source type. - CHAT: Chat source type. - SOCIAL_MEDIA: Social media source type. - EMAIL: Email source type. - API: API source type. - MANUAL: Manual source type. * @export * @enum {string} */ export declare enum WebitelCasesSourceType { TYPEUNSPECIFIED = "TYPE_UNSPECIFIED", CALL = "CALL", CHAT = "CHAT", SOCIALMEDIA = "SOCIAL_MEDIA", EMAIL = "EMAIL", API = "API", MANUAL = "MANUAL" } //# sourceMappingURL=webitel-cases-source-type.d.ts.map