grapp-common-se 0.6.119 → 0.6.121

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.
@@ -181,6 +181,7 @@ export interface OrderComment {
181
181
  notifyPatient?: boolean;
182
182
  commentOrderTrans?: string;
183
183
  userTypeDateControlUpdate?: UserType;
184
+ copyRequestFile?: boolean;
184
185
  }
185
186
  export interface orderTraceabilityStatus {
186
187
  direction?: boolean;
@@ -101,8 +101,7 @@ export declare enum RequestStatus {
101
101
  RETURNED = 6,
102
102
  NO_AUTHORIZED = 7,
103
103
  PATIENT_ATTENDED = 8,
104
- DEFERRED_ORDERS = 9,
105
- ALL_IN_PROCESS_EPS = 10
104
+ DEFERRED_ORDERS = 9
106
105
  }
107
106
  export declare enum RequestType {
108
107
  HOSP = "Hospitalario externo",
@@ -13,7 +13,6 @@ var RequestStatus;
13
13
  RequestStatus[RequestStatus["NO_AUTHORIZED"] = 7] = "NO_AUTHORIZED";
14
14
  RequestStatus[RequestStatus["PATIENT_ATTENDED"] = 8] = "PATIENT_ATTENDED";
15
15
  RequestStatus[RequestStatus["DEFERRED_ORDERS"] = 9] = "DEFERRED_ORDERS";
16
- RequestStatus[RequestStatus["ALL_IN_PROCESS_EPS"] = 10] = "ALL_IN_PROCESS_EPS";
17
16
  })(RequestStatus = exports.RequestStatus || (exports.RequestStatus = {}));
18
17
  var RequestType;
19
18
  (function (RequestType) {
@@ -16,7 +16,6 @@ export interface User extends Auth.User {
16
16
  version?: string;
17
17
  viewDetailVersion?: boolean;
18
18
  telephone?: string;
19
- lastAccess?: number;
20
19
  }
21
20
  export declare enum IDType {
22
21
  CC = "CC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.119",
3
+ "version": "0.6.121",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {