@experts_hub/shared 1.0.230 → 1.0.231

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
@@ -1610,7 +1610,7 @@ __decorateClass([
1610
1610
  })
1611
1611
  ], FreelancerProfile.prototype, "mcqStatus", 2);
1612
1612
  __decorateClass([
1613
- (0, import_typeorm8.Column)({ name: "mcq_score", type: "integer", nullable: true })
1613
+ (0, import_typeorm8.Column)({ name: "mcq_score", type: "float", nullable: true })
1614
1614
  ], FreelancerProfile.prototype, "mcqScore", 2);
1615
1615
  __decorateClass([
1616
1616
  (0, import_typeorm8.Column)({ name: "is_eligible_for_ai_assessment", type: "boolean", nullable: true })
package/dist/index.mjs CHANGED
@@ -1558,7 +1558,7 @@ __decorateClass([
1558
1558
  })
1559
1559
  ], FreelancerProfile.prototype, "mcqStatus", 2);
1560
1560
  __decorateClass([
1561
- Column8({ name: "mcq_score", type: "integer", nullable: true })
1561
+ Column8({ name: "mcq_score", type: "float", nullable: true })
1562
1562
  ], FreelancerProfile.prototype, "mcqScore", 2);
1563
1563
  __decorateClass([
1564
1564
  Column8({ name: "is_eligible_for_ai_assessment", type: "boolean", nullable: true })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@experts_hub/shared",
3
- "version": "1.0.230",
3
+ "version": "1.0.231",
4
4
  "description": "Shared DTOs, interfaces, and utilities for experts hub applications",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",