promote-email-templates 0.1.8 → 0.1.10
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 +47 -1
- package/dist/index.d.ts +47 -1
- package/dist/index.js +180 -9
- package/dist/index.mjs +148 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -243,6 +243,7 @@ declare namespace AbortOrderRequest {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
|
|
246
|
+
declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
|
|
246
247
|
|
|
247
248
|
declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
|
|
248
249
|
declare namespace RevertPaymentRequestAdmin {
|
|
@@ -255,6 +256,7 @@ declare namespace RevertPaymentRequestAdmin {
|
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
|
|
259
|
+
declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
|
|
258
260
|
|
|
259
261
|
declare const colors: {
|
|
260
262
|
primary: string;
|
|
@@ -354,6 +356,9 @@ declare namespace OrderEvidencesAcceptedBrand {
|
|
|
354
356
|
};
|
|
355
357
|
}
|
|
356
358
|
|
|
359
|
+
declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
|
|
360
|
+
declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
|
|
361
|
+
|
|
357
362
|
declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
|
|
358
363
|
declare namespace EvidencesSubmittedBrand {
|
|
359
364
|
var PreviewProps: {
|
|
@@ -374,6 +379,9 @@ declare namespace EvidencesSubmittedBrand {
|
|
|
374
379
|
};
|
|
375
380
|
}
|
|
376
381
|
|
|
382
|
+
declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
|
|
383
|
+
declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
|
|
384
|
+
|
|
377
385
|
declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
|
|
378
386
|
declare namespace NewOrderCreatedBrand {
|
|
379
387
|
var PreviewProps: {
|
|
@@ -396,6 +404,9 @@ declare namespace NewOrderCreatedBrand {
|
|
|
396
404
|
};
|
|
397
405
|
}
|
|
398
406
|
|
|
407
|
+
declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
|
|
408
|
+
declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
|
|
409
|
+
|
|
399
410
|
declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
|
|
400
411
|
declare namespace OrderAcceptedBrand {
|
|
401
412
|
var PreviewProps: {
|
|
@@ -413,6 +424,9 @@ declare namespace OrderAcceptedBrand {
|
|
|
413
424
|
};
|
|
414
425
|
}
|
|
415
426
|
|
|
427
|
+
declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
|
|
428
|
+
declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
|
|
429
|
+
|
|
416
430
|
declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
|
|
417
431
|
declare namespace OrderCancelledBrand {
|
|
418
432
|
var PreviewProps: {
|
|
@@ -426,6 +440,9 @@ declare namespace OrderCancelledBrand {
|
|
|
426
440
|
};
|
|
427
441
|
}
|
|
428
442
|
|
|
443
|
+
declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
|
|
444
|
+
declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
|
|
445
|
+
|
|
429
446
|
declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
|
|
430
447
|
declare namespace OrderRejectedBrand {
|
|
431
448
|
var PreviewProps: {
|
|
@@ -447,6 +464,9 @@ declare namespace OrderRejectedBrand {
|
|
|
447
464
|
};
|
|
448
465
|
}
|
|
449
466
|
|
|
467
|
+
declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
|
|
468
|
+
declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
|
|
469
|
+
|
|
450
470
|
declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
|
|
451
471
|
declare namespace NewJobCreatedBrand {
|
|
452
472
|
var PreviewProps: {
|
|
@@ -465,6 +485,9 @@ declare namespace NewJobCreatedBrand {
|
|
|
465
485
|
};
|
|
466
486
|
}
|
|
467
487
|
|
|
488
|
+
declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
|
|
489
|
+
declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
|
|
490
|
+
|
|
468
491
|
declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
|
|
469
492
|
declare namespace NewJobApplicationsReceivedBrand {
|
|
470
493
|
var PreviewProps: {
|
|
@@ -492,6 +515,9 @@ declare namespace NewJobApplicationsReceivedBrand {
|
|
|
492
515
|
};
|
|
493
516
|
}
|
|
494
517
|
|
|
518
|
+
declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
|
|
519
|
+
declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
|
|
520
|
+
|
|
495
521
|
declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
496
522
|
declare namespace EvidenceApprovedCreator {
|
|
497
523
|
var PreviewProps: {
|
|
@@ -509,6 +535,9 @@ declare namespace EvidenceApprovedCreator {
|
|
|
509
535
|
};
|
|
510
536
|
}
|
|
511
537
|
|
|
538
|
+
declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
|
|
539
|
+
declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
|
|
540
|
+
|
|
512
541
|
declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
|
|
513
542
|
declare namespace EvidencesRejectedCreator {
|
|
514
543
|
var PreviewProps: {
|
|
@@ -527,6 +556,9 @@ declare namespace EvidencesRejectedCreator {
|
|
|
527
556
|
};
|
|
528
557
|
}
|
|
529
558
|
|
|
559
|
+
declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
|
|
560
|
+
declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
|
|
561
|
+
|
|
530
562
|
declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
|
|
531
563
|
declare namespace OrderCancelledCreator {
|
|
532
564
|
var PreviewProps: {
|
|
@@ -540,6 +572,9 @@ declare namespace OrderCancelledCreator {
|
|
|
540
572
|
};
|
|
541
573
|
}
|
|
542
574
|
|
|
575
|
+
declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
|
|
576
|
+
declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
|
|
577
|
+
|
|
543
578
|
declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
|
|
544
579
|
declare namespace OrderPaymentCreator {
|
|
545
580
|
var PreviewProps: {
|
|
@@ -553,6 +588,9 @@ declare namespace OrderPaymentCreator {
|
|
|
553
588
|
};
|
|
554
589
|
}
|
|
555
590
|
|
|
591
|
+
declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
|
|
592
|
+
declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
|
|
593
|
+
|
|
556
594
|
declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
557
595
|
declare namespace NewOrderCreatedCreator {
|
|
558
596
|
var PreviewProps: {
|
|
@@ -574,6 +612,9 @@ declare namespace NewOrderCreatedCreator {
|
|
|
574
612
|
};
|
|
575
613
|
}
|
|
576
614
|
|
|
615
|
+
declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
|
|
616
|
+
declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
|
|
617
|
+
|
|
577
618
|
declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
578
619
|
declare namespace NewJobApplicationUnapprovedCreator {
|
|
579
620
|
var PreviewProps: {
|
|
@@ -592,6 +633,9 @@ declare namespace NewJobApplicationUnapprovedCreator {
|
|
|
592
633
|
};
|
|
593
634
|
}
|
|
594
635
|
|
|
636
|
+
declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
|
|
637
|
+
declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
|
|
638
|
+
|
|
595
639
|
declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
|
|
596
640
|
declare namespace Welcome {
|
|
597
641
|
var PreviewProps: {
|
|
@@ -601,6 +645,7 @@ declare namespace Welcome {
|
|
|
601
645
|
}
|
|
602
646
|
|
|
603
647
|
declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
|
|
648
|
+
declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
|
|
604
649
|
|
|
605
650
|
declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
|
|
606
651
|
declare namespace NewMessageNotification {
|
|
@@ -621,5 +666,6 @@ declare namespace NewMessageNotification {
|
|
|
621
666
|
};
|
|
622
667
|
}
|
|
623
668
|
declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
|
|
669
|
+
declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
|
|
624
670
|
|
|
625
|
-
export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, 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, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
|
671
|
+
export { AbortOrderRequest, AbortOrderRequestHtml, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, EvidenceApprovedCreatorHtml, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorHtml, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandHtml, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, NewJobApplicationUnapprovedCreatorHtml, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, NewJobApplicationsReceivedBrandHtml, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, NewJobCreatedBrandHtml, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, NewMessageNotificationHtml, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, NewOrderCreatedBrandHtml, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, NewOrderCreatedCreatorHtml, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, OrderAcceptedBrandHtml, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, OrderCancelledBrandHtml, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, OrderCancelledCreatorHtml, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, OrderEvidencesAcceptedBrandHtml, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorHtml, OrderPaymentCreatorText, OrderRejectedBrand, OrderRejectedBrandHtml, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, RevertPaymentRequestAdminHtml, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, WelcomeHtml, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
package/dist/index.d.ts
CHANGED
|
@@ -243,6 +243,7 @@ declare namespace AbortOrderRequest {
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
declare const AbortOrderRequestText: (props: AbortOrderRequestProps) => Promise<string>;
|
|
246
|
+
declare const AbortOrderRequestHtml: (props: AbortOrderRequestProps) => Promise<string>;
|
|
246
247
|
|
|
247
248
|
declare function RevertPaymentRequestAdmin(props: RevertPaymentRequestAdminProps): react_jsx_runtime.JSX.Element;
|
|
248
249
|
declare namespace RevertPaymentRequestAdmin {
|
|
@@ -255,6 +256,7 @@ declare namespace RevertPaymentRequestAdmin {
|
|
|
255
256
|
}
|
|
256
257
|
|
|
257
258
|
declare const RevertPaymentRequestAdminText: (props: RevertPaymentRequestAdminProps) => Promise<string>;
|
|
259
|
+
declare const RevertPaymentRequestAdminHtml: (props: RevertPaymentRequestAdminProps) => Promise<string>;
|
|
258
260
|
|
|
259
261
|
declare const colors: {
|
|
260
262
|
primary: string;
|
|
@@ -354,6 +356,9 @@ declare namespace OrderEvidencesAcceptedBrand {
|
|
|
354
356
|
};
|
|
355
357
|
}
|
|
356
358
|
|
|
359
|
+
declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
|
|
360
|
+
declare const OrderEvidencesAcceptedBrandHtml: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
|
|
361
|
+
|
|
357
362
|
declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
|
|
358
363
|
declare namespace EvidencesSubmittedBrand {
|
|
359
364
|
var PreviewProps: {
|
|
@@ -374,6 +379,9 @@ declare namespace EvidencesSubmittedBrand {
|
|
|
374
379
|
};
|
|
375
380
|
}
|
|
376
381
|
|
|
382
|
+
declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
|
|
383
|
+
declare const EvidencesSubmittedBrandHtml: (props: EvidenceSubmittedBrandProps) => Promise<string>;
|
|
384
|
+
|
|
377
385
|
declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
|
|
378
386
|
declare namespace NewOrderCreatedBrand {
|
|
379
387
|
var PreviewProps: {
|
|
@@ -396,6 +404,9 @@ declare namespace NewOrderCreatedBrand {
|
|
|
396
404
|
};
|
|
397
405
|
}
|
|
398
406
|
|
|
407
|
+
declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
|
|
408
|
+
declare const NewOrderCreatedBrandHtml: (props: NewOrderCreatedBrandProps) => Promise<string>;
|
|
409
|
+
|
|
399
410
|
declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
|
|
400
411
|
declare namespace OrderAcceptedBrand {
|
|
401
412
|
var PreviewProps: {
|
|
@@ -413,6 +424,9 @@ declare namespace OrderAcceptedBrand {
|
|
|
413
424
|
};
|
|
414
425
|
}
|
|
415
426
|
|
|
427
|
+
declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
|
|
428
|
+
declare const OrderAcceptedBrandHtml: (props: OrderAcceptedBrandProps) => Promise<string>;
|
|
429
|
+
|
|
416
430
|
declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
|
|
417
431
|
declare namespace OrderCancelledBrand {
|
|
418
432
|
var PreviewProps: {
|
|
@@ -426,6 +440,9 @@ declare namespace OrderCancelledBrand {
|
|
|
426
440
|
};
|
|
427
441
|
}
|
|
428
442
|
|
|
443
|
+
declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
|
|
444
|
+
declare const OrderCancelledBrandHtml: (props: OrderCancelledBrandProps) => Promise<string>;
|
|
445
|
+
|
|
429
446
|
declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
|
|
430
447
|
declare namespace OrderRejectedBrand {
|
|
431
448
|
var PreviewProps: {
|
|
@@ -447,6 +464,9 @@ declare namespace OrderRejectedBrand {
|
|
|
447
464
|
};
|
|
448
465
|
}
|
|
449
466
|
|
|
467
|
+
declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
|
|
468
|
+
declare const OrderRejectedBrandHtml: (props: OrderRejectedBrandProps) => Promise<string>;
|
|
469
|
+
|
|
450
470
|
declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
|
|
451
471
|
declare namespace NewJobCreatedBrand {
|
|
452
472
|
var PreviewProps: {
|
|
@@ -465,6 +485,9 @@ declare namespace NewJobCreatedBrand {
|
|
|
465
485
|
};
|
|
466
486
|
}
|
|
467
487
|
|
|
488
|
+
declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
|
|
489
|
+
declare const NewJobCreatedBrandHtml: (props: NewJobCreatedBrandProps) => Promise<string>;
|
|
490
|
+
|
|
468
491
|
declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
|
|
469
492
|
declare namespace NewJobApplicationsReceivedBrand {
|
|
470
493
|
var PreviewProps: {
|
|
@@ -492,6 +515,9 @@ declare namespace NewJobApplicationsReceivedBrand {
|
|
|
492
515
|
};
|
|
493
516
|
}
|
|
494
517
|
|
|
518
|
+
declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
|
|
519
|
+
declare const NewJobApplicationsReceivedBrandHtml: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
|
|
520
|
+
|
|
495
521
|
declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
496
522
|
declare namespace EvidenceApprovedCreator {
|
|
497
523
|
var PreviewProps: {
|
|
@@ -509,6 +535,9 @@ declare namespace EvidenceApprovedCreator {
|
|
|
509
535
|
};
|
|
510
536
|
}
|
|
511
537
|
|
|
538
|
+
declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
|
|
539
|
+
declare const EvidenceApprovedCreatorHtml: (props: EvidenceApprovedCreatorProps) => Promise<string>;
|
|
540
|
+
|
|
512
541
|
declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
|
|
513
542
|
declare namespace EvidencesRejectedCreator {
|
|
514
543
|
var PreviewProps: {
|
|
@@ -527,6 +556,9 @@ declare namespace EvidencesRejectedCreator {
|
|
|
527
556
|
};
|
|
528
557
|
}
|
|
529
558
|
|
|
559
|
+
declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
|
|
560
|
+
declare const EvidencesRejectedCreatorHtml: (props: EvidencesRejectedProps) => Promise<string>;
|
|
561
|
+
|
|
530
562
|
declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
|
|
531
563
|
declare namespace OrderCancelledCreator {
|
|
532
564
|
var PreviewProps: {
|
|
@@ -540,6 +572,9 @@ declare namespace OrderCancelledCreator {
|
|
|
540
572
|
};
|
|
541
573
|
}
|
|
542
574
|
|
|
575
|
+
declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
|
|
576
|
+
declare const OrderCancelledCreatorHtml: (props: OrderCancelledCreatorProps) => Promise<string>;
|
|
577
|
+
|
|
543
578
|
declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
|
|
544
579
|
declare namespace OrderPaymentCreator {
|
|
545
580
|
var PreviewProps: {
|
|
@@ -553,6 +588,9 @@ declare namespace OrderPaymentCreator {
|
|
|
553
588
|
};
|
|
554
589
|
}
|
|
555
590
|
|
|
591
|
+
declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
|
|
592
|
+
declare const OrderPaymentCreatorHtml: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
|
|
593
|
+
|
|
556
594
|
declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
557
595
|
declare namespace NewOrderCreatedCreator {
|
|
558
596
|
var PreviewProps: {
|
|
@@ -574,6 +612,9 @@ declare namespace NewOrderCreatedCreator {
|
|
|
574
612
|
};
|
|
575
613
|
}
|
|
576
614
|
|
|
615
|
+
declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
|
|
616
|
+
declare const NewOrderCreatedCreatorHtml: (props: NewOrderCreatedCreatorProps) => Promise<string>;
|
|
617
|
+
|
|
577
618
|
declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
|
|
578
619
|
declare namespace NewJobApplicationUnapprovedCreator {
|
|
579
620
|
var PreviewProps: {
|
|
@@ -592,6 +633,9 @@ declare namespace NewJobApplicationUnapprovedCreator {
|
|
|
592
633
|
};
|
|
593
634
|
}
|
|
594
635
|
|
|
636
|
+
declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
|
|
637
|
+
declare const NewJobApplicationUnapprovedCreatorHtml: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
|
|
638
|
+
|
|
595
639
|
declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
|
|
596
640
|
declare namespace Welcome {
|
|
597
641
|
var PreviewProps: {
|
|
@@ -601,6 +645,7 @@ declare namespace Welcome {
|
|
|
601
645
|
}
|
|
602
646
|
|
|
603
647
|
declare const WelcomeText: (props: WelcomeTemplateProps) => Promise<string>;
|
|
648
|
+
declare const WelcomeHtml: (props: WelcomeTemplateProps) => Promise<string>;
|
|
604
649
|
|
|
605
650
|
declare function NewMessageNotification(props: NewMessageNotificationProps): react_jsx_runtime.JSX.Element;
|
|
606
651
|
declare namespace NewMessageNotification {
|
|
@@ -621,5 +666,6 @@ declare namespace NewMessageNotification {
|
|
|
621
666
|
};
|
|
622
667
|
}
|
|
623
668
|
declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
|
|
669
|
+
declare const NewMessageNotificationHtml: (props: NewMessageNotificationProps) => Promise<string>;
|
|
624
670
|
|
|
625
|
-
export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, type EvidencesRejectedProps, EvidencesSubmittedBrand, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, 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, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
|
671
|
+
export { AbortOrderRequest, AbortOrderRequestHtml, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, EvidenceApprovedCreatorHtml, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorHtml, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandHtml, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, NewJobApplicationUnapprovedCreatorHtml, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, NewJobApplicationsReceivedBrandHtml, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, NewJobCreatedBrandHtml, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, NewMessageNotificationHtml, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, NewOrderCreatedBrandHtml, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, NewOrderCreatedCreatorHtml, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, OrderAcceptedBrandHtml, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, OrderCancelledBrandHtml, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, OrderCancelledCreatorHtml, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, OrderEvidencesAcceptedBrandHtml, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorHtml, OrderPaymentCreatorText, OrderRejectedBrand, OrderRejectedBrandHtml, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, RevertPaymentRequestAdminHtml, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, WelcomeHtml, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
|
package/dist/index.js
CHANGED
|
@@ -21,27 +21,59 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
AbortOrderRequest: () => AbortOrderRequest,
|
|
24
|
+
AbortOrderRequestHtml: () => AbortOrderRequestHtml,
|
|
24
25
|
AbortOrderRequestText: () => AbortOrderRequestText,
|
|
25
26
|
EvidenceApprovedCreator: () => EvidenceApprovedCreator,
|
|
27
|
+
EvidenceApprovedCreatorHtml: () => EvidenceApprovedCreatorHtml,
|
|
28
|
+
EvidenceApprovedCreatorText: () => EvidenceApprovedCreatorText,
|
|
26
29
|
EvidencesRejectedCreator: () => EvidencesRejectedCreator,
|
|
30
|
+
EvidencesRejectedCreatorHtml: () => EvidencesRejectedCreatorHtml,
|
|
31
|
+
EvidencesRejectedCreatorText: () => EvidencesRejectedCreatorText,
|
|
27
32
|
EvidencesSubmittedBrand: () => EvidencesSubmittedBrand,
|
|
33
|
+
EvidencesSubmittedBrandHtml: () => EvidencesSubmittedBrandHtml,
|
|
34
|
+
EvidencesSubmittedBrandText: () => EvidencesSubmittedBrandText,
|
|
28
35
|
NewJobApplicationUnapprovedCreator: () => NewJobApplicationUnapprovedCreator,
|
|
36
|
+
NewJobApplicationUnapprovedCreatorHtml: () => NewJobApplicationUnapprovedCreatorHtml,
|
|
37
|
+
NewJobApplicationUnapprovedCreatorText: () => NewJobApplicationUnapprovedCreatorText,
|
|
29
38
|
NewJobApplicationsReceivedBrand: () => NewJobApplicationsReceivedBrand,
|
|
39
|
+
NewJobApplicationsReceivedBrandHtml: () => NewJobApplicationsReceivedBrandHtml,
|
|
40
|
+
NewJobApplicationsReceivedBrandText: () => NewJobApplicationsReceivedBrandText,
|
|
30
41
|
NewJobCreatedBrand: () => NewJobCreatedBrand,
|
|
42
|
+
NewJobCreatedBrandHtml: () => NewJobCreatedBrandHtml,
|
|
43
|
+
NewJobCreatedBrandText: () => NewJobCreatedBrandText,
|
|
31
44
|
NewMessageNotification: () => NewMessageNotification,
|
|
45
|
+
NewMessageNotificationHtml: () => NewMessageNotificationHtml,
|
|
32
46
|
NewMessageNotificationText: () => NewMessageNotificationText,
|
|
33
47
|
NewOrderCreatedBrand: () => NewOrderCreatedBrand,
|
|
48
|
+
NewOrderCreatedBrandHtml: () => NewOrderCreatedBrandHtml,
|
|
49
|
+
NewOrderCreatedBrandText: () => NewOrderCreatedBrandText,
|
|
34
50
|
NewOrderCreatedCreator: () => NewOrderCreatedCreator,
|
|
51
|
+
NewOrderCreatedCreatorHtml: () => NewOrderCreatedCreatorHtml,
|
|
52
|
+
NewOrderCreatedCreatorText: () => NewOrderCreatedCreatorText,
|
|
35
53
|
OrderAcceptedBrand: () => OrderAcceptedBrand,
|
|
54
|
+
OrderAcceptedBrandHtml: () => OrderAcceptedBrandHtml,
|
|
55
|
+
OrderAcceptedBrandText: () => OrderAcceptedBrandText,
|
|
36
56
|
OrderCancelledBrand: () => OrderCancelledBrand,
|
|
57
|
+
OrderCancelledBrandHtml: () => OrderCancelledBrandHtml,
|
|
58
|
+
OrderCancelledBrandText: () => OrderCancelledBrandText,
|
|
37
59
|
OrderCancelledCreator: () => OrderCancelledCreator,
|
|
60
|
+
OrderCancelledCreatorHtml: () => OrderCancelledCreatorHtml,
|
|
61
|
+
OrderCancelledCreatorText: () => OrderCancelledCreatorText,
|
|
38
62
|
OrderEvidencesAcceptedBrand: () => OrderEvidencesAcceptedBrand,
|
|
63
|
+
OrderEvidencesAcceptedBrandHtml: () => OrderEvidencesAcceptedBrandHtml,
|
|
64
|
+
OrderEvidencesAcceptedBrandText: () => OrderEvidencesAcceptedBrandText,
|
|
39
65
|
OrderPaymentCreator: () => OrderPaymentCreator,
|
|
66
|
+
OrderPaymentCreatorHtml: () => OrderPaymentCreatorHtml,
|
|
67
|
+
OrderPaymentCreatorText: () => OrderPaymentCreatorText,
|
|
40
68
|
OrderRejectedBrand: () => OrderRejectedBrand,
|
|
69
|
+
OrderRejectedBrandHtml: () => OrderRejectedBrandHtml,
|
|
70
|
+
OrderRejectedBrandText: () => OrderRejectedBrandText,
|
|
41
71
|
RevertPaymentRequestAdmin: () => RevertPaymentRequestAdmin,
|
|
72
|
+
RevertPaymentRequestAdminHtml: () => RevertPaymentRequestAdminHtml,
|
|
42
73
|
RevertPaymentRequestAdminText: () => RevertPaymentRequestAdminText,
|
|
43
74
|
USER_ROLES: () => USER_ROLES,
|
|
44
75
|
Welcome: () => Welcome,
|
|
76
|
+
WelcomeHtml: () => WelcomeHtml,
|
|
45
77
|
WelcomeText: () => WelcomeText,
|
|
46
78
|
appBaseUrl: () => appBaseUrl,
|
|
47
79
|
appRoutes: () => appRoutes,
|
|
@@ -326,6 +358,9 @@ AbortOrderRequest.PreviewProps = {
|
|
|
326
358
|
var AbortOrderRequestText = (props) => {
|
|
327
359
|
return (0, import_render.render)(AbortOrderRequest(props), { plainText: true });
|
|
328
360
|
};
|
|
361
|
+
var AbortOrderRequestHtml = (props) => {
|
|
362
|
+
return (0, import_render.render)(AbortOrderRequest(props));
|
|
363
|
+
};
|
|
329
364
|
|
|
330
365
|
// emails/admin/revert-payment-request-admin.tsx
|
|
331
366
|
var import_components7 = require("@react-email/components");
|
|
@@ -401,9 +436,13 @@ RevertPaymentRequestAdmin.PreviewProps = {
|
|
|
401
436
|
var RevertPaymentRequestAdminText = (props) => {
|
|
402
437
|
return (0, import_render2.render)(RevertPaymentRequestAdmin(props), { plainText: true });
|
|
403
438
|
};
|
|
439
|
+
var RevertPaymentRequestAdminHtml = (props) => {
|
|
440
|
+
return (0, import_render2.render)(RevertPaymentRequestAdmin(props));
|
|
441
|
+
};
|
|
404
442
|
|
|
405
443
|
// emails/brand/evidences-accepted-brand.tsx
|
|
406
444
|
var import_components8 = require("@react-email/components");
|
|
445
|
+
var import_render3 = require("@react-email/render");
|
|
407
446
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
408
447
|
function OrderEvidencesAcceptedBrand(props) {
|
|
409
448
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_components8.Html, { style: rootStyles, children: [
|
|
@@ -446,9 +485,16 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
|
|
|
446
485
|
},
|
|
447
486
|
totalAmount: "1000,00"
|
|
448
487
|
};
|
|
488
|
+
var OrderEvidencesAcceptedBrandText = (props) => {
|
|
489
|
+
return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props), { plainText: true });
|
|
490
|
+
};
|
|
491
|
+
var OrderEvidencesAcceptedBrandHtml = (props) => {
|
|
492
|
+
return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props));
|
|
493
|
+
};
|
|
449
494
|
|
|
450
495
|
// emails/brand/evidences-submitted-brand.tsx
|
|
451
496
|
var import_components9 = require("@react-email/components");
|
|
497
|
+
var import_render4 = require("@react-email/render");
|
|
452
498
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
453
499
|
function EvidencesSubmittedBrand(props) {
|
|
454
500
|
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_components9.Html, { style: rootStyles, children: [
|
|
@@ -501,6 +547,12 @@ EvidencesSubmittedBrand.PreviewProps = {
|
|
|
501
547
|
photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
|
|
502
548
|
}
|
|
503
549
|
};
|
|
550
|
+
var EvidencesSubmittedBrandText = (props) => {
|
|
551
|
+
return (0, import_render4.render)(EvidencesSubmittedBrand(props), { plainText: true });
|
|
552
|
+
};
|
|
553
|
+
var EvidencesSubmittedBrandHtml = (props) => {
|
|
554
|
+
return (0, import_render4.render)(EvidencesSubmittedBrand(props));
|
|
555
|
+
};
|
|
504
556
|
|
|
505
557
|
// emails/brand/new-order-created-brand.tsx
|
|
506
558
|
var import_components11 = require("@react-email/components");
|
|
@@ -545,6 +597,7 @@ var rowItem = {
|
|
|
545
597
|
};
|
|
546
598
|
|
|
547
599
|
// emails/brand/new-order-created-brand.tsx
|
|
600
|
+
var import_render5 = require("@react-email/render");
|
|
548
601
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
549
602
|
function NewOrderCreatedBrand(props) {
|
|
550
603
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_components11.Html, { style: rootStyles, children: [
|
|
@@ -599,9 +652,16 @@ var orderDetails = {
|
|
|
599
652
|
marginTop: "30px",
|
|
600
653
|
marginBottom: "40px"
|
|
601
654
|
};
|
|
655
|
+
var NewOrderCreatedBrandText = (props) => {
|
|
656
|
+
return (0, import_render5.render)(NewOrderCreatedBrand(props), { plainText: true });
|
|
657
|
+
};
|
|
658
|
+
var NewOrderCreatedBrandHtml = (props) => {
|
|
659
|
+
return (0, import_render5.render)(NewOrderCreatedBrand(props));
|
|
660
|
+
};
|
|
602
661
|
|
|
603
662
|
// emails/brand/order-accepted-brand.tsx
|
|
604
663
|
var import_components12 = require("@react-email/components");
|
|
664
|
+
var import_render6 = require("@react-email/render");
|
|
605
665
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
606
666
|
function OrderAcceptedBrand(props) {
|
|
607
667
|
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_components12.Html, { style: rootStyles, children: [
|
|
@@ -651,6 +711,12 @@ OrderAcceptedBrand.PreviewProps = {
|
|
|
651
711
|
photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
|
|
652
712
|
}
|
|
653
713
|
};
|
|
714
|
+
var OrderAcceptedBrandText = (props) => {
|
|
715
|
+
return (0, import_render6.render)(OrderAcceptedBrand(props), { plainText: true });
|
|
716
|
+
};
|
|
717
|
+
var OrderAcceptedBrandHtml = (props) => {
|
|
718
|
+
return (0, import_render6.render)(OrderAcceptedBrand(props));
|
|
719
|
+
};
|
|
654
720
|
|
|
655
721
|
// emails/brand/order-cancelled-brand.tsx
|
|
656
722
|
var import_components14 = require("@react-email/components");
|
|
@@ -680,6 +746,7 @@ var content = {
|
|
|
680
746
|
};
|
|
681
747
|
|
|
682
748
|
// emails/brand/order-cancelled-brand.tsx
|
|
749
|
+
var import_render7 = require("@react-email/render");
|
|
683
750
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
684
751
|
function OrderCancelledBrand(props) {
|
|
685
752
|
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_components14.Html, { style: rootStyles, children: [
|
|
@@ -727,9 +794,16 @@ var reasonContainer = {
|
|
|
727
794
|
padding: "0",
|
|
728
795
|
margin: "30px 0"
|
|
729
796
|
};
|
|
797
|
+
var OrderCancelledBrandText = (props) => {
|
|
798
|
+
return (0, import_render7.render)(OrderCancelledBrand(props), { plainText: true });
|
|
799
|
+
};
|
|
800
|
+
var OrderCancelledBrandHtml = (props) => {
|
|
801
|
+
return (0, import_render7.render)(OrderCancelledBrand(props));
|
|
802
|
+
};
|
|
730
803
|
|
|
731
804
|
// emails/brand/order-rejected-brand.tsx
|
|
732
805
|
var import_components15 = require("@react-email/components");
|
|
806
|
+
var import_render8 = require("@react-email/render");
|
|
733
807
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
734
808
|
function OrderRejectedBrand(props) {
|
|
735
809
|
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_components15.Html, { style: rootStyles, children: [
|
|
@@ -787,9 +861,16 @@ var reasonContainer2 = {
|
|
|
787
861
|
padding: "0",
|
|
788
862
|
margin: "30px 0"
|
|
789
863
|
};
|
|
864
|
+
var OrderRejectedBrandText = (props) => {
|
|
865
|
+
return (0, import_render8.render)(OrderRejectedBrand(props), { plainText: true });
|
|
866
|
+
};
|
|
867
|
+
var OrderRejectedBrandHtml = (props) => {
|
|
868
|
+
return (0, import_render8.render)(OrderRejectedBrand(props));
|
|
869
|
+
};
|
|
790
870
|
|
|
791
871
|
// emails/brand/new-job-created-brand.tsx
|
|
792
872
|
var import_components16 = require("@react-email/components");
|
|
873
|
+
var import_render9 = require("@react-email/render");
|
|
793
874
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
794
875
|
function NewJobCreatedBrand(props) {
|
|
795
876
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Html, { style: rootStyles, children: [
|
|
@@ -805,7 +886,6 @@ function NewJobCreatedBrand(props) {
|
|
|
805
886
|
] }),
|
|
806
887
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Text, { style: baseText, children: [
|
|
807
888
|
"Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
|
|
808
|
-
" ",
|
|
809
889
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("span", { style: link, children: [
|
|
810
890
|
props.campaign.name,
|
|
811
891
|
"."
|
|
@@ -839,9 +919,16 @@ var jobDetails = {
|
|
|
839
919
|
marginTop: "30px",
|
|
840
920
|
marginBottom: "40px"
|
|
841
921
|
};
|
|
922
|
+
var NewJobCreatedBrandText = (props) => {
|
|
923
|
+
return (0, import_render9.render)(NewJobCreatedBrand(props), { plainText: true });
|
|
924
|
+
};
|
|
925
|
+
var NewJobCreatedBrandHtml = (props) => {
|
|
926
|
+
return (0, import_render9.render)(NewJobCreatedBrand(props));
|
|
927
|
+
};
|
|
842
928
|
|
|
843
929
|
// emails/brand/new-job-application-received-brand.tsx
|
|
844
930
|
var import_components17 = require("@react-email/components");
|
|
931
|
+
var import_render10 = require("@react-email/render");
|
|
845
932
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
846
933
|
function NewJobApplicationsReceivedBrand(props) {
|
|
847
934
|
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_components17.Html, { style: rootStyles, children: [
|
|
@@ -856,8 +943,7 @@ function NewJobApplicationsReceivedBrand(props) {
|
|
|
856
943
|
","
|
|
857
944
|
] }),
|
|
858
945
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_components17.Text, { style: baseText, children: [
|
|
859
|
-
"Voc\xEA recebeu uma nova candidatura para o job da campanha",
|
|
860
|
-
" ",
|
|
946
|
+
"Voc\xEA recebeu uma nova candidatura para o job da campanha ",
|
|
861
947
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("span", { style: link, children: [
|
|
862
948
|
props.campaign.name,
|
|
863
949
|
"."
|
|
@@ -920,9 +1006,16 @@ var jobDetails2 = {
|
|
|
920
1006
|
marginTop: "30px",
|
|
921
1007
|
marginBottom: "40px"
|
|
922
1008
|
};
|
|
1009
|
+
var NewJobApplicationsReceivedBrandText = (props) => {
|
|
1010
|
+
return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props), { plainText: true });
|
|
1011
|
+
};
|
|
1012
|
+
var NewJobApplicationsReceivedBrandHtml = (props) => {
|
|
1013
|
+
return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props));
|
|
1014
|
+
};
|
|
923
1015
|
|
|
924
1016
|
// emails/creator/evidences-approved-creator.tsx
|
|
925
1017
|
var import_components18 = require("@react-email/components");
|
|
1018
|
+
var import_render11 = require("@react-email/render");
|
|
926
1019
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
927
1020
|
function EvidenceApprovedCreator(props) {
|
|
928
1021
|
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_components18.Html, { style: rootStyles, children: [
|
|
@@ -964,9 +1057,16 @@ EvidenceApprovedCreator.PreviewProps = {
|
|
|
964
1057
|
},
|
|
965
1058
|
evidenceLink: "https://www.youtube.com/test_video"
|
|
966
1059
|
};
|
|
1060
|
+
var EvidenceApprovedCreatorText = (props) => {
|
|
1061
|
+
return (0, import_render11.render)(EvidenceApprovedCreator(props), { plainText: true });
|
|
1062
|
+
};
|
|
1063
|
+
var EvidenceApprovedCreatorHtml = (props) => {
|
|
1064
|
+
return (0, import_render11.render)(EvidenceApprovedCreator(props));
|
|
1065
|
+
};
|
|
967
1066
|
|
|
968
1067
|
// emails/creator/evidences-rejected-creator.tsx
|
|
969
1068
|
var import_components19 = require("@react-email/components");
|
|
1069
|
+
var import_render12 = require("@react-email/render");
|
|
970
1070
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
971
1071
|
function EvidencesRejectedCreator(props) {
|
|
972
1072
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_components19.Html, { style: rootStyles, children: [
|
|
@@ -1016,9 +1116,16 @@ var reasonContainer3 = {
|
|
|
1016
1116
|
padding: "0",
|
|
1017
1117
|
margin: "30px 0"
|
|
1018
1118
|
};
|
|
1119
|
+
var EvidencesRejectedCreatorText = (props) => {
|
|
1120
|
+
return (0, import_render12.render)(EvidencesRejectedCreator(props), { plainText: true });
|
|
1121
|
+
};
|
|
1122
|
+
var EvidencesRejectedCreatorHtml = (props) => {
|
|
1123
|
+
return (0, import_render12.render)(EvidencesRejectedCreator(props));
|
|
1124
|
+
};
|
|
1019
1125
|
|
|
1020
1126
|
// emails/creator/order-cancelled-creator.tsx
|
|
1021
1127
|
var import_components20 = require("@react-email/components");
|
|
1128
|
+
var import_render13 = require("@react-email/render");
|
|
1022
1129
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1023
1130
|
function OrderCancelledCreator(props) {
|
|
1024
1131
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_components20.Html, { style: rootStyles, children: [
|
|
@@ -1066,9 +1173,16 @@ var reasonContainer4 = {
|
|
|
1066
1173
|
padding: "0",
|
|
1067
1174
|
margin: "30px 0"
|
|
1068
1175
|
};
|
|
1176
|
+
var OrderCancelledCreatorText = (props) => {
|
|
1177
|
+
return (0, import_render13.render)(OrderCancelledCreator(props), { plainText: true });
|
|
1178
|
+
};
|
|
1179
|
+
var OrderCancelledCreatorHtml = (props) => {
|
|
1180
|
+
return (0, import_render13.render)(OrderCancelledCreator(props));
|
|
1181
|
+
};
|
|
1069
1182
|
|
|
1070
1183
|
// emails/creator/order-payment-creator.tsx
|
|
1071
1184
|
var import_components21 = require("@react-email/components");
|
|
1185
|
+
var import_render14 = require("@react-email/render");
|
|
1072
1186
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1073
1187
|
function OrderPaymentCreator(props) {
|
|
1074
1188
|
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_components21.Html, { style: rootStyles, children: [
|
|
@@ -1109,9 +1223,16 @@ OrderPaymentCreator.PreviewProps = {
|
|
|
1109
1223
|
},
|
|
1110
1224
|
totalAmount: "1000,00"
|
|
1111
1225
|
};
|
|
1226
|
+
var OrderPaymentCreatorText = (props) => {
|
|
1227
|
+
return (0, import_render14.render)(OrderPaymentCreator(props), { plainText: true });
|
|
1228
|
+
};
|
|
1229
|
+
var OrderPaymentCreatorHtml = (props) => {
|
|
1230
|
+
return (0, import_render14.render)(OrderPaymentCreator(props));
|
|
1231
|
+
};
|
|
1112
1232
|
|
|
1113
1233
|
// emails/creator/new-order-created-creator.tsx
|
|
1114
1234
|
var import_components22 = require("@react-email/components");
|
|
1235
|
+
var import_render15 = require("@react-email/render");
|
|
1115
1236
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1116
1237
|
function NewOrderCreatedCreator(props) {
|
|
1117
1238
|
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_components22.Html, { style: rootStyles, children: [
|
|
@@ -1162,9 +1283,16 @@ var orderDetails2 = {
|
|
|
1162
1283
|
marginTop: "30px",
|
|
1163
1284
|
marginBottom: "40px"
|
|
1164
1285
|
};
|
|
1286
|
+
var NewOrderCreatedCreatorText = (props) => {
|
|
1287
|
+
return (0, import_render15.render)(NewOrderCreatedCreator(props), { plainText: true });
|
|
1288
|
+
};
|
|
1289
|
+
var NewOrderCreatedCreatorHtml = (props) => {
|
|
1290
|
+
return (0, import_render15.render)(NewOrderCreatedCreator(props));
|
|
1291
|
+
};
|
|
1165
1292
|
|
|
1166
1293
|
// emails/creator/new-job-application-unapproved-creator.tsx
|
|
1167
1294
|
var import_components23 = require("@react-email/components");
|
|
1295
|
+
var import_render16 = require("@react-email/render");
|
|
1168
1296
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1169
1297
|
function NewJobApplicationUnapprovedCreator(props) {
|
|
1170
1298
|
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Html, { style: rootStyles, children: [
|
|
@@ -1179,8 +1307,7 @@ function NewJobApplicationUnapprovedCreator(props) {
|
|
|
1179
1307
|
","
|
|
1180
1308
|
] }),
|
|
1181
1309
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Text, { style: baseText2, children: [
|
|
1182
|
-
"Infelizmente, sua candidatura para o job da campanha",
|
|
1183
|
-
" ",
|
|
1310
|
+
"Infelizmente, sua candidatura para o job da campanha ",
|
|
1184
1311
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { style: link, children: props.campaign.name }),
|
|
1185
1312
|
" n\xE3o foi aprovada.",
|
|
1186
1313
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("br", {}),
|
|
@@ -1217,10 +1344,16 @@ var baseText2 = {
|
|
|
1217
1344
|
lineHeight: "24px",
|
|
1218
1345
|
color: "#333"
|
|
1219
1346
|
};
|
|
1347
|
+
var NewJobApplicationUnapprovedCreatorText = (props) => {
|
|
1348
|
+
return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props), { plainText: true });
|
|
1349
|
+
};
|
|
1350
|
+
var NewJobApplicationUnapprovedCreatorHtml = (props) => {
|
|
1351
|
+
return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props));
|
|
1352
|
+
};
|
|
1220
1353
|
|
|
1221
1354
|
// emails/all/welcome.tsx
|
|
1222
1355
|
var import_components24 = require("@react-email/components");
|
|
1223
|
-
var
|
|
1356
|
+
var import_render17 = require("@react-email/render");
|
|
1224
1357
|
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
1225
1358
|
function Welcome({ name, userType }) {
|
|
1226
1359
|
const content2 = {
|
|
@@ -1306,12 +1439,15 @@ var textInfo = {
|
|
|
1306
1439
|
whiteSpace: "pre-line"
|
|
1307
1440
|
};
|
|
1308
1441
|
var WelcomeText = (props) => {
|
|
1309
|
-
return (0,
|
|
1442
|
+
return (0, import_render17.render)(Welcome(props), { plainText: true });
|
|
1443
|
+
};
|
|
1444
|
+
var WelcomeHtml = (props) => {
|
|
1445
|
+
return (0, import_render17.render)(Welcome(props));
|
|
1310
1446
|
};
|
|
1311
1447
|
|
|
1312
1448
|
// emails/all/new-message-notification.tsx
|
|
1313
1449
|
var import_components25 = require("@react-email/components");
|
|
1314
|
-
var
|
|
1450
|
+
var import_render18 = require("@react-email/render");
|
|
1315
1451
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1316
1452
|
function NewMessageNotification(props) {
|
|
1317
1453
|
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_components25.Html, { style: rootStyles, children: [
|
|
@@ -1359,32 +1495,67 @@ NewMessageNotification.PreviewProps = {
|
|
|
1359
1495
|
chatRoomId: "123"
|
|
1360
1496
|
};
|
|
1361
1497
|
var NewMessageNotificationText = (props) => {
|
|
1362
|
-
return (0,
|
|
1498
|
+
return (0, import_render18.render)(NewMessageNotification(props), { plainText: true });
|
|
1499
|
+
};
|
|
1500
|
+
var NewMessageNotificationHtml = (props) => {
|
|
1501
|
+
return (0, import_render18.render)(NewMessageNotification(props));
|
|
1363
1502
|
};
|
|
1364
1503
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1365
1504
|
0 && (module.exports = {
|
|
1366
1505
|
AbortOrderRequest,
|
|
1506
|
+
AbortOrderRequestHtml,
|
|
1367
1507
|
AbortOrderRequestText,
|
|
1368
1508
|
EvidenceApprovedCreator,
|
|
1509
|
+
EvidenceApprovedCreatorHtml,
|
|
1510
|
+
EvidenceApprovedCreatorText,
|
|
1369
1511
|
EvidencesRejectedCreator,
|
|
1512
|
+
EvidencesRejectedCreatorHtml,
|
|
1513
|
+
EvidencesRejectedCreatorText,
|
|
1370
1514
|
EvidencesSubmittedBrand,
|
|
1515
|
+
EvidencesSubmittedBrandHtml,
|
|
1516
|
+
EvidencesSubmittedBrandText,
|
|
1371
1517
|
NewJobApplicationUnapprovedCreator,
|
|
1518
|
+
NewJobApplicationUnapprovedCreatorHtml,
|
|
1519
|
+
NewJobApplicationUnapprovedCreatorText,
|
|
1372
1520
|
NewJobApplicationsReceivedBrand,
|
|
1521
|
+
NewJobApplicationsReceivedBrandHtml,
|
|
1522
|
+
NewJobApplicationsReceivedBrandText,
|
|
1373
1523
|
NewJobCreatedBrand,
|
|
1524
|
+
NewJobCreatedBrandHtml,
|
|
1525
|
+
NewJobCreatedBrandText,
|
|
1374
1526
|
NewMessageNotification,
|
|
1527
|
+
NewMessageNotificationHtml,
|
|
1375
1528
|
NewMessageNotificationText,
|
|
1376
1529
|
NewOrderCreatedBrand,
|
|
1530
|
+
NewOrderCreatedBrandHtml,
|
|
1531
|
+
NewOrderCreatedBrandText,
|
|
1377
1532
|
NewOrderCreatedCreator,
|
|
1533
|
+
NewOrderCreatedCreatorHtml,
|
|
1534
|
+
NewOrderCreatedCreatorText,
|
|
1378
1535
|
OrderAcceptedBrand,
|
|
1536
|
+
OrderAcceptedBrandHtml,
|
|
1537
|
+
OrderAcceptedBrandText,
|
|
1379
1538
|
OrderCancelledBrand,
|
|
1539
|
+
OrderCancelledBrandHtml,
|
|
1540
|
+
OrderCancelledBrandText,
|
|
1380
1541
|
OrderCancelledCreator,
|
|
1542
|
+
OrderCancelledCreatorHtml,
|
|
1543
|
+
OrderCancelledCreatorText,
|
|
1381
1544
|
OrderEvidencesAcceptedBrand,
|
|
1545
|
+
OrderEvidencesAcceptedBrandHtml,
|
|
1546
|
+
OrderEvidencesAcceptedBrandText,
|
|
1382
1547
|
OrderPaymentCreator,
|
|
1548
|
+
OrderPaymentCreatorHtml,
|
|
1549
|
+
OrderPaymentCreatorText,
|
|
1383
1550
|
OrderRejectedBrand,
|
|
1551
|
+
OrderRejectedBrandHtml,
|
|
1552
|
+
OrderRejectedBrandText,
|
|
1384
1553
|
RevertPaymentRequestAdmin,
|
|
1554
|
+
RevertPaymentRequestAdminHtml,
|
|
1385
1555
|
RevertPaymentRequestAdminText,
|
|
1386
1556
|
USER_ROLES,
|
|
1387
1557
|
Welcome,
|
|
1558
|
+
WelcomeHtml,
|
|
1388
1559
|
WelcomeText,
|
|
1389
1560
|
appBaseUrl,
|
|
1390
1561
|
appRoutes,
|
package/dist/index.mjs
CHANGED
|
@@ -264,6 +264,9 @@ AbortOrderRequest.PreviewProps = {
|
|
|
264
264
|
var AbortOrderRequestText = (props) => {
|
|
265
265
|
return render(AbortOrderRequest(props), { plainText: true });
|
|
266
266
|
};
|
|
267
|
+
var AbortOrderRequestHtml = (props) => {
|
|
268
|
+
return render(AbortOrderRequest(props));
|
|
269
|
+
};
|
|
267
270
|
|
|
268
271
|
// emails/admin/revert-payment-request-admin.tsx
|
|
269
272
|
import { Body as Body2, Container as Container6, Html as Html2, Link as Link5, Preview as Preview2, Text as Text5 } from "@react-email/components";
|
|
@@ -339,9 +342,13 @@ RevertPaymentRequestAdmin.PreviewProps = {
|
|
|
339
342
|
var RevertPaymentRequestAdminText = (props) => {
|
|
340
343
|
return render2(RevertPaymentRequestAdmin(props), { plainText: true });
|
|
341
344
|
};
|
|
345
|
+
var RevertPaymentRequestAdminHtml = (props) => {
|
|
346
|
+
return render2(RevertPaymentRequestAdmin(props));
|
|
347
|
+
};
|
|
342
348
|
|
|
343
349
|
// emails/brand/evidences-accepted-brand.tsx
|
|
344
350
|
import { Body as Body3, Container as Container7, Html as Html3, Link as Link6, Preview as Preview3, Text as Text6 } from "@react-email/components";
|
|
351
|
+
import { render as render3 } from "@react-email/render";
|
|
345
352
|
import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
346
353
|
function OrderEvidencesAcceptedBrand(props) {
|
|
347
354
|
return /* @__PURE__ */ jsxs6(Html3, { style: rootStyles, children: [
|
|
@@ -384,9 +391,16 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
|
|
|
384
391
|
},
|
|
385
392
|
totalAmount: "1000,00"
|
|
386
393
|
};
|
|
394
|
+
var OrderEvidencesAcceptedBrandText = (props) => {
|
|
395
|
+
return render3(OrderEvidencesAcceptedBrand(props), { plainText: true });
|
|
396
|
+
};
|
|
397
|
+
var OrderEvidencesAcceptedBrandHtml = (props) => {
|
|
398
|
+
return render3(OrderEvidencesAcceptedBrand(props));
|
|
399
|
+
};
|
|
387
400
|
|
|
388
401
|
// emails/brand/evidences-submitted-brand.tsx
|
|
389
402
|
import { Body as Body4, Container as Container8, Html as Html4, Link as Link7, Preview as Preview4, Text as Text7 } from "@react-email/components";
|
|
403
|
+
import { render as render4 } from "@react-email/render";
|
|
390
404
|
import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
391
405
|
function EvidencesSubmittedBrand(props) {
|
|
392
406
|
return /* @__PURE__ */ jsxs7(Html4, { style: rootStyles, children: [
|
|
@@ -439,6 +453,12 @@ EvidencesSubmittedBrand.PreviewProps = {
|
|
|
439
453
|
photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
|
|
440
454
|
}
|
|
441
455
|
};
|
|
456
|
+
var EvidencesSubmittedBrandText = (props) => {
|
|
457
|
+
return render4(EvidencesSubmittedBrand(props), { plainText: true });
|
|
458
|
+
};
|
|
459
|
+
var EvidencesSubmittedBrandHtml = (props) => {
|
|
460
|
+
return render4(EvidencesSubmittedBrand(props));
|
|
461
|
+
};
|
|
442
462
|
|
|
443
463
|
// emails/brand/new-order-created-brand.tsx
|
|
444
464
|
import { Body as Body5, Container as Container9, Html as Html5, Link as Link8, Preview as Preview5, Text as Text9 } from "@react-email/components";
|
|
@@ -483,6 +503,7 @@ var rowItem = {
|
|
|
483
503
|
};
|
|
484
504
|
|
|
485
505
|
// emails/brand/new-order-created-brand.tsx
|
|
506
|
+
import { render as render5 } from "@react-email/render";
|
|
486
507
|
import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
487
508
|
function NewOrderCreatedBrand(props) {
|
|
488
509
|
return /* @__PURE__ */ jsxs9(Html5, { style: rootStyles, children: [
|
|
@@ -537,9 +558,16 @@ var orderDetails = {
|
|
|
537
558
|
marginTop: "30px",
|
|
538
559
|
marginBottom: "40px"
|
|
539
560
|
};
|
|
561
|
+
var NewOrderCreatedBrandText = (props) => {
|
|
562
|
+
return render5(NewOrderCreatedBrand(props), { plainText: true });
|
|
563
|
+
};
|
|
564
|
+
var NewOrderCreatedBrandHtml = (props) => {
|
|
565
|
+
return render5(NewOrderCreatedBrand(props));
|
|
566
|
+
};
|
|
540
567
|
|
|
541
568
|
// emails/brand/order-accepted-brand.tsx
|
|
542
569
|
import { Body as Body6, Container as Container10, Html as Html6, Link as Link9, Preview as Preview6, Text as Text10 } from "@react-email/components";
|
|
570
|
+
import { render as render6 } from "@react-email/render";
|
|
543
571
|
import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
544
572
|
function OrderAcceptedBrand(props) {
|
|
545
573
|
return /* @__PURE__ */ jsxs10(Html6, { style: rootStyles, children: [
|
|
@@ -589,6 +617,12 @@ OrderAcceptedBrand.PreviewProps = {
|
|
|
589
617
|
photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
|
|
590
618
|
}
|
|
591
619
|
};
|
|
620
|
+
var OrderAcceptedBrandText = (props) => {
|
|
621
|
+
return render6(OrderAcceptedBrand(props), { plainText: true });
|
|
622
|
+
};
|
|
623
|
+
var OrderAcceptedBrandHtml = (props) => {
|
|
624
|
+
return render6(OrderAcceptedBrand(props));
|
|
625
|
+
};
|
|
592
626
|
|
|
593
627
|
// emails/brand/order-cancelled-brand.tsx
|
|
594
628
|
import { Body as Body7, Container as Container12, Html as Html7, Link as Link10, Preview as Preview7, Text as Text12 } from "@react-email/components";
|
|
@@ -618,6 +652,7 @@ var content = {
|
|
|
618
652
|
};
|
|
619
653
|
|
|
620
654
|
// emails/brand/order-cancelled-brand.tsx
|
|
655
|
+
import { render as render7 } from "@react-email/render";
|
|
621
656
|
import { jsx as jsx14, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
622
657
|
function OrderCancelledBrand(props) {
|
|
623
658
|
return /* @__PURE__ */ jsxs12(Html7, { style: rootStyles, children: [
|
|
@@ -665,9 +700,16 @@ var reasonContainer = {
|
|
|
665
700
|
padding: "0",
|
|
666
701
|
margin: "30px 0"
|
|
667
702
|
};
|
|
703
|
+
var OrderCancelledBrandText = (props) => {
|
|
704
|
+
return render7(OrderCancelledBrand(props), { plainText: true });
|
|
705
|
+
};
|
|
706
|
+
var OrderCancelledBrandHtml = (props) => {
|
|
707
|
+
return render7(OrderCancelledBrand(props));
|
|
708
|
+
};
|
|
668
709
|
|
|
669
710
|
// emails/brand/order-rejected-brand.tsx
|
|
670
711
|
import { Body as Body8, Container as Container13, Html as Html8, Link as Link11, Preview as Preview8, Text as Text13 } from "@react-email/components";
|
|
712
|
+
import { render as render8 } from "@react-email/render";
|
|
671
713
|
import { jsx as jsx15, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
672
714
|
function OrderRejectedBrand(props) {
|
|
673
715
|
return /* @__PURE__ */ jsxs13(Html8, { style: rootStyles, children: [
|
|
@@ -725,9 +767,16 @@ var reasonContainer2 = {
|
|
|
725
767
|
padding: "0",
|
|
726
768
|
margin: "30px 0"
|
|
727
769
|
};
|
|
770
|
+
var OrderRejectedBrandText = (props) => {
|
|
771
|
+
return render8(OrderRejectedBrand(props), { plainText: true });
|
|
772
|
+
};
|
|
773
|
+
var OrderRejectedBrandHtml = (props) => {
|
|
774
|
+
return render8(OrderRejectedBrand(props));
|
|
775
|
+
};
|
|
728
776
|
|
|
729
777
|
// emails/brand/new-job-created-brand.tsx
|
|
730
778
|
import { Body as Body9, Container as Container14, Html as Html9, Link as Link12, Preview as Preview9, Text as Text14 } from "@react-email/components";
|
|
779
|
+
import { render as render9 } from "@react-email/render";
|
|
731
780
|
import { jsx as jsx16, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
732
781
|
function NewJobCreatedBrand(props) {
|
|
733
782
|
return /* @__PURE__ */ jsxs14(Html9, { style: rootStyles, children: [
|
|
@@ -743,7 +792,6 @@ function NewJobCreatedBrand(props) {
|
|
|
743
792
|
] }),
|
|
744
793
|
/* @__PURE__ */ jsxs14(Text14, { style: baseText, children: [
|
|
745
794
|
"Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
|
|
746
|
-
" ",
|
|
747
795
|
/* @__PURE__ */ jsxs14("span", { style: link, children: [
|
|
748
796
|
props.campaign.name,
|
|
749
797
|
"."
|
|
@@ -777,9 +825,16 @@ var jobDetails = {
|
|
|
777
825
|
marginTop: "30px",
|
|
778
826
|
marginBottom: "40px"
|
|
779
827
|
};
|
|
828
|
+
var NewJobCreatedBrandText = (props) => {
|
|
829
|
+
return render9(NewJobCreatedBrand(props), { plainText: true });
|
|
830
|
+
};
|
|
831
|
+
var NewJobCreatedBrandHtml = (props) => {
|
|
832
|
+
return render9(NewJobCreatedBrand(props));
|
|
833
|
+
};
|
|
780
834
|
|
|
781
835
|
// emails/brand/new-job-application-received-brand.tsx
|
|
782
836
|
import { Body as Body10, Container as Container15, Html as Html10, Link as Link13, Preview as Preview10, Text as Text15 } from "@react-email/components";
|
|
837
|
+
import { render as render10 } from "@react-email/render";
|
|
783
838
|
import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
784
839
|
function NewJobApplicationsReceivedBrand(props) {
|
|
785
840
|
return /* @__PURE__ */ jsxs15(Html10, { style: rootStyles, children: [
|
|
@@ -794,8 +849,7 @@ function NewJobApplicationsReceivedBrand(props) {
|
|
|
794
849
|
","
|
|
795
850
|
] }),
|
|
796
851
|
/* @__PURE__ */ jsxs15(Text15, { style: baseText, children: [
|
|
797
|
-
"Voc\xEA recebeu uma nova candidatura para o job da campanha",
|
|
798
|
-
" ",
|
|
852
|
+
"Voc\xEA recebeu uma nova candidatura para o job da campanha ",
|
|
799
853
|
/* @__PURE__ */ jsxs15("span", { style: link, children: [
|
|
800
854
|
props.campaign.name,
|
|
801
855
|
"."
|
|
@@ -858,9 +912,16 @@ var jobDetails2 = {
|
|
|
858
912
|
marginTop: "30px",
|
|
859
913
|
marginBottom: "40px"
|
|
860
914
|
};
|
|
915
|
+
var NewJobApplicationsReceivedBrandText = (props) => {
|
|
916
|
+
return render10(NewJobApplicationsReceivedBrand(props), { plainText: true });
|
|
917
|
+
};
|
|
918
|
+
var NewJobApplicationsReceivedBrandHtml = (props) => {
|
|
919
|
+
return render10(NewJobApplicationsReceivedBrand(props));
|
|
920
|
+
};
|
|
861
921
|
|
|
862
922
|
// emails/creator/evidences-approved-creator.tsx
|
|
863
923
|
import { Body as Body11, Container as Container16, Html as Html11, Link as Link14, Preview as Preview11, Text as Text16 } from "@react-email/components";
|
|
924
|
+
import { render as render11 } from "@react-email/render";
|
|
864
925
|
import { jsx as jsx18, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
865
926
|
function EvidenceApprovedCreator(props) {
|
|
866
927
|
return /* @__PURE__ */ jsxs16(Html11, { style: rootStyles, children: [
|
|
@@ -902,9 +963,16 @@ EvidenceApprovedCreator.PreviewProps = {
|
|
|
902
963
|
},
|
|
903
964
|
evidenceLink: "https://www.youtube.com/test_video"
|
|
904
965
|
};
|
|
966
|
+
var EvidenceApprovedCreatorText = (props) => {
|
|
967
|
+
return render11(EvidenceApprovedCreator(props), { plainText: true });
|
|
968
|
+
};
|
|
969
|
+
var EvidenceApprovedCreatorHtml = (props) => {
|
|
970
|
+
return render11(EvidenceApprovedCreator(props));
|
|
971
|
+
};
|
|
905
972
|
|
|
906
973
|
// emails/creator/evidences-rejected-creator.tsx
|
|
907
974
|
import { Body as Body12, Container as Container17, Html as Html12, Link as Link15, Preview as Preview12, Text as Text17 } from "@react-email/components";
|
|
975
|
+
import { render as render12 } from "@react-email/render";
|
|
908
976
|
import { jsx as jsx19, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
909
977
|
function EvidencesRejectedCreator(props) {
|
|
910
978
|
return /* @__PURE__ */ jsxs17(Html12, { style: rootStyles, children: [
|
|
@@ -954,9 +1022,16 @@ var reasonContainer3 = {
|
|
|
954
1022
|
padding: "0",
|
|
955
1023
|
margin: "30px 0"
|
|
956
1024
|
};
|
|
1025
|
+
var EvidencesRejectedCreatorText = (props) => {
|
|
1026
|
+
return render12(EvidencesRejectedCreator(props), { plainText: true });
|
|
1027
|
+
};
|
|
1028
|
+
var EvidencesRejectedCreatorHtml = (props) => {
|
|
1029
|
+
return render12(EvidencesRejectedCreator(props));
|
|
1030
|
+
};
|
|
957
1031
|
|
|
958
1032
|
// emails/creator/order-cancelled-creator.tsx
|
|
959
1033
|
import { Body as Body13, Container as Container18, Html as Html13, Link as Link16, Preview as Preview13, Text as Text18 } from "@react-email/components";
|
|
1034
|
+
import { render as render13 } from "@react-email/render";
|
|
960
1035
|
import { jsx as jsx20, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
961
1036
|
function OrderCancelledCreator(props) {
|
|
962
1037
|
return /* @__PURE__ */ jsxs18(Html13, { style: rootStyles, children: [
|
|
@@ -1004,9 +1079,16 @@ var reasonContainer4 = {
|
|
|
1004
1079
|
padding: "0",
|
|
1005
1080
|
margin: "30px 0"
|
|
1006
1081
|
};
|
|
1082
|
+
var OrderCancelledCreatorText = (props) => {
|
|
1083
|
+
return render13(OrderCancelledCreator(props), { plainText: true });
|
|
1084
|
+
};
|
|
1085
|
+
var OrderCancelledCreatorHtml = (props) => {
|
|
1086
|
+
return render13(OrderCancelledCreator(props));
|
|
1087
|
+
};
|
|
1007
1088
|
|
|
1008
1089
|
// emails/creator/order-payment-creator.tsx
|
|
1009
1090
|
import { Body as Body14, Container as Container19, Html as Html14, Link as Link17, Preview as Preview14, Text as Text19 } from "@react-email/components";
|
|
1091
|
+
import { render as render14 } from "@react-email/render";
|
|
1010
1092
|
import { jsx as jsx21, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
1011
1093
|
function OrderPaymentCreator(props) {
|
|
1012
1094
|
return /* @__PURE__ */ jsxs19(Html14, { style: rootStyles, children: [
|
|
@@ -1047,9 +1129,16 @@ OrderPaymentCreator.PreviewProps = {
|
|
|
1047
1129
|
},
|
|
1048
1130
|
totalAmount: "1000,00"
|
|
1049
1131
|
};
|
|
1132
|
+
var OrderPaymentCreatorText = (props) => {
|
|
1133
|
+
return render14(OrderPaymentCreator(props), { plainText: true });
|
|
1134
|
+
};
|
|
1135
|
+
var OrderPaymentCreatorHtml = (props) => {
|
|
1136
|
+
return render14(OrderPaymentCreator(props));
|
|
1137
|
+
};
|
|
1050
1138
|
|
|
1051
1139
|
// emails/creator/new-order-created-creator.tsx
|
|
1052
1140
|
import { Body as Body15, Container as Container20, Html as Html15, Link as Link18, Preview as Preview15, Text as Text20 } from "@react-email/components";
|
|
1141
|
+
import { render as render15 } from "@react-email/render";
|
|
1053
1142
|
import { jsx as jsx22, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1054
1143
|
function NewOrderCreatedCreator(props) {
|
|
1055
1144
|
return /* @__PURE__ */ jsxs20(Html15, { style: rootStyles, children: [
|
|
@@ -1100,9 +1189,16 @@ var orderDetails2 = {
|
|
|
1100
1189
|
marginTop: "30px",
|
|
1101
1190
|
marginBottom: "40px"
|
|
1102
1191
|
};
|
|
1192
|
+
var NewOrderCreatedCreatorText = (props) => {
|
|
1193
|
+
return render15(NewOrderCreatedCreator(props), { plainText: true });
|
|
1194
|
+
};
|
|
1195
|
+
var NewOrderCreatedCreatorHtml = (props) => {
|
|
1196
|
+
return render15(NewOrderCreatedCreator(props));
|
|
1197
|
+
};
|
|
1103
1198
|
|
|
1104
1199
|
// emails/creator/new-job-application-unapproved-creator.tsx
|
|
1105
1200
|
import { Body as Body16, Container as Container21, Html as Html16, Link as Link19, Preview as Preview16, Text as Text21 } from "@react-email/components";
|
|
1201
|
+
import { render as render16 } from "@react-email/render";
|
|
1106
1202
|
import { jsx as jsx23, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
1107
1203
|
function NewJobApplicationUnapprovedCreator(props) {
|
|
1108
1204
|
return /* @__PURE__ */ jsxs21(Html16, { style: rootStyles, children: [
|
|
@@ -1117,8 +1213,7 @@ function NewJobApplicationUnapprovedCreator(props) {
|
|
|
1117
1213
|
","
|
|
1118
1214
|
] }),
|
|
1119
1215
|
/* @__PURE__ */ jsxs21(Text21, { style: baseText2, children: [
|
|
1120
|
-
"Infelizmente, sua candidatura para o job da campanha",
|
|
1121
|
-
" ",
|
|
1216
|
+
"Infelizmente, sua candidatura para o job da campanha ",
|
|
1122
1217
|
/* @__PURE__ */ jsx23("span", { style: link, children: props.campaign.name }),
|
|
1123
1218
|
" n\xE3o foi aprovada.",
|
|
1124
1219
|
/* @__PURE__ */ jsx23("br", {}),
|
|
@@ -1155,10 +1250,16 @@ var baseText2 = {
|
|
|
1155
1250
|
lineHeight: "24px",
|
|
1156
1251
|
color: "#333"
|
|
1157
1252
|
};
|
|
1253
|
+
var NewJobApplicationUnapprovedCreatorText = (props) => {
|
|
1254
|
+
return render16(NewJobApplicationUnapprovedCreator(props), { plainText: true });
|
|
1255
|
+
};
|
|
1256
|
+
var NewJobApplicationUnapprovedCreatorHtml = (props) => {
|
|
1257
|
+
return render16(NewJobApplicationUnapprovedCreator(props));
|
|
1258
|
+
};
|
|
1158
1259
|
|
|
1159
1260
|
// emails/all/welcome.tsx
|
|
1160
1261
|
import { Body as Body17, Container as Container22, Heading as Heading3, Html as Html17, Img as Img4, Link as Link20, Preview as Preview17, Text as Text22 } from "@react-email/components";
|
|
1161
|
-
import { render as
|
|
1262
|
+
import { render as render17 } from "@react-email/render";
|
|
1162
1263
|
import { jsx as jsx24, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
1163
1264
|
function Welcome({ name, userType }) {
|
|
1164
1265
|
const content2 = {
|
|
@@ -1244,12 +1345,15 @@ var textInfo = {
|
|
|
1244
1345
|
whiteSpace: "pre-line"
|
|
1245
1346
|
};
|
|
1246
1347
|
var WelcomeText = (props) => {
|
|
1247
|
-
return
|
|
1348
|
+
return render17(Welcome(props), { plainText: true });
|
|
1349
|
+
};
|
|
1350
|
+
var WelcomeHtml = (props) => {
|
|
1351
|
+
return render17(Welcome(props));
|
|
1248
1352
|
};
|
|
1249
1353
|
|
|
1250
1354
|
// emails/all/new-message-notification.tsx
|
|
1251
1355
|
import { Body as Body18, Container as Container23, Html as Html18, Link as Link21, Preview as Preview18, Text as Text23 } from "@react-email/components";
|
|
1252
|
-
import { render as
|
|
1356
|
+
import { render as render18 } from "@react-email/render";
|
|
1253
1357
|
import { jsx as jsx25, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
1254
1358
|
function NewMessageNotification(props) {
|
|
1255
1359
|
return /* @__PURE__ */ jsxs23(Html18, { style: rootStyles, children: [
|
|
@@ -1297,31 +1401,66 @@ NewMessageNotification.PreviewProps = {
|
|
|
1297
1401
|
chatRoomId: "123"
|
|
1298
1402
|
};
|
|
1299
1403
|
var NewMessageNotificationText = (props) => {
|
|
1300
|
-
return
|
|
1404
|
+
return render18(NewMessageNotification(props), { plainText: true });
|
|
1405
|
+
};
|
|
1406
|
+
var NewMessageNotificationHtml = (props) => {
|
|
1407
|
+
return render18(NewMessageNotification(props));
|
|
1301
1408
|
};
|
|
1302
1409
|
export {
|
|
1303
1410
|
AbortOrderRequest,
|
|
1411
|
+
AbortOrderRequestHtml,
|
|
1304
1412
|
AbortOrderRequestText,
|
|
1305
1413
|
EvidenceApprovedCreator,
|
|
1414
|
+
EvidenceApprovedCreatorHtml,
|
|
1415
|
+
EvidenceApprovedCreatorText,
|
|
1306
1416
|
EvidencesRejectedCreator,
|
|
1417
|
+
EvidencesRejectedCreatorHtml,
|
|
1418
|
+
EvidencesRejectedCreatorText,
|
|
1307
1419
|
EvidencesSubmittedBrand,
|
|
1420
|
+
EvidencesSubmittedBrandHtml,
|
|
1421
|
+
EvidencesSubmittedBrandText,
|
|
1308
1422
|
NewJobApplicationUnapprovedCreator,
|
|
1423
|
+
NewJobApplicationUnapprovedCreatorHtml,
|
|
1424
|
+
NewJobApplicationUnapprovedCreatorText,
|
|
1309
1425
|
NewJobApplicationsReceivedBrand,
|
|
1426
|
+
NewJobApplicationsReceivedBrandHtml,
|
|
1427
|
+
NewJobApplicationsReceivedBrandText,
|
|
1310
1428
|
NewJobCreatedBrand,
|
|
1429
|
+
NewJobCreatedBrandHtml,
|
|
1430
|
+
NewJobCreatedBrandText,
|
|
1311
1431
|
NewMessageNotification,
|
|
1432
|
+
NewMessageNotificationHtml,
|
|
1312
1433
|
NewMessageNotificationText,
|
|
1313
1434
|
NewOrderCreatedBrand,
|
|
1435
|
+
NewOrderCreatedBrandHtml,
|
|
1436
|
+
NewOrderCreatedBrandText,
|
|
1314
1437
|
NewOrderCreatedCreator,
|
|
1438
|
+
NewOrderCreatedCreatorHtml,
|
|
1439
|
+
NewOrderCreatedCreatorText,
|
|
1315
1440
|
OrderAcceptedBrand,
|
|
1441
|
+
OrderAcceptedBrandHtml,
|
|
1442
|
+
OrderAcceptedBrandText,
|
|
1316
1443
|
OrderCancelledBrand,
|
|
1444
|
+
OrderCancelledBrandHtml,
|
|
1445
|
+
OrderCancelledBrandText,
|
|
1317
1446
|
OrderCancelledCreator,
|
|
1447
|
+
OrderCancelledCreatorHtml,
|
|
1448
|
+
OrderCancelledCreatorText,
|
|
1318
1449
|
OrderEvidencesAcceptedBrand,
|
|
1450
|
+
OrderEvidencesAcceptedBrandHtml,
|
|
1451
|
+
OrderEvidencesAcceptedBrandText,
|
|
1319
1452
|
OrderPaymentCreator,
|
|
1453
|
+
OrderPaymentCreatorHtml,
|
|
1454
|
+
OrderPaymentCreatorText,
|
|
1320
1455
|
OrderRejectedBrand,
|
|
1456
|
+
OrderRejectedBrandHtml,
|
|
1457
|
+
OrderRejectedBrandText,
|
|
1321
1458
|
RevertPaymentRequestAdmin,
|
|
1459
|
+
RevertPaymentRequestAdminHtml,
|
|
1322
1460
|
RevertPaymentRequestAdminText,
|
|
1323
1461
|
USER_ROLES,
|
|
1324
1462
|
Welcome,
|
|
1463
|
+
WelcomeHtml,
|
|
1325
1464
|
WelcomeText,
|
|
1326
1465
|
appBaseUrl,
|
|
1327
1466
|
appRoutes,
|