sigo-entities 1.2.432 → 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 +1 -1
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
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([
|
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([
|