/** * 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_STATUS_UNSPECIFIED: Default unspecified team status. - TEAM_STATUS_ACTIVE: Team is active and operational. - TEAM_STATUS_INACTIVE: Team is temporarily inactive. - TEAM_STATUS_FORMING: Team is in formation phase. - TEAM_STATUS_DISSOLVING: Team is scheduled for dissolution. - TEAM_STATUS_ARCHIVED: Team is archived. */ export declare enum TeamStatus { Unspecified, Active, Inactive, Forming, Dissolving, Archived }