/** * 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. */ /** * Resource types for access control. - RESOURCE_TYPE_UNSPECIFIED: Default unspecified resource. - RESOURCE_TYPE_USER: User account. - RESOURCE_TYPE_BUSINESS: Business entity. - RESOURCE_TYPE_TEAM: Team or group. - RESOURCE_TYPE_PROJECT: Project or initiative. - RESOURCE_TYPE_REPORT: Report or analytics resource. - RESOURCE_TYPE_STORAGE: Storage space allocation. - RESOURCE_TYPE_COMPUTE: Computing resources. - RESOURCE_TYPE_NETWORK: Network bandwidth. - RESOURCE_TYPE_API_CALLS: API call quotas. - RESOURCE_TYPE_LICENSES: User licenses. */ export declare enum ResourceType { Unspecified, User, Business, Team, Project, Report, Storage, Compute, Network, ApiCalls, Licenses }