grapp-common-se 0.6.57 → 0.6.60

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;
@@ -305,6 +305,7 @@ export interface Eps {
305
305
  tableName?: string;
306
306
  createdAt?: number;
307
307
  lastModified?: number;
308
+ activeContract?: boolean;
308
309
  }
309
310
  export interface Contract {
310
311
  id?: string;
@@ -42,6 +42,7 @@ export interface Patient extends User {
42
42
  */
43
43
  changesTraceability?: ChangeTraceability[];
44
44
  messagePatientLog?: string[];
45
+ activePatientContract?: boolean;
45
46
  }
46
47
  export interface ChangeTraceability {
47
48
  modifiedBy: User;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.57",
3
+ "version": "0.6.60",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {