@experts_hub/shared 1.0.482 → 1.0.483
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
|
@@ -2870,6 +2870,9 @@ __decorateClass([
|
|
|
2870
2870
|
__decorateClass([
|
|
2871
2871
|
(0, import_typeorm17.Column)({ name: "meeting_audio_recording_url", type: "varchar", nullable: true })
|
|
2872
2872
|
], F2FInterviewSchedule.prototype, "meetingAudioRecordingUrl", 2);
|
|
2873
|
+
__decorateClass([
|
|
2874
|
+
(0, import_typeorm17.Column)({ name: "meeting_transcript", type: "jsonb", nullable: true })
|
|
2875
|
+
], F2FInterviewSchedule.prototype, "meetingTranscript", 2);
|
|
2873
2876
|
__decorateClass([
|
|
2874
2877
|
(0, import_typeorm17.Column)({ name: "meeting_recordings", type: "jsonb", nullable: true })
|
|
2875
2878
|
], F2FInterviewSchedule.prototype, "meetingRecordings", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -2776,6 +2776,9 @@ __decorateClass([
|
|
|
2776
2776
|
__decorateClass([
|
|
2777
2777
|
Column17({ name: "meeting_audio_recording_url", type: "varchar", nullable: true })
|
|
2778
2778
|
], F2FInterviewSchedule.prototype, "meetingAudioRecordingUrl", 2);
|
|
2779
|
+
__decorateClass([
|
|
2780
|
+
Column17({ name: "meeting_transcript", type: "jsonb", nullable: true })
|
|
2781
|
+
], F2FInterviewSchedule.prototype, "meetingTranscript", 2);
|
|
2779
2782
|
__decorateClass([
|
|
2780
2783
|
Column17({ name: "meeting_recordings", type: "jsonb", nullable: true })
|
|
2781
2784
|
], F2FInterviewSchedule.prototype, "meetingRecordings", 2);
|