/** * 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. */ /** * Entity types within the system, representing the primary categories of users and organizations. - ENTITY_TYPE_UNSPECIFIED: Default unspecified entity type. - ENTITY_TYPE_USER: Individual user. - ENTITY_TYPE_TEAM: Organizational team. - ENTITY_TYPE_BUSINESS: Company or business entity. */ export declare enum EntityType { Unspecified, User, Team, Business }