grapp-common-se 0.6.219 → 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,7 +79,6 @@ 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
83
  }
85
84
  export declare enum ExecutorActivateStates {
@@ -274,8 +274,7 @@ export declare const DoctorSpeciality: {
274
274
  };
275
275
  export declare enum CustomCausesActions {
276
276
  CANCEL = 0,
277
- DIFFER = 1,
278
- PACIENTE_ATENDIDO = 2
277
+ DIFFER = 1
279
278
  }
280
279
  export interface Service {
281
280
  code: string;
@@ -332,7 +331,6 @@ export interface Eps {
332
331
  lastModified?: number;
333
332
  activeContract?: boolean;
334
333
  comments?: EpsComments[];
335
- affiliation?: string;
336
334
  }
337
335
  export interface NotifyContractTop {
338
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.219",
3
+ "version": "0.6.222",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {