@takentrade/takentrade-libs 4.0.4 → 4.0.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.
@@ -315,7 +315,7 @@ let NotificationClient = class NotificationClient {
315
315
  recipients.forEach((r) => this.validateEmailAddress(r));
316
316
  this.natsClient.emit(notification_enum_1.NotificationSubcribedNATSSubject.OTP_MAIL, {
317
317
  to: recipients,
318
- ...data,
318
+ data,
319
319
  user_id,
320
320
  bypassPreferenceCheck,
321
321
  });
@@ -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;