grapp-common-se 0.6.104 → 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.
@@ -58,8 +58,9 @@ export interface Order extends Resource {
58
58
  group?: GroupReduced[];
59
59
  }
60
60
  export interface GroupReduced {
61
- id: string;
62
- name: string;
61
+ id?: string;
62
+ name?: string;
63
+ group?: Users.User[] | any[];
63
64
  }
64
65
  export interface SendTo {
65
66
  transferStatus?: TransferStatus;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.104",
3
+ "version": "0.6.106",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {