refactor: save current workspace state including FinlyticAnalyzer fixes, FinlyticApp trade route alignment, and DTO audit documentation
This commit is contained in:
@@ -43,6 +43,8 @@ namespace FinlyticCore.Util;
|
||||
[JsonSerializable(typeof(List<AssetFundamentalsDto>))]
|
||||
[JsonSerializable(typeof(CorporateEventDto))]
|
||||
[JsonSerializable(typeof(List<CorporateEventDto>))]
|
||||
[JsonSerializable(typeof(CalendarEventResponseDto))]
|
||||
[JsonSerializable(typeof(List<CalendarEventResponseDto>))]
|
||||
[JsonSerializable(typeof(IsinSentimentSummaryDto))]
|
||||
[JsonSerializable(typeof(IsinAnalysisEntry))]
|
||||
[JsonSerializable(typeof(SectorSentimentSummaryDto))]
|
||||
@@ -72,6 +74,7 @@ namespace FinlyticCore.Util;
|
||||
[JsonSerializable(typeof(ArticleRequest))]
|
||||
[JsonSerializable(typeof(AnalyzeSentimentRequest))]
|
||||
[JsonSerializable(typeof(EmptyRequest))]
|
||||
[JsonSerializable(typeof(GetEventsByMonthRequest))]
|
||||
[JsonSerializable(typeof(ManualAnalysisRpcRequest))]
|
||||
|
||||
[JsonSerializable(typeof(ServiceHealthResponse))]
|
||||
|
||||
Reference in New Issue
Block a user