/** * User Service API * Solomon AI User Service API - Manages user profiles and authentication * * The version of the OpenAPI document: 1.0 * Contact: yoanyomba@solomon-ai.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents the operational status of a tenant within the system. - TENANT_STATUS_UNSPECIFIED: Default unspecified tenant status. - TENANT_STATUS_ACTIVE: Tenant is fully operational. - TENANT_STATUS_SUSPENDED: Tenant is temporarily suspended. - TENANT_STATUS_DELETED: Tenant is permanently removed. */ export declare enum TenantStatus { Unspecified, Active, Suspended, Deleted }