@experts_hub/shared 1.0.343 → 1.0.344
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/f2f-interview.entity.d.ts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -3
- package/dist/index.mjs +0 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2728,9 +2728,6 @@ __decorateClass([
|
|
|
2728
2728
|
__decorateClass([
|
|
2729
2729
|
(0, import_typeorm18.Column)({ name: "provider", type: "varchar", nullable: true })
|
|
2730
2730
|
], F2FInterview.prototype, "provider", 2);
|
|
2731
|
-
__decorateClass([
|
|
2732
|
-
(0, import_typeorm18.Column)({ name: "provider_event_id", type: "varchar", nullable: true })
|
|
2733
|
-
], F2FInterview.prototype, "providerEventId", 2);
|
|
2734
2731
|
__decorateClass([
|
|
2735
2732
|
(0, import_typeorm18.OneToMany)(() => F2FInterviewSchedule, (f2fInterviewSchedule) => f2fInterviewSchedule.f2fInterview)
|
|
2736
2733
|
], F2FInterview.prototype, "schedules", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -2689,9 +2689,6 @@ __decorateClass([
|
|
|
2689
2689
|
__decorateClass([
|
|
2690
2690
|
Column18({ name: "provider", type: "varchar", nullable: true })
|
|
2691
2691
|
], F2FInterview.prototype, "provider", 2);
|
|
2692
|
-
__decorateClass([
|
|
2693
|
-
Column18({ name: "provider_event_id", type: "varchar", nullable: true })
|
|
2694
|
-
], F2FInterview.prototype, "providerEventId", 2);
|
|
2695
2692
|
__decorateClass([
|
|
2696
2693
|
OneToMany6(() => F2FInterviewSchedule, (f2fInterviewSchedule) => f2fInterviewSchedule.f2fInterview)
|
|
2697
2694
|
], F2FInterview.prototype, "schedules", 2);
|