grapp-common-se 0.6.138 → 0.6.140

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.
@@ -10,6 +10,10 @@ export interface Client {
10
10
  termsOfServiceHD: InnerFile;
11
11
  integrationsWs?: ClientWs[];
12
12
  addLegendInfo?: string;
13
+ messageEmail?: messageEmailByIntitution;
14
+ }
15
+ export interface messageEmailByIntitution {
16
+ messageExecutor?: string;
13
17
  }
14
18
  export interface ClientWs {
15
19
  REQUEST_URL?: string;
@@ -216,16 +216,27 @@ export interface orderTraceabilityStatus {
216
216
  destinatary?: User;
217
217
  }
218
218
  export interface ContractTech {
219
- epsId: string;
220
- buyCost: number;
221
- contractId: string;
222
- createdAt: number;
223
- frecuency: number;
224
- frecuencyAlert: number;
225
- sellPrice: number;
226
- state: boolean;
227
- techName: string;
228
- technologyCode: number;
219
+ _id?: string;
220
+ epsId?: string;
221
+ epsCode?: string;
222
+ typeContract?: string;
223
+ contractId?: string;
224
+ technologyCode?: string;
225
+ techName?: string;
226
+ techCodeDescription?: string;
227
+ buyCost?: number;
228
+ sellPrice?: number;
229
+ frecuency?: number;
230
+ frecuencyAlert?: number;
231
+ monthlyFrecuency?: number;
232
+ weeklyFrecuency?: number;
233
+ createdAt?: number;
234
+ createdBy?: string;
235
+ lastModifiedAt?: number;
236
+ lastModifiedBy?: string;
237
+ state?: boolean;
238
+ ownCodeCups?: string;
239
+ planContractTech?: string;
229
240
  }
230
241
  export interface SpecialitiesDoctorComplete {
231
242
  habilitado: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.138",
3
+ "version": "0.6.140",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {