sigo-entities 1.2.99 → 1.2.100

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.js CHANGED
@@ -32858,6 +32858,7 @@ __decorateClass([
32858
32858
  __decorateClass([
32859
32859
  (0, import_class_transformer543.Expose)({ name: "N\xFAmero Tel\xE9fono" }),
32860
32860
  (0, import_class_validator544.IsDefined)({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
32861
+ (0, import_class_transformer543.Type)(() => String),
32861
32862
  (0, import_class_validator544.IsString)()
32862
32863
  ], Peru9112TOAENTITY.prototype, "numero_telefono", 2);
32863
32864
  __decorateClass([
@@ -35626,6 +35627,7 @@ __decorateClass([
35626
35627
  __decorateClass([
35627
35628
  (0, import_class_transformer565.Expose)(),
35628
35629
  (0, import_class_validator566.IsDefined)({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
35630
+ (0, import_class_transformer565.Type)(() => String),
35629
35631
  (0, import_class_validator566.IsString)()
35630
35632
  ], TOAOrdenLiquidacionENTITYDB.prototype, "numero_telefono", 2);
35631
35633
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -32447,6 +32447,7 @@ __decorateClass([
32447
32447
  __decorateClass([
32448
32448
  Expose541({ name: "N\xFAmero Tel\xE9fono" }),
32449
32449
  IsDefined148({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
32450
+ Type353(() => String),
32450
32451
  IsString437()
32451
32452
  ], Peru9112TOAENTITY.prototype, "numero_telefono", 2);
32452
32453
  __decorateClass([
@@ -35283,6 +35284,7 @@ __decorateClass([
35283
35284
  __decorateClass([
35284
35285
  Expose563(),
35285
35286
  IsDefined170({ message: "El campo N\xFAmero Tel\xE9fono es obligatorio." }),
35287
+ Type369(() => String),
35286
35288
  IsString459()
35287
35289
  ], TOAOrdenLiquidacionENTITYDB.prototype, "numero_telefono", 2);
35288
35290
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.99",
3
+ "version": "1.2.100",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",