fix: improve role assignment logic and permission handling in dashboard components
This commit is contained in:
2
packages/backend/convex/_generated/api.d.ts
vendored
2
packages/backend/convex/_generated/api.d.ts
vendored
@@ -19,7 +19,6 @@ import type * as dashboard from "../dashboard.js";
|
||||
import type * as funcionarios from "../funcionarios.js";
|
||||
import type * as healthCheck from "../healthCheck.js";
|
||||
import type * as http from "../http.js";
|
||||
import type * as inicializarPermissoes from "../inicializarPermissoes.js";
|
||||
import type * as logsAcesso from "../logsAcesso.js";
|
||||
import type * as menuPermissoes from "../menuPermissoes.js";
|
||||
import type * as monitoramento from "../monitoramento.js";
|
||||
@@ -56,7 +55,6 @@ declare const fullApi: ApiFromModules<{
|
||||
funcionarios: typeof funcionarios;
|
||||
healthCheck: typeof healthCheck;
|
||||
http: typeof http;
|
||||
inicializarPermissoes: typeof inicializarPermissoes;
|
||||
logsAcesso: typeof logsAcesso;
|
||||
menuPermissoes: typeof menuPermissoes;
|
||||
monitoramento: typeof monitoramento;
|
||||
|
||||
Reference in New Issue
Block a user