@takentrade/takentrade-libs 4.1.4 → 4.1.6

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.
@@ -72,6 +72,10 @@ export interface NewLoanApplicationEmailData extends BaseEmailData {
72
72
  amount: number;
73
73
  repaymentDate: string;
74
74
  status: string;
75
+ email: string;
76
+ phoneNumber: string;
77
+ userId: string;
78
+ applicationDate: string;
75
79
  }
76
80
  export interface AjoCancellationEmailData extends BaseEmailData {
77
81
  ajoName: string;
@@ -80,9 +84,7 @@ export interface AjoCancellationEmailData extends BaseEmailData {
80
84
  export interface AjoContributionEmailData extends BaseEmailData {
81
85
  amount: number;
82
86
  ajoName: string;
83
- frequency: string;
84
87
  startDate: string;
85
- duration: number;
86
88
  lastName?: string;
87
89
  }
88
90
  export interface AjoInviteEmailData extends BaseEmailData {
@@ -122,9 +124,7 @@ export interface LoanRepaymentConfirmationEmailData extends BaseEmailData {
122
124
  export interface AjoContributionConfirmationEmailData extends BaseEmailData {
123
125
  ajoName: string;
124
126
  amount: number;
125
- frequency: string;
126
127
  startDate: string;
127
- duration: number;
128
128
  lastName?: string;
129
129
  }
130
130
  export interface InvestmentConfirmationEmailData extends BaseEmailData {