sigo-entities 1.2.431 → 1.2.432
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -42319,7 +42319,7 @@ __decorateClass([
|
|
|
42319
42319
|
__decorateClass([
|
|
42320
42320
|
(0, import_class_validator707.IsDefined)(),
|
|
42321
42321
|
(0, import_class_validator707.ValidateNested)({ each: true }),
|
|
42322
|
-
(0, import_class_transformer730.Type)(() =>
|
|
42322
|
+
(0, import_class_transformer730.Type)(() => EstadoTOADTO),
|
|
42323
42323
|
(0, import_class_transformer730.Expose)()
|
|
42324
42324
|
], Chile9512TOAENTITY.prototype, "EstadoProceso", 2);
|
|
42325
42325
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -41677,7 +41677,7 @@ __decorateClass([
|
|
|
41677
41677
|
__decorateClass([
|
|
41678
41678
|
IsDefined214(),
|
|
41679
41679
|
ValidateNested394({ each: true }),
|
|
41680
|
-
Type447(() =>
|
|
41680
|
+
Type447(() => EstadoTOADTO),
|
|
41681
41681
|
Expose704()
|
|
41682
41682
|
], Chile9512TOAENTITY.prototype, "EstadoProceso", 2);
|
|
41683
41683
|
__decorateClass([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sigo-entities",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.432",
|
|
4
4
|
"description": "Desarrollo de modelos de datos SIGO",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,4 +36,4 @@
|
|
|
36
36
|
"overrides": {
|
|
37
37
|
"esbuild": "^0.28.0"
|
|
38
38
|
}
|
|
39
|
-
}
|
|
39
|
+
}
|