sigo-entities 1.0.2 → 1.0.3

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 CHANGED
@@ -1599,7 +1599,7 @@ declare class DetalleChileObraDTO {
1599
1599
  ITOCTC: string;
1600
1600
  central: string;
1601
1601
  cliente: string;
1602
- Direccion: string;
1602
+ direccion: string;
1603
1603
  comuna: string;
1604
1604
  nombreproyecto: string;
1605
1605
  ito: string;
package/dist/index.d.ts CHANGED
@@ -1599,7 +1599,7 @@ declare class DetalleChileObraDTO {
1599
1599
  ITOCTC: string;
1600
1600
  central: string;
1601
1601
  cliente: string;
1602
- Direccion: string;
1602
+ direccion: string;
1603
1603
  comuna: string;
1604
1604
  nombreproyecto: string;
1605
1605
  ito: string;
package/dist/index.js CHANGED
@@ -8950,7 +8950,7 @@ var DetalleChileObraDTO = class {
8950
8950
  ITOCTC = "";
8951
8951
  central = "";
8952
8952
  cliente = "";
8953
- Direccion = "";
8953
+ direccion = "";
8954
8954
  comuna = "";
8955
8955
  nombreproyecto = "";
8956
8956
  ito = "";
@@ -9038,9 +9038,9 @@ __decorateClass([
9038
9038
  ], DetalleChileObraDTO.prototype, "cliente", 2);
9039
9039
  __decorateClass([
9040
9040
  (0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
9041
- (0, import_class_validator159.Length)(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
9041
+ (0, import_class_validator159.MinLength)(1, { message: "debe tener al menos 1 caracter" }),
9042
9042
  (0, import_class_transformer158.Expose)()
9043
- ], DetalleChileObraDTO.prototype, "Direccion", 2);
9043
+ ], DetalleChileObraDTO.prototype, "direccion", 2);
9044
9044
  __decorateClass([
9045
9045
  (0, import_class_validator159.IsString)({ message: "debe ser un texto" }),
9046
9046
  (0, import_class_validator159.Length)(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
package/dist/index.mjs CHANGED
@@ -8592,7 +8592,7 @@ var DetalleChileObraDTO = class {
8592
8592
  ITOCTC = "";
8593
8593
  central = "";
8594
8594
  cliente = "";
8595
- Direccion = "";
8595
+ direccion = "";
8596
8596
  comuna = "";
8597
8597
  nombreproyecto = "";
8598
8598
  ito = "";
@@ -8680,9 +8680,9 @@ __decorateClass([
8680
8680
  ], DetalleChileObraDTO.prototype, "cliente", 2);
8681
8681
  __decorateClass([
8682
8682
  IsString125({ message: "debe ser un texto" }),
8683
- Length107(1, 200, { message: "debe tener entre 1 y 200 caracteres" }),
8683
+ MinLength9(1, { message: "debe tener al menos 1 caracter" }),
8684
8684
  Expose156()
8685
- ], DetalleChileObraDTO.prototype, "Direccion", 2);
8685
+ ], DetalleChileObraDTO.prototype, "direccion", 2);
8686
8686
  __decorateClass([
8687
8687
  IsString125({ message: "debe ser un texto" }),
8688
8688
  Length107(0, 150, { message: "debe tener entre 0 y 150 caracteres" }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",