@start9labs/start-sdk 0.4.0-beta.56 → 0.4.0-beta.57

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.
@@ -290,58 +290,618 @@ export declare class StartSdk<Manifest extends T.SDKManifest> {
290
290
  name: string;
291
291
  spec: InputSpec<{
292
292
  provider: import("../../base/lib/actions/input/builder/variants").UnionRes<{
293
+ none: {
294
+ name: string;
295
+ spec: InputSpec<{}, {}>;
296
+ };
293
297
  gmail: {
294
298
  name: string;
295
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
299
+ spec: InputSpec<{
300
+ host: string;
301
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
302
+ tls: {
303
+ name: string;
304
+ spec: InputSpec<{
305
+ port: string;
306
+ }, {
307
+ port: string | null;
308
+ }>;
309
+ };
310
+ starttls: {
311
+ name: string;
312
+ spec: InputSpec<{
313
+ port: "587" | "25" | "2525";
314
+ }, {
315
+ port: "587" | "25" | "2525";
316
+ }>;
317
+ };
318
+ }, "starttls" | "tls">;
319
+ from: string;
320
+ username: string;
321
+ password: string | null;
322
+ }, {
323
+ host: string;
324
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
325
+ tls: {
326
+ name: string;
327
+ spec: InputSpec<{
328
+ port: string;
329
+ }, {
330
+ port: string | null;
331
+ }>;
332
+ };
333
+ starttls: {
334
+ name: string;
335
+ spec: InputSpec<{
336
+ port: "587" | "25" | "2525";
337
+ }, {
338
+ port: "587" | "25" | "2525";
339
+ }>;
340
+ };
341
+ }, "starttls" | "tls">;
342
+ from: string;
343
+ username: string;
344
+ password: string | null;
345
+ }>;
296
346
  };
297
347
  ses: {
298
348
  name: string;
299
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
349
+ spec: InputSpec<{
350
+ host: string;
351
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
352
+ tls: {
353
+ name: string;
354
+ spec: InputSpec<{
355
+ port: string;
356
+ }, {
357
+ port: string | null;
358
+ }>;
359
+ };
360
+ starttls: {
361
+ name: string;
362
+ spec: InputSpec<{
363
+ port: "587" | "25" | "2525";
364
+ }, {
365
+ port: "587" | "25" | "2525";
366
+ }>;
367
+ };
368
+ }, "starttls" | "tls">;
369
+ from: string;
370
+ username: string;
371
+ password: string | null;
372
+ }, {
373
+ host: string;
374
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
375
+ tls: {
376
+ name: string;
377
+ spec: InputSpec<{
378
+ port: string;
379
+ }, {
380
+ port: string | null;
381
+ }>;
382
+ };
383
+ starttls: {
384
+ name: string;
385
+ spec: InputSpec<{
386
+ port: "587" | "25" | "2525";
387
+ }, {
388
+ port: "587" | "25" | "2525";
389
+ }>;
390
+ };
391
+ }, "starttls" | "tls">;
392
+ from: string;
393
+ username: string;
394
+ password: string | null;
395
+ }>;
300
396
  };
301
397
  sendgrid: {
302
398
  name: string;
303
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
399
+ spec: InputSpec<{
400
+ host: string;
401
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
402
+ tls: {
403
+ name: string;
404
+ spec: InputSpec<{
405
+ port: string;
406
+ }, {
407
+ port: string | null;
408
+ }>;
409
+ };
410
+ starttls: {
411
+ name: string;
412
+ spec: InputSpec<{
413
+ port: "587" | "25" | "2525";
414
+ }, {
415
+ port: "587" | "25" | "2525";
416
+ }>;
417
+ };
418
+ }, "starttls" | "tls">;
419
+ from: string;
420
+ username: string;
421
+ password: string | null;
422
+ }, {
423
+ host: string;
424
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
425
+ tls: {
426
+ name: string;
427
+ spec: InputSpec<{
428
+ port: string;
429
+ }, {
430
+ port: string | null;
431
+ }>;
432
+ };
433
+ starttls: {
434
+ name: string;
435
+ spec: InputSpec<{
436
+ port: "587" | "25" | "2525";
437
+ }, {
438
+ port: "587" | "25" | "2525";
439
+ }>;
440
+ };
441
+ }, "starttls" | "tls">;
442
+ from: string;
443
+ username: string;
444
+ password: string | null;
445
+ }>;
304
446
  };
305
447
  mailgun: {
306
448
  name: string;
307
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
449
+ spec: InputSpec<{
450
+ host: string;
451
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
452
+ tls: {
453
+ name: string;
454
+ spec: InputSpec<{
455
+ port: string;
456
+ }, {
457
+ port: string | null;
458
+ }>;
459
+ };
460
+ starttls: {
461
+ name: string;
462
+ spec: InputSpec<{
463
+ port: "587" | "25" | "2525";
464
+ }, {
465
+ port: "587" | "25" | "2525";
466
+ }>;
467
+ };
468
+ }, "starttls" | "tls">;
469
+ from: string;
470
+ username: string;
471
+ password: string | null;
472
+ }, {
473
+ host: string;
474
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
475
+ tls: {
476
+ name: string;
477
+ spec: InputSpec<{
478
+ port: string;
479
+ }, {
480
+ port: string | null;
481
+ }>;
482
+ };
483
+ starttls: {
484
+ name: string;
485
+ spec: InputSpec<{
486
+ port: "587" | "25" | "2525";
487
+ }, {
488
+ port: "587" | "25" | "2525";
489
+ }>;
490
+ };
491
+ }, "starttls" | "tls">;
492
+ from: string;
493
+ username: string;
494
+ password: string | null;
495
+ }>;
308
496
  };
309
497
  protonmail: {
310
498
  name: string;
311
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
499
+ spec: InputSpec<{
500
+ host: string;
501
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
502
+ tls: {
503
+ name: string;
504
+ spec: InputSpec<{
505
+ port: string;
506
+ }, {
507
+ port: string | null;
508
+ }>;
509
+ };
510
+ starttls: {
511
+ name: string;
512
+ spec: InputSpec<{
513
+ port: "587" | "25" | "2525";
514
+ }, {
515
+ port: "587" | "25" | "2525";
516
+ }>;
517
+ };
518
+ }, "starttls" | "tls">;
519
+ from: string;
520
+ username: string;
521
+ password: string | null;
522
+ }, {
523
+ host: string;
524
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
525
+ tls: {
526
+ name: string;
527
+ spec: InputSpec<{
528
+ port: string;
529
+ }, {
530
+ port: string | null;
531
+ }>;
532
+ };
533
+ starttls: {
534
+ name: string;
535
+ spec: InputSpec<{
536
+ port: "587" | "25" | "2525";
537
+ }, {
538
+ port: "587" | "25" | "2525";
539
+ }>;
540
+ };
541
+ }, "starttls" | "tls">;
542
+ from: string;
543
+ username: string;
544
+ password: string | null;
545
+ }>;
312
546
  };
313
547
  other: {
314
548
  name: string;
315
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
549
+ spec: InputSpec<{
550
+ host: string;
551
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
552
+ tls: {
553
+ name: string;
554
+ spec: InputSpec<{
555
+ port: string;
556
+ }, {
557
+ port: string | null;
558
+ }>;
559
+ };
560
+ starttls: {
561
+ name: string;
562
+ spec: InputSpec<{
563
+ port: "587" | "25" | "2525";
564
+ }, {
565
+ port: "587" | "25" | "2525";
566
+ }>;
567
+ };
568
+ }, "starttls" | "tls">;
569
+ from: string;
570
+ username: string;
571
+ password: string | null;
572
+ }, {
573
+ host: string;
574
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
575
+ tls: {
576
+ name: string;
577
+ spec: InputSpec<{
578
+ port: string;
579
+ }, {
580
+ port: string | null;
581
+ }>;
582
+ };
583
+ starttls: {
584
+ name: string;
585
+ spec: InputSpec<{
586
+ port: "587" | "25" | "2525";
587
+ }, {
588
+ port: "587" | "25" | "2525";
589
+ }>;
590
+ };
591
+ }, "starttls" | "tls">;
592
+ from: string;
593
+ username: string;
594
+ password: string | null;
595
+ }>;
316
596
  };
317
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
597
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
318
598
  }, {
319
599
  provider: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
600
+ none: {
601
+ name: string;
602
+ spec: InputSpec<{}, {}>;
603
+ };
320
604
  gmail: {
321
605
  name: string;
322
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
606
+ spec: InputSpec<{
607
+ host: string;
608
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
609
+ tls: {
610
+ name: string;
611
+ spec: InputSpec<{
612
+ port: string;
613
+ }, {
614
+ port: string | null;
615
+ }>;
616
+ };
617
+ starttls: {
618
+ name: string;
619
+ spec: InputSpec<{
620
+ port: "587" | "25" | "2525";
621
+ }, {
622
+ port: "587" | "25" | "2525";
623
+ }>;
624
+ };
625
+ }, "starttls" | "tls">;
626
+ from: string;
627
+ username: string;
628
+ password: string | null;
629
+ }, {
630
+ host: string;
631
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
632
+ tls: {
633
+ name: string;
634
+ spec: InputSpec<{
635
+ port: string;
636
+ }, {
637
+ port: string | null;
638
+ }>;
639
+ };
640
+ starttls: {
641
+ name: string;
642
+ spec: InputSpec<{
643
+ port: "587" | "25" | "2525";
644
+ }, {
645
+ port: "587" | "25" | "2525";
646
+ }>;
647
+ };
648
+ }, "starttls" | "tls">;
649
+ from: string;
650
+ username: string;
651
+ password: string | null;
652
+ }>;
323
653
  };
324
654
  ses: {
325
655
  name: string;
326
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
656
+ spec: InputSpec<{
657
+ host: string;
658
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
659
+ tls: {
660
+ name: string;
661
+ spec: InputSpec<{
662
+ port: string;
663
+ }, {
664
+ port: string | null;
665
+ }>;
666
+ };
667
+ starttls: {
668
+ name: string;
669
+ spec: InputSpec<{
670
+ port: "587" | "25" | "2525";
671
+ }, {
672
+ port: "587" | "25" | "2525";
673
+ }>;
674
+ };
675
+ }, "starttls" | "tls">;
676
+ from: string;
677
+ username: string;
678
+ password: string | null;
679
+ }, {
680
+ host: string;
681
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
682
+ tls: {
683
+ name: string;
684
+ spec: InputSpec<{
685
+ port: string;
686
+ }, {
687
+ port: string | null;
688
+ }>;
689
+ };
690
+ starttls: {
691
+ name: string;
692
+ spec: InputSpec<{
693
+ port: "587" | "25" | "2525";
694
+ }, {
695
+ port: "587" | "25" | "2525";
696
+ }>;
697
+ };
698
+ }, "starttls" | "tls">;
699
+ from: string;
700
+ username: string;
701
+ password: string | null;
702
+ }>;
327
703
  };
328
704
  sendgrid: {
329
705
  name: string;
330
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
706
+ spec: InputSpec<{
707
+ host: string;
708
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
709
+ tls: {
710
+ name: string;
711
+ spec: InputSpec<{
712
+ port: string;
713
+ }, {
714
+ port: string | null;
715
+ }>;
716
+ };
717
+ starttls: {
718
+ name: string;
719
+ spec: InputSpec<{
720
+ port: "587" | "25" | "2525";
721
+ }, {
722
+ port: "587" | "25" | "2525";
723
+ }>;
724
+ };
725
+ }, "starttls" | "tls">;
726
+ from: string;
727
+ username: string;
728
+ password: string | null;
729
+ }, {
730
+ host: string;
731
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
732
+ tls: {
733
+ name: string;
734
+ spec: InputSpec<{
735
+ port: string;
736
+ }, {
737
+ port: string | null;
738
+ }>;
739
+ };
740
+ starttls: {
741
+ name: string;
742
+ spec: InputSpec<{
743
+ port: "587" | "25" | "2525";
744
+ }, {
745
+ port: "587" | "25" | "2525";
746
+ }>;
747
+ };
748
+ }, "starttls" | "tls">;
749
+ from: string;
750
+ username: string;
751
+ password: string | null;
752
+ }>;
331
753
  };
332
754
  mailgun: {
333
755
  name: string;
334
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
756
+ spec: InputSpec<{
757
+ host: string;
758
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
759
+ tls: {
760
+ name: string;
761
+ spec: InputSpec<{
762
+ port: string;
763
+ }, {
764
+ port: string | null;
765
+ }>;
766
+ };
767
+ starttls: {
768
+ name: string;
769
+ spec: InputSpec<{
770
+ port: "587" | "25" | "2525";
771
+ }, {
772
+ port: "587" | "25" | "2525";
773
+ }>;
774
+ };
775
+ }, "starttls" | "tls">;
776
+ from: string;
777
+ username: string;
778
+ password: string | null;
779
+ }, {
780
+ host: string;
781
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
782
+ tls: {
783
+ name: string;
784
+ spec: InputSpec<{
785
+ port: string;
786
+ }, {
787
+ port: string | null;
788
+ }>;
789
+ };
790
+ starttls: {
791
+ name: string;
792
+ spec: InputSpec<{
793
+ port: "587" | "25" | "2525";
794
+ }, {
795
+ port: "587" | "25" | "2525";
796
+ }>;
797
+ };
798
+ }, "starttls" | "tls">;
799
+ from: string;
800
+ username: string;
801
+ password: string | null;
802
+ }>;
335
803
  };
336
804
  protonmail: {
337
805
  name: string;
338
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
806
+ spec: InputSpec<{
807
+ host: string;
808
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
809
+ tls: {
810
+ name: string;
811
+ spec: InputSpec<{
812
+ port: string;
813
+ }, {
814
+ port: string | null;
815
+ }>;
816
+ };
817
+ starttls: {
818
+ name: string;
819
+ spec: InputSpec<{
820
+ port: "587" | "25" | "2525";
821
+ }, {
822
+ port: "587" | "25" | "2525";
823
+ }>;
824
+ };
825
+ }, "starttls" | "tls">;
826
+ from: string;
827
+ username: string;
828
+ password: string | null;
829
+ }, {
830
+ host: string;
831
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
832
+ tls: {
833
+ name: string;
834
+ spec: InputSpec<{
835
+ port: string;
836
+ }, {
837
+ port: string | null;
838
+ }>;
839
+ };
840
+ starttls: {
841
+ name: string;
842
+ spec: InputSpec<{
843
+ port: "587" | "25" | "2525";
844
+ }, {
845
+ port: "587" | "25" | "2525";
846
+ }>;
847
+ };
848
+ }, "starttls" | "tls">;
849
+ from: string;
850
+ username: string;
851
+ password: string | null;
852
+ }>;
339
853
  };
