Feature/rename queries to presets in market data table of admin control (#2165)
* Rename queries to presets * Update changelog
This commit is contained in:
@@ -5,7 +5,7 @@ export interface Filter {
|
||||
| 'ACCOUNT'
|
||||
| 'ASSET_CLASS'
|
||||
| 'ASSET_SUB_CLASS'
|
||||
| 'QUERY_ID'
|
||||
| 'PRESET_ID'
|
||||
| 'SYMBOL'
|
||||
| 'TAG';
|
||||
}
|
||||
|
@@ -5,7 +5,7 @@ import type { ColorScheme } from './color-scheme.type';
|
||||
import type { DateRange } from './date-range.type';
|
||||
import type { Granularity } from './granularity.type';
|
||||
import type { GroupBy } from './group-by.type';
|
||||
import type { MarketDataQuery } from './market-data-query.type';
|
||||
import type { MarketDataPreset } from './market-data-preset.type';
|
||||
import type { MarketState } from './market-state.type';
|
||||
import type { Market } from './market.type';
|
||||
import type { OrderWithAccount } from './order-with-account.type';
|
||||
@@ -24,7 +24,7 @@ export type {
|
||||
Granularity,
|
||||
GroupBy,
|
||||
Market,
|
||||
MarketDataQuery,
|
||||
MarketDataPreset,
|
||||
MarketState,
|
||||
OrderWithAccount,
|
||||
RequestWithUser,
|
||||
|
1
libs/common/src/lib/types/market-data-preset.type.ts
Normal file
1
libs/common/src/lib/types/market-data-preset.type.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type MarketDataPreset = 'ETF_WITHOUT_COUNTRIES' | 'ETF_WITHOUT_SECTORS';
|
@@ -1 +0,0 @@
|
||||
export type MarketDataQuery = 'ETF_WITHOUT_COUNTRIES' | 'ETF_WITHOUT_SECTORS';
|
Reference in New Issue
Block a user