@experts_hub/shared 1.0.208 → 1.0.209
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.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2296,6 +2296,9 @@ __decorateClass([
|
|
|
2296
2296
|
__decorateClass([
|
|
2297
2297
|
(0, import_typeorm22.Column)({ name: "interview_link", type: "text", nullable: true })
|
|
2298
2298
|
], FreelancerAssessment.prototype, "interviewLink", 2);
|
|
2299
|
+
__decorateClass([
|
|
2300
|
+
(0, import_typeorm22.Column)({ name: "interview_summary", type: "jsonb", nullable: true })
|
|
2301
|
+
], FreelancerAssessment.prototype, "interviewSummary", 2);
|
|
2299
2302
|
__decorateClass([
|
|
2300
2303
|
(0, import_typeorm22.Column)({
|
|
2301
2304
|
name: "status",
|
package/dist/index.mjs
CHANGED
|
@@ -2325,6 +2325,9 @@ __decorateClass([
|
|
|
2325
2325
|
__decorateClass([
|
|
2326
2326
|
Column22({ name: "interview_link", type: "text", nullable: true })
|
|
2327
2327
|
], FreelancerAssessment.prototype, "interviewLink", 2);
|
|
2328
|
+
__decorateClass([
|
|
2329
|
+
Column22({ name: "interview_summary", type: "jsonb", nullable: true })
|
|
2330
|
+
], FreelancerAssessment.prototype, "interviewSummary", 2);
|
|
2328
2331
|
__decorateClass([
|
|
2329
2332
|
Column22({
|
|
2330
2333
|
name: "status",
|