grapp-common-se 0.6.185 → 0.6.187

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.
@@ -225,6 +225,7 @@ export interface OrderComment {
225
225
  auditComment?: boolean;
226
226
  agenda?: AgendaEvent[];
227
227
  notifyPatient?: boolean;
228
+ notifyPatientSms?: boolean;
228
229
  commentOrderTrans?: string;
229
230
  userTypeDateControlUpdate?: UserType;
230
231
  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;
@@ -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.185",
3
+ "version": "0.6.187",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {