grapp-common-se 0.6.199 → 0.6.201

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.
@@ -39,4 +39,5 @@ export interface RequestMethods {
39
39
  APPOINMENT_CIRUGIA_API?: string;
40
40
  UPDATE_APPOINMENT_CIRUGIA_API?: string;
41
41
  UPDATE_APPOINMENT_CIRUGIA_STATE_API?: string;
42
+ GET_PATIENT_WS?: string;
42
43
  }
@@ -78,6 +78,7 @@ export interface Order extends Resource {
78
78
  deferredDate?: number;
79
79
  ambit?: string;
80
80
  executorAssignedBy?: string[];
81
+ controlDate?: any;
81
82
  }
82
83
  export declare enum ExecutorActivateStates {
83
84
  REQUEST = 0,
@@ -122,7 +123,7 @@ interface PrescribingDoctor {
122
123
  idType?: string;
123
124
  document?: string;
124
125
  }
125
- interface DataCreatedBy {
126
+ export interface DataCreatedBy {
126
127
  id?: string;
127
128
  name?: string;
128
129
  document?: string;
@@ -43,6 +43,7 @@ export interface Patient extends User {
43
43
  changesTraceability?: ChangeTraceability[];
44
44
  messagePatientLog?: string[];
45
45
  activePatientContract?: boolean;
46
+ populationlabels?: any[];
46
47
  }
47
48
  export interface ChangeTraceability {
48
49
  modifiedBy: User;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.199",
3
+ "version": "0.6.201",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {