grapp-common-se 0.6.151 → 0.6.152

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,7 +30,4 @@ 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;
36
33
  }
@@ -153,8 +153,6 @@ export interface AgendaEvent {
153
153
  };
154
154
  appointmentIdWS?: string;
155
155
  updatedAt?: Number;
156
- turest?: string;
157
- turpropro?: string;
158
156
  }
159
157
  export declare enum AgendaEventStatus {
160
158
  SUCCESSFUL = "Exitosa",
@@ -219,27 +217,16 @@ export interface orderTraceabilityStatus {
219
217
  destinatary?: User;
220
218
  }
221
219
  export interface ContractTech {
222
- _id?: string;
223
- epsId?: string;
224
- epsCode?: string;
225
- typeContract?: string;
226
- contractId?: string;
227
- technologyCode?: string;
228
- techName?: string;
229
- techCodeDescription?: string;
230
- buyCost?: number;
231
- sellPrice?: number;
232
- frecuency?: number;
233
- frecuencyAlert?: number;
234
- monthlyFrecuency?: number;
235
- weeklyFrecuency?: number;
236
- createdAt?: number;
237
- createdBy?: string;
238
- lastModifiedAt?: number;
239
- lastModifiedBy?: string;
240
- state?: boolean;
241
- ownCodeCups?: string;
242
- 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;
243
230
  }
244
231
  export interface SpecialitiesDoctorComplete {
245
232
  habilitado: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.151",
3
+ "version": "0.6.152",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {