grapp-common-se 0.6.223 → 0.6.224

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.
@@ -78,10 +78,9 @@ export interface Order extends Resource {
78
78
  deferredDate?: number;
79
79
  ambit?: string;
80
80
  executorAssignedBy?: string[];
81
- controlDate?: any;
82
81
  executedReason?: string;
82
+ controlDate?: any;
83
83
  LastAssistantModified?: LastAssistantModified;
84
- doctorAssingDate?: Timestamp;
85
84
  }
86
85
  export declare enum ExecutorActivateStates {
87
86
  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;
@@ -333,7 +332,6 @@ export interface Eps {
333
332
  lastModified?: number;
334
333
  activeContract?: boolean;
335
334
  comments?: EpsComments[];
336
- affiliation?: string;
337
335
  }
338
336
  export interface NotifyContractTop {
339
337
  email: string;
@@ -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.223",
3
+ "version": "0.6.224",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {