grapp-common-se 0.6.220 → 0.6.222

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