@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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: "
|
|
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: "
|
|
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 })
|