@experts_hub/shared 1.0.397 → 1.0.398
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/entities/ai-interview.entity.d.ts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2608,6 +2608,9 @@ __decorateClass([
|
|
|
2608
2608
|
__decorateClass([
|
|
2609
2609
|
(0, import_typeorm15.Column)({ name: "is_f2f_interview_scheduled", type: "boolean", default: false })
|
|
2610
2610
|
], AiInterview.prototype, "isF2fInterviewScheduled", 2);
|
|
2611
|
+
__decorateClass([
|
|
2612
|
+
(0, import_typeorm15.Column)({ name: "is_contract_sent", type: "boolean", default: false })
|
|
2613
|
+
], AiInterview.prototype, "isContractSent", 2);
|
|
2611
2614
|
AiInterview = __decorateClass([
|
|
2612
2615
|
(0, import_typeorm15.Entity)("ai_interviews")
|
|
2613
2616
|
], AiInterview);
|
package/dist/index.mjs
CHANGED
|
@@ -2511,6 +2511,9 @@ __decorateClass([
|
|
|
2511
2511
|
__decorateClass([
|
|
2512
2512
|
Column15({ name: "is_f2f_interview_scheduled", type: "boolean", default: false })
|
|
2513
2513
|
], AiInterview.prototype, "isF2fInterviewScheduled", 2);
|
|
2514
|
+
__decorateClass([
|
|
2515
|
+
Column15({ name: "is_contract_sent", type: "boolean", default: false })
|
|
2516
|
+
], AiInterview.prototype, "isContractSent", 2);
|
|
2514
2517
|
AiInterview = __decorateClass([
|
|
2515
2518
|
Entity14("ai_interviews")
|
|
2516
2519
|
], AiInterview);
|