grapp-common-se 0.6.66 → 0.6.67

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.
@@ -131,7 +131,7 @@ export interface OrderComment {
131
131
  sender?: User;
132
132
  destinatary?: User;
133
133
  destinataryID?: any;
134
- file?: string[] | (File | InnerFile)[];
134
+ file?: any[];
135
135
  observations?: string;
136
136
  emailNotification?: boolean;
137
137
  destinataryEmail?: any;
@@ -1,6 +1,5 @@
1
1
  import { Resource, Timestamp } from '3a-common';
2
2
  import { Order, OrderComment } from './order';
3
- import { InnerFile } from '../fileSystem';
4
3
  import { Patient, User } from '../users';
5
4
  import { Users } from '..';
6
5
  /**
@@ -32,7 +31,7 @@ export interface Request extends Resource {
32
31
  duplicated?: Boolean;
33
32
  deletionObservations?: DeletionInfo;
34
33
  requestTraceabilityStatus?: requestTraceabilityStatus;
35
- files?: string[] | (File | InnerFile)[];
34
+ files?: any[];
36
35
  authorizationNumber?: string;
37
36
  auditAlert?: IAlerts;
38
37
  nroatencion?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.66",
3
+ "version": "0.6.67",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {