sigo-entities 0.0.124 → 0.0.125
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/README.md +4 -4
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -7
- package/dist/index.mjs +0 -7
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sigo-entities
|
|
2
|
-
Desarrollo de modelos de datos SIGO
|
|
3
|
-
npm i sigo-entities@latest
|
|
4
|
-
## Test
|
|
1
|
+
# sigo-entities
|
|
2
|
+
Desarrollo de modelos de datos SIGO
|
|
3
|
+
npm i sigo-entities@latest
|
|
4
|
+
## Test
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1820,7 +1820,6 @@ var ItemDetalleLogisticaDTO = class {
|
|
|
1820
1820
|
Codigo = "";
|
|
1821
1821
|
Nombre = "";
|
|
1822
1822
|
Descripcion = "";
|
|
1823
|
-
Variante = new CodigoNombreDTO();
|
|
1824
1823
|
UnidadMedida = new UnidadMedidaDTO();
|
|
1825
1824
|
GranFamiliaItem = new GranFamiliaItemDTO();
|
|
1826
1825
|
FamiliaItem = new FamiliaItemDTO();
|
|
@@ -1850,12 +1849,6 @@ __decorateClass([
|
|
|
1850
1849
|
(0, import_class_validator42.Length)(1, 150, { message: "debe tener entre 1 y 150 caracteres" }),
|
|
1851
1850
|
(0, import_class_transformer42.Expose)()
|
|
1852
1851
|
], ItemDetalleLogisticaDTO.prototype, "Descripcion", 2);
|
|
1853
|
-
__decorateClass([
|
|
1854
|
-
(0, import_class_transformer42.Type)(() => CodigoNombreDTO),
|
|
1855
|
-
(0, import_class_validator42.IsNotEmpty)({ message: "es requerido" }),
|
|
1856
|
-
(0, import_class_transformer42.Expose)(),
|
|
1857
|
-
(0, import_class_validator42.ValidateNested)()
|
|
1858
|
-
], ItemDetalleLogisticaDTO.prototype, "Variante", 2);
|
|
1859
1852
|
__decorateClass([
|
|
1860
1853
|
(0, import_class_transformer42.Type)(() => UnidadMedidaDTO),
|
|
1861
1854
|
(0, import_class_validator42.IsNotEmpty)({ message: "es requerido" }),
|
package/dist/index.mjs
CHANGED
|
@@ -1620,7 +1620,6 @@ var ItemDetalleLogisticaDTO = class {
|
|
|
1620
1620
|
Codigo = "";
|
|
1621
1621
|
Nombre = "";
|
|
1622
1622
|
Descripcion = "";
|
|
1623
|
-
Variante = new CodigoNombreDTO();
|
|
1624
1623
|
UnidadMedida = new UnidadMedidaDTO();
|
|
1625
1624
|
GranFamiliaItem = new GranFamiliaItemDTO();
|
|
1626
1625
|
FamiliaItem = new FamiliaItemDTO();
|
|
@@ -1650,12 +1649,6 @@ __decorateClass([
|
|
|
1650
1649
|
Length37(1, 150, { message: "debe tener entre 1 y 150 caracteres" }),
|
|
1651
1650
|
Expose41()
|
|
1652
1651
|
], ItemDetalleLogisticaDTO.prototype, "Descripcion", 2);
|
|
1653
|
-
__decorateClass([
|
|
1654
|
-
Type18(() => CodigoNombreDTO),
|
|
1655
|
-
IsNotEmpty41({ message: "es requerido" }),
|
|
1656
|
-
Expose41(),
|
|
1657
|
-
ValidateNested17()
|
|
1658
|
-
], ItemDetalleLogisticaDTO.prototype, "Variante", 2);
|
|
1659
1652
|
__decorateClass([
|
|
1660
1653
|
Type18(() => UnidadMedidaDTO),
|
|
1661
1654
|
IsNotEmpty41({ message: "es requerido" }),
|
package/package.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sigo-entities",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Desarrollo de modelos de datos SIGO",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build": "tsup",
|
|
10
|
-
"prepare": "npm run build"
|
|
11
|
-
},
|
|
12
|
-
"repository": {
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "git@github.com-trabajo:GRUPOCOBRA/sigo-entities.git"
|
|
15
|
-
},
|
|
16
|
-
"keywords": [],
|
|
17
|
-
"author": "usuario088",
|
|
18
|
-
"license": "ISC",
|
|
19
|
-
"devDependencies": {
|
|
20
|
-
"tsup": "^8.1.0",
|
|
21
|
-
"typescript": "^5.4.5"
|
|
22
|
-
},
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"class-transformer": "^0.5.1",
|
|
25
|
-
"class-validator": "^0.14.1"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "sigo-entities",
|
|
3
|
+
"version": "0.0.125",
|
|
4
|
+
"description": "Desarrollo de modelos de datos SIGO",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsup",
|
|
10
|
+
"prepare": "npm run build"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git@github.com-trabajo:GRUPOCOBRA/sigo-entities.git"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [],
|
|
17
|
+
"author": "usuario088",
|
|
18
|
+
"license": "ISC",
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"tsup": "^8.1.0",
|
|
21
|
+
"typescript": "^5.4.5"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"class-transformer": "^0.5.1",
|
|
25
|
+
"class-validator": "^0.14.1"
|
|
26
|
+
}
|
|
27
|
+
}
|