@dynamatix/gb-schemas 2.3.340 → 2.3.341
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.
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
29
29
|
import mongoose from 'mongoose';
|
|
30
30
|
declare const applicantRiskNarrativeSchema: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
31
|
-
statusLid: mongoose.Types.ObjectId;
|
|
32
31
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
32
|
+
statusLid: mongoose.Types.ObjectId;
|
|
33
33
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
34
34
|
link?: string | null | undefined;
|
|
35
35
|
clientReference?: string | null | undefined;
|
|
@@ -38,8 +38,8 @@ declare const applicantRiskNarrativeSchema: mongoose.Schema<any, mongoose.Model<
|
|
|
38
38
|
riskLevel?: string | null | undefined;
|
|
39
39
|
verificationLinkSentOn?: string | null | undefined;
|
|
40
40
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
41
|
-
statusLid: mongoose.Types.ObjectId;
|
|
42
41
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
42
|
+
statusLid: mongoose.Types.ObjectId;
|
|
43
43
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
44
44
|
link?: string | null | undefined;
|
|
45
45
|
clientReference?: string | null | undefined;
|
|
@@ -48,8 +48,8 @@ declare const applicantRiskNarrativeSchema: mongoose.Schema<any, mongoose.Model<
|
|
|
48
48
|
riskLevel?: string | null | undefined;
|
|
49
49
|
verificationLinkSentOn?: string | null | undefined;
|
|
50
50
|
}>, {}> & mongoose.FlatRecord<{
|
|
51
|
-
statusLid: mongoose.Types.ObjectId;
|
|
52
51
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
52
|
+
statusLid: mongoose.Types.ObjectId;
|
|
53
53
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
54
54
|
link?: string | null | undefined;
|
|
55
55
|
clientReference?: string | null | undefined;
|
|
@@ -1221,8 +1221,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1221
1221
|
creditDefaults?: string | null | undefined;
|
|
1222
1222
|
} | null | undefined;
|
|
1223
1223
|
riskNarrative?: {
|
|
1224
|
-
statusLid: mongoose.Types.ObjectId;
|
|
1225
1224
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
1225
|
+
statusLid: mongoose.Types.ObjectId;
|
|
1226
1226
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
1227
1227
|
link?: string | null | undefined;
|
|
1228
1228
|
clientReference?: string | null | undefined;
|
|
@@ -1376,8 +1376,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1376
1376
|
creditDefaults?: string | null | undefined;
|
|
1377
1377
|
} | null | undefined;
|
|
1378
1378
|
riskNarrative?: {
|
|
1379
|
-
statusLid: mongoose.Types.ObjectId;
|
|
1380
1379
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
1380
|
+
statusLid: mongoose.Types.ObjectId;
|
|
1381
1381
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
1382
1382
|
link?: string | null | undefined;
|
|
1383
1383
|
clientReference?: string | null | undefined;
|
|
@@ -1531,8 +1531,8 @@ declare const ApplicantModel: mongoose.Model<{
|
|
|
1531
1531
|
creditDefaults?: string | null | undefined;
|
|
1532
1532
|
} | null | undefined;
|
|
1533
1533
|
riskNarrative?: {
|
|
1534
|
-
statusLid: mongoose.Types.ObjectId;
|
|
1535
1534
|
call2StatusLid: mongoose.Types.ObjectId;
|
|
1535
|
+
statusLid: mongoose.Types.ObjectId;
|
|
1536
1536
|
docVerificationStatusLid: mongoose.Types.ObjectId;
|
|
1537
1537
|
link?: string | null | undefined;
|
|
1538
1538
|
clientReference?: string | null | undefined;
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
import mongoose from 'mongoose';
|
|
30
30
|
declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
31
31
|
applicationId: mongoose.Types.ObjectId;
|
|
32
|
-
|
|
32
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
33
33
|
clientReference: string;
|
|
34
34
|
call1RequestedOn: string;
|
|
35
35
|
call2RequestedOn: string;
|
|
@@ -39,7 +39,7 @@ declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
|
39
39
|
statusLid: mongoose.Types.ObjectId;
|
|
40
40
|
}, {}, {}, {}, mongoose.Document<unknown, {}, {
|
|
41
41
|
applicationId: mongoose.Types.ObjectId;
|
|
42
|
-
|
|
42
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
43
43
|
clientReference: string;
|
|
44
44
|
call1RequestedOn: string;
|
|
45
45
|
call2RequestedOn: string;
|
|
@@ -49,7 +49,7 @@ declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
|
49
49
|
statusLid: mongoose.Types.ObjectId;
|
|
50
50
|
}, {}> & {
|
|
51
51
|
applicationId: mongoose.Types.ObjectId;
|
|
52
|
-
|
|
52
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
53
53
|
clientReference: string;
|
|
54
54
|
call1RequestedOn: string;
|
|
55
55
|
call2RequestedOn: string;
|
|
@@ -63,7 +63,7 @@ declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
|
63
63
|
__v: number;
|
|
64
64
|
}, mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, {
|
|
65
65
|
applicationId: mongoose.Types.ObjectId;
|
|
66
|
-
|
|
66
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
67
67
|
clientReference: string;
|
|
68
68
|
call1RequestedOn: string;
|
|
69
69
|
call2RequestedOn: string;
|
|
@@ -73,7 +73,7 @@ declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
|
73
73
|
statusLid: mongoose.Types.ObjectId;
|
|
74
74
|
}, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
|
|
75
75
|
applicationId: mongoose.Types.ObjectId;
|
|
76
|
-
|
|
76
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
77
77
|
clientReference: string;
|
|
78
78
|
call1RequestedOn: string;
|
|
79
79
|
call2RequestedOn: string;
|
|
@@ -83,7 +83,7 @@ declare const ApplicationRiskNarrativeModel: mongoose.Model<{
|
|
|
83
83
|
statusLid: mongoose.Types.ObjectId;
|
|
84
84
|
}>, {}> & mongoose.FlatRecord<{
|
|
85
85
|
applicationId: mongoose.Types.ObjectId;
|
|
86
|
-
|
|
86
|
+
call2StatusLid: mongoose.Types.ObjectId;
|
|
87
87
|
clientReference: string;
|
|
88
88
|
call1RequestedOn: string;
|
|
89
89
|
call2RequestedOn: string;
|
|
@@ -2,7 +2,7 @@ import mongoose from 'mongoose';
|
|
|
2
2
|
import { applyWorkflowPlugin } from "../shared/workflow.plugin";
|
|
3
3
|
const applicantionRiskNarrativeSchema = new mongoose.Schema({
|
|
4
4
|
applicationId: { type: mongoose.Schema.Types.ObjectId, ref: "Application", required: true },
|
|
5
|
-
|
|
5
|
+
call2StatusLid: { type: mongoose.Schema.Types.ObjectId, ref: "Lookup", default: null },
|
|
6
6
|
clientReference: { type: String, default: null },
|
|
7
7
|
call1RequestedOn: { type: String, default: null },
|
|
8
8
|
call2RequestedOn: { type: String, default: null },
|