fix(ai): remover coluna_vtr do flash
davinTI/app-dono-modulos/pipeline/head This commit looks good

This commit is contained in:
tkinaba
2026-05-15 10:06:46 -03:00
parent d732aabe53
commit 5af5472d20
3 changed files with 5 additions and 6 deletions
+4 -4
View File
@@ -9,16 +9,16 @@
"version": "1.0.0", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@davinti/jeff": "^1.0.12" "@davinti/jeff": "^1.0.13"
}, },
"devDependencies": { "devDependencies": {
"tsx": "^4.21.0" "tsx": "^4.21.0"
} }
}, },
"node_modules/@davinti/jeff": { "node_modules/@davinti/jeff": {
"version": "1.0.12", "version": "1.0.13",
"resolved": "https://git.davinti.com.br/api/packages/davinTI/npm/%40davinti%2Fjeff/-/1.0.12/jeff-1.0.12.tgz", "resolved": "https://git.davinti.com.br/api/packages/davinTI/npm/%40davinti%2Fjeff/-/1.0.13/jeff-1.0.13.tgz",
"integrity": "sha512-43JI3YQmB2aHIr7rNKX/xgpLAfYPacdisfnCJCQ0xlX/V1c5V76Bh1N4hlVQK6+JQwBpUeDFS2ub0Bg0NHceoQ==", "integrity": "sha512-RB8Otcj++PS1SirTyKhs6xDQ0KJBE8o/scKxJmhpizJLCZzr8woYJDMB8HeYpU7Onhzir0cS0mXp/lb/nMT3Mw==",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@types/glob": "^8.1.0", "@types/glob": "^8.1.0",
+1 -1
View File
@@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"description": "", "description": "",
"dependencies": { "dependencies": {
"@davinti/jeff": "^1.0.12" "@davinti/jeff": "^1.0.13"
}, },
"devDependencies": { "devDependencies": {
"tsx": "^4.21.0" "tsx": "^4.21.0"
-1
View File
@@ -31,7 +31,6 @@ export default moduleFactory
filtros: { filtros: {
data_venda: { data_venda: {
descricao_agente: "A data base para a consulta das vendas. Caso não informada explicitamente, usar a data de hoje no formato YYYY-MM-DD.", descricao_agente: "A data base para a consulta das vendas. Caso não informada explicitamente, usar a data de hoje no formato YYYY-MM-DD.",
coluna_vtr: "data_referencia",
nome_parametro: "data_venda", nome_parametro: "data_venda",
}, },
loja: { loja: {