@dynamatix/gb-schemas 1.2.53 → 1.2.55

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.
@@ -34,28 +34,28 @@ declare const creditCardCommitmentSchema: mongoose.Schema<any, mongoose.Model<an
34
34
  getters: true;
35
35
  };
36
36
  }, {
37
+ outstandingBalance: Pound;
37
38
  commitmentTypeLid: mongoose.Types.ObjectId;
38
39
  lenderName: string;
39
40
  creditLimit: Pound;
40
- outstandingBalance: Pound;
41
41
  creditCardRepaymentTypeLid: mongoose.Types.ObjectId;
42
42
  monthlyPayment: Pound;
43
43
  jointNames: boolean;
44
44
  commitmentId?: string | null | undefined;
45
45
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
46
+ outstandingBalance: Pound;
46
47
  commitmentTypeLid: mongoose.Types.ObjectId;
47
48
  lenderName: string;
48
49
  creditLimit: Pound;
49
- outstandingBalance: Pound;
50
50
  creditCardRepaymentTypeLid: mongoose.Types.ObjectId;
51
51
  monthlyPayment: Pound;
52
52
  jointNames: boolean;
53
53
  commitmentId?: string | null | undefined;
54
54
  }>> & mongoose.FlatRecord<{
55
+ outstandingBalance: Pound;
55
56
  commitmentTypeLid: mongoose.Types.ObjectId;
56
57
  lenderName: string;
57
58
  creditLimit: Pound;
58
- outstandingBalance: Pound;
59
59
  creditCardRepaymentTypeLid: mongoose.Types.ObjectId;
60
60
  monthlyPayment: Pound;
61
61
  jointNames: boolean;
@@ -34,9 +34,9 @@ declare const loanCommitmentSchema: mongoose.Schema<any, mongoose.Model<any, any
34
34
  getters: true;
35
35
  };
36
36
  }, {
37
+ outstandingBalance: Pound;
37
38
  commitmentTypeLid: mongoose.Types.ObjectId;
38
39
  lenderName: string;
39
- outstandingBalance: Pound;
40
40
  monthlyPayment: Pound;
41
41
  loanTypeLid: mongoose.Types.ObjectId;
42
42
  securityDetails: string;
@@ -47,9 +47,9 @@ declare const loanCommitmentSchema: mongoose.Schema<any, mongoose.Model<any, any
47
47
  startDate: string;
48
48
  commitmentId?: string | null | undefined;
49
49
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
50
+ outstandingBalance: Pound;
50
51
  commitmentTypeLid: mongoose.Types.ObjectId;
51
52
  lenderName: string;
52
- outstandingBalance: Pound;
53
53
  monthlyPayment: Pound;
54
54
  loanTypeLid: mongoose.Types.ObjectId;
55
55
  securityDetails: string;
@@ -60,9 +60,9 @@ declare const loanCommitmentSchema: mongoose.Schema<any, mongoose.Model<any, any
60
60
  startDate: string;
61
61
  commitmentId?: string | null | undefined;
62
62
  }>> & mongoose.FlatRecord<{
63
+ outstandingBalance: Pound;
63
64
  commitmentTypeLid: mongoose.Types.ObjectId;
64
65
  lenderName: string;
65
- outstandingBalance: Pound;
66
66
  monthlyPayment: Pound;
67
67
  loanTypeLid: mongoose.Types.ObjectId;
68
68
  securityDetails: string;
@@ -35,10 +35,10 @@ declare const mortgageCommitmentSchema: mongoose.Schema<any, mongoose.Model<any,
35
35
  };
36
36
  }, {
37
37
  repaymentTypeLid: mongoose.Types.ObjectId;
38
+ outstandingBalance: Pound;
38
39
  fixedTerm: string;
39
40
  commitmentTypeLid: mongoose.Types.ObjectId;
40
41
  lenderName: string;
41
- outstandingBalance: Pound;
42
42
  monthlyPayment: Pound;
43
43
  doHaveSharedResponsibility: boolean;
44
44
  sharedMortgage: string;
@@ -55,10 +55,10 @@ declare const mortgageCommitmentSchema: mongoose.Schema<any, mongoose.Model<any,
55
55
  commitmentId?: string | null | undefined;
56
56
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
57
57
  repaymentTypeLid: mongoose.Types.ObjectId;
58
+ outstandingBalance: Pound;
58
59
  fixedTerm: string;
59
60
  commitmentTypeLid: mongoose.Types.ObjectId;
60
61
  lenderName: string;
61
- outstandingBalance: Pound;
62
62
  monthlyPayment: Pound;
63
63
  doHaveSharedResponsibility: boolean;
64
64
  sharedMortgage: string;
@@ -75,10 +75,10 @@ declare const mortgageCommitmentSchema: mongoose.Schema<any, mongoose.Model<any,
75
75
  commitmentId?: string | null | undefined;
76
76
  }>> & mongoose.FlatRecord<{
77
77
  repaymentTypeLid: mongoose.Types.ObjectId;
78
+ outstandingBalance: Pound;
78
79
  fixedTerm: string;
79
80
  commitmentTypeLid: mongoose.Types.ObjectId;
80
81
  lenderName: string;
81
- outstandingBalance: Pound;
82
82
  monthlyPayment: Pound;
83
83
  doHaveSharedResponsibility: boolean;
84
84
  sharedMortgage: string;
@@ -35,9 +35,9 @@ declare const residenceCommitmentSchema: mongoose.Schema<any, mongoose.Model<any
35
35
  };
