grapp-common-se 0.6.126 → 0.6.128
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.
- package/dist/orders/order.d.ts +21 -10
- package/package.json +1 -1
package/dist/orders/order.d.ts
CHANGED
|
@@ -216,16 +216,27 @@ export interface orderTraceabilityStatus {
|
|
|
216
216
|
destinatary?: User;
|
|
217
217
|
}
|
|
218
218
|
export interface ContractTech {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
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;
|