sigo-entities 1.2.77 → 1.2.78

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
@@ -4832,7 +4832,6 @@ declare class KCMActividadDTO {
4832
4832
  Codigo: string;
4833
4833
  SubTipo_de_actividad: string;
4834
4834
  Abreviado: string;
4835
- Actividad: string;
4836
4835
  }
4837
4836
 
4838
4837
  declare class MaterialesConsumoDTO {
package/dist/index.d.ts CHANGED
@@ -4832,7 +4832,6 @@ declare class KCMActividadDTO {
4832
4832
  Codigo: string;
4833
4833
  SubTipo_de_actividad: string;
4834
4834
  Abreviado: string;
4835
- Actividad: string;
4836
4835
  }
4837
4836
 
4838
4837
  declare class MaterialesConsumoDTO {
package/dist/index.js CHANGED
@@ -26361,7 +26361,10 @@ var KCMActividadDTO = class {
26361
26361
  Codigo = "";
26362
26362
  SubTipo_de_actividad = "";
26363
26363
  Abreviado = "";
26364
- Actividad = "";
26364
+ // @Expose({ name: "Actividad" })
26365
+ // @IsDefined({ message: "El campo Actividad es obligatorio." })
26366
+ // @IsString()
26367
+ // Actividad: string = "";
26365
26368
  };
26366
26369
  __decorateClass([
26367
26370
  (0, import_class_transformer456.Expose)({ name: "Codigo" }),
@@ -26378,11 +26381,6 @@ __decorateClass([
26378
26381
  (0, import_class_validator457.IsDefined)({ message: "El campo Abreviado es obligatorio." }),
26379
26382
  (0, import_class_validator457.IsString)()
26380
26383
  ], KCMActividadDTO.prototype, "Abreviado", 2);
26381
- __decorateClass([
26382
- (0, import_class_transformer456.Expose)({ name: "Actividad" }),
26383
- (0, import_class_validator457.IsDefined)({ message: "El campo Actividad es obligatorio." }),
26384
- (0, import_class_validator457.IsString)()
26385
- ], KCMActividadDTO.prototype, "Actividad", 2);
26386
26384
 
26387
26385
  // src/logistica/kitconsumo/shared/index.ts
26388
26386
  var MaterialesConsumoDTO = class {
package/dist/index.mjs CHANGED
@@ -25906,7 +25906,10 @@ var KCMActividadDTO = class {
25906
25906
  Codigo = "";
25907
25907
  SubTipo_de_actividad = "";
25908
25908
  Abreviado = "";
25909
- Actividad = "";
25909
+ // @Expose({ name: "Actividad" })
25910
+ // @IsDefined({ message: "El campo Actividad es obligatorio." })
25911
+ // @IsString()
25912
+ // Actividad: string = "";
25910
25913
  };
25911
25914
  __decorateClass([
25912
25915
  Expose454({ name: "Codigo" }),
@@ -25923,11 +25926,6 @@ __decorateClass([
25923
25926
  IsDefined131({ message: "El campo Abreviado es obligatorio." }),
25924
25927
  IsString356()
25925
25928
  ], KCMActividadDTO.prototype, "Abreviado", 2);
25926
- __decorateClass([
25927
- Expose454({ name: "Actividad" }),
25928
- IsDefined131({ message: "El campo Actividad es obligatorio." }),
25929
- IsString356()
25930
- ], KCMActividadDTO.prototype, "Actividad", 2);
25931
25929
 
25932
25930
  // src/logistica/kitconsumo/shared/index.ts
25933
25931
  var MaterialesConsumoDTO = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.77",
3
+ "version": "1.2.78",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",