grapp-common-se 0.6.213 → 0.6.215

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,6 +79,8 @@ export interface Order extends Resource {
79
79
  ambit?: string;
80
80
  executorAssignedBy?: string[];
81
81
  controlDate?: any;
82
+ executedReason?: string;
83
+ LastAssistantModified?: LastAssistantModified;
82
84
  }
83
85
  export declare enum ExecutorActivateStates {
84
86
  REQUEST = 0,
@@ -284,4 +286,8 @@ export interface UserReduced {
284
286
  name?: string;
285
287
  date?: string;
286
288
  }
289
+ export interface LastAssistantModified {
290
+ name?: string;
291
+ id?: string;
292
+ }
287
293
  export {};
@@ -274,7 +274,8 @@ export declare const DoctorSpeciality: {
274
274
  };
275
275
  export declare enum CustomCausesActions {
276
276
  CANCEL = 0,
277
- DIFFER = 1
277
+ DIFFER = 1,
278
+ PACIENTE_ATENDIDO = 2
278
279
  }
279
280
  export interface Service {
280
281
  code: 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 = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.213",
3
+ "version": "0.6.215",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {