/** * 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. */ /** * - TRANSFER_REASON_UNSPECIFIED: Default value as required by proto3 - TRANSFER_REASON_PROMOTION: Regular promotion or role change - TRANSFER_REASON_DEPARTURE: Previous owner left the organization - TRANSFER_REASON_RESTRUCTURE: Organizational restructuring - TRANSFER_REASON_TEMPORARY: Temporary transfer (acting role) - TRANSFER_REASON_ADMINISTRATIVE: Administrative decision */ export declare enum TransferReason { Unspecified, Promotion, Departure, Restructure, Temporary, Administrative }