340
854
  other: {
341
855
  name: string;
342
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
856
+ spec: InputSpec<{
857
+ host: string;
858
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
859
+ tls: {
860
+ name: string;
861
+ spec: InputSpec<{
862
+ port: string;
863
+ }, {
864
+ port: string | null;
865
+ }>;
866
+ };
867
+ starttls: {
868
+ name: string;
869
+ spec: InputSpec<{
870
+ port: "587" | "25" | "2525";
871
+ }, {
872
+ port: "587" | "25" | "2525";
873
+ }>;
874
+ };
875
+ }, "starttls" | "tls">;
876
+ from: string;
877
+ username: string;
878
+ password: string | null;
879
+ }, {
880
+ host: string;
881
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
882
+ tls: {
883
+ name: string;
884
+ spec: InputSpec<{
885
+ port: string;
886
+ }, {
887
+ port: string | null;
888
+ }>;
889
+ };
890
+ starttls: {
891
+ name: string;
892
+ spec: InputSpec<{
893
+ port: "587" | "25" | "2525";
894
+ }, {
895
+ port: "587" | "25" | "2525";
896
+ }>;
897
+ };
898
+ }, "starttls" | "tls">;
899
+ from: string;
900
+ username: string;
901
+ password: string | null;
902
+ }>;
343
903
  };
344
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
904
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
345
905
  }>;
346
906
  };
347
907
  }>, import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
@@ -361,141 +921,1587 @@ export declare class StartSdk<Manifest extends T.SDKManifest> {
361
921
  name: string;
362
922
  spec: InputSpec<{
363
923
  provider: import("../../base/lib/actions/input/builder/variants").UnionRes<{
924
+ none: {
925
+ name: string;
926
+ spec: InputSpec<{}, {}>;
927
+ };
364
928
  gmail: {
365
929
  name: string;
366
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
930
+ spec: InputSpec<{
931
+ host: string;
932
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
933
+ tls: {
934
+ name: string;
935
+ spec: InputSpec<{
936
+ port: string;
937
+ }, {
938
+ port: string | null;
939
+ }>;
940
+ };
941
+ starttls: {
942
+ name: string;
943
+ spec: InputSpec<{
944
+ port: "587" | "25" | "2525";
945
+ }, {
946
+ port: "587" | "25" | "2525";
947
+ }>;
948
+ };
949
+ }, "starttls" | "tls">;
950
+ from: string;
951
+ username: string;
952
+ password: string | null;
953
+ }, {
954
+ host: string;
955
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
956
+ tls: {
957
+ name: string;
958
+ spec: InputSpec<{
959
+ port: string;
960
+ }, {
961
+ port: string | null;
962
+ }>;
963
+ };
964
+ starttls: {
965
+ name: string;
966
+ spec: InputSpec<{
967
+ port: "587" | "25" | "2525";
968
+ }, {
969
+ port: "587" | "25" | "2525";
970
+ }>;
971
+ };
972
+ }, "starttls" | "tls">;
973
+ from: string;
974
+ username: string;
975
+ password: string | null;
976
+ }>;
367
977
  };
368
978
  ses: {
369
979
  name: string;
370
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
980
+ spec: InputSpec<{
981
+ host: string;
982
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
983
+ tls: {
984
+ name: string;
985
+ spec: InputSpec<{
986
+ port: string;
987
+ }, {
988
+ port: string | null;
989
+ }>;
990
+ };
991
+ starttls: {
992
+ name: string;
993
+ spec: InputSpec<{
994
+ port: "587" | "25" | "2525";
995
+ }, {
996
+ port: "587" | "25" | "2525";
997
+ }>;
998
+ };
999
+ }, "starttls" | "tls">;
1000
+ from: string;
1001
+ username: string;
1002
+ password: string | null;
1003
+ }, {
1004
+ host: string;
1005
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1006
+ tls: {
1007
+ name: string;
1008
+ spec: InputSpec<{
1009
+ port: string;
1010
+ }, {
1011
+ port: string | null;
1012
+ }>;
1013
+ };
1014
+ starttls: {
1015
+ name: string;
1016
+ spec: InputSpec<{
1017
+ port: "587" | "25" | "2525";
1018
+ }, {
1019
+ port: "587" | "25" | "2525";
1020
+ }>;
1021
+ };
1022
+ }, "starttls" | "tls">;
1023
+ from: string;
1024
+ username: string;
1025
+ password: string | null;
1026
+ }>;
371
1027
  };
372
1028
  sendgrid: {
373
1029
  name: string;
374
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1030
+ spec: InputSpec<{
1031
+ host: string;
1032
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1033
+ tls: {
1034
+ name: string;
1035
+ spec: InputSpec<{
1036
+ port: string;
1037
+ }, {
1038
+ port: string | null;
1039
+ }>;
1040
+ };
1041
+ starttls: {
1042
+ name: string;
1043
+ spec: InputSpec<{
1044
+ port: "587" | "25" | "2525";
1045
+ }, {
1046
+ port: "587" | "25" | "2525";
1047
+ }>;
1048
+ };
1049
+ }, "starttls" | "tls">;
1050
+ from: string;
1051
+ username: string;
1052
+ password: string | null;
1053
+ }, {
1054
+ host: string;
1055
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1056
+ tls: {
1057
+ name: string;
1058
+ spec: InputSpec<{
1059
+ port: string;
1060
+ }, {
1061
+ port: string | null;
1062
+ }>;
1063
+ };
1064
+ starttls: {
1065
+ name: string;
1066
+ spec: InputSpec<{
1067
+ port: "587" | "25" | "2525";
1068
+ }, {
1069
+ port: "587" | "25" | "2525";
1070
+ }>;
1071
+ };
1072
+ }, "starttls" | "tls">;
1073
+ from: string;
1074
+ username: string;
1075
+ password: string | null;
1076
+ }>;
375
1077
  };
376
1078
  mailgun: {
377
1079
  name: string;
378
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1080
+ spec: InputSpec<{
1081
+ host: string;
1082
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1083
+ tls: {
1084
+ name: string;
1085
+ spec: InputSpec<{
1086
+ port: string;
1087
+ }, {
1088
+ port: string | null;
1089
+ }>;
1090
+ };
1091
+ starttls: {
1092
+ name: string;
1093
+ spec: InputSpec<{
1094
+ port: "587" | "25" | "2525";
1095
+ }, {
1096
+ port: "587" | "25" | "2525";
1097
+ }>;
1098
+ };
1099
+ }, "starttls" | "tls">;
1100
+ from: string;
1101
+ username: string;
1102
+ password: string | null;
1103
+ }, {
1104
+ host: string;
1105
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1106
+ tls: {
1107
+ name: string;
1108
+ spec: InputSpec<{
1109
+ port: string;
1110
+ }, {
1111
+ port: string | null;
1112
+ }>;
1113
+ };
1114
+ starttls: {
1115
+ name: string;
1116
+ spec: InputSpec<{
1117
+ port: "587" | "25" | "2525";
1118
+ }, {
1119
+ port: "587" | "25" | "2525";
1120
+ }>;
1121
+ };
1122
+ }, "starttls" | "tls">;
1123
+ from: string;
1124
+ username: string;
1125
+ password: string | null;
1126
+ }>;
379
1127
  };
380
1128
  protonmail: {
381
1129
  name: string;
382
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1130
+ spec: InputSpec<{
1131
+ host: string;
1132
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1133
+ tls: {
1134
+ name: string;
1135
+ spec: InputSpec<{
1136
+ port: string;
1137
+ }, {
1138
+ port: string | null;
1139
+ }>;
1140
+ };
1141
+ starttls: {
1142
+ name: string;
1143
+ spec: InputSpec<{
1144
+ port: "587" | "25" | "2525";
1145
+ }, {
1146
+ port: "587" | "25" | "2525";
1147
+ }>;
1148
+ };
1149
+ }, "starttls" | "tls">;
1150
+ from: string;
1151
+ username: string;
1152
+ password: string | null;
1153
+ }, {
1154
+ host: string;
1155
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1156
+ tls: {
1157
+ name: string;
1158
+ spec: InputSpec<{
1159
+ port: string;
1160
+ }, {
1161
+ port: string | null;
1162
+ }>;
1163
+ };
1164
+ starttls: {
1165
+ name: string;
1166
+ spec: InputSpec<{
1167
+ port: "587" | "25" | "2525";
1168
+ }, {
1169
+ port: "587" | "25" | "2525";
1170
+ }>;
1171
+ };
1172
+ }, "starttls" | "tls">;
1173
+ from: string;
1174
+ username: string;
1175
+ password: string | null;
1176
+ }>;
383
1177
  };
