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