sigo-entities 1.2.37 → 1.2.39
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +12 -12
- package/dist/index.mjs +12 -12
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4337,7 +4337,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
4337
4337
|
ID_Trabajo: number;
|
|
4338
4338
|
FlagPex: number;
|
|
4339
4339
|
Collection: string;
|
|
4340
|
-
Pais:
|
|
4340
|
+
Pais: CodigoNombreDTO;
|
|
4341
4341
|
Delegacion: CodigoNombreDTO;
|
|
4342
4342
|
Almacen: AlmacenLogisticaDTO;
|
|
4343
4343
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
@@ -4363,7 +4363,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
4363
4363
|
|
|
4364
4364
|
declare class StockPersonalENTITY {
|
|
4365
4365
|
ID_StockPersonal: number;
|
|
4366
|
-
Pais:
|
|
4366
|
+
Pais: CodigoNombreDTO;
|
|
4367
4367
|
Delegacion: CodigoNombreDTO;
|
|
4368
4368
|
Empresa: EmpresaLogisticaDTO;
|
|
4369
4369
|
Personal: PersonalLogisticaDTO$1;
|
|
@@ -4403,7 +4403,7 @@ declare class CorteBobinaStockAlmacenDTO {
|
|
|
4403
4403
|
|
|
4404
4404
|
declare class StockAlmacenENTITY {
|
|
4405
4405
|
ID_StockAlmacen: number;
|
|
4406
|
-
Pais:
|
|
4406
|
+
Pais: CodigoNombreDTO;
|
|
4407
4407
|
Delegacion: CodigoNombreDTO;
|
|
4408
4408
|
Almacen: AlmacenLogisticaDTO;
|
|
4409
4409
|
Bodega: CodigoNombreDTO;
|
|
@@ -4455,7 +4455,7 @@ declare class DevolucionAlmacenENTITY {
|
|
|
4455
4455
|
ID_Trabajo: number;
|
|
4456
4456
|
FlagPex: number;
|
|
4457
4457
|
Collection: string;
|
|
4458
|
-
Pais:
|
|
4458
|
+
Pais: CodigoNombreDTO;
|
|
4459
4459
|
Delegacion: CodigoNombreDTO;
|
|
4460
4460
|
Almacen: AlmacenLogisticaDTO;
|
|
4461
4461
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
@@ -4516,7 +4516,7 @@ declare class EmpresaStockPersonalDTO {
|
|
|
4516
4516
|
declare class ItemENTITY {
|
|
4517
4517
|
ID_Item: number;
|
|
4518
4518
|
Propio: boolean;
|
|
4519
|
-
Pais:
|
|
4519
|
+
Pais: CodigoNombreDTO;
|
|
4520
4520
|
Delegacion: CodigoNombreDTO;
|
|
4521
4521
|
Empresa: EmpresaStockPersonalDTO;
|
|
4522
4522
|
Cliente: ClienteDTO;
|
|
@@ -4911,7 +4911,7 @@ declare class TipoEmpresaDTO {
|
|
|
4911
4911
|
|
|
4912
4912
|
declare class EmpresaENTITY {
|
|
4913
4913
|
ID_Empresa: number;
|
|
4914
|
-
Pais:
|
|
4914
|
+
Pais: CodigoNombreDTO;
|
|
4915
4915
|
TipoEmpresa: TipoEmpresaDTO;
|
|
4916
4916
|
GrupoEmpresa: GrupoEmpresaDTO[];
|
|
4917
4917
|
TipoDocumentoIdentidad: TipoDocumentoIdentidadDTO;
|
package/dist/index.d.ts
CHANGED
|
@@ -4337,7 +4337,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
4337
4337
|
ID_Trabajo: number;
|
|
4338
4338
|
FlagPex: number;
|
|
4339
4339
|
Collection: string;
|
|
4340
|
-
Pais:
|
|
4340
|
+
Pais: CodigoNombreDTO;
|
|
4341
4341
|
Delegacion: CodigoNombreDTO;
|
|
4342
4342
|
Almacen: AlmacenLogisticaDTO;
|
|
4343
4343
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
@@ -4363,7 +4363,7 @@ declare class SalidaAlmacenENTITY {
|
|
|
4363
4363
|
|
|
4364
4364
|
declare class StockPersonalENTITY {
|
|
4365
4365
|
ID_StockPersonal: number;
|
|
4366
|
-
Pais:
|
|
4366
|
+
Pais: CodigoNombreDTO;
|
|
4367
4367
|
Delegacion: CodigoNombreDTO;
|
|
4368
4368
|
Empresa: EmpresaLogisticaDTO;
|
|
4369
4369
|
Personal: PersonalLogisticaDTO$1;
|
|
@@ -4403,7 +4403,7 @@ declare class CorteBobinaStockAlmacenDTO {
|
|
|
4403
4403
|
|
|
4404
4404
|
declare class StockAlmacenENTITY {
|
|
4405
4405
|
ID_StockAlmacen: number;
|
|
4406
|
-
Pais:
|
|
4406
|
+
Pais: CodigoNombreDTO;
|
|
4407
4407
|
Delegacion: CodigoNombreDTO;
|
|
4408
4408
|
Almacen: AlmacenLogisticaDTO;
|
|
4409
4409
|
Bodega: CodigoNombreDTO;
|
|
@@ -4455,7 +4455,7 @@ declare class DevolucionAlmacenENTITY {
|
|
|
4455
4455
|
ID_Trabajo: number;
|
|
4456
4456
|
FlagPex: number;
|
|
4457
4457
|
Collection: string;
|
|
4458
|
-
Pais:
|
|
4458
|
+
Pais: CodigoNombreDTO;
|
|
4459
4459
|
Delegacion: CodigoNombreDTO;
|
|
4460
4460
|
Almacen: AlmacenLogisticaDTO;
|
|
4461
4461
|
ZonaTrabajo: ZonaTrabajoDTO;
|
|
@@ -4516,7 +4516,7 @@ declare class EmpresaStockPersonalDTO {
|
|
|
4516
4516
|
declare class ItemENTITY {
|
|
4517
4517
|
ID_Item: number;
|
|
4518
4518
|
Propio: boolean;
|
|
4519
|
-
Pais:
|
|
4519
|
+
Pais: CodigoNombreDTO;
|
|
4520
4520
|
Delegacion: CodigoNombreDTO;
|
|
4521
4521
|
Empresa: EmpresaStockPersonalDTO;
|
|
4522
4522
|
Cliente: ClienteDTO;
|
|
@@ -4911,7 +4911,7 @@ declare class TipoEmpresaDTO {
|
|
|
4911
4911
|
|
|
4912
4912
|
declare class EmpresaENTITY {
|
|
4913
4913
|
ID_Empresa: number;
|
|
4914
|
-
Pais:
|
|
4914
|
+
Pais: CodigoNombreDTO;
|
|
4915
4915
|
TipoEmpresa: TipoEmpresaDTO;
|
|
4916
4916
|
GrupoEmpresa: GrupoEmpresaDTO[];
|
|
4917
4917
|
TipoDocumentoIdentidad: TipoDocumentoIdentidadDTO;
|
package/dist/index.js
CHANGED
|
@@ -23488,7 +23488,7 @@ var SalidaAlmacenENTITY = class {
|
|
|
23488
23488
|
ID_Trabajo = 0;
|
|
23489
23489
|
FlagPex = 0;
|
|
23490
23490
|
Collection = "";
|
|
23491
|
-
Pais = new
|
|
23491
|
+
Pais = new CodigoNombreDTO();
|
|
23492
23492
|
Delegacion = new CodigoNombreDTO();
|
|
23493
23493
|
Almacen = new AlmacenLogisticaDTO();
|
|
23494
23494
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -23554,7 +23554,7 @@ __decorateClass([
|
|
|
23554
23554
|
(0, import_class_transformer413.Expose)()
|
|
23555
23555
|
], SalidaAlmacenENTITY.prototype, "Collection", 2);
|
|
23556
23556
|
__decorateClass([
|
|
23557
|
-
(0, import_class_transformer413.Type)(() =>
|
|
23557
|
+
(0, import_class_transformer413.Type)(() => CodigoNombreDTO),
|
|
23558
23558
|
(0, import_class_validator414.IsNotEmpty)({ message: "es requerido" }),
|
|
23559
23559
|
(0, import_class_transformer413.Expose)(),
|
|
23560
23560
|
(0, import_class_validator414.ValidateNested)()
|
|
@@ -23690,7 +23690,7 @@ var import_class_transformer414 = require("class-transformer");
|
|
|
23690
23690
|
var import_class_validator415 = require("class-validator");
|
|
23691
23691
|
var StockPersonalENTITY = class {
|
|
23692
23692
|
ID_StockPersonal = 0;
|
|
23693
|
-
Pais = new
|
|
23693
|
+
Pais = new CodigoNombreDTO();
|
|
23694
23694
|
Delegacion = new CodigoNombreDTO();
|
|
23695
23695
|
Empresa = new EmpresaLogisticaDTO();
|
|
23696
23696
|
Personal = new PersonalLogisticaDTO();
|
|
@@ -23726,7 +23726,7 @@ __decorateClass([
|
|
|
23726
23726
|
(0, import_class_validator415.Min)(0, { message: "el valor m\xEDnimo es 0" })
|
|
23727
23727
|
], StockPersonalENTITY.prototype, "ID_StockPersonal", 2);
|
|
23728
23728
|
__decorateClass([
|
|
23729
|
-
(0, import_class_transformer414.Type)(() =>
|
|
23729
|
+
(0, import_class_transformer414.Type)(() => CodigoNombreDTO),
|
|
23730
23730
|
(0, import_class_validator415.IsNotEmpty)({ message: "es requerido" }),
|
|
23731
23731
|
(0, import_class_transformer414.Expose)(),
|
|
23732
23732
|
(0, import_class_validator415.ValidateNested)()
|
|
@@ -23936,7 +23936,7 @@ __decorateClass([
|
|
|
23936
23936
|
var import_class_validator417 = require("class-validator");
|
|
23937
23937
|
var StockAlmacenENTITY = class {
|
|
23938
23938
|
ID_StockAlmacen = 0;
|
|
23939
|
-
Pais = new
|
|
23939
|
+
Pais = new CodigoNombreDTO();
|
|
23940
23940
|
Delegacion = new CodigoNombreDTO();
|
|
23941
23941
|
Almacen = new AlmacenLogisticaDTO();
|
|
23942
23942
|
Bodega = new CodigoNombreDTO();
|
|
@@ -23965,7 +23965,7 @@ __decorateClass([
|
|
|
23965
23965
|
(0, import_class_validator417.Min)(0, { message: "el valor m\xEDnimo es 0" })
|
|
23966
23966
|
], StockAlmacenENTITY.prototype, "ID_StockAlmacen", 2);
|
|
23967
23967
|
__decorateClass([
|
|
23968
|
-
(0, import_class_transformer416.Type)(() =>
|
|
23968
|
+
(0, import_class_transformer416.Type)(() => CodigoNombreDTO),
|
|
23969
23969
|
(0, import_class_validator417.IsNotEmpty)({ message: "es requerido" }),
|
|
23970
23970
|
(0, import_class_transformer416.Expose)(),
|
|
23971
23971
|
(0, import_class_validator417.ValidateNested)()
|
|
@@ -24204,7 +24204,7 @@ var DevolucionAlmacenENTITY = class {
|
|
|
24204
24204
|
ID_Trabajo = 0;
|
|
24205
24205
|
FlagPex = 0;
|
|
24206
24206
|
Collection = "";
|
|
24207
|
-
Pais = new
|
|
24207
|
+
Pais = new CodigoNombreDTO();
|
|
24208
24208
|
Delegacion = new CodigoNombreDTO();
|
|
24209
24209
|
Almacen = new AlmacenLogisticaDTO();
|
|
24210
24210
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -24267,7 +24267,7 @@ __decorateClass([
|
|
|
24267
24267
|
(0, import_class_transformer420.Expose)()
|
|
24268
24268
|
], DevolucionAlmacenENTITY.prototype, "Collection", 2);
|
|
24269
24269
|
__decorateClass([
|
|
24270
|
-
(0, import_class_transformer420.Type)(() =>
|
|
24270
|
+
(0, import_class_transformer420.Type)(() => CodigoNombreDTO),
|
|
24271
24271
|
(0, import_class_validator421.IsNotEmpty)({ message: "es requerido" }),
|
|
24272
24272
|
(0, import_class_transformer420.Expose)(),
|
|
24273
24273
|
(0, import_class_validator421.ValidateNested)()
|
|
@@ -24562,7 +24562,7 @@ __decorateClass([
|
|
|
24562
24562
|
var ItemENTITY = class {
|
|
24563
24563
|
ID_Item = 0;
|
|
24564
24564
|
Propio = true;
|
|
24565
|
-
Pais = new
|
|
24565
|
+
Pais = new CodigoNombreDTO();
|
|
24566
24566
|
Delegacion = new CodigoNombreDTO();
|
|
24567
24567
|
Empresa = new EmpresaStockPersonalDTO();
|
|
24568
24568
|
Cliente = new ClienteDTO();
|
|
@@ -24598,7 +24598,7 @@ __decorateClass([
|
|
|
24598
24598
|
(0, import_class_transformer426.Expose)()
|
|
24599
24599
|
], ItemENTITY.prototype, "Propio", 2);
|
|
24600
24600
|
__decorateClass([
|
|
24601
|
-
(0, import_class_transformer426.Type)(() =>
|
|
24601
|
+
(0, import_class_transformer426.Type)(() => CodigoNombreDTO),
|
|
24602
24602
|
(0, import_class_validator427.IsNotEmpty)({ message: "es requerido" }),
|
|
24603
24603
|
(0, import_class_transformer426.Expose)(),
|
|
24604
24604
|
(0, import_class_validator427.ValidateNested)()
|
|
@@ -26717,7 +26717,7 @@ __decorateClass([
|
|
|
26717
26717
|
var import_class_validator467 = require("class-validator");
|
|
26718
26718
|
var EmpresaENTITY = class {
|
|
26719
26719
|
ID_Empresa = 0;
|
|
26720
|
-
Pais = new
|
|
26720
|
+
Pais = new CodigoNombreDTO();
|
|
26721
26721
|
TipoEmpresa = new TipoEmpresaDTO();
|
|
26722
26722
|
GrupoEmpresa = [];
|
|
26723
26723
|
TipoDocumentoIdentidad = new TipoDocumentoIdentidadDTO();
|
|
@@ -26742,7 +26742,7 @@ __decorateClass([
|
|
|
26742
26742
|
(0, import_class_validator467.Min)(0, { message: "el valor m\xEDnimo es 0" })
|
|
26743
26743
|
], EmpresaENTITY.prototype, "ID_Empresa", 2);
|
|
26744
26744
|
__decorateClass([
|
|
26745
|
-
(0, import_class_transformer466.Type)(() =>
|
|
26745
|
+
(0, import_class_transformer466.Type)(() => CodigoNombreDTO),
|
|
26746
26746
|
(0, import_class_validator467.IsNotEmpty)({ message: "es requerido" }),
|
|
26747
26747
|
(0, import_class_transformer466.Expose)(),
|
|
26748
26748
|
(0, import_class_validator467.ValidateNested)()
|
package/dist/index.mjs
CHANGED
|
@@ -23028,7 +23028,7 @@ var SalidaAlmacenENTITY = class {
|
|
|
23028
23028
|
ID_Trabajo = 0;
|
|
23029
23029
|
FlagPex = 0;
|
|
23030
23030
|
Collection = "";
|
|
23031
|
-
Pais = new
|
|
23031
|
+
Pais = new CodigoNombreDTO();
|
|
23032
23032
|
Delegacion = new CodigoNombreDTO();
|
|
23033
23033
|
Almacen = new AlmacenLogisticaDTO();
|
|
23034
23034
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -23094,7 +23094,7 @@ __decorateClass([
|
|
|
23094
23094
|
Expose411()
|
|
23095
23095
|
], SalidaAlmacenENTITY.prototype, "Collection", 2);
|
|
23096
23096
|
__decorateClass([
|
|
23097
|
-
Type274(() =>
|
|
23097
|
+
Type274(() => CodigoNombreDTO),
|
|
23098
23098
|
IsNotEmpty284({ message: "es requerido" }),
|
|
23099
23099
|
Expose411(),
|
|
23100
23100
|
ValidateNested247()
|
|
@@ -23230,7 +23230,7 @@ import { Expose as Expose412, Type as Type275 } from "class-transformer";
|
|
|
23230
23230
|
import { IsNotEmpty as IsNotEmpty285, IsNumber as IsNumber272, IsString as IsString323, Length as Length223, Max as Max12, Min as Min206, ValidateNested as ValidateNested248 } from "class-validator";
|
|
23231
23231
|
var StockPersonalENTITY = class {
|
|
23232
23232
|
ID_StockPersonal = 0;
|
|
23233
|
-
Pais = new
|
|
23233
|
+
Pais = new CodigoNombreDTO();
|
|
23234
23234
|
Delegacion = new CodigoNombreDTO();
|
|
23235
23235
|
Empresa = new EmpresaLogisticaDTO();
|
|
23236
23236
|
Personal = new PersonalLogisticaDTO();
|
|
@@ -23266,7 +23266,7 @@ __decorateClass([
|
|
|
23266
23266
|
Min206(0, { message: "el valor m\xEDnimo es 0" })
|
|
23267
23267
|
], StockPersonalENTITY.prototype, "ID_StockPersonal", 2);
|
|
23268
23268
|
__decorateClass([
|
|
23269
|
-
Type275(() =>
|
|
23269
|
+
Type275(() => CodigoNombreDTO),
|
|
23270
23270
|
IsNotEmpty285({ message: "es requerido" }),
|
|
23271
23271
|
Expose412(),
|
|
23272
23272
|
ValidateNested248()
|
|
@@ -23476,7 +23476,7 @@ __decorateClass([
|
|
|
23476
23476
|
import { IsArray as IsArray142, IsNotEmpty as IsNotEmpty287, IsNumber as IsNumber274, IsString as IsString324, Length as Length224, Min as Min208, ValidateNested as ValidateNested250 } from "class-validator";
|
|
23477
23477
|
var StockAlmacenENTITY = class {
|
|
23478
23478
|
ID_StockAlmacen = 0;
|
|
23479
|
-
Pais = new
|
|
23479
|
+
Pais = new CodigoNombreDTO();
|
|
23480
23480
|
Delegacion = new CodigoNombreDTO();
|
|
23481
23481
|
Almacen = new AlmacenLogisticaDTO();
|
|
23482
23482
|
Bodega = new CodigoNombreDTO();
|
|
@@ -23505,7 +23505,7 @@ __decorateClass([
|
|
|
23505
23505
|
Min208(0, { message: "el valor m\xEDnimo es 0" })
|
|
23506
23506
|
], StockAlmacenENTITY.prototype, "ID_StockAlmacen", 2);
|
|
23507
23507
|
__decorateClass([
|
|
23508
|
-
Type277(() =>
|
|
23508
|
+
Type277(() => CodigoNombreDTO),
|
|
23509
23509
|
IsNotEmpty287({ message: "es requerido" }),
|
|
23510
23510
|
Expose414(),
|
|
23511
23511
|
ValidateNested250()
|
|
@@ -23756,7 +23756,7 @@ var DevolucionAlmacenENTITY = class {
|
|
|
23756
23756
|
ID_Trabajo = 0;
|
|
23757
23757
|
FlagPex = 0;
|
|
23758
23758
|
Collection = "";
|
|
23759
|
-
Pais = new
|
|
23759
|
+
Pais = new CodigoNombreDTO();
|
|
23760
23760
|
Delegacion = new CodigoNombreDTO();
|
|
23761
23761
|
Almacen = new AlmacenLogisticaDTO();
|
|
23762
23762
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -23819,7 +23819,7 @@ __decorateClass([
|
|
|
23819
23819
|
Expose418()
|
|
23820
23820
|
], DevolucionAlmacenENTITY.prototype, "Collection", 2);
|
|
23821
23821
|
__decorateClass([
|
|
23822
|
-
Type281(() =>
|
|
23822
|
+
Type281(() => CodigoNombreDTO),
|
|
23823
23823
|
IsNotEmpty291({ message: "es requerido" }),
|
|
23824
23824
|
Expose418(),
|
|
23825
23825
|
ValidateNested254()
|
|
@@ -24114,7 +24114,7 @@ __decorateClass([
|
|
|
24114
24114
|
var ItemENTITY = class {
|
|
24115
24115
|
ID_Item = 0;
|
|
24116
24116
|
Propio = true;
|
|
24117
|
-
Pais = new
|
|
24117
|
+
Pais = new CodigoNombreDTO();
|
|
24118
24118
|
Delegacion = new CodigoNombreDTO();
|
|
24119
24119
|
Empresa = new EmpresaStockPersonalDTO();
|
|
24120
24120
|
Cliente = new ClienteDTO();
|
|
@@ -24150,7 +24150,7 @@ __decorateClass([
|
|
|
24150
24150
|
Expose424()
|
|
24151
24151
|
], ItemENTITY.prototype, "Propio", 2);
|
|
24152
24152
|
__decorateClass([
|
|
24153
|
-
Type285(() =>
|
|
24153
|
+
Type285(() => CodigoNombreDTO),
|
|
24154
24154
|
IsNotEmpty296({ message: "es requerido" }),
|
|
24155
24155
|
Expose424(),
|
|
24156
24156
|
ValidateNested258()
|
|
@@ -26289,7 +26289,7 @@ __decorateClass([
|
|
|
26289
26289
|
import { IsArray as IsArray163, IsBoolean as IsBoolean44, IsNotEmpty as IsNotEmpty330, IsNumber as IsNumber309, IsOptional as IsOptional19, IsString as IsString368, Length as Length263, Min as Min241, ValidateNested as ValidateNested284 } from "class-validator";
|
|
26290
26290
|
var EmpresaENTITY = class {
|
|
26291
26291
|
ID_Empresa = 0;
|
|
26292
|
-
Pais = new
|
|
26292
|
+
Pais = new CodigoNombreDTO();
|
|
26293
26293
|
TipoEmpresa = new TipoEmpresaDTO();
|
|
26294
26294
|
GrupoEmpresa = [];
|
|
26295
26295
|
TipoDocumentoIdentidad = new TipoDocumentoIdentidadDTO();
|
|
@@ -26314,7 +26314,7 @@ __decorateClass([
|
|
|
26314
26314
|
Min241(0, { message: "el valor m\xEDnimo es 0" })
|
|
26315
26315
|
], EmpresaENTITY.prototype, "ID_Empresa", 2);
|
|
26316
26316
|
__decorateClass([
|
|
26317
|
-
Type312(() =>
|
|
26317
|
+
Type312(() => CodigoNombreDTO),
|
|
26318
26318
|
IsNotEmpty330({ message: "es requerido" }),
|
|
26319
26319
|
Expose464(),
|
|
26320
26320
|
ValidateNested284()
|