grapp-common-se 0.6.194 → 0.6.195

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.
@@ -122,7 +122,7 @@ interface PrescribingDoctor {
122
122
  idType?: string;
123
123
  document?: string;
124
124
  }
125
- export interface DataCreatedBy {
125
+ interface DataCreatedBy {
126
126
  id?: string;
127
127
  name?: string;
128
128
  document?: string;
@@ -43,7 +43,6 @@ export interface Patient extends User {
43
43
  changesTraceability?: ChangeTraceability[];
44
44
  messagePatientLog?: string[];
45
45
  activePatientContract?: boolean;
46
- populationlabels?: any[];
47
46
  }
48
47
  export interface ChangeTraceability {
49
48
  modifiedBy: User;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.194",
3
+ "version": "0.6.195",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {