/** * 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. */ /** * Represents various industries a business can belong to. - INDUSTRY_TYPE_UNSPECIFIED: Default unspecified industry. - INDUSTRY_TYPE_TECHNOLOGY: Technology sector. - INDUSTRY_TYPE_FINANCE: Finance sector. - INDUSTRY_TYPE_HEALTHCARE: Healthcare sector. - INDUSTRY_TYPE_EDUCATION: Education sector. - INDUSTRY_TYPE_RETAIL: Retail sector. - INDUSTRY_TYPE_MANUFACTURING: Manufacturing sector. - INDUSTRY_TYPE_OTHER: Other or unlisted industry. */ export declare enum IndustryType { Unspecified, Technology, Finance, Healthcare, Education, Retail, Manufacturing, Other }