@dynamatix/gb-schemas 2.3.418 → 2.3.419
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.
|
@@ -35,6 +35,13 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
35
35
|
} & {
|
|
36
36
|
applicationId: mongoose.Types.ObjectId;
|
|
37
37
|
pageValidFlag: boolean;
|
|
38
|
+
isUkResident: string;
|
|
39
|
+
IsSolicitorCertified: string;
|
|
40
|
+
ApplicantName: string;
|
|
41
|
+
SolicitorEmail: string;
|
|
42
|
+
SolicitorName: string;
|
|
43
|
+
SolicitorDateOfBirth_Time: string;
|
|
44
|
+
solicitorNotes: string;
|
|
38
45
|
addressPostCode?: string | null | undefined;
|
|
39
46
|
addressLine1?: string | null | undefined;
|
|
40
47
|
addressLine2?: string | null | undefined;
|
|
@@ -55,12 +62,21 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
55
62
|
nameOfFirm?: string | null | undefined;
|
|
56
63
|
signatory?: string | null | undefined;
|
|
57
64
|
solicitorActing?: string | null | undefined;
|
|
65
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
66
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
58
67
|
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
59
68
|
createdAt: NativeDate;
|
|
60
69
|
updatedAt: NativeDate;
|
|
61
70
|
} & {
|
|
62
71
|
applicationId: mongoose.Types.ObjectId;
|
|
63
72
|
pageValidFlag: boolean;
|
|
73
|
+
isUkResident: string;
|
|
74
|
+
IsSolicitorCertified: string;
|
|
75
|
+
ApplicantName: string;
|
|
76
|
+
SolicitorEmail: string;
|
|
77
|
+
SolicitorName: string;
|
|
78
|
+
SolicitorDateOfBirth_Time: string;
|
|
79
|
+
solicitorNotes: string;
|
|
64
80
|
addressPostCode?: string | null | undefined;
|
|
65
81
|
addressLine1?: string | null | undefined;
|
|
66
82
|
addressLine2?: string | null | undefined;
|
|
@@ -81,12 +97,21 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
81
97
|
nameOfFirm?: string | null | undefined;
|
|
82
98
|
signatory?: string | null | undefined;
|
|
83
99
|
solicitorActing?: string | null | undefined;
|
|
100
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
101
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
84
102
|
}, {}> & {
|
|
85
103
|
createdAt: NativeDate;
|
|
86
104
|
updatedAt: NativeDate;
|
|
87
105
|
} & {
|
|
88
106
|
applicationId: mongoose.Types.ObjectId;
|
|
89
107
|
pageValidFlag: boolean;
|
|
108
|
+
isUkResident: string;
|
|
109
|
+
IsSolicitorCertified: string;
|
|
110
|
+
ApplicantName: string;
|
|
111
|
+
SolicitorEmail: string;
|
|
112
|
+
SolicitorName: string;
|
|
113
|
+
SolicitorDateOfBirth_Time: string;
|
|
114
|
+
solicitorNotes: string;
|
|
90
115
|
addressPostCode?: string | null | undefined;
|
|
91
116
|
addressLine1?: string | null | undefined;
|
|
92
117
|
addressLine2?: string | null | undefined;
|
|
@@ -107,6 +132,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
107
132
|
nameOfFirm?: string | null | undefined;
|
|
108
133
|
signatory?: string | null | undefined;
|
|
109
134
|
solicitorActing?: string | null | undefined;
|
|
135
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
136
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
110
137
|
} & {
|
|
111
138
|
_id: mongoose.Types.ObjectId;
|
|
112
139
|
} & {
|
|
@@ -125,6 +152,13 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
125
152
|
} & {
|
|
126
153
|
applicationId: mongoose.Types.ObjectId;
|
|
127
154
|
pageValidFlag: boolean;
|
|
155
|
+
isUkResident: string;
|
|
156
|
+
IsSolicitorCertified: string;
|
|
157
|
+
ApplicantName: string;
|
|
158
|
+
SolicitorEmail: string;
|
|
159
|
+
SolicitorName: string;
|
|
160
|
+
SolicitorDateOfBirth_Time: string;
|
|
161
|
+
solicitorNotes: string;
|
|
128
162
|
addressPostCode?: string | null | undefined;
|
|
129
163
|
addressLine1?: string | null | undefined;
|
|
130
164
|
addressLine2?: string | null | undefined;
|
|
@@ -145,12 +179,21 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
145
179
|
nameOfFirm?: string | null | undefined;
|
|
146
180
|
signatory?: string | null | undefined;
|
|
147
181
|
solicitorActing?: string | null | undefined;
|
|
182
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
183
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
148
184
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
149
185
|
createdAt: NativeDate;
|
|
150
186
|
updatedAt: NativeDate;
|
|
151
187
|
} & {
|
|
152
188
|
applicationId: mongoose.Types.ObjectId;
|
|
153
189
|
pageValidFlag: boolean;
|
|
190
|
+
isUkResident: string;
|
|
191
|
+
IsSolicitorCertified: string;
|
|
192
|
+
ApplicantName: string;
|
|
193
|
+
SolicitorEmail: string;
|
|
194
|
+
SolicitorName: string;
|
|
195
|
+
SolicitorDateOfBirth_Time: string;
|
|
196
|
+
solicitorNotes: string;
|
|
154
197
|
addressPostCode?: string | null | undefined;
|
|
155
198
|
addressLine1?: string | null | undefined;
|
|
156
199
|
addressLine2?: string | null | undefined;
|
|
@@ -171,12 +214,21 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
171
214
|
nameOfFirm?: string | null | undefined;
|
|
172
215
|
signatory?: string | null | undefined;
|
|
173
216
|
solicitorActing?: string | null | undefined;
|
|
217
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
218
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
174
219
|
}>, {}> & mongoose.FlatRecord<{
|
|
175
220
|
createdAt: NativeDate;
|
|
176
221
|
updatedAt: NativeDate;
|
|
177
222
|
} & {
|
|
178
223
|
applicationId: mongoose.Types.ObjectId;
|
|
179
224
|
pageValidFlag: boolean;
|
|
225
|
+
isUkResident: string;
|
|
226
|
+
IsSolicitorCertified: string;
|
|
227
|
+
ApplicantName: string;
|
|
228
|
+
SolicitorEmail: string;
|
|
229
|
+
SolicitorName: string;
|
|
230
|
+
SolicitorDateOfBirth_Time: string;
|
|
231
|
+
solicitorNotes: string;
|
|
180
232
|
addressPostCode?: string | null | undefined;
|
|
181
233
|
addressLine1?: string | null | undefined;
|
|
182
234
|
addressLine2?: string | null | undefined;
|
|
@@ -197,6 +249,8 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
197
249
|
nameOfFirm?: string | null | undefined;
|
|
198
250
|
signatory?: string | null | undefined;
|
|
199
251
|
solicitorActing?: string | null | undefined;
|
|
252
|
+
Solicitorpassedyear?: number | null | undefined;
|
|
253
|
+
CountryofEducation?: mongoose.Types.ObjectId | null | undefined;
|
|
200
254
|
}> & {
|
|
201
255
|
_id: mongoose.Types.ObjectId;
|
|
202
256
|
} & {
|
|
@@ -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;AAuIhE,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAA+C,CAAC;AACpE,eAAe,cAAc,CAAC"}
|
|
@@ -101,6 +101,15 @@ const solicitorSchema = new Schema({
|
|
|
101
101
|
maxLength: 15,
|
|
102
102
|
description: "Telephone number of the solicitor"
|
|
103
103
|
},
|
|
104
|
+
IsSolicitorCertified: { type: String, default: "" },
|
|
105
|
+
ApplicantName: { type: String, default: "" },
|
|
106
|
+
SolicitorEmail: { type: String, default: "" },
|
|
107
|
+
SolicitorName: { type: String, default: "" },
|
|
108
|
+
Solicitorpassedyear: { type: Number },
|
|
109
|
+
SolicitorDateOfBirth_Time: { type: String, default: null },
|
|
110
|
+
isUkResident: { type: String, default: "" },
|
|
111
|
+
CountryofEducation: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup" },
|
|
112
|
+
solicitorNotes: { type: String, default: "" },
|
|
104
113
|
}, {
|
|
105
114
|
timestamps: true,
|
|
106
115
|
toJSON: { virtuals: true },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamatix/gb-schemas",
|
|
3
|
-
"version": "2.3.
|
|
4
|
-
"description": "All the schemas for gatehouse bank back-end",
|
|
3
|
+
"version": "2.3.419",
|
|
4
|
+
"description": "All the schemas for gatehouse bank back-end .",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|