grapp-common-se 0.6.274 → 0.6.276

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.
@@ -97,7 +97,8 @@ export interface Order extends Resource {
97
97
  weeklyFrecuency?: number;
98
98
  monthlyFrecuency?: number;
99
99
  cie11?: CIE10;
100
- erpResponseDate?: number;
100
+ erpResponseDate?: number | Date;
101
+ authorizationRequestDate?: number | Date;
101
102
  }
102
103
  export declare enum ExecutorActivateStates {
103
104
  REQUEST = 0,
@@ -50,6 +50,7 @@ export interface Patient extends User {
50
50
  populationlabels?: any[];
51
51
  justify?: string;
52
52
  birthDate?: number;
53
+ otherPhones?: Array<string>;
53
54
  }
54
55
  export interface ChangeTraceability {
55
56
  modifiedBy: User;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.274",
3
+ "version": "0.6.276",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {