refactor: improve data handling and UI feedback in LGPD-related components; enhance error handling and consent term display
This commit is contained in:
2
packages/backend/convex/_generated/api.d.ts
vendored
2
packages/backend/convex/_generated/api.d.ts
vendored
@@ -69,6 +69,7 @@ import type * as tables_enderecos from "../tables/enderecos.js";
|
||||
import type * as tables_ferias from "../tables/ferias.js";
|
||||
import type * as tables_flows from "../tables/flows.js";
|
||||
import type * as tables_funcionarios from "../tables/funcionarios.js";
|
||||
import type * as tables_lgpdTables from "../tables/lgpdTables.js";
|
||||
import type * as tables_licencas from "../tables/licencas.js";
|
||||
import type * as tables_pedidos from "../tables/pedidos.js";
|
||||
import type * as tables_ponto from "../tables/ponto.js";
|
||||
@@ -155,6 +156,7 @@ declare const fullApi: ApiFromModules<{
|
||||
"tables/ferias": typeof tables_ferias;
|
||||
"tables/flows": typeof tables_flows;
|
||||
"tables/funcionarios": typeof tables_funcionarios;
|
||||
"tables/lgpdTables": typeof tables_lgpdTables;
|
||||
"tables/licencas": typeof tables_licencas;
|
||||
"tables/pedidos": typeof tables_pedidos;
|
||||
"tables/ponto": typeof tables_ponto;
|
||||
|
||||
Reference in New Issue
Block a user