Update api client
This commit is contained in:
@@ -4638,6 +4638,12 @@ export interface PlatformSummaryViewModel {
|
|||||||
positionCountByDirection?: { [key in keyof typeof TradeDirection]?: number; } | null;
|
positionCountByDirection?: { [key in keyof typeof TradeDirection]?: number; } | null;
|
||||||
lastUpdated?: Date;
|
lastUpdated?: Date;
|
||||||
last24HourSnapshot?: Date;
|
last24HourSnapshot?: Date;
|
||||||
|
volumeHistory?: VolumeHistoryPoint[] | null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface VolumeHistoryPoint {
|
||||||
|
date?: Date;
|
||||||
|
volume?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PaginatedAgentIndexResponse {
|
export interface PaginatedAgentIndexResponse {
|
||||||
|
|||||||
@@ -993,6 +993,12 @@ export interface PlatformSummaryViewModel {
|
|||||||
positionCountByDirection?: { [key in keyof typeof TradeDirection]?: number; } | null;
|
positionCountByDirection?: { [key in keyof typeof TradeDirection]?: number; } | null;
|
||||||
lastUpdated?: Date;
|
lastUpdated?: Date;
|
||||||
last24HourSnapshot?: Date;
|
last24HourSnapshot?: Date;
|
||||||
|
volumeHistory?: VolumeHistoryPoint[] | null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface VolumeHistoryPoint {
|
||||||
|
date?: Date;
|
||||||
|
volume?: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PaginatedAgentIndexResponse {
|
export interface PaginatedAgentIndexResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user