/** * 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. */ /** * Roles available within a team, defining the level of access and responsibilities. - ROLE_TYPE_UNSPECIFIED: Default unspecified role. - ROLE_TYPE_OWNER: Owner with the highest permissions. - ROLE_TYPE_ADMIN: Admin with managerial permissions. - ROLE_TYPE_MEMBER: Member with standard access. - ROLE_TYPE_GUEST: Guest with limited access. - ROLE_TYPE_SUPER_ADMIN: Super Admin with overarching control. - ROLE_TYPE_TEAM_ADMIN: Team Admin specific to team-level management. - ROLE_TYPE_REGULAR: Regular team member. - ROLE_TYPE_MANAGER: Team manager - ROLE_TYPE_VIEWER: Read-only team member */ export declare enum RoleType { Unspecified, Owner, Admin, Member, Guest, SuperAdmin, TeamAdmin, Regular, Manager, Viewer }