@experts_hub/shared 1.0.416 → 1.0.417

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
@@ -2078,7 +2078,7 @@ __decorateClass([
2078
2078
  type: "decimal",
2079
2079
  precision: 4,
2080
2080
  scale: 2,
2081
- default: 0
2081
+ nullable: true
2082
2082
  })
2083
2083
  ], FreelancerProfile.prototype, "numberOfHours", 2);
2084
2084
  __decorateClass([
@@ -2274,7 +2274,7 @@ __decorateClass([
2274
2274
  type: "decimal",
2275
2275
  precision: 4,
2276
2276
  scale: 2,
2277
- default: 0
2277
+ nullable: true
2278
2278
  })
2279
2279
  ], CompanyProfile.prototype, "numberOfHours", 2);
2280
2280
  __decorateClass([
package/dist/index.mjs CHANGED
@@ -1964,7 +1964,7 @@ __decorateClass([
1964
1964
  type: "decimal",
1965
1965
  precision: 4,
1966
1966
  scale: 2,
1967
- default: 0
1967
+ nullable: true
1968
1968
  })
1969
1969
  ], FreelancerProfile.prototype, "numberOfHours", 2);
1970
1970
  __decorateClass([
@@ -2160,7 +2160,7 @@ __decorateClass([
2160
2160
  type: "decimal",
2161
2161
  precision: 4,
2162
2162
  scale: 2,
2163
- default: 0
2163
+ nullable: true
2164
2164
  })
2165
2165
  ], CompanyProfile.prototype, "numberOfHours", 2);
2166
2166
  __decorateClass([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.416",
3
+ "version": "1.0.417",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",