grapp-common-se 0.6.59 → 0.6.62

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.
@@ -45,6 +45,7 @@ export interface Order extends Resource {
45
45
  sendTo?: SendTo[];
46
46
  transferDate?: Number;
47
47
  orderContract?: Contract;
48
+ justifyTransfer?: string;
48
49
  }
49
50
  export interface SendTo {
50
51
  transferStatus?: TransferStatus;
@@ -312,15 +312,15 @@ export interface Contract {
312
312
  code?: string;
313
313
  tag?: string;
314
314
  active?: boolean;
315
- topContractMoney?: number;
315
+ topContractMoney?: string;
316
316
  initialDate?: Timestamp;
317
317
  finalDate?: Timestamp;
318
318
  monthlyCheck?: boolean;
319
- topMonthly?: number;
320
- monthlyAlertPercent?: number;
319
+ topMonthly?: string;
320
+ monthlyAlertPercent?: string;
321
321
  weeklyCheck?: boolean;
322
- topWeekly?: number;
323
- weeklyAlertPercent?: number;
322
+ topWeekly?: string;
323
+ weeklyAlertPercent?: string;
324
324
  priceControl?: boolean;
325
325
  }
326
326
  export interface epsGroup {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.59",
3
+ "version": "0.6.62",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {