grapp-common-se 0.6.91 → 0.6.92
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
|
@@ -299,7 +299,6 @@ export interface Eps {
|
|
|
299
299
|
name: string;
|
|
300
300
|
nit: string;
|
|
301
301
|
regimen: string[];
|
|
302
|
-
notifyContractTop: NotifyContractTop[];
|
|
303
302
|
resourceID?: string;
|
|
304
303
|
resources?: string[];
|
|
305
304
|
tableName?: string;
|
|
@@ -308,9 +307,6 @@ export interface Eps {
|
|
|
308
307
|
activeContract?: boolean;
|
|
309
308
|
comments?: EpsComments[];
|
|
310
309
|
}
|
|
311
|
-
export interface NotifyContractTop {
|
|
312
|
-
email: string;
|
|
313
|
-
}
|
|
314
310
|
export interface EpsComments {
|
|
315
311
|
name?: string;
|
|
316
312
|
date?: number;
|