sigo-entities 0.0.49 → 0.0.50
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.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -8
- package/dist/index.mjs +1 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3245,7 +3245,6 @@ var EquiposDTO = class {
|
|
|
3245
3245
|
Collection = "";
|
|
3246
3246
|
NroContable = "";
|
|
3247
3247
|
NroDocumento = "";
|
|
3248
|
-
Orden = "";
|
|
3249
3248
|
Serie = "";
|
|
3250
3249
|
MAC = "";
|
|
3251
3250
|
Marca = "";
|
|
@@ -3267,8 +3266,7 @@ __decorateClass([
|
|
|
3267
3266
|
], EquiposDTO.prototype, "Posicion", 2);
|
|
3268
3267
|
__decorateClass([
|
|
3269
3268
|
(0, import_class_validator63.IsString)({ message: "debe ser un texto" }),
|
|
3270
|
-
(0, import_class_validator63.
|
|
3271
|
-
(0, import_class_validator63.Length)(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
|
|
3269
|
+
(0, import_class_validator63.Length)(0, 70, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
3272
3270
|
(0, import_class_transformer63.Expose)()
|
|
3273
3271
|
], EquiposDTO.prototype, "Collection", 2);
|
|
3274
3272
|
__decorateClass([
|
|
@@ -3282,11 +3280,6 @@ __decorateClass([
|
|
|
3282
3280
|
(0, import_class_validator63.Length)(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
|
|
3283
3281
|
(0, import_class_transformer63.Expose)()
|
|
3284
3282
|
], EquiposDTO.prototype, "NroDocumento", 2);
|
|
3285
|
-
__decorateClass([
|
|
3286
|
-
(0, import_class_validator63.IsString)({ message: "debe ser un texto" }),
|
|
3287
|
-
(0, import_class_validator63.Length)(0, 70, { message: "debe tener entre 0 y 70 caracteres" }),
|
|
3288
|
-
(0, import_class_transformer63.Expose)()
|
|
3289
|
-
], EquiposDTO.prototype, "Orden", 2);
|
|
3290
3283
|
__decorateClass([
|
|
3291
3284
|
(0, import_class_validator63.IsString)({ message: "debe ser un texto" }),
|
|
3292
3285
|
(0, import_class_validator63.Length)(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|
package/dist/index.mjs
CHANGED
|
@@ -3138,7 +3138,6 @@ var EquiposDTO = class {
|
|
|
3138
3138
|
Collection = "";
|
|
3139
3139
|
NroContable = "";
|
|
3140
3140
|
NroDocumento = "";
|
|
3141
|
-
Orden = "";
|
|
3142
3141
|
Serie = "";
|
|
3143
3142
|
MAC = "";
|
|
3144
3143
|
Marca = "";
|
|
@@ -3160,8 +3159,7 @@ __decorateClass([
|
|
|
3160
3159
|
], EquiposDTO.prototype, "Posicion", 2);
|
|
3161
3160
|
__decorateClass([
|
|
3162
3161
|
IsString52({ message: "debe ser un texto" }),
|
|
3163
|
-
|
|
3164
|
-
Length52(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
|
|
3162
|
+
Length52(0, 70, { message: "debe tener entre 0 y 150 caracteres" }),
|
|
3165
3163
|
Expose62()
|
|
3166
3164
|
], EquiposDTO.prototype, "Collection", 2);
|
|
3167
3165
|
__decorateClass([
|
|
@@ -3175,11 +3173,6 @@ __decorateClass([
|
|
|
3175
3173
|
Length52(1, 70, { message: "debe tener entre 1 y 70 caracteres" }),
|
|
3176
3174
|
Expose62()
|
|
3177
3175
|
], EquiposDTO.prototype, "NroDocumento", 2);
|
|
3178
|
-
__decorateClass([
|
|
3179
|
-
IsString52({ message: "debe ser un texto" }),
|
|
3180
|
-
Length52(0, 70, { message: "debe tener entre 0 y 70 caracteres" }),
|
|
3181
|
-
Expose62()
|
|
3182
|
-
], EquiposDTO.prototype, "Orden", 2);
|
|
3183
3176
|
__decorateClass([
|
|
3184
3177
|
IsString52({ message: "debe ser un texto" }),
|
|
3185
3178
|
Length52(1, 50, { message: "debe tener entre 1 y 50 caracteres" }),
|