@dynamatix/gb-schemas 1.2.27 → 1.2.28
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.model.d.ts +615 -615
- package/dist/applicants/applicant-credit-data.model.d.ts +16 -16
- package/dist/applicants/applicant-credit-data.model.js +6 -6
- package/dist/applicants/applicant-credit-profile.model.d.ts +1 -1
- package/dist/applicants/applicant-direct-debit.model.d.ts +1 -1
- package/dist/applicants/applicant-employment.model.d.ts +12 -12
- package/dist/applicants/applicant-income-source.model.d.ts +1 -1
- package/dist/applicants/applicant-income.model.d.ts +6 -6
- package/dist/applicants/applicant-property-income.model.d.ts +3 -3
- package/dist/applicants/applicant-risk-narrative.model.d.ts +1 -1
- package/dist/applicants/applicant.model.d.ts +1315 -1315
- package/dist/applications/application-audit.model.d.ts +1 -1
- package/dist/applications/application-checklist-Item.model.d.ts +1 -1
- package/dist/applications/application-company-model.d.ts +1063 -157
- package/dist/applications/application-company-model.d.ts.map +1 -1
- package/dist/applications/application-company-model.js +85 -29
- package/dist/applications/application-credit-profile.model.d.ts +5 -5
- package/dist/applications/application-direct-debit.model.d.ts +12 -12
- package/dist/applications/application-direct-debit.model.d.ts.map +1 -1
- package/dist/applications/application-direct-debit.model.js +1 -0
- package/dist/applications/application-document.model.d.ts +1 -1
- package/dist/applications/application-fieldconfig.model.d.ts +1 -1
- package/dist/applications/application-illustration-model.d.ts +1 -1
- package/dist/applications/application-legal.model.d.ts +1 -1
- package/dist/applications/application-mortgage.model.d.ts +48 -48
- package/dist/applications/application-note.model.d.ts +1 -1
- package/dist/applications/application-offer.model.d.ts +1 -1
- package/dist/applications/application-onboarding.model.d.ts +1 -1
- package/dist/applications/application-product.model.d.ts +1 -1
- package/dist/applications/application-rationale.model.d.ts +1 -1
- package/dist/applications/application-risk-narrative.model.d.ts +1 -1
- package/dist/applications/application-valuation.model.d.ts +1 -1
- package/dist/applications/application.model.d.ts +13 -13
- package/dist/applications/broker.model.d.ts +19 -19
- package/dist/applications/document.model.d.ts +1 -1
- package/dist/applications/productfeatures.model.d.ts +1 -1
- package/dist/applications/solicitor.model.d.ts +18 -18
- package/dist/product-catalogues/product-catalogue.model.d.ts +1 -1
- package/dist/product-catalogues/product-definitions.model.d.ts +1 -1
- package/dist/product-catalogues/product-variant.model.d.ts +1 -1
- package/dist/properties/property.model.d.ts +60 -60
- package/dist/properties/security.model.d.ts +1 -1
- package/dist/shared/alert.model.d.ts +1 -1
- package/dist/shared/apprivo-sync-journey.model.d.ts +1 -1
- package/dist/shared/checklist.model.d.ts +1 -1
- package/dist/shared/document-type-model.d.ts +1 -1
- package/dist/shared/job-run.model.d.ts +1 -1
- package/dist/shared/job-setting.model.d.ts +1 -1
- package/dist/shared/lookup-group.model.d.ts +1 -1
- package/dist/shared/lookup.model.d.ts +1 -1
- package/dist/shared/schema-doc.model.d.ts +1 -1
- package/dist/shared/system-parameter.model.d.ts +1 -1
- package/dist/shared/task-document.model.d.ts +1 -1
- package/dist/shared/task.model.d.ts +1 -1
- package/dist/underwriter/underwriter.model.d.ts +1 -1
- package/dist/users/auth-log.model.d.ts +1 -1
- package/dist/users/permission.model.d.ts +1 -1
- package/dist/users/role-group.model.d.ts +1 -1
- package/dist/users/role.model.d.ts +1 -1
- package/dist/users/tasks.model.d.ts +1 -1
- package/dist/users/user.model.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -196,14 +196,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
196
196
|
} | null | undefined;
|
|
197
197
|
} | null | undefined;
|
|
198
198
|
creditProfile?: {
|
|
199
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
200
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
201
199
|
companyBankruptcyNo: string;
|
|
202
200
|
companyBankruptcyYes: string;
|
|
203
201
|
companyCCJInLastThreeYearNo: string;
|
|
204
202
|
companyCCJInLastThreeYearYes: string;
|
|
205
203
|
companyDefaultsInLastYearNo: string;
|
|
206
204
|
companyDefaultsInLastYearYes: string;
|
|
205
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
206
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
207
207
|
} | null | undefined;
|
|
208
208
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
209
209
|
lastUpdated?: string | null | undefined;
|
|
@@ -384,14 +384,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
384
384
|
} | null | undefined;
|
|
385
385
|
} | null | undefined;
|
|
386
386
|
creditProfile?: {
|
|
387
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
388
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
389
387
|
companyBankruptcyNo: string;
|
|
390
388
|
companyBankruptcyYes: string;
|
|
391
389
|
companyCCJInLastThreeYearNo: string;
|
|
392
390
|
companyCCJInLastThreeYearYes: string;
|
|
393
391
|
companyDefaultsInLastYearNo: string;
|
|
394
392
|
companyDefaultsInLastYearYes: string;
|
|
393
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
394
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
395
395
|
} | null | undefined;
|
|
396
396
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
397
397
|
lastUpdated?: string | null | undefined;
|
|
@@ -572,14 +572,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
572
572
|
} | null | undefined;
|
|
573
573
|
} | null | undefined;
|
|
574
574
|
creditProfile?: {
|
|
575
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
576
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
577
575
|
companyBankruptcyNo: string;
|
|
578
576
|
companyBankruptcyYes: string;
|
|
579
577
|
companyCCJInLastThreeYearNo: string;
|
|
580
578
|
companyCCJInLastThreeYearYes: string;
|
|
581
579
|
companyDefaultsInLastYearNo: string;
|
|
582
580
|
companyDefaultsInLastYearYes: string;
|
|
581
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
582
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
583
583
|
} | null | undefined;
|
|
584
584
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
585
585
|
lastUpdated?: string | null | undefined;
|
|
@@ -772,14 +772,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
772
772
|
} | null | undefined;
|
|
773
773
|
} | null | undefined;
|
|
774
774
|
creditProfile?: {
|
|
775
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
776
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
777
775
|
companyBankruptcyNo: string;
|
|
778
776
|
companyBankruptcyYes: string;
|
|
779
777
|
companyCCJInLastThreeYearNo: string;
|
|
780
778
|
companyCCJInLastThreeYearYes: string;
|
|
781
779
|
companyDefaultsInLastYearNo: string;
|
|
782
780
|
companyDefaultsInLastYearYes: string;
|
|
781
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
782
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
783
783
|
} | null | undefined;
|
|
784
784
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
785
785
|
lastUpdated?: string | null | undefined;
|
|
@@ -960,14 +960,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
960
960
|
} | null | undefined;
|
|
961
961
|
} | null | undefined;
|
|
962
962
|
creditProfile?: {
|
|
963
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
964
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
965
963
|
companyBankruptcyNo: string;
|
|
966
964
|
companyBankruptcyYes: string;
|
|
967
965
|
companyCCJInLastThreeYearNo: string;
|
|
968
966
|
companyCCJInLastThreeYearYes: string;
|
|
969
967
|
companyDefaultsInLastYearNo: string;
|
|
970
968
|
companyDefaultsInLastYearYes: string;
|
|
969
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
970
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
971
971
|
} | null | undefined;
|
|
972
972
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
973
973
|
lastUpdated?: string | null | undefined;
|
|
@@ -1148,14 +1148,14 @@ declare const ApplicationModel: mongoose.Model<{
|
|
|
1148
1148
|
} | null | undefined;
|
|
1149
1149
|
} | null | undefined;
|
|
1150
1150
|
creditProfile?: {
|
|
1151
|
-
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
1152
|
-
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
1153
1151
|
companyBankruptcyNo: string;
|
|
1154
1152
|
companyBankruptcyYes: string;
|
|
1155
1153
|
companyCCJInLastThreeYearNo: string;
|
|
1156
1154
|
companyCCJInLastThreeYearYes: string;
|
|
1157
1155
|
companyDefaultsInLastYearNo: string;
|
|
1158
1156
|
companyDefaultsInLastYearYes: string;
|
|
1157
|
+
companyAnyVoluntaryEnforcedPossessionNo: string;
|
|
1158
|
+
companyAnyVoluntaryEnforcedPossessionYes: string;
|
|
1159
1159
|
} | null | undefined;
|
|
1160
1160
|
assignedToUserId?: mongoose.Types.ObjectId | null | undefined;
|
|
1161
1161
|
lastUpdated?: string | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -30,15 +30,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
30
30
|
createdAt: NativeDate;
|
|
31
31
|
updatedAt: NativeDate;
|
|
32
32
|
} & {
|
|
33
|
-
|
|
34
|
-
addressCountry?: string | null | undefined;
|
|
33
|
+
addressPostCode?: string | null | undefined;
|
|
35
34
|
addressLine1?: string | null | undefined;
|
|
36
35
|
addressLine2?: string | null | undefined;
|
|
37
36
|
addressLine3?: string | null | undefined;
|
|
38
|
-
|
|
37
|
+
addressCity?: string | null | undefined;
|
|
39
38
|
brokerId?: string | null | undefined;
|
|
40
39
|
landlinePhone?: string | null | undefined;
|
|
41
40
|
mobileTelephone?: string | null | undefined;
|
|
41
|
+
addressCountry?: string | null | undefined;
|
|
42
42
|
tradingName?: string | null | undefined;
|
|
43
43
|
fcaNumber?: string | null | undefined;
|
|
44
44
|
brokerType?: string | null | undefined;
|
|
@@ -50,15 +50,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
50
50
|
createdAt: NativeDate;
|
|
51
51
|
updatedAt: NativeDate;
|
|
52
52
|
} & {
|
|
53
|
-
|
|
54
|
-
addressCountry?: string | null | undefined;
|
|
53
|
+
addressPostCode?: string | null | undefined;
|
|
55
54
|
addressLine1?: string | null | undefined;
|
|
56
55
|
addressLine2?: string | null | undefined;
|
|
57
56
|
addressLine3?: string | null | undefined;
|
|
58
|
-
|
|
57
|
+
addressCity?: string | null | undefined;
|
|
59
58
|
brokerId?: string | null | undefined;
|
|
60
59
|
landlinePhone?: string | null | undefined;
|
|
61
60
|
mobileTelephone?: string | null | undefined;
|
|
61
|
+
addressCountry?: string | null | undefined;
|
|
62
62
|
tradingName?: string | null | undefined;
|
|
63
63
|
fcaNumber?: string | null | undefined;
|
|
64
64
|
brokerType?: string | null | undefined;
|
|
@@ -70,15 +70,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
70
70
|
createdAt: NativeDate;
|
|
71
71
|
updatedAt: NativeDate;
|
|
72
72
|
} & {
|
|
73
|
-
|
|
74
|
-
addressCountry?: string | null | undefined;
|
|
73
|
+
addressPostCode?: string | null | undefined;
|
|
75
74
|
addressLine1?: string | null | undefined;
|
|
76
75
|
addressLine2?: string | null | undefined;
|
|
77
76
|
addressLine3?: string | null | undefined;
|
|
78
|
-
|
|
77
|
+
addressCity?: string | null | undefined;
|
|
79
78
|
brokerId?: string | null | undefined;
|
|
80
79
|
landlinePhone?: string | null | undefined;
|
|
81
80
|
mobileTelephone?: string | null | undefined;
|
|
81
|
+
addressCountry?: string | null | undefined;
|
|
82
82
|
tradingName?: string | null | undefined;
|
|
83
83
|
fcaNumber?: string | null | undefined;
|
|
84
84
|
brokerType?: string | null | undefined;
|
|
@@ -96,15 +96,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
96
96
|
createdAt: NativeDate;
|
|
97
97
|
updatedAt: NativeDate;
|
|
98
98
|
} & {
|
|
99
|
-
|
|
100
|
-
addressCountry?: string | null | undefined;
|
|
99
|
+
addressPostCode?: string | null | undefined;
|
|
101
100
|
addressLine1?: string | null | undefined;
|
|
102
101
|
addressLine2?: string | null | undefined;
|
|
103
102
|
addressLine3?: string | null | undefined;
|
|
104
|
-
|
|
103
|
+
addressCity?: string | null | undefined;
|
|
105
104
|
brokerId?: string | null | undefined;
|
|
106
105
|
landlinePhone?: string | null | undefined;
|
|
107
106
|
mobileTelephone?: string | null | undefined;
|
|
107
|
+
addressCountry?: string | null | undefined;
|
|
108
108
|
tradingName?: string | null | undefined;
|
|
109
109
|
fcaNumber?: string | null | undefined;
|
|
110
110
|
brokerType?: string | null | undefined;
|
|
@@ -116,15 +116,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
116
116
|
createdAt: NativeDate;
|
|
117
117
|
updatedAt: NativeDate;
|
|
118
118
|
} & {
|
|
119
|
-
|
|
120
|
-
addressCountry?: string | null | undefined;
|
|
119
|
+
addressPostCode?: string | null | undefined;
|
|
121
120
|
addressLine1?: string | null | undefined;
|
|
122
121
|
addressLine2?: string | null | undefined;
|
|
123
122
|
addressLine3?: string | null | undefined;
|
|
124
|
-
|
|
123
|
+
addressCity?: string | null | undefined;
|
|
125
124
|
brokerId?: string | null | undefined;
|
|
126
125
|
landlinePhone?: string | null | undefined;
|
|
127
126
|
mobileTelephone?: string | null | undefined;
|
|
127
|
+
addressCountry?: string | null | undefined;
|
|
128
128
|
tradingName?: string | null | undefined;
|
|
129
129
|
fcaNumber?: string | null | undefined;
|
|
130
130
|
brokerType?: string | null | undefined;
|
|
@@ -136,15 +136,15 @@ declare const BrokerModel: mongoose.Model<{
|
|
|
136
136
|
createdAt: NativeDate;
|
|
137
137
|
updatedAt: NativeDate;
|
|
138
138
|
} & {
|
|
139
|
-
|
|
140
|
-
addressCountry?: string | null | undefined;
|
|
139
|
+
addressPostCode?: string | null | undefined;
|
|
141
140
|
addressLine1?: string | null | undefined;
|
|
142
141
|
addressLine2?: string | null | undefined;
|
|
143
142
|
addressLine3?: string | null | undefined;
|
|
144
|
-
|
|
143
|
+
addressCity?: string | null | undefined;
|
|
145
144
|
brokerId?: string | null | undefined;
|
|
146
145
|
landlinePhone?: string | null | undefined;
|
|
147
146
|
mobileTelephone?: string | null | undefined;
|
|
147
|
+
addressCountry?: string | null | undefined;
|
|
148
148
|
tradingName?: string | null | undefined;
|
|
149
149
|
fcaNumber?: string | null | undefined;
|
|
150
150
|
brokerType?: string | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -32,18 +32,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
32
32
|
} & {
|
|
33
33
|
applicationId: mongoose.Types.ObjectId;
|
|
34
34
|
pageValidFlag: boolean;
|
|
35
|
-
|
|
35
|
+
addressPostCode?: string | null | undefined;
|
|
36
36
|
addressLine1?: string | null | undefined;
|
|
37
37
|
addressLine2?: string | null | undefined;
|
|
38
38
|
addressLine3?: string | null | undefined;
|
|
39
|
-
|
|
39
|
+
addressCity?: string | null | undefined;
|
|
40
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
40
41
|
accountNumber?: number | null | undefined;
|
|
41
42
|
contactPostcode?: string | null | undefined;
|
|
42
43
|
institution?: string | null | undefined;
|
|
43
44
|
nameOfAccountHolder?: string | null | undefined;
|
|
44
45
|
sortCode?: SortCode | null | undefined;
|
|
45
46
|
email?: string | null | undefined;
|
|
46
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
47
47
|
bankAddressLine1?: string | null | undefined;
|
|
48
48
|
bankAddressLine2?: string | null | undefined;
|
|
49
49
|
bankBranch?: string | null | undefined;
|
|
@@ -58,18 +58,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
58
58
|
} & {
|
|
59
59
|
applicationId: mongoose.Types.ObjectId;
|
|
60
60
|
pageValidFlag: boolean;
|
|
61
|
-
|
|
61
|
+
addressPostCode?: string | null | undefined;
|
|
62
62
|
addressLine1?: string | null | undefined;
|
|
63
63
|
addressLine2?: string | null | undefined;
|
|
64
64
|
addressLine3?: string | null | undefined;
|
|
65
|
-
|
|
65
|
+
addressCity?: string | null | undefined;
|
|
66
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
66
67
|
accountNumber?: number | null | undefined;
|
|
67
68
|
contactPostcode?: string | null | undefined;
|
|
68
69
|
institution?: string | null | undefined;
|
|
69
70
|
nameOfAccountHolder?: string | null | undefined;
|
|
70
71
|
sortCode?: SortCode | null | undefined;
|
|
71
72
|
email?: string | null | undefined;
|
|
72
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
73
73
|
bankAddressLine1?: string | null | undefined;
|
|
74
74
|
bankAddressLine2?: string | null | undefined;
|
|
75
75
|
bankBranch?: string | null | undefined;
|
|
@@ -84,18 +84,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
84
84
|
} & {
|
|
85
85
|
applicationId: mongoose.Types.ObjectId;
|
|
86
86
|
pageValidFlag: boolean;
|
|
87
|
-
|
|
87
|
+
addressPostCode?: string | null | undefined;
|
|
88
88
|
addressLine1?: string | null | undefined;
|
|
89
89
|
addressLine2?: string | null | undefined;
|
|
90
90
|
addressLine3?: string | null | undefined;
|
|
91
|
-
|
|
91
|
+
addressCity?: string | null | undefined;
|
|
92
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
92
93
|
accountNumber?: number | null | undefined;
|
|
93
94
|
contactPostcode?: string | null | undefined;
|
|
94
95
|
institution?: string | null | undefined;
|
|
95
96
|
nameOfAccountHolder?: string | null | undefined;
|
|
96
97
|
sortCode?: SortCode | null | undefined;
|
|
97
98
|
email?: string | null | undefined;
|
|
98
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
99
99
|
bankAddressLine1?: string | null | undefined;
|
|
100
100
|
bankAddressLine2?: string | null | undefined;
|
|
101
101
|
bankBranch?: string | null | undefined;
|
|
@@ -122,18 +122,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
122
122
|
} & {
|
|
123
123
|
applicationId: mongoose.Types.ObjectId;
|
|
124
124
|
pageValidFlag: boolean;
|
|
125
|
-
|
|
125
|
+
addressPostCode?: string | null | undefined;
|
|
126
126
|
addressLine1?: string | null | undefined;
|
|
127
127
|
addressLine2?: string | null | undefined;
|
|
128
128
|
addressLine3?: string | null | undefined;
|
|
129
|
-
|
|
129
|
+
addressCity?: string | null | undefined;
|
|
130
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
130
131
|
accountNumber?: number | null | undefined;
|
|
131
132
|
contactPostcode?: string | null | undefined;
|
|
132
133
|
institution?: string | null | undefined;
|
|
133
134
|
nameOfAccountHolder?: string | null | undefined;
|
|
134
135
|
sortCode?: SortCode | null | undefined;
|
|
135
136
|
email?: string | null | undefined;
|
|
136
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
137
137
|
bankAddressLine1?: string | null | undefined;
|
|
138
138
|
bankAddressLine2?: string | null | undefined;
|
|
139
139
|
bankBranch?: string | null | undefined;
|
|
@@ -148,18 +148,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
148
148
|
} & {
|
|
149
149
|
applicationId: mongoose.Types.ObjectId;
|
|
150
150
|
pageValidFlag: boolean;
|
|
151
|
-
|
|
151
|
+
addressPostCode?: string | null | undefined;
|
|
152
152
|
addressLine1?: string | null | undefined;
|
|
153
153
|
addressLine2?: string | null | undefined;
|
|
154
154
|
addressLine3?: string | null | undefined;
|
|
155
|
-
|
|
155
|
+
addressCity?: string | null | undefined;
|
|
156
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
156
157
|
accountNumber?: number | null | undefined;
|
|
157
158
|
contactPostcode?: string | null | undefined;
|
|
158
159
|
institution?: string | null | undefined;
|
|
159
160
|
nameOfAccountHolder?: string | null | undefined;
|
|
160
161
|
sortCode?: SortCode | null | undefined;
|
|
161
162
|
email?: string | null | undefined;
|
|
162
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
163
163
|
bankAddressLine1?: string | null | undefined;
|
|
164
164
|
bankAddressLine2?: string | null | undefined;
|
|
165
165
|
bankBranch?: string | null | undefined;
|
|
@@ -174,18 +174,18 @@ declare const SolicitorModel: mongoose.Model<{
|
|
|
174
174
|
} & {
|
|
175
175
|
applicationId: mongoose.Types.ObjectId;
|
|
176
176
|
pageValidFlag: boolean;
|
|
177
|
-
|
|
177
|
+
addressPostCode?: string | null | undefined;
|
|
178
178
|
addressLine1?: string | null | undefined;
|
|
179
179
|
addressLine2?: string | null | undefined;
|
|
180
180
|
addressLine3?: string | null | undefined;
|
|
181
|
-
|
|
181
|
+
addressCity?: string | null | undefined;
|
|
182
|
+
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
182
183
|
accountNumber?: number | null | undefined;
|
|
183
184
|
contactPostcode?: string | null | undefined;
|
|
184
185
|
institution?: string | null | undefined;
|
|
185
186
|
nameOfAccountHolder?: string | null | undefined;
|
|
186
187
|
sortCode?: SortCode | null | undefined;
|
|
187
188
|
email?: string | null | undefined;
|
|
188
|
-
addressCountryLid?: mongoose.Types.ObjectId | null | undefined;
|
|
189
189
|
bankAddressLine1?: string | null | undefined;
|
|
190
190
|
bankAddressLine2?: string | null | undefined;
|
|
191
191
|
bankBranch?: string | null | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
2
1
|
/// <reference path="../value-objects/pound.d.ts" />
|
|
2
|
+
/// <reference path="../value-objects/sort-code.d.ts" />
|
|
3
3
|
/// <reference types="mongoose/types/aggregate" />
|
|
4
4
|
/// <reference types="mongoose/types/callback" />
|
|
5
5
|
/// <reference types="mongoose/types/collection" />
|