sigo-entities 1.2.127 → 1.2.128

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
@@ -37231,7 +37231,7 @@ __decorateClass([
37231
37231
  ], ClienteWAOOENTITY.prototype, "token", 2);
37232
37232
  __decorateClass([
37233
37233
  (0, import_class_transformer578.Expose)(),
37234
- (0, import_class_validator579.IsString)(),
37234
+ (0, import_class_validator579.IsDate)(),
37235
37235
  (0, import_class_transformer578.Type)(() => Date)
37236
37236
  ], ClienteWAOOENTITY.prototype, "fecha_prog", 2);
37237
37237
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -36719,7 +36719,7 @@ __decorateClass([
36719
36719
 
36720
36720
  // src/operativa/procesos/cliente_waoo/shared/index.ts
36721
36721
  import { Expose as Expose575, Type as Type377 } from "class-transformer";
36722
- import { IsNumber as IsNumber382, IsString as IsString471, IsUUID as IsUUID12 } from "class-validator";
36722
+ import { IsDate as IsDate146, IsNumber as IsNumber382, IsString as IsString471, IsUUID as IsUUID12 } from "class-validator";
36723
36723
  var ClienteWAOOENTITY = class {
36724
36724
  _id = "";
36725
36725
  abonado = "";
@@ -36877,7 +36877,7 @@ __decorateClass([
36877
36877
  ], ClienteWAOOENTITY.prototype, "token", 2);
36878
36878
  __decorateClass([
36879
36879
  Expose575(),
36880
- IsString471(),
36880
+ IsDate146(),
36881
36881
  Type377(() => Date)
36882
36882
  ], ClienteWAOOENTITY.prototype, "fecha_prog", 2);
36883
36883
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.127",
3
+ "version": "1.2.128",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",