grapp-common-se 0.6.146 → 0.6.148

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.
@@ -217,16 +217,27 @@ export interface orderTraceabilityStatus {
217
217
  destinatary?: User;
218
218
  }
219
219
  export interface ContractTech {
220
- epsId: string;
221
- buyCost: number;
222
- contractId: string;
223
- createdAt: number;
224
- frecuency: number;
225
- frecuencyAlert: number;
226
- sellPrice: number;
227
- state: boolean;
228
- techName: string;
229
- technologyCode: number;
220
+ _id?: string;
221
+ epsId?: string;
222
+ epsCode?: string;
223
+ typeContract?: string;
224
+ contractId?: string;
225
+ technologyCode?: string;
226
+ techName?: string;
227
+ techCodeDescription?: string;
228
+ buyCost?: number;
229
+ sellPrice?: number;
230
+ frecuency?: number;
231
+ frecuencyAlert?: number;
232
+ monthlyFrecuency?: number;
233
+ weeklyFrecuency?: number;
234
+ createdAt?: number;
235
+ createdBy?: string;
236
+ lastModifiedAt?: number;
237
+ lastModifiedBy?: string;
238
+ state?: boolean;
239
+ ownCodeCups?: string;
240
+ planContractTech?: string;
230
241
  }
231
242
  export interface SpecialitiesDoctorComplete {
232
243
  habilitado: boolean;
@@ -31,6 +31,7 @@ export interface Request extends Resource {
31
31
  deletionObservations?: DeletionInfo;
32
32
  requestTraceabilityStatus?: requestTraceabilityStatus;
33
33
  files?: any[];
34
+ filesConfidential?: any[];
34
35
  authorizationNumber?: string;
35
36
  auditAlert?: IAlerts;
36
37
  nroatencion?: string;
@@ -16,6 +16,8 @@ export interface User extends Auth.User {
16
16
  version?: string;
17
17
  viewDetailVersion?: boolean;
18
18
  telephone?: string;
19
+ permissionUser?: string;
20
+ confidentialFiles?: any;
19
21
  lastAccess?: number;
20
22
  }
21
23
  export declare enum IDType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.146",
3
+ "version": "0.6.148",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {