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.
- package/dist/client/client.d.ts +0 -3
- package/dist/orders/order.d.ts +10 -23
- package/package.json +1 -1
package/dist/client/client.d.ts
CHANGED
package/dist/orders/order.d.ts
CHANGED
|
@@ -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
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
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;
|