Incluir pasta data no repositório

Adiciona os arquivos JSON de dados (agentes, pipelines, tarefas,
agendamentos, execuções, webhooks, configurações) ao versionamento.
Mantém uploads e reports no gitignore.
This commit is contained in:
Frederico Castro
2026-02-28 08:35:54 -03:00
parent a2f7c5f466
commit 87062c288e
12 changed files with 5146 additions and 1 deletions

14
data/webhooks.json Normal file
View File

@@ -0,0 +1,14 @@
[
{
"id": "b5b42ba4-e811-4f34-b399-a47267b60b31",
"name": "Web Hook de Segurança",
"targetType": "agent",
"targetId": "d026be9f-0b16-492e-9e3c-833f839f6d72",
"token": "069e296d1b756b99003d69e0cc9a48ec051f7f0f2b901e4d",
"active": true,
"lastTriggeredAt": "2026-02-27T01:48:07.754Z",
"triggerCount": 2,
"created_at": "2026-02-27T01:29:21.901Z",
"updated_at": "2026-02-27T01:48:07.754Z"
}
]