/** * 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. */ /** * * @export * @enum {string} */ export declare enum ApiSystemObjects { Contacts = "contacts", CcList = "cc_list", CcBucket = "cc_bucket", Calendars = "calendars", Devices = "devices", CcAgent = "cc_agent", CcTeam = "cc_team", CcResource = "cc_resource", CcResourceGroup = "cc_resource_group", CcQueue = "cc_queue", Roles = "roles", Users = "users", CognitiveProfile = "cognitive_profile" } //# sourceMappingURL=api-system-objects.d.ts.map