/** * 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. */ /** * Different types of tenants in an organization. - TENANT_TYPE_UNSPECIFIED: Default unspecified tenant type. - TENANT_TYPE_SUBSIDIARY: Subsidiary of the organization. - TENANT_TYPE_DEPARTMENT: Department within the organization. - TENANT_TYPE_DIVISION: Division within the organization. - TENANT_TYPE_TEAM: Team within the organization. - TENANT_TYPE_PROJECT: Project-specific tenant. */ export declare enum TenantType { Unspecified, Subsidiary, Department, Division, Team, Project }