sigo-entities 0.0.80 → 0.0.83
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 +145 -11
- package/dist/index.d.ts +145 -11
- package/dist/index.js +3429 -2661
- package/dist/index.mjs +3125 -2370
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -349,6 +349,14 @@ declare class ZonaTrabajoDTO extends CodigoNombreDTO {
|
|
|
349
349
|
ID_ZonaTrabajo: number;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
+
declare class EmpresaPersonalDTO {
|
|
353
|
+
ID_Empresa: number;
|
|
354
|
+
Codigo: string;
|
|
355
|
+
NombreComercial: string;
|
|
356
|
+
RazonSocial: string;
|
|
357
|
+
NumeroDocumentoIdentidad: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
352
360
|
declare class MailStructureENTITY {
|
|
353
361
|
ID_MailStructure: number;
|
|
354
362
|
Codigo: string;
|
|
@@ -784,6 +792,13 @@ declare class Ultima_PreLiquidacionAlemaniaDTO {
|
|
|
784
792
|
Asfaltado: EstadoHPListDTO;
|
|
785
793
|
}
|
|
786
794
|
|
|
795
|
+
declare class UpdateUltimaFaseFacturacionDTO {
|
|
796
|
+
ID_Trabajo: number;
|
|
797
|
+
ID_valorizacion: number;
|
|
798
|
+
UltimaFaseFacturacion: FaseDTO;
|
|
799
|
+
LineaCodigoCub: string;
|
|
800
|
+
}
|
|
801
|
+
|
|
787
802
|
declare class TrabajoAlemaniaENTITY {
|
|
788
803
|
ID_Trabajo: number;
|
|
789
804
|
ID_GOM: number;
|
|
@@ -1245,14 +1260,6 @@ declare class DatosTrabajoCatalogoDTO {
|
|
|
1245
1260
|
Code02: string;
|
|
1246
1261
|
}
|
|
1247
1262
|
|
|
1248
|
-
declare class EmpresaUsuarioDTO {
|
|
1249
|
-
ID_Empresa: number;
|
|
1250
|
-
Codigo: string;
|
|
1251
|
-
NombreComercial: string;
|
|
1252
|
-
RazonSocial: string;
|
|
1253
|
-
NumeroDocumentoIdentidad: string;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1263
|
declare class OTDTO {
|
|
1257
1264
|
ID_OT: number;
|
|
1258
1265
|
Codigo: string;
|
|
@@ -1289,8 +1296,8 @@ declare class PersonalENTITY {
|
|
|
1289
1296
|
Sincronizacion: SincronizacionPersonalDTO;
|
|
1290
1297
|
Administrativo: boolean;
|
|
1291
1298
|
OTs: OTDTO[];
|
|
1292
|
-
EmpresaUsuario:
|
|
1293
|
-
EmpresasUsuario:
|
|
1299
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1300
|
+
EmpresasUsuario: EmpresaPersonalDTO[];
|
|
1294
1301
|
}
|
|
1295
1302
|
|
|
1296
1303
|
declare class PerfilENTITY {
|
|
@@ -1405,4 +1412,131 @@ declare class EmpresaENTITY {
|
|
|
1405
1412
|
Bitacora: BitacoraDTO[];
|
|
1406
1413
|
}
|
|
1407
1414
|
|
|
1408
|
-
|
|
1415
|
+
declare class EmpresaUsuarioDTO {
|
|
1416
|
+
CodEmpresa: string;
|
|
1417
|
+
CDEmpresa: string;
|
|
1418
|
+
Empresa: string;
|
|
1419
|
+
Grupo: string;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
declare class TipoDocumentoUsuarioDTO {
|
|
1423
|
+
TipoDocumento: string;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
declare class SocketDTO {
|
|
1427
|
+
SocketId: string;
|
|
1428
|
+
IdOpcionSistema: number;
|
|
1429
|
+
OpcionSistema: string;
|
|
1430
|
+
Fecha: Date;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
declare class ProfileDTO {
|
|
1434
|
+
IdPerfil: number;
|
|
1435
|
+
Perfil: string;
|
|
1436
|
+
Codigo: string;
|
|
1437
|
+
Pais: CodigoNombreDTO;
|
|
1438
|
+
Delegacion: CodigoNombreDTO;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
declare class DatosTrabajoUsuarioDTO {
|
|
1442
|
+
Delegacion: string;
|
|
1443
|
+
OT: string;
|
|
1444
|
+
Area: string;
|
|
1445
|
+
Cargo: string;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
declare class HistoricoEmpresasDTO {
|
|
1449
|
+
Fecha: Date;
|
|
1450
|
+
Usuario: UsuarioDTO;
|
|
1451
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
declare class AlmacenUsuarioGIADTO {
|
|
1455
|
+
ID_AlmacenGIA: number;
|
|
1456
|
+
Address: string;
|
|
1457
|
+
Address2: string;
|
|
1458
|
+
CDEmpresa: string;
|
|
1459
|
+
CDPais: string;
|
|
1460
|
+
CodDelegacion: string;
|
|
1461
|
+
CodEmpresa: string;
|
|
1462
|
+
CodOT: string;
|
|
1463
|
+
Code: string;
|
|
1464
|
+
Empresa: string;
|
|
1465
|
+
Grupo: string;
|
|
1466
|
+
Mostrar: string;
|
|
1467
|
+
Name: string;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
declare class PermisosAppDTO {
|
|
1471
|
+
ID_PermisosApp: number;
|
|
1472
|
+
Codigo: string;
|
|
1473
|
+
Nombre: string;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
declare class DelegacionZonalesDTO {
|
|
1477
|
+
IdDelegacion: number;
|
|
1478
|
+
Delegacion: string;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
declare class ZonalesDTO {
|
|
1482
|
+
IdPais: number;
|
|
1483
|
+
Pais: string;
|
|
1484
|
+
IdZonal: number;
|
|
1485
|
+
Zonal: string;
|
|
1486
|
+
Fecha_Registro: Date;
|
|
1487
|
+
Estado: number;
|
|
1488
|
+
IdUsuario: number;
|
|
1489
|
+
Usuario: string;
|
|
1490
|
+
Delegacion: DelegacionZonalesDTO[];
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
declare class ContratistasDTO {
|
|
1494
|
+
IdContratista: number;
|
|
1495
|
+
Contratista: string;
|
|
1496
|
+
IdArea: number;
|
|
1497
|
+
Area: string;
|
|
1498
|
+
IdNegocio: number;
|
|
1499
|
+
Negocio: string;
|
|
1500
|
+
IdPerfil: number;
|
|
1501
|
+
Perfil: string;
|
|
1502
|
+
Fecha_Registro: Date;
|
|
1503
|
+
IdUsuario: number;
|
|
1504
|
+
Usuario: string;
|
|
1505
|
+
Estado: number;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
declare class UsuarioENTITY {
|
|
1509
|
+
IdUsuario: number;
|
|
1510
|
+
User: string;
|
|
1511
|
+
Password: string;
|
|
1512
|
+
Nombres: string;
|
|
1513
|
+
ApellidoPaterno: string;
|
|
1514
|
+
ApellidoMaterno: string;
|
|
1515
|
+
TipoDocumento: TipoDocumentoUsuarioDTO;
|
|
1516
|
+
Identificacion: string;
|
|
1517
|
+
Email: string;
|
|
1518
|
+
Empresa: EmpresaUsuarioDTO;
|
|
1519
|
+
Estado: EstadoAntiguoDTO;
|
|
1520
|
+
Socket: SocketDTO;
|
|
1521
|
+
Foto: FotoDTO;
|
|
1522
|
+
Profile: ProfileDTO[];
|
|
1523
|
+
Pais: CodigoNombreDTO;
|
|
1524
|
+
Codigo: string;
|
|
1525
|
+
DatosTrabajo: DatosTrabajoUsuarioDTO;
|
|
1526
|
+
Delegacion: DelegacionDTO;
|
|
1527
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1528
|
+
HistoricoEmpresas: HistoricoEmpresasDTO[];
|
|
1529
|
+
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
1530
|
+
ResetPassword: number;
|
|
1531
|
+
Bitacora: BitacoraDTO[];
|
|
1532
|
+
isCreate: boolean;
|
|
1533
|
+
SuperUsuario: boolean;
|
|
1534
|
+
Almacen: AlmacenLogisticaDTO[];
|
|
1535
|
+
AlmacenGIA: AlmacenUsuarioGIADTO[];
|
|
1536
|
+
PaisesGestion: CodigoNombreDTO[];
|
|
1537
|
+
PermisosApp: PermisosAppDTO[];
|
|
1538
|
+
Zonales: ZonalesDTO[];
|
|
1539
|
+
Contratistas: ContratistasDTO;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OpcionSistemaENTITY, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilENTITY, PermisosAppDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SizeDTO, SocketDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoOpcionDto, TipoStockStockPersonalDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_PreLiquidacionAlemaniaDTO, UnidadMedidaDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, ValorizacionAlemaniaDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -349,6 +349,14 @@ declare class ZonaTrabajoDTO extends CodigoNombreDTO {
|
|
|
349
349
|
ID_ZonaTrabajo: number;
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
+
declare class EmpresaPersonalDTO {
|
|
353
|
+
ID_Empresa: number;
|
|
354
|
+
Codigo: string;
|
|
355
|
+
NombreComercial: string;
|
|
356
|
+
RazonSocial: string;
|
|
357
|
+
NumeroDocumentoIdentidad: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
352
360
|
declare class MailStructureENTITY {
|
|
353
361
|
ID_MailStructure: number;
|
|
354
362
|
Codigo: string;
|
|
@@ -784,6 +792,13 @@ declare class Ultima_PreLiquidacionAlemaniaDTO {
|
|
|
784
792
|
Asfaltado: EstadoHPListDTO;
|
|
785
793
|
}
|
|
786
794
|
|
|
795
|
+
declare class UpdateUltimaFaseFacturacionDTO {
|
|
796
|
+
ID_Trabajo: number;
|
|
797
|
+
ID_valorizacion: number;
|
|
798
|
+
UltimaFaseFacturacion: FaseDTO;
|
|
799
|
+
LineaCodigoCub: string;
|
|
800
|
+
}
|
|
801
|
+
|
|
787
802
|
declare class TrabajoAlemaniaENTITY {
|
|
788
803
|
ID_Trabajo: number;
|
|
789
804
|
ID_GOM: number;
|
|
@@ -1245,14 +1260,6 @@ declare class DatosTrabajoCatalogoDTO {
|
|
|
1245
1260
|
Code02: string;
|
|
1246
1261
|
}
|
|
1247
1262
|
|
|
1248
|
-
declare class EmpresaUsuarioDTO {
|
|
1249
|
-
ID_Empresa: number;
|
|
1250
|
-
Codigo: string;
|
|
1251
|
-
NombreComercial: string;
|
|
1252
|
-
RazonSocial: string;
|
|
1253
|
-
NumeroDocumentoIdentidad: string;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1263
|
declare class OTDTO {
|
|
1257
1264
|
ID_OT: number;
|
|
1258
1265
|
Codigo: string;
|
|
@@ -1289,8 +1296,8 @@ declare class PersonalENTITY {
|
|
|
1289
1296
|
Sincronizacion: SincronizacionPersonalDTO;
|
|
1290
1297
|
Administrativo: boolean;
|
|
1291
1298
|
OTs: OTDTO[];
|
|
1292
|
-
EmpresaUsuario:
|
|
1293
|
-
EmpresasUsuario:
|
|
1299
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1300
|
+
EmpresasUsuario: EmpresaPersonalDTO[];
|
|
1294
1301
|
}
|
|
1295
1302
|
|
|
1296
1303
|
declare class PerfilENTITY {
|
|
@@ -1405,4 +1412,131 @@ declare class EmpresaENTITY {
|
|
|
1405
1412
|
Bitacora: BitacoraDTO[];
|
|
1406
1413
|
}
|
|
1407
1414
|
|
|
1408
|
-
|
|
1415
|
+
declare class EmpresaUsuarioDTO {
|
|
1416
|
+
CodEmpresa: string;
|
|
1417
|
+
CDEmpresa: string;
|
|
1418
|
+
Empresa: string;
|
|
1419
|
+
Grupo: string;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
declare class TipoDocumentoUsuarioDTO {
|
|
1423
|
+
TipoDocumento: string;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
declare class SocketDTO {
|
|
1427
|
+
SocketId: string;
|
|
1428
|
+
IdOpcionSistema: number;
|
|
1429
|
+
OpcionSistema: string;
|
|
1430
|
+
Fecha: Date;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
declare class ProfileDTO {
|
|
1434
|
+
IdPerfil: number;
|
|
1435
|
+
Perfil: string;
|
|
1436
|
+
Codigo: string;
|
|
1437
|
+
Pais: CodigoNombreDTO;
|
|
1438
|
+
Delegacion: CodigoNombreDTO;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
declare class DatosTrabajoUsuarioDTO {
|
|
1442
|
+
Delegacion: string;
|
|
1443
|
+
OT: string;
|
|
1444
|
+
Area: string;
|
|
1445
|
+
Cargo: string;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
declare class HistoricoEmpresasDTO {
|
|
1449
|
+
Fecha: Date;
|
|
1450
|
+
Usuario: UsuarioDTO;
|
|
1451
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
declare class AlmacenUsuarioGIADTO {
|
|
1455
|
+
ID_AlmacenGIA: number;
|
|
1456
|
+
Address: string;
|
|
1457
|
+
Address2: string;
|
|
1458
|
+
CDEmpresa: string;
|
|
1459
|
+
CDPais: string;
|
|
1460
|
+
CodDelegacion: string;
|
|
1461
|
+
CodEmpresa: string;
|
|
1462
|
+
CodOT: string;
|
|
1463
|
+
Code: string;
|
|
1464
|
+
Empresa: string;
|
|
1465
|
+
Grupo: string;
|
|
1466
|
+
Mostrar: string;
|
|
1467
|
+
Name: string;
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
declare class PermisosAppDTO {
|
|
1471
|
+
ID_PermisosApp: number;
|
|
1472
|
+
Codigo: string;
|
|
1473
|
+
Nombre: string;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
declare class DelegacionZonalesDTO {
|
|
1477
|
+
IdDelegacion: number;
|
|
1478
|
+
Delegacion: string;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
declare class ZonalesDTO {
|
|
1482
|
+
IdPais: number;
|
|
1483
|
+
Pais: string;
|
|
1484
|
+
IdZonal: number;
|
|
1485
|
+
Zonal: string;
|
|
1486
|
+
Fecha_Registro: Date;
|
|
1487
|
+
Estado: number;
|
|
1488
|
+
IdUsuario: number;
|
|
1489
|
+
Usuario: string;
|
|
1490
|
+
Delegacion: DelegacionZonalesDTO[];
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
declare class ContratistasDTO {
|
|
1494
|
+
IdContratista: number;
|
|
1495
|
+
Contratista: string;
|
|
1496
|
+
IdArea: number;
|
|
1497
|
+
Area: string;
|
|
1498
|
+
IdNegocio: number;
|
|
1499
|
+
Negocio: string;
|
|
1500
|
+
IdPerfil: number;
|
|
1501
|
+
Perfil: string;
|
|
1502
|
+
Fecha_Registro: Date;
|
|
1503
|
+
IdUsuario: number;
|
|
1504
|
+
Usuario: string;
|
|
1505
|
+
Estado: number;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
declare class UsuarioENTITY {
|
|
1509
|
+
IdUsuario: number;
|
|
1510
|
+
User: string;
|
|
1511
|
+
Password: string;
|
|
1512
|
+
Nombres: string;
|
|
1513
|
+
ApellidoPaterno: string;
|
|
1514
|
+
ApellidoMaterno: string;
|
|
1515
|
+
TipoDocumento: TipoDocumentoUsuarioDTO;
|
|
1516
|
+
Identificacion: string;
|
|
1517
|
+
Email: string;
|
|
1518
|
+
Empresa: EmpresaUsuarioDTO;
|
|
1519
|
+
Estado: EstadoAntiguoDTO;
|
|
1520
|
+
Socket: SocketDTO;
|
|
1521
|
+
Foto: FotoDTO;
|
|
1522
|
+
Profile: ProfileDTO[];
|
|
1523
|
+
Pais: CodigoNombreDTO;
|
|
1524
|
+
Codigo: string;
|
|
1525
|
+
DatosTrabajo: DatosTrabajoUsuarioDTO;
|
|
1526
|
+
Delegacion: DelegacionDTO;
|
|
1527
|
+
EmpresaUsuario: EmpresaPersonalDTO;
|
|
1528
|
+
HistoricoEmpresas: HistoricoEmpresasDTO[];
|
|
1529
|
+
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
1530
|
+
ResetPassword: number;
|
|
1531
|
+
Bitacora: BitacoraDTO[];
|
|
1532
|
+
isCreate: boolean;
|
|
1533
|
+
SuperUsuario: boolean;
|
|
1534
|
+
Almacen: AlmacenLogisticaDTO[];
|
|
1535
|
+
AlmacenGIA: AlmacenUsuarioGIADTO[];
|
|
1536
|
+
PaisesGestion: CodigoNombreDTO[];
|
|
1537
|
+
PermisosApp: PermisosAppDTO[];
|
|
1538
|
+
Zonales: ZonalesDTO[];
|
|
1539
|
+
Contratistas: ContratistasDTO;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratistasDTO, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DelegacionZonalesDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaPersonalDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, HistoricoEmpresasDTO, HitoDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OpcionSistemaENTITY, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PerfilENTITY, PermisosAppDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, ProfileDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SistemaDto, SizeDTO, SocketDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoOpcionDto, TipoStockStockPersonalDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, Ultima_PreLiquidacionAlemaniaDTO, UnidadMedidaDTO, UpdateUltimaFaseFacturacionDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, ValorizacionAlemaniaDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, ZonalesDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|