plac-micro-common 1.2.63 → 1.2.64
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.
|
@@ -19,13 +19,7 @@ export declare class ApplicationEntity extends _BaseEntity {
|
|
|
19
19
|
rejected_at?: Date | null;
|
|
20
20
|
rejection_reason?: string | null;
|
|
21
21
|
transferred_at?: Date | null;
|
|
22
|
-
|
|
23
|
-
product_plan_id?: string | null;
|
|
24
|
-
currency?: string | null;
|
|
25
|
-
sum_assured?: number | null;
|
|
26
|
-
mode_premium_amount?: number | null;
|
|
27
|
-
product_payment_mode_id?: string | null;
|
|
28
|
-
product_policy_term_id?: string | null;
|
|
22
|
+
quotation_id?: string | null;
|
|
29
23
|
created_by_user_id: string;
|
|
30
24
|
updated_by_user_id?: string | null;
|
|
31
25
|
submitted_by_user_id?: string | null;
|
|
@@ -103,35 +103,10 @@ __decorate([
|
|
|
103
103
|
(0, typeorm_1.Column)({ type: "timestamptz", nullable: true }),
|
|
104
104
|
__metadata("design:type", Object)
|
|
105
105
|
], ApplicationEntity.prototype, "transferred_at", void 0);
|
|
106
|
-
__decorate([
|
|
107
|
-
(0, typeorm_1.Index)(),
|
|
108
|
-
(0, typeorm_1.Column)({ type: "uuid", nullable: true }),
|
|
109
|
-
__metadata("design:type", Object)
|
|
110
|
-
], ApplicationEntity.prototype, "product_id", void 0);
|
|
111
|
-
__decorate([
|
|
112
|
-
(0, typeorm_1.Column)({ type: "uuid", nullable: true }),
|
|
113
|
-
__metadata("design:type", Object)
|
|
114
|
-
], ApplicationEntity.prototype, "product_plan_id", void 0);
|
|
115
|
-
__decorate([
|
|
116
|
-
(0, typeorm_1.Column)({ type: "varchar", length: 10, nullable: true }),
|
|
117
|
-
__metadata("design:type", Object)
|
|
118
|
-
], ApplicationEntity.prototype, "currency", void 0);
|
|
119
|
-
__decorate([
|
|
120
|
-
(0, typeorm_1.Column)({ type: "numeric", nullable: true }),
|
|
121
|
-
__metadata("design:type", Object)
|
|
122
|
-
], ApplicationEntity.prototype, "sum_assured", void 0);
|
|
123
|
-
__decorate([
|
|
124
|
-
(0, typeorm_1.Column)({ type: "numeric", nullable: true }),
|
|
125
|
-
__metadata("design:type", Object)
|
|
126
|
-
], ApplicationEntity.prototype, "mode_premium_amount", void 0);
|
|
127
|
-
__decorate([
|
|
128
|
-
(0, typeorm_1.Column)({ type: "uuid", nullable: true }),
|
|
129
|
-
__metadata("design:type", Object)
|
|
130
|
-
], ApplicationEntity.prototype, "product_payment_mode_id", void 0);
|
|
131
106
|
__decorate([
|
|
132
107
|
(0, typeorm_1.Column)({ type: "uuid", nullable: true }),
|
|
133
108
|
__metadata("design:type", Object)
|
|
134
|
-
], ApplicationEntity.prototype, "
|
|
109
|
+
], ApplicationEntity.prototype, "quotation_id", void 0);
|
|
135
110
|
__decorate([
|
|
136
111
|
(0, typeorm_1.Index)(),
|
|
137
112
|
(0, typeorm_1.Column)({ type: "uuid" }),
|