384
1178
  other: {
385
1179
  name: string;
386
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1180
+ spec: InputSpec<{
1181
+ host: string;
1182
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1183
+ tls: {
1184
+ name: string;
1185
+ spec: InputSpec<{
1186
+ port: string;
1187
+ }, {
1188
+ port: string | null;
1189
+ }>;
1190
+ };
1191
+ starttls: {
1192
+ name: string;
1193
+ spec: InputSpec<{
1194
+ port: "587" | "25" | "2525";
1195
+ }, {
1196
+ port: "587" | "25" | "2525";
1197
+ }>;
1198
+ };
1199
+ }, "starttls" | "tls">;
1200
+ from: string;
1201
+ username: string;
1202
+ password: string | null;
1203
+ }, {
1204
+ host: string;
1205
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1206
+ tls: {
1207
+ name: string;
1208
+ spec: InputSpec<{
1209
+ port: string;
1210
+ }, {
1211
+ port: string | null;
1212
+ }>;
1213
+ };
1214
+ starttls: {
1215
+ name: string;
1216
+ spec: InputSpec<{
1217
+ port: "587" | "25" | "2525";
1218
+ }, {
1219
+ port: "587" | "25" | "2525";
1220
+ }>;
1221
+ };
1222
+ }, "starttls" | "tls">;
1223
+ from: string;
1224
+ username: string;
1225
+ password: string | null;
1226
+ }>;
387
1227
  };
388
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
1228
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
389
1229
  }, {
390
1230
  provider: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1231
+ none: {
1232
+ name: string;
1233
+ spec: InputSpec<{}, {}>;
1234
+ };
391
1235
  gmail: {
392
1236
  name: string;
393
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1237
+ spec: InputSpec<{
1238
+ host: string;
1239
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1240
+ tls: {
1241
+ name: string;
1242
+ spec: InputSpec<{
1243
+ port: string;
1244
+ }, {
1245
+ port: string | null;
1246
+ }>;
1247
+ };
1248
+ starttls: {
1249
+ name: string;
1250
+ spec: InputSpec<{
1251
+ port: "587" | "25" | "2525";
1252
+ }, {
1253
+ port: "587" | "25" | "2525";
1254
+ }>;
1255
+ };
1256
+ }, "starttls" | "tls">;
1257
+ from: string;
1258
+ username: string;
1259
+ password: string | null;
1260
+ }, {
1261
+ host: string;
1262
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1263
+ tls: {
1264
+ name: string;
1265
+ spec: InputSpec<{
1266
+ port: string;
1267
+ }, {
1268
+ port: string | null;
1269
+ }>;
1270
+ };
1271
+ starttls: {
1272
+ name: string;
1273
+ spec: InputSpec<{
1274
+ port: "587" | "25" | "2525";
1275
+ }, {
1276
+ port: "587" | "25" | "2525";
1277
+ }>;
1278
+ };
1279
+ }, "starttls" | "tls">;
1280
+ from: string;
1281
+ username: string;
1282
+ password: string | null;
1283
+ }>;
394
1284
  };
395
1285
  ses: {
396
1286
  name: string;
397
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1287
+ spec: InputSpec<{
1288
+ host: string;
1289
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1290
+ tls: {
1291
+ name: string;
1292
+ spec: InputSpec<{
1293
+ port: string;
1294
+ }, {
1295
+ port: string | null;
1296
+ }>;
1297
+ };
1298
+ starttls: {
1299
+ name: string;
1300
+ spec: InputSpec<{
1301
+ port: "587" | "25" | "2525";
1302
+ }, {
1303
+ port: "587" | "25" | "2525";
1304
+ }>;
1305
+ };
1306
+ }, "starttls" | "tls">;
1307
+ from: string;
1308
+ username: string;
1309
+ password: string | null;
1310
+ }, {
1311
+ host: string;
1312
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1313
+ tls: {
1314
+ name: string;
1315
+ spec: InputSpec<{
1316
+ port: string;
1317
+ }, {
1318
+ port: string | null;
1319
+ }>;
1320
+ };
1321
+ starttls: {
1322
+ name: string;
1323
+ spec: InputSpec<{
1324
+ port: "587" | "25" | "2525";
1325
+ }, {
1326
+ port: "587" | "25" | "2525";
1327
+ }>;
1328
+ };
1329
+ }, "starttls" | "tls">;
1330
+ from: string;
1331
+ username: string;
1332
+ password: string | null;
1333
+ }>;
398
1334
  };
399
1335
  sendgrid: {
400
1336
  name: string;
401
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1337
+ spec: InputSpec<{
1338
+ host: string;
1339
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1340
+ tls: {
1341
+ name: string;
1342
+ spec: InputSpec<{
1343
+ port: string;
1344
+ }, {
1345
+ port: string | null;
1346
+ }>;
1347
+ };
1348
+ starttls: {
1349
+ name: string;
1350
+ spec: InputSpec<{
1351
+ port: "587" | "25" | "2525";
1352
+ }, {
1353
+ port: "587" | "25" | "2525";
1354
+ }>;
1355
+ };
1356
+ }, "starttls" | "tls">;
1357
+ from: string;
1358
+ username: string;
1359
+ password: string | null;
1360
+ }, {
1361
+ host: string;
1362
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1363
+ tls: {
1364
+ name: string;
1365
+ spec: InputSpec<{
1366
+ port: string;
1367
+ }, {
1368
+ port: string | null;
1369
+ }>;
1370
+ };
1371
+ starttls: {
1372
+ name: string;
1373
+ spec: InputSpec<{
1374
+ port: "587" | "25" | "2525";
1375
+ }, {
1376
+ port: "587" | "25" | "2525";
1377
+ }>;
1378
+ };
1379
+ }, "starttls" | "tls">;
1380
+ from: string;
1381
+ username: string;
1382
+ password: string | null;
1383
+ }>;
402
1384
  };
403
1385
  mailgun: {
404
1386
  name: string;
405
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1387
+ spec: InputSpec<{
1388
+ host: string;
1389
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1390
+ tls: {
1391
+ name: string;
1392
+ spec: InputSpec<{
1393
+ port: string;
1394
+ }, {
1395
+ port: string | null;
1396
+ }>;
1397
+ };
1398
+ starttls: {
1399
+ name: string;
1400
+ spec: InputSpec<{
1401
+ port: "587" | "25" | "2525";
1402
+ }, {
1403
+ port: "587" | "25" | "2525";
1404
+ }>;
1405
+ };
1406
+ }, "starttls" | "tls">;
1407
+ from: string;
1408
+ username: string;
1409
+ password: string | null;
1410
+ }, {
1411
+ host: string;
1412
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1413
+ tls: {
1414
+ name: string;
1415
+ spec: InputSpec<{
1416
+ port: string;
1417
+ }, {
1418
+ port: string | null;
1419
+ }>;
1420
+ };
1421
+ starttls: {
1422
+ name: string;
1423
+ spec: InputSpec<{
1424
+ port: "587" | "25" | "2525";
1425
+ }, {
1426
+ port: "587" | "25" | "2525";
1427
+ }>;
1428
+ };
1429
+ }, "starttls" | "tls">;
1430
+ from: string;
1431
+ username: string;
1432
+ password: string | null;
1433
+ }>;
406
1434
  };
407
1435
  protonmail: {
408
1436
  name: string;
409
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1437
+ spec: InputSpec<{
1438
+ host: string;
1439
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1440
+ tls: {
1441
+ name: string;
1442
+ spec: InputSpec<{
1443
+ port: string;
1444
+ }, {
1445
+ port: string | null;
1446
+ }>;
1447
+ };
1448
+ starttls: {
1449
+ name: string;
1450
+ spec: InputSpec<{
1451
+ port: "587" | "25" | "2525";
1452
+ }, {
1453
+ port: "587" | "25" | "2525";
1454
+ }>;
1455
+ };
1456
+ }, "starttls" | "tls">;
1457
+ from: string;
1458
+ username: string;
1459
+ password: string | null;
1460
+ }, {
1461
+ host: string;
1462
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1463
+ tls: {
1464
+ name: string;
1465
+ spec: InputSpec<{
1466
+ port: string;
1467
+ }, {
1468
+ port: string | null;
1469
+ }>;
1470
+ };
1471
+ starttls: {
1472
+ name: string;
1473
+ spec: InputSpec<{
1474
+ port: "587" | "25" | "2525";
1475
+ }, {
1476
+ port: "587" | "25" | "2525";
1477
+ }>;
1478
+ };
1479
+ }, "starttls" | "tls">;
1480
+ from: string;
1481
+ username: string;
1482
+ password: string | null;
1483
+ }>;
410
1484
  };
411
1485
  other: {
412
1486
  name: string;
413
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1487
+ spec: InputSpec<{
1488
+ host: string;
1489
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1490
+ tls: {
1491
+ name: string;
1492
+ spec: InputSpec<{
1493
+ port: string;
1494
+ }, {
1495
+ port: string | null;
1496
+ }>;
1497
+ };
1498
+ starttls: {
1499
+ name: string;
1500
+ spec: InputSpec<{
1501
+ port: "587" | "25" | "2525";
1502
+ }, {
1503
+ port: "587" | "25" | "2525";
1504
+ }>;
1505
+ };
1506
+ }, "starttls" | "tls">;
1507
+ from: string;
1508
+ username: string;
1509
+ password: string | null;
1510
+ }, {
1511
+ host: string;
1512
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1513
+ tls: {
1514
+ name: string;
1515
+ spec: InputSpec<{
1516
+ port: string;
1517
+ }, {
1518
+ port: string | null;
1519
+ }>;
1520
+ };
1521
+ starttls: {
1522
+ name: string;
1523
+ spec: InputSpec<{
1524
+ port: "587" | "25" | "2525";
1525
+ }, {
1526
+ port: "587" | "25" | "2525";
1527
+ }>;
1528
+ };
1529
+ }, "starttls" | "tls">;
1530
+ from: string;
1531
+ username: string;
1532
+ password: string | null;
1533
+ }>;
414
1534
  };
415
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
1535
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
416
1536
  }>;
417
1537
  };
418
1538
  }>, unknown>;
419
1539
  systemSmtpSpec: InputSpec<{
420
1540
  provider: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1541
+ none: {
1542
+ name: string;
1543
+ spec: InputSpec<{}, {}>;
1544
+ };
421
1545
  gmail: {
422
1546
  name: string;
423
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1547
+ spec: InputSpec<{
1548
+ host: string;
1549
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1550
+ tls: {
1551
+ name: string;
1552
+ spec: InputSpec<{
1553
+ port: string;
1554
+ }, {
1555
+ port: string | null;
1556
+ }>;
1557
+ };
1558
+ starttls: {
1559
+ name: string;
1560
+ spec: InputSpec<{
1561
+ port: "587" | "25" | "2525";
1562
+ }, {
1563
+ port: "587" | "25" | "2525";
1564
+ }>;
1565
+ };
1566
+ }, "starttls" | "tls">;
1567
+ from: string;
1568
+ username: string;
1569
+ password: string | null;
1570
+ }, {
1571
+ host: string;
1572
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1573
+ tls: {
1574
+ name: string;
1575
+ spec: InputSpec<{
1576
+ port: string;
1577
+ }, {
1578
+ port: string | null;
1579
+ }>;
1580
+ };
1581
+ starttls: {
1582
+ name: string;
1583
+ spec: InputSpec<{
1584
+ port: "587" | "25" | "2525";
1585
+ }, {
1586
+ port: "587" | "25" | "2525";
1587
+ }>;
1588
+ };
1589
+ }, "starttls" | "tls">;
1590
+ from: string;
1591
+ username: string;
1592
+ password: string | null;
1593
+ }>;
424
1594
  };
425
1595
  ses: {
426
1596
  name: string;
427
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1597
+ spec: InputSpec<{
1598
+ host: string;
1599
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1600
+ tls: {
1601
+ name: string;
1602
+ spec: InputSpec<{
1603
+ port: string;
1604
+ }, {
1605
+ port: string | null;
1606
+ }>;
1607
+ };
1608
+ starttls: {
1609
+ name: string;
1610
+ spec: InputSpec<{
1611
+ port: "587" | "25" | "2525";
1612
+ }, {
1613
+ port: "587" | "25" | "2525";
1614
+ }>;
1615
+ };
1616
+ }, "starttls" | "tls">;
1617
+ from: string;
1618
+ username: string;
1619
+ password: string | null;
1620
+ }, {
1621
+ host: string;
1622
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1623
+ tls: {
1624
+ name: string;
1625
+ spec: InputSpec<{
1626
+ port: string;
1627
+ }, {
1628
+ port: string | null;
1629
+ }>;
1630
+ };
1631
+ starttls: {
1632
+ name: string;
1633
+ spec: InputSpec<{
1634
+ port: "587" | "25" | "2525";
1635
+ }, {
1636
+ port: "587" | "25" | "2525";
1637
+ }>;
1638
+ };
1639
+ }, "starttls" | "tls">;
1640
+ from: string;
1641
+ username: string;
1642
+ password: string | null;
1643
+ }>;
428
1644
  };
429
1645
  sendgrid: {
430
1646
  name: string;
431
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1647
+ spec: InputSpec<{
1648
+ host: string;
1649
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1650
+ tls: {
1651
+ name: string;
1652
+ spec: InputSpec<{
1653
+ port: string;
1654
+ }, {
1655
+ port: string | null;
1656
+ }>;
1657
+ };
1658
+ starttls: {
1659
+ name: string;
1660
+ spec: InputSpec<{
1661
+ port: "587" | "25" | "2525";
1662
+ }, {
1663
+ port: "587" | "25" | "2525";
1664
+ }>;
1665
+ };
1666
+ }, "starttls" | "tls">;
1667
+ from: string;
1668
+ username: string;
1669
+ password: string | null;
1670
+ }, {
1671
+ host: string;
1672
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1673
+ tls: {
1674
+ name: string;
1675
+ spec: InputSpec<{
1676
+ port: string;
1677
+ }, {
1678
+ port: string | null;
1679
+ }>;
1680
+ };
1681
+ starttls: {
1682
+ name: string;
1683
+ spec: InputSpec<{
1684
+ port: "587" | "25" | "2525";
1685
+ }, {
1686
+ port: "587" | "25" | "2525";
1687
+ }>;
1688
+ };
1689
+ }, "starttls" | "tls">;
1690
+ from: string;
1691
+ username: string;
1692
+ password: string | null;
1693
+ }>;
432
1694
  };
433
1695
  mailgun: {
434
1696
  name: string;
435
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1697
+ spec: InputSpec<{
1698
+ host: string;
1699
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1700
+ tls: {
1701
+ name: string;
1702
+ spec: InputSpec<{
1703
+ port: string;
1704
+ }, {
1705
+ port: string | null;
1706
+ }>;
1707
+ };
1708
+ starttls: {
1709
+ name: string;
1710
+ spec: InputSpec<{
1711
+ port: "587" | "25" | "2525";
1712
+ }, {
1713
+ port: "587" | "25" | "2525";
1714
+ }>;
1715
+ };
1716
+ }, "starttls" | "tls">;
1717
+ from: string;
1718
+ username: string;
1719
+ password: string | null;
1720
+ }, {
1721
+ host: string;
1722
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1723
+ tls: {
1724
+ name: string;
1725
+ spec: InputSpec<{
1726
+ port: string;
1727
+ }, {
1728
+ port: string | null;
1729
+ }>;
1730
+ };
1731
+ starttls: {
1732
+ name: string;
1733
+ spec: InputSpec<{
1734
+ port: "587" | "25" | "2525";
1735
+ }, {
1736
+ port: "587" | "25" | "2525";
1737
+ }>;
1738
+ };
1739
+ }, "starttls" | "tls">;
1740
+ from: string;
1741
+ username: string;
1742
+ password: string | null;
1743
+ }>;
436
1744
  };
437
1745
  protonmail: {
438
1746
  name: string;
439
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1747
+ spec: InputSpec<{
1748
+ host: string;
1749
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1750
+ tls: {
1751
+ name: string;
1752
+ spec: InputSpec<{
1753
+ port: string;
1754
+ }, {
1755
+ port: string | null;
1756
+ }>;
1757
+ };
1758
+ starttls: {
1759
+ name: string;
1760
+ spec: InputSpec<{
1761
+ port: "587" | "25" | "2525";
1762
+ }, {
1763
+ port: "587" | "25" | "2525";
1764
+ }>;
1765
+ };
1766
+ }, "starttls" | "tls">;
1767
+ from: string;
1768
+ username: string;
1769
+ password: string | null;
1770
+ }, {
1771
+ host: string;
1772
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1773
+ tls: {
1774
+ name: string;
1775
+ spec: InputSpec<{
1776
+ port: string;
1777
+ }, {
1778
+ port: string | null;
1779
+ }>;
1780
+ };
1781
+ starttls: {
1782
+ name: string;
1783
+ spec: InputSpec<{
1784
+ port: "587" | "25" | "2525";
1785
+ }, {
1786
+ port: "587" | "25" | "2525";
1787
+ }>;
1788
+ };
1789
+ }, "starttls" | "tls">;
1790
+ from: string;
1791
+ username: string;
1792
+ password: string | null;
1793
+ }>;
440
1794
  };
441
1795
  other: {
442
1796
  name: string;
443
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1797
+ spec: InputSpec<{
1798
+ host: string;
1799
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1800
+ tls: {
1801
+ name: string;
1802
+ spec: InputSpec<{
1803
+ port: string;
1804
+ }, {
1805
+ port: string | null;
1806
+ }>;
1807
+ };
1808
+ starttls: {
1809
+ name: string;
1810
+ spec: InputSpec<{
1811
+ port: "587" | "25" | "2525";
1812
+ }, {
1813
+ port: "587" | "25" | "2525";
1814
+ }>;
1815
+ };
1816
+ }, "starttls" | "tls">;
1817
+ from: string;
1818
+ username: string;
1819
+ password: string | null;
1820
+ }, {
1821
+ host: string;
1822
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1823
+ tls: {
1824
+ name: string;
1825
+ spec: InputSpec<{
1826
+ port: string;
1827
+ }, {
1828
+ port: string | null;
1829
+ }>;
1830
+ };
1831
+ starttls: {
1832
+ name: string;
1833
+ spec: InputSpec<{
1834
+ port: "587" | "25" | "2525";
1835
+ }, {
1836
+ port: "587" | "25" | "2525";
1837
+ }>;
1838
+ };
1839
+ }, "starttls" | "tls">;
1840
+ from: string;
1841
+ username: string;
1842
+ password: string | null;
1843
+ }>;
444
1844
  };
445
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
1845
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
446
1846
  }, {
447
1847
  provider: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1848
+ none: {
1849
+ name: string;
1850
+ spec: InputSpec<{}, {}>;
1851
+ };
448
1852
  gmail: {
449
1853
  name: string;
450
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1854
+ spec: InputSpec<{
1855
+ host: string;
1856
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1857
+ tls: {
1858
+ name: string;
1859
+ spec: InputSpec<{
1860
+ port: string;
1861
+ }, {
1862
+ port: string | null;
1863
+ }>;
1864
+ };
1865
+ starttls: {
1866
+ name: string;
1867
+ spec: InputSpec<{
1868
+ port: "587" | "25" | "2525";
1869
+ }, {
1870
+ port: "587" | "25" | "2525";
1871
+ }>;
1872
+ };
1873
+ }, "starttls" | "tls">;
1874
+ from: string;
1875
+ username: string;
1876
+ password: string | null;
1877
+ }, {
1878
+ host: string;
1879
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1880
+ tls: {
1881
+ name: string;
1882
+ spec: InputSpec<{
1883
+ port: string;
1884
+ }, {
1885
+ port: string | null;
1886
+ }>;
1887
+ };
1888
+ starttls: {
1889
+ name: string;
1890
+ spec: InputSpec<{
1891
+ port: "587" | "25" | "2525";
1892
+ }, {
1893
+ port: "587" | "25" | "2525";
1894
+ }>;
1895
+ };
1896
+ }, "starttls" | "tls">;
1897
+ from: string;
1898
+ username: string;
1899
+ password: string | null;
1900
+ }>;
451
1901
  };
452
1902
  ses: {
453
1903
  name: string;
454
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1904
+ spec: InputSpec<{
1905
+ host: string;
1906
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1907
+ tls: {
1908
+ name: string;
1909
+ spec: InputSpec<{
1910
+ port: string;
1911
+ }, {
1912
+ port: string | null;
1913
+ }>;
1914
+ };
1915
+ starttls: {
1916
+ name: string;
1917
+ spec: InputSpec<{
1918
+ port: "587" | "25" | "2525";
1919
+ }, {
1920
+ port: "587" | "25" | "2525";
1921
+ }>;
1922
+ };
1923
+ }, "starttls" | "tls">;
1924
+ from: string;
1925
+ username: string;
1926
+ password: string | null;
1927
+ }, {
1928
+ host: string;
1929
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1930
+ tls: {
1931
+ name: string;
1932
+ spec: InputSpec<{
1933
+ port: string;
1934
+ }, {
1935
+ port: string | null;
1936
+ }>;
1937
+ };
1938
+ starttls: {
1939
+ name: string;
1940
+ spec: InputSpec<{
1941
+ port: "587" | "25" | "2525";
1942
+ }, {
1943
+ port: "587" | "25" | "2525";
1944
+ }>;
1945
+ };
1946
+ }, "starttls" | "tls">;
1947
+ from: string;
1948
+ username: string;
1949
+ password: string | null;
1950
+ }>;
455
1951
  };
456
1952
  sendgrid: {
457
1953
  name: string;
458
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
1954
+ spec: InputSpec<{
1955
+ host: string;
1956
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
1957
+ tls: {
1958
+ name: string;
1959
+ spec: InputSpec<{
1960
+ port: string;
1961
+ }, {
1962
+ port: string | null;
1963
+ }>;
1964
+ };
1965
+ starttls: {
1966
+ name: string;
1967
+ spec: InputSpec<{
1968
+ port: "587" | "25" | "2525";
1969
+ }, {
1970
+ port: "587" | "25" | "2525";
1971
+ }>;
1972
+ };
1973
+ }, "starttls" | "tls">;
1974
+ from: string;
1975
+ username: string;
1976
+ password: string | null;
1977
+ }, {
1978
+ host: string;
1979
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
1980
+ tls: {
1981
+ name: string;
1982
+ spec: InputSpec<{
1983
+ port: string;
1984
+ }, {
1985
+ port: string | null;
1986
+ }>;
1987
+ };
1988
+ starttls: {
1989
+ name: string;
1990
+ spec: InputSpec<{
1991
+ port: "587" | "25" | "2525";
1992
+ }, {
1993
+ port: "587" | "25" | "2525";
1994
+ }>;
1995
+ };
1996
+ }, "starttls" | "tls">;
1997
+ from: string;
1998
+ username: string;
1999
+ password: string | null;
2000
+ }>;
459
2001
  };
460
2002
  mailgun: {
461
2003
  name: string;
462
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2004
+ spec: InputSpec<{
2005
+ host: string;
2006
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2007
+ tls: {
2008
+ name: string;
2009
+ spec: InputSpec<{
2010
+ port: string;
2011
+ }, {
2012
+ port: string | null;
2013
+ }>;
2014
+ };
2015
+ starttls: {
2016
+ name: string;
2017
+ spec: InputSpec<{
2018
+ port: "587" | "25" | "2525";
2019
+ }, {
2020
+ port: "587" | "25" | "2525";
2021
+ }>;
2022
+ };
2023
+ }, "starttls" | "tls">;
2024
+ from: string;
2025
+ username: string;
2026
+ password: string | null;
2027
+ }, {
2028
+ host: string;
2029
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2030
+ tls: {
2031
+ name: string;
2032
+ spec: InputSpec<{
2033
+ port: string;
2034
+ }, {
2035
+ port: string | null;
2036
+ }>;
2037
+ };
2038
+ starttls: {
2039
+ name: string;
2040
+ spec: InputSpec<{
2041
+ port: "587" | "25" | "2525";
2042
+ }, {
2043
+ port: "587" | "25" | "2525";
2044
+ }>;
2045
+ };
2046
+ }, "starttls" | "tls">;
2047
+ from: string;
2048
+ username: string;
2049
+ password: string | null;
2050
+ }>;
463
2051
  };
464
2052
  protonmail: {
465
2053
  name: string;
466
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2054
+ spec: InputSpec<{
2055
+ host: string;
2056
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2057
+ tls: {
2058
+ name: string;
2059
+ spec: InputSpec<{
2060
+ port: string;
2061
+ }, {
2062
+ port: string | null;
2063
+ }>;
2064
+ };
2065
+ starttls: {
2066
+ name: string;
2067
+ spec: InputSpec<{
2068
+ port: "587" | "25" | "2525";
2069
+ }, {
2070
+ port: "587" | "25" | "2525";
2071
+ }>;
2072
+ };
2073
+ }, "starttls" | "tls">;
2074
+ from: string;
2075
+ username: string;
2076
+ password: string | null;
2077
+ }, {
2078
+ host: string;
2079
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2080
+ tls: {
2081
+ name: string;
2082
+ spec: InputSpec<{
2083
+ port: string;
2084
+ }, {
2085
+ port: string | null;
2086
+ }>;
2087
+ };
2088
+ starttls: {
2089
+ name: string;
2090
+ spec: InputSpec<{
2091
+ port: "587" | "25" | "2525";
2092
+ }, {
2093
+ port: "587" | "25" | "2525";
2094
+ }>;
2095
+ };
2096
+ }, "starttls" | "tls">;
2097
+ from: string;
2098
+ username: string;
2099
+ password: string | null;
2100
+ }>;
467
2101
  };
468
2102
  other: {
469
2103
  name: string;
470
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2104
+ spec: InputSpec<{
2105
+ host: string;
2106
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2107
+ tls: {
2108
+ name: string;
2109
+ spec: InputSpec<{
2110
+ port: string;
2111
+ }, {
2112
+ port: string | null;
2113
+ }>;
2114
+ };
2115
+ starttls: {
2116
+ name: string;
2117
+ spec: InputSpec<{
2118
+ port: "587" | "25" | "2525";
2119
+ }, {
2120
+ port: "587" | "25" | "2525";
2121
+ }>;
2122
+ };
2123
+ }, "starttls" | "tls">;
2124
+ from: string;
2125
+ username: string;
2126
+ password: string | null;
2127
+ }, {
2128
+ host: string;
2129
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2130
+ tls: {
2131
+ name: string;
2132
+ spec: InputSpec<{
2133
+ port: string;
2134
+ }, {
2135
+ port: string | null;
2136
+ }>;
2137
+ };
2138
+ starttls: {
2139
+ name: string;
2140
+ spec: InputSpec<{
2141
+ port: "587" | "25" | "2525";
2142
+ }, {
2143
+ port: "587" | "25" | "2525";
2144
+ }>;
2145
+ };
2146
+ }, "starttls" | "tls">;
2147
+ from: string;
2148
+ username: string;
2149
+ password: string | null;
2150
+ }>;
471
2151
  };
472
- }, "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
2152
+ }, "none" | "other" | "gmail" | "ses" | "sendgrid" | "mailgun" | "protonmail">;
2153
+ }>;
2154
+ customSmtp: InputSpec<{
2155
+ host: string;
2156
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2157
+ tls: {
2158
+ name: string;
2159
+ spec: InputSpec<{
2160
+ port: string;
2161
+ }, {
2162
+ port: string | null;
2163
+ }>;
2164
+ };
2165
+ starttls: {
2166
+ name: string;
2167
+ spec: InputSpec<{
2168
+ port: "587" | "25" | "2525";
2169
+ }, {
2170
+ port: "587" | "25" | "2525";
2171
+ }>;
2172
+ };
2173
+ }, "starttls" | "tls">;
2174
+ from: string;
2175
+ username: string;
2176
+ password: string | null;
2177
+ }, {
2178
+ host: string;
2179
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2180
+ tls: {
2181
+ name: string;
2182
+ spec: InputSpec<{
2183
+ port: string;
2184
+ }, {
2185
+ port: string | null;
2186
+ }>;
2187
+ };
2188
+ starttls: {
2189
+ name: string;
2190
+ spec: InputSpec<{
2191
+ port: "587" | "25" | "2525";
2192
+ }, {
2193
+ port: "587" | "25" | "2525";
2194
+ }>;
2195
+ };
2196
+ }, "starttls" | "tls">;
2197
+ from: string;
2198
+ username: string;
2199
+ password: string | null;
473
2200
  }>;
474
- customSmtp: InputSpec<T.SmtpValue, T.SmtpValue>;
475
2201
  smtpProviderVariants: Variants<{
2202
+ none: {
2203
+ name: string;
2204
+ spec: InputSpec<{}, {}>;
2205
+ };
476
2206
  gmail: {
477
2207
  name: string;
478
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2208
+ spec: InputSpec<{
2209
+ host: string;
2210
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2211
+ tls: {
2212
+ name: string;
2213
+ spec: InputSpec<{
2214
+ port: string;
2215
+ }, {
2216
+ port: string | null;
2217
+ }>;
2218
+ };
2219
+ starttls: {
2220
+ name: string;
2221
+ spec: InputSpec<{
2222
+ port: "587" | "25" | "2525";
2223
+ }, {
2224
+ port: "587" | "25" | "2525";
2225
+ }>;
2226
+ };
2227
+ }, "starttls" | "tls">;
2228
+ from: string;
2229
+ username: string;
2230
+ password: string | null;
2231
+ }, {
2232
+ host: string;
2233
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2234
+ tls: {
2235
+ name: string;
2236
+ spec: InputSpec<{
2237
+ port: string;
2238
+ }, {
2239
+ port: string | null;
2240
+ }>;
2241
+ };
2242
+ starttls: {
2243
+ name: string;
2244
+ spec: InputSpec<{
2245
+ port: "587" | "25" | "2525";
2246
+ }, {
2247
+ port: "587" | "25" | "2525";
2248
+ }>;
2249
+ };
2250
+ }, "starttls" | "tls">;
2251
+ from: string;
2252
+ username: string;
2253
+ password: string | null;
2254
+ }>;
479
2255
  };
