@cnc-ti/layout-basic 8.8.0 → 8.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1269,7 +1269,7 @@ interface AlertasProps {
1269
1269
  * entidade que vincula o alerta não se chama "evento" — a chave precisa
1270
1270
  * bater com o que foi salvo em `metadados` na criação do alerta.
1271
1271
  */
1272
- filtros?: Record<string, string | number>;
1272
+ filtros?: Record<string, string>;
1273
1273
  /** Falha ao buscar a lista (GET) ou ao salvar/concluir/excluir (erro relançado por onCriar/onAtualizar/onConcluir/onExcluir). */
1274
1274
  onErro?: (erro: Error) => void;
1275
1275
  }
package/dist/index.d.ts CHANGED
@@ -1269,7 +1269,7 @@ interface AlertasProps {
1269
1269
  * entidade que vincula o alerta não se chama "evento" — a chave precisa
1270
1270
  * bater com o que foi salvo em `metadados` na criação do alerta.
1271
1271
  */
1272
- filtros?: Record<string, string | number>;
1272
+ filtros?: Record<string, string>;
1273
1273
  /** Falha ao buscar a lista (GET) ou ao salvar/concluir/excluir (erro relançado por onCriar/onAtualizar/onConcluir/onExcluir). */
1274
1274
  onErro?: (erro: Error) => void;
1275
1275
  }