sigo-entities 1.0.61 → 1.0.63
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 +6 -3
- package/dist/index.mjs +18 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14313,13 +14313,15 @@ __decorateClass([
|
|
|
14313
14313
|
(0, import_class_transformer257.Expose)()
|
|
14314
14314
|
], BaremoAlemaniaENTITY.prototype, "Gemainde", 2);
|
|
14315
14315
|
__decorateClass([
|
|
14316
|
+
(0, import_class_validator258.IsDefined)({ message: "es requerido" }),
|
|
14316
14317
|
(0, import_class_validator258.IsString)({ message: "debe ser un texto" }),
|
|
14317
|
-
(0, import_class_validator258.
|
|
14318
|
+
(0, import_class_validator258.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
14318
14319
|
(0, import_class_transformer257.Expose)()
|
|
14319
14320
|
], BaremoAlemaniaENTITY.prototype, "WorkProject", 2);
|
|
14320
14321
|
__decorateClass([
|
|
14322
|
+
(0, import_class_validator258.IsDefined)({ message: "es requerido" }),
|
|
14321
14323
|
(0, import_class_validator258.IsString)({ message: "debe ser un texto" }),
|
|
14322
|
-
(0, import_class_validator258.
|
|
14324
|
+
(0, import_class_validator258.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
14323
14325
|
(0, import_class_transformer257.Expose)()
|
|
14324
14326
|
], BaremoAlemaniaENTITY.prototype, "AddressID", 2);
|
|
14325
14327
|
__decorateClass([
|
|
@@ -14388,8 +14390,9 @@ __decorateClass([
|
|
|
14388
14390
|
(0, import_class_transformer257.Expose)()
|
|
14389
14391
|
], BaremoAlemaniaENTITY.prototype, "ZonaAsignada", 2);
|
|
14390
14392
|
__decorateClass([
|
|
14393
|
+
(0, import_class_validator258.IsDefined)({ message: "es requerido" }),
|
|
14391
14394
|
(0, import_class_validator258.IsString)({ message: "debe ser un texto" }),
|
|
14392
|
-
(0, import_class_validator258.
|
|
14395
|
+
(0, import_class_validator258.MinLength)(0, { message: "debe tener al menos 0 caracter" }),
|
|
14393
14396
|
(0, import_class_transformer257.Expose)()
|
|
14394
14397
|
], BaremoAlemaniaENTITY.prototype, "Agencia", 2);
|
|
14395
14398
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -13879,7 +13879,18 @@ __decorateClass([
|
|
|
13879
13879
|
|
|
13880
13880
|
// src/programados/Reportes/ReporteProduccion/Alemania/Baremo/Shared/index.ts
|
|
13881
13881
|
import { Expose as Expose255, Type as Type170 } from "class-transformer";
|
|
13882
|
-
import {
|
|
13882
|
+
import {
|
|
13883
|
+
IsArray as IsArray91,
|
|
13884
|
+
IsBoolean as IsBoolean18,
|
|
13885
|
+
IsDefined as IsDefined24,
|
|
13886
|
+
IsNotEmpty as IsNotEmpty211,
|
|
13887
|
+
IsNumber as IsNumber173,
|
|
13888
|
+
IsOptional as IsOptional7,
|
|
13889
|
+
IsString as IsString198,
|
|
13890
|
+
Min as Min137,
|
|
13891
|
+
MinLength as MinLength32,
|
|
13892
|
+
ValidateNested as ValidateNested155
|
|
13893
|
+
} from "class-validator";
|
|
13883
13894
|
var BaremoAlemaniaENTITY = class {
|
|
13884
13895
|
_id;
|
|
13885
13896
|
foreignKey = "";
|
|
@@ -13940,13 +13951,15 @@ __decorateClass([
|
|
|
13940
13951
|
Expose255()
|
|
13941
13952
|
], BaremoAlemaniaENTITY.prototype, "Gemainde", 2);
|
|
13942
13953
|
__decorateClass([
|
|
13954
|
+
IsDefined24({ message: "es requerido" }),
|
|
13943
13955
|
IsString198({ message: "debe ser un texto" }),
|
|
13944
|
-
|
|
13956
|
+
MinLength32(0, { message: "debe tener al menos 0 caracter" }),
|
|
13945
13957
|
Expose255()
|
|
13946
13958
|
], BaremoAlemaniaENTITY.prototype, "WorkProject", 2);
|
|
13947
13959
|
__decorateClass([
|
|
13960
|
+
IsDefined24({ message: "es requerido" }),
|
|
13948
13961
|
IsString198({ message: "debe ser un texto" }),
|
|
13949
|
-
|
|
13962
|
+
MinLength32(0, { message: "debe tener al menos 0 caracter" }),
|
|
13950
13963
|
Expose255()
|
|
13951
13964
|
], BaremoAlemaniaENTITY.prototype, "AddressID", 2);
|
|
13952
13965
|
__decorateClass([
|
|
@@ -14015,8 +14028,9 @@ __decorateClass([
|
|
|
14015
14028
|
Expose255()
|
|
14016
14029
|
], BaremoAlemaniaENTITY.prototype, "ZonaAsignada", 2);
|
|
14017
14030
|
__decorateClass([
|
|
14031
|
+
IsDefined24({ message: "es requerido" }),
|
|
14018
14032
|
IsString198({ message: "debe ser un texto" }),
|
|
14019
|
-
|
|
14033
|
+
MinLength32(0, { message: "debe tener al menos 0 caracter" }),
|
|
14020
14034
|
Expose255()
|
|
14021
14035
|
], BaremoAlemaniaENTITY.prototype, "Agencia", 2);
|
|
14022
14036
|
__decorateClass([
|