grapp-common-se 0.6.222 → 0.6.223

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.
@@ -79,7 +79,9 @@ export interface Order extends Resource {
79
79
  ambit?: string;
80
80
  executorAssignedBy?: string[];
81
81
  controlDate?: any;
82
+ executedReason?: string;
82
83
  LastAssistantModified?: LastAssistantModified;
84
+ doctorAssingDate?: Timestamp;
83
85
  }
84
86
  export declare enum ExecutorActivateStates {
85
87
  REQUEST = 0,
@@ -36,6 +36,7 @@ export interface Request extends Resource {
36
36
  auditAlert?: IAlerts;
37
37
  nroatencion?: string;
38
38
  isPendingToReactivate?: ExecutorActivate;
39
+ doctorAssingDate?: Timestamp;
39
40
  }
40
41
  interface IAlerts {
41
42
  visible: boolean;
@@ -274,7 +275,8 @@ export declare const DoctorSpeciality: {
274
275
  };
275
276
  export declare enum CustomCausesActions {
276
277
  CANCEL = 0,
277
- DIFFER = 1
278
+ DIFFER = 1,
279
+ PACIENTE_ATENDIDO = 2
278
280
  }
279
281
  export interface Service {
280
282
  code: string;
@@ -331,6 +333,7 @@ export interface Eps {
331
333
  lastModified?: number;
332
334
  activeContract?: boolean;
333
335
  comments?: EpsComments[];
336
+ affiliation?: string;
334
337
  }
335
338
  export interface NotifyContractTop {
336
339
  email: string;
@@ -114,4 +114,5 @@ var CustomCausesActions;
114
114
  (function (CustomCausesActions) {
115
115
  CustomCausesActions[CustomCausesActions["CANCEL"] = 0] = "CANCEL";
116
116
  CustomCausesActions[CustomCausesActions["DIFFER"] = 1] = "DIFFER";
117
+ CustomCausesActions[CustomCausesActions["PACIENTE_ATENDIDO"] = 2] = "PACIENTE_ATENDIDO";
117
118
  })(CustomCausesActions = exports.CustomCausesActions || (exports.CustomCausesActions = {}));
@@ -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.222",
3
+ "version": "0.6.223",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {