grapp-common-se 0.6.264 → 0.6.266

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.
@@ -96,6 +96,7 @@ export interface Order extends Resource {
96
96
  userModifiedLogs?: Array<UserReduced>;
97
97
  weeklyFrecuency?: number;
98
98
  monthlyFrecuency?: number;
99
+ cie11?: CIE10;
99
100
  }
100
101
  export declare enum ExecutorActivateStates {
101
102
  REQUEST = 0,
@@ -21,6 +21,11 @@ export interface User extends Auth.User {
21
21
  lastAccess?: number;
22
22
  profession?: string;
23
23
  favoriteEmailListTraceability?: string;
24
+ tableColumns?: Array<{
25
+ tableType: number;
26
+ rol: UserType;
27
+ order: Array<string>;
28
+ }>;
24
29
  }
25
30
  export declare enum IDType {
26
31
  CC = "CC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.264",
3
+ "version": "0.6.266",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {