grapp-common-se 0.6.117 → 0.6.119

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,7 +181,6 @@ export interface OrderComment {
181
181
  notifyPatient?: boolean;
182
182
  commentOrderTrans?: string;
183
183
  userTypeDateControlUpdate?: UserType;
184
- copyRequestFile?: boolean;
185
184
  }
186
185
  export interface orderTraceabilityStatus {
187
186
  direction?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.117",
3
+ "version": "0.6.119",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {