grapp-common-se 0.6.148 → 0.6.150

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.
@@ -30,4 +30,7 @@ export interface RequestMethods {
30
30
  TYPE_AUTHENTICATION?: string;
31
31
  PASSWORD_TOKEN_API?: string;
32
32
  USER_TOKEN_API?: string;
33
+ APPOINMENT_CIRUGIA_API?: string;
34
+ UPDATE_APPOINMENT_CIRUGIA_API?: string;
35
+ UPDATE_APPOINMENT_CIRUGIA_STATE_API?: string;
33
36
  }
@@ -217,27 +217,16 @@ export interface orderTraceabilityStatus {
217
217
  destinatary?: User;
218
218
  }
219
219
  export interface ContractTech {
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;
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;
241
230
  }
242
231
  export interface SpecialitiesDoctorComplete {
243
232
  habilitado: boolean;
@@ -31,7 +31,6 @@ export interface Request extends Resource {
31
31
  deletionObservations?: DeletionInfo;
32
32
  requestTraceabilityStatus?: requestTraceabilityStatus;
33
33
  files?: any[];
34
- filesConfidential?: any[];
35
34
  authorizationNumber?: string;
36
35
  auditAlert?: IAlerts;
37
36
  nroatencion?: string;
@@ -16,8 +16,6 @@ export interface User extends Auth.User {
16
16
  version?: string;
17
17
  viewDetailVersion?: boolean;
18
18
  telephone?: string;
19
- permissionUser?: string;
20
- confidentialFiles?: any;
21
19
  lastAccess?: number;
22
20
  }
23
21
  export declare enum IDType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.148",
3
+ "version": "0.6.150",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {