promote-email-templates 0.1.8 → 0.1.9

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 CHANGED
@@ -354,6 +354,8 @@ declare namespace OrderEvidencesAcceptedBrand {
354
354
  };
355
355
  }
356
356
 
357
+ declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
+
357
359
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
358
360
  declare namespace EvidencesSubmittedBrand {
359
361
  var PreviewProps: {
@@ -374,6 +376,8 @@ declare namespace EvidencesSubmittedBrand {
374
376
  };
375
377
  }
376
378
 
379
+ declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
+
377
381
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
378
382
  declare namespace NewOrderCreatedBrand {
379
383
  var PreviewProps: {
@@ -396,6 +400,8 @@ declare namespace NewOrderCreatedBrand {
396
400
  };
397
401
  }
398
402
 
403
+ declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
+
399
405
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
400
406
  declare namespace OrderAcceptedBrand {
401
407
  var PreviewProps: {
@@ -413,6 +419,8 @@ declare namespace OrderAcceptedBrand {
413
419
  };
414
420
  }
415
421
 
422
+ declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
423
+
416
424
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
417
425
  declare namespace OrderCancelledBrand {
418
426
  var PreviewProps: {
@@ -426,6 +434,8 @@ declare namespace OrderCancelledBrand {
426
434
  };
427
435
  }
428
436
 
437
+ declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
438
+
429
439
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
430
440
  declare namespace OrderRejectedBrand {
431
441
  var PreviewProps: {
@@ -447,6 +457,8 @@ declare namespace OrderRejectedBrand {
447
457
  };
448
458
  }
449
459
 
460
+ declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
461
+
450
462
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
451
463
  declare namespace NewJobCreatedBrand {
452
464
  var PreviewProps: {
@@ -465,6 +477,8 @@ declare namespace NewJobCreatedBrand {
465
477
  };
466
478
  }
467
479
 
480
+ declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
481
+
468
482
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
469
483
  declare namespace NewJobApplicationsReceivedBrand {
470
484
  var PreviewProps: {
@@ -492,6 +506,8 @@ declare namespace NewJobApplicationsReceivedBrand {
492
506
  };
493
507
  }
494
508
 
509
+ declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
+
495
511
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
496
512
  declare namespace EvidenceApprovedCreator {
497
513
  var PreviewProps: {
@@ -509,6 +525,8 @@ declare namespace EvidenceApprovedCreator {
509
525
  };
510
526
  }
511
527
 
528
+ declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
+
512
530
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
513
531
  declare namespace EvidencesRejectedCreator {
514
532
  var PreviewProps: {
@@ -527,6 +545,8 @@ declare namespace EvidencesRejectedCreator {
527
545
  };
528
546
  }
529
547
 
548
+ declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
549
+
530
550
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
531
551
  declare namespace OrderCancelledCreator {
532
552
  var PreviewProps: {
@@ -540,6 +560,8 @@ declare namespace OrderCancelledCreator {
540
560
  };
541
561
  }
542
562
 
563
+ declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
564
+
543
565
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
544
566
  declare namespace OrderPaymentCreator {
545
567
  var PreviewProps: {
@@ -553,6 +575,8 @@ declare namespace OrderPaymentCreator {
553
575
  };
554
576
  }
555
577
 
578
+ declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
+
556
580
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
557
581
  declare namespace NewOrderCreatedCreator {
558
582
  var PreviewProps: {
@@ -574,6 +598,8 @@ declare namespace NewOrderCreatedCreator {
574
598
  };
575
599
  }
576
600
 
601
+ declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
+
577
603
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
578
604
  declare namespace NewJobApplicationUnapprovedCreator {
579
605
  var PreviewProps: {
@@ -592,6 +618,8 @@ declare namespace NewJobApplicationUnapprovedCreator {
592
618
  };
593
619
  }
594
620
 
621
+ declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
+
595
623
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
596
624
  declare namespace Welcome {
597
625
  var PreviewProps: {
@@ -622,4 +650,4 @@ declare namespace NewMessageNotification {
622
650
  }
623
651
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
624
652
 
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 };
653
+ export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorText, OrderRejectedBrand, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.d.ts CHANGED
@@ -354,6 +354,8 @@ declare namespace OrderEvidencesAcceptedBrand {
354
354
  };
355
355
  }
356
356
 
357
+ declare const OrderEvidencesAcceptedBrandText: (props: OrderEvidencesAcceptedBrandProps) => Promise<string>;
358
+
357
359
  declare function EvidencesSubmittedBrand(props: EvidenceSubmittedBrandProps): react_jsx_runtime.JSX.Element;
358
360
  declare namespace EvidencesSubmittedBrand {
359
361
  var PreviewProps: {
@@ -374,6 +376,8 @@ declare namespace EvidencesSubmittedBrand {
374
376
  };
375
377
  }
376
378
 
379
+ declare const EvidencesSubmittedBrandText: (props: EvidenceSubmittedBrandProps) => Promise<string>;
380
+
377
381
  declare function NewOrderCreatedBrand(props: NewOrderCreatedBrandProps): react_jsx_runtime.JSX.Element;
378
382
  declare namespace NewOrderCreatedBrand {
379
383
  var PreviewProps: {
@@ -396,6 +400,8 @@ declare namespace NewOrderCreatedBrand {
396
400
  };
397
401
  }
398
402
 
403
+ declare const NewOrderCreatedBrandText: (props: NewOrderCreatedBrandProps) => Promise<string>;
404
+
399
405
  declare function OrderAcceptedBrand(props: OrderAcceptedBrandProps): react_jsx_runtime.JSX.Element;
400
406
  declare namespace OrderAcceptedBrand {
401
407
  var PreviewProps: {
@@ -413,6 +419,8 @@ declare namespace OrderAcceptedBrand {
413
419
  };
414
420
  }
415
421
 
422
+ declare const OrderAcceptedBrandText: (props: OrderAcceptedBrandProps) => Promise<string>;
423
+
416
424
  declare function OrderCancelledBrand(props: OrderCancelledBrandProps): react_jsx_runtime.JSX.Element;
417
425
  declare namespace OrderCancelledBrand {
418
426
  var PreviewProps: {
@@ -426,6 +434,8 @@ declare namespace OrderCancelledBrand {
426
434
  };
427
435
  }
428
436
 
437
+ declare const OrderCancelledBrandText: (props: OrderCancelledBrandProps) => Promise<string>;
438
+
429
439
  declare function OrderRejectedBrand(props: OrderRejectedBrandProps): react_jsx_runtime.JSX.Element;
430
440
  declare namespace OrderRejectedBrand {
431
441
  var PreviewProps: {
@@ -447,6 +457,8 @@ declare namespace OrderRejectedBrand {
447
457
  };
448
458
  }
449
459
 
460
+ declare const OrderRejectedBrandText: (props: OrderRejectedBrandProps) => Promise<string>;
461
+
450
462
  declare function NewJobCreatedBrand(props: NewJobCreatedBrandProps): react_jsx_runtime.JSX.Element;
451
463
  declare namespace NewJobCreatedBrand {
452
464
  var PreviewProps: {
@@ -465,6 +477,8 @@ declare namespace NewJobCreatedBrand {
465
477
  };
466
478
  }
467
479
 
480
+ declare const NewJobCreatedBrandText: (props: NewJobCreatedBrandProps) => Promise<string>;
481
+
468
482
  declare function NewJobApplicationsReceivedBrand(props: NewJobApplicationsReceivedBrandProps): react_jsx_runtime.JSX.Element;
469
483
  declare namespace NewJobApplicationsReceivedBrand {
470
484
  var PreviewProps: {
@@ -492,6 +506,8 @@ declare namespace NewJobApplicationsReceivedBrand {
492
506
  };
493
507
  }
494
508
 
509
+ declare const NewJobApplicationsReceivedBrandText: (props: NewJobApplicationsReceivedBrandProps) => Promise<string>;
510
+
495
511
  declare function EvidenceApprovedCreator(props: EvidenceApprovedCreatorProps): react_jsx_runtime.JSX.Element;
496
512
  declare namespace EvidenceApprovedCreator {
497
513
  var PreviewProps: {
@@ -509,6 +525,8 @@ declare namespace EvidenceApprovedCreator {
509
525
  };
510
526
  }
511
527
 
528
+ declare const EvidenceApprovedCreatorText: (props: EvidenceApprovedCreatorProps) => Promise<string>;
529
+
512
530
  declare function EvidencesRejectedCreator(props: EvidencesRejectedProps): react_jsx_runtime.JSX.Element;
513
531
  declare namespace EvidencesRejectedCreator {
514
532
  var PreviewProps: {
@@ -527,6 +545,8 @@ declare namespace EvidencesRejectedCreator {
527
545
  };
528
546
  }
529
547
 
548
+ declare const EvidencesRejectedCreatorText: (props: EvidencesRejectedProps) => Promise<string>;
549
+
530
550
  declare function OrderCancelledCreator(props: OrderCancelledCreatorProps): react_jsx_runtime.JSX.Element;
531
551
  declare namespace OrderCancelledCreator {
532
552
  var PreviewProps: {
@@ -540,6 +560,8 @@ declare namespace OrderCancelledCreator {
540
560
  };
541
561
  }
542
562
 
563
+ declare const OrderCancelledCreatorText: (props: OrderCancelledCreatorProps) => Promise<string>;
564
+
543
565
  declare function OrderPaymentCreator(props: OrderOrderPaymentCreatorProps): react_jsx_runtime.JSX.Element;
544
566
  declare namespace OrderPaymentCreator {
545
567
  var PreviewProps: {
@@ -553,6 +575,8 @@ declare namespace OrderPaymentCreator {
553
575
  };
554
576
  }
555
577
 
578
+ declare const OrderPaymentCreatorText: (props: OrderOrderPaymentCreatorProps) => Promise<string>;
579
+
556
580
  declare function NewOrderCreatedCreator(props: NewOrderCreatedCreatorProps): react_jsx_runtime.JSX.Element;
557
581
  declare namespace NewOrderCreatedCreator {
558
582
  var PreviewProps: {
@@ -574,6 +598,8 @@ declare namespace NewOrderCreatedCreator {
574
598
  };
575
599
  }
576
600
 
601
+ declare const NewOrderCreatedCreatorText: (props: NewOrderCreatedCreatorProps) => Promise<string>;
602
+
577
603
  declare function NewJobApplicationUnapprovedCreator(props: NewJobApplicationUnapprovedCreatorProps): react_jsx_runtime.JSX.Element;
578
604
  declare namespace NewJobApplicationUnapprovedCreator {
579
605
  var PreviewProps: {
@@ -592,6 +618,8 @@ declare namespace NewJobApplicationUnapprovedCreator {
592
618
  };
593
619
  }
594
620
 
621
+ declare const NewJobApplicationUnapprovedCreatorText: (props: NewJobApplicationUnapprovedCreatorProps) => Promise<string>;
622
+
595
623
  declare function Welcome({ name, userType }: WelcomeTemplateProps): react_jsx_runtime.JSX.Element;
596
624
  declare namespace Welcome {
597
625
  var PreviewProps: {
@@ -622,4 +650,4 @@ declare namespace NewMessageNotification {
622
650
  }
623
651
  declare const NewMessageNotificationText: (props: NewMessageNotificationProps) => Promise<string>;
624
652
 
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 };
653
+ export { AbortOrderRequest, type AbortOrderRequestProps, AbortOrderRequestText, EvidenceApprovedCreator, type EvidenceApprovedCreatorProps, EvidenceApprovedCreatorText, type EvidenceSubmittedBrandProps, EvidencesRejectedCreator, EvidencesRejectedCreatorText, type EvidencesRejectedProps, EvidencesSubmittedBrand, EvidencesSubmittedBrandText, NewJobApplicationUnapprovedCreator, type NewJobApplicationUnapprovedCreatorProps, NewJobApplicationUnapprovedCreatorText, NewJobApplicationsReceivedBrand, type NewJobApplicationsReceivedBrandProps, NewJobApplicationsReceivedBrandText, NewJobCreatedBrand, type NewJobCreatedBrandProps, NewJobCreatedBrandText, NewMessageNotification, type NewMessageNotificationProps, NewMessageNotificationText, NewOrderCreatedBrand, type NewOrderCreatedBrandProps, NewOrderCreatedBrandText, NewOrderCreatedCreator, type NewOrderCreatedCreatorProps, NewOrderCreatedCreatorText, OrderAcceptedBrand, type OrderAcceptedBrandProps, OrderAcceptedBrandText, OrderCancelledBrand, type OrderCancelledBrandProps, OrderCancelledBrandText, OrderCancelledCreator, type OrderCancelledCreatorProps, OrderCancelledCreatorText, OrderEvidencesAcceptedBrand, type OrderEvidencesAcceptedBrandProps, OrderEvidencesAcceptedBrandText, type OrderOrderPaymentCreatorProps, OrderPaymentCreator, OrderPaymentCreatorText, OrderRejectedBrand, type OrderRejectedBrandProps, OrderRejectedBrandText, RevertPaymentRequestAdmin, type RevertPaymentRequestAdminProps, RevertPaymentRequestAdminText, USER_ROLES, Welcome, type WelcomeTemplateProps, WelcomeText, appBaseUrl, appRoutes, assetsBasePath, baseContainer, baseContentContainer, baseText, button, centerBlock, centerText, colors, link, main, rootStyles, socialNetworkLinks };
package/dist/index.js CHANGED
@@ -23,21 +23,35 @@ __export(index_exports, {
23
23
  AbortOrderRequest: () => AbortOrderRequest,
24
24
  AbortOrderRequestText: () => AbortOrderRequestText,
25
25
  EvidenceApprovedCreator: () => EvidenceApprovedCreator,
26
+ EvidenceApprovedCreatorText: () => EvidenceApprovedCreatorText,
26
27
  EvidencesRejectedCreator: () => EvidencesRejectedCreator,
28
+ EvidencesRejectedCreatorText: () => EvidencesRejectedCreatorText,
27
29
  EvidencesSubmittedBrand: () => EvidencesSubmittedBrand,
30
+ EvidencesSubmittedBrandText: () => EvidencesSubmittedBrandText,
28
31
  NewJobApplicationUnapprovedCreator: () => NewJobApplicationUnapprovedCreator,
32
+ NewJobApplicationUnapprovedCreatorText: () => NewJobApplicationUnapprovedCreatorText,
29
33
  NewJobApplicationsReceivedBrand: () => NewJobApplicationsReceivedBrand,
34
+ NewJobApplicationsReceivedBrandText: () => NewJobApplicationsReceivedBrandText,
30
35
  NewJobCreatedBrand: () => NewJobCreatedBrand,
36
+ NewJobCreatedBrandText: () => NewJobCreatedBrandText,
31
37
  NewMessageNotification: () => NewMessageNotification,
32
38
  NewMessageNotificationText: () => NewMessageNotificationText,
33
39
  NewOrderCreatedBrand: () => NewOrderCreatedBrand,
40
+ NewOrderCreatedBrandText: () => NewOrderCreatedBrandText,
34
41
  NewOrderCreatedCreator: () => NewOrderCreatedCreator,
42
+ NewOrderCreatedCreatorText: () => NewOrderCreatedCreatorText,
35
43
  OrderAcceptedBrand: () => OrderAcceptedBrand,
44
+ OrderAcceptedBrandText: () => OrderAcceptedBrandText,
36
45
  OrderCancelledBrand: () => OrderCancelledBrand,
46
+ OrderCancelledBrandText: () => OrderCancelledBrandText,
37
47
  OrderCancelledCreator: () => OrderCancelledCreator,
48
+ OrderCancelledCreatorText: () => OrderCancelledCreatorText,
38
49
  OrderEvidencesAcceptedBrand: () => OrderEvidencesAcceptedBrand,
50
+ OrderEvidencesAcceptedBrandText: () => OrderEvidencesAcceptedBrandText,
39
51
  OrderPaymentCreator: () => OrderPaymentCreator,
52
+ OrderPaymentCreatorText: () => OrderPaymentCreatorText,
40
53
  OrderRejectedBrand: () => OrderRejectedBrand,
54
+ OrderRejectedBrandText: () => OrderRejectedBrandText,
41
55
  RevertPaymentRequestAdmin: () => RevertPaymentRequestAdmin,
42
56
  RevertPaymentRequestAdminText: () => RevertPaymentRequestAdminText,
43
57
  USER_ROLES: () => USER_ROLES,
@@ -404,6 +418,7 @@ var RevertPaymentRequestAdminText = (props) => {
404
418
 
405
419
  // emails/brand/evidences-accepted-brand.tsx
406
420
  var import_components8 = require("@react-email/components");
421
+ var import_render3 = require("@react-email/render");
407
422
  var import_jsx_runtime8 = require("react/jsx-runtime");
408
423
  function OrderEvidencesAcceptedBrand(props) {
409
424
  return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_components8.Html, { style: rootStyles, children: [
@@ -446,9 +461,13 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
446
461
  },
447
462
  totalAmount: "1000,00"
448
463
  };
464
+ var OrderEvidencesAcceptedBrandText = (props) => {
465
+ return (0, import_render3.render)(OrderEvidencesAcceptedBrand(props), { plainText: true });
466
+ };
449
467
 
450
468
  // emails/brand/evidences-submitted-brand.tsx
451
469
  var import_components9 = require("@react-email/components");
470
+ var import_render4 = require("@react-email/render");
452
471
  var import_jsx_runtime9 = require("react/jsx-runtime");
453
472
  function EvidencesSubmittedBrand(props) {
454
473
  return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_components9.Html, { style: rootStyles, children: [
@@ -501,6 +520,9 @@ EvidencesSubmittedBrand.PreviewProps = {
501
520
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
502
521
  }
503
522
  };
523
+ var EvidencesSubmittedBrandText = (props) => {
524
+ return (0, import_render4.render)(EvidencesSubmittedBrand(props), { plainText: true });
525
+ };
504
526
 
505
527
  // emails/brand/new-order-created-brand.tsx
506
528
  var import_components11 = require("@react-email/components");
@@ -545,6 +567,7 @@ var rowItem = {
545
567
  };
546
568
 
547
569
  // emails/brand/new-order-created-brand.tsx
570
+ var import_render5 = require("@react-email/render");
548
571
  var import_jsx_runtime11 = require("react/jsx-runtime");
549
572
  function NewOrderCreatedBrand(props) {
550
573
  return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_components11.Html, { style: rootStyles, children: [
@@ -599,9 +622,13 @@ var orderDetails = {
599
622
  marginTop: "30px",
600
623
  marginBottom: "40px"
601
624
  };
625
+ var NewOrderCreatedBrandText = (props) => {
626
+ return (0, import_render5.render)(NewOrderCreatedBrand(props), { plainText: true });
627
+ };
602
628
 
603
629
  // emails/brand/order-accepted-brand.tsx
604
630
  var import_components12 = require("@react-email/components");
631
+ var import_render6 = require("@react-email/render");
605
632
  var import_jsx_runtime12 = require("react/jsx-runtime");
606
633
  function OrderAcceptedBrand(props) {
607
634
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_components12.Html, { style: rootStyles, children: [
@@ -651,6 +678,9 @@ OrderAcceptedBrand.PreviewProps = {
651
678
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
652
679
  }
653
680
  };
681
+ var OrderAcceptedBrandText = (props) => {
682
+ return (0, import_render6.render)(OrderAcceptedBrand(props), { plainText: true });
683
+ };
654
684
 
655
685
  // emails/brand/order-cancelled-brand.tsx
656
686
  var import_components14 = require("@react-email/components");
@@ -680,6 +710,7 @@ var content = {
680
710
  };
681
711
 
682
712
  // emails/brand/order-cancelled-brand.tsx
713
+ var import_render7 = require("@react-email/render");
683
714
  var import_jsx_runtime14 = require("react/jsx-runtime");
684
715
  function OrderCancelledBrand(props) {
685
716
  return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_components14.Html, { style: rootStyles, children: [
@@ -727,9 +758,13 @@ var reasonContainer = {
727
758
  padding: "0",
728
759
  margin: "30px 0"
729
760
  };
761
+ var OrderCancelledBrandText = (props) => {
762
+ return (0, import_render7.render)(OrderCancelledBrand(props), { plainText: true });
763
+ };
730
764
 
731
765
  // emails/brand/order-rejected-brand.tsx
732
766
  var import_components15 = require("@react-email/components");
767
+ var import_render8 = require("@react-email/render");
733
768
  var import_jsx_runtime15 = require("react/jsx-runtime");
734
769
  function OrderRejectedBrand(props) {
735
770
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_components15.Html, { style: rootStyles, children: [
@@ -787,9 +822,13 @@ var reasonContainer2 = {
787
822
  padding: "0",
788
823
  margin: "30px 0"
789
824
  };
825
+ var OrderRejectedBrandText = (props) => {
826
+ return (0, import_render8.render)(OrderRejectedBrand(props), { plainText: true });
827
+ };
790
828
 
791
829
  // emails/brand/new-job-created-brand.tsx
792
830
  var import_components16 = require("@react-email/components");
831
+ var import_render9 = require("@react-email/render");
793
832
  var import_jsx_runtime16 = require("react/jsx-runtime");
794
833
  function NewJobCreatedBrand(props) {
795
834
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Html, { style: rootStyles, children: [
@@ -805,7 +844,6 @@ function NewJobCreatedBrand(props) {
805
844
  ] }),
806
845
  /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_components16.Text, { style: baseText, children: [
807
846
  "Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
808
- " ",
809
847
  /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("span", { style: link, children: [
810
848
  props.campaign.name,
811
849
  "."
@@ -839,9 +877,13 @@ var jobDetails = {
839
877
  marginTop: "30px",
840
878
  marginBottom: "40px"
841
879
  };
880
+ var NewJobCreatedBrandText = (props) => {
881
+ return (0, import_render9.render)(NewJobCreatedBrand(props), { plainText: true });
882
+ };
842
883
 
843
884
  // emails/brand/new-job-application-received-brand.tsx
844
885
  var import_components17 = require("@react-email/components");
886
+ var import_render10 = require("@react-email/render");
845
887
  var import_jsx_runtime17 = require("react/jsx-runtime");
846
888
  function NewJobApplicationsReceivedBrand(props) {
847
889
  return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_components17.Html, { style: rootStyles, children: [
@@ -856,8 +898,7 @@ function NewJobApplicationsReceivedBrand(props) {
856
898
  ","
857
899
  ] }),
858
900
  /* @__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
- " ",
901
+ "Voc\xEA recebeu uma nova candidatura para o job da campanha ",
861
902
  /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("span", { style: link, children: [
862
903
  props.campaign.name,
863
904
  "."
@@ -920,9 +961,13 @@ var jobDetails2 = {
920
961
  marginTop: "30px",
921
962
  marginBottom: "40px"
922
963
  };
964
+ var NewJobApplicationsReceivedBrandText = (props) => {
965
+ return (0, import_render10.render)(NewJobApplicationsReceivedBrand(props), { plainText: true });
966
+ };
923
967
 
924
968
  // emails/creator/evidences-approved-creator.tsx
925
969
  var import_components18 = require("@react-email/components");
970
+ var import_render11 = require("@react-email/render");
926
971
  var import_jsx_runtime18 = require("react/jsx-runtime");
927
972
  function EvidenceApprovedCreator(props) {
928
973
  return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(import_components18.Html, { style: rootStyles, children: [
@@ -964,9 +1009,13 @@ EvidenceApprovedCreator.PreviewProps = {
964
1009
  },
965
1010
  evidenceLink: "https://www.youtube.com/test_video"
966
1011
  };
1012
+ var EvidenceApprovedCreatorText = (props) => {
1013
+ return (0, import_render11.render)(EvidenceApprovedCreator(props), { plainText: true });
1014
+ };
967
1015
 
968
1016
  // emails/creator/evidences-rejected-creator.tsx
969
1017
  var import_components19 = require("@react-email/components");
1018
+ var import_render12 = require("@react-email/render");
970
1019
  var import_jsx_runtime19 = require("react/jsx-runtime");
971
1020
  function EvidencesRejectedCreator(props) {
972
1021
  return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_components19.Html, { style: rootStyles, children: [
@@ -1016,9 +1065,13 @@ var reasonContainer3 = {
1016
1065
  padding: "0",
1017
1066
  margin: "30px 0"
1018
1067
  };
1068
+ var EvidencesRejectedCreatorText = (props) => {
1069
+ return (0, import_render12.render)(EvidencesRejectedCreator(props), { plainText: true });
1070
+ };
1019
1071
 
1020
1072
  // emails/creator/order-cancelled-creator.tsx
1021
1073
  var import_components20 = require("@react-email/components");
1074
+ var import_render13 = require("@react-email/render");
1022
1075
  var import_jsx_runtime20 = require("react/jsx-runtime");
1023
1076
  function OrderCancelledCreator(props) {
1024
1077
  return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_components20.Html, { style: rootStyles, children: [
@@ -1066,9 +1119,13 @@ var reasonContainer4 = {
1066
1119
  padding: "0",
1067
1120
  margin: "30px 0"
1068
1121
  };
1122
+ var OrderCancelledCreatorText = (props) => {
1123
+ return (0, import_render13.render)(OrderCancelledCreator(props), { plainText: true });
1124
+ };
1069
1125
 
1070
1126
  // emails/creator/order-payment-creator.tsx
1071
1127
  var import_components21 = require("@react-email/components");
1128
+ var import_render14 = require("@react-email/render");
1072
1129
  var import_jsx_runtime21 = require("react/jsx-runtime");
1073
1130
  function OrderPaymentCreator(props) {
1074
1131
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_components21.Html, { style: rootStyles, children: [
@@ -1109,9 +1166,13 @@ OrderPaymentCreator.PreviewProps = {
1109
1166
  },
1110
1167
  totalAmount: "1000,00"
1111
1168
  };
1169
+ var OrderPaymentCreatorText = (props) => {
1170
+ return (0, import_render14.render)(OrderPaymentCreator(props), { plainText: true });
1171
+ };
1112
1172
 
1113
1173
  // emails/creator/new-order-created-creator.tsx
1114
1174
  var import_components22 = require("@react-email/components");
1175
+ var import_render15 = require("@react-email/render");
1115
1176
  var import_jsx_runtime22 = require("react/jsx-runtime");
1116
1177
  function NewOrderCreatedCreator(props) {
1117
1178
  return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_components22.Html, { style: rootStyles, children: [
@@ -1162,9 +1223,13 @@ var orderDetails2 = {
1162
1223
  marginTop: "30px",
1163
1224
  marginBottom: "40px"
1164
1225
  };
1226
+ var NewOrderCreatedCreatorText = (props) => {
1227
+ return (0, import_render15.render)(NewOrderCreatedCreator(props), { plainText: true });
1228
+ };
1165
1229
 
1166
1230
  // emails/creator/new-job-application-unapproved-creator.tsx
1167
1231
  var import_components23 = require("@react-email/components");
1232
+ var import_render16 = require("@react-email/render");
1168
1233
  var import_jsx_runtime23 = require("react/jsx-runtime");
1169
1234
  function NewJobApplicationUnapprovedCreator(props) {
1170
1235
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Html, { style: rootStyles, children: [
@@ -1179,8 +1244,7 @@ function NewJobApplicationUnapprovedCreator(props) {
1179
1244
  ","
1180
1245
  ] }),
1181
1246
  /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_components23.Text, { style: baseText2, children: [
1182
- "Infelizmente, sua candidatura para o job da campanha",
1183
- " ",
1247
+ "Infelizmente, sua candidatura para o job da campanha ",
1184
1248
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { style: link, children: props.campaign.name }),
1185
1249
  " n\xE3o foi aprovada.",
1186
1250
  /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("br", {}),
@@ -1217,10 +1281,13 @@ var baseText2 = {
1217
1281
  lineHeight: "24px",
1218
1282
  color: "#333"
1219
1283
  };
1284
+ var NewJobApplicationUnapprovedCreatorText = (props) => {
1285
+ return (0, import_render16.render)(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1286
+ };
1220
1287
 
1221
1288
  // emails/all/welcome.tsx
1222
1289
  var import_components24 = require("@react-email/components");
1223
- var import_render3 = require("@react-email/render");
1290
+ var import_render17 = require("@react-email/render");
1224
1291
  var import_jsx_runtime24 = require("react/jsx-runtime");
1225
1292
  function Welcome({ name, userType }) {
1226
1293
  const content2 = {
@@ -1306,12 +1373,12 @@ var textInfo = {
1306
1373
  whiteSpace: "pre-line"
1307
1374
  };
1308
1375
  var WelcomeText = (props) => {
1309
- return (0, import_render3.render)(Welcome(props), { plainText: true });
1376
+ return (0, import_render17.render)(Welcome(props), { plainText: true });
1310
1377
  };
1311
1378
 
1312
1379
  // emails/all/new-message-notification.tsx
1313
1380
  var import_components25 = require("@react-email/components");
1314
- var import_render4 = require("@react-email/render");
1381
+ var import_render18 = require("@react-email/render");
1315
1382
  var import_jsx_runtime25 = require("react/jsx-runtime");
1316
1383
  function NewMessageNotification(props) {
1317
1384
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(import_components25.Html, { style: rootStyles, children: [
@@ -1359,28 +1426,42 @@ NewMessageNotification.PreviewProps = {
1359
1426
  chatRoomId: "123"
1360
1427
  };
1361
1428
  var NewMessageNotificationText = (props) => {
1362
- return (0, import_render4.render)(NewMessageNotification(props), { plainText: true });
1429
+ return (0, import_render18.render)(NewMessageNotification(props), { plainText: true });
1363
1430
  };
1364
1431
  // Annotate the CommonJS export names for ESM import in node:
1365
1432
  0 && (module.exports = {
1366
1433
  AbortOrderRequest,
1367
1434
  AbortOrderRequestText,
1368
1435
  EvidenceApprovedCreator,
1436
+ EvidenceApprovedCreatorText,
1369
1437
  EvidencesRejectedCreator,
1438
+ EvidencesRejectedCreatorText,
1370
1439
  EvidencesSubmittedBrand,
1440
+ EvidencesSubmittedBrandText,
1371
1441
  NewJobApplicationUnapprovedCreator,
1442
+ NewJobApplicationUnapprovedCreatorText,
1372
1443
  NewJobApplicationsReceivedBrand,
1444
+ NewJobApplicationsReceivedBrandText,
1373
1445
  NewJobCreatedBrand,
1446
+ NewJobCreatedBrandText,
1374
1447
  NewMessageNotification,
1375
1448
  NewMessageNotificationText,
1376
1449
  NewOrderCreatedBrand,
1450
+ NewOrderCreatedBrandText,
1377
1451
  NewOrderCreatedCreator,
1452
+ NewOrderCreatedCreatorText,
1378
1453
  OrderAcceptedBrand,
1454
+ OrderAcceptedBrandText,
1379
1455
  OrderCancelledBrand,
1456
+ OrderCancelledBrandText,
1380
1457
  OrderCancelledCreator,
1458
+ OrderCancelledCreatorText,
1381
1459
  OrderEvidencesAcceptedBrand,
1460
+ OrderEvidencesAcceptedBrandText,
1382
1461
  OrderPaymentCreator,
1462
+ OrderPaymentCreatorText,
1383
1463
  OrderRejectedBrand,
1464
+ OrderRejectedBrandText,
1384
1465
  RevertPaymentRequestAdmin,
1385
1466
  RevertPaymentRequestAdminText,
1386
1467
  USER_ROLES,
package/dist/index.mjs CHANGED
@@ -342,6 +342,7 @@ var RevertPaymentRequestAdminText = (props) => {
342
342
 
343
343
  // emails/brand/evidences-accepted-brand.tsx
344
344
  import { Body as Body3, Container as Container7, Html as Html3, Link as Link6, Preview as Preview3, Text as Text6 } from "@react-email/components";
345
+ import { render as render3 } from "@react-email/render";
345
346
  import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
346
347
  function OrderEvidencesAcceptedBrand(props) {
347
348
  return /* @__PURE__ */ jsxs6(Html3, { style: rootStyles, children: [
@@ -384,9 +385,13 @@ OrderEvidencesAcceptedBrand.PreviewProps = {
384
385
  },
385
386
  totalAmount: "1000,00"
386
387
  };
388
+ var OrderEvidencesAcceptedBrandText = (props) => {
389
+ return render3(OrderEvidencesAcceptedBrand(props), { plainText: true });
390
+ };
387
391
 
388
392
  // emails/brand/evidences-submitted-brand.tsx
389
393
  import { Body as Body4, Container as Container8, Html as Html4, Link as Link7, Preview as Preview4, Text as Text7 } from "@react-email/components";
394
+ import { render as render4 } from "@react-email/render";
390
395
  import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
391
396
  function EvidencesSubmittedBrand(props) {
392
397
  return /* @__PURE__ */ jsxs7(Html4, { style: rootStyles, children: [
@@ -439,6 +444,9 @@ EvidencesSubmittedBrand.PreviewProps = {
439
444
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
440
445
  }
441
446
  };
447
+ var EvidencesSubmittedBrandText = (props) => {
448
+ return render4(EvidencesSubmittedBrand(props), { plainText: true });
449
+ };
442
450
 
443
451
  // emails/brand/new-order-created-brand.tsx
444
452
  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 +491,7 @@ var rowItem = {
483
491
  };
484
492
 
485
493
  // emails/brand/new-order-created-brand.tsx
494
+ import { render as render5 } from "@react-email/render";
486
495
  import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
487
496
  function NewOrderCreatedBrand(props) {
488
497
  return /* @__PURE__ */ jsxs9(Html5, { style: rootStyles, children: [
@@ -537,9 +546,13 @@ var orderDetails = {
537
546
  marginTop: "30px",
538
547
  marginBottom: "40px"
539
548
  };
549
+ var NewOrderCreatedBrandText = (props) => {
550
+ return render5(NewOrderCreatedBrand(props), { plainText: true });
551
+ };
540
552
 
541
553
  // emails/brand/order-accepted-brand.tsx
542
554
  import { Body as Body6, Container as Container10, Html as Html6, Link as Link9, Preview as Preview6, Text as Text10 } from "@react-email/components";
555
+ import { render as render6 } from "@react-email/render";
543
556
  import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
544
557
  function OrderAcceptedBrand(props) {
545
558
  return /* @__PURE__ */ jsxs10(Html6, { style: rootStyles, children: [
@@ -589,6 +602,9 @@ OrderAcceptedBrand.PreviewProps = {
589
602
  photo: "https://s3.us-east-2.amazonaws.com/promote-mz.com/images/8c52bb92-4a8b-472f-89cb-0428b90b8b74.jpg"
590
603
  }
591
604
  };
605
+ var OrderAcceptedBrandText = (props) => {
606
+ return render6(OrderAcceptedBrand(props), { plainText: true });
607
+ };
592
608
 
593
609
  // emails/brand/order-cancelled-brand.tsx
594
610
  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 +634,7 @@ var content = {
618
634
  };
619
635
 
620
636
  // emails/brand/order-cancelled-brand.tsx
637
+ import { render as render7 } from "@react-email/render";
621
638
  import { jsx as jsx14, jsxs as jsxs12 } from "react/jsx-runtime";
622
639
  function OrderCancelledBrand(props) {
623
640
  return /* @__PURE__ */ jsxs12(Html7, { style: rootStyles, children: [
@@ -665,9 +682,13 @@ var reasonContainer = {
665
682
  padding: "0",
666
683
  margin: "30px 0"
667
684
  };
685
+ var OrderCancelledBrandText = (props) => {
686
+ return render7(OrderCancelledBrand(props), { plainText: true });
687
+ };
668
688
 
669
689
  // emails/brand/order-rejected-brand.tsx
670
690
  import { Body as Body8, Container as Container13, Html as Html8, Link as Link11, Preview as Preview8, Text as Text13 } from "@react-email/components";
691
+ import { render as render8 } from "@react-email/render";
671
692
  import { jsx as jsx15, jsxs as jsxs13 } from "react/jsx-runtime";
672
693
  function OrderRejectedBrand(props) {
673
694
  return /* @__PURE__ */ jsxs13(Html8, { style: rootStyles, children: [
@@ -725,9 +746,13 @@ var reasonContainer2 = {
725
746
  padding: "0",
726
747
  margin: "30px 0"
727
748
  };
749
+ var OrderRejectedBrandText = (props) => {
750
+ return render8(OrderRejectedBrand(props), { plainText: true });
751
+ };
728
752
 
729
753
  // emails/brand/new-job-created-brand.tsx
730
754
  import { Body as Body9, Container as Container14, Html as Html9, Link as Link12, Preview as Preview9, Text as Text14 } from "@react-email/components";
755
+ import { render as render9 } from "@react-email/render";
731
756
  import { jsx as jsx16, jsxs as jsxs14 } from "react/jsx-runtime";
732
757
  function NewJobCreatedBrand(props) {
733
758
  return /* @__PURE__ */ jsxs14(Html9, { style: rootStyles, children: [
@@ -743,7 +768,6 @@ function NewJobCreatedBrand(props) {
743
768
  ] }),
744
769
  /* @__PURE__ */ jsxs14(Text14, { style: baseText, children: [
745
770
  "Parab\xE9ns \u{1F389}, publicou com sucesso o novo job para a campanha ",
746
- " ",
747
771
  /* @__PURE__ */ jsxs14("span", { style: link, children: [
748
772
  props.campaign.name,
749
773
  "."
@@ -777,9 +801,13 @@ var jobDetails = {
777
801
  marginTop: "30px",
778
802
  marginBottom: "40px"
779
803
  };
804
+ var NewJobCreatedBrandText = (props) => {
805
+ return render9(NewJobCreatedBrand(props), { plainText: true });
806
+ };
780
807
 
781
808
  // emails/brand/new-job-application-received-brand.tsx
782
809
  import { Body as Body10, Container as Container15, Html as Html10, Link as Link13, Preview as Preview10, Text as Text15 } from "@react-email/components";
810
+ import { render as render10 } from "@react-email/render";
783
811
  import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
784
812
  function NewJobApplicationsReceivedBrand(props) {
785
813
  return /* @__PURE__ */ jsxs15(Html10, { style: rootStyles, children: [
@@ -794,8 +822,7 @@ function NewJobApplicationsReceivedBrand(props) {
794
822
  ","
795
823
  ] }),
796
824
  /* @__PURE__ */ jsxs15(Text15, { style: baseText, children: [
797
- "Voc\xEA recebeu uma nova candidatura para o job da campanha",
798
- " ",
825
+ "Voc\xEA recebeu uma nova candidatura para o job da campanha ",
799
826
  /* @__PURE__ */ jsxs15("span", { style: link, children: [
800
827
  props.campaign.name,
801
828
  "."
@@ -858,9 +885,13 @@ var jobDetails2 = {
858
885
  marginTop: "30px",
859
886
  marginBottom: "40px"
860
887
  };
888
+ var NewJobApplicationsReceivedBrandText = (props) => {
889
+ return render10(NewJobApplicationsReceivedBrand(props), { plainText: true });
890
+ };
861
891
 
862
892
  // emails/creator/evidences-approved-creator.tsx
863
893
  import { Body as Body11, Container as Container16, Html as Html11, Link as Link14, Preview as Preview11, Text as Text16 } from "@react-email/components";
894
+ import { render as render11 } from "@react-email/render";
864
895
  import { jsx as jsx18, jsxs as jsxs16 } from "react/jsx-runtime";
865
896
  function EvidenceApprovedCreator(props) {
866
897
  return /* @__PURE__ */ jsxs16(Html11, { style: rootStyles, children: [
@@ -902,9 +933,13 @@ EvidenceApprovedCreator.PreviewProps = {
902
933
  },
903
934
  evidenceLink: "https://www.youtube.com/test_video"
904
935
  };
936
+ var EvidenceApprovedCreatorText = (props) => {
937
+ return render11(EvidenceApprovedCreator(props), { plainText: true });
938
+ };
905
939
 
906
940
  // emails/creator/evidences-rejected-creator.tsx
907
941
  import { Body as Body12, Container as Container17, Html as Html12, Link as Link15, Preview as Preview12, Text as Text17 } from "@react-email/components";
942
+ import { render as render12 } from "@react-email/render";
908
943
  import { jsx as jsx19, jsxs as jsxs17 } from "react/jsx-runtime";
909
944
  function EvidencesRejectedCreator(props) {
910
945
  return /* @__PURE__ */ jsxs17(Html12, { style: rootStyles, children: [
@@ -954,9 +989,13 @@ var reasonContainer3 = {
954
989
  padding: "0",
955
990
  margin: "30px 0"
956
991
  };
992
+ var EvidencesRejectedCreatorText = (props) => {
993
+ return render12(EvidencesRejectedCreator(props), { plainText: true });
994
+ };
957
995
 
958
996
  // emails/creator/order-cancelled-creator.tsx
959
997
  import { Body as Body13, Container as Container18, Html as Html13, Link as Link16, Preview as Preview13, Text as Text18 } from "@react-email/components";
998
+ import { render as render13 } from "@react-email/render";
960
999
  import { jsx as jsx20, jsxs as jsxs18 } from "react/jsx-runtime";
961
1000
  function OrderCancelledCreator(props) {
962
1001
  return /* @__PURE__ */ jsxs18(Html13, { style: rootStyles, children: [
@@ -1004,9 +1043,13 @@ var reasonContainer4 = {
1004
1043
  padding: "0",
1005
1044
  margin: "30px 0"
1006
1045
  };
1046
+ var OrderCancelledCreatorText = (props) => {
1047
+ return render13(OrderCancelledCreator(props), { plainText: true });
1048
+ };
1007
1049
 
1008
1050
  // emails/creator/order-payment-creator.tsx
1009
1051
  import { Body as Body14, Container as Container19, Html as Html14, Link as Link17, Preview as Preview14, Text as Text19 } from "@react-email/components";
1052
+ import { render as render14 } from "@react-email/render";
1010
1053
  import { jsx as jsx21, jsxs as jsxs19 } from "react/jsx-runtime";
1011
1054
  function OrderPaymentCreator(props) {
1012
1055
  return /* @__PURE__ */ jsxs19(Html14, { style: rootStyles, children: [
@@ -1047,9 +1090,13 @@ OrderPaymentCreator.PreviewProps = {
1047
1090
  },
1048
1091
  totalAmount: "1000,00"
1049
1092
  };
1093
+ var OrderPaymentCreatorText = (props) => {
1094
+ return render14(OrderPaymentCreator(props), { plainText: true });
1095
+ };
1050
1096
 
1051
1097
  // emails/creator/new-order-created-creator.tsx
1052
1098
  import { Body as Body15, Container as Container20, Html as Html15, Link as Link18, Preview as Preview15, Text as Text20 } from "@react-email/components";
1099
+ import { render as render15 } from "@react-email/render";
1053
1100
  import { jsx as jsx22, jsxs as jsxs20 } from "react/jsx-runtime";
1054
1101
  function NewOrderCreatedCreator(props) {
1055
1102
  return /* @__PURE__ */ jsxs20(Html15, { style: rootStyles, children: [
@@ -1100,9 +1147,13 @@ var orderDetails2 = {
1100
1147
  marginTop: "30px",
1101
1148
  marginBottom: "40px"
1102
1149
  };
1150
+ var NewOrderCreatedCreatorText = (props) => {
1151
+ return render15(NewOrderCreatedCreator(props), { plainText: true });
1152
+ };
1103
1153
 
1104
1154
  // emails/creator/new-job-application-unapproved-creator.tsx
1105
1155
  import { Body as Body16, Container as Container21, Html as Html16, Link as Link19, Preview as Preview16, Text as Text21 } from "@react-email/components";
1156
+ import { render as render16 } from "@react-email/render";
1106
1157
  import { jsx as jsx23, jsxs as jsxs21 } from "react/jsx-runtime";
1107
1158
  function NewJobApplicationUnapprovedCreator(props) {
1108
1159
  return /* @__PURE__ */ jsxs21(Html16, { style: rootStyles, children: [
@@ -1117,8 +1168,7 @@ function NewJobApplicationUnapprovedCreator(props) {
1117
1168
  ","
1118
1169
  ] }),
1119
1170
  /* @__PURE__ */ jsxs21(Text21, { style: baseText2, children: [
1120
- "Infelizmente, sua candidatura para o job da campanha",
1121
- " ",
1171
+ "Infelizmente, sua candidatura para o job da campanha ",
1122
1172
  /* @__PURE__ */ jsx23("span", { style: link, children: props.campaign.name }),
1123
1173
  " n\xE3o foi aprovada.",
1124
1174
  /* @__PURE__ */ jsx23("br", {}),
@@ -1155,10 +1205,13 @@ var baseText2 = {
1155
1205
  lineHeight: "24px",
1156
1206
  color: "#333"
1157
1207
  };
1208
+ var NewJobApplicationUnapprovedCreatorText = (props) => {
1209
+ return render16(NewJobApplicationUnapprovedCreator(props), { plainText: true });
1210
+ };
1158
1211
 
1159
1212
  // emails/all/welcome.tsx
1160
1213
  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 render3 } from "@react-email/render";
1214
+ import { render as render17 } from "@react-email/render";
1162
1215
  import { jsx as jsx24, jsxs as jsxs22 } from "react/jsx-runtime";
1163
1216
  function Welcome({ name, userType }) {
1164
1217
  const content2 = {
@@ -1244,12 +1297,12 @@ var textInfo = {
1244
1297
  whiteSpace: "pre-line"
1245
1298
  };
1246
1299
  var WelcomeText = (props) => {
1247
- return render3(Welcome(props), { plainText: true });
1300
+ return render17(Welcome(props), { plainText: true });
1248
1301
  };
1249
1302
 
1250
1303
  // emails/all/new-message-notification.tsx
1251
1304
  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 render4 } from "@react-email/render";
1305
+ import { render as render18 } from "@react-email/render";
1253
1306
  import { jsx as jsx25, jsxs as jsxs23 } from "react/jsx-runtime";
1254
1307
  function NewMessageNotification(props) {
1255
1308
  return /* @__PURE__ */ jsxs23(Html18, { style: rootStyles, children: [
@@ -1297,27 +1350,41 @@ NewMessageNotification.PreviewProps = {
1297
1350
  chatRoomId: "123"
1298
1351
  };
1299
1352
  var NewMessageNotificationText = (props) => {
1300
- return render4(NewMessageNotification(props), { plainText: true });
1353
+ return render18(NewMessageNotification(props), { plainText: true });
1301
1354
  };
1302
1355
  export {
1303
1356
  AbortOrderRequest,
1304
1357
  AbortOrderRequestText,
1305
1358
  EvidenceApprovedCreator,
1359
+ EvidenceApprovedCreatorText,
1306
1360
  EvidencesRejectedCreator,
1361
+ EvidencesRejectedCreatorText,
1307
1362
  EvidencesSubmittedBrand,
1363
+ EvidencesSubmittedBrandText,
1308
1364
  NewJobApplicationUnapprovedCreator,
1365
+ NewJobApplicationUnapprovedCreatorText,
1309
1366
  NewJobApplicationsReceivedBrand,
1367
+ NewJobApplicationsReceivedBrandText,
1310
1368
  NewJobCreatedBrand,
1369
+ NewJobCreatedBrandText,
1311
1370
  NewMessageNotification,
1312
1371
  NewMessageNotificationText,
1313
1372
  NewOrderCreatedBrand,
1373
+ NewOrderCreatedBrandText,
1314
1374
  NewOrderCreatedCreator,
1375
+ NewOrderCreatedCreatorText,
1315
1376
  OrderAcceptedBrand,
1377
+ OrderAcceptedBrandText,
1316
1378
  OrderCancelledBrand,
1379
+ OrderCancelledBrandText,
1317
1380
  OrderCancelledCreator,
1381
+ OrderCancelledCreatorText,
1318
1382
  OrderEvidencesAcceptedBrand,
1383
+ OrderEvidencesAcceptedBrandText,
1319
1384
  OrderPaymentCreator,
1385
+ OrderPaymentCreatorText,
1320
1386
  OrderRejectedBrand,
1387
+ OrderRejectedBrandText,
1321
1388
  RevertPaymentRequestAdmin,
1322
1389
  RevertPaymentRequestAdminText,
1323
1390
  USER_ROLES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promote-email-templates",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Promote Email Templates",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",