sigo-entities 0.0.39 → 0.0.40
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 +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3086,31 +3086,31 @@ __decorateClass([
|
|
|
3086
3086
|
__decorateClass([
|
|
3087
3087
|
(0, import_class_validator59.IsString)({ message: "debe ser un texto" }),
|
|
3088
3088
|
(0, import_class_validator59.IsNotEmpty)({ message: "es requerido" }),
|
|
3089
|
-
(0, import_class_validator59.Length)(
|
|
3089
|
+
(0, import_class_validator59.Length)(0, 70, { message: "debe tener entre 0 y 70 caracteres" }),
|
|
3090
3090
|
(0, import_class_transformer59.Expose)()
|
|
3091
3091
|
], EquipoLogisticaDTO.prototype, "NroContable", 2);
|
|
3092
3092
|
__decorateClass([
|
|
3093
3093
|
(0, import_class_validator59.IsString)({ message: "debe ser un texto" }),
|
|
3094
3094
|
(0, import_class_validator59.IsNotEmpty)({ message: "es requerido" }),
|
|
3095
|
-
(0, import_class_validator59.Length)(
|
|
3095
|
+
(0, import_class_validator59.Length)(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3096
3096
|
(0, import_class_transformer59.Expose)()
|
|
3097
3097
|
], EquipoLogisticaDTO.prototype, "Serie", 2);
|
|
3098
3098
|
__decorateClass([
|
|
3099
3099
|
(0, import_class_validator59.IsString)({ message: "debe ser un texto" }),
|
|
3100
3100
|
(0, import_class_validator59.IsNotEmpty)({ message: "es requerido" }),
|
|
3101
|
-
(0, import_class_validator59.Length)(
|
|
3101
|
+
(0, import_class_validator59.Length)(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3102
3102
|
(0, import_class_transformer59.Expose)()
|
|
3103
3103
|
], EquipoLogisticaDTO.prototype, "MAC", 2);
|
|
3104
3104
|
__decorateClass([
|
|
3105
3105
|
(0, import_class_validator59.IsString)({ message: "debe ser un texto" }),
|
|
3106
3106
|
(0, import_class_validator59.IsNotEmpty)({ message: "es requerido" }),
|
|
3107
|
-
(0, import_class_validator59.Length)(
|
|
3107
|
+
(0, import_class_validator59.Length)(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3108
3108
|
(0, import_class_transformer59.Expose)()
|
|
3109
3109
|
], EquipoLogisticaDTO.prototype, "Marca", 2);
|
|
3110
3110
|
__decorateClass([
|
|
3111
3111
|
(0, import_class_validator59.IsString)({ message: "debe ser un texto" }),
|
|
3112
3112
|
(0, import_class_validator59.IsNotEmpty)({ message: "es requerido" }),
|
|
3113
|
-
(0, import_class_validator59.Length)(
|
|
3113
|
+
(0, import_class_validator59.Length)(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3114
3114
|
(0, import_class_transformer59.Expose)()
|
|
3115
3115
|
], EquipoLogisticaDTO.prototype, "Modelo", 2);
|
|
3116
3116
|
__decorateClass([
|
package/dist/index.mjs
CHANGED
|
@@ -2979,31 +2979,31 @@ __decorateClass([
|
|
|
2979
2979
|
__decorateClass([
|
|
2980
2980
|
IsString50({ message: "debe ser un texto" }),
|
|
2981
2981
|
IsNotEmpty57({ message: "es requerido" }),
|
|
2982
|
-
Length50(
|
|
2982
|
+
Length50(0, 70, { message: "debe tener entre 0 y 70 caracteres" }),
|
|
2983
2983
|
Expose58()
|
|
2984
2984
|
], EquipoLogisticaDTO.prototype, "NroContable", 2);
|
|
2985
2985
|
__decorateClass([
|
|
2986
2986
|
IsString50({ message: "debe ser un texto" }),
|
|
2987
2987
|
IsNotEmpty57({ message: "es requerido" }),
|
|
2988
|
-
Length50(
|
|
2988
|
+
Length50(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
2989
2989
|
Expose58()
|
|
2990
2990
|
], EquipoLogisticaDTO.prototype, "Serie", 2);
|
|
2991
2991
|
__decorateClass([
|
|
2992
2992
|
IsString50({ message: "debe ser un texto" }),
|
|
2993
2993
|
IsNotEmpty57({ message: "es requerido" }),
|
|
2994
|
-
Length50(
|
|
2994
|
+
Length50(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
2995
2995
|
Expose58()
|
|
2996
2996
|
], EquipoLogisticaDTO.prototype, "MAC", 2);
|
|
2997
2997
|
__decorateClass([
|
|
2998
2998
|
IsString50({ message: "debe ser un texto" }),
|
|
2999
2999
|
IsNotEmpty57({ message: "es requerido" }),
|
|
3000
|
-
Length50(
|
|
3000
|
+
Length50(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3001
3001
|
Expose58()
|
|
3002
3002
|
], EquipoLogisticaDTO.prototype, "Marca", 2);
|
|
3003
3003
|
__decorateClass([
|
|
3004
3004
|
IsString50({ message: "debe ser un texto" }),
|
|
3005
3005
|
IsNotEmpty57({ message: "es requerido" }),
|
|
3006
|
-
Length50(
|
|
3006
|
+
Length50(0, 50, { message: "debe tener entre 0 y 50 caracteres" }),
|
|
3007
3007
|
Expose58()
|
|
3008
3008
|
], EquipoLogisticaDTO.prototype, "Modelo", 2);
|
|
3009
3009
|
__decorateClass([
|