@experts_hub/shared 1.0.405 → 1.0.406
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
|
@@ -2958,7 +2958,7 @@ __decorateClass([
|
|
|
2958
2958
|
(0, import_typeorm20.Index)()
|
|
2959
2959
|
], JobRecommendation.prototype, "clientId", 2);
|
|
2960
2960
|
__decorateClass([
|
|
2961
|
-
(0, import_typeorm20.Column)({ name: "match_score", type: "numeric", precision: 5, scale:
|
|
2961
|
+
(0, import_typeorm20.Column)({ name: "match_score", type: "numeric", precision: 5, scale: 2 })
|
|
2962
2962
|
], JobRecommendation.prototype, "matchScore", 2);
|
|
2963
2963
|
__decorateClass([
|
|
2964
2964
|
(0, import_typeorm20.Column)({ name: "match_score_summary", type: "jsonb", nullable: true })
|
package/dist/index.mjs
CHANGED
|
@@ -2887,7 +2887,7 @@ __decorateClass([
|
|
|
2887
2887
|
Index13()
|
|
2888
2888
|
], JobRecommendation.prototype, "clientId", 2);
|
|
2889
2889
|
__decorateClass([
|
|
2890
|
-
Column20({ name: "match_score", type: "numeric", precision: 5, scale:
|
|
2890
|
+
Column20({ name: "match_score", type: "numeric", precision: 5, scale: 2 })
|
|
2891
2891
|
], JobRecommendation.prototype, "matchScore", 2);
|
|
2892
2892
|
__decorateClass([
|
|
2893
2893
|
Column20({ name: "match_score_summary", type: "jsonb", nullable: true })
|