grapp-common-se 0.6.113 → 0.6.115

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.
@@ -9,6 +9,7 @@ export interface Client {
9
9
  notificationsEmail: string;
10
10
  termsOfServiceHD: InnerFile;
11
11
  integrationsWs?: ClientWs[];
12
+ addLegendInfo?: string;
12
13
  }
13
14
  export interface ClientWs {
14
15
  REQUEST_URL?: string;
@@ -180,6 +180,7 @@ export interface OrderComment {
180
180
  notifyPatient?: boolean;
181
181
  commentOrderTrans?: string;
182
182
  userTypeDateControlUpdate?: UserType;
183
+ copyRequestFile?: boolean;
183
184
  }
184
185
  export interface orderTraceabilityStatus {
185
186
  direction?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.113",
3
+ "version": "0.6.115",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {