@takentrade/takentrade-libs 4.0.5 → 4.0.7

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.
@@ -79,6 +79,10 @@ export interface AjoCancellationEmailData extends BaseEmailData {
79
79
  export interface AjoContributionEmailData extends BaseEmailData {
80
80
  amount: number;
81
81
  ajoName: string;
82
+ frequency: string;
83
+ startDate: string;
84
+ duration: number;
85
+ lastName?: string;
82
86
  }
83
87
  export interface AjoInviteEmailData extends BaseEmailData {
84
88
  ajoName: string;
@@ -120,6 +124,7 @@ export interface AjoContributionConfirmationEmailData extends BaseEmailData {
120
124
  frequency: string;
121
125
  startDate: string;
122
126
  duration: number;
127
+ lastName?: string;
123
128
  }
124
129
  export interface InvestmentConfirmationEmailData extends BaseEmailData {
125
130
  type: string;