grapp-common-se 0.6.230 → 0.6.232

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.
@@ -80,6 +80,7 @@ export interface Order extends Resource {
80
80
  executorAssignedBy?: string[];
81
81
  executedReason?: string;
82
82
  controlDate?: any;
83
+ doctorAssingDate?: Timestamp;
83
84
  LastAssistantModified?: LastAssistantModified;
84
85
  otherObservations?: string;
85
86
  }
@@ -172,6 +173,7 @@ export interface AgendaEvent {
172
173
  anesthesiologyState?: AnesthesiologyStates;
173
174
  turest?: string;
174
175
  turpropro?: string;
176
+ nameAppointmentPerson?: string;
175
177
  }
176
178
  export declare enum AnesthesiologyStates {
177
179
  Decline = 0,
@@ -32,10 +32,12 @@ export interface Request extends Resource {
32
32
  requestTraceabilityStatus?: requestTraceabilityStatus;
33
33
  files?: any[];
34
34
  filesConfidential?: any[];
35
+ filesDeleted?: any[];
35
36
  authorizationNumber?: string;
36
37
  auditAlert?: IAlerts;
37
38
  nroatencion?: string;
38
39
  isPendingToReactivate?: ExecutorActivate;
40
+ doctorAssingDate?: Timestamp;
39
41
  otherObservations?: string;
40
42
  }
41
43
  interface IAlerts {
@@ -20,6 +20,7 @@ export interface User extends Auth.User {
20
20
  confidentialFiles?: any;
21
21
  lastAccess?: number;
22
22
  profession?: string;
23
+ favoriteEmailListTraceability?: string;
23
24
  }
24
25
  export declare enum IDType {
25
26
  CC = "CC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.230",
3
+ "version": "0.6.232",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {