grapp-common-se 0.6.105 → 0.6.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/orders/request.d.ts +5 -0
- package/package.json +1 -1
package/dist/orders/request.d.ts
CHANGED
|
@@ -352,6 +352,11 @@ export interface Contract {
|
|
|
352
352
|
topWeekly?: string;
|
|
353
353
|
weeklyAlertPercent?: string;
|
|
354
354
|
priceControl?: boolean;
|
|
355
|
+
flagGeneralTop?: Boolean;
|
|
356
|
+
flagWeeklyTop?: Boolean;
|
|
357
|
+
flagMonthlyTop?: Boolean;
|
|
358
|
+
flagEstimatedTop?: Boolean;
|
|
359
|
+
flagExecutedTop?: Boolean;
|
|
355
360
|
}
|
|
356
361
|
export interface epsGroup {
|
|
357
362
|
id?: string;
|