sigo-entities 1.2.37 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- 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;
|
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;
|
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)()
|
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()
|