/** * 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. */ /** * Types of teams that can exist within an organization. - TEAM_TYPE_UNSPECIFIED: Default unspecified team type. - TEAM_TYPE_DEPARTMENT: Department within an organization. - TEAM_TYPE_PROJECT: Project-focused team. - TEAM_TYPE_WORKGROUP: Cross-departmental workgroup. - TEAM_TYPE_CROSS_FUNCTIONAL: Cross-functional team. - TEAM_TYPE_VIRTUAL: Virtual or remote team. - TEAM_TYPE_SELF_MANAGED: Self-managed team. - TEAM_TYPE_ADVISORY: Advisory or steering committee. */ export declare enum TeamType { Unspecified, Department, Project, Workgroup, CrossFunctional, Virtual, SelfManaged, Advisory }