@takentrade/takentrade-libs 1.2.65 → 1.2.66

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.
@@ -147,13 +147,11 @@ export interface DeviceVerificationMailData extends BaseEmailData {
147
147
  otp: string;
148
148
  deviceId: string;
149
149
  deviceName?: string;
150
- ipAddress?: string;
151
150
  time?: string;
152
151
  expiration?: string;
153
152
  }
154
153
  export interface NewDeviceNotificationData extends BaseEmailData {
155
154
  deviceId: string;
156
- ipAddress: string;
157
155
  loginTime: string;
158
156
  deviceInfo?: string;
159
157
  location?: string;