sigo-entities 1.2.36 → 1.2.38
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -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;
|
|
@@ -4567,7 +4567,7 @@ declare class IngresoAlmacenENTITY {
|
|
|
4567
4567
|
ID_Trabajo: number;
|
|
4568
4568
|
FlagPex: number;
|
|
4569
4569
|
Collection: string;
|
|
4570
|
-
Pais:
|
|
4570
|
+
Pais: CodigoNombreDTO;
|
|
4571
4571
|
Delegacion: CodigoNombreDTO;
|
|
4572
4572
|
Almacen: AlmacenLogisticaDTO;
|
|
4573
4573
|
ZonaTrabajo: ZonaTrabajoDTO;
|
package/dist/index.d.ts
CHANGED
|
@@ -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;
|
|
@@ -4567,7 +4567,7 @@ declare class IngresoAlmacenENTITY {
|
|
|
4567
4567
|
ID_Trabajo: number;
|
|
4568
4568
|
FlagPex: number;
|
|
4569
4569
|
Collection: string;
|
|
4570
|
-
Pais:
|
|
4570
|
+
Pais: CodigoNombreDTO;
|
|
4571
4571
|
Delegacion: CodigoNombreDTO;
|
|
4572
4572
|
Almacen: AlmacenLogisticaDTO;
|
|
4573
4573
|
ZonaTrabajo: ZonaTrabajoDTO;
|
package/dist/index.js
CHANGED
|
@@ -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)()
|
|
@@ -24860,7 +24860,7 @@ var IngresoAlmacenENTITY = class {
|
|
|
24860
24860
|
ID_Trabajo = 0;
|
|
24861
24861
|
FlagPex = 0;
|
|
24862
24862
|
Collection = "";
|
|
24863
|
-
Pais = new
|
|
24863
|
+
Pais = new CodigoNombreDTO();
|
|
24864
24864
|
Delegacion = new CodigoNombreDTO();
|
|
24865
24865
|
Almacen = new AlmacenLogisticaDTO();
|
|
24866
24866
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -24925,7 +24925,7 @@ __decorateClass([
|
|
|
24925
24925
|
(0, import_class_transformer430.Expose)()
|
|
24926
24926
|
], IngresoAlmacenENTITY.prototype, "Collection", 2);
|
|
24927
24927
|
__decorateClass([
|
|
24928
|
-
(0, import_class_transformer430.Type)(() =>
|
|
24928
|
+
(0, import_class_transformer430.Type)(() => CodigoNombreDTO),
|
|
24929
24929
|
(0, import_class_validator431.IsNotEmpty)({ message: "es requerido" }),
|
|
24930
24930
|
(0, import_class_transformer430.Expose)(),
|
|
24931
24931
|
(0, import_class_validator431.ValidateNested)()
|
package/dist/index.mjs
CHANGED
|
@@ -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()
|
|
@@ -24412,7 +24412,7 @@ var IngresoAlmacenENTITY = class {
|
|
|
24412
24412
|
ID_Trabajo = 0;
|
|
24413
24413
|
FlagPex = 0;
|
|
24414
24414
|
Collection = "";
|
|
24415
|
-
Pais = new
|
|
24415
|
+
Pais = new CodigoNombreDTO();
|
|
24416
24416
|
Delegacion = new CodigoNombreDTO();
|
|
24417
24417
|
Almacen = new AlmacenLogisticaDTO();
|
|
24418
24418
|
ZonaTrabajo = new ZonaTrabajoDTO();
|
|
@@ -24477,7 +24477,7 @@ __decorateClass([
|
|
|
24477
24477
|
Expose428()
|
|
24478
24478
|
], IngresoAlmacenENTITY.prototype, "Collection", 2);
|
|
24479
24479
|
__decorateClass([
|
|
24480
|
-
Type287(() =>
|
|
24480
|
+
Type287(() => CodigoNombreDTO),
|
|
24481
24481
|
IsNotEmpty300({ message: "es requerido" }),
|
|
24482
24482
|
Expose428(),
|
|
24483
24483
|
ValidateNested260()
|