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

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