grapp-common-se 0.6.125 → 0.6.127

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.
@@ -209,16 +209,27 @@ export interface orderTraceabilityStatus {
209
209
  destinatary?: User;
210
210
  }
211
211
  export interface ContractTech {
212
- epsId: string;
213
- buyCost: number;
214
- contractId: string;
215
- createdAt: number;
216
- frecuency: number;
217
- frecuencyAlert: number;
218
- sellPrice: number;
219
- state: boolean;
220
- techName: string;
221
- technologyCode: number;
212
+ _id?: string;
213
+ epsId?: string;
214
+ epsCode?: string;
215
+ typeContract?: string;
216
+ contractId?: string;
217
+ technologyCode?: string;
218
+ techName?: string;
219
+ techCodeDescription?: string;
220
+ buyCost?: number;
221
+ sellPrice?: number;
222
+ frecuency?: number;
223
+ frecuencyAlert?: number;
224
+ monthlyFrecuency?: number;
225
+ weeklyFrecuency?: number;
226
+ createdAt?: number;
227
+ createdBy?: string;
228
+ lastModifiedAt?: number;
229
+ lastModifiedBy?: string;
230
+ state?: boolean;
231
+ ownCodeCups?: string;
232
+ planContractTech?: string;
222
233
  }
223
234
  export interface SpecialitiesDoctorComplete {
224
235
  habilitado: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.125",
3
+ "version": "0.6.127",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {