grapp-common-se 0.6.257 → 0.6.258

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.
@@ -94,8 +94,6 @@ export interface Order extends Resource {
94
94
  transferStatus?: TransferStatus;
95
95
  userModified?: string;
96
96
  userModifiedLogs?: Array<UserReduced>;
97
- weeklyFrecuency?: number;
98
- monthlyFrecuency?: number;
99
97
  }
100
98
  export declare enum ExecutorActivateStates {
101
99
  REQUEST = 0,
@@ -30,10 +30,6 @@ export interface Patient extends User {
30
30
  * Eps
31
31
  */
32
32
  eps?: Orders.Eps;
33
- /**
34
- * Pais de nacionalidad
35
- */
36
- nationality?: Country;
37
33
  /**
38
34
  * Si es creado por importacion masiva o por el aplicativo
39
35
  */
@@ -57,12 +53,6 @@ export interface ChangeTraceability {
57
53
  attributes: AttributeChangedPatient;
58
54
  justify?: string;
59
55
  }
60
- export interface Country {
61
- Codigo?: string;
62
- Nombre?: string;
63
- Extra_II?: string;
64
- Extra_III?: string;
65
- }
66
56
  export interface AttributeChangedPatient {
67
57
  [key: string]: ValueChange;
68
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.257",
3
+ "version": "0.6.258",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {