@tmlmobilidade/emails 20251003.1758.39 → 20251006.1126.43

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.
@@ -4,4 +4,4 @@ export interface ValidationSummaryProps {
4
4
  totalErrors?: number;
5
5
  totalWarnings?: number;
6
6
  }
7
- export declare function ValidationSummary({ hasData, isSuccessful, totalErrors, totalWarnings, }: ValidationSummaryProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function ValidationSummary({ hasData, isSuccessful, totalErrors, totalWarnings, }: ValidationSummaryProps): any;
@@ -3,7 +3,7 @@ export interface FailedBackupEmailProps {
3
3
  error_message?: string;
4
4
  failure_time: string;
5
5
  }
6
- export declare function FailedBackupEmail({ backup_service, error_message, failure_time, }: FailedBackupEmailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function FailedBackupEmail({ backup_service, error_message, failure_time, }: FailedBackupEmailProps): any;
7
7
  export declare namespace FailedBackupEmail {
8
8
  var PreviewProps: FailedBackupEmailProps;
9
9
  }
@@ -3,7 +3,7 @@ export interface PlanApprovalRequestEmailProps {
3
3
  solicited_by: string;
4
4
  validation: GtfsValidation;
5
5
  }
6
- export declare function PlanApprovalRequestEmail({ solicited_by, validation, }: PlanApprovalRequestEmailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function PlanApprovalRequestEmail({ solicited_by, validation, }: PlanApprovalRequestEmailProps): any;
7
7
  export declare namespace PlanApprovalRequestEmail {
8
8
  var PreviewProps: PlanApprovalRequestEmailProps;
9
9
  }
@@ -3,7 +3,7 @@ export interface PlanApprovedEmailProps {
3
3
  first_name: string;
4
4
  plan: Plan;
5
5
  }
6
- export declare function PlanApprovedEmail({ first_name, plan }: PlanApprovedEmailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function PlanApprovedEmail({ first_name, plan }: PlanApprovedEmailProps): any;
7
7
  export declare namespace PlanApprovedEmail {
8
8
  var PreviewProps: PlanApprovedEmailProps;
9
9
  }
@@ -2,7 +2,7 @@ export interface ResetPasswordEmailProps {
2
2
  first_name: string;
3
3
  password_reset_link: string;
4
4
  }
5
- export declare function ResetPasswordEmail({ first_name, password_reset_link }: ResetPasswordEmailProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function ResetPasswordEmail({ first_name, password_reset_link }: ResetPasswordEmailProps): any;
6
6
  export declare namespace ResetPasswordEmail {
7
7
  var PreviewProps: ResetPasswordEmailProps;
8
8
  }
@@ -3,7 +3,7 @@ export interface SucessfulGtfsValidationEmailProps {
3
3
  first_name: string;
4
4
  validation: GtfsValidation;
5
5
  }
6
- export declare function SucessfulGtfsValidationEmail({ first_name, validation }: SucessfulGtfsValidationEmailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function SucessfulGtfsValidationEmail({ first_name, validation }: SucessfulGtfsValidationEmailProps): any;
7
7
  export declare namespace SucessfulGtfsValidationEmail {
8
8
  var PreviewProps: SucessfulGtfsValidationEmailProps;
9
9
  }
@@ -3,7 +3,7 @@ export interface UnsuccessfulGtfsValidationEmailProps {
3
3
  first_name: string;
4
4
  validation: GtfsValidation;
5
5
  }
6
- export declare function UnsuccessfulGtfsValidationEmail({ first_name, validation }: UnsuccessfulGtfsValidationEmailProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function UnsuccessfulGtfsValidationEmail({ first_name, validation }: UnsuccessfulGtfsValidationEmailProps): any;
7
7
  export declare namespace UnsuccessfulGtfsValidationEmail {
8
8
  var PreviewProps: UnsuccessfulGtfsValidationEmailProps;
9
9
  }
@@ -2,7 +2,7 @@ export interface WelcomeEmailProps {
2
2
  first_name: string;
3
3
  setup_password_link: string;
4
4
  }
5
- export declare function WelcomeEmail({ first_name, setup_password_link }: WelcomeEmailProps): import("react/jsx-runtime").JSX.Element;
5
+ export declare function WelcomeEmail({ first_name, setup_password_link }: WelcomeEmailProps): any;
6
6
  export declare namespace WelcomeEmail {
7
7
  var PreviewProps: WelcomeEmailProps;
8
8
  }
@@ -1,6 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  /* * */
3
3
  import { render } from '@react-email/components';
4
+ import React from 'react';
4
5
  /* * */
5
6
  import { FailedBackupEmail } from './emails/failed-backup.js';
6
7
  import { PlanApprovalRequestEmail } from './emails/plan-approval-request.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/emails",
3
- "version": "20251003.1758.39",
3
+ "version": "20251006.1126.43",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",
@@ -41,7 +41,7 @@
41
41
  "@tmlmobilidade/utils": "*",
42
42
  "@types/nodemailer": "7.0.2",
43
43
  "browserslist": "4.26.3",
44
- "nodemailer": "7.0.6",
44
+ "nodemailer": "7.0.7",
45
45
  "react": "19.1.1",
46
46
  "react-email": "4.2.12"
47
47
  },
@@ -51,7 +51,7 @@
51
51
  "@tmlmobilidade/lib": "*",
52
52
  "@tmlmobilidade/tsconfig": "*",
53
53
  "@tmlmobilidade/types": "*",
54
- "@types/node": "24.6.1",
54
+ "@types/node": "24.7.0",
55
55
  "resolve-tspaths": "0.8.23",
56
56
  "rimraf": "6.0.1",
57
57
  "typescript": "5.9.3"