grapp-common-se 0.6.111 → 0.6.113

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.
@@ -8,4 +8,6 @@ export interface CodableConcept {
8
8
  codeDescription?: string;
9
9
  mainName?: string;
10
10
  mainCodeDescription?: string;
11
+ ownCode?: string;
12
+ plan?: string;
11
13
  }
@@ -57,6 +57,9 @@ export interface Order extends Resource {
57
57
  executionDate?: number;
58
58
  headquarters?: string;
59
59
  group?: GroupReduced[];
60
+ authAsistant?: boolean;
61
+ userModified?: string;
62
+ userModifiedLogs?: Array<UserReduced>;
60
63
  }
61
64
  export interface GroupReduced {
62
65
  id?: string;
@@ -215,4 +218,8 @@ export interface IPlanContract {
215
218
  modifiedBy?: string;
216
219
  active?: boolean;
217
220
  }
221
+ export interface UserReduced {
222
+ name?: string;
223
+ date?: string;
224
+ }
218
225
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.111",
3
+ "version": "0.6.113",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {