sigo-entities 1.2.51 → 1.2.52

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
@@ -6292,6 +6292,7 @@ declare enum StateServiceFibramas {
6292
6292
  declare class Peru9112FibramasENTITY {
6293
6293
  _id: string;
6294
6294
  numero_de_peticion: string;
6295
+ resource_id: string;
6295
6296
  tecnico: string;
6296
6297
  subtipo_de_actividad: string;
6297
6298
  tipo_orden: string;
package/dist/index.d.ts CHANGED
@@ -6292,6 +6292,7 @@ declare enum StateServiceFibramas {
6292
6292
  declare class Peru9112FibramasENTITY {
6293
6293
  _id: string;
6294
6294
  numero_de_peticion: string;
6295
+ resource_id: string;
6295
6296
  tecnico: string;
6296
6297
  subtipo_de_actividad: string;
6297
6298
  tipo_orden: string;
package/dist/index.js CHANGED
@@ -33402,6 +33402,7 @@ var StateServiceFibramas = /* @__PURE__ */ ((StateServiceFibramas2) => {
33402
33402
  var Peru9112FibramasENTITY = class {
33403
33403
  _id = "";
33404
33404
  numero_de_peticion = "";
33405
+ resource_id = "";
33405
33406
  tecnico = "";
33406
33407
  subtipo_de_actividad = "";
33407
33408
  tipo_orden = "";
@@ -33434,6 +33435,11 @@ __decorateClass([
33434
33435
  (0, import_class_validator549.IsDefined)({ message: "El campo NRO OS es obligatorio." }),
33435
33436
  (0, import_class_validator549.IsString)()
33436
33437
  ], Peru9112FibramasENTITY.prototype, "numero_de_peticion", 2);
33438
+ __decorateClass([
33439
+ (0, import_class_transformer548.Expose)({ name: "ID Recurso" }),
33440
+ (0, import_class_validator549.IsDefined)({ message: "El campo ID Recurso es obligatorio." }),
33441
+ (0, import_class_validator549.IsString)({ message: "El campo toa_resource_id debe ser una cadena de texto" })
33442
+ ], Peru9112FibramasENTITY.prototype, "resource_id", 2);
33437
33443
  __decorateClass([
33438
33444
  (0, import_class_transformer548.Expose)({ name: "NOMBRE TECNICO EJECUTOR" }),
33439
33445
  (0, import_class_validator549.IsDefined)({ message: "El campo NOMBRE TECNICO EJECUTOR es obligatorio." }),
package/dist/index.mjs CHANGED
@@ -33021,6 +33021,7 @@ var StateServiceFibramas = /* @__PURE__ */ ((StateServiceFibramas2) => {
33021
33021
  var Peru9112FibramasENTITY = class {
33022
33022
  _id = "";
33023
33023
  numero_de_peticion = "";
33024
+ resource_id = "";
33024
33025
  tecnico = "";
33025
33026
  subtipo_de_actividad = "";
33026
33027
  tipo_orden = "";
@@ -33053,6 +33054,11 @@ __decorateClass([
33053
33054
  IsDefined154({ message: "El campo NRO OS es obligatorio." }),
33054
33055
  IsString446()
33055
33056
  ], Peru9112FibramasENTITY.prototype, "numero_de_peticion", 2);
33057
+ __decorateClass([
33058
+ Expose546({ name: "ID Recurso" }),
33059
+ IsDefined154({ message: "El campo ID Recurso es obligatorio." }),
33060
+ IsString446({ message: "El campo toa_resource_id debe ser una cadena de texto" })
33061
+ ], Peru9112FibramasENTITY.prototype, "resource_id", 2);
33056
33062
  __decorateClass([
33057
33063
  Expose546({ name: "NOMBRE TECNICO EJECUTOR" }),
33058
33064
  IsDefined154({ message: "El campo NOMBRE TECNICO EJECUTOR es obligatorio." }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",