grapp-common-se 0.6.74 → 0.6.75

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.
@@ -155,6 +155,7 @@ export interface OrderComment {
155
155
  auditComment?: boolean;
156
156
  agenda?: AgendaEvent[];
157
157
  notifyPatient?: boolean;
158
+ commentOrderTrans?: string;
158
159
  }
159
160
  export interface orderTraceabilityStatus {
160
161
  direction?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.74",
3
+ "version": "0.6.75",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {