sigo-entities 1.2.148 → 1.2.150
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/index.d.mts +111 -112
- package/dist/index.d.ts +111 -112
- package/dist/index.js +806 -822
- package/dist/index.mjs +839 -855
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2281,28 +2281,85 @@ declare class DataGridTabResidentialHP {
|
|
|
2281
2281
|
AddressID: string;
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
declare class
|
|
2284
|
+
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2285
|
+
Estado: EstadoDTO;
|
|
2286
|
+
TotalesGeneralObra: TotalGeneralObraPeru9112DTO;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
declare class MacroObraPeruENTITY extends MacroObraENTITY {
|
|
2290
|
+
Incidencias: IncidenciasPeruDTO[];
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
declare class ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO {
|
|
2285
2294
|
Codigo: string;
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2295
|
+
Titulo: string;
|
|
2296
|
+
FileExist: boolean;
|
|
2297
|
+
isProgress: boolean;
|
|
2298
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2299
|
+
Size: number;
|
|
2300
|
+
SizeImages: number;
|
|
2301
|
+
SizeNoImages: number;
|
|
2302
|
+
SizeProgress: number;
|
|
2303
|
+
SizeVerificada: number;
|
|
2304
|
+
Advance: number;
|
|
2305
|
+
AdvancePercent: number;
|
|
2306
|
+
Pending: number;
|
|
2307
|
+
PendingPercent: number;
|
|
2308
|
+
Progress: number;
|
|
2309
|
+
ProgressPercent: number;
|
|
2310
|
+
Verificada: number;
|
|
2311
|
+
VerificadaPercent: number;
|
|
2290
2312
|
}
|
|
2291
2313
|
|
|
2292
|
-
declare class
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2314
|
+
declare class ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO {
|
|
2315
|
+
Codigo: string;
|
|
2316
|
+
Titulo: string;
|
|
2317
|
+
FileExist: boolean;
|
|
2318
|
+
isProgress: boolean;
|
|
2319
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2320
|
+
Size: number;
|
|
2321
|
+
SizeImages: number;
|
|
2322
|
+
SizeNoImages: number;
|
|
2323
|
+
SizeProgress: number;
|
|
2324
|
+
SizeVerificada: number;
|
|
2325
|
+
Advance: number;
|
|
2326
|
+
AdvancePercent: number;
|
|
2327
|
+
Pending: number;
|
|
2328
|
+
PendingPercent: number;
|
|
2329
|
+
Progress: number;
|
|
2330
|
+
ProgressPercent: number;
|
|
2331
|
+
Verificada: number;
|
|
2332
|
+
VerificadaPercent: number;
|
|
2333
|
+
}
|
|
2334
|
+
declare class DataWithPercentItemPeruDTO {
|
|
2335
|
+
0: string;
|
|
2336
|
+
1: ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO;
|
|
2299
2337
|
}
|
|
2300
2338
|
|
|
2301
|
-
declare class
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2339
|
+
declare class ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO {
|
|
2340
|
+
IsDebug: boolean;
|
|
2341
|
+
Codigo: string[];
|
|
2342
|
+
Titulo: string[];
|
|
2343
|
+
FileExist: boolean[];
|
|
2344
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2345
|
+
Size: number[];
|
|
2346
|
+
SizeImages: number[];
|
|
2347
|
+
SizeProgress: number[];
|
|
2348
|
+
SizeNoImages: number[];
|
|
2349
|
+
Advance: number[];
|
|
2350
|
+
AdvancePercent: number[];
|
|
2351
|
+
Pending: number[];
|
|
2352
|
+
PendingPercent: number[];
|
|
2353
|
+
Progress: number[];
|
|
2354
|
+
ProgressPercent: number[];
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
declare class ResumenAvanceDataDocumentacionPeruDTO {
|
|
2358
|
+
IsDebug: boolean;
|
|
2359
|
+
DataGroupToDraw: ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO;
|
|
2360
|
+
DataWithPercents: DataWithPercentItemPeruDTO[];
|
|
2361
|
+
DataWithPercentsByFases: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2362
|
+
Estado: string;
|
|
2306
2363
|
}
|
|
2307
2364
|
|
|
2308
2365
|
declare class ResumenAvanceDataGranTotalEmpresasPeruDTO {
|
|
@@ -2318,6 +2375,15 @@ declare class ResumenAvanceDataGranTotalEmpresasPeruDTO {
|
|
|
2318
2375
|
PorcentajeUORestante: number;
|
|
2319
2376
|
}
|
|
2320
2377
|
|
|
2378
|
+
declare class ResumenAvanceDataGranTotalManoObraPeruDTO {
|
|
2379
|
+
Total: number;
|
|
2380
|
+
TotalUsado: number;
|
|
2381
|
+
PorcentajeUsado: number;
|
|
2382
|
+
FPorcentajeUsado: string;
|
|
2383
|
+
FTotal: string;
|
|
2384
|
+
FTotalUsado: string;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2321
2387
|
declare class ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO {
|
|
2322
2388
|
Periodo: string;
|
|
2323
2389
|
Mes: number;
|
|
@@ -2331,15 +2397,6 @@ declare class ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO {
|
|
|
2331
2397
|
PorcentajeRestante: number;
|
|
2332
2398
|
}
|
|
2333
2399
|
|
|
2334
|
-
declare class ResumenAvanceDataGranTotalManoObraPeruDTO {
|
|
2335
|
-
Total: number;
|
|
2336
|
-
TotalUsado: number;
|
|
2337
|
-
PorcentajeUsado: number;
|
|
2338
|
-
FPorcentajeUsado: string;
|
|
2339
|
-
FTotal: string;
|
|
2340
|
-
FTotalUsado: string;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
2400
|
declare class ResumenAvanceDataGranTotalPeruDTO {
|
|
2344
2401
|
Total: number;
|
|
2345
2402
|
TotalUsado: number;
|
|
@@ -2367,6 +2424,10 @@ declare class CalculatePercentsPeruDTO {
|
|
|
2367
2424
|
ProcessPercent: number;
|
|
2368
2425
|
}
|
|
2369
2426
|
|
|
2427
|
+
declare class DataGridTabBusinessHPPeruDTO {
|
|
2428
|
+
Home_ID: string;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2370
2431
|
declare class DocumentoDetalleClientePeruDTO {
|
|
2371
2432
|
dataOK: string[][];
|
|
2372
2433
|
dataNOOK: string[][];
|
|
@@ -2391,6 +2452,30 @@ declare class ResumentAvanceDocumentacionHPPeruDTO {
|
|
|
2391
2452
|
Estado: string;
|
|
2392
2453
|
}
|
|
2393
2454
|
|
|
2455
|
+
declare class PresupuestadoTotalObraEmpresaCuadrillaPeruDTO {
|
|
2456
|
+
Codigo: string;
|
|
2457
|
+
Descripcion: string;
|
|
2458
|
+
TotalMOPB: number;
|
|
2459
|
+
TotalMOValor: number;
|
|
2460
|
+
TotalMATValor: number;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
declare class PresupuestadoTotalObraEmpresaPeruDTO {
|
|
2464
|
+
RucContratista: string;
|
|
2465
|
+
RazonSocial: string;
|
|
2466
|
+
TotalMOPB: number;
|
|
2467
|
+
TotalMOValor: number;
|
|
2468
|
+
TotalMATValor: number;
|
|
2469
|
+
Cuadrillas: PresupuestadoTotalObraEmpresaCuadrillaPeruDTO[];
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
declare class PresupuestadoTotalObraPeruDTO {
|
|
2473
|
+
TotalMOPB: number;
|
|
2474
|
+
TotalMOValor: number;
|
|
2475
|
+
TotalMATValor: number;
|
|
2476
|
+
Empresas: PresupuestadoTotalObraEmpresaPeruDTO[];
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2394
2479
|
declare class DataDocumentacionPeruDTO {
|
|
2395
2480
|
total: number;
|
|
2396
2481
|
completed: number;
|
|
@@ -2400,7 +2485,6 @@ declare class DataDocumentacionPeruDTO {
|
|
|
2400
2485
|
|
|
2401
2486
|
declare class ResumenAvancePeruDTO {
|
|
2402
2487
|
DataGranTotal: ResumenAvanceDataGranTotalPeruDTO;
|
|
2403
|
-
DocumentacionHP: ResumentAvanceDocumentacionHPPeruDTO;
|
|
2404
2488
|
DataDocumentacion: DataDocumentacionPeruDTO;
|
|
2405
2489
|
}
|
|
2406
2490
|
|
|
@@ -2410,91 +2494,6 @@ declare class TotalGeneralObraPeruDTO {
|
|
|
2410
2494
|
ResumenAvance: ResumenAvancePeruDTO;
|
|
2411
2495
|
}
|
|
2412
2496
|
|
|
2413
|
-
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2414
|
-
Estado: EstadoDTO;
|
|
2415
|
-
TotalesGeneralObra: TotalGeneralObraPeruDTO;
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
declare class MacroObraPeruENTITY extends MacroObraENTITY {
|
|
2419
|
-
Incidencias: IncidenciasPeruDTO[];
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
declare class ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO {
|
|
2423
|
-
Codigo: string;
|
|
2424
|
-
Titulo: string;
|
|
2425
|
-
FileExist: boolean;
|
|
2426
|
-
isProgress: boolean;
|
|
2427
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2428
|
-
Size: number;
|
|
2429
|
-
SizeImages: number;
|
|
2430
|
-
SizeNoImages: number;
|
|
2431
|
-
SizeProgress: number;
|
|
2432
|
-
SizeVerificada: number;
|
|
2433
|
-
Advance: number;
|
|
2434
|
-
AdvancePercent: number;
|
|
2435
|
-
Pending: number;
|
|
2436
|
-
PendingPercent: number;
|
|
2437
|
-
Progress: number;
|
|
2438
|
-
ProgressPercent: number;
|
|
2439
|
-
Verificada: number;
|
|
2440
|
-
VerificadaPercent: number;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
declare class ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO {
|
|
2444
|
-
Codigo: string;
|
|
2445
|
-
Titulo: string;
|
|
2446
|
-
FileExist: boolean;
|
|
2447
|
-
isProgress: boolean;
|
|
2448
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2449
|
-
Size: number;
|
|
2450
|
-
SizeImages: number;
|
|
2451
|
-
SizeNoImages: number;
|
|
2452
|
-
SizeProgress: number;
|
|
2453
|
-
SizeVerificada: number;
|
|
2454
|
-
Advance: number;
|
|
2455
|
-
AdvancePercent: number;
|
|
2456
|
-
Pending: number;
|
|
2457
|
-
PendingPercent: number;
|
|
2458
|
-
Progress: number;
|
|
2459
|
-
ProgressPercent: number;
|
|
2460
|
-
Verificada: number;
|
|
2461
|
-
VerificadaPercent: number;
|
|
2462
|
-
}
|
|
2463
|
-
declare class DataWithPercentItemPeruDTO {
|
|
2464
|
-
0: string;
|
|
2465
|
-
1: ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
declare class ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO {
|
|
2469
|
-
IsDebug: boolean;
|
|
2470
|
-
Codigo: string[];
|
|
2471
|
-
Titulo: string[];
|
|
2472
|
-
FileExist: boolean[];
|
|
2473
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2474
|
-
Size: number[];
|
|
2475
|
-
SizeImages: number[];
|
|
2476
|
-
SizeProgress: number[];
|
|
2477
|
-
SizeNoImages: number[];
|
|
2478
|
-
Advance: number[];
|
|
2479
|
-
AdvancePercent: number[];
|
|
2480
|
-
Pending: number[];
|
|
2481
|
-
PendingPercent: number[];
|
|
2482
|
-
Progress: number[];
|
|
2483
|
-
ProgressPercent: number[];
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
declare class ResumenAvanceDataDocumentacionPeruDTO {
|
|
2487
|
-
IsDebug: boolean;
|
|
2488
|
-
DataGroupToDraw: ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO;
|
|
2489
|
-
DataWithPercents: DataWithPercentItemPeruDTO[];
|
|
2490
|
-
DataWithPercentsByFases: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2491
|
-
Estado: string;
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
declare class DataGridTabBusinessHPPeruDTO {
|
|
2495
|
-
Home_ID: string;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
2497
|
declare class TotalGeneralObraDTO {
|
|
2499
2498
|
PresupuestadoTotalObra: PresupuestadoTotalObraDTO;
|
|
2500
2499
|
ValorizadoTotalObra: PresupuestadoTotalObraDTO;
|
package/dist/index.d.ts
CHANGED
|
@@ -2281,28 +2281,85 @@ declare class DataGridTabResidentialHP {
|
|
|
2281
2281
|
AddressID: string;
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
declare class
|
|
2284
|
+
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2285
|
+
Estado: EstadoDTO;
|
|
2286
|
+
TotalesGeneralObra: TotalGeneralObraPeru9112DTO;
|
|
2287
|
+
}
|
|
2288
|
+
|
|
2289
|
+
declare class MacroObraPeruENTITY extends MacroObraENTITY {
|
|
2290
|
+
Incidencias: IncidenciasPeruDTO[];
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
declare class ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO {
|
|
2285
2294
|
Codigo: string;
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2295
|
+
Titulo: string;
|
|
2296
|
+
FileExist: boolean;
|
|
2297
|
+
isProgress: boolean;
|
|
2298
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2299
|
+
Size: number;
|
|
2300
|
+
SizeImages: number;
|
|
2301
|
+
SizeNoImages: number;
|
|
2302
|
+
SizeProgress: number;
|
|
2303
|
+
SizeVerificada: number;
|
|
2304
|
+
Advance: number;
|
|
2305
|
+
AdvancePercent: number;
|
|
2306
|
+
Pending: number;
|
|
2307
|
+
PendingPercent: number;
|
|
2308
|
+
Progress: number;
|
|
2309
|
+
ProgressPercent: number;
|
|
2310
|
+
Verificada: number;
|
|
2311
|
+
VerificadaPercent: number;
|
|
2290
2312
|
}
|
|
2291
2313
|
|
|
2292
|
-
declare class
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2314
|
+
declare class ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO {
|
|
2315
|
+
Codigo: string;
|
|
2316
|
+
Titulo: string;
|
|
2317
|
+
FileExist: boolean;
|
|
2318
|
+
isProgress: boolean;
|
|
2319
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2320
|
+
Size: number;
|
|
2321
|
+
SizeImages: number;
|
|
2322
|
+
SizeNoImages: number;
|
|
2323
|
+
SizeProgress: number;
|
|
2324
|
+
SizeVerificada: number;
|
|
2325
|
+
Advance: number;
|
|
2326
|
+
AdvancePercent: number;
|
|
2327
|
+
Pending: number;
|
|
2328
|
+
PendingPercent: number;
|
|
2329
|
+
Progress: number;
|
|
2330
|
+
ProgressPercent: number;
|
|
2331
|
+
Verificada: number;
|
|
2332
|
+
VerificadaPercent: number;
|
|
2333
|
+
}
|
|
2334
|
+
declare class DataWithPercentItemPeruDTO {
|
|
2335
|
+
0: string;
|
|
2336
|
+
1: ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO;
|
|
2299
2337
|
}
|
|
2300
2338
|
|
|
2301
|
-
declare class
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2339
|
+
declare class ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO {
|
|
2340
|
+
IsDebug: boolean;
|
|
2341
|
+
Codigo: string[];
|
|
2342
|
+
Titulo: string[];
|
|
2343
|
+
FileExist: boolean[];
|
|
2344
|
+
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2345
|
+
Size: number[];
|
|
2346
|
+
SizeImages: number[];
|
|
2347
|
+
SizeProgress: number[];
|
|
2348
|
+
SizeNoImages: number[];
|
|
2349
|
+
Advance: number[];
|
|
2350
|
+
AdvancePercent: number[];
|
|
2351
|
+
Pending: number[];
|
|
2352
|
+
PendingPercent: number[];
|
|
2353
|
+
Progress: number[];
|
|
2354
|
+
ProgressPercent: number[];
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
declare class ResumenAvanceDataDocumentacionPeruDTO {
|
|
2358
|
+
IsDebug: boolean;
|
|
2359
|
+
DataGroupToDraw: ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO;
|
|
2360
|
+
DataWithPercents: DataWithPercentItemPeruDTO[];
|
|
2361
|
+
DataWithPercentsByFases: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2362
|
+
Estado: string;
|
|
2306
2363
|
}
|
|
2307
2364
|
|
|
2308
2365
|
declare class ResumenAvanceDataGranTotalEmpresasPeruDTO {
|
|
@@ -2318,6 +2375,15 @@ declare class ResumenAvanceDataGranTotalEmpresasPeruDTO {
|
|
|
2318
2375
|
PorcentajeUORestante: number;
|
|
2319
2376
|
}
|
|
2320
2377
|
|
|
2378
|
+
declare class ResumenAvanceDataGranTotalManoObraPeruDTO {
|
|
2379
|
+
Total: number;
|
|
2380
|
+
TotalUsado: number;
|
|
2381
|
+
PorcentajeUsado: number;
|
|
2382
|
+
FPorcentajeUsado: string;
|
|
2383
|
+
FTotal: string;
|
|
2384
|
+
FTotalUsado: string;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2321
2387
|
declare class ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO {
|
|
2322
2388
|
Periodo: string;
|
|
2323
2389
|
Mes: number;
|
|
@@ -2331,15 +2397,6 @@ declare class ResumenAvanceDataGranTotalValorizacionesByPeriodosPeruDTO {
|
|
|
2331
2397
|
PorcentajeRestante: number;
|
|
2332
2398
|
}
|
|
2333
2399
|
|
|
2334
|
-
declare class ResumenAvanceDataGranTotalManoObraPeruDTO {
|
|
2335
|
-
Total: number;
|
|
2336
|
-
TotalUsado: number;
|
|
2337
|
-
PorcentajeUsado: number;
|
|
2338
|
-
FPorcentajeUsado: string;
|
|
2339
|
-
FTotal: string;
|
|
2340
|
-
FTotalUsado: string;
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
2400
|
declare class ResumenAvanceDataGranTotalPeruDTO {
|
|
2344
2401
|
Total: number;
|
|
2345
2402
|
TotalUsado: number;
|
|
@@ -2367,6 +2424,10 @@ declare class CalculatePercentsPeruDTO {
|
|
|
2367
2424
|
ProcessPercent: number;
|
|
2368
2425
|
}
|
|
2369
2426
|
|
|
2427
|
+
declare class DataGridTabBusinessHPPeruDTO {
|
|
2428
|
+
Home_ID: string;
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2370
2431
|
declare class DocumentoDetalleClientePeruDTO {
|
|
2371
2432
|
dataOK: string[][];
|
|
2372
2433
|
dataNOOK: string[][];
|
|
@@ -2391,6 +2452,30 @@ declare class ResumentAvanceDocumentacionHPPeruDTO {
|
|
|
2391
2452
|
Estado: string;
|
|
2392
2453
|
}
|
|
2393
2454
|
|
|
2455
|
+
declare class PresupuestadoTotalObraEmpresaCuadrillaPeruDTO {
|
|
2456
|
+
Codigo: string;
|
|
2457
|
+
Descripcion: string;
|
|
2458
|
+
TotalMOPB: number;
|
|
2459
|
+
TotalMOValor: number;
|
|
2460
|
+
TotalMATValor: number;
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
declare class PresupuestadoTotalObraEmpresaPeruDTO {
|
|
2464
|
+
RucContratista: string;
|
|
2465
|
+
RazonSocial: string;
|
|
2466
|
+
TotalMOPB: number;
|
|
2467
|
+
TotalMOValor: number;
|
|
2468
|
+
TotalMATValor: number;
|
|
2469
|
+
Cuadrillas: PresupuestadoTotalObraEmpresaCuadrillaPeruDTO[];
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
declare class PresupuestadoTotalObraPeruDTO {
|
|
2473
|
+
TotalMOPB: number;
|
|
2474
|
+
TotalMOValor: number;
|
|
2475
|
+
TotalMATValor: number;
|
|
2476
|
+
Empresas: PresupuestadoTotalObraEmpresaPeruDTO[];
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2394
2479
|
declare class DataDocumentacionPeruDTO {
|
|
2395
2480
|
total: number;
|
|
2396
2481
|
completed: number;
|
|
@@ -2400,7 +2485,6 @@ declare class DataDocumentacionPeruDTO {
|
|
|
2400
2485
|
|
|
2401
2486
|
declare class ResumenAvancePeruDTO {
|
|
2402
2487
|
DataGranTotal: ResumenAvanceDataGranTotalPeruDTO;
|
|
2403
|
-
DocumentacionHP: ResumentAvanceDocumentacionHPPeruDTO;
|
|
2404
2488
|
DataDocumentacion: DataDocumentacionPeruDTO;
|
|
2405
2489
|
}
|
|
2406
2490
|
|
|
@@ -2410,91 +2494,6 @@ declare class TotalGeneralObraPeruDTO {
|
|
|
2410
2494
|
ResumenAvance: ResumenAvancePeruDTO;
|
|
2411
2495
|
}
|
|
2412
2496
|
|
|
2413
|
-
declare class IncidenciasPeruDTO extends IncidenciasDTO {
|
|
2414
|
-
Estado: EstadoDTO;
|
|
2415
|
-
TotalesGeneralObra: TotalGeneralObraPeruDTO;
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
declare class MacroObraPeruENTITY extends MacroObraENTITY {
|
|
2419
|
-
Incidencias: IncidenciasPeruDTO[];
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
declare class ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO {
|
|
2423
|
-
Codigo: string;
|
|
2424
|
-
Titulo: string;
|
|
2425
|
-
FileExist: boolean;
|
|
2426
|
-
isProgress: boolean;
|
|
2427
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2428
|
-
Size: number;
|
|
2429
|
-
SizeImages: number;
|
|
2430
|
-
SizeNoImages: number;
|
|
2431
|
-
SizeProgress: number;
|
|
2432
|
-
SizeVerificada: number;
|
|
2433
|
-
Advance: number;
|
|
2434
|
-
AdvancePercent: number;
|
|
2435
|
-
Pending: number;
|
|
2436
|
-
PendingPercent: number;
|
|
2437
|
-
Progress: number;
|
|
2438
|
-
ProgressPercent: number;
|
|
2439
|
-
Verificada: number;
|
|
2440
|
-
VerificadaPercent: number;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
declare class ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO {
|
|
2444
|
-
Codigo: string;
|
|
2445
|
-
Titulo: string;
|
|
2446
|
-
FileExist: boolean;
|
|
2447
|
-
isProgress: boolean;
|
|
2448
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2449
|
-
Size: number;
|
|
2450
|
-
SizeImages: number;
|
|
2451
|
-
SizeNoImages: number;
|
|
2452
|
-
SizeProgress: number;
|
|
2453
|
-
SizeVerificada: number;
|
|
2454
|
-
Advance: number;
|
|
2455
|
-
AdvancePercent: number;
|
|
2456
|
-
Pending: number;
|
|
2457
|
-
PendingPercent: number;
|
|
2458
|
-
Progress: number;
|
|
2459
|
-
ProgressPercent: number;
|
|
2460
|
-
Verificada: number;
|
|
2461
|
-
VerificadaPercent: number;
|
|
2462
|
-
}
|
|
2463
|
-
declare class DataWithPercentItemPeruDTO {
|
|
2464
|
-
0: string;
|
|
2465
|
-
1: ResumenAvanceDataDocumentacionDataWithPercentsPeruDTO;
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
|
-
declare class ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO {
|
|
2469
|
-
IsDebug: boolean;
|
|
2470
|
-
Codigo: string[];
|
|
2471
|
-
Titulo: string[];
|
|
2472
|
-
FileExist: boolean[];
|
|
2473
|
-
children: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2474
|
-
Size: number[];
|
|
2475
|
-
SizeImages: number[];
|
|
2476
|
-
SizeProgress: number[];
|
|
2477
|
-
SizeNoImages: number[];
|
|
2478
|
-
Advance: number[];
|
|
2479
|
-
AdvancePercent: number[];
|
|
2480
|
-
Pending: number[];
|
|
2481
|
-
PendingPercent: number[];
|
|
2482
|
-
Progress: number[];
|
|
2483
|
-
ProgressPercent: number[];
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
declare class ResumenAvanceDataDocumentacionPeruDTO {
|
|
2487
|
-
IsDebug: boolean;
|
|
2488
|
-
DataGroupToDraw: ResumenAvanceDataDocumentacionDataGroupToDrawPeruDTO;
|
|
2489
|
-
DataWithPercents: DataWithPercentItemPeruDTO[];
|
|
2490
|
-
DataWithPercentsByFases: ResumenAvanceDataDocumentacionDataWithPercentsByFasesPeruDTO[];
|
|
2491
|
-
Estado: string;
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
declare class DataGridTabBusinessHPPeruDTO {
|
|
2495
|
-
Home_ID: string;
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
2497
|
declare class TotalGeneralObraDTO {
|
|
2499
2498
|
PresupuestadoTotalObra: PresupuestadoTotalObraDTO;
|
|
2500
2499
|
ValorizadoTotalObra: PresupuestadoTotalObraDTO;
|