domain0 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/contracts.cjs +43 -5
- package/dist/contracts.cjs.map +1 -1
- package/dist/contracts.d.cts +1 -1
- package/dist/contracts.d.mts +1 -1
- package/dist/contracts.mjs +43 -5
- package/dist/contracts.mjs.map +1 -1
- package/dist/{index-CtQn01os.d.cts → index-ykRjPldc.d.cts} +1043 -61
- package/dist/{index-CtQn01os.d.mts → index-ykRjPldc.d.mts} +1043 -61
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/{sdk-7CglngBt.d.mts → sdk-08-Y2mib.d.mts} +2 -2
- package/dist/{sdk-BKtsupNk.d.cts → sdk-DSOUE93-.d.cts} +2 -2
- package/dist/ui.d.cts +2 -2
- package/dist/ui.d.mts +2 -2
- package/package.json +1 -1
|
@@ -172,13 +172,13 @@ declare const ConnectionSchema: z.ZodObject<{
|
|
|
172
172
|
referenceUrl: z.ZodURL;
|
|
173
173
|
implementation: z.ZodEnum<{
|
|
174
174
|
automatic: "automatic";
|
|
175
|
-
manual: "manual";
|
|
176
175
|
domain_connect: "domain_connect";
|
|
176
|
+
manual: "manual";
|
|
177
177
|
unverified: "unverified";
|
|
178
178
|
}>;
|
|
179
179
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
180
|
-
manual: "manual";
|
|
181
180
|
domain_connect: "domain_connect";
|
|
181
|
+
manual: "manual";
|
|
182
182
|
oauth2_pkce: "oauth2_pkce";
|
|
183
183
|
api_token: "api_token";
|
|
184
184
|
api_key: "api_key";
|
|
@@ -191,6 +191,41 @@ declare const ConnectionSchema: z.ZodObject<{
|
|
|
191
191
|
supported: "supported";
|
|
192
192
|
unsupported: "unsupported";
|
|
193
193
|
}>;
|
|
194
|
+
subdomainNSModification: z.ZodEnum<{
|
|
195
|
+
unverified: "unverified";
|
|
196
|
+
supported: "supported";
|
|
197
|
+
unsupported: "unsupported";
|
|
198
|
+
}>;
|
|
199
|
+
wwwRedirect: z.ZodEnum<{
|
|
200
|
+
unverified: "unverified";
|
|
201
|
+
supported: "supported";
|
|
202
|
+
unsupported: "unsupported";
|
|
203
|
+
}>;
|
|
204
|
+
cnameFlattening: z.ZodEnum<{
|
|
205
|
+
unverified: "unverified";
|
|
206
|
+
supported: "supported";
|
|
207
|
+
unsupported: "unsupported";
|
|
208
|
+
}>;
|
|
209
|
+
wildcardRecords: z.ZodEnum<{
|
|
210
|
+
unverified: "unverified";
|
|
211
|
+
supported: "supported";
|
|
212
|
+
unsupported: "unsupported";
|
|
213
|
+
}>;
|
|
214
|
+
caaRecords: z.ZodEnum<{
|
|
215
|
+
unverified: "unverified";
|
|
216
|
+
supported: "supported";
|
|
217
|
+
unsupported: "unsupported";
|
|
218
|
+
}>;
|
|
219
|
+
spfRecords: z.ZodEnum<{
|
|
220
|
+
unverified: "unverified";
|
|
221
|
+
supported: "supported";
|
|
222
|
+
unsupported: "unsupported";
|
|
223
|
+
}>;
|
|
224
|
+
socialLogin: z.ZodEnum<{
|
|
225
|
+
unverified: "unverified";
|
|
226
|
+
supported: "supported";
|
|
227
|
+
unsupported: "unsupported";
|
|
228
|
+
}>;
|
|
194
229
|
}, z.core.$strict>;
|
|
195
230
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
196
231
|
method: z.ZodEnum<{
|
|
@@ -383,13 +418,13 @@ declare const CreateConnectionResponseSchema: z.ZodObject<{
|
|
|
383
418
|
referenceUrl: z.ZodURL;
|
|
384
419
|
implementation: z.ZodEnum<{
|
|
385
420
|
automatic: "automatic";
|
|
386
|
-
manual: "manual";
|
|
387
421
|
domain_connect: "domain_connect";
|
|
422
|
+
manual: "manual";
|
|
388
423
|
unverified: "unverified";
|
|
389
424
|
}>;
|
|
390
425
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
391
|
-
manual: "manual";
|
|
392
426
|
domain_connect: "domain_connect";
|
|
427
|
+
manual: "manual";
|
|
393
428
|
oauth2_pkce: "oauth2_pkce";
|
|
394
429
|
api_token: "api_token";
|
|
395
430
|
api_key: "api_key";
|
|
@@ -402,6 +437,41 @@ declare const CreateConnectionResponseSchema: z.ZodObject<{
|
|
|
402
437
|
supported: "supported";
|
|
403
438
|
unsupported: "unsupported";
|
|
404
439
|
}>;
|
|
440
|
+
subdomainNSModification: z.ZodEnum<{
|
|
441
|
+
unverified: "unverified";
|
|
442
|
+
supported: "supported";
|
|
443
|
+
unsupported: "unsupported";
|
|
444
|
+
}>;
|
|
445
|
+
wwwRedirect: z.ZodEnum<{
|
|
446
|
+
unverified: "unverified";
|
|
447
|
+
supported: "supported";
|
|
448
|
+
unsupported: "unsupported";
|
|
449
|
+
}>;
|
|
450
|
+
cnameFlattening: z.ZodEnum<{
|
|
451
|
+
unverified: "unverified";
|
|
452
|
+
supported: "supported";
|
|
453
|
+
unsupported: "unsupported";
|
|
454
|
+
}>;
|
|
455
|
+
wildcardRecords: z.ZodEnum<{
|
|
456
|
+
unverified: "unverified";
|
|
457
|
+
supported: "supported";
|
|
458
|
+
unsupported: "unsupported";
|
|
459
|
+
}>;
|
|
460
|
+
caaRecords: z.ZodEnum<{
|
|
461
|
+
unverified: "unverified";
|
|
462
|
+
supported: "supported";
|
|
463
|
+
unsupported: "unsupported";
|
|
464
|
+
}>;
|
|
465
|
+
spfRecords: z.ZodEnum<{
|
|
466
|
+
unverified: "unverified";
|
|
467
|
+
supported: "supported";
|
|
468
|
+
unsupported: "unsupported";
|
|
469
|
+
}>;
|
|
470
|
+
socialLogin: z.ZodEnum<{
|
|
471
|
+
unverified: "unverified";
|
|
472
|
+
supported: "supported";
|
|
473
|
+
unsupported: "unsupported";
|
|
474
|
+
}>;
|
|
405
475
|
}, z.core.$strict>;
|
|
406
476
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
407
477
|
method: z.ZodEnum<{
|
|
@@ -560,13 +630,13 @@ declare const GetConnectionResponseSchema: z.ZodObject<{
|
|
|
560
630
|
referenceUrl: z.ZodURL;
|
|
561
631
|
implementation: z.ZodEnum<{
|
|
562
632
|
automatic: "automatic";
|
|
563
|
-
manual: "manual";
|
|
564
633
|
domain_connect: "domain_connect";
|
|
634
|
+
manual: "manual";
|
|
565
635
|
unverified: "unverified";
|
|
566
636
|
}>;
|
|
567
637
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
568
|
-
manual: "manual";
|
|
569
638
|
domain_connect: "domain_connect";
|
|
639
|
+
manual: "manual";
|
|
570
640
|
oauth2_pkce: "oauth2_pkce";
|
|
571
641
|
api_token: "api_token";
|
|
572
642
|
api_key: "api_key";
|
|
@@ -579,6 +649,41 @@ declare const GetConnectionResponseSchema: z.ZodObject<{
|
|
|
579
649
|
supported: "supported";
|
|
580
650
|
unsupported: "unsupported";
|
|
581
651
|
}>;
|
|
652
|
+
subdomainNSModification: z.ZodEnum<{
|
|
653
|
+
unverified: "unverified";
|
|
654
|
+
supported: "supported";
|
|
655
|
+
unsupported: "unsupported";
|
|
656
|
+
}>;
|
|
657
|
+
wwwRedirect: z.ZodEnum<{
|
|
658
|
+
unverified: "unverified";
|
|
659
|
+
supported: "supported";
|
|
660
|
+
unsupported: "unsupported";
|
|
661
|
+
}>;
|
|
662
|
+
cnameFlattening: z.ZodEnum<{
|
|
663
|
+
unverified: "unverified";
|
|
664
|
+
supported: "supported";
|
|
665
|
+
unsupported: "unsupported";
|
|
666
|
+
}>;
|
|
667
|
+
wildcardRecords: z.ZodEnum<{
|
|
668
|
+
unverified: "unverified";
|
|
669
|
+
supported: "supported";
|
|
670
|
+
unsupported: "unsupported";
|
|
671
|
+
}>;
|
|
672
|
+
caaRecords: z.ZodEnum<{
|
|
673
|
+
unverified: "unverified";
|
|
674
|
+
supported: "supported";
|
|
675
|
+
unsupported: "unsupported";
|
|
676
|
+
}>;
|
|
677
|
+
spfRecords: z.ZodEnum<{
|
|
678
|
+
unverified: "unverified";
|
|
679
|
+
supported: "supported";
|
|
680
|
+
unsupported: "unsupported";
|
|
681
|
+
}>;
|
|
682
|
+
socialLogin: z.ZodEnum<{
|
|
683
|
+
unverified: "unverified";
|
|
684
|
+
supported: "supported";
|
|
685
|
+
unsupported: "unsupported";
|
|
686
|
+
}>;
|
|
582
687
|
}, z.core.$strict>;
|
|
583
688
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
584
689
|
method: z.ZodEnum<{
|
|
@@ -668,13 +773,13 @@ declare const ProviderCandidateSchema: z.ZodObject<{
|
|
|
668
773
|
referenceUrl: z.ZodURL;
|
|
669
774
|
implementation: z.ZodEnum<{
|
|
670
775
|
automatic: "automatic";
|
|
671
|
-
manual: "manual";
|
|
672
776
|
domain_connect: "domain_connect";
|
|
777
|
+
manual: "manual";
|
|
673
778
|
unverified: "unverified";
|
|
674
779
|
}>;
|
|
675
780
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
676
|
-
manual: "manual";
|
|
677
781
|
domain_connect: "domain_connect";
|
|
782
|
+
manual: "manual";
|
|
678
783
|
oauth2_pkce: "oauth2_pkce";
|
|
679
784
|
api_token: "api_token";
|
|
680
785
|
api_key: "api_key";
|
|
@@ -687,6 +792,41 @@ declare const ProviderCandidateSchema: z.ZodObject<{
|
|
|
687
792
|
supported: "supported";
|
|
688
793
|
unsupported: "unsupported";
|
|
689
794
|
}>;
|
|
795
|
+
subdomainNSModification: z.ZodEnum<{
|
|
796
|
+
unverified: "unverified";
|
|
797
|
+
supported: "supported";
|
|
798
|
+
unsupported: "unsupported";
|
|
799
|
+
}>;
|
|
800
|
+
wwwRedirect: z.ZodEnum<{
|
|
801
|
+
unverified: "unverified";
|
|
802
|
+
supported: "supported";
|
|
803
|
+
unsupported: "unsupported";
|
|
804
|
+
}>;
|
|
805
|
+
cnameFlattening: z.ZodEnum<{
|
|
806
|
+
unverified: "unverified";
|
|
807
|
+
supported: "supported";
|
|
808
|
+
unsupported: "unsupported";
|
|
809
|
+
}>;
|
|
810
|
+
wildcardRecords: z.ZodEnum<{
|
|
811
|
+
unverified: "unverified";
|
|
812
|
+
supported: "supported";
|
|
813
|
+
unsupported: "unsupported";
|
|
814
|
+
}>;
|
|
815
|
+
caaRecords: z.ZodEnum<{
|
|
816
|
+
unverified: "unverified";
|
|
817
|
+
supported: "supported";
|
|
818
|
+
unsupported: "unsupported";
|
|
819
|
+
}>;
|
|
820
|
+
spfRecords: z.ZodEnum<{
|
|
821
|
+
unverified: "unverified";
|
|
822
|
+
supported: "supported";
|
|
823
|
+
unsupported: "unsupported";
|
|
824
|
+
}>;
|
|
825
|
+
socialLogin: z.ZodEnum<{
|
|
826
|
+
unverified: "unverified";
|
|
827
|
+
supported: "supported";
|
|
828
|
+
unsupported: "unsupported";
|
|
829
|
+
}>;
|
|
690
830
|
}, z.core.$strict>;
|
|
691
831
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
692
832
|
method: z.ZodEnum<{
|
|
@@ -781,13 +921,13 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
781
921
|
referenceUrl: z.ZodURL;
|
|
782
922
|
implementation: z.ZodEnum<{
|
|
783
923
|
automatic: "automatic";
|
|
784
|
-
manual: "manual";
|
|
785
924
|
domain_connect: "domain_connect";
|
|
925
|
+
manual: "manual";
|
|
786
926
|
unverified: "unverified";
|
|
787
927
|
}>;
|
|
788
928
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
789
|
-
manual: "manual";
|
|
790
929
|
domain_connect: "domain_connect";
|
|
930
|
+
manual: "manual";
|
|
791
931
|
oauth2_pkce: "oauth2_pkce";
|
|
792
932
|
api_token: "api_token";
|
|
793
933
|
api_key: "api_key";
|
|
@@ -800,6 +940,41 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
800
940
|
supported: "supported";
|
|
801
941
|
unsupported: "unsupported";
|
|
802
942
|
}>;
|
|
943
|
+
subdomainNSModification: z.ZodEnum<{
|
|
944
|
+
unverified: "unverified";
|
|
945
|
+
supported: "supported";
|
|
946
|
+
unsupported: "unsupported";
|
|
947
|
+
}>;
|
|
948
|
+
wwwRedirect: z.ZodEnum<{
|
|
949
|
+
unverified: "unverified";
|
|
950
|
+
supported: "supported";
|
|
951
|
+
unsupported: "unsupported";
|
|
952
|
+
}>;
|
|
953
|
+
cnameFlattening: z.ZodEnum<{
|
|
954
|
+
unverified: "unverified";
|
|
955
|
+
supported: "supported";
|
|
956
|
+
unsupported: "unsupported";
|
|
957
|
+
}>;
|
|
958
|
+
wildcardRecords: z.ZodEnum<{
|
|
959
|
+
unverified: "unverified";
|
|
960
|
+
supported: "supported";
|
|
961
|
+
unsupported: "unsupported";
|
|
962
|
+
}>;
|
|
963
|
+
caaRecords: z.ZodEnum<{
|
|
964
|
+
unverified: "unverified";
|
|
965
|
+
supported: "supported";
|
|
966
|
+
unsupported: "unsupported";
|
|
967
|
+
}>;
|
|
968
|
+
spfRecords: z.ZodEnum<{
|
|
969
|
+
unverified: "unverified";
|
|
970
|
+
supported: "supported";
|
|
971
|
+
unsupported: "unsupported";
|
|
972
|
+
}>;
|
|
973
|
+
socialLogin: z.ZodEnum<{
|
|
974
|
+
unverified: "unverified";
|
|
975
|
+
supported: "supported";
|
|
976
|
+
unsupported: "unsupported";
|
|
977
|
+
}>;
|
|
803
978
|
}, z.core.$strict>;
|
|
804
979
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
805
980
|
method: z.ZodEnum<{
|
|
@@ -887,13 +1062,13 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
887
1062
|
referenceUrl: z.ZodURL;
|
|
888
1063
|
implementation: z.ZodEnum<{
|
|
889
1064
|
automatic: "automatic";
|
|
890
|
-
manual: "manual";
|
|
891
1065
|
domain_connect: "domain_connect";
|
|
1066
|
+
manual: "manual";
|
|
892
1067
|
unverified: "unverified";
|
|
893
1068
|
}>;
|
|
894
1069
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
895
|
-
manual: "manual";
|
|
896
1070
|
domain_connect: "domain_connect";
|
|
1071
|
+
manual: "manual";
|
|
897
1072
|
oauth2_pkce: "oauth2_pkce";
|
|
898
1073
|
api_token: "api_token";
|
|
899
1074
|
api_key: "api_key";
|
|
@@ -906,6 +1081,41 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
906
1081
|
supported: "supported";
|
|
907
1082
|
unsupported: "unsupported";
|
|
908
1083
|
}>;
|
|
1084
|
+
subdomainNSModification: z.ZodEnum<{
|
|
1085
|
+
unverified: "unverified";
|
|
1086
|
+
supported: "supported";
|
|
1087
|
+
unsupported: "unsupported";
|
|
1088
|
+
}>;
|
|
1089
|
+
wwwRedirect: z.ZodEnum<{
|
|
1090
|
+
unverified: "unverified";
|
|
1091
|
+
supported: "supported";
|
|
1092
|
+
unsupported: "unsupported";
|
|
1093
|
+
}>;
|
|
1094
|
+
cnameFlattening: z.ZodEnum<{
|
|
1095
|
+
unverified: "unverified";
|
|
1096
|
+
supported: "supported";
|
|
1097
|
+
unsupported: "unsupported";
|
|
1098
|
+
}>;
|
|
1099
|
+
wildcardRecords: z.ZodEnum<{
|
|
1100
|
+
unverified: "unverified";
|
|
1101
|
+
supported: "supported";
|
|
1102
|
+
unsupported: "unsupported";
|
|
1103
|
+
}>;
|
|
1104
|
+
caaRecords: z.ZodEnum<{
|
|
1105
|
+
unverified: "unverified";
|
|
1106
|
+
supported: "supported";
|
|
1107
|
+
unsupported: "unsupported";
|
|
1108
|
+
}>;
|
|
1109
|
+
spfRecords: z.ZodEnum<{
|
|
1110
|
+
unverified: "unverified";
|
|
1111
|
+
supported: "supported";
|
|
1112
|
+
unsupported: "unsupported";
|
|
1113
|
+
}>;
|
|
1114
|
+
socialLogin: z.ZodEnum<{
|
|
1115
|
+
unverified: "unverified";
|
|
1116
|
+
supported: "supported";
|
|
1117
|
+
unsupported: "unsupported";
|
|
1118
|
+
}>;
|
|
909
1119
|
}, z.core.$strict>;
|
|
910
1120
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
911
1121
|
method: z.ZodEnum<{
|
|
@@ -1029,13 +1239,13 @@ declare const StartDomainConnectResponseSchema: z.ZodObject<{
|
|
|
1029
1239
|
referenceUrl: z.ZodURL;
|
|
1030
1240
|
implementation: z.ZodEnum<{
|
|
1031
1241
|
automatic: "automatic";
|
|
1032
|
-
manual: "manual";
|
|
1033
1242
|
domain_connect: "domain_connect";
|
|
1243
|
+
manual: "manual";
|
|
1034
1244
|
unverified: "unverified";
|
|
1035
1245
|
}>;
|
|
1036
1246
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
1037
|
-
manual: "manual";
|
|
1038
1247
|
domain_connect: "domain_connect";
|
|
1248
|
+
manual: "manual";
|
|
1039
1249
|
oauth2_pkce: "oauth2_pkce";
|
|
1040
1250
|
api_token: "api_token";
|
|
1041
1251
|
api_key: "api_key";
|
|
@@ -1048,6 +1258,41 @@ declare const StartDomainConnectResponseSchema: z.ZodObject<{
|
|
|
1048
1258
|
supported: "supported";
|
|
1049
1259
|
unsupported: "unsupported";
|
|
1050
1260
|
}>;
|
|
1261
|
+
subdomainNSModification: z.ZodEnum<{
|
|
1262
|
+
unverified: "unverified";
|
|
1263
|
+
supported: "supported";
|
|
1264
|
+
unsupported: "unsupported";
|
|
1265
|
+
}>;
|
|
1266
|
+
wwwRedirect: z.ZodEnum<{
|
|
1267
|
+
unverified: "unverified";
|
|
1268
|
+
supported: "supported";
|
|
1269
|
+
unsupported: "unsupported";
|
|
1270
|
+
}>;
|
|
1271
|
+
cnameFlattening: z.ZodEnum<{
|
|
1272
|
+
unverified: "unverified";
|
|
1273
|
+
supported: "supported";
|
|
1274
|
+
unsupported: "unsupported";
|
|
1275
|
+
}>;
|
|
1276
|
+
wildcardRecords: z.ZodEnum<{
|
|
1277
|
+
unverified: "unverified";
|
|
1278
|
+
supported: "supported";
|
|
1279
|
+
unsupported: "unsupported";
|
|
1280
|
+
}>;
|
|
1281
|
+
caaRecords: z.ZodEnum<{
|
|
1282
|
+
unverified: "unverified";
|
|
1283
|
+
supported: "supported";
|
|
1284
|
+
unsupported: "unsupported";
|
|
1285
|
+
}>;
|
|
1286
|
+
spfRecords: z.ZodEnum<{
|
|
1287
|
+
unverified: "unverified";
|
|
1288
|
+
supported: "supported";
|
|
1289
|
+
unsupported: "unsupported";
|
|
1290
|
+
}>;
|
|
1291
|
+
socialLogin: z.ZodEnum<{
|
|
1292
|
+
unverified: "unverified";
|
|
1293
|
+
supported: "supported";
|
|
1294
|
+
unsupported: "unsupported";
|
|
1295
|
+
}>;
|
|
1051
1296
|
}, z.core.$strict>;
|
|
1052
1297
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1053
1298
|
method: z.ZodEnum<{
|
|
@@ -1221,13 +1466,13 @@ declare const StartOAuthResponseSchema: z.ZodObject<{
|
|
|
1221
1466
|
referenceUrl: z.ZodURL;
|
|
1222
1467
|
implementation: z.ZodEnum<{
|
|
1223
1468
|
automatic: "automatic";
|
|
1224
|
-
manual: "manual";
|
|
1225
1469
|
domain_connect: "domain_connect";
|
|
1470
|
+
manual: "manual";
|
|
1226
1471
|
unverified: "unverified";
|
|
1227
1472
|
}>;
|
|
1228
1473
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
1229
|
-
manual: "manual";
|
|
1230
1474
|
domain_connect: "domain_connect";
|
|
1475
|
+
manual: "manual";
|
|
1231
1476
|
oauth2_pkce: "oauth2_pkce";
|
|
1232
1477
|
api_token: "api_token";
|
|
1233
1478
|
api_key: "api_key";
|
|
@@ -1240,6 +1485,41 @@ declare const StartOAuthResponseSchema: z.ZodObject<{
|
|
|
1240
1485
|
supported: "supported";
|
|
1241
1486
|
unsupported: "unsupported";
|
|
1242
1487
|
}>;
|
|
1488
|
+
subdomainNSModification: z.ZodEnum<{
|
|
1489
|
+
unverified: "unverified";
|
|
1490
|
+
supported: "supported";
|
|
1491
|
+
unsupported: "unsupported";
|
|
1492
|
+
}>;
|
|
1493
|
+
wwwRedirect: z.ZodEnum<{
|
|
1494
|
+
unverified: "unverified";
|
|
1495
|
+
supported: "supported";
|
|
1496
|
+
unsupported: "unsupported";
|
|
1497
|
+
}>;
|
|
1498
|
+
cnameFlattening: z.ZodEnum<{
|
|
1499
|
+
unverified: "unverified";
|
|
1500
|
+
supported: "supported";
|
|
1501
|
+
unsupported: "unsupported";
|
|
1502
|
+
}>;
|
|
1503
|
+
wildcardRecords: z.ZodEnum<{
|
|
1504
|
+
unverified: "unverified";
|
|
1505
|
+
supported: "supported";
|
|
1506
|
+
unsupported: "unsupported";
|
|
1507
|
+
}>;
|
|
1508
|
+
caaRecords: z.ZodEnum<{
|
|
1509
|
+
unverified: "unverified";
|
|
1510
|
+
supported: "supported";
|
|
1511
|
+
unsupported: "unsupported";
|
|
1512
|
+
}>;
|
|
1513
|
+
spfRecords: z.ZodEnum<{
|
|
1514
|
+
unverified: "unverified";
|
|
1515
|
+
supported: "supported";
|
|
1516
|
+
unsupported: "unsupported";
|
|
1517
|
+
}>;
|
|
1518
|
+
socialLogin: z.ZodEnum<{
|
|
1519
|
+
unverified: "unverified";
|
|
1520
|
+
supported: "supported";
|
|
1521
|
+
unsupported: "unsupported";
|
|
1522
|
+
}>;
|
|
1243
1523
|
}, z.core.$strict>;
|
|
1244
1524
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1245
1525
|
method: z.ZodEnum<{
|
|
@@ -2401,13 +2681,13 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2401
2681
|
referenceUrl: z.ZodURL;
|
|
2402
2682
|
implementation: z.ZodEnum<{
|
|
2403
2683
|
automatic: "automatic";
|
|
2404
|
-
manual: "manual";
|
|
2405
2684
|
domain_connect: "domain_connect";
|
|
2685
|
+
manual: "manual";
|
|
2406
2686
|
unverified: "unverified";
|
|
2407
2687
|
}>;
|
|
2408
2688
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2409
|
-
manual: "manual";
|
|
2410
2689
|
domain_connect: "domain_connect";
|
|
2690
|
+
manual: "manual";
|
|
2411
2691
|
oauth2_pkce: "oauth2_pkce";
|
|
2412
2692
|
api_token: "api_token";
|
|
2413
2693
|
api_key: "api_key";
|
|
@@ -2420,6 +2700,41 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2420
2700
|
supported: "supported";
|
|
2421
2701
|
unsupported: "unsupported";
|
|
2422
2702
|
}>;
|
|
2703
|
+
subdomainNSModification: z.ZodEnum<{
|
|
2704
|
+
unverified: "unverified";
|
|
2705
|
+
supported: "supported";
|
|
2706
|
+
unsupported: "unsupported";
|
|
2707
|
+
}>;
|
|
2708
|
+
wwwRedirect: z.ZodEnum<{
|
|
2709
|
+
unverified: "unverified";
|
|
2710
|
+
supported: "supported";
|
|
2711
|
+
unsupported: "unsupported";
|
|
2712
|
+
}>;
|
|
2713
|
+
cnameFlattening: z.ZodEnum<{
|
|
2714
|
+
unverified: "unverified";
|
|
2715
|
+
supported: "supported";
|
|
2716
|
+
unsupported: "unsupported";
|
|
2717
|
+
}>;
|
|
2718
|
+
wildcardRecords: z.ZodEnum<{
|
|
2719
|
+
unverified: "unverified";
|
|
2720
|
+
supported: "supported";
|
|
2721
|
+
unsupported: "unsupported";
|
|
2722
|
+
}>;
|
|
2723
|
+
caaRecords: z.ZodEnum<{
|
|
2724
|
+
unverified: "unverified";
|
|
2725
|
+
supported: "supported";
|
|
2726
|
+
unsupported: "unsupported";
|
|
2727
|
+
}>;
|
|
2728
|
+
spfRecords: z.ZodEnum<{
|
|
2729
|
+
unverified: "unverified";
|
|
2730
|
+
supported: "supported";
|
|
2731
|
+
unsupported: "unsupported";
|
|
2732
|
+
}>;
|
|
2733
|
+
socialLogin: z.ZodEnum<{
|
|
2734
|
+
unverified: "unverified";
|
|
2735
|
+
supported: "supported";
|
|
2736
|
+
unsupported: "unsupported";
|
|
2737
|
+
}>;
|
|
2423
2738
|
}, z.core.$strict>;
|
|
2424
2739
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2425
2740
|
method: z.ZodEnum<{
|
|
@@ -2587,13 +2902,13 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
2587
2902
|
referenceUrl: z.ZodURL;
|
|
2588
2903
|
implementation: z.ZodEnum<{
|
|
2589
2904
|
automatic: "automatic";
|
|
2590
|
-
manual: "manual";
|
|
2591
2905
|
domain_connect: "domain_connect";
|
|
2906
|
+
manual: "manual";
|
|
2592
2907
|
unverified: "unverified";
|
|
2593
2908
|
}>;
|
|
2594
2909
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2595
|
-
manual: "manual";
|
|
2596
2910
|
domain_connect: "domain_connect";
|
|
2911
|
+
manual: "manual";
|
|
2597
2912
|
oauth2_pkce: "oauth2_pkce";
|
|
2598
2913
|
api_token: "api_token";
|
|
2599
2914
|
api_key: "api_key";
|
|
@@ -2606,6 +2921,41 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
2606
2921
|
supported: "supported";
|
|
2607
2922
|
unsupported: "unsupported";
|
|
2608
2923
|
}>;
|
|
2924
|
+
subdomainNSModification: z.ZodEnum<{
|
|
2925
|
+
unverified: "unverified";
|
|
2926
|
+
supported: "supported";
|
|
2927
|
+
unsupported: "unsupported";
|
|
2928
|
+
}>;
|
|
2929
|
+
wwwRedirect: z.ZodEnum<{
|
|
2930
|
+
unverified: "unverified";
|
|
2931
|
+
supported: "supported";
|
|
2932
|
+
unsupported: "unsupported";
|
|
2933
|
+
}>;
|
|
2934
|
+
cnameFlattening: z.ZodEnum<{
|
|
2935
|
+
unverified: "unverified";
|
|
2936
|
+
supported: "supported";
|
|
2937
|
+
unsupported: "unsupported";
|
|
2938
|
+
}>;
|
|
2939
|
+
wildcardRecords: z.ZodEnum<{
|
|
2940
|
+
unverified: "unverified";
|
|
2941
|
+
supported: "supported";
|
|
2942
|
+
unsupported: "unsupported";
|
|
2943
|
+
}>;
|
|
2944
|
+
caaRecords: z.ZodEnum<{
|
|
2945
|
+
unverified: "unverified";
|
|
2946
|
+
supported: "supported";
|
|
2947
|
+
unsupported: "unsupported";
|
|
2948
|
+
}>;
|
|
2949
|
+
spfRecords: z.ZodEnum<{
|
|
2950
|
+
unverified: "unverified";
|
|
2951
|
+
supported: "supported";
|
|
2952
|
+
unsupported: "unsupported";
|
|
2953
|
+
}>;
|
|
2954
|
+
socialLogin: z.ZodEnum<{
|
|
2955
|
+
unverified: "unverified";
|
|
2956
|
+
supported: "supported";
|
|
2957
|
+
unsupported: "unsupported";
|
|
2958
|
+
}>;
|
|
2609
2959
|
}, z.core.$strict>;
|
|
2610
2960
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2611
2961
|
method: z.ZodEnum<{
|
|
@@ -2830,13 +3180,13 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
2830
3180
|
referenceUrl: z.ZodURL;
|
|
2831
3181
|
implementation: z.ZodEnum<{
|
|
2832
3182
|
automatic: "automatic";
|
|
2833
|
-
manual: "manual";
|
|
2834
3183
|
domain_connect: "domain_connect";
|
|
3184
|
+
manual: "manual";
|
|
2835
3185
|
unverified: "unverified";
|
|
2836
3186
|
}>;
|
|
2837
3187
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2838
|
-
manual: "manual";
|
|
2839
3188
|
domain_connect: "domain_connect";
|
|
3189
|
+
manual: "manual";
|
|
2840
3190
|
oauth2_pkce: "oauth2_pkce";
|
|
2841
3191
|
api_token: "api_token";
|
|
2842
3192
|
api_key: "api_key";
|
|
@@ -2849,6 +3199,41 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
2849
3199
|
supported: "supported";
|
|
2850
3200
|
unsupported: "unsupported";
|
|
2851
3201
|
}>;
|
|
3202
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3203
|
+
unverified: "unverified";
|
|
3204
|
+
supported: "supported";
|
|
3205
|
+
unsupported: "unsupported";
|
|
3206
|
+
}>;
|
|
3207
|
+
wwwRedirect: z.ZodEnum<{
|
|
3208
|
+
unverified: "unverified";
|
|
3209
|
+
supported: "supported";
|
|
3210
|
+
unsupported: "unsupported";
|
|
3211
|
+
}>;
|
|
3212
|
+
cnameFlattening: z.ZodEnum<{
|
|
3213
|
+
unverified: "unverified";
|
|
3214
|
+
supported: "supported";
|
|
3215
|
+
unsupported: "unsupported";
|
|
3216
|
+
}>;
|
|
3217
|
+
wildcardRecords: z.ZodEnum<{
|
|
3218
|
+
unverified: "unverified";
|
|
3219
|
+
supported: "supported";
|
|
3220
|
+
unsupported: "unsupported";
|
|
3221
|
+
}>;
|
|
3222
|
+
caaRecords: z.ZodEnum<{
|
|
3223
|
+
unverified: "unverified";
|
|
3224
|
+
supported: "supported";
|
|
3225
|
+
unsupported: "unsupported";
|
|
3226
|
+
}>;
|
|
3227
|
+
spfRecords: z.ZodEnum<{
|
|
3228
|
+
unverified: "unverified";
|
|
3229
|
+
supported: "supported";
|
|
3230
|
+
unsupported: "unsupported";
|
|
3231
|
+
}>;
|
|
3232
|
+
socialLogin: z.ZodEnum<{
|
|
3233
|
+
unverified: "unverified";
|
|
3234
|
+
supported: "supported";
|
|
3235
|
+
unsupported: "unsupported";
|
|
3236
|
+
}>;
|
|
2852
3237
|
}, z.core.$strict>;
|
|
2853
3238
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2854
3239
|
method: z.ZodEnum<{
|
|
@@ -3007,13 +3392,13 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3007
3392
|
referenceUrl: z.ZodURL;
|
|
3008
3393
|
implementation: z.ZodEnum<{
|
|
3009
3394
|
automatic: "automatic";
|
|
3010
|
-
manual: "manual";
|
|
3011
3395
|
domain_connect: "domain_connect";
|
|
3396
|
+
manual: "manual";
|
|
3012
3397
|
unverified: "unverified";
|
|
3013
3398
|
}>;
|
|
3014
3399
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3015
|
-
manual: "manual";
|
|
3016
3400
|
domain_connect: "domain_connect";
|
|
3401
|
+
manual: "manual";
|
|
3017
3402
|
oauth2_pkce: "oauth2_pkce";
|
|
3018
3403
|
api_token: "api_token";
|
|
3019
3404
|
api_key: "api_key";
|
|
@@ -3026,6 +3411,41 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3026
3411
|
supported: "supported";
|
|
3027
3412
|
unsupported: "unsupported";
|
|
3028
3413
|
}>;
|
|
3414
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3415
|
+
unverified: "unverified";
|
|
3416
|
+
supported: "supported";
|
|
3417
|
+
unsupported: "unsupported";
|
|
3418
|
+
}>;
|
|
3419
|
+
wwwRedirect: z.ZodEnum<{
|
|
3420
|
+
unverified: "unverified";
|
|
3421
|
+
supported: "supported";
|
|
3422
|
+
unsupported: "unsupported";
|
|
3423
|
+
}>;
|
|
3424
|
+
cnameFlattening: z.ZodEnum<{
|
|
3425
|
+
unverified: "unverified";
|
|
3426
|
+
supported: "supported";
|
|
3427
|
+
unsupported: "unsupported";
|
|
3428
|
+
}>;
|
|
3429
|
+
wildcardRecords: z.ZodEnum<{
|
|
3430
|
+
unverified: "unverified";
|
|
3431
|
+
supported: "supported";
|
|
3432
|
+
unsupported: "unsupported";
|
|
3433
|
+
}>;
|
|
3434
|
+
caaRecords: z.ZodEnum<{
|
|
3435
|
+
unverified: "unverified";
|
|
3436
|
+
supported: "supported";
|
|
3437
|
+
unsupported: "unsupported";
|
|
3438
|
+
}>;
|
|
3439
|
+
spfRecords: z.ZodEnum<{
|
|
3440
|
+
unverified: "unverified";
|
|
3441
|
+
supported: "supported";
|
|
3442
|
+
unsupported: "unsupported";
|
|
3443
|
+
}>;
|
|
3444
|
+
socialLogin: z.ZodEnum<{
|
|
3445
|
+
unverified: "unverified";
|
|
3446
|
+
supported: "supported";
|
|
3447
|
+
unsupported: "unsupported";
|
|
3448
|
+
}>;
|
|
3029
3449
|
}, z.core.$strict>;
|
|
3030
3450
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3031
3451
|
method: z.ZodEnum<{
|
|
@@ -3186,13 +3606,13 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
3186
3606
|
referenceUrl: z.ZodURL;
|
|
3187
3607
|
implementation: z.ZodEnum<{
|
|
3188
3608
|
automatic: "automatic";
|
|
3189
|
-
manual: "manual";
|
|
3190
3609
|
domain_connect: "domain_connect";
|
|
3610
|
+
manual: "manual";
|
|
3191
3611
|
unverified: "unverified";
|
|
3192
3612
|
}>;
|
|
3193
3613
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3194
|
-
manual: "manual";
|
|
3195
3614
|
domain_connect: "domain_connect";
|
|
3615
|
+
manual: "manual";
|
|
3196
3616
|
oauth2_pkce: "oauth2_pkce";
|
|
3197
3617
|
api_token: "api_token";
|
|
3198
3618
|
api_key: "api_key";
|
|
@@ -3205,6 +3625,41 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
3205
3625
|
supported: "supported";
|
|
3206
3626
|
unsupported: "unsupported";
|
|
3207
3627
|
}>;
|
|
3628
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3629
|
+
unverified: "unverified";
|
|
3630
|
+
supported: "supported";
|
|
3631
|
+
unsupported: "unsupported";
|
|
3632
|
+
}>;
|
|
3633
|
+
wwwRedirect: z.ZodEnum<{
|
|
3634
|
+
unverified: "unverified";
|
|
3635
|
+
supported: "supported";
|
|
3636
|
+
unsupported: "unsupported";
|
|
3637
|
+
}>;
|
|
3638
|
+
cnameFlattening: z.ZodEnum<{
|
|
3639
|
+
unverified: "unverified";
|
|
3640
|
+
supported: "supported";
|
|
3641
|
+
unsupported: "unsupported";
|
|
3642
|
+
}>;
|
|
3643
|
+
wildcardRecords: z.ZodEnum<{
|
|
3644
|
+
unverified: "unverified";
|
|
3645
|
+
supported: "supported";
|
|
3646
|
+
unsupported: "unsupported";
|
|
3647
|
+
}>;
|
|
3648
|
+
caaRecords: z.ZodEnum<{
|
|
3649
|
+
unverified: "unverified";
|
|
3650
|
+
supported: "supported";
|
|
3651
|
+
unsupported: "unsupported";
|
|
3652
|
+
}>;
|
|
3653
|
+
spfRecords: z.ZodEnum<{
|
|
3654
|
+
unverified: "unverified";
|
|
3655
|
+
supported: "supported";
|
|
3656
|
+
unsupported: "unsupported";
|
|
3657
|
+
}>;
|
|
3658
|
+
socialLogin: z.ZodEnum<{
|
|
3659
|
+
unverified: "unverified";
|
|
3660
|
+
supported: "supported";
|
|
3661
|
+
unsupported: "unsupported";
|
|
3662
|
+
}>;
|
|
3208
3663
|
}, z.core.$strict>;
|
|
3209
3664
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3210
3665
|
method: z.ZodEnum<{
|
|
@@ -3385,13 +3840,13 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
3385
3840
|
referenceUrl: z.ZodURL;
|
|
3386
3841
|
implementation: z.ZodEnum<{
|
|
3387
3842
|
automatic: "automatic";
|
|
3388
|
-
manual: "manual";
|
|
3389
3843
|
domain_connect: "domain_connect";
|
|
3844
|
+
manual: "manual";
|
|
3390
3845
|
unverified: "unverified";
|
|
3391
3846
|
}>;
|
|
3392
3847
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3393
|
-
manual: "manual";
|
|
3394
3848
|
domain_connect: "domain_connect";
|
|
3849
|
+
manual: "manual";
|
|
3395
3850
|
oauth2_pkce: "oauth2_pkce";
|
|
3396
3851
|
api_token: "api_token";
|
|
3397
3852
|
api_key: "api_key";
|
|
@@ -3404,6 +3859,41 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
3404
3859
|
supported: "supported";
|
|
3405
3860
|
unsupported: "unsupported";
|
|
3406
3861
|
}>;
|
|
3862
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3863
|
+
unverified: "unverified";
|
|
3864
|
+
supported: "supported";
|
|
3865
|
+
unsupported: "unsupported";
|
|
3866
|
+
}>;
|
|
3867
|
+
wwwRedirect: z.ZodEnum<{
|
|
3868
|
+
unverified: "unverified";
|
|
3869
|
+
supported: "supported";
|
|
3870
|
+
unsupported: "unsupported";
|
|
3871
|
+
}>;
|
|
3872
|
+
cnameFlattening: z.ZodEnum<{
|
|
3873
|
+
unverified: "unverified";
|
|
3874
|
+
supported: "supported";
|
|
3875
|
+
unsupported: "unsupported";
|
|
3876
|
+
}>;
|
|
3877
|
+
wildcardRecords: z.ZodEnum<{
|
|
3878
|
+
unverified: "unverified";
|
|
3879
|
+
supported: "supported";
|
|
3880
|
+
unsupported: "unsupported";
|
|
3881
|
+
}>;
|
|
3882
|
+
caaRecords: z.ZodEnum<{
|
|
3883
|
+
unverified: "unverified";
|
|
3884
|
+
supported: "supported";
|
|
3885
|
+
unsupported: "unsupported";
|
|
3886
|
+
}>;
|
|
3887
|
+
spfRecords: z.ZodEnum<{
|
|
3888
|
+
unverified: "unverified";
|
|
3889
|
+
supported: "supported";
|
|
3890
|
+
unsupported: "unsupported";
|
|
3891
|
+
}>;
|
|
3892
|
+
socialLogin: z.ZodEnum<{
|
|
3893
|
+
unverified: "unverified";
|
|
3894
|
+
supported: "supported";
|
|
3895
|
+
unsupported: "unsupported";
|
|
3896
|
+
}>;
|
|
3407
3897
|
}, z.core.$strict>;
|
|
3408
3898
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3409
3899
|
method: z.ZodEnum<{
|
|
@@ -3567,13 +4057,13 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3567
4057
|
referenceUrl: z.ZodURL;
|
|
3568
4058
|
implementation: z.ZodEnum<{
|
|
3569
4059
|
automatic: "automatic";
|
|
3570
|
-
manual: "manual";
|
|
3571
4060
|
domain_connect: "domain_connect";
|
|
4061
|
+
manual: "manual";
|
|
3572
4062
|
unverified: "unverified";
|
|
3573
4063
|
}>;
|
|
3574
4064
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3575
|
-
manual: "manual";
|
|
3576
4065
|
domain_connect: "domain_connect";
|
|
4066
|
+
manual: "manual";
|
|
3577
4067
|
oauth2_pkce: "oauth2_pkce";
|
|
3578
4068
|
api_token: "api_token";
|
|
3579
4069
|
api_key: "api_key";
|
|
@@ -3586,6 +4076,41 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3586
4076
|
supported: "supported";
|
|
3587
4077
|
unsupported: "unsupported";
|
|
3588
4078
|
}>;
|
|
4079
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4080
|
+
unverified: "unverified";
|
|
4081
|
+
supported: "supported";
|
|
4082
|
+
unsupported: "unsupported";
|
|
4083
|
+
}>;
|
|
4084
|
+
wwwRedirect: z.ZodEnum<{
|
|
4085
|
+
unverified: "unverified";
|
|
4086
|
+
supported: "supported";
|
|
4087
|
+
unsupported: "unsupported";
|
|
4088
|
+
}>;
|
|
4089
|
+
cnameFlattening: z.ZodEnum<{
|
|
4090
|
+
unverified: "unverified";
|
|
4091
|
+
supported: "supported";
|
|
4092
|
+
unsupported: "unsupported";
|
|
4093
|
+
}>;
|
|
4094
|
+
wildcardRecords: z.ZodEnum<{
|
|
4095
|
+
unverified: "unverified";
|
|
4096
|
+
supported: "supported";
|
|
4097
|
+
unsupported: "unsupported";
|
|
4098
|
+
}>;
|
|
4099
|
+
caaRecords: z.ZodEnum<{
|
|
4100
|
+
unverified: "unverified";
|
|
4101
|
+
supported: "supported";
|
|
4102
|
+
unsupported: "unsupported";
|
|
4103
|
+
}>;
|
|
4104
|
+
spfRecords: z.ZodEnum<{
|
|
4105
|
+
unverified: "unverified";
|
|
4106
|
+
supported: "supported";
|
|
4107
|
+
unsupported: "unsupported";
|
|
4108
|
+
}>;
|
|
4109
|
+
socialLogin: z.ZodEnum<{
|
|
4110
|
+
unverified: "unverified";
|
|
4111
|
+
supported: "supported";
|
|
4112
|
+
unsupported: "unsupported";
|
|
4113
|
+
}>;
|
|
3589
4114
|
}, z.core.$strict>;
|
|
3590
4115
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3591
4116
|
method: z.ZodEnum<{
|
|
@@ -3759,13 +4284,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3759
4284
|
referenceUrl: z.ZodURL;
|
|
3760
4285
|
implementation: z.ZodEnum<{
|
|
3761
4286
|
automatic: "automatic";
|
|
3762
|
-
manual: "manual";
|
|
3763
4287
|
domain_connect: "domain_connect";
|
|
4288
|
+
manual: "manual";
|
|
3764
4289
|
unverified: "unverified";
|
|
3765
4290
|
}>;
|
|
3766
4291
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3767
|
-
manual: "manual";
|
|
3768
4292
|
domain_connect: "domain_connect";
|
|
4293
|
+
manual: "manual";
|
|
3769
4294
|
oauth2_pkce: "oauth2_pkce";
|
|
3770
4295
|
api_token: "api_token";
|
|
3771
4296
|
api_key: "api_key";
|
|
@@ -3778,6 +4303,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3778
4303
|
supported: "supported";
|
|
3779
4304
|
unsupported: "unsupported";
|
|
3780
4305
|
}>;
|
|
4306
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4307
|
+
unverified: "unverified";
|
|
4308
|
+
supported: "supported";
|
|
4309
|
+
unsupported: "unsupported";
|
|
4310
|
+
}>;
|
|
4311
|
+
wwwRedirect: z.ZodEnum<{
|
|
4312
|
+
unverified: "unverified";
|
|
4313
|
+
supported: "supported";
|
|
4314
|
+
unsupported: "unsupported";
|
|
4315
|
+
}>;
|
|
4316
|
+
cnameFlattening: z.ZodEnum<{
|
|
4317
|
+
unverified: "unverified";
|
|
4318
|
+
supported: "supported";
|
|
4319
|
+
unsupported: "unsupported";
|
|
4320
|
+
}>;
|
|
4321
|
+
wildcardRecords: z.ZodEnum<{
|
|
4322
|
+
unverified: "unverified";
|
|
4323
|
+
supported: "supported";
|
|
4324
|
+
unsupported: "unsupported";
|
|
4325
|
+
}>;
|
|
4326
|
+
caaRecords: z.ZodEnum<{
|
|
4327
|
+
unverified: "unverified";
|
|
4328
|
+
supported: "supported";
|
|
4329
|
+
unsupported: "unsupported";
|
|
4330
|
+
}>;
|
|
4331
|
+
spfRecords: z.ZodEnum<{
|
|
4332
|
+
unverified: "unverified";
|
|
4333
|
+
supported: "supported";
|
|
4334
|
+
unsupported: "unsupported";
|
|
4335
|
+
}>;
|
|
4336
|
+
socialLogin: z.ZodEnum<{
|
|
4337
|
+
unverified: "unverified";
|
|
4338
|
+
supported: "supported";
|
|
4339
|
+
unsupported: "unsupported";
|
|
4340
|
+
}>;
|
|
3781
4341
|
}, z.core.$strict>;
|
|
3782
4342
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3783
4343
|
method: z.ZodEnum<{
|
|
@@ -3944,13 +4504,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3944
4504
|
referenceUrl: z.ZodURL;
|
|
3945
4505
|
implementation: z.ZodEnum<{
|
|
3946
4506
|
automatic: "automatic";
|
|
3947
|
-
manual: "manual";
|
|
3948
4507
|
domain_connect: "domain_connect";
|
|
4508
|
+
manual: "manual";
|
|
3949
4509
|
unverified: "unverified";
|
|
3950
4510
|
}>;
|
|
3951
4511
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3952
|
-
manual: "manual";
|
|
3953
4512
|
domain_connect: "domain_connect";
|
|
4513
|
+
manual: "manual";
|
|
3954
4514
|
oauth2_pkce: "oauth2_pkce";
|
|
3955
4515
|
api_token: "api_token";
|
|
3956
4516
|
api_key: "api_key";
|
|
@@ -3963,6 +4523,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3963
4523
|
supported: "supported";
|
|
3964
4524
|
unsupported: "unsupported";
|
|
3965
4525
|
}>;
|
|
4526
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4527
|
+
unverified: "unverified";
|
|
4528
|
+
supported: "supported";
|
|
4529
|
+
unsupported: "unsupported";
|
|
4530
|
+
}>;
|
|
4531
|
+
wwwRedirect: z.ZodEnum<{
|
|
4532
|
+
unverified: "unverified";
|
|
4533
|
+
supported: "supported";
|
|
4534
|
+
unsupported: "unsupported";
|
|
4535
|
+
}>;
|
|
4536
|
+
cnameFlattening: z.ZodEnum<{
|
|
4537
|
+
unverified: "unverified";
|
|
4538
|
+
supported: "supported";
|
|
4539
|
+
unsupported: "unsupported";
|
|
4540
|
+
}>;
|
|
4541
|
+
wildcardRecords: z.ZodEnum<{
|
|
4542
|
+
unverified: "unverified";
|
|
4543
|
+
supported: "supported";
|
|
4544
|
+
unsupported: "unsupported";
|
|
4545
|
+
}>;
|
|
4546
|
+
caaRecords: z.ZodEnum<{
|
|
4547
|
+
unverified: "unverified";
|
|
4548
|
+
supported: "supported";
|
|
4549
|
+
unsupported: "unsupported";
|
|
4550
|
+
}>;
|
|
4551
|
+
spfRecords: z.ZodEnum<{
|
|
4552
|
+
unverified: "unverified";
|
|
4553
|
+
supported: "supported";
|
|
4554
|
+
unsupported: "unsupported";
|
|
4555
|
+
}>;
|
|
4556
|
+
socialLogin: z.ZodEnum<{
|
|
4557
|
+
unverified: "unverified";
|
|
4558
|
+
supported: "supported";
|
|
4559
|
+
unsupported: "unsupported";
|
|
4560
|
+
}>;
|
|
3966
4561
|
}, z.core.$strict>;
|
|
3967
4562
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3968
4563
|
method: z.ZodEnum<{
|
|
@@ -4186,13 +4781,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4186
4781
|
referenceUrl: z.ZodURL;
|
|
4187
4782
|
implementation: z.ZodEnum<{
|
|
4188
4783
|
automatic: "automatic";
|
|
4189
|
-
manual: "manual";
|
|
4190
4784
|
domain_connect: "domain_connect";
|
|
4785
|
+
manual: "manual";
|
|
4191
4786
|
unverified: "unverified";
|
|
4192
4787
|
}>;
|
|
4193
4788
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4194
|
-
manual: "manual";
|
|
4195
4789
|
domain_connect: "domain_connect";
|
|
4790
|
+
manual: "manual";
|
|
4196
4791
|
oauth2_pkce: "oauth2_pkce";
|
|
4197
4792
|
api_token: "api_token";
|
|
4198
4793
|
api_key: "api_key";
|
|
@@ -4205,6 +4800,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4205
4800
|
supported: "supported";
|
|
4206
4801
|
unsupported: "unsupported";
|
|
4207
4802
|
}>;
|
|
4803
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4804
|
+
unverified: "unverified";
|
|
4805
|
+
supported: "supported";
|
|
4806
|
+
unsupported: "unsupported";
|
|
4807
|
+
}>;
|
|
4808
|
+
wwwRedirect: z.ZodEnum<{
|
|
4809
|
+
unverified: "unverified";
|
|
4810
|
+
supported: "supported";
|
|
4811
|
+
unsupported: "unsupported";
|
|
4812
|
+
}>;
|
|
4813
|
+
cnameFlattening: z.ZodEnum<{
|
|
4814
|
+
unverified: "unverified";
|
|
4815
|
+
supported: "supported";
|
|
4816
|
+
unsupported: "unsupported";
|
|
4817
|
+
}>;
|
|
4818
|
+
wildcardRecords: z.ZodEnum<{
|
|
4819
|
+
unverified: "unverified";
|
|
4820
|
+
supported: "supported";
|
|
4821
|
+
unsupported: "unsupported";
|
|
4822
|
+
}>;
|
|
4823
|
+
caaRecords: z.ZodEnum<{
|
|
4824
|
+
unverified: "unverified";
|
|
4825
|
+
supported: "supported";
|
|
4826
|
+
unsupported: "unsupported";
|
|
4827
|
+
}>;
|
|
4828
|
+
spfRecords: z.ZodEnum<{
|
|
4829
|
+
unverified: "unverified";
|
|
4830
|
+
supported: "supported";
|
|
4831
|
+
unsupported: "unsupported";
|
|
4832
|
+
}>;
|
|
4833
|
+
socialLogin: z.ZodEnum<{
|
|
4834
|
+
unverified: "unverified";
|
|
4835
|
+
supported: "supported";
|
|
4836
|
+
unsupported: "unsupported";
|
|
4837
|
+
}>;
|
|
4208
4838
|
}, z.core.$strict>;
|
|
4209
4839
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4210
4840
|
method: z.ZodEnum<{
|
|
@@ -4362,13 +4992,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4362
4992
|
referenceUrl: z.ZodURL;
|
|
4363
4993
|
implementation: z.ZodEnum<{
|
|
4364
4994
|
automatic: "automatic";
|
|
4365
|
-
manual: "manual";
|
|
4366
4995
|
domain_connect: "domain_connect";
|
|
4996
|
+
manual: "manual";
|
|
4367
4997
|
unverified: "unverified";
|
|
4368
4998
|
}>;
|
|
4369
4999
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4370
|
-
manual: "manual";
|
|
4371
5000
|
domain_connect: "domain_connect";
|
|
5001
|
+
manual: "manual";
|
|
4372
5002
|
oauth2_pkce: "oauth2_pkce";
|
|
4373
5003
|
api_token: "api_token";
|
|
4374
5004
|
api_key: "api_key";
|
|
@@ -4381,6 +5011,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4381
5011
|
supported: "supported";
|
|
4382
5012
|
unsupported: "unsupported";
|
|
4383
5013
|
}>;
|
|
5014
|
+
subdomainNSModification: z.ZodEnum<{
|
|
5015
|
+
unverified: "unverified";
|
|
5016
|
+
supported: "supported";
|
|
5017
|
+
unsupported: "unsupported";
|
|
5018
|
+
}>;
|
|
5019
|
+
wwwRedirect: z.ZodEnum<{
|
|
5020
|
+
unverified: "unverified";
|
|
5021
|
+
supported: "supported";
|
|
5022
|
+
unsupported: "unsupported";
|
|
5023
|
+
}>;
|
|
5024
|
+
cnameFlattening: z.ZodEnum<{
|
|
5025
|
+
unverified: "unverified";
|
|
5026
|
+
supported: "supported";
|
|
5027
|
+
unsupported: "unsupported";
|
|
5028
|
+
}>;
|
|
5029
|
+
wildcardRecords: z.ZodEnum<{
|
|
5030
|
+
unverified: "unverified";
|
|
5031
|
+
supported: "supported";
|
|
5032
|
+
unsupported: "unsupported";
|
|
5033
|
+
}>;
|
|
5034
|
+
caaRecords: z.ZodEnum<{
|
|
5035
|
+
unverified: "unverified";
|
|
5036
|
+
supported: "supported";
|
|
5037
|
+
unsupported: "unsupported";
|
|
5038
|
+
}>;
|
|
5039
|
+
spfRecords: z.ZodEnum<{
|
|
5040
|
+
unverified: "unverified";
|
|
5041
|
+
supported: "supported";
|
|
5042
|
+
unsupported: "unsupported";
|
|
5043
|
+
}>;
|
|
5044
|
+
socialLogin: z.ZodEnum<{
|
|
5045
|
+
unverified: "unverified";
|
|
5046
|
+
supported: "supported";
|
|
5047
|
+
unsupported: "unsupported";
|
|
5048
|
+
}>;
|
|
4384
5049
|
}, z.core.$strict>;
|
|
4385
5050
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4386
5051
|
method: z.ZodEnum<{
|
|
@@ -4540,13 +5205,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4540
5205
|
referenceUrl: z.ZodURL;
|
|
4541
5206
|
implementation: z.ZodEnum<{
|
|
4542
5207
|
automatic: "automatic";
|
|
4543
|
-
manual: "manual";
|
|
4544
5208
|
domain_connect: "domain_connect";
|
|
5209
|
+
manual: "manual";
|
|
4545
5210
|
unverified: "unverified";
|
|
4546
5211
|
}>;
|
|
4547
5212
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4548
|
-
manual: "manual";
|
|
4549
5213
|
domain_connect: "domain_connect";
|
|
5214
|
+
manual: "manual";
|
|
4550
5215
|
oauth2_pkce: "oauth2_pkce";
|
|
4551
5216
|
api_token: "api_token";
|
|
4552
5217
|
api_key: "api_key";
|
|
@@ -4559,6 +5224,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4559
5224
|
supported: "supported";
|
|
4560
5225
|
unsupported: "unsupported";
|
|
4561
5226
|
}>;
|
|
5227
|
+
subdomainNSModification: z.ZodEnum<{
|
|
5228
|
+
unverified: "unverified";
|
|
5229
|
+
supported: "supported";
|
|
5230
|
+
unsupported: "unsupported";
|
|
5231
|
+
}>;
|
|
5232
|
+
wwwRedirect: z.ZodEnum<{
|
|
5233
|
+
unverified: "unverified";
|
|
5234
|
+
supported: "supported";
|
|
5235
|
+
unsupported: "unsupported";
|
|
5236
|
+
}>;
|
|
5237
|
+
cnameFlattening: z.ZodEnum<{
|
|
5238
|
+
unverified: "unverified";
|
|
5239
|
+
supported: "supported";
|
|
5240
|
+
unsupported: "unsupported";
|
|
5241
|
+
}>;
|
|
5242
|
+
wildcardRecords: z.ZodEnum<{
|
|
5243
|
+
unverified: "unverified";
|
|
5244
|
+
supported: "supported";
|
|
5245
|
+
unsupported: "unsupported";
|
|
5246
|
+
}>;
|
|
5247
|
+
caaRecords: z.ZodEnum<{
|
|
5248
|
+
unverified: "unverified";
|
|
5249
|
+
supported: "supported";
|
|
5250
|
+
unsupported: "unsupported";
|
|
5251
|
+
}>;
|
|
5252
|
+
spfRecords: z.ZodEnum<{
|
|
5253
|
+
unverified: "unverified";
|
|
5254
|
+
supported: "supported";
|
|
5255
|
+
unsupported: "unsupported";
|
|
5256
|
+
}>;
|
|
5257
|
+
socialLogin: z.ZodEnum<{
|
|
5258
|
+
unverified: "unverified";
|
|
5259
|
+
supported: "supported";
|
|
5260
|
+
unsupported: "unsupported";
|
|
5261
|
+
}>;
|
|
4562
5262
|
}, z.core.$strict>;
|
|
4563
5263
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4564
5264
|
method: z.ZodEnum<{
|
|
@@ -4738,13 +5438,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4738
5438
|
referenceUrl: z.ZodURL;
|
|
4739
5439
|
implementation: z.ZodEnum<{
|
|
4740
5440
|
automatic: "automatic";
|
|
4741
|
-
manual: "manual";
|
|
4742
5441
|
domain_connect: "domain_connect";
|
|
5442
|
+
manual: "manual";
|
|
4743
5443
|
unverified: "unverified";
|
|
4744
5444
|
}>;
|
|
4745
5445
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4746
|
-
manual: "manual";
|
|
4747
5446
|
domain_connect: "domain_connect";
|
|
5447
|
+
manual: "manual";
|
|
4748
5448
|
oauth2_pkce: "oauth2_pkce";
|
|
4749
5449
|
api_token: "api_token";
|
|
4750
5450
|
api_key: "api_key";
|
|
@@ -4757,6 +5457,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4757
5457
|
supported: "supported";
|
|
4758
5458
|
unsupported: "unsupported";
|
|
4759
5459
|
}>;
|
|
5460
|
+
subdomainNSModification: z.ZodEnum<{
|
|
5461
|
+
unverified: "unverified";
|
|
5462
|
+
supported: "supported";
|
|
5463
|
+
unsupported: "unsupported";
|
|
5464
|
+
}>;
|
|
5465
|
+
wwwRedirect: z.ZodEnum<{
|
|
5466
|
+
unverified: "unverified";
|
|
5467
|
+
supported: "supported";
|
|
5468
|
+
unsupported: "unsupported";
|
|
5469
|
+
}>;
|
|
5470
|
+
cnameFlattening: z.ZodEnum<{
|
|
5471
|
+
unverified: "unverified";
|
|
5472
|
+
supported: "supported";
|
|
5473
|
+
unsupported: "unsupported";
|
|
5474
|
+
}>;
|
|
5475
|
+
wildcardRecords: z.ZodEnum<{
|
|
5476
|
+
unverified: "unverified";
|
|
5477
|
+
supported: "supported";
|
|
5478
|
+
unsupported: "unsupported";
|
|
5479
|
+
}>;
|
|
5480
|
+
caaRecords: z.ZodEnum<{
|
|
5481
|
+
unverified: "unverified";
|
|
5482
|
+
supported: "supported";
|
|
5483
|
+
unsupported: "unsupported";
|
|
5484
|
+
}>;
|
|
5485
|
+
spfRecords: z.ZodEnum<{
|
|
5486
|
+
unverified: "unverified";
|
|
5487
|
+
supported: "supported";
|
|
5488
|
+
unsupported: "unsupported";
|
|
5489
|
+
}>;
|
|
5490
|
+
socialLogin: z.ZodEnum<{
|
|
5491
|
+
unverified: "unverified";
|
|
5492
|
+
supported: "supported";
|
|
5493
|
+
unsupported: "unsupported";
|
|
5494
|
+
}>;
|
|
4760
5495
|
}, z.core.$strict>;
|
|
4761
5496
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4762
5497
|
method: z.ZodEnum<{
|
|
@@ -4919,13 +5654,13 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4919
5654
|
referenceUrl: z.ZodURL;
|
|
4920
5655
|
implementation: z.ZodEnum<{
|
|
4921
5656
|
automatic: "automatic";
|
|
4922
|
-
manual: "manual";
|
|
4923
5657
|
domain_connect: "domain_connect";
|
|
5658
|
+
manual: "manual";
|
|
4924
5659
|
unverified: "unverified";
|
|
4925
5660
|
}>;
|
|
4926
5661
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4927
|
-
manual: "manual";
|
|
4928
5662
|
domain_connect: "domain_connect";
|
|
5663
|
+
manual: "manual";
|
|
4929
5664
|
oauth2_pkce: "oauth2_pkce";
|
|
4930
5665
|
api_token: "api_token";
|
|
4931
5666
|
api_key: "api_key";
|
|
@@ -4938,6 +5673,41 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4938
5673
|
supported: "supported";
|
|
4939
5674
|
unsupported: "unsupported";
|
|
4940
5675
|
}>;
|
|
5676
|
+
subdomainNSModification: z.ZodEnum<{
|
|
5677
|
+
unverified: "unverified";
|
|
5678
|
+
supported: "supported";
|
|
5679
|
+
unsupported: "unsupported";
|
|
5680
|
+
}>;
|
|
5681
|
+
wwwRedirect: z.ZodEnum<{
|
|
5682
|
+
unverified: "unverified";
|
|
5683
|
+
supported: "supported";
|
|
5684
|
+
unsupported: "unsupported";
|
|
5685
|
+
}>;
|
|
5686
|
+
cnameFlattening: z.ZodEnum<{
|
|
5687
|
+
unverified: "unverified";
|
|
5688
|
+
supported: "supported";
|
|
5689
|
+
unsupported: "unsupported";
|
|
5690
|
+
}>;
|
|
5691
|
+
wildcardRecords: z.ZodEnum<{
|
|
5692
|
+
unverified: "unverified";
|
|
5693
|
+
supported: "supported";
|
|
5694
|
+
unsupported: "unsupported";
|
|
5695
|
+
}>;
|
|
5696
|
+
caaRecords: z.ZodEnum<{
|
|
5697
|
+
unverified: "unverified";
|
|
5698
|
+
supported: "supported";
|
|
5699
|
+
unsupported: "unsupported";
|
|
5700
|
+
}>;
|
|
5701
|
+
spfRecords: z.ZodEnum<{
|
|
5702
|
+
unverified: "unverified";
|
|
5703
|
+
supported: "supported";
|
|
5704
|
+
unsupported: "unsupported";
|
|
5705
|
+
}>;
|
|
5706
|
+
socialLogin: z.ZodEnum<{
|
|
5707
|
+
unverified: "unverified";
|
|
5708
|
+
supported: "supported";
|
|
5709
|
+
unsupported: "unsupported";
|
|
5710
|
+
}>;
|
|
4941
5711
|
}, z.core.$strict>;
|
|
4942
5712
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4943
5713
|
method: z.ZodEnum<{
|
|
@@ -5686,8 +6456,8 @@ type EmailProvider = z.infer<typeof EmailProviderSchema>;
|
|
|
5686
6456
|
type EmailProviderId = EmailProvider['id'];
|
|
5687
6457
|
declare const EmailProviderDetectionStatusSchema: z.ZodEnum<{
|
|
5688
6458
|
unknown: "unknown";
|
|
5689
|
-
ambiguous: "ambiguous";
|
|
5690
6459
|
detected: "detected";
|
|
6460
|
+
ambiguous: "ambiguous";
|
|
5691
6461
|
}>;
|
|
5692
6462
|
type EmailProviderDetectionStatus = z.infer<typeof EmailProviderDetectionStatusSchema>;
|
|
5693
6463
|
declare const DkimDnsRecordTypeSchema: z.ZodEnum<{
|
|
@@ -5731,8 +6501,8 @@ declare const DkimGuidanceResponseSchema: z.ZodObject<{
|
|
|
5731
6501
|
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
5732
6502
|
detectionStatus: z.ZodEnum<{
|
|
5733
6503
|
unknown: "unknown";
|
|
5734
|
-
ambiguous: "ambiguous";
|
|
5735
6504
|
detected: "detected";
|
|
6505
|
+
ambiguous: "ambiguous";
|
|
5736
6506
|
}>;
|
|
5737
6507
|
candidates: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5738
6508
|
id: z.ZodLiteral<"google_workspace">;
|
|
@@ -5792,8 +6562,8 @@ declare const DomainSetupSupportSchema: z.ZodEnum<{
|
|
|
5792
6562
|
automatic: "automatic";
|
|
5793
6563
|
unknown: "unknown";
|
|
5794
6564
|
manual: "manual";
|
|
5795
|
-
unavailable: "unavailable";
|
|
5796
6565
|
ambiguous: "ambiguous";
|
|
6566
|
+
unavailable: "unavailable";
|
|
5797
6567
|
}>;
|
|
5798
6568
|
type DomainSetupSupport = z.infer<typeof DomainSetupSupportSchema>;
|
|
5799
6569
|
declare const RecordConflictReasonSchema: z.ZodEnum<{
|
|
@@ -5832,13 +6602,13 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
5832
6602
|
referenceUrl: z.ZodURL;
|
|
5833
6603
|
implementation: z.ZodEnum<{
|
|
5834
6604
|
automatic: "automatic";
|
|
5835
|
-
manual: "manual";
|
|
5836
6605
|
domain_connect: "domain_connect";
|
|
6606
|
+
manual: "manual";
|
|
5837
6607
|
unverified: "unverified";
|
|
5838
6608
|
}>;
|
|
5839
6609
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5840
|
-
manual: "manual";
|
|
5841
6610
|
domain_connect: "domain_connect";
|
|
6611
|
+
manual: "manual";
|
|
5842
6612
|
oauth2_pkce: "oauth2_pkce";
|
|
5843
6613
|
api_token: "api_token";
|
|
5844
6614
|
api_key: "api_key";
|
|
@@ -5851,6 +6621,41 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
5851
6621
|
supported: "supported";
|
|
5852
6622
|
unsupported: "unsupported";
|
|
5853
6623
|
}>;
|
|
6624
|
+
subdomainNSModification: z.ZodEnum<{
|
|
6625
|
+
unverified: "unverified";
|
|
6626
|
+
supported: "supported";
|
|
6627
|
+
unsupported: "unsupported";
|
|
6628
|
+
}>;
|
|
6629
|
+
wwwRedirect: z.ZodEnum<{
|
|
6630
|
+
unverified: "unverified";
|
|
6631
|
+
supported: "supported";
|
|
6632
|
+
unsupported: "unsupported";
|
|
6633
|
+
}>;
|
|
6634
|
+
cnameFlattening: z.ZodEnum<{
|
|
6635
|
+
unverified: "unverified";
|
|
6636
|
+
supported: "supported";
|
|
6637
|
+
unsupported: "unsupported";
|
|
6638
|
+
}>;
|
|
6639
|
+
wildcardRecords: z.ZodEnum<{
|
|
6640
|
+
unverified: "unverified";
|
|
6641
|
+
supported: "supported";
|
|
6642
|
+
unsupported: "unsupported";
|
|
6643
|
+
}>;
|
|
6644
|
+
caaRecords: z.ZodEnum<{
|
|
6645
|
+
unverified: "unverified";
|
|
6646
|
+
supported: "supported";
|
|
6647
|
+
unsupported: "unsupported";
|
|
6648
|
+
}>;
|
|
6649
|
+
spfRecords: z.ZodEnum<{
|
|
6650
|
+
unverified: "unverified";
|
|
6651
|
+
supported: "supported";
|
|
6652
|
+
unsupported: "unsupported";
|
|
6653
|
+
}>;
|
|
6654
|
+
socialLogin: z.ZodEnum<{
|
|
6655
|
+
unverified: "unverified";
|
|
6656
|
+
supported: "supported";
|
|
6657
|
+
unsupported: "unsupported";
|
|
6658
|
+
}>;
|
|
5854
6659
|
}, z.core.$strict>;
|
|
5855
6660
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5856
6661
|
method: z.ZodEnum<{
|
|
@@ -5977,13 +6782,13 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
5977
6782
|
referenceUrl: z.ZodURL;
|
|
5978
6783
|
implementation: z.ZodEnum<{
|
|
5979
6784
|
automatic: "automatic";
|
|
5980
|
-
manual: "manual";
|
|
5981
6785
|
domain_connect: "domain_connect";
|
|
6786
|
+
manual: "manual";
|
|
5982
6787
|
unverified: "unverified";
|
|
5983
6788
|
}>;
|
|
5984
6789
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5985
|
-
manual: "manual";
|
|
5986
6790
|
domain_connect: "domain_connect";
|
|
6791
|
+
manual: "manual";
|
|
5987
6792
|
oauth2_pkce: "oauth2_pkce";
|
|
5988
6793
|
api_token: "api_token";
|
|
5989
6794
|
api_key: "api_key";
|
|
@@ -5996,6 +6801,41 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
5996
6801
|
supported: "supported";
|
|
5997
6802
|
unsupported: "unsupported";
|
|
5998
6803
|
}>;
|
|
6804
|
+
subdomainNSModification: z.ZodEnum<{
|
|
6805
|
+
unverified: "unverified";
|
|
6806
|
+
supported: "supported";
|
|
6807
|
+
unsupported: "unsupported";
|
|
6808
|
+
}>;
|
|
6809
|
+
wwwRedirect: z.ZodEnum<{
|
|
6810
|
+
unverified: "unverified";
|
|
6811
|
+
supported: "supported";
|
|
6812
|
+
unsupported: "unsupported";
|
|
6813
|
+
}>;
|
|
6814
|
+
cnameFlattening: z.ZodEnum<{
|
|
6815
|
+
unverified: "unverified";
|
|
6816
|
+
supported: "supported";
|
|
6817
|
+
unsupported: "unsupported";
|
|
6818
|
+
}>;
|
|
6819
|
+
wildcardRecords: z.ZodEnum<{
|
|
6820
|
+
unverified: "unverified";
|
|
6821
|
+
supported: "supported";
|
|
6822
|
+
unsupported: "unsupported";
|
|
6823
|
+
}>;
|
|
6824
|
+
caaRecords: z.ZodEnum<{
|
|
6825
|
+
unverified: "unverified";
|
|
6826
|
+
supported: "supported";
|
|
6827
|
+
unsupported: "unsupported";
|
|
6828
|
+
}>;
|
|
6829
|
+
spfRecords: z.ZodEnum<{
|
|
6830
|
+
unverified: "unverified";
|
|
6831
|
+
supported: "supported";
|
|
6832
|
+
unsupported: "unsupported";
|
|
6833
|
+
}>;
|
|
6834
|
+
socialLogin: z.ZodEnum<{
|
|
6835
|
+
unverified: "unverified";
|
|
6836
|
+
supported: "supported";
|
|
6837
|
+
unsupported: "unsupported";
|
|
6838
|
+
}>;
|
|
5999
6839
|
}, z.core.$strict>;
|
|
6000
6840
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6001
6841
|
method: z.ZodEnum<{
|
|
@@ -6020,13 +6860,13 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6020
6860
|
referenceUrl: z.ZodURL;
|
|
6021
6861
|
implementation: z.ZodEnum<{
|
|
6022
6862
|
automatic: "automatic";
|
|
6023
|
-
manual: "manual";
|
|
6024
6863
|
domain_connect: "domain_connect";
|
|
6864
|
+
manual: "manual";
|
|
6025
6865
|
unverified: "unverified";
|
|
6026
6866
|
}>;
|
|
6027
6867
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6028
|
-
manual: "manual";
|
|
6029
6868
|
domain_connect: "domain_connect";
|
|
6869
|
+
manual: "manual";
|
|
6030
6870
|
oauth2_pkce: "oauth2_pkce";
|
|
6031
6871
|
api_token: "api_token";
|
|
6032
6872
|
api_key: "api_key";
|
|
@@ -6039,6 +6879,41 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6039
6879
|
supported: "supported";
|
|
6040
6880
|
unsupported: "unsupported";
|
|
6041
6881
|
}>;
|
|
6882
|
+
subdomainNSModification: z.ZodEnum<{
|
|
6883
|
+
unverified: "unverified";
|
|
6884
|
+
supported: "supported";
|
|
6885
|
+
unsupported: "unsupported";
|
|
6886
|
+
}>;
|
|
6887
|
+
wwwRedirect: z.ZodEnum<{
|
|
6888
|
+
unverified: "unverified";
|
|
6889
|
+
supported: "supported";
|
|
6890
|
+
unsupported: "unsupported";
|
|
6891
|
+
}>;
|
|
6892
|
+
cnameFlattening: z.ZodEnum<{
|
|
6893
|
+
unverified: "unverified";
|
|
6894
|
+
supported: "supported";
|
|
6895
|
+
unsupported: "unsupported";
|
|
6896
|
+
}>;
|
|
6897
|
+
wildcardRecords: z.ZodEnum<{
|
|
6898
|
+
unverified: "unverified";
|
|
6899
|
+
supported: "supported";
|
|
6900
|
+
unsupported: "unsupported";
|
|
6901
|
+
}>;
|
|
6902
|
+
caaRecords: z.ZodEnum<{
|
|
6903
|
+
unverified: "unverified";
|
|
6904
|
+
supported: "supported";
|
|
6905
|
+
unsupported: "unsupported";
|
|
6906
|
+
}>;
|
|
6907
|
+
spfRecords: z.ZodEnum<{
|
|
6908
|
+
unverified: "unverified";
|
|
6909
|
+
supported: "supported";
|
|
6910
|
+
unsupported: "unsupported";
|
|
6911
|
+
}>;
|
|
6912
|
+
socialLogin: z.ZodEnum<{
|
|
6913
|
+
unverified: "unverified";
|
|
6914
|
+
supported: "supported";
|
|
6915
|
+
unsupported: "unsupported";
|
|
6916
|
+
}>;
|
|
6042
6917
|
}, z.core.$strict>;
|
|
6043
6918
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6044
6919
|
method: z.ZodEnum<{
|
|
@@ -6058,8 +6933,8 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6058
6933
|
automatic: "automatic";
|
|
6059
6934
|
unknown: "unknown";
|
|
6060
6935
|
manual: "manual";
|
|
6061
|
-
unavailable: "unavailable";
|
|
6062
6936
|
ambiguous: "ambiguous";
|
|
6937
|
+
unavailable: "unavailable";
|
|
6063
6938
|
}>;
|
|
6064
6939
|
conflictAnalysis: z.ZodObject<{
|
|
6065
6940
|
status: z.ZodEnum<{
|
|
@@ -6201,14 +7076,14 @@ type IsoDateTime = z.infer<typeof IsoDateTimeSchema>;
|
|
|
6201
7076
|
//#region src/contracts/provider.d.ts
|
|
6202
7077
|
declare const ProviderImplementationSchema: z.ZodEnum<{
|
|
6203
7078
|
automatic: "automatic";
|
|
6204
|
-
manual: "manual";
|
|
6205
7079
|
domain_connect: "domain_connect";
|
|
7080
|
+
manual: "manual";
|
|
6206
7081
|
unverified: "unverified";
|
|
6207
7082
|
}>;
|
|
6208
7083
|
type ProviderImplementation = z.infer<typeof ProviderImplementationSchema>;
|
|
6209
7084
|
declare const AuthorizationMethodSchema: z.ZodEnum<{
|
|
6210
|
-
manual: "manual";
|
|
6211
7085
|
domain_connect: "domain_connect";
|
|
7086
|
+
manual: "manual";
|
|
6212
7087
|
oauth2_pkce: "oauth2_pkce";
|
|
6213
7088
|
api_token: "api_token";
|
|
6214
7089
|
api_key: "api_key";
|
|
@@ -6222,6 +7097,41 @@ declare const ProviderCapabilitiesSchema: z.ZodObject<{
|
|
|
6222
7097
|
supported: "supported";
|
|
6223
7098
|
unsupported: "unsupported";
|
|
6224
7099
|
}>;
|
|
7100
|
+
subdomainNSModification: z.ZodEnum<{
|
|
7101
|
+
unverified: "unverified";
|
|
7102
|
+
supported: "supported";
|
|
7103
|
+
unsupported: "unsupported";
|
|
7104
|
+
}>;
|
|
7105
|
+
wwwRedirect: z.ZodEnum<{
|
|
7106
|
+
unverified: "unverified";
|
|
7107
|
+
supported: "supported";
|
|
7108
|
+
unsupported: "unsupported";
|
|
7109
|
+
}>;
|
|
7110
|
+
cnameFlattening: z.ZodEnum<{
|
|
7111
|
+
unverified: "unverified";
|
|
7112
|
+
supported: "supported";
|
|
7113
|
+
unsupported: "unsupported";
|
|
7114
|
+
}>;
|
|
7115
|
+
wildcardRecords: z.ZodEnum<{
|
|
7116
|
+
unverified: "unverified";
|
|
7117
|
+
supported: "supported";
|
|
7118
|
+
unsupported: "unsupported";
|
|
7119
|
+
}>;
|
|
7120
|
+
caaRecords: z.ZodEnum<{
|
|
7121
|
+
unverified: "unverified";
|
|
7122
|
+
supported: "supported";
|
|
7123
|
+
unsupported: "unsupported";
|
|
7124
|
+
}>;
|
|
7125
|
+
spfRecords: z.ZodEnum<{
|
|
7126
|
+
unverified: "unverified";
|
|
7127
|
+
supported: "supported";
|
|
7128
|
+
unsupported: "unsupported";
|
|
7129
|
+
}>;
|
|
7130
|
+
socialLogin: z.ZodEnum<{
|
|
7131
|
+
unverified: "unverified";
|
|
7132
|
+
supported: "supported";
|
|
7133
|
+
unsupported: "unsupported";
|
|
7134
|
+
}>;
|
|
6225
7135
|
}, z.core.$strict>;
|
|
6226
7136
|
type ProviderCapabilities = z.infer<typeof ProviderCapabilitiesSchema>;
|
|
6227
7137
|
declare const ProviderDetectionUnavailableReasonCodeSchema: z.ZodEnum<{
|
|
@@ -6247,13 +7157,13 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
6247
7157
|
referenceUrl: z.ZodURL;
|
|
6248
7158
|
implementation: z.ZodEnum<{
|
|
6249
7159
|
automatic: "automatic";
|
|
6250
|
-
manual: "manual";
|
|
6251
7160
|
domain_connect: "domain_connect";
|
|
7161
|
+
manual: "manual";
|
|
6252
7162
|
unverified: "unverified";
|
|
6253
7163
|
}>;
|
|
6254
7164
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6255
|
-
manual: "manual";
|
|
6256
7165
|
domain_connect: "domain_connect";
|
|
7166
|
+
manual: "manual";
|
|
6257
7167
|
oauth2_pkce: "oauth2_pkce";
|
|
6258
7168
|
api_token: "api_token";
|
|
6259
7169
|
api_key: "api_key";
|
|
@@ -6266,6 +7176,41 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
6266
7176
|
supported: "supported";
|
|
6267
7177
|
unsupported: "unsupported";
|
|
6268
7178
|
}>;
|
|
7179
|
+
subdomainNSModification: z.ZodEnum<{
|
|
7180
|
+
unverified: "unverified";
|
|
7181
|
+
supported: "supported";
|
|
7182
|
+
unsupported: "unsupported";
|
|
7183
|
+
}>;
|
|
7184
|
+
wwwRedirect: z.ZodEnum<{
|
|
7185
|
+
unverified: "unverified";
|
|
7186
|
+
supported: "supported";
|
|
7187
|
+
unsupported: "unsupported";
|
|
7188
|
+
}>;
|
|
7189
|
+
cnameFlattening: z.ZodEnum<{
|
|
7190
|
+
unverified: "unverified";
|
|
7191
|
+
supported: "supported";
|
|
7192
|
+
unsupported: "unsupported";
|
|
7193
|
+
}>;
|
|
7194
|
+
wildcardRecords: z.ZodEnum<{
|
|
7195
|
+
unverified: "unverified";
|
|
7196
|
+
supported: "supported";
|
|
7197
|
+
unsupported: "unsupported";
|
|
7198
|
+
}>;
|
|
7199
|
+
caaRecords: z.ZodEnum<{
|
|
7200
|
+
unverified: "unverified";
|
|
7201
|
+
supported: "supported";
|
|
7202
|
+
unsupported: "unsupported";
|
|
7203
|
+
}>;
|
|
7204
|
+
spfRecords: z.ZodEnum<{
|
|
7205
|
+
unverified: "unverified";
|
|
7206
|
+
supported: "supported";
|
|
7207
|
+
unsupported: "unsupported";
|
|
7208
|
+
}>;
|
|
7209
|
+
socialLogin: z.ZodEnum<{
|
|
7210
|
+
unverified: "unverified";
|
|
7211
|
+
supported: "supported";
|
|
7212
|
+
unsupported: "unsupported";
|
|
7213
|
+
}>;
|
|
6269
7214
|
}, z.core.$strict>;
|
|
6270
7215
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6271
7216
|
method: z.ZodEnum<{
|
|
@@ -6289,13 +7234,13 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
6289
7234
|
referenceUrl: z.ZodURL;
|
|
6290
7235
|
implementation: z.ZodEnum<{
|
|
6291
7236
|
automatic: "automatic";
|
|
6292
|
-
manual: "manual";
|
|
6293
7237
|
domain_connect: "domain_connect";
|
|
7238
|
+
manual: "manual";
|
|
6294
7239
|
unverified: "unverified";
|
|
6295
7240
|
}>;
|
|
6296
7241
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6297
|
-
manual: "manual";
|
|
6298
7242
|
domain_connect: "domain_connect";
|
|
7243
|
+
manual: "manual";
|
|
6299
7244
|
oauth2_pkce: "oauth2_pkce";
|
|
6300
7245
|
api_token: "api_token";
|
|
6301
7246
|
api_key: "api_key";
|
|
@@ -6308,6 +7253,41 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
6308
7253
|
supported: "supported";
|
|
6309
7254
|
unsupported: "unsupported";
|
|
6310
7255
|
}>;
|
|
7256
|
+
subdomainNSModification: z.ZodEnum<{
|
|
7257
|
+
unverified: "unverified";
|
|
7258
|
+
supported: "supported";
|
|
7259
|
+
unsupported: "unsupported";
|
|
7260
|
+
}>;
|
|
7261
|
+
wwwRedirect: z.ZodEnum<{
|
|
7262
|
+
unverified: "unverified";
|
|
7263
|
+
supported: "supported";
|
|
7264
|
+
unsupported: "unsupported";
|
|
7265
|
+
}>;
|
|
7266
|
+
cnameFlattening: z.ZodEnum<{
|
|
7267
|
+
unverified: "unverified";
|
|
7268
|
+
supported: "supported";
|
|
7269
|
+
unsupported: "unsupported";
|
|
7270
|
+
}>;
|
|
7271
|
+
wildcardRecords: z.ZodEnum<{
|
|
7272
|
+
unverified: "unverified";
|
|
7273
|
+
supported: "supported";
|
|
7274
|
+
unsupported: "unsupported";
|
|
7275
|
+
}>;
|
|
7276
|
+
caaRecords: z.ZodEnum<{
|
|
7277
|
+
unverified: "unverified";
|
|
7278
|
+
supported: "supported";
|
|
7279
|
+
unsupported: "unsupported";
|
|
7280
|
+
}>;
|
|
7281
|
+
spfRecords: z.ZodEnum<{
|
|
7282
|
+
unverified: "unverified";
|
|
7283
|
+
supported: "supported";
|
|
7284
|
+
unsupported: "unsupported";
|
|
7285
|
+
}>;
|
|
7286
|
+
socialLogin: z.ZodEnum<{
|
|
7287
|
+
unverified: "unverified";
|
|
7288
|
+
supported: "supported";
|
|
7289
|
+
unsupported: "unsupported";
|
|
7290
|
+
}>;
|
|
6311
7291
|
}, z.core.$strict>;
|
|
6312
7292
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6313
7293
|
method: z.ZodEnum<{
|
|
@@ -6846,6 +7826,7 @@ declare const Domain0WebhookEventTypeSchema: z.ZodEnum<{
|
|
|
6846
7826
|
"connection.plan_confirmed": "connection.plan_confirmed";
|
|
6847
7827
|
"connection.changes_applied": "connection.changes_applied";
|
|
6848
7828
|
"connection.propagation_checked": "connection.propagation_checked";
|
|
7829
|
+
"connection.propagation_timed_out": "connection.propagation_timed_out";
|
|
6849
7830
|
"connection.activated": "connection.activated";
|
|
6850
7831
|
"connection.manual_required": "connection.manual_required";
|
|
6851
7832
|
"connection.manual_submitted": "connection.manual_submitted";
|
|
@@ -6875,6 +7856,7 @@ declare const Domain0WebhookEventSchema: z.ZodObject<{
|
|
|
6875
7856
|
"connection.plan_confirmed": "connection.plan_confirmed";
|
|
6876
7857
|
"connection.changes_applied": "connection.changes_applied";
|
|
6877
7858
|
"connection.propagation_checked": "connection.propagation_checked";
|
|
7859
|
+
"connection.propagation_timed_out": "connection.propagation_timed_out";
|
|
6878
7860
|
"connection.activated": "connection.activated";
|
|
6879
7861
|
"connection.manual_required": "connection.manual_required";
|
|
6880
7862
|
"connection.manual_submitted": "connection.manual_submitted";
|
|
@@ -6927,4 +7909,4 @@ interface VerifyDomain0WebhookInput {
|
|
|
6927
7909
|
declare function verifyDomain0Webhook(input: VerifyDomain0WebhookInput): Promise<Domain0WebhookEvent>;
|
|
6928
7910
|
//#endregion
|
|
6929
7911
|
export { Domain0SetupPolicy as $, SelectProviderInput as $i, PlannedChange as $n, AccessKeyCredentialsSchema as $r, CheckDomainResponseSchema as $t, Domain0WhiteLabelTheme as A, DirectCredentialProviderId as Ai, EmailProviderDetectionStatusSchema as An, Domain0ConnectSuccessEventSchema as Ar, ConnectionId as At, ResolveSharedFlowResponse as B, OAuthCallbackResponseSchema as Bi, CheckRecordsResponseSchema as Bn, ConditionalDnsRecordsSchema as Br, ManualSetupDocumentationUrl as Bt, Domain0WhiteLabelCustomProperties as C, CreateConnectionInput as Ci, DkimGuidanceResponseSchema as Cn, Domain0ConnectEvent as Cr, ProviderImplementation as Ct, Domain0WhiteLabelLogoUrl as D, DetectProviderResponse as Di, Domain0DkimGuidanceOptionsSchema as Dn, Domain0ConnectStepChangeEventSchema as Dr, ApplicationIdSchema as Dt, Domain0WhiteLabelInput as E, CreateConnectionResponseSchema as Ei, Domain0DkimGuidanceOptions as En, Domain0ConnectStepChangeEvent as Er, ApplicationId as Et, CreateSharedFlowInputSchema as F, IssueConnectionTokenInput as Fi, ChangeAction as Fn, Domain0RequestCloseEvent as Fr, IsoDateTimeSchema as Ft, SharedFlowInvitationInput as G, PreparePlanInputSchema as Gi, DnsIntent as Gn, ConnectionFlowResponseSchema as Gr, domain0Locales as Gt, SharedFlowId as H, PlanWarningCode as Hi, CheckedRecordSchema as Hn, ConnectionFlowId as Hr, ManualSetupDocumentationUrlSchema as Ht, CreateSharedFlowResponse as I, IssueConnectionTokenInputSchema as Ii, ChangeActionSchema as In, Domain0RequestCloseEventSchema as Ir, ProviderId$1 as It, SharedFlowInvitationUrlSchema as J, ProviderCandidateSchema as Ji, DnsRecordSchema as Jn, ConnectionFlowTargetInput as Jr, Domain0ErrorResponse as Jt, SharedFlowInvitationSchema as K, PrivateKeyCredentialsSchema as Ki, DnsIntentSchema as Kn, ConnectionFlowSchema as Kr, Domain0ErrorCode as Kt, CreateSharedFlowResponseSchema as L, IssueConnectionTokenResponse as Li, CheckRecordsInput as Ln, Domain0SharedFlowSentEvent as Lr, ProviderIdSchema as Lt, Domain0WhiteLabelThemeSchema as M, DomainConnectTemplateSchema as Mi, EmailProviderSchema as Mn, Domain0DkimSetupDocumentationClickEventSchema as Mr, DomainName as Mt, colorContrastRatio as N, GetConnectionResponse as Ni, AdvancedDmarcOptions as Nn, Domain0ManualSetupDocumentationClickEvent as Nr, DomainNameSchema as Nt, Domain0WhiteLabelLogoUrlSchema as O, DetectProviderResponseSchema as Oi, EmailProvider as On, Domain0ConnectStepSchema as Or, CommandId as Ot, CreateSharedFlowInput as P, GetConnectionResponseSchema as Pi, AdvancedDmarcOptionsSchema as Pn, Domain0ManualSetupDocumentationClickEventSchema as Pr, IsoDateTime as Pt, SharedFlowUrlSchema as Q, RetryResumeStateSchema as Qi, ExistingRecordPolicySchema as Qn, CreateConnectionFlowInputSchema as Qr, CheckDomainResponse as Qt, ResolveSharedFlowInput as R, IssueConnectionTokenResponseSchema as Ri, CheckRecordsInputSchema as Rn, Domain0SharedFlowSentEventSchema as Rr, TenantId as Rt, Domain0WhiteLabelCopySchema as S, ConnectionStateSchema as Si, DkimGuidanceResponse as Sn, Domain0ConnectCloseReasonSchema as Sr, ProviderHealthStatusSchema as St, Domain0WhiteLabelCustomPropertiesSchema as T, CreateConnectionResponse as Ti, DkimSelectorSchema as Tn, Domain0ConnectStep as Tr, ProviderSchema as Tt, SharedFlowIdSchema as U, PlanWarningCodeSchema as Ui, ConflictPolicy as Un, ConnectionFlowIdSchema as Ur, Domain0Locale as Ut, ResolveSharedFlowResponseSchema as V, OvhCredentialsSchema as Vi, CheckedRecord as Vn, ConnectionFlow as Vr, ManualSetupDocumentationUrlInput as Vt, SharedFlowInvitation as W, PreparePlanInput as Wi, ConflictPolicySchema as Wn, ConnectionFlowResponse as Wr, Domain0LocaleSchema as Wt, SharedFlowTokenSchema as X, RetryConnectionInputSchema as Xi, DnsRecordTypeSchema as Xn, ConnectionFlowTargetSchema as Xr, CheckDomainInput as Xt, SharedFlowToken as Y, RetryConnectionInput as Yi, DnsRecordType as Yn, ConnectionFlowTargetInputSchema as Yr, Domain0ErrorResponseSchema as Yt, SharedFlowUrl as Z, RetryResumeState as Zi, ExistingRecordPolicy as Zn, CreateConnectionFlowInput as Zr, CheckDomainInputSchema as Zt, Domain0ThemePalette as _, VerifyPropagationInput as _a, ConnectionFailureCode as _i, DkimDnsRecordEvidenceSchema as _n, Domain0ConnectConfigurationInput as _r, ProviderHealthReasonSchema as _t, Domain0WebhookEventIdSchema as a, StartManualConfigurationInput as aa, AuthorizeWithCredentialInputSchema as ai, DomainProviderCandidateSchema as an, SpfConflictPolicy as ar, AuthorizationMethodSchema as at, Domain0WhiteLabelCopy as b, ConnectionSchema as bi, DkimGuidanceInput as bn, Domain0ConnectCloseEventSchema as br, ProviderHealthSchema as bt, Domain0WebhookEventTypeSchema as c, StartOAuthInputSchema as ca, CancelConnectionInput as ci, DomainSetupSupport as cn, CompiledProviderIdSchema as cr, Provider as ct, Domain0WebhookVerificationErrorCode as d, SubmitDomainConnectCompletionInput as da, ChangePlanSchema as di, RecordConflictReasonSchema as dn, ProviderConformanceEvidence as dr, ProviderDetection as dt, SelectProviderInputSchema as ea, AccountTokenCredentialsSchema as ei, ConflictAnalysis as en, PlannedChangeSchema as er, Domain0SetupPolicyInput as et, Domain0WebhookVerificationErrorCodeSchema as f, SubmitDomainConnectCompletionInputSchema as fa, ClientCredentialsSchema as fi, DkimDnsEvidence as fn, ProviderConformanceEvidenceSchema as fr, ProviderDetectionSchema as ft, Domain0ApplicationNameSchema as g, UsernameTokenCredentialsSchema as ga, ConnectionFailure as gi, DkimDnsRecordEvidence as gn, Domain0ConnectConfiguration as gr, ProviderHealthReason as gt, Domain0ApplicationName as h, UsernamePasswordCredentialsSchema as ha, Connection as hi, DkimDnsEvidenceStatusSchema as hn, expectedProviderConformanceChecks as hr, ProviderHealth as ht, Domain0WebhookEventId as i, StartDomainConnectResponseSchema as ia, AuthorizeWithCredentialInput as ii, DomainProviderCandidate as in, ResolvedDnsRecordSchema as ir, AuthorizationMethod as it, Domain0WhiteLabelThemeInput as j, DomainConnectTemplate as ji, EmailProviderId as jn, Domain0DkimSetupDocumentationClickEvent as jr, ConnectionIdSchema as jt, Domain0WhiteLabelSchema as k, DirectCredentialKind as ki, EmailProviderDetectionStatus as kn, Domain0ConnectSuccessEvent as kr, CommandIdSchema as kt, Domain0WebhookHeaderSource as l, StartOAuthResponse as la, CancelConnectionInputSchema as li, DomainSetupSupportSchema as ln, ProviderConformanceCheckName as lr, ProviderCapabilities as lt, verifyDomain0Webhook as m, SubmitManualCompletionInputSchema as ma, ConfirmPlanInputSchema as mi, DkimDnsEvidenceStatus as mn, VerifiedProviderConformanceEvidenceSchema as mr, ProviderDetectionUnavailableReasonCodeSchema as mt, Domain0WebhookAttributesSchema as n, StartDomainConnectInputSchema as na, ApplyPlanInput as ni, DomainDelegationStatus as nn, ResolvedDnsIntentSchema as nr, PlatformCreateConnectionInput as nt, Domain0WebhookEventSchema as o, StartManualConfigurationInputSchema as oa, AwsSessionCredentialsSchema as oi, DomainRecordConflict as on, SpfConflictPolicySchema as or, ListProvidersResponse as ot, VerifyDomain0WebhookInput as p, SubmitManualCompletionInput as pa, ConfirmPlanInput as pi, DkimDnsEvidenceSchema as pn, VerifiedProviderConformanceEvidence as pr, ProviderDetectionUnavailableReasonCode as pt, SharedFlowInvitationUrl as q, ProviderCandidate as qi, DnsRecord as qn, ConnectionFlowTarget as qr, Domain0ErrorCodeSchema as qt, Domain0WebhookEvent as r, StartDomainConnectResponse as ra, ApplyPlanInputSchema as ri, DomainDelegationStatusSchema as rn, ResolvedDnsRecord as rr, PlatformCreateConnectionInputSchema as rt, Domain0WebhookEventType as s, StartOAuthInput as sa, CPanelCredentialsSchema as si, DomainRecordConflictSchema as sn, CompiledProviderId as sr, ListProvidersResponseSchema as st, DOMAIN0_WEBHOOK_HEADER_NAMES as t, StartDomainConnectInput as ta, ApiTokenCredentialsSchema as ti, ConflictAnalysisSchema as tn, ResolvedDnsIntent as tr, Domain0SetupPolicySchema as tt, Domain0WebhookVerificationError as u, StartOAuthResponseSchema as ua, ChangePlan as ui, RecordConflictReason as un, ProviderConformanceCheckNameSchema as ur, ProviderCapabilitiesSchema as ut, Domain0ThemePaletteInput as v, VerifyPropagationInputSchema as va, ConnectionFailureCodeSchema as vi, DkimDnsRecordType as vn, Domain0ConnectConfigurationSchema as vr, ProviderHealthResponse as vt, Domain0WhiteLabelCustomPropertiesInput as w, CreateConnectionInputSchema as wi, DkimSelector as wn, Domain0ConnectEventSchema as wr, ProviderImplementationSchema as wt, Domain0WhiteLabelCopyInput as x, ConnectionState as xi, DkimGuidanceInputSchema as xn, Domain0ConnectCloseReason as xr, ProviderHealthStatus as xt, Domain0WhiteLabel as y, directCredentialKindByProvider as ya, ConnectionFailureSchema as yi, DkimDnsRecordTypeSchema as yn, Domain0ConnectCloseEvent as yr, ProviderHealthResponseSchema as yt, ResolveSharedFlowInputSchema as z, OAuthCallbackResponse as zi, CheckRecordsResponse as zn, ConditionalDnsRecords as zr, TenantIdSchema as zt };
|
|
6930
|
-
//# sourceMappingURL=index-
|
|
7912
|
+
//# sourceMappingURL=index-ykRjPldc.d.cts.map
|