sigo-entities 0.0.18 → 0.0.19
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1908,8 +1908,7 @@ __decorateClass([
|
|
|
1908
1908
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NroDocumento", 2);
|
|
1909
1909
|
__decorateClass([
|
|
1910
1910
|
(0, import_class_transformer32.Expose)(),
|
|
1911
|
-
(0, import_class_validator32.IsEnum)(["", "APROBADO", "VALIDADO", "INACTIVO_INCONCLUSO", "SOLICITADO"], { message: "debe ser APROBADO, VALIDADO, INACTIVO_INCONCLUSO o SOLICITADO" })
|
|
1912
|
-
(0, import_class_validator32.IsNotEmpty)({ message: "es requerido" })
|
|
1911
|
+
(0, import_class_validator32.IsEnum)(["", "APROBADO", "VALIDADO", "INACTIVO_INCONCLUSO", "SOLICITADO"], { message: "debe ser APROBADO, VALIDADO, INACTIVO_INCONCLUSO o SOLICITADO" })
|
|
1913
1912
|
], AtencionOrdenesLiquidadasENTITY.prototype, "EstadoNroDocumento", 2);
|
|
1914
1913
|
__decorateClass([
|
|
1915
1914
|
(0, import_class_transformer32.Expose)(),
|
package/dist/index.mjs
CHANGED
|
@@ -1881,8 +1881,7 @@ __decorateClass([
|
|
|
1881
1881
|
], AtencionOrdenesLiquidadasENTITY.prototype, "NroDocumento", 2);
|
|
1882
1882
|
__decorateClass([
|
|
1883
1883
|
Expose31(),
|
|
1884
|
-
IsEnum(["", "APROBADO", "VALIDADO", "INACTIVO_INCONCLUSO", "SOLICITADO"], { message: "debe ser APROBADO, VALIDADO, INACTIVO_INCONCLUSO o SOLICITADO" })
|
|
1885
|
-
IsNotEmpty31({ message: "es requerido" })
|
|
1884
|
+
IsEnum(["", "APROBADO", "VALIDADO", "INACTIVO_INCONCLUSO", "SOLICITADO"], { message: "debe ser APROBADO, VALIDADO, INACTIVO_INCONCLUSO o SOLICITADO" })
|
|
1886
1885
|
], AtencionOrdenesLiquidadasENTITY.prototype, "EstadoNroDocumento", 2);
|
|
1887
1886
|
__decorateClass([
|
|
1888
1887
|
Expose31(),
|