/** * 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. */ /** * - TEAM_HIERARCHY_LEVEL_UNSPECIFIED: Default value as required by proto3 - TEAM_HIERARCHY_LEVEL_DIVISION: Top-level organizational division - TEAM_HIERARCHY_LEVEL_DEPARTMENT: Department within a division - TEAM_HIERARCHY_LEVEL_TEAM: Team within a department - TEAM_HIERARCHY_LEVEL_SUB_TEAM: Sub-team or project team - TEAM_HIERARCHY_LEVEL_TASK_FORCE: Temporary or task-specific team */ export declare enum TeamHierarchyLevel { Unspecified, Division, Department, Team, SubTeam, TaskForce }