480
2256
  ses: {
481
2257
  name: string;
482
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2258
+ spec: InputSpec<{
2259
+ host: string;
2260
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2261
+ tls: {
2262
+ name: string;
2263
+ spec: InputSpec<{
2264
+ port: string;
2265
+ }, {
2266
+ port: string | null;
2267
+ }>;
2268
+ };
2269
+ starttls: {
2270
+ name: string;
2271
+ spec: InputSpec<{
2272
+ port: "587" | "25" | "2525";
2273
+ }, {
2274
+ port: "587" | "25" | "2525";
2275
+ }>;
2276
+ };
2277
+ }, "starttls" | "tls">;
2278
+ from: string;
2279
+ username: string;
2280
+ password: string | null;
2281
+ }, {
2282
+ host: string;
2283
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2284
+ tls: {
2285
+ name: string;
2286
+ spec: InputSpec<{
2287
+ port: string;
2288
+ }, {
2289
+ port: string | null;
2290
+ }>;
2291
+ };
2292
+ starttls: {
2293
+ name: string;
2294
+ spec: InputSpec<{
2295
+ port: "587" | "25" | "2525";
2296
+ }, {
2297
+ port: "587" | "25" | "2525";
2298
+ }>;
2299
+ };
2300
+ }, "starttls" | "tls">;
2301
+ from: string;
2302
+ username: string;
2303
+ password: string | null;
2304
+ }>;
483
2305
  };
484
2306
  sendgrid: {
485
2307
  name: string;
486
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2308
+ spec: InputSpec<{
2309
+ host: string;
2310
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2311
+ tls: {
2312
+ name: string;
2313
+ spec: InputSpec<{
2314
+ port: string;
2315
+ }, {
2316
+ port: string | null;
2317
+ }>;
2318
+ };
2319
+ starttls: {
2320
+ name: string;
2321
+ spec: InputSpec<{
2322
+ port: "587" | "25" | "2525";
2323
+ }, {
2324
+ port: "587" | "25" | "2525";
2325
+ }>;
2326
+ };
2327
+ }, "starttls" | "tls">;
2328
+ from: string;
2329
+ username: string;
2330
+ password: string | null;
2331
+ }, {
2332
+ host: string;
2333
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2334
+ tls: {
2335
+ name: string;
2336
+ spec: InputSpec<{
2337
+ port: string;
2338
+ }, {
2339
+ port: string | null;
2340
+ }>;
2341
+ };
2342
+ starttls: {
2343
+ name: string;
2344
+ spec: InputSpec<{
2345
+ port: "587" | "25" | "2525";
2346
+ }, {
2347
+ port: "587" | "25" | "2525";
2348
+ }>;
2349
+ };
2350
+ }, "starttls" | "tls">;
2351
+ from: string;
2352
+ username: string;
2353
+ password: string | null;
2354
+ }>;
487
2355
  };
488
2356
  mailgun: {
489
2357
  name: string;
490
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2358
+ spec: InputSpec<{
2359
+ host: string;
2360
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2361
+ tls: {
2362
+ name: string;
2363
+ spec: InputSpec<{
2364
+ port: string;
2365
+ }, {
2366
+ port: string | null;
2367
+ }>;
2368
+ };
2369
+ starttls: {
2370
+ name: string;
2371
+ spec: InputSpec<{
2372
+ port: "587" | "25" | "2525";
2373
+ }, {
2374
+ port: "587" | "25" | "2525";
2375
+ }>;
2376
+ };
2377
+ }, "starttls" | "tls">;
2378
+ from: string;
2379
+ username: string;
2380
+ password: string | null;
2381
+ }, {
2382
+ host: string;
2383
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2384
+ tls: {
2385
+ name: string;
2386
+ spec: InputSpec<{
2387
+ port: string;
2388
+ }, {
2389
+ port: string | null;
2390
+ }>;
2391
+ };
2392
+ starttls: {
2393
+ name: string;
2394
+ spec: InputSpec<{
2395
+ port: "587" | "25" | "2525";
2396
+ }, {
2397
+ port: "587" | "25" | "2525";
2398
+ }>;
2399
+ };
2400
+ }, "starttls" | "tls">;
2401
+ from: string;
2402
+ username: string;
2403
+ password: string | null;
2404
+ }>;
491
2405
  };
492
2406
  protonmail: {
493
2407
  name: string;
494
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2408
+ spec: InputSpec<{
2409
+ host: string;
2410
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2411
+ tls: {
2412
+ name: string;
2413
+ spec: InputSpec<{
2414
+ port: string;
2415
+ }, {
2416
+ port: string | null;
2417
+ }>;
2418
+ };
2419
+ starttls: {
2420
+ name: string;
2421
+ spec: InputSpec<{
2422
+ port: "587" | "25" | "2525";
2423
+ }, {
2424
+ port: "587" | "25" | "2525";
2425
+ }>;
2426
+ };
2427
+ }, "starttls" | "tls">;
2428
+ from: string;
2429
+ username: string;
2430
+ password: string | null;
2431
+ }, {
2432
+ host: string;
2433
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2434
+ tls: {
2435
+ name: string;
2436
+ spec: InputSpec<{
2437
+ port: string;
2438
+ }, {
2439
+ port: string | null;
2440
+ }>;
2441
+ };
2442
+ starttls: {
2443
+ name: string;
2444
+ spec: InputSpec<{
2445
+ port: "587" | "25" | "2525";
2446
+ }, {
2447
+ port: "587" | "25" | "2525";
2448
+ }>;
2449
+ };
2450
+ }, "starttls" | "tls">;
2451
+ from: string;
2452
+ username: string;
2453
+ password: string | null;
2454
+ }>;
495
2455
  };
496
2456
  other: {
497
2457
  name: string;
498
- spec: InputSpec<T.SmtpValue, T.SmtpValue>;
2458
+ spec: InputSpec<{
2459
+ host: string;
2460
+ security: import("../../base/lib/actions/input/builder/variants").UnionRes<{
2461
+ tls: {
2462
+ name: string;
2463
+ spec: InputSpec<{
2464
+ port: string;
2465
+ }, {
2466
+ port: string | null;
2467
+ }>;
2468
+ };
2469
+ starttls: {
2470
+ name: string;
2471
+ spec: InputSpec<{
2472
+ port: "587" | "25" | "2525";
2473
+ }, {
2474
+ port: "587" | "25" | "2525";
2475
+ }>;
2476
+ };
2477
+ }, "starttls" | "tls">;
2478
+ from: string;
2479
+ username: string;
2480
+ password: string | null;
2481
+ }, {
2482
+ host: string;
2483
+ security: import("../../base/lib/actions/input/builder/variants").UnionResStaticValidatedAs<{
2484
+ tls: {
2485
+ name: string;
2486
+ spec: InputSpec<{
2487
+ port: string;
2488
+ }, {
2489
+ port: string | null;
2490
+ }>;
2491
+ };
2492
+ starttls: {
2493
+ name: string;
2494
+ spec: InputSpec<{
2495
+ port: "587" | "25" | "2525";
2496
+ }, {
2497
+ port: "587" | "25" | "2525";
2498
+ }>;
2499
+ };
2500
+ }, "starttls" | "tls">;
2501
+ from: string;
2502
+ username: string;
2503
+ password: string | null;
2504
+ }>;
499
2505
  };
500
2506
  }, unknown>;
501
2507
  };