sigo-entities 1.2.431 → 1.2.433
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 +2 -2
- package/dist/index.mjs +3 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -42099,7 +42099,7 @@ __decorateClass([
|
|
|
42099
42099
|
], Chile9512TOAENTITY.prototype, "Contacto", 2);
|
|
42100
42100
|
__decorateClass([
|
|
42101
42101
|
(0, import_class_validator707.IsDefined)(),
|
|
42102
|
-
(0, import_class_validator707.
|
|
42102
|
+
(0, import_class_validator707.IsString)(),
|
|
42103
42103
|
(0, import_class_transformer730.Expose)()
|
|
42104
42104
|
], Chile9512TOAENTITY.prototype, "EmailCliente", 2);
|
|
42105
42105
|
__decorateClass([
|
|
@@ -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
|
@@ -41146,8 +41146,7 @@ import {
|
|
|
41146
41146
|
ValidateNested as ValidateNested394,
|
|
41147
41147
|
IsArray as IsArray229,
|
|
41148
41148
|
IsDate as IsDate154,
|
|
41149
|
-
Min as Min340
|
|
41150
|
-
IsEmail as IsEmail4
|
|
41149
|
+
Min as Min340
|
|
41151
41150
|
} from "class-validator";
|
|
41152
41151
|
import "reflect-metadata";
|
|
41153
41152
|
|
|
@@ -41457,7 +41456,7 @@ __decorateClass([
|
|
|
41457
41456
|
], Chile9512TOAENTITY.prototype, "Contacto", 2);
|
|
41458
41457
|
__decorateClass([
|
|
41459
41458
|
IsDefined214(),
|
|
41460
|
-
|
|
41459
|
+
IsString574(),
|
|
41461
41460
|
Expose704()
|
|
41462
41461
|
], Chile9512TOAENTITY.prototype, "EmailCliente", 2);
|
|
41463
41462
|
__decorateClass([
|
|
@@ -41677,7 +41676,7 @@ __decorateClass([
|
|
|
41677
41676
|
__decorateClass([
|
|
41678
41677
|
IsDefined214(),
|
|
41679
41678
|
ValidateNested394({ each: true }),
|
|
41680
|
-
Type447(() =>
|
|
41679
|
+
Type447(() => EstadoTOADTO),
|
|
41681
41680
|
Expose704()
|
|
41682
41681
|
], Chile9512TOAENTITY.prototype, "EstadoProceso", 2);
|
|
41683
41682
|
__decorateClass([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sigo-entities",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.433",
|
|
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
|
+
}
|