sigo-entities 1.2.257 → 1.2.259

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
@@ -6941,6 +6941,7 @@ declare class Peru9112WinENTITYDB {
6941
6941
  MO: number;
6942
6942
  Gasto_EECC: number;
6943
6943
  EECC: EECCDBWINDTO;
6944
+ boletin: FilesDocDTO;
6944
6945
  }
6945
6946
 
6946
6947
  declare class Peru9112WinENTITY {
@@ -6974,6 +6975,7 @@ declare class Peru9112WinENTITY {
6974
6975
  MO: number;
6975
6976
  Gasto_EECC: number;
6976
6977
  EECC: EECCDBWINDTO;
6978
+ boletin: FilesDocDTO;
6977
6979
  }
6978
6980
 
6979
6981
  declare class MaterialesFibramasDTO {
package/dist/index.d.ts CHANGED
@@ -6941,6 +6941,7 @@ declare class Peru9112WinENTITYDB {
6941
6941
  MO: number;
6942
6942
  Gasto_EECC: number;
6943
6943
  EECC: EECCDBWINDTO;
6944
+ boletin: FilesDocDTO;
6944
6945
  }
6945
6946
 
6946
6947
  declare class Peru9112WinENTITY {
@@ -6974,6 +6975,7 @@ declare class Peru9112WinENTITY {
6974
6975
  MO: number;
6975
6976
  Gasto_EECC: number;
6976
6977
  EECC: EECCDBWINDTO;
6978
+ boletin: FilesDocDTO;
6977
6979
  }
6978
6980
 
6979
6981
  declare class MaterialesFibramasDTO {
package/dist/index.js CHANGED
@@ -1374,7 +1374,7 @@ var BitacoraDTO = class {
1374
1374
  };
1375
1375
  __decorateClass([
1376
1376
  (0, import_class_validator20.IsString)({ message: "debe ser un texto" }),
1377
- (0, import_class_validator20.Length)(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
1377
+ (0, import_class_validator20.Length)(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
1378
1378
  (0, import_class_transformer22.Expose)()
1379
1379
  ], BitacoraDTO.prototype, "Action", 2);
1380
1380
  __decorateClass([
@@ -1390,7 +1390,7 @@ __decorateClass([
1390
1390
  ], BitacoraDTO.prototype, "Usuario", 2);
1391
1391
  __decorateClass([
1392
1392
  (0, import_class_validator20.IsString)({ message: "debe ser un texto" }),
1393
- (0, import_class_validator20.Length)(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
1393
+ (0, import_class_validator20.Length)(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
1394
1394
  (0, import_class_transformer22.Expose)()
1395
1395
  ], BitacoraDTO.prototype, "Description", 2);
1396
1396
 
@@ -36744,6 +36744,7 @@ var Peru9112WinENTITYDB = class {
36744
36744
  MO = 0;
36745
36745
  Gasto_EECC = 0;
36746
36746
  EECC = new EECCDBWINDTO();
36747
+ boletin = new FilesDocDTO();
36747
36748
  };
36748
36749
  __decorateClass([
36749
36750
  (0, import_class_validator592.IsDefined)({ message: "El campo _id es obligatorio." }),
@@ -36895,6 +36896,12 @@ __decorateClass([
36895
36896
  (0, import_class_validator592.ValidateNested)(),
36896
36897
  (0, import_class_transformer593.Type)(() => EECCDBWINDTO)
36897
36898
  ], Peru9112WinENTITYDB.prototype, "EECC", 2);
36899
+ __decorateClass([
36900
+ (0, import_class_transformer593.Expose)(),
36901
+ (0, import_class_validator592.IsDefined)(),
36902
+ (0, import_class_validator592.ValidateNested)(),
36903
+ (0, import_class_transformer593.Type)(() => FilesDocDTO)
36904
+ ], Peru9112WinENTITYDB.prototype, "boletin", 2);
36898
36905
 
36899
36906
  // src/operativa/procesos/win_order/shared/index.ts
36900
36907
  var Peru9112WinENTITY = class {
@@ -36928,6 +36935,7 @@ var Peru9112WinENTITY = class {
36928
36935
  MO = 0;
36929
36936
  Gasto_EECC = 0;
36930
36937
  EECC = new EECCDBWINDTO();
36938
+ boletin = new FilesDocDTO();
36931
36939
  };
36932
36940
  __decorateClass([
36933
36941
  (0, import_class_validator593.IsDefined)({ message: "El campo _id es obligatorio." }),
@@ -37086,6 +37094,12 @@ __decorateClass([
37086
37094
  (0, import_class_validator593.ValidateNested)(),
37087
37095
  (0, import_class_transformer594.Type)(() => EECCDBWINDTO)
37088
37096
  ], Peru9112WinENTITY.prototype, "EECC", 2);
37097
+ __decorateClass([
37098
+ (0, import_class_transformer594.Expose)({ name: "Bolet\xEDn" }),
37099
+ (0, import_class_validator593.IsDefined)({ message: "El campo Bolet\xEDn es obligatorio." }),
37100
+ (0, import_class_validator593.ValidateNested)(),
37101
+ (0, import_class_transformer594.Type)(() => FilesDocDTO)
37102
+ ], Peru9112WinENTITY.prototype, "boletin", 2);
37089
37103
 
37090
37104
  // src/operativa/procesos/fibramas_order/shared/index.ts
37091
37105
  var import_class_transformer598 = require("class-transformer");
package/dist/index.mjs CHANGED
@@ -716,7 +716,7 @@ var BitacoraDTO = class {
716
716
  };
717
717
  __decorateClass([
718
718
  IsString13({ message: "debe ser un texto" }),
719
- Length11(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
719
+ Length11(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
720
720
  Expose18()
721
721
  ], BitacoraDTO.prototype, "Action", 2);
722
722
  __decorateClass([
@@ -732,7 +732,7 @@ __decorateClass([
732
732
  ], BitacoraDTO.prototype, "Usuario", 2);
733
733
  __decorateClass([
734
734
  IsString13({ message: "debe ser un texto" }),
735
- Length11(0, 100, { message: "debe tener entre 0 y 100 caracteres" }),
735
+ Length11(0, 300, { message: "debe tener entre 0 y 300 caracteres" }),
736
736
  Expose18()
737
737
  ], BitacoraDTO.prototype, "Description", 2);
738
738
 
@@ -36305,6 +36305,7 @@ var Peru9112WinENTITYDB = class {
36305
36305
  MO = 0;
36306
36306
  Gasto_EECC = 0;
36307
36307
  EECC = new EECCDBWINDTO();
36308
+ boletin = new FilesDocDTO();
36308
36309
  };
36309
36310
  __decorateClass([
36310
36311
  IsDefined189({ message: "El campo _id es obligatorio." }),
@@ -36456,6 +36457,12 @@ __decorateClass([
36456
36457
  ValidateNested335(),
36457
36458
  Type376(() => EECCDBWINDTO)
36458
36459
  ], Peru9112WinENTITYDB.prototype, "EECC", 2);
36460
+ __decorateClass([
36461
+ Expose589(),
36462
+ IsDefined189(),
36463
+ ValidateNested335(),
36464
+ Type376(() => FilesDocDTO)
36465
+ ], Peru9112WinENTITYDB.prototype, "boletin", 2);
36459
36466
 
36460
36467
  // src/operativa/procesos/win_order/shared/index.ts
36461
36468
  var Peru9112WinENTITY = class {
@@ -36489,6 +36496,7 @@ var Peru9112WinENTITY = class {
36489
36496
  MO = 0;
36490
36497
  Gasto_EECC = 0;
36491
36498
  EECC = new EECCDBWINDTO();
36499
+ boletin = new FilesDocDTO();
36492
36500
  };
36493
36501
  __decorateClass([
36494
36502
  IsDefined190({ message: "El campo _id es obligatorio." }),
@@ -36647,6 +36655,12 @@ __decorateClass([
36647
36655
  ValidateNested336(),
36648
36656
  Type377(() => EECCDBWINDTO)
36649
36657
  ], Peru9112WinENTITY.prototype, "EECC", 2);
36658
+ __decorateClass([
36659
+ Expose590({ name: "Bolet\xEDn" }),
36660
+ IsDefined190({ message: "El campo Bolet\xEDn es obligatorio." }),
36661
+ ValidateNested336(),
36662
+ Type377(() => FilesDocDTO)
36663
+ ], Peru9112WinENTITY.prototype, "boletin", 2);
36650
36664
 
36651
36665
  // src/operativa/procesos/fibramas_order/shared/index.ts
36652
36666
  import { Expose as Expose594, Transform as Transform81, Type as Type380 } from "class-transformer";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.257",
3
+ "version": "1.2.259",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",