sigo-entities 0.0.63 → 0.0.64
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +21 -21
- package/dist/index.mjs +20 -20
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1238,7 +1238,7 @@ declare class TipoEmpresaDTO {
|
|
|
1238
1238
|
Nombre: string;
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
declare class
|
|
1241
|
+
declare class EmpresaENTITY {
|
|
1242
1242
|
ID_Empresa: number;
|
|
1243
1243
|
Pais: PaisStockPersonalDTO;
|
|
1244
1244
|
TipoEmpresa: TipoEmpresaDTO;
|
|
@@ -1259,4 +1259,4 @@ declare class EmpresaENITY {
|
|
|
1259
1259
|
Bitacora: BitacoraDTO[];
|
|
1260
1260
|
}
|
|
1261
1261
|
|
|
1262
|
-
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO,
|
|
1262
|
+
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoEmpresaDTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.d.ts
CHANGED
|
@@ -1238,7 +1238,7 @@ declare class TipoEmpresaDTO {
|
|
|
1238
1238
|
Nombre: string;
|
|
1239
1239
|
}
|
|
1240
1240
|
|
|
1241
|
-
declare class
|
|
1241
|
+
declare class EmpresaENTITY {
|
|
1242
1242
|
ID_Empresa: number;
|
|
1243
1243
|
Pais: PaisStockPersonalDTO;
|
|
1244
1244
|
TipoEmpresa: TipoEmpresaDTO;
|
|
@@ -1259,4 +1259,4 @@ declare class EmpresaENITY {
|
|
|
1259
1259
|
Bitacora: BitacoraDTO[];
|
|
1260
1260
|
}
|
|
1261
1261
|
|
|
1262
|
-
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO,
|
|
1262
|
+
export { AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AsignacionGomDTO, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, BitacoraAntiguaDTO, BitacoraDTO, BodegaENTITY, ClienteDTO, CodigoDescripcionDTO, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, ConsumoMaterialENTITY, ContratoDTO, ConversionLogisticaDTO, CoordenadasDTO, DataCatalogoItemDTO, DatosAreaPersonalDTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosItemDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTrabajoCatalogoDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DelegacionDTO, DestinatarioDTO, DetalleDTO, DevolucionAlmacenENTITY, EmpresaDTO$1 as EmpresaDTO, EmpresaENTITY, EmpresaLogisticaDTO, EmpresaStockPersonalDTO, EmpresaUsuarioDTO, EquipoLogisticaDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, FamiliaItemDTO, FechaDTO, FilesDocDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosSSTDTO, GranFamiliaItemDTO, GrupoEmpresaDTO, IngresoAlmacenENTITY, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemENTITY, ItemLogisticaDTO, KeyIntegracionENTITY, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MailStructureENTITY, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NombreDescripcionDTO, OTDTO, OptionCatalogoDTO, PaisStockPersonalDTO, ParteDiarioDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PreciosVigentesDTO, RepresentanteLegalDTO, ReservaENTITY, SalidaAlmacenENTITY, SincronizacionPersonalDTO, SizeDTO, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, TipoAlmacenDTO, TipoDocumentoIdentidadDTO, TipoEmpresaDTO, TipoMiembroGrupoEmpresaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoStockStockPersonalDTO, TrabajoENTITY, TransaccionFoliosENTITY, TransaccionesDTO, UbicacionAlmacenDTO, UbicacionDTO, UnidadMedidaDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, ValidadoDTO, VarianteDTO, VigenciaDTO, WBEDTO, ZonaTrabajoDTO, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData };
|
package/dist/index.js
CHANGED
|
@@ -62,7 +62,7 @@ __export(src_exports, {
|
|
|
62
62
|
DetalleDTO: () => DetalleDTO,
|
|
63
63
|
DevolucionAlmacenENTITY: () => DevolucionAlmacenENTITY,
|
|
64
64
|
EmpresaDTO: () => EmpresaDTO,
|
|
65
|
-
|
|
65
|
+
EmpresaENTITY: () => EmpresaENTITY,
|
|
66
66
|
EmpresaLogisticaDTO: () => EmpresaLogisticaDTO,
|
|
67
67
|
EmpresaStockPersonalDTO: () => EmpresaStockPersonalDTO,
|
|
68
68
|
EmpresaUsuarioDTO: () => EmpresaUsuarioDTO,
|
|
@@ -6043,7 +6043,7 @@ __decorateClass([
|
|
|
6043
6043
|
|
|
6044
6044
|
// src/configuracion/empresa/shared/index.ts
|
|
6045
6045
|
var import_class_validator109 = require("class-validator");
|
|
6046
|
-
var
|
|
6046
|
+
var EmpresaENTITY = class {
|
|
6047
6047
|
ID_Empresa = 0;
|
|
6048
6048
|
Pais = new PaisStockPersonalDTO();
|
|
6049
6049
|
TipoEmpresa = new TipoEmpresaDTO();
|
|
@@ -6068,108 +6068,108 @@ __decorateClass([
|
|
|
6068
6068
|
(0, import_class_validator109.IsNumber)({}, { message: "debe ser un numero" }),
|
|
6069
6069
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6070
6070
|
(0, import_class_validator109.Min)(0, { message: "el valor m\xEDnimo es 0" })
|
|
6071
|
-
],
|
|
6071
|
+
], EmpresaENTITY.prototype, "ID_Empresa", 2);
|
|
6072
6072
|
__decorateClass([
|
|
6073
6073
|
(0, import_class_transformer109.Type)(() => PaisStockPersonalDTO),
|
|
6074
6074
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6075
6075
|
(0, import_class_transformer109.Expose)(),
|
|
6076
6076
|
(0, import_class_validator109.ValidateNested)()
|
|
6077
|
-
],
|
|
6077
|
+
], EmpresaENTITY.prototype, "Pais", 2);
|
|
6078
6078
|
__decorateClass([
|
|
6079
6079
|
(0, import_class_transformer109.Type)(() => TipoEmpresaDTO),
|
|
6080
6080
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6081
6081
|
(0, import_class_transformer109.Expose)(),
|
|
6082
6082
|
(0, import_class_validator109.ValidateNested)()
|
|
6083
|
-
],
|
|
6083
|
+
], EmpresaENTITY.prototype, "TipoEmpresa", 2);
|
|
6084
6084
|
__decorateClass([
|
|
6085
6085
|
(0, import_class_transformer109.Type)(() => GrupoEmpresaDTO),
|
|
6086
6086
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6087
6087
|
(0, import_class_transformer109.Expose)(),
|
|
6088
6088
|
(0, import_class_validator109.IsArray)(),
|
|
6089
6089
|
(0, import_class_validator109.ValidateNested)({ each: true })
|
|
6090
|
-
],
|
|
6090
|
+
], EmpresaENTITY.prototype, "GrupoEmpresa", 2);
|
|
6091
6091
|
__decorateClass([
|
|
6092
6092
|
(0, import_class_transformer109.Type)(() => TipoDocumentoIdentidadDTO),
|
|
6093
6093
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6094
6094
|
(0, import_class_transformer109.Expose)(),
|
|
6095
6095
|
(0, import_class_validator109.ValidateNested)()
|
|
6096
|
-
],
|
|
6096
|
+
], EmpresaENTITY.prototype, "TipoDocumentoIdentidad", 2);
|
|
6097
6097
|
__decorateClass([
|
|
6098
6098
|
(0, import_class_validator109.IsString)({ message: "debe ser un texto" }),
|
|
6099
6099
|
(0, import_class_validator109.Length)(1, 35, { message: "debe tener entre 1 y 35 caracteres" }),
|
|
6100
6100
|
(0, import_class_transformer109.Expose)()
|
|
6101
|
-
],
|
|
6101
|
+
], EmpresaENTITY.prototype, "NumeroDocumentoIdentidad", 2);
|
|
6102
6102
|
__decorateClass([
|
|
6103
6103
|
(0, import_class_validator109.IsString)({ message: "debe ser un texto" }),
|
|
6104
6104
|
(0, import_class_validator109.Length)(1, 35, { message: "debe tener entre 1 y 35 caracteres" }),
|
|
6105
6105
|
(0, import_class_transformer109.Expose)()
|
|
6106
|
-
],
|
|
6106
|
+
], EmpresaENTITY.prototype, "Codigo", 2);
|
|
6107
6107
|
__decorateClass([
|
|
6108
6108
|
(0, import_class_transformer109.Type)(() => LoteDTO),
|
|
6109
6109
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6110
6110
|
(0, import_class_transformer109.Expose)(),
|
|
6111
6111
|
(0, import_class_validator109.IsArray)(),
|
|
6112
6112
|
(0, import_class_validator109.ValidateNested)({ each: true })
|
|
6113
|
-
],
|
|
6113
|
+
], EmpresaENTITY.prototype, "Lotes", 2);
|
|
6114
6114
|
__decorateClass([
|
|
6115
6115
|
(0, import_class_validator109.IsString)({ message: "debe ser un texto" }),
|
|
6116
6116
|
(0, import_class_validator109.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
6117
6117
|
(0, import_class_transformer109.Expose)()
|
|
6118
|
-
],
|
|
6118
|
+
], EmpresaENTITY.prototype, "RazonSocial", 2);
|
|
6119
6119
|
__decorateClass([
|
|
6120
6120
|
(0, import_class_validator109.IsString)({ message: "debe ser un texto" }),
|
|
6121
6121
|
(0, import_class_validator109.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
6122
6122
|
(0, import_class_transformer109.Expose)()
|
|
6123
|
-
],
|
|
6123
|
+
], EmpresaENTITY.prototype, "NombreComercial", 2);
|
|
6124
6124
|
__decorateClass([
|
|
6125
6125
|
(0, import_class_validator109.IsBoolean)({ message: "debe ser un booleano" }),
|
|
6126
6126
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6127
6127
|
(0, import_class_transformer109.Expose)()
|
|
6128
|
-
],
|
|
6128
|
+
], EmpresaENTITY.prototype, "Propia", 2);
|
|
6129
6129
|
__decorateClass([
|
|
6130
6130
|
(0, import_class_transformer109.Type)(() => Object),
|
|
6131
6131
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6132
6132
|
(0, import_class_transformer109.Expose)(),
|
|
6133
6133
|
(0, import_class_validator109.ValidateNested)()
|
|
6134
|
-
],
|
|
6134
|
+
], EmpresaENTITY.prototype, "Documentacion", 2);
|
|
6135
6135
|
__decorateClass([
|
|
6136
6136
|
(0, import_class_transformer109.Type)(() => DatosGeneralesDTO),
|
|
6137
6137
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6138
6138
|
(0, import_class_transformer109.Expose)(),
|
|
6139
6139
|
(0, import_class_validator109.ValidateNested)()
|
|
6140
|
-
],
|
|
6140
|
+
], EmpresaENTITY.prototype, "DatosGenerales", 2);
|
|
6141
6141
|
__decorateClass([
|
|
6142
6142
|
(0, import_class_transformer109.Type)(() => RepresentanteLegalDTO),
|
|
6143
6143
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6144
6144
|
(0, import_class_transformer109.Expose)(),
|
|
6145
6145
|
(0, import_class_validator109.ValidateNested)()
|
|
6146
|
-
],
|
|
6146
|
+
], EmpresaENTITY.prototype, "RepresentanteLegal", 2);
|
|
6147
6147
|
__decorateClass([
|
|
6148
6148
|
(0, import_class_transformer109.Type)(() => CodigoNombreDTO),
|
|
6149
6149
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6150
6150
|
(0, import_class_transformer109.Expose)(),
|
|
6151
6151
|
(0, import_class_validator109.IsArray)(),
|
|
6152
6152
|
(0, import_class_validator109.ValidateNested)({ each: true })
|
|
6153
|
-
],
|
|
6153
|
+
], EmpresaENTITY.prototype, "Delegacion", 2);
|
|
6154
6154
|
__decorateClass([
|
|
6155
6155
|
(0, import_class_transformer109.Type)(() => DatosGIADTO),
|
|
6156
6156
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6157
6157
|
(0, import_class_transformer109.Expose)(),
|
|
6158
6158
|
(0, import_class_validator109.ValidateNested)()
|
|
6159
|
-
],
|
|
6159
|
+
], EmpresaENTITY.prototype, "DatosGIA", 2);
|
|
6160
6160
|
__decorateClass([
|
|
6161
6161
|
(0, import_class_transformer109.Type)(() => EstadoDTO),
|
|
6162
6162
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6163
6163
|
(0, import_class_transformer109.Expose)(),
|
|
6164
6164
|
(0, import_class_validator109.ValidateNested)()
|
|
6165
|
-
],
|
|
6165
|
+
], EmpresaENTITY.prototype, "Estado", 2);
|
|
6166
6166
|
__decorateClass([
|
|
6167
6167
|
(0, import_class_transformer109.Type)(() => BitacoraDTO),
|
|
6168
6168
|
(0, import_class_validator109.IsNotEmpty)({ message: "es requerido" }),
|
|
6169
6169
|
(0, import_class_transformer109.Expose)(),
|
|
6170
6170
|
(0, import_class_validator109.IsArray)(),
|
|
6171
6171
|
(0, import_class_validator109.ValidateNested)({ each: true })
|
|
6172
|
-
],
|
|
6172
|
+
], EmpresaENTITY.prototype, "Bitacora", 2);
|
|
6173
6173
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6174
6174
|
0 && (module.exports = {
|
|
6175
6175
|
AlmacenDTO,
|
|
@@ -6206,7 +6206,7 @@ __decorateClass([
|
|
|
6206
6206
|
DetalleDTO,
|
|
6207
6207
|
DevolucionAlmacenENTITY,
|
|
6208
6208
|
EmpresaDTO,
|
|
6209
|
-
|
|
6209
|
+
EmpresaENTITY,
|
|
6210
6210
|
EmpresaLogisticaDTO,
|
|
6211
6211
|
EmpresaStockPersonalDTO,
|
|
6212
6212
|
EmpresaUsuarioDTO,
|
package/dist/index.mjs
CHANGED
|
@@ -5923,7 +5923,7 @@ __decorateClass([
|
|
|
5923
5923
|
|
|
5924
5924
|
// src/configuracion/empresa/shared/index.ts
|
|
5925
5925
|
import { IsArray as IsArray31, IsBoolean as IsBoolean8, IsNotEmpty as IsNotEmpty103, IsNumber as IsNumber67, IsString as IsString88, Length as Length88, Min as Min47, ValidateNested as ValidateNested60 } from "class-validator";
|
|
5926
|
-
var
|
|
5926
|
+
var EmpresaENTITY = class {
|
|
5927
5927
|
ID_Empresa = 0;
|
|
5928
5928
|
Pais = new PaisStockPersonalDTO();
|
|
5929
5929
|
TipoEmpresa = new TipoEmpresaDTO();
|
|
@@ -5948,108 +5948,108 @@ __decorateClass([
|
|
|
5948
5948
|
IsNumber67({}, { message: "debe ser un numero" }),
|
|
5949
5949
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5950
5950
|
Min47(0, { message: "el valor m\xEDnimo es 0" })
|
|
5951
|
-
],
|
|
5951
|
+
], EmpresaENTITY.prototype, "ID_Empresa", 2);
|
|
5952
5952
|
__decorateClass([
|
|
5953
5953
|
Type60(() => PaisStockPersonalDTO),
|
|
5954
5954
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5955
5955
|
Expose108(),
|
|
5956
5956
|
ValidateNested60()
|
|
5957
|
-
],
|
|
5957
|
+
], EmpresaENTITY.prototype, "Pais", 2);
|
|
5958
5958
|
__decorateClass([
|
|
5959
5959
|
Type60(() => TipoEmpresaDTO),
|
|
5960
5960
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5961
5961
|
Expose108(),
|
|
5962
5962
|
ValidateNested60()
|
|
5963
|
-
],
|
|
5963
|
+
], EmpresaENTITY.prototype, "TipoEmpresa", 2);
|
|
5964
5964
|
__decorateClass([
|
|
5965
5965
|
Type60(() => GrupoEmpresaDTO),
|
|
5966
5966
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5967
5967
|
Expose108(),
|
|
5968
5968
|
IsArray31(),
|
|
5969
5969
|
ValidateNested60({ each: true })
|
|
5970
|
-
],
|
|
5970
|
+
], EmpresaENTITY.prototype, "GrupoEmpresa", 2);
|
|
5971
5971
|
__decorateClass([
|
|
5972
5972
|
Type60(() => TipoDocumentoIdentidadDTO),
|
|
5973
5973
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5974
5974
|
Expose108(),
|
|
5975
5975
|
ValidateNested60()
|
|
5976
|
-
],
|
|
5976
|
+
], EmpresaENTITY.prototype, "TipoDocumentoIdentidad", 2);
|
|
5977
5977
|
__decorateClass([
|
|
5978
5978
|
IsString88({ message: "debe ser un texto" }),
|
|
5979
5979
|
Length88(1, 35, { message: "debe tener entre 1 y 35 caracteres" }),
|
|
5980
5980
|
Expose108()
|
|
5981
|
-
],
|
|
5981
|
+
], EmpresaENTITY.prototype, "NumeroDocumentoIdentidad", 2);
|
|
5982
5982
|
__decorateClass([
|
|
5983
5983
|
IsString88({ message: "debe ser un texto" }),
|
|
5984
5984
|
Length88(1, 35, { message: "debe tener entre 1 y 35 caracteres" }),
|
|
5985
5985
|
Expose108()
|
|
5986
|
-
],
|
|
5986
|
+
], EmpresaENTITY.prototype, "Codigo", 2);
|
|
5987
5987
|
__decorateClass([
|
|
5988
5988
|
Type60(() => LoteDTO),
|
|
5989
5989
|
IsNotEmpty103({ message: "es requerido" }),
|
|
5990
5990
|
Expose108(),
|
|
5991
5991
|
IsArray31(),
|
|
5992
5992
|
ValidateNested60({ each: true })
|
|
5993
|
-
],
|
|
5993
|
+
], EmpresaENTITY.prototype, "Lotes", 2);
|
|
5994
5994
|
__decorateClass([
|
|
5995
5995
|
IsString88({ message: "debe ser un texto" }),
|
|
5996
5996
|
Length88(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
5997
5997
|
Expose108()
|
|
5998
|
-
],
|
|
5998
|
+
], EmpresaENTITY.prototype, "RazonSocial", 2);
|
|
5999
5999
|
__decorateClass([
|
|
6000
6000
|
IsString88({ message: "debe ser un texto" }),
|
|
6001
6001
|
Length88(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
|
|
6002
6002
|
Expose108()
|
|
6003
|
-
],
|
|
6003
|
+
], EmpresaENTITY.prototype, "NombreComercial", 2);
|
|
6004
6004
|
__decorateClass([
|
|
6005
6005
|
IsBoolean8({ message: "debe ser un booleano" }),
|
|
6006
6006
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6007
6007
|
Expose108()
|
|
6008
|
-
],
|
|
6008
|
+
], EmpresaENTITY.prototype, "Propia", 2);
|
|
6009
6009
|
__decorateClass([
|
|
6010
6010
|
Type60(() => Object),
|
|
6011
6011
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6012
6012
|
Expose108(),
|
|
6013
6013
|
ValidateNested60()
|
|
6014
|
-
],
|
|
6014
|
+
], EmpresaENTITY.prototype, "Documentacion", 2);
|
|
6015
6015
|
__decorateClass([
|
|
6016
6016
|
Type60(() => DatosGeneralesDTO),
|
|
6017
6017
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6018
6018
|
Expose108(),
|
|
6019
6019
|
ValidateNested60()
|
|
6020
|
-
],
|
|
6020
|
+
], EmpresaENTITY.prototype, "DatosGenerales", 2);
|
|
6021
6021
|
__decorateClass([
|
|
6022
6022
|
Type60(() => RepresentanteLegalDTO),
|
|
6023
6023
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6024
6024
|
Expose108(),
|
|
6025
6025
|
ValidateNested60()
|
|
6026
|
-
],
|
|
6026
|
+
], EmpresaENTITY.prototype, "RepresentanteLegal", 2);
|
|
6027
6027
|
__decorateClass([
|
|
6028
6028
|
Type60(() => CodigoNombreDTO),
|
|
6029
6029
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6030
6030
|
Expose108(),
|
|
6031
6031
|
IsArray31(),
|
|
6032
6032
|
ValidateNested60({ each: true })
|
|
6033
|
-
],
|
|
6033
|
+
], EmpresaENTITY.prototype, "Delegacion", 2);
|
|
6034
6034
|
__decorateClass([
|
|
6035
6035
|
Type60(() => DatosGIADTO),
|
|
6036
6036
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6037
6037
|
Expose108(),
|
|
6038
6038
|
ValidateNested60()
|
|
6039
|
-
],
|
|
6039
|
+
], EmpresaENTITY.prototype, "DatosGIA", 2);
|
|
6040
6040
|
__decorateClass([
|
|
6041
6041
|
Type60(() => EstadoDTO),
|
|
6042
6042
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6043
6043
|
Expose108(),
|
|
6044
6044
|
ValidateNested60()
|
|
6045
|
-
],
|
|
6045
|
+
], EmpresaENTITY.prototype, "Estado", 2);
|
|
6046
6046
|
__decorateClass([
|
|
6047
6047
|
Type60(() => BitacoraDTO),
|
|
6048
6048
|
IsNotEmpty103({ message: "es requerido" }),
|
|
6049
6049
|
Expose108(),
|
|
6050
6050
|
IsArray31(),
|
|
6051
6051
|
ValidateNested60({ each: true })
|
|
6052
|
-
],
|
|
6052
|
+
], EmpresaENTITY.prototype, "Bitacora", 2);
|
|
6053
6053
|
export {
|
|
6054
6054
|
AlmacenDTO,
|
|
6055
6055
|
AlmacenENTITY,
|
|
@@ -6085,7 +6085,7 @@ export {
|
|
|
6085
6085
|
DetalleDTO,
|
|
6086
6086
|
DevolucionAlmacenENTITY,
|
|
6087
6087
|
EmpresaDTO,
|
|
6088
|
-
|
|
6088
|
+
EmpresaENTITY,
|
|
6089
6089
|
EmpresaLogisticaDTO,
|
|
6090
6090
|
EmpresaStockPersonalDTO,
|
|
6091
6091
|
EmpresaUsuarioDTO,
|