sigo-entities 0.0.17 → 0.0.18
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.js +0 -4
- package/dist/index.mjs +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1876,19 +1876,16 @@ __decorateClass([
|
|
|
1876
1876
|
__decorateClass([
|
|
1877
1877
|
(0, import_class_transformer32.Expose)(),
|
|
1878
1878
|
(0, import_class_validator32.IsString)({ message: "debe ser un texto" }),
|
|
1879
|
-
(0, import_class_validator32.IsNotEmpty)({ message: "es requerido" }),
|
|
1880
1879
|
(0, import_class_validator32.Length)(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1881
1880
|
], AtencionOrdenesLiquidadasENTITY.prototype, "CodigoSAP", 2);
|
|
1882
1881
|
__decorateClass([
|
|
1883
1882
|
(0, import_class_transformer32.Expose)(),
|
|
1884
1883
|
(0, import_class_validator32.IsString)({ message: "debe ser un texto" }),
|
|
1885
|
-
(0, import_class_validator32.IsNotEmpty)({ message: "es requerido" }),
|
|
1886
1884
|
(0, import_class_validator32.Length)(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1887
1885
|
], AtencionOrdenesLiquidadasENTITY.prototype, "LoteSAP", 2);
|
|
1888
1886
|
__decorateClass([
|
|
1889
1887
|
(0, import_class_transformer32.Expose)(),
|
|
1890
1888
|
(0, import_class_validator32.IsString)({ message: "debe ser un texto" }),
|
|
1891
|
-
(0, import_class_validator32.IsNotEmpty)({ message: "es requerido" }),
|
|
1892
1889
|
(0, import_class_validator32.Length)(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1893
1890
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NumeroSerie", 2);
|
|
1894
1891
|
__decorateClass([
|
|
@@ -1907,7 +1904,6 @@ __decorateClass([
|
|
|
1907
1904
|
__decorateClass([
|
|
1908
1905
|
(0, import_class_transformer32.Expose)(),
|
|
1909
1906
|
(0, import_class_validator32.IsString)({ message: "debe ser un texto" }),
|
|
1910
|
-
(0, import_class_validator32.IsNotEmpty)({ message: "es requerido" }),
|
|
1911
1907
|
(0, import_class_validator32.Length)(0, 60, { message: "debe tener entre 0 y 60 caracteres" })
|
|
1912
1908
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NroDocumento", 2);
|
|
1913
1909
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -1849,19 +1849,16 @@ __decorateClass([
|
|
|
1849
1849
|
__decorateClass([
|
|
1850
1850
|
Expose31(),
|
|
1851
1851
|
IsString27({ message: "debe ser un texto" }),
|
|
1852
|
-
IsNotEmpty31({ message: "es requerido" }),
|
|
1853
1852
|
Length27(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1854
1853
|
], AtencionOrdenesLiquidadasENTITY.prototype, "CodigoSAP", 2);
|
|
1855
1854
|
__decorateClass([
|
|
1856
1855
|
Expose31(),
|
|
1857
1856
|
IsString27({ message: "debe ser un texto" }),
|
|
1858
|
-
IsNotEmpty31({ message: "es requerido" }),
|
|
1859
1857
|
Length27(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1860
1858
|
], AtencionOrdenesLiquidadasENTITY.prototype, "LoteSAP", 2);
|
|
1861
1859
|
__decorateClass([
|
|
1862
1860
|
Expose31(),
|
|
1863
1861
|
IsString27({ message: "debe ser un texto" }),
|
|
1864
|
-
IsNotEmpty31({ message: "es requerido" }),
|
|
1865
1862
|
Length27(0, 30, { message: "debe tener entre 0 y 30 caracteres" })
|
|
1866
1863
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NumeroSerie", 2);
|
|
1867
1864
|
__decorateClass([
|
|
@@ -1880,7 +1877,6 @@ __decorateClass([
|
|
|
1880
1877
|
__decorateClass([
|
|
1881
1878
|
Expose31(),
|
|
1882
1879
|
IsString27({ message: "debe ser un texto" }),
|
|
1883
|
-
IsNotEmpty31({ message: "es requerido" }),
|
|
1884
1880
|
Length27(0, 60, { message: "debe tener entre 0 y 60 caracteres" })
|
|
1885
1881
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NroDocumento", 2);
|
|
1886
1882
|
__decorateClass([
|