@experts_hub/shared 1.0.418 → 1.0.419

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
@@ -3612,7 +3612,7 @@ __decorateClass([
3612
3612
  type: "decimal",
3613
3613
  precision: 4,
3614
3614
  scale: 2,
3615
- default: 0
3615
+ nullable: true
3616
3616
  })
3617
3617
  ], Job.prototype, "numberOfHours", 2);
3618
3618
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -3542,7 +3542,7 @@ __decorateClass([
3542
3542
  type: "decimal",
3543
3543
  precision: 4,
3544
3544
  scale: 2,
3545
- default: 0
3545
+ nullable: true
3546
3546
  })
3547
3547
  ], Job.prototype, "numberOfHours", 2);
3548
3548
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.418",
3
+ "version": "1.0.419",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",