grapp-common-se 0.6.70 → 0.6.73

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.
@@ -8,9 +8,6 @@ export interface Client {
8
8
  maximumLicenses: number;
9
9
  notificationsEmail: string;
10
10
  termsOfServiceHD: InnerFile;
11
- integrationsWs?: ClientWs[];
12
- }
13
- export interface ClientWs {
14
11
  REQUEST_URL?: string;
15
12
  REQUEST_HEADER?: boolean;
16
13
  refreshTokenRequired?: boolean;
@@ -307,6 +307,14 @@ export interface Eps {
307
307
  createdAt?: number;
308
308
  lastModified?: number;
309
309
  activeContract?: boolean;
310
+ comments?: EpsComments[];
311
+ }
312
+ export interface EpsComments {
313
+ name?: string;
314
+ date?: number;
315
+ oldValue?: string;
316
+ newValue?: string;
317
+ justify?: string;
310
318
  }
311
319
  export interface Contract {
312
320
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.70",
3
+ "version": "0.6.73",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {