grapp-common-se 0.6.218 → 0.6.220
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
CHANGED
package/dist/orders/request.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export interface Request extends Resource {
|
|
|
36
36
|
auditAlert?: IAlerts;
|
|
37
37
|
nroatencion?: string;
|
|
38
38
|
isPendingToReactivate?: ExecutorActivate;
|
|
39
|
+
doctorAssingDate?: Timestamp;
|
|
39
40
|
}
|
|
40
41
|
interface IAlerts {
|
|
41
42
|
visible: boolean;
|
|
@@ -332,6 +333,7 @@ export interface Eps {
|
|
|
332
333
|
lastModified?: number;
|
|
333
334
|
activeContract?: boolean;
|
|
334
335
|
comments?: EpsComments[];
|
|
336
|
+
affiliation?: string;
|
|
335
337
|
}
|
|
336
338
|
export interface NotifyContractTop {
|
|
337
339
|
email: string;
|