36
36
  }, {
37
37
  pageValidFlag: boolean;
38
+ outstandingBalance: Pound;
38
39
  fixedTerm: string;
39
40
  lenderName: string;
40
- outstandingBalance: Pound;
41
41
  monthlyPayment: Pound;
42
42
  doHaveSharedResponsibility: boolean;
43
43
  sharedMortgage: string;
@@ -59,9 +59,9 @@ declare const residenceCommitmentSchema: mongoose.Schema<any, mongoose.Model<any
59
59
  chargeTypeLid: mongoose.Types.ObjectId;
60
60
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
61
61
  pageValidFlag: boolean;
62
+ outstandingBalance: Pound;
62
63
  fixedTerm: string;
63
64
  lenderName: string;
64
- outstandingBalance: Pound;
65
65
  monthlyPayment: Pound;
66
66
  doHaveSharedResponsibility: boolean;
67
67
  sharedMortgage: string;
@@ -83,9 +83,9 @@ declare const residenceCommitmentSchema: mongoose.Schema<any, mongoose.Model<any
83
83
  chargeTypeLid: mongoose.Types.ObjectId;
84
84
  }>> & mongoose.FlatRecord<{
85
85
  pageValidFlag: boolean;
86
+ outstandingBalance: Pound;
86
87
  fixedTerm: string;
87
88
  lenderName: string;
88
- outstandingBalance: Pound;
89
89
  monthlyPayment: Pound;
90
90
  doHaveSharedResponsibility: boolean;
91
91
  sharedMortgage: string;
@@ -34,8 +34,8 @@ declare const securedLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model<a
34
34
  getters: true;
35
35
  };
36
36
  }, {
37
- lenderName: string;
38
37
  outstandingBalance: Pound;
38
+ lenderName: string;
39
39
  monthlyPayment: Pound;
40
40
  securityDetails: string;
41
41
  purpose: string;
@@ -44,8 +44,8 @@ declare const securedLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model<a
44
44
  remainingTerm: string;
45
45
  startDate: string;
46
46
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
47
- lenderName: string;
48
47
  outstandingBalance: Pound;
48
+ lenderName: string;
49
49
  monthlyPayment: Pound;
50
50
  securityDetails: string;
51
51
  purpose: string;
@@ -54,8 +54,8 @@ declare const securedLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model<a
54
54
  remainingTerm: string;
55
55
  startDate: string;
56
56
  }>> & mongoose.FlatRecord<{
57
- lenderName: string;
58
57
  outstandingBalance: Pound;
58
+ lenderName: string;
59
59
  monthlyPayment: Pound;
60
60
  securityDetails: string;
61
61
  purpose: string;
@@ -34,8 +34,8 @@ declare const unsecuredLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model
34
34
  getters: true;
35
35
  };
36
36
  }, {
37
- lenderName: string;
38
37
  outstandingBalance: Pound;
38
+ lenderName: string;
39
39
  monthlyPayment: Pound;
40
40
  purpose: string;
41
41
  doHaveSharedResponsibility: boolean;
@@ -43,8 +43,8 @@ declare const unsecuredLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model
43
43
  remainingTerm: string;
44
44
  startDate: string;
45
45
  }, mongoose.Document<unknown, {}, mongoose.FlatRecord<{
46
- lenderName: string;
47
46
  outstandingBalance: Pound;
47
+ lenderName: string;
48
48
  monthlyPayment: Pound;
49
49
  purpose: string;
50
50
  doHaveSharedResponsibility: boolean;
@@ -52,8 +52,8 @@ declare const unsecuredLoanCommitmentSchema: mongoose.Schema<any, mongoose.Model
52
52
  remainingTerm: string;
53
53
  startDate: string;
54
54
  }>> & mongoose.FlatRecord<{
55
- lenderName: string;
56
55
  outstandingBalance: Pound;
56
+ lenderName: string;
57
57
  monthlyPayment: Pound;
58
58
  purpose: string;
59
59
  doHaveSharedResponsibility: boolean;