feat(core): update DTOs, Trade Republic client, Yahoo scrapers, and dynamic settings

This commit is contained in:
2026-08-14 23:55:02 +02:00
parent 3d8af3940b
commit 4f733bf8c3
511 changed files with 1990 additions and 1080548 deletions
@@ -0,0 +1,9 @@
namespace FinlyticCore.Models.Settings;
public enum LogLevelEnum
{
None,
Debug,
Info,
Error
}