promote-email-templates 0.1.0 → 0.1.3
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.
- package/dist/index.d.mts +24 -1
- package/dist/index.d.ts +24 -1
- package/dist/index.js +4 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -219,6 +219,7 @@ interface WelcomeTemplateProps {
|
|
|
219
219
|
interface NewMessageNotificationProps {
|
|
220
220
|
recipient: {
|
|
221
221
|
name: string;
|
|
222
|
+
email: string;
|
|
222
223
|
};
|
|
223
224
|
sender: {
|
|
224
225
|
name: string;
|
|
@@ -598,4 +599,26 @@ declare namespace Welcome {
|
|
|
598
599
|
};
|
|
599
600
|
}
|
|
600
601
|
|
|
601
|
-
|
|
602
|
+
declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
|
|
603
|
+
declare namespace NewMessageNotification {
|
|
604
|
+
var PreviewProps: {
|
|
605
|
+
recipient: {
|
|
606
|
+
name: string;
|
|
607
|
+
email: string;
|
|
608
|
+
};
|
|
609
|
+
sender: {
|
|
610
|
+
name: string;
|
|
611
|
+
photo: string;
|
|
612
|
+
userType: USER_ROLES;
|
|
613
|
+
username: string;
|
|
614
|
+
};
|
|
615
|
+
message: {
|
|
616
|
+
content: string;
|
|
617
|
+
createdAt: string;
|
|
618
|
+
};
|
|
619
|
+
conversationPath: string;
|
|
620
|
+
chatRoomId: string;
|
|
621
|
+
};
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export { AbortOrderRequest, type AbortOrderRequestProps, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderRejectedBrand, type OrderRejectedBrandProps, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, USER_ROLES, Welcome, type WelcomeTemplateProps, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
package/dist/index.d.ts
CHANGED
|
@@ -219,6 +219,7 @@ interface WelcomeTemplateProps {
|
|
|
219
219
|
interface NewMessageNotificationProps {
|
|
220
220
|
recipient: {
|
|
221
221
|
name: string;
|
|
222
|
+
email: string;
|
|
222
223
|
};
|
|
223
224
|
sender: {
|
|
224
225
|
name: string;
|
|
@@ -598,4 +599,26 @@ declare namespace Welcome {
|
|
|
598
599
|
};
|
|
599
600
|
}
|
|
600
601
|
|
|
601
|
-
|
|
602
|
+
declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
|
|
603
|
+
declare namespace NewMessageNotification {
|
|
604
|
+
var PreviewProps: {
|
|
605
|
+
recipient: {
|
|
606
|
+
name: string;
|
|
607
|
+
email: string;
|
|
608
|
+
};
|
|
609
|
+
sender: {
|
|
610
|
+
name: string;
|
|
611
|
+
photo: string;
|
|
612
|
+
userType: USER_ROLES;
|
|
613
|
+
username: string;
|
|
614
|
+
};
|
|
615
|
+
message: {
|
|
616
|
+
content: string;
|
|
617
|
+
createdAt: string;
|
|
618
|
+
};
|
|
619
|
+
conversationPath: string;
|
|
620
|
+
chatRoomId: string;
|
|
621
|
+
};
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
export { AbortOrderRequest, type AbortOrderRequestProps, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderRejectedBrand, type OrderRejectedBrandProps, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, USER_ROLES, Welcome, type WelcomeTemplateProps, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
package/dist/index.js
CHANGED
|
@@ -27,6 +27,7 @@ __export(emails_exports, {
|
|
|
27
27
|
NewJobApplicationUnapprovedCreator: () => NewJobApplicationUnapprovedCreator,
|
|
28
28
|
NewJobApplicationsReceivedBrand: () => NewJobApplicationsReceivedBrand,
|
|
29
29
|
NewJobCreatedBrand: () => NewJobCreatedBrand,
|
|
30
|
+
NewMessageNotification: () => NewMessageNotification,
|
|
30
31
|
NewOrderCreatedBrand: () => NewOrderCreatedBrand,
|
|
31
32
|
NewOrderCreatedCreator: () => NewOrderCreatedCreator,
|
|
32
33
|
OrderAcceptedBrand: () => OrderAcceptedBrand,
|
|
@@ -1328,7 +1329,8 @@ var messageContainer = {
|
|
|
1328
1329
|
};
|
|
1329
1330
|
NewMessageNotification.PreviewProps = {
|
|
1330
1331
|
recipient: {
|
|
1331
|
-
name: "Jo\xE3o Ant\xF3nio"
|
|
1332
|
+
name: "Jo\xE3o Ant\xF3nio",
|
|
1333
|
+
email: "test@email.com"
|
|
1332
1334
|
},
|
|
1333
1335
|
sender: {
|
|
1334
1336
|
name: "Promote",
|
|
@@ -1352,6 +1354,7 @@ NewMessageNotification.PreviewProps = {
|
|
|
1352
1354
|
NewJobApplicationUnapprovedCreator,
|
|
1353
1355
|
NewJobApplicationsReceivedBrand,
|
|
1354
1356
|
NewJobCreatedBrand,
|
|
1357
|
+
NewMessageNotification,
|
|
1355
1358
|
NewOrderCreatedBrand,
|
|
1356
1359
|
NewOrderCreatedCreator,
|
|
1357
1360
|
OrderAcceptedBrand,
|
package/dist/index.mjs
CHANGED
|
@@ -1271,7 +1271,8 @@ var messageContainer = {
|
|
|
1271
1271
|
};
|
|
1272
1272
|
NewMessageNotification.PreviewProps = {
|
|
1273
1273
|
recipient: {
|
|
1274
|
-
name: "Jo\xE3o Ant\xF3nio"
|
|
1274
|
+
name: "Jo\xE3o Ant\xF3nio",
|
|
1275
|
+
email: "test@email.com"
|
|
1275
1276
|
},
|
|
1276
1277
|
sender: {
|
|
1277
1278
|
name: "Promote",
|
|
@@ -1294,6 +1295,7 @@ export {
|
|
|
1294
1295
|
NewJobApplicationUnapprovedCreator,
|
|
1295
1296
|
NewJobApplicationsReceivedBrand,
|
|
1296
1297
|
NewJobCreatedBrand,
|
|
1298
|
+
NewMessageNotification,
|
|
1297
1299
|
NewOrderCreatedBrand,
|
|
1298
1300
|
NewOrderCreatedCreator,
|
|
1299
1301
|
OrderAcceptedBrand,
|