grapp-common-se 0.6.79 → 0.6.82

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.
@@ -304,6 +304,14 @@ export interface Eps {
304
304
  createdAt?: number;
305
305
  lastModified?: number;
306
306
  activeContract?: boolean;
307
+ comments?: EpsComments[];
308
+ }
309
+ export interface EpsComments {
310
+ name?: string;
311
+ date?: number;
312
+ oldValue?: string;
313
+ newValue?: string;
314
+ justify?: string;
307
315
  }
308
316
  export interface Contract {
309
317
  id?: string;
@@ -15,6 +15,7 @@ export interface User extends Auth.User {
15
15
  signature?: string;
16
16
  version?: string;
17
17
  viewDetailVersion?: boolean;
18
+ telephone?: string;
18
19
  }
19
20
  export declare enum IDType {
20
21
  CC = "CC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.79",
3
+ "version": "0.6.82",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {