/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type WebitelImApiGatewayV1ThreadRole = (typeof WebitelImApiGatewayV1ThreadRole)[keyof typeof WebitelImApiGatewayV1ThreadRole]; export const WebitelImApiGatewayV1ThreadRole = { RoleUnspecified: 'ROLE_UNSPECIFIED', RoleMember: 'ROLE_MEMBER', RoleAdmin: 'ROLE_ADMIN', RoleOwner: 'ROLE_OWNER', RoleSupervisor: 'ROLE_SUPERVISOR', } as const;