@dynamatix/gb-schemas 2.4.0 → 2.6.0
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/applicants/applicant-commitment-mortgage.model.d.ts +127 -127
- package/dist/applicants/applicant-income-summary.model.d.ts +6 -0
- package/dist/applicants/applicant-income-summary.model.d.ts.map +1 -1
- package/dist/applicants/applicant-income-summary.model.js +1 -0
- package/dist/applications/application-mortgage.model.d.ts +780 -108
- package/dist/applications/application-mortgage.model.d.ts.map +1 -1
- package/dist/applications/application-mortgage.model.js +18 -0
- package/dist/applications/solicitor.model.d.ts +12 -0
- package/dist/applications/solicitor.model.d.ts.map +1 -1
- package/dist/applications/solicitor.model.js +2 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"application-mortgage.model.d.ts","sourceRoot":"","sources":["../../applications/application-mortgage.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAE,KAAK,EAAe,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"application-mortgage.model.d.ts","sourceRoot":"","sources":["../../applications/application-mortgage.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAEhC,OAAO,EAAE,KAAK,EAAe,MAAM,wBAAwB,CAAC;AAoU5D,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA6C,CAAC;AAEjE,eAAe,aAAa,CAAC"}
|
|
@@ -176,6 +176,24 @@ const mortgageSchema = new mongoose.Schema({
|
|
|
176
176
|
sowOther: { type: String, default: "" },
|
|
177
177
|
sowProperty: { type: String, default: "" },
|
|
178
178
|
sowSalary: { type: String, default: "" },
|
|
179
|
+
PropertyNotes: { type: String, default: "" },
|
|
180
|
+
ActualPropertyValue: { type: Pound, default: 0.00, get: formatPound },
|
|
181
|
+
PropertyBuiltType: { type: String, default: "" },
|
|
182
|
+
hasLift: { type: String, default: "" },
|
|
183
|
+
AgeofProperty: { type: Number },
|
|
184
|
+
Dateofpropertybuilt: { type: String, default: null },
|
|
185
|
+
PropertyType: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup" },
|
|
186
|
+
RegistrationDateandTime: { type: String, default: null },
|
|
187
|
+
Age: { type: String, default: "" },
|
|
188
|
+
CountryMultiselect: { type: String, default: "" },
|
|
189
|
+
PercentageofEPC: { type: String, default: "" },
|
|
190
|
+
PropertyMarketValue: { type: Pound, default: 0.00, get: formatPound },
|
|
191
|
+
propertyTypeLid: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup" },
|
|
192
|
+
rationale: { type: String, default: "" },
|
|
193
|
+
ApplicantSortcode: { type: String, default: "" },
|
|
194
|
+
accountnumber: { type: String, default: "" },
|
|
195
|
+
Postcode: { type: String, default: "" },
|
|
196
|
+
AddressLine1: { type: String, default: "" },
|
|
179
197
|
}, {
|
|
180
198
|
timestamps: true,
|
|
181
199
|
toJSON: { virtuals: true },
|
|
@@ -42,6 +42,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
42
42
|
SolicitorName: string;
|
|
43
43
|
SolicitorDateOfBirth_Time: string;
|
|
44
44
|
solicitorNotes: string;
|
|
45
|
+
RationaleLabel: string;
|
|
46
|
+
Rationale: string;
|
|
45
47
|
addressPostCode?: string | null | undefined;
|
|
46
48
|
addressLine1?: string | null | undefined;
|
|
47
49
|
addressLine2?: string | null | undefined;
|
|
@@ -77,6 +79,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
77
79
|
SolicitorName: string;
|
|
78
80
|
SolicitorDateOfBirth_Time: string;
|
|
79
81
|
solicitorNotes: string;
|
|
82
|
+
RationaleLabel: string;
|
|
83
|
+
Rationale: string;
|
|
80
84
|
addressPostCode?: string | null | undefined;
|
|
81
85
|
addressLine1?: string | null | undefined;
|
|
82
86
|
addressLine2?: string | null | undefined;
|
|
@@ -112,6 +116,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
112
116
|
SolicitorName: string;
|
|
113
117
|
SolicitorDateOfBirth_Time: string;
|
|
114
118
|
solicitorNotes: string;
|
|
119
|
+
RationaleLabel: string;
|
|
120
|
+
Rationale: string;
|
|
115
121
|
addressPostCode?: string | null | undefined;
|
|
116
122
|
addressLine1?: string | null | undefined;
|
|
117
123
|
addressLine2?: string | null | undefined;
|
|
@@ -159,6 +165,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
159
165
|
SolicitorName: string;
|
|
160
166
|
SolicitorDateOfBirth_Time: string;
|
|
161
167
|
solicitorNotes: string;
|
|
168
|
+
RationaleLabel: string;
|
|
169
|
+
Rationale: string;
|
|
162
170
|
addressPostCode?: string | null | undefined;
|
|
163
171
|
addressLine1?: string | null | undefined;
|
|
164
172
|
addressLine2?: string | null | undefined;
|
|
@@ -194,6 +202,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
194
202
|
SolicitorName: string;
|
|
195
203
|
SolicitorDateOfBirth_Time: string;
|
|
196
204
|
solicitorNotes: string;
|
|
205
|
+
RationaleLabel: string;
|
|
206
|
+
Rationale: string;
|
|
197
207
|
addressPostCode?: string | null | undefined;
|
|
198
208
|
addressLine1?: string | null | undefined;
|
|
199
209
|
addressLine2?: string | null | undefined;
|
|
@@ -229,6 +239,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
229
239
|
SolicitorName: string;
|
|
230
240
|
SolicitorDateOfBirth_Time: string;
|
|
231
241
|
solicitorNotes: string;
|
|
242
|
+
RationaleLabel: string;
|
|
243
|
+
Rationale: string;
|
|
232
244
|
addressPostCode?: string | null | undefined;
|
|
233
245
|
addressLine1?: string | null | undefined;
|
|
234
246
|
addressLine2?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"solicitor.model.d.ts","sourceRoot":"","sources":["../../applications/solicitor.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAGhC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"solicitor.model.d.ts","sourceRoot":"","sources":["../../applications/solicitor.model.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAGhC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAyIhE,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC;AACpE,eAAe,cAAc,CAAC"}
|
|
@@ -110,6 +110,8 @@ const solicitorSchema = new Schema({
|
|
|
110
110
|
isUkResident: { type: String, default: "" },
|
|
111
111
|
CountryofEducation: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup" },
|
|
112
112
|
solicitorNotes: { type: String, default: "" },
|
|
113
|
+
RationaleLabel: { type: String, default: "" },
|
|
114
|
+
Rationale: { type: String, default: "" },
|
|
113
115
|
}, {
|
|
114
116
|
timestamps: true,
|
|
115
117
|
toJSON: { virtuals: true },
|