grapp-common-se 0.6.190 → 0.6.192

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