Feature/extend assistant by tag selector (#2838)
* Extend assistant by tag selector * Update changelog
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user