ledgerone_backend/data/storage.json
2026-02-24 21:45:18 +00:00

29 lines
635 B
JSON

{
"users": [],
"accounts": [],
"transactionsRaw": [],
"transactionsDerived": [],
"rules": [
{
"id": "fff34fea-ff49-4d2e-ae0f-fdf4e35db82d",
"userId": "aee0b88d-8898-4174-9fcb-0435997421a6",
"name": "asdfasdfa",
"priority": 1,
"conditions": {
"textContains": "dinning",
"amountGreaterThan": 2
},
"actions": {
"setCategory": "dining",
"setHidden": false
},
"isActive": true,
"createdAt": "2026-01-21T03:26:36.913Z"
}
],
"ruleExecutions": [],
"exportLogs": [],
"auditLogs": [],
"taxReturns": [],
"taxDocuments": []
}