@dynamatix/gb-schemas 1.2.6 → 1.2.8
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 +6 -6
- package/dist/applicants/applicant.model.d.ts +36 -36
- package/dist/applications/application-mortgage.model.d.ts +1105 -154
- package/dist/applications/application-mortgage.model.d.ts.map +1 -1
- package/dist/applications/application-mortgage.model.js +131 -27
- package/dist/applications/application.model.d.ts +24 -24
- package/dist/applications/application.model.js +2 -2
- package/dist/applications/productfeatures.model.d.ts +6 -6
- package/dist/properties/index.d.ts +1 -1
- package/dist/properties/index.d.ts.map +1 -1
- package/dist/properties/index.js +1 -1
- package/dist/properties/property.model.d.ts +1089 -259
- package/dist/properties/property.model.d.ts.map +1 -1
- package/dist/properties/property.model.js +102 -111
- package/dist/properties/security.model.d.ts +279 -0
- package/dist/properties/security.model.d.ts.map +1 -0
- package/dist/properties/security.model.js +149 -0
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import mongoose from "mongoose";
|
|
2
2
|
declare const applicantCommitmentSchema: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
3
3
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
4
|
-
|
|
4
|
+
monthlyPayment?: string | null | undefined;
|
|
5
5
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
6
|
+
commitmentId?: string | null | undefined;
|
|
6
7
|
lenderName?: string | null | undefined;
|
|
7
|
-
monthlyPayment?: string | null | undefined;
|
|
8
8
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
9
9
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
10
|
-
|
|
10
|
+
monthlyPayment?: string | null | undefined;
|
|
11
11
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
12
|
+
commitmentId?: string | null | undefined;
|
|
12
13
|
lenderName?: string | null | undefined;
|
|
13
|
-
monthlyPayment?: string | null | undefined;
|
|
14
14
|
}>> & mongoose.FlatRecord<{
|
|
15
15
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
16
|
-
|
|
16
|
+
monthlyPayment?: string | null | undefined;
|
|
17
17
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
18
|
+
commitmentId?: string | null | undefined;
|
|
18
19
|
lenderName?: string | null | undefined;
|
|
19
|
-
monthlyPayment?: string | null | undefined;
|
|
20
20
|
}> & {
|
|
21
21
|
_id: mongoose.Types.ObjectId;
|
|
22
22
|
} & {
|
|
@@ -88,22 +88,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
88
88
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
89
89
|
commitments: mongoose.Types.DocumentArray<{
|
|
90
90
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
91
|
-
|
|
91
|
+
monthlyPayment?: string | null | undefined;
|
|
92
92
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
93
|
+
commitmentId?: string | null | undefined;
|
|
93
94
|
lenderName?: string | null | undefined;
|
|
94
|
-
monthlyPayment?: string | null | undefined;
|
|
95
95
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
96
96
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
97
|
-
|
|
97
|
+
monthlyPayment?: string | null | undefined;
|
|
98
98
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
99
|
+
commitmentId?: string | null | undefined;
|
|
99
100
|
lenderName?: string | null | undefined;
|
|
100
|
-
monthlyPayment?: string | null | undefined;
|
|
101
101
|
}> & {
|
|
102
102
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
103
|
-
|
|
103
|
+
monthlyPayment?: string | null | undefined;
|
|
104
104
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
105
|
+
commitmentId?: string | null | undefined;
|
|
105
106
|
lenderName?: string | null | undefined;
|
|
106
|
-
monthlyPayment?: string | null | undefined;
|
|
107
107
|
}>;
|
|
108
108
|
creditProfile?: {
|
|
109
109
|
anyVoluntaryEnforcedPossessionNo: string;
|
|
@@ -371,22 +371,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
371
371
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
372
372
|
commitments: mongoose.Types.DocumentArray<{
|
|
373
373
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
374
|
-
|
|
374
|
+
monthlyPayment?: string | null | undefined;
|
|
375
375
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
376
|
+
commitmentId?: string | null | undefined;
|
|
376
377
|
lenderName?: string | null | undefined;
|
|
377
|
-
monthlyPayment?: string | null | undefined;
|
|
378
378
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
379
379
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
380
|
-
|
|
380
|
+
monthlyPayment?: string | null | undefined;
|
|
381
381
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
382
|
+
commitmentId?: string | null | undefined;
|
|
382
383
|
lenderName?: string | null | undefined;
|
|
383
|
-
monthlyPayment?: string | null | undefined;
|
|
384
384
|
}> & {
|
|
385
385
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
386
|
-
|
|
386
|
+
monthlyPayment?: string | null | undefined;
|
|
387
387
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
388
|
+
commitmentId?: string | null | undefined;
|
|
388
389
|
lenderName?: string | null | undefined;
|
|
389
|
-
monthlyPayment?: string | null | undefined;
|
|
390
390
|
}>;
|
|
391
391
|
creditProfile?: {
|
|
392
392
|
anyVoluntaryEnforcedPossessionNo: string;
|
|
@@ -654,22 +654,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
654
654
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
655
655
|
commitments: mongoose.Types.DocumentArray<{
|
|
656
656
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
657
|
-
|
|
657
|
+
monthlyPayment?: string | null | undefined;
|
|
658
658
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
659
|
+
commitmentId?: string | null | undefined;
|
|
659
660
|
lenderName?: string | null | undefined;
|
|
660
|
-
monthlyPayment?: string | null | undefined;
|
|
661
661
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
662
662
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
663
|
-
|
|
663
|
+
monthlyPayment?: string | null | undefined;
|
|
664
664
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
665
|
+
commitmentId?: string | null | undefined;
|
|
665
666
|
lenderName?: string | null | undefined;
|
|
666
|
-
monthlyPayment?: string | null | undefined;
|
|
667
667
|
}> & {
|
|
668
668
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
669
|
-
|
|
669
|
+
monthlyPayment?: string | null | undefined;
|
|
670
670
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
671
|
+
commitmentId?: string | null | undefined;
|
|
671
672
|
lenderName?: string | null | undefined;
|
|
672
|
-
monthlyPayment?: string | null | undefined;
|
|
673
673
|
}>;
|
|
674
674
|
creditProfile?: {
|
|
675
675
|
anyVoluntaryEnforcedPossessionNo: string;
|
|
@@ -949,22 +949,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
949
949
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
950
950
|
commitments: mongoose.Types.DocumentArray<{
|
|
951
951
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
952
|
-
|
|
952
|
+
monthlyPayment?: string | null | undefined;
|
|
953
953
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
954
|
+
commitmentId?: string | null | undefined;
|
|
954
955
|
lenderName?: string | null | undefined;
|
|
955
|
-
monthlyPayment?: string | null | undefined;
|
|
956
956
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
957
957
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
958
|
-
|
|
958
|
+
monthlyPayment?: string | null | undefined;
|
|
959
959
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
960
|
+
commitmentId?: string | null | undefined;
|
|
960
961
|
lenderName?: string | null | undefined;
|
|
961
|
-
monthlyPayment?: string | null | undefined;
|
|
962
962
|
}> & {
|
|
963
963
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
964
|
-
|
|
964
|
+
monthlyPayment?: string | null | undefined;
|
|
965
965
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
966
|
+
commitmentId?: string | null | undefined;
|
|
966
967
|
lenderName?: string | null | undefined;
|
|
967
|
-
monthlyPayment?: string | null | undefined;
|
|
968
968
|
}>;
|
|
969
969
|
creditProfile?: {
|
|
970
970
|
anyVoluntaryEnforcedPossessionNo: string;
|
|
@@ -1232,22 +1232,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1232
1232
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
1233
1233
|
commitments: mongoose.Types.DocumentArray<{
|
|
1234
1234
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1235
|
-
|
|
1235
|
+
monthlyPayment?: string | null | undefined;
|
|
1236
1236
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1237
|
+
commitmentId?: string | null | undefined;
|
|
1237
1238
|
lenderName?: string | null | undefined;
|
|
1238
|
-
monthlyPayment?: string | null | undefined;
|
|
1239
1239
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
1240
1240
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1241
|
-
|
|
1241
|
+
monthlyPayment?: string | null | undefined;
|
|
1242
1242
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1243
|
+
commitmentId?: string | null | undefined;
|
|
1243
1244
|
lenderName?: string | null | undefined;
|
|
1244
|
-
monthlyPayment?: string | null | undefined;
|
|
1245
1245
|
}> & {
|
|
1246
1246
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1247
|
-
|
|
1247
|
+
monthlyPayment?: string | null | undefined;
|
|
1248
1248
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1249
|
+
commitmentId?: string | null | undefined;
|
|
1249
1250
|
lenderName?: string | null | undefined;
|
|
1250
|
-
monthlyPayment?: string | null | undefined;
|
|
1251
1251
|
}>;
|
|
1252
1252
|
creditProfile?: {
|
|
1253
1253
|
anyVoluntaryEnforcedPossessionNo: string;
|
|
@@ -1515,22 +1515,22 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1515
1515
|
vulnerabilityTypeLids: mongoose.Types.ObjectId[];
|
|
1516
1516
|
commitments: mongoose.Types.DocumentArray<{
|
|
1517
1517
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1518
|
-
|
|
1518
|
+
monthlyPayment?: string | null | undefined;
|
|
1519
1519
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1520
|
+
commitmentId?: string | null | undefined;
|
|
1520
1521
|
lenderName?: string | null | undefined;
|
|
1521
|
-
monthlyPayment?: string | null | undefined;
|
|
1522
1522
|
}, mongoose.Types.Subdocument<mongoose.Types.ObjectId, any, {
|
|
1523
1523
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1524
|
-
|
|
1524
|
+
monthlyPayment?: string | null | undefined;
|
|
1525
1525
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1526
|
+
commitmentId?: string | null | undefined;
|
|
1526
1527
|
lenderName?: string | null | undefined;
|
|
1527
|
-
monthlyPayment?: string | null | undefined;
|
|
1528
1528
|
}> & {
|
|
1529
1529
|
commitmentTypeLid: mongoose.Types.ObjectId;
|
|
1530
|
-
|
|
1530
|
+
monthlyPayment?: string | null | undefined;
|
|
1531
1531
|
doHaveSharedResponsibility?: string | null | undefined;
|
|
1532
|
+
commitmentId?: string | null | undefined;
|
|
1532
1533
|
lenderName?: string | null | undefined;
|
|
1533
|
-
monthlyPayment?: string | null | undefined;
|
|
1534
1534
|
}>;
|
|
1535
1535
|
creditProfile?: {
|
|
1536
1536
|
anyVoluntaryEnforcedPossessionNo: string;
|