Feature/extend assistant by tag selector (#2838)

* Extend assistant by tag selector

* Update changelog
This commit is contained in:
Thomas Kaul
2024-01-07 16:56:25 +01:00
committed by GitHub
parent 2a4d7bf14f
commit d7f72819de
16 changed files with 142 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ import type {
ViewMode
} from '@ghostfolio/common/types';
import {
IsArray,
IsBoolean,
IsISO8601,
IsIn,
@@ -37,6 +38,10 @@ export class UpdateUserSettingDto {
@IsOptional()
emergencyFund?: number;
@IsArray()
@IsOptional()
'filters.tags'?: string[];
@IsBoolean()
@IsOptional()
isExperimentalFeatures?: boolean;