/** * 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. */ /** * Defines the environment of an API key, distinguishing between different deployment stages. - API_KEY_ENVIRONMENT_UNSPECIFIED: Default unspecified environment. - API_KEY_ENVIRONMENT_DEVELOPMENT: Development environment for testing. - API_KEY_ENVIRONMENT_STAGING: Staging environment for pre-production. - API_KEY_ENVIRONMENT_PRODUCTION: Production environment for live deployment. */ export declare enum APIKeyEnvironment { Unspecified, Development, Staging, Production }