grapp-common-se 0.6.188 → 0.6.190

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.
@@ -121,7 +121,7 @@ interface PrescribingDoctor {
121
121
  idType?: string;
122
122
  document?: string;
123
123
  }
124
- export interface DataCreatedBy {
124
+ interface DataCreatedBy {
125
125
  id?: string;
126
126
  name?: string;
127
127
  document?: string;
@@ -225,7 +225,6 @@ export interface OrderComment {
225
225
  auditComment?: boolean;
226
226
  agenda?: AgendaEvent[];
227
227
  notifyPatient?: boolean;
228
- notifyPatientSms?: boolean;
229
228
  commentOrderTrans?: string;
230
229
  userTypeDateControlUpdate?: UserType;
231
230
  copyRequestFile?: boolean;
@@ -61,7 +61,6 @@ export interface RequestReduced extends Resource {
61
61
  nroatencion?: string;
62
62
  files?: any[];
63
63
  comments?: any[];
64
- auditAlert?: IAlerts;
65
64
  }
66
65
  export interface prescribingDocRequest {
67
66
  active?: boolean;
@@ -43,7 +43,6 @@ export interface Patient extends User {
43
43
  changesTraceability?: ChangeTraceability[];
44
44
  messagePatientLog?: string[];
45
45
  activePatientContract?: boolean;
46
- populationlabels?: string[];
47
46
  }
48
47
  export interface ChangeTraceability {
49
48
  modifiedBy: User;
@@ -19,7 +19,6 @@ export interface User extends Auth.User {
19
19
  permissionUser?: string;
20
20
  confidentialFiles?: any;
21
21
  lastAccess?: number;
22
- profession?: string;
23
22
  }
24
23
  export declare enum IDType {
25
24
  CC = "CC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.188",
3
+ "version": "0.6.190",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {