grapp-common-se 0.6.218 → 0.6.220

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.
@@ -81,6 +81,7 @@ export interface Order extends Resource {
81
81
  controlDate?: any;
82
82
  executedReason?: string;
83
83
  LastAssistantModified?: LastAssistantModified;
84
+ doctorAssingDate?: Timestamp;
84
85
  }
85
86
  export declare enum ExecutorActivateStates {
86
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;
@@ -332,6 +333,7 @@ export interface Eps {
332
333
  lastModified?: number;
333
334
  activeContract?: boolean;
334
335
  comments?: EpsComments[];
336
+ affiliation?: string;
335
337
  }
336
338
  export interface NotifyContractTop {
337
339
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.218",
3
+ "version": "0.6.220",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {