domain0 0.4.0 → 0.5.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/README.md +2 -2
- package/dist/contracts.cjs +1 -1
- 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 +1 -1
- package/dist/contracts.mjs.map +1 -1
- package/dist/{index-DzGqFq0D.d.cts → index-Cw7qOvHn.d.cts} +273 -310
- package/dist/{index-DzGqFq0D.d.mts → index-Cw7qOvHn.d.mts} +273 -310
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{sdk-CkEDIlsq.d.cts → sdk-BCgyva16.d.cts} +2 -2
- package/dist/sdk-BEFduVyo.mjs +148 -0
- package/dist/{sdk-BbUuEwzs.mjs.map → sdk-BEFduVyo.mjs.map} +1 -1
- package/dist/{sdk-D2QNoMIg.d.mts → sdk-CljceWZQ.d.mts} +2 -2
- package/dist/sdk-DwnYJ501.cjs +148 -0
- package/dist/{sdk-Dv22iteS.cjs.map → sdk-DwnYJ501.cjs.map} +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.d.cts +2 -2
- package/dist/ui.d.mts +2 -2
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/sdk-BbUuEwzs.mjs +0 -148
- package/dist/sdk-Dv22iteS.cjs +0 -148
|
@@ -174,7 +174,6 @@ declare const ConnectionSchema: z.ZodObject<{
|
|
|
174
174
|
automatic: "automatic";
|
|
175
175
|
domain_connect: "domain_connect";
|
|
176
176
|
manual: "manual";
|
|
177
|
-
unverified: "unverified";
|
|
178
177
|
}>;
|
|
179
178
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
180
179
|
domain_connect: "domain_connect";
|
|
@@ -188,44 +187,44 @@ declare const ConnectionSchema: z.ZodObject<{
|
|
|
188
187
|
}>>;
|
|
189
188
|
capabilities: z.ZodObject<{
|
|
190
189
|
rootNSModification: z.ZodEnum<{
|
|
191
|
-
unverified: "unverified";
|
|
192
190
|
supported: "supported";
|
|
193
191
|
unsupported: "unsupported";
|
|
192
|
+
unverified: "unverified";
|
|
194
193
|
}>;
|
|
195
194
|
subdomainNSModification: z.ZodEnum<{
|
|
196
|
-
unverified: "unverified";
|
|
197
195
|
supported: "supported";
|
|
198
196
|
unsupported: "unsupported";
|
|
197
|
+
unverified: "unverified";
|
|
199
198
|
}>;
|
|
200
199
|
wwwRedirect: z.ZodEnum<{
|
|
201
|
-
unverified: "unverified";
|
|
202
200
|
supported: "supported";
|
|
203
201
|
unsupported: "unsupported";
|
|
202
|
+
unverified: "unverified";
|
|
204
203
|
}>;
|
|
205
204
|
cnameFlattening: z.ZodEnum<{
|
|
206
|
-
unverified: "unverified";
|
|
207
205
|
supported: "supported";
|
|
208
206
|
unsupported: "unsupported";
|
|
207
|
+
unverified: "unverified";
|
|
209
208
|
}>;
|
|
210
209
|
wildcardRecords: z.ZodEnum<{
|
|
211
|
-
unverified: "unverified";
|
|
212
210
|
supported: "supported";
|
|
213
211
|
unsupported: "unsupported";
|
|
212
|
+
unverified: "unverified";
|
|
214
213
|
}>;
|
|
215
214
|
caaRecords: z.ZodEnum<{
|
|
216
|
-
unverified: "unverified";
|
|
217
215
|
supported: "supported";
|
|
218
216
|
unsupported: "unsupported";
|
|
217
|
+
unverified: "unverified";
|
|
219
218
|
}>;
|
|
220
219
|
spfRecords: z.ZodEnum<{
|
|
221
|
-
unverified: "unverified";
|
|
222
220
|
supported: "supported";
|
|
223
221
|
unsupported: "unsupported";
|
|
222
|
+
unverified: "unverified";
|
|
224
223
|
}>;
|
|
225
224
|
socialLogin: z.ZodEnum<{
|
|
226
|
-
unverified: "unverified";
|
|
227
225
|
supported: "supported";
|
|
228
226
|
unsupported: "unsupported";
|
|
227
|
+
unverified: "unverified";
|
|
229
228
|
}>;
|
|
230
229
|
}, z.core.$strict>;
|
|
231
230
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -421,7 +420,6 @@ declare const CreateConnectionResponseSchema: z.ZodObject<{
|
|
|
421
420
|
automatic: "automatic";
|
|
422
421
|
domain_connect: "domain_connect";
|
|
423
422
|
manual: "manual";
|
|
424
|
-
unverified: "unverified";
|
|
425
423
|
}>;
|
|
426
424
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
427
425
|
domain_connect: "domain_connect";
|
|
@@ -435,44 +433,44 @@ declare const CreateConnectionResponseSchema: z.ZodObject<{
|
|
|
435
433
|
}>>;
|
|
436
434
|
capabilities: z.ZodObject<{
|
|
437
435
|
rootNSModification: z.ZodEnum<{
|
|
438
|
-
unverified: "unverified";
|
|
439
436
|
supported: "supported";
|
|
440
437
|
unsupported: "unsupported";
|
|
438
|
+
unverified: "unverified";
|
|
441
439
|
}>;
|
|
442
440
|
subdomainNSModification: z.ZodEnum<{
|
|
443
|
-
unverified: "unverified";
|
|
444
441
|
supported: "supported";
|
|
445
442
|
unsupported: "unsupported";
|
|
443
|
+
unverified: "unverified";
|
|
446
444
|
}>;
|
|
447
445
|
wwwRedirect: z.ZodEnum<{
|
|
448
|
-
unverified: "unverified";
|
|
449
446
|
supported: "supported";
|
|
450
447
|
unsupported: "unsupported";
|
|
448
|
+
unverified: "unverified";
|
|
451
449
|
}>;
|
|
452
450
|
cnameFlattening: z.ZodEnum<{
|
|
453
|
-
unverified: "unverified";
|
|
454
451
|
supported: "supported";
|
|
455
452
|
unsupported: "unsupported";
|
|
453
|
+
unverified: "unverified";
|
|
456
454
|
}>;
|
|
457
455
|
wildcardRecords: z.ZodEnum<{
|
|
458
|
-
unverified: "unverified";
|
|
459
456
|
supported: "supported";
|
|
460
457
|
unsupported: "unsupported";
|
|
458
|
+
unverified: "unverified";
|
|
461
459
|
}>;
|
|
462
460
|
caaRecords: z.ZodEnum<{
|
|
463
|
-
unverified: "unverified";
|
|
464
461
|
supported: "supported";
|
|
465
462
|
unsupported: "unsupported";
|
|
463
|
+
unverified: "unverified";
|
|
466
464
|
}>;
|
|
467
465
|
spfRecords: z.ZodEnum<{
|
|
468
|
-
unverified: "unverified";
|
|
469
466
|
supported: "supported";
|
|
470
467
|
unsupported: "unsupported";
|
|
468
|
+
unverified: "unverified";
|
|
471
469
|
}>;
|
|
472
470
|
socialLogin: z.ZodEnum<{
|
|
473
|
-
unverified: "unverified";
|
|
474
471
|
supported: "supported";
|
|
475
472
|
unsupported: "unsupported";
|
|
473
|
+
unverified: "unverified";
|
|
476
474
|
}>;
|
|
477
475
|
}, z.core.$strict>;
|
|
478
476
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -634,7 +632,6 @@ declare const GetConnectionResponseSchema: z.ZodObject<{
|
|
|
634
632
|
automatic: "automatic";
|
|
635
633
|
domain_connect: "domain_connect";
|
|
636
634
|
manual: "manual";
|
|
637
|
-
unverified: "unverified";
|
|
638
635
|
}>;
|
|
639
636
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
640
637
|
domain_connect: "domain_connect";
|
|
@@ -648,44 +645,44 @@ declare const GetConnectionResponseSchema: z.ZodObject<{
|
|
|
648
645
|
}>>;
|
|
649
646
|
capabilities: z.ZodObject<{
|
|
650
647
|
rootNSModification: z.ZodEnum<{
|
|
651
|
-
unverified: "unverified";
|
|
652
648
|
supported: "supported";
|
|
653
649
|
unsupported: "unsupported";
|
|
650
|
+
unverified: "unverified";
|
|
654
651
|
}>;
|
|
655
652
|
subdomainNSModification: z.ZodEnum<{
|
|
656
|
-
unverified: "unverified";
|
|
657
653
|
supported: "supported";
|
|
658
654
|
unsupported: "unsupported";
|
|
655
|
+
unverified: "unverified";
|
|
659
656
|
}>;
|
|
660
657
|
wwwRedirect: z.ZodEnum<{
|
|
661
|
-
unverified: "unverified";
|
|
662
658
|
supported: "supported";
|
|
663
659
|
unsupported: "unsupported";
|
|
660
|
+
unverified: "unverified";
|
|
664
661
|
}>;
|
|
665
662
|
cnameFlattening: z.ZodEnum<{
|
|
666
|
-
unverified: "unverified";
|
|
667
663
|
supported: "supported";
|
|
668
664
|
unsupported: "unsupported";
|
|
665
|
+
unverified: "unverified";
|
|
669
666
|
}>;
|
|
670
667
|
wildcardRecords: z.ZodEnum<{
|
|
671
|
-
unverified: "unverified";
|
|
672
668
|
supported: "supported";
|
|
673
669
|
unsupported: "unsupported";
|
|
670
|
+
unverified: "unverified";
|
|
674
671
|
}>;
|
|
675
672
|
caaRecords: z.ZodEnum<{
|
|
676
|
-
unverified: "unverified";
|
|
677
673
|
supported: "supported";
|
|
678
674
|
unsupported: "unsupported";
|
|
675
|
+
unverified: "unverified";
|
|
679
676
|
}>;
|
|
680
677
|
spfRecords: z.ZodEnum<{
|
|
681
|
-
unverified: "unverified";
|
|
682
678
|
supported: "supported";
|
|
683
679
|
unsupported: "unsupported";
|
|
680
|
+
unverified: "unverified";
|
|
684
681
|
}>;
|
|
685
682
|
socialLogin: z.ZodEnum<{
|
|
686
|
-
unverified: "unverified";
|
|
687
683
|
supported: "supported";
|
|
688
684
|
unsupported: "unsupported";
|
|
685
|
+
unverified: "unverified";
|
|
689
686
|
}>;
|
|
690
687
|
}, z.core.$strict>;
|
|
691
688
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -778,7 +775,6 @@ declare const ProviderCandidateSchema: z.ZodObject<{
|
|
|
778
775
|
automatic: "automatic";
|
|
779
776
|
domain_connect: "domain_connect";
|
|
780
777
|
manual: "manual";
|
|
781
|
-
unverified: "unverified";
|
|
782
778
|
}>;
|
|
783
779
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
784
780
|
domain_connect: "domain_connect";
|
|
@@ -792,44 +788,44 @@ declare const ProviderCandidateSchema: z.ZodObject<{
|
|
|
792
788
|
}>>;
|
|
793
789
|
capabilities: z.ZodObject<{
|
|
794
790
|
rootNSModification: z.ZodEnum<{
|
|
795
|
-
unverified: "unverified";
|
|
796
791
|
supported: "supported";
|
|
797
792
|
unsupported: "unsupported";
|
|
793
|
+
unverified: "unverified";
|
|
798
794
|
}>;
|
|
799
795
|
subdomainNSModification: z.ZodEnum<{
|
|
800
|
-
unverified: "unverified";
|
|
801
796
|
supported: "supported";
|
|
802
797
|
unsupported: "unsupported";
|
|
798
|
+
unverified: "unverified";
|
|
803
799
|
}>;
|
|
804
800
|
wwwRedirect: z.ZodEnum<{
|
|
805
|
-
unverified: "unverified";
|
|
806
801
|
supported: "supported";
|
|
807
802
|
unsupported: "unsupported";
|
|
803
|
+
unverified: "unverified";
|
|
808
804
|
}>;
|
|
809
805
|
cnameFlattening: z.ZodEnum<{
|
|
810
|
-
unverified: "unverified";
|
|
811
806
|
supported: "supported";
|
|
812
807
|
unsupported: "unsupported";
|
|
808
|
+
unverified: "unverified";
|
|
813
809
|
}>;
|
|
814
810
|
wildcardRecords: z.ZodEnum<{
|
|
815
|
-
unverified: "unverified";
|
|
816
811
|
supported: "supported";
|
|
817
812
|
unsupported: "unsupported";
|
|
813
|
+
unverified: "unverified";
|
|
818
814
|
}>;
|
|
819
815
|
caaRecords: z.ZodEnum<{
|
|
820
|
-
unverified: "unverified";
|
|
821
816
|
supported: "supported";
|
|
822
817
|
unsupported: "unsupported";
|
|
818
|
+
unverified: "unverified";
|
|
823
819
|
}>;
|
|
824
820
|
spfRecords: z.ZodEnum<{
|
|
825
|
-
unverified: "unverified";
|
|
826
821
|
supported: "supported";
|
|
827
822
|
unsupported: "unsupported";
|
|
823
|
+
unverified: "unverified";
|
|
828
824
|
}>;
|
|
829
825
|
socialLogin: z.ZodEnum<{
|
|
830
|
-
unverified: "unverified";
|
|
831
826
|
supported: "supported";
|
|
832
827
|
unsupported: "unsupported";
|
|
828
|
+
unverified: "unverified";
|
|
833
829
|
}>;
|
|
834
830
|
}, z.core.$strict>;
|
|
835
831
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -927,7 +923,6 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
927
923
|
automatic: "automatic";
|
|
928
924
|
domain_connect: "domain_connect";
|
|
929
925
|
manual: "manual";
|
|
930
|
-
unverified: "unverified";
|
|
931
926
|
}>;
|
|
932
927
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
933
928
|
domain_connect: "domain_connect";
|
|
@@ -941,44 +936,44 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
941
936
|
}>>;
|
|
942
937
|
capabilities: z.ZodObject<{
|
|
943
938
|
rootNSModification: z.ZodEnum<{
|
|
944
|
-
unverified: "unverified";
|
|
945
939
|
supported: "supported";
|
|
946
940
|
unsupported: "unsupported";
|
|
941
|
+
unverified: "unverified";
|
|
947
942
|
}>;
|
|
948
943
|
subdomainNSModification: z.ZodEnum<{
|
|
949
|
-
unverified: "unverified";
|
|
950
944
|
supported: "supported";
|
|
951
945
|
unsupported: "unsupported";
|
|
946
|
+
unverified: "unverified";
|
|
952
947
|
}>;
|
|
953
948
|
wwwRedirect: z.ZodEnum<{
|
|
954
|
-
unverified: "unverified";
|
|
955
949
|
supported: "supported";
|
|
956
950
|
unsupported: "unsupported";
|
|
951
|
+
unverified: "unverified";
|
|
957
952
|
}>;
|
|
958
953
|
cnameFlattening: z.ZodEnum<{
|
|
959
|
-
unverified: "unverified";
|
|
960
954
|
supported: "supported";
|
|
961
955
|
unsupported: "unsupported";
|
|
956
|
+
unverified: "unverified";
|
|
962
957
|
}>;
|
|
963
958
|
wildcardRecords: z.ZodEnum<{
|
|
964
|
-
unverified: "unverified";
|
|
965
959
|
supported: "supported";
|
|
966
960
|
unsupported: "unsupported";
|
|
961
|
+
unverified: "unverified";
|
|
967
962
|
}>;
|
|
968
963
|
caaRecords: z.ZodEnum<{
|
|
969
|
-
unverified: "unverified";
|
|
970
964
|
supported: "supported";
|
|
971
965
|
unsupported: "unsupported";
|
|
966
|
+
unverified: "unverified";
|
|
972
967
|
}>;
|
|
973
968
|
spfRecords: z.ZodEnum<{
|
|
974
|
-
unverified: "unverified";
|
|
975
969
|
supported: "supported";
|
|
976
970
|
unsupported: "unsupported";
|
|
971
|
+
unverified: "unverified";
|
|
977
972
|
}>;
|
|
978
973
|
socialLogin: z.ZodEnum<{
|
|
979
|
-
unverified: "unverified";
|
|
980
974
|
supported: "supported";
|
|
981
975
|
unsupported: "unsupported";
|
|
976
|
+
unverified: "unverified";
|
|
982
977
|
}>;
|
|
983
978
|
}, z.core.$strict>;
|
|
984
979
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1069,7 +1064,6 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
1069
1064
|
automatic: "automatic";
|
|
1070
1065
|
domain_connect: "domain_connect";
|
|
1071
1066
|
manual: "manual";
|
|
1072
|
-
unverified: "unverified";
|
|
1073
1067
|
}>;
|
|
1074
1068
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
1075
1069
|
domain_connect: "domain_connect";
|
|
@@ -1083,44 +1077,44 @@ declare const DetectProviderResponseSchema: z.ZodObject<{
|
|
|
1083
1077
|
}>>;
|
|
1084
1078
|
capabilities: z.ZodObject<{
|
|
1085
1079
|
rootNSModification: z.ZodEnum<{
|
|
1086
|
-
unverified: "unverified";
|
|
1087
1080
|
supported: "supported";
|
|
1088
1081
|
unsupported: "unsupported";
|
|
1082
|
+
unverified: "unverified";
|
|
1089
1083
|
}>;
|
|
1090
1084
|
subdomainNSModification: z.ZodEnum<{
|
|
1091
|
-
unverified: "unverified";
|
|
1092
1085
|
supported: "supported";
|
|
1093
1086
|
unsupported: "unsupported";
|
|
1087
|
+
unverified: "unverified";
|
|
1094
1088
|
}>;
|
|
1095
1089
|
wwwRedirect: z.ZodEnum<{
|
|
1096
|
-
unverified: "unverified";
|
|
1097
1090
|
supported: "supported";
|
|
1098
1091
|
unsupported: "unsupported";
|
|
1092
|
+
unverified: "unverified";
|
|
1099
1093
|
}>;
|
|
1100
1094
|
cnameFlattening: z.ZodEnum<{
|
|
1101
|
-
unverified: "unverified";
|
|
1102
1095
|
supported: "supported";
|
|
1103
1096
|
unsupported: "unsupported";
|
|
1097
|
+
unverified: "unverified";
|
|
1104
1098
|
}>;
|
|
1105
1099
|
wildcardRecords: z.ZodEnum<{
|
|
1106
|
-
unverified: "unverified";
|
|
1107
1100
|
supported: "supported";
|
|
1108
1101
|
unsupported: "unsupported";
|
|
1102
|
+
unverified: "unverified";
|
|
1109
1103
|
}>;
|
|
1110
1104
|
caaRecords: z.ZodEnum<{
|
|
1111
|
-
unverified: "unverified";
|
|
1112
1105
|
supported: "supported";
|
|
1113
1106
|
unsupported: "unsupported";
|
|
1107
|
+
unverified: "unverified";
|
|
1114
1108
|
}>;
|
|
1115
1109
|
spfRecords: z.ZodEnum<{
|
|
1116
|
-
unverified: "unverified";
|
|
1117
1110
|
supported: "supported";
|
|
1118
1111
|
unsupported: "unsupported";
|
|
1112
|
+
unverified: "unverified";
|
|
1119
1113
|
}>;
|
|
1120
1114
|
socialLogin: z.ZodEnum<{
|
|
1121
|
-
unverified: "unverified";
|
|
1122
1115
|
supported: "supported";
|
|
1123
1116
|
unsupported: "unsupported";
|
|
1117
|
+
unverified: "unverified";
|
|
1124
1118
|
}>;
|
|
1125
1119
|
}, z.core.$strict>;
|
|
1126
1120
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1247,7 +1241,6 @@ declare const StartDomainConnectResponseSchema: z.ZodObject<{
|
|
|
1247
1241
|
automatic: "automatic";
|
|
1248
1242
|
domain_connect: "domain_connect";
|
|
1249
1243
|
manual: "manual";
|
|
1250
|
-
unverified: "unverified";
|
|
1251
1244
|
}>;
|
|
1252
1245
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
1253
1246
|
domain_connect: "domain_connect";
|
|
@@ -1261,44 +1254,44 @@ declare const StartDomainConnectResponseSchema: z.ZodObject<{
|
|
|
1261
1254
|
}>>;
|
|
1262
1255
|
capabilities: z.ZodObject<{
|
|
1263
1256
|
rootNSModification: z.ZodEnum<{
|
|
1264
|
-
unverified: "unverified";
|
|
1265
1257
|
supported: "supported";
|
|
1266
1258
|
unsupported: "unsupported";
|
|
1259
|
+
unverified: "unverified";
|
|
1267
1260
|
}>;
|
|
1268
1261
|
subdomainNSModification: z.ZodEnum<{
|
|
1269
|
-
unverified: "unverified";
|
|
1270
1262
|
supported: "supported";
|
|
1271
1263
|
unsupported: "unsupported";
|
|
1264
|
+
unverified: "unverified";
|
|
1272
1265
|
}>;
|
|
1273
1266
|
wwwRedirect: z.ZodEnum<{
|
|
1274
|
-
unverified: "unverified";
|
|
1275
1267
|
supported: "supported";
|
|
1276
1268
|
unsupported: "unsupported";
|
|
1269
|
+
unverified: "unverified";
|
|
1277
1270
|
}>;
|
|
1278
1271
|
cnameFlattening: z.ZodEnum<{
|
|
1279
|
-
unverified: "unverified";
|
|
1280
1272
|
supported: "supported";
|
|
1281
1273
|
unsupported: "unsupported";
|
|
1274
|
+
unverified: "unverified";
|
|
1282
1275
|
}>;
|
|
1283
1276
|
wildcardRecords: z.ZodEnum<{
|
|
1284
|
-
unverified: "unverified";
|
|
1285
1277
|
supported: "supported";
|
|
1286
1278
|
unsupported: "unsupported";
|
|
1279
|
+
unverified: "unverified";
|
|
1287
1280
|
}>;
|
|
1288
1281
|
caaRecords: z.ZodEnum<{
|
|
1289
|
-
unverified: "unverified";
|
|
1290
1282
|
supported: "supported";
|
|
1291
1283
|
unsupported: "unsupported";
|
|
1284
|
+
unverified: "unverified";
|
|
1292
1285
|
}>;
|
|
1293
1286
|
spfRecords: z.ZodEnum<{
|
|
1294
|
-
unverified: "unverified";
|
|
1295
1287
|
supported: "supported";
|
|
1296
1288
|
unsupported: "unsupported";
|
|
1289
|
+
unverified: "unverified";
|
|
1297
1290
|
}>;
|
|
1298
1291
|
socialLogin: z.ZodEnum<{
|
|
1299
|
-
unverified: "unverified";
|
|
1300
1292
|
supported: "supported";
|
|
1301
1293
|
unsupported: "unsupported";
|
|
1294
|
+
unverified: "unverified";
|
|
1302
1295
|
}>;
|
|
1303
1296
|
}, z.core.$strict>;
|
|
1304
1297
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -1475,7 +1468,6 @@ declare const StartOAuthResponseSchema: z.ZodObject<{
|
|
|
1475
1468
|
automatic: "automatic";
|
|
1476
1469
|
domain_connect: "domain_connect";
|
|
1477
1470
|
manual: "manual";
|
|
1478
|
-
unverified: "unverified";
|
|
1479
1471
|
}>;
|
|
1480
1472
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
1481
1473
|
domain_connect: "domain_connect";
|
|
@@ -1489,44 +1481,44 @@ declare const StartOAuthResponseSchema: z.ZodObject<{
|
|
|
1489
1481
|
}>>;
|
|
1490
1482
|
capabilities: z.ZodObject<{
|
|
1491
1483
|
rootNSModification: z.ZodEnum<{
|
|
1492
|
-
unverified: "unverified";
|
|
1493
1484
|
supported: "supported";
|
|
1494
1485
|
unsupported: "unsupported";
|
|
1486
|
+
unverified: "unverified";
|
|
1495
1487
|
}>;
|
|
1496
1488
|
subdomainNSModification: z.ZodEnum<{
|
|
1497
|
-
unverified: "unverified";
|
|
1498
1489
|
supported: "supported";
|
|
1499
1490
|
unsupported: "unsupported";
|
|
1491
|
+
unverified: "unverified";
|
|
1500
1492
|
}>;
|
|
1501
1493
|
wwwRedirect: z.ZodEnum<{
|
|
1502
|
-
unverified: "unverified";
|
|
1503
1494
|
supported: "supported";
|
|
1504
1495
|
unsupported: "unsupported";
|
|
1496
|
+
unverified: "unverified";
|
|
1505
1497
|
}>;
|
|
1506
1498
|
cnameFlattening: z.ZodEnum<{
|
|
1507
|
-
unverified: "unverified";
|
|
1508
1499
|
supported: "supported";
|
|
1509
1500
|
unsupported: "unsupported";
|
|
1501
|
+
unverified: "unverified";
|
|
1510
1502
|
}>;
|
|
1511
1503
|
wildcardRecords: z.ZodEnum<{
|
|
1512
|
-
unverified: "unverified";
|
|
1513
1504
|
supported: "supported";
|
|
1514
1505
|
unsupported: "unsupported";
|
|
1506
|
+
unverified: "unverified";
|
|
1515
1507
|
}>;
|
|
1516
1508
|
caaRecords: z.ZodEnum<{
|
|
1517
|
-
unverified: "unverified";
|
|
1518
1509
|
supported: "supported";
|
|
1519
1510
|
unsupported: "unsupported";
|
|
1511
|
+
unverified: "unverified";
|
|
1520
1512
|
}>;
|
|
1521
1513
|
spfRecords: z.ZodEnum<{
|
|
1522
|
-
unverified: "unverified";
|
|
1523
1514
|
supported: "supported";
|
|
1524
1515
|
unsupported: "unsupported";
|
|
1516
|
+
unverified: "unverified";
|
|
1525
1517
|
}>;
|
|
1526
1518
|
socialLogin: z.ZodEnum<{
|
|
1527
|
-
unverified: "unverified";
|
|
1528
1519
|
supported: "supported";
|
|
1529
1520
|
unsupported: "unsupported";
|
|
1521
|
+
unverified: "unverified";
|
|
1530
1522
|
}>;
|
|
1531
1523
|
}, z.core.$strict>;
|
|
1532
1524
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2735,7 +2727,6 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2735
2727
|
automatic: "automatic";
|
|
2736
2728
|
domain_connect: "domain_connect";
|
|
2737
2729
|
manual: "manual";
|
|
2738
|
-
unverified: "unverified";
|
|
2739
2730
|
}>;
|
|
2740
2731
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2741
2732
|
domain_connect: "domain_connect";
|
|
@@ -2749,44 +2740,44 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2749
2740
|
}>>;
|
|
2750
2741
|
capabilities: z.ZodObject<{
|
|
2751
2742
|
rootNSModification: z.ZodEnum<{
|
|
2752
|
-
unverified: "unverified";
|
|
2753
2743
|
supported: "supported";
|
|
2754
2744
|
unsupported: "unsupported";
|
|
2745
|
+
unverified: "unverified";
|
|
2755
2746
|
}>;
|
|
2756
2747
|
subdomainNSModification: z.ZodEnum<{
|
|
2757
|
-
unverified: "unverified";
|
|
2758
2748
|
supported: "supported";
|
|
2759
2749
|
unsupported: "unsupported";
|
|
2750
|
+
unverified: "unverified";
|
|
2760
2751
|
}>;
|
|
2761
2752
|
wwwRedirect: z.ZodEnum<{
|
|
2762
|
-
unverified: "unverified";
|
|
2763
2753
|
supported: "supported";
|
|
2764
2754
|
unsupported: "unsupported";
|
|
2755
|
+
unverified: "unverified";
|
|
2765
2756
|
}>;
|
|
2766
2757
|
cnameFlattening: z.ZodEnum<{
|
|
2767
|
-
unverified: "unverified";
|
|
2768
2758
|
supported: "supported";
|
|
2769
2759
|
unsupported: "unsupported";
|
|
2760
|
+
unverified: "unverified";
|
|
2770
2761
|
}>;
|
|
2771
2762
|
wildcardRecords: z.ZodEnum<{
|
|
2772
|
-
unverified: "unverified";
|
|
2773
2763
|
supported: "supported";
|
|
2774
2764
|
unsupported: "unsupported";
|
|
2765
|
+
unverified: "unverified";
|
|
2775
2766
|
}>;
|
|
2776
2767
|
caaRecords: z.ZodEnum<{
|
|
2777
|
-
unverified: "unverified";
|
|
2778
2768
|
supported: "supported";
|
|
2779
2769
|
unsupported: "unsupported";
|
|
2770
|
+
unverified: "unverified";
|
|
2780
2771
|
}>;
|
|
2781
2772
|
spfRecords: z.ZodEnum<{
|
|
2782
|
-
unverified: "unverified";
|
|
2783
2773
|
supported: "supported";
|
|
2784
2774
|
unsupported: "unsupported";
|
|
2775
|
+
unverified: "unverified";
|
|
2785
2776
|
}>;
|
|
2786
2777
|
socialLogin: z.ZodEnum<{
|
|
2787
|
-
unverified: "unverified";
|
|
2788
2778
|
supported: "supported";
|
|
2789
2779
|
unsupported: "unsupported";
|
|
2780
|
+
unverified: "unverified";
|
|
2790
2781
|
}>;
|
|
2791
2782
|
}, z.core.$strict>;
|
|
2792
2783
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2950,7 +2941,6 @@ declare const Domain0ConnectFailureEventSchema: z.ZodObject<{
|
|
|
2950
2941
|
automatic: "automatic";
|
|
2951
2942
|
domain_connect: "domain_connect";
|
|
2952
2943
|
manual: "manual";
|
|
2953
|
-
unverified: "unverified";
|
|
2954
2944
|
}>;
|
|
2955
2945
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2956
2946
|
domain_connect: "domain_connect";
|
|
@@ -2964,44 +2954,44 @@ declare const Domain0ConnectFailureEventSchema: z.ZodObject<{
|
|
|
2964
2954
|
}>>;
|
|
2965
2955
|
capabilities: z.ZodObject<{
|
|
2966
2956
|
rootNSModification: z.ZodEnum<{
|
|
2967
|
-
unverified: "unverified";
|
|
2968
2957
|
supported: "supported";
|
|
2969
2958
|
unsupported: "unsupported";
|
|
2959
|
+
unverified: "unverified";
|
|
2970
2960
|
}>;
|
|
2971
2961
|
subdomainNSModification: z.ZodEnum<{
|
|
2972
|
-
unverified: "unverified";
|
|
2973
2962
|
supported: "supported";
|
|
2974
2963
|
unsupported: "unsupported";
|
|
2964
|
+
unverified: "unverified";
|
|
2975
2965
|
}>;
|
|
2976
2966
|
wwwRedirect: z.ZodEnum<{
|
|
2977
|
-
unverified: "unverified";
|
|
2978
2967
|
supported: "supported";
|
|
2979
2968
|
unsupported: "unsupported";
|
|
2969
|
+
unverified: "unverified";
|
|
2980
2970
|
}>;
|
|
2981
2971
|
cnameFlattening: z.ZodEnum<{
|
|
2982
|
-
unverified: "unverified";
|
|
2983
2972
|
supported: "supported";
|
|
2984
2973
|
unsupported: "unsupported";
|
|
2974
|
+
unverified: "unverified";
|
|
2985
2975
|
}>;
|
|
2986
2976
|
wildcardRecords: z.ZodEnum<{
|
|
2987
|
-
unverified: "unverified";
|
|
2988
2977
|
supported: "supported";
|
|
2989
2978
|
unsupported: "unsupported";
|
|
2979
|
+
unverified: "unverified";
|
|
2990
2980
|
}>;
|
|
2991
2981
|
caaRecords: z.ZodEnum<{
|
|
2992
|
-
unverified: "unverified";
|
|
2993
2982
|
supported: "supported";
|
|
2994
2983
|
unsupported: "unsupported";
|
|
2984
|
+
unverified: "unverified";
|
|
2995
2985
|
}>;
|
|
2996
2986
|
spfRecords: z.ZodEnum<{
|
|
2997
|
-
unverified: "unverified";
|
|
2998
2987
|
supported: "supported";
|
|
2999
2988
|
unsupported: "unsupported";
|
|
2989
|
+
unverified: "unverified";
|
|
3000
2990
|
}>;
|
|
3001
2991
|
socialLogin: z.ZodEnum<{
|
|
3002
|
-
unverified: "unverified";
|
|
3003
2992
|
supported: "supported";
|
|
3004
2993
|
unsupported: "unsupported";
|
|
2994
|
+
unverified: "unverified";
|
|
3005
2995
|
}>;
|
|
3006
2996
|
}, z.core.$strict>;
|
|
3007
2997
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3174,7 +3164,6 @@ declare const Domain0ConnectFailureEventSchema: z.ZodObject<{
|
|
|
3174
3164
|
automatic: "automatic";
|
|
3175
3165
|
domain_connect: "domain_connect";
|
|
3176
3166
|
manual: "manual";
|
|
3177
|
-
unverified: "unverified";
|
|
3178
3167
|
}>;
|
|
3179
3168
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3180
3169
|
domain_connect: "domain_connect";
|
|
@@ -3188,44 +3177,44 @@ declare const Domain0ConnectFailureEventSchema: z.ZodObject<{
|
|
|
3188
3177
|
}>>;
|
|
3189
3178
|
capabilities: z.ZodObject<{
|
|
3190
3179
|
rootNSModification: z.ZodEnum<{
|
|
3191
|
-
unverified: "unverified";
|
|
3192
3180
|
supported: "supported";
|
|
3193
3181
|
unsupported: "unsupported";
|
|
3182
|
+
unverified: "unverified";
|
|
3194
3183
|
}>;
|
|
3195
3184
|
subdomainNSModification: z.ZodEnum<{
|
|
3196
|
-
unverified: "unverified";
|
|
3197
3185
|
supported: "supported";
|
|
3198
3186
|
unsupported: "unsupported";
|
|
3187
|
+
unverified: "unverified";
|
|
3199
3188
|
}>;
|
|
3200
3189
|
wwwRedirect: z.ZodEnum<{
|
|
3201
|
-
unverified: "unverified";
|
|
3202
3190
|
supported: "supported";
|
|
3203
3191
|
unsupported: "unsupported";
|
|
3192
|
+
unverified: "unverified";
|
|
3204
3193
|
}>;
|
|
3205
3194
|
cnameFlattening: z.ZodEnum<{
|
|
3206
|
-
unverified: "unverified";
|
|
3207
3195
|
supported: "supported";
|
|
3208
3196
|
unsupported: "unsupported";
|
|
3197
|
+
unverified: "unverified";
|
|
3209
3198
|
}>;
|
|
3210
3199
|
wildcardRecords: z.ZodEnum<{
|
|
3211
|
-
unverified: "unverified";
|
|
3212
3200
|
supported: "supported";
|
|
3213
3201
|
unsupported: "unsupported";
|
|
3202
|
+
unverified: "unverified";
|
|
3214
3203
|
}>;
|
|
3215
3204
|
caaRecords: z.ZodEnum<{
|
|
3216
|
-
unverified: "unverified";
|
|
3217
3205
|
supported: "supported";
|
|
3218
3206
|
unsupported: "unsupported";
|
|
3207
|
+
unverified: "unverified";
|
|
3219
3208
|
}>;
|
|
3220
3209
|
spfRecords: z.ZodEnum<{
|
|
3221
|
-
unverified: "unverified";
|
|
3222
3210
|
supported: "supported";
|
|
3223
3211
|
unsupported: "unsupported";
|
|
3212
|
+
unverified: "unverified";
|
|
3224
3213
|
}>;
|
|
3225
3214
|
socialLogin: z.ZodEnum<{
|
|
3226
|
-
unverified: "unverified";
|
|
3227
3215
|
supported: "supported";
|
|
3228
3216
|
unsupported: "unsupported";
|
|
3217
|
+
unverified: "unverified";
|
|
3229
3218
|
}>;
|
|
3230
3219
|
}, z.core.$strict>;
|
|
3231
3220
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3426,7 +3415,6 @@ declare const Domain0ConnectErrorEventSchema: z.ZodObject<{
|
|
|
3426
3415
|
automatic: "automatic";
|
|
3427
3416
|
domain_connect: "domain_connect";
|
|
3428
3417
|
manual: "manual";
|
|
3429
|
-
unverified: "unverified";
|
|
3430
3418
|
}>;
|
|
3431
3419
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3432
3420
|
domain_connect: "domain_connect";
|
|
@@ -3440,44 +3428,44 @@ declare const Domain0ConnectErrorEventSchema: z.ZodObject<{
|
|
|
3440
3428
|
}>>;
|
|
3441
3429
|
capabilities: z.ZodObject<{
|
|
3442
3430
|
rootNSModification: z.ZodEnum<{
|
|
3443
|
-
unverified: "unverified";
|
|
3444
3431
|
supported: "supported";
|
|
3445
3432
|
unsupported: "unsupported";
|
|
3433
|
+
unverified: "unverified";
|
|
3446
3434
|
}>;
|
|
3447
3435
|
subdomainNSModification: z.ZodEnum<{
|
|
3448
|
-
unverified: "unverified";
|
|
3449
3436
|
supported: "supported";
|
|
3450
3437
|
unsupported: "unsupported";
|
|
3438
|
+
unverified: "unverified";
|
|
3451
3439
|
}>;
|
|
3452
3440
|
wwwRedirect: z.ZodEnum<{
|
|
3453
|
-
unverified: "unverified";
|
|
3454
3441
|
supported: "supported";
|
|
3455
3442
|
unsupported: "unsupported";
|
|
3443
|
+
unverified: "unverified";
|
|
3456
3444
|
}>;
|
|
3457
3445
|
cnameFlattening: z.ZodEnum<{
|
|
3458
|
-
unverified: "unverified";
|
|
3459
3446
|
supported: "supported";
|
|
3460
3447
|
unsupported: "unsupported";
|
|
3448
|
+
unverified: "unverified";
|
|
3461
3449
|
}>;
|
|
3462
3450
|
wildcardRecords: z.ZodEnum<{
|
|
3463
|
-
unverified: "unverified";
|
|
3464
3451
|
supported: "supported";
|
|
3465
3452
|
unsupported: "unsupported";
|
|
3453
|
+
unverified: "unverified";
|
|
3466
3454
|
}>;
|
|
3467
3455
|
caaRecords: z.ZodEnum<{
|
|
3468
|
-
unverified: "unverified";
|
|
3469
3456
|
supported: "supported";
|
|
3470
3457
|
unsupported: "unsupported";
|
|
3458
|
+
unverified: "unverified";
|
|
3471
3459
|
}>;
|
|
3472
3460
|
spfRecords: z.ZodEnum<{
|
|
3473
|
-
unverified: "unverified";
|
|
3474
3461
|
supported: "supported";
|
|
3475
3462
|
unsupported: "unsupported";
|
|
3463
|
+
unverified: "unverified";
|
|
3476
3464
|
}>;
|
|
3477
3465
|
socialLogin: z.ZodEnum<{
|
|
3478
|
-
unverified: "unverified";
|
|
3479
3466
|
supported: "supported";
|
|
3480
3467
|
unsupported: "unsupported";
|
|
3468
|
+
unverified: "unverified";
|
|
3481
3469
|
}>;
|
|
3482
3470
|
}, z.core.$strict>;
|
|
3483
3471
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3674,7 +3662,6 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
3674
3662
|
automatic: "automatic";
|
|
3675
3663
|
domain_connect: "domain_connect";
|
|
3676
3664
|
manual: "manual";
|
|
3677
|
-
unverified: "unverified";
|
|
3678
3665
|
}>;
|
|
3679
3666
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3680
3667
|
domain_connect: "domain_connect";
|
|
@@ -3688,44 +3675,44 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
3688
3675
|
}>>;
|
|
3689
3676
|
capabilities: z.ZodObject<{
|
|
3690
3677
|
rootNSModification: z.ZodEnum<{
|
|
3691
|
-
unverified: "unverified";
|
|
3692
3678
|
supported: "supported";
|
|
3693
3679
|
unsupported: "unsupported";
|
|
3680
|
+
unverified: "unverified";
|
|
3694
3681
|
}>;
|
|
3695
3682
|
subdomainNSModification: z.ZodEnum<{
|
|
3696
|
-
unverified: "unverified";
|
|
3697
3683
|
supported: "supported";
|
|
3698
3684
|
unsupported: "unsupported";
|
|
3685
|
+
unverified: "unverified";
|
|
3699
3686
|
}>;
|
|
3700
3687
|
wwwRedirect: z.ZodEnum<{
|
|
3701
|
-
unverified: "unverified";
|
|
3702
3688
|
supported: "supported";
|
|
3703
3689
|
unsupported: "unsupported";
|
|
3690
|
+
unverified: "unverified";
|
|
3704
3691
|
}>;
|
|
3705
3692
|
cnameFlattening: z.ZodEnum<{
|
|
3706
|
-
unverified: "unverified";
|
|
3707
3693
|
supported: "supported";
|
|
3708
3694
|
unsupported: "unsupported";
|
|
3695
|
+
unverified: "unverified";
|
|
3709
3696
|
}>;
|
|
3710
3697
|
wildcardRecords: z.ZodEnum<{
|
|
3711
|
-
unverified: "unverified";
|
|
3712
3698
|
supported: "supported";
|
|
3713
3699
|
unsupported: "unsupported";
|
|
3700
|
+
unverified: "unverified";
|
|
3714
3701
|
}>;
|
|
3715
3702
|
caaRecords: z.ZodEnum<{
|
|
3716
|
-
unverified: "unverified";
|
|
3717
3703
|
supported: "supported";
|
|
3718
3704
|
unsupported: "unsupported";
|
|
3705
|
+
unverified: "unverified";
|
|
3719
3706
|
}>;
|
|
3720
3707
|
spfRecords: z.ZodEnum<{
|
|
3721
|
-
unverified: "unverified";
|
|
3722
3708
|
supported: "supported";
|
|
3723
3709
|
unsupported: "unsupported";
|
|
3710
|
+
unverified: "unverified";
|
|
3724
3711
|
}>;
|
|
3725
3712
|
socialLogin: z.ZodEnum<{
|
|
3726
|
-
unverified: "unverified";
|
|
3727
3713
|
supported: "supported";
|
|
3728
3714
|
unsupported: "unsupported";
|
|
3715
|
+
unverified: "unverified";
|
|
3729
3716
|
}>;
|
|
3730
3717
|
}, z.core.$strict>;
|
|
3731
3718
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3989,7 +3976,6 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
3989
3976
|
automatic: "automatic";
|
|
3990
3977
|
domain_connect: "domain_connect";
|
|
3991
3978
|
manual: "manual";
|
|
3992
|
-
unverified: "unverified";
|
|
3993
3979
|
}>;
|
|
3994
3980
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3995
3981
|
domain_connect: "domain_connect";
|
|
@@ -4003,44 +3989,44 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
4003
3989
|
}>>;
|
|
4004
3990
|
capabilities: z.ZodObject<{
|
|
4005
3991
|
rootNSModification: z.ZodEnum<{
|
|
4006
|
-
unverified: "unverified";
|
|
4007
3992
|
supported: "supported";
|
|
4008
3993
|
unsupported: "unsupported";
|
|
3994
|
+
unverified: "unverified";
|
|
4009
3995
|
}>;
|
|
4010
3996
|
subdomainNSModification: z.ZodEnum<{
|
|
4011
|
-
unverified: "unverified";
|
|
4012
3997
|
supported: "supported";
|
|
4013
3998
|
unsupported: "unsupported";
|
|
3999
|
+
unverified: "unverified";
|
|
4014
4000
|
}>;
|
|
4015
4001
|
wwwRedirect: z.ZodEnum<{
|
|
4016
|
-
unverified: "unverified";
|
|
4017
4002
|
supported: "supported";
|
|
4018
4003
|
unsupported: "unsupported";
|
|
4004
|
+
unverified: "unverified";
|
|
4019
4005
|
}>;
|
|
4020
4006
|
cnameFlattening: z.ZodEnum<{
|
|
4021
|
-
unverified: "unverified";
|
|
4022
4007
|
supported: "supported";
|
|
4023
4008
|
unsupported: "unsupported";
|
|
4009
|
+
unverified: "unverified";
|
|
4024
4010
|
}>;
|
|
4025
4011
|
wildcardRecords: z.ZodEnum<{
|
|
4026
|
-
unverified: "unverified";
|
|
4027
4012
|
supported: "supported";
|
|
4028
4013
|
unsupported: "unsupported";
|
|
4014
|
+
unverified: "unverified";
|
|
4029
4015
|
}>;
|
|
4030
4016
|
caaRecords: z.ZodEnum<{
|
|
4031
|
-
unverified: "unverified";
|
|
4032
4017
|
supported: "supported";
|
|
4033
4018
|
unsupported: "unsupported";
|
|
4019
|
+
unverified: "unverified";
|
|
4034
4020
|
}>;
|
|
4035
4021
|
spfRecords: z.ZodEnum<{
|
|
4036
|
-
unverified: "unverified";
|
|
4037
4022
|
supported: "supported";
|
|
4038
4023
|
unsupported: "unsupported";
|
|
4024
|
+
unverified: "unverified";
|
|
4039
4025
|
}>;
|
|
4040
4026
|
socialLogin: z.ZodEnum<{
|
|
4041
|
-
unverified: "unverified";
|
|
4042
4027
|
supported: "supported";
|
|
4043
4028
|
unsupported: "unsupported";
|
|
4029
|
+
unverified: "unverified";
|
|
4044
4030
|
}>;
|
|
4045
4031
|
}, z.core.$strict>;
|
|
4046
4032
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4202,7 +4188,6 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4202
4188
|
automatic: "automatic";
|
|
4203
4189
|
domain_connect: "domain_connect";
|
|
4204
4190
|
manual: "manual";
|
|
4205
|
-
unverified: "unverified";
|
|
4206
4191
|
}>;
|
|
4207
4192
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4208
4193
|
domain_connect: "domain_connect";
|
|
@@ -4216,44 +4201,44 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4216
4201
|
}>>;
|
|
4217
4202
|
capabilities: z.ZodObject<{
|
|
4218
4203
|
rootNSModification: z.ZodEnum<{
|
|
4219
|
-
unverified: "unverified";
|
|
4220
4204
|
supported: "supported";
|
|
4221
4205
|
unsupported: "unsupported";
|
|
4206
|
+
unverified: "unverified";
|
|
4222
4207
|
}>;
|
|
4223
4208
|
subdomainNSModification: z.ZodEnum<{
|
|
4224
|
-
unverified: "unverified";
|
|
4225
4209
|
supported: "supported";
|
|
4226
4210
|
unsupported: "unsupported";
|
|
4211
|
+
unverified: "unverified";
|
|
4227
4212
|
}>;
|
|
4228
4213
|
wwwRedirect: z.ZodEnum<{
|
|
4229
|
-
unverified: "unverified";
|
|
4230
4214
|
supported: "supported";
|
|
4231
4215
|
unsupported: "unsupported";
|
|
4216
|
+
unverified: "unverified";
|
|
4232
4217
|
}>;
|
|
4233
4218
|
cnameFlattening: z.ZodEnum<{
|
|
4234
|
-
unverified: "unverified";
|
|
4235
4219
|
supported: "supported";
|
|
4236
4220
|
unsupported: "unsupported";
|
|
4221
|
+
unverified: "unverified";
|
|
4237
4222
|
}>;
|
|
4238
4223
|
wildcardRecords: z.ZodEnum<{
|
|
4239
|
-
unverified: "unverified";
|
|
4240
4224
|
supported: "supported";
|
|
4241
4225
|
unsupported: "unsupported";
|
|
4226
|
+
unverified: "unverified";
|
|
4242
4227
|
}>;
|
|
4243
4228
|
caaRecords: z.ZodEnum<{
|
|
4244
|
-
unverified: "unverified";
|
|
4245
4229
|
supported: "supported";
|
|
4246
4230
|
unsupported: "unsupported";
|
|
4231
|
+
unverified: "unverified";
|
|
4247
4232
|
}>;
|
|
4248
4233
|
spfRecords: z.ZodEnum<{
|
|
4249
|
-
unverified: "unverified";
|
|
4250
4234
|
supported: "supported";
|
|
4251
4235
|
unsupported: "unsupported";
|
|
4236
|
+
unverified: "unverified";
|
|
4252
4237
|
}>;
|
|
4253
4238
|
socialLogin: z.ZodEnum<{
|
|
4254
|
-
unverified: "unverified";
|
|
4255
4239
|
supported: "supported";
|
|
4256
4240
|
unsupported: "unsupported";
|
|
4241
|
+
unverified: "unverified";
|
|
4257
4242
|
}>;
|
|
4258
4243
|
}, z.core.$strict>;
|
|
4259
4244
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4417,7 +4402,6 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
4417
4402
|
automatic: "automatic";
|
|
4418
4403
|
domain_connect: "domain_connect";
|
|
4419
4404
|
manual: "manual";
|
|
4420
|
-
unverified: "unverified";
|
|
4421
4405
|
}>;
|
|
4422
4406
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4423
4407
|
domain_connect: "domain_connect";
|
|
@@ -4431,44 +4415,44 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
4431
4415
|
}>>;
|
|
4432
4416
|
capabilities: z.ZodObject<{
|
|
4433
4417
|
rootNSModification: z.ZodEnum<{
|
|
4434
|
-
unverified: "unverified";
|
|
4435
4418
|
supported: "supported";
|
|
4436
4419
|
unsupported: "unsupported";
|
|
4420
|
+
unverified: "unverified";
|
|
4437
4421
|
}>;
|
|
4438
4422
|
subdomainNSModification: z.ZodEnum<{
|
|
4439
|
-
unverified: "unverified";
|
|
4440
4423
|
supported: "supported";
|
|
4441
4424
|
unsupported: "unsupported";
|
|
4425
|
+
unverified: "unverified";
|
|
4442
4426
|
}>;
|
|
4443
4427
|
wwwRedirect: z.ZodEnum<{
|
|
4444
|
-
unverified: "unverified";
|
|
4445
4428
|
supported: "supported";
|
|
4446
4429
|
unsupported: "unsupported";
|
|
4430
|
+
unverified: "unverified";
|
|
4447
4431
|
}>;
|
|
4448
4432
|
cnameFlattening: z.ZodEnum<{
|
|
4449
|
-
unverified: "unverified";
|
|
4450
4433
|
supported: "supported";
|
|
4451
4434
|
unsupported: "unsupported";
|
|
4435
|
+
unverified: "unverified";
|
|
4452
4436
|
}>;
|
|
4453
4437
|
wildcardRecords: z.ZodEnum<{
|
|
4454
|
-
unverified: "unverified";
|
|
4455
4438
|
supported: "supported";
|
|
4456
4439
|
unsupported: "unsupported";
|
|
4440
|
+
unverified: "unverified";
|
|
4457
4441
|
}>;
|
|
4458
4442
|
caaRecords: z.ZodEnum<{
|
|
4459
|
-
unverified: "unverified";
|
|
4460
4443
|
supported: "supported";
|
|
4461
4444
|
unsupported: "unsupported";
|
|
4445
|
+
unverified: "unverified";
|
|
4462
4446
|
}>;
|
|
4463
4447
|
spfRecords: z.ZodEnum<{
|
|
4464
|
-
unverified: "unverified";
|
|
4465
4448
|
supported: "supported";
|
|
4466
4449
|
unsupported: "unsupported";
|
|
4450
|
+
unverified: "unverified";
|
|
4467
4451
|
}>;
|
|
4468
4452
|
socialLogin: z.ZodEnum<{
|
|
4469
|
-
unverified: "unverified";
|
|
4470
4453
|
supported: "supported";
|
|
4471
4454
|
unsupported: "unsupported";
|
|
4455
|
+
unverified: "unverified";
|
|
4472
4456
|
}>;
|
|
4473
4457
|
}, z.core.$strict>;
|
|
4474
4458
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4652,7 +4636,6 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
4652
4636
|
automatic: "automatic";
|
|
4653
4637
|
domain_connect: "domain_connect";
|
|
4654
4638
|
manual: "manual";
|
|
4655
|
-
unverified: "unverified";
|
|
4656
4639
|
}>;
|
|
4657
4640
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4658
4641
|
domain_connect: "domain_connect";
|
|
@@ -4666,44 +4649,44 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
4666
4649
|
}>>;
|
|
4667
4650
|
capabilities: z.ZodObject<{
|
|
4668
4651
|
rootNSModification: z.ZodEnum<{
|
|
4669
|
-
unverified: "unverified";
|
|
4670
4652
|
supported: "supported";
|
|
4671
4653
|
unsupported: "unsupported";
|
|
4654
|
+
unverified: "unverified";
|
|
4672
4655
|
}>;
|
|
4673
4656
|
subdomainNSModification: z.ZodEnum<{
|
|
4674
|
-
unverified: "unverified";
|
|
4675
4657
|
supported: "supported";
|
|
4676
4658
|
unsupported: "unsupported";
|
|
4659
|
+
unverified: "unverified";
|
|
4677
4660
|
}>;
|
|
4678
4661
|
wwwRedirect: z.ZodEnum<{
|
|
4679
|
-
unverified: "unverified";
|
|
4680
4662
|
supported: "supported";
|
|
4681
4663
|
unsupported: "unsupported";
|
|
4664
|
+
unverified: "unverified";
|
|
4682
4665
|
}>;
|
|
4683
4666
|
cnameFlattening: z.ZodEnum<{
|
|
4684
|
-
unverified: "unverified";
|
|
4685
4667
|
supported: "supported";
|
|
4686
4668
|
unsupported: "unsupported";
|
|
4669
|
+
unverified: "unverified";
|
|
4687
4670
|
}>;
|
|
4688
4671
|
wildcardRecords: z.ZodEnum<{
|
|
4689
|
-
unverified: "unverified";
|
|
4690
4672
|
supported: "supported";
|
|
4691
4673
|
unsupported: "unsupported";
|
|
4674
|
+
unverified: "unverified";
|
|
4692
4675
|
}>;
|
|
4693
4676
|
caaRecords: z.ZodEnum<{
|
|
4694
|
-
unverified: "unverified";
|
|
4695
4677
|
supported: "supported";
|
|
4696
4678
|
unsupported: "unsupported";
|
|
4679
|
+
unverified: "unverified";
|
|
4697
4680
|
}>;
|
|
4698
4681
|
spfRecords: z.ZodEnum<{
|
|
4699
|
-
unverified: "unverified";
|
|
4700
4682
|
supported: "supported";
|
|
4701
4683
|
unsupported: "unsupported";
|
|
4684
|
+
unverified: "unverified";
|
|
4702
4685
|
}>;
|
|
4703
4686
|
socialLogin: z.ZodEnum<{
|
|
4704
|
-
unverified: "unverified";
|
|
4705
4687
|
supported: "supported";
|
|
4706
4688
|
unsupported: "unsupported";
|
|
4689
|
+
unverified: "unverified";
|
|
4707
4690
|
}>;
|
|
4708
4691
|
}, z.core.$strict>;
|
|
4709
4692
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4870,7 +4853,6 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4870
4853
|
automatic: "automatic";
|
|
4871
4854
|
domain_connect: "domain_connect";
|
|
4872
4855
|
manual: "manual";
|
|
4873
|
-
unverified: "unverified";
|
|
4874
4856
|
}>;
|
|
4875
4857
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4876
4858
|
domain_connect: "domain_connect";
|
|
@@ -4884,44 +4866,44 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4884
4866
|
}>>;
|
|
4885
4867
|
capabilities: z.ZodObject<{
|
|
4886
4868
|
rootNSModification: z.ZodEnum<{
|
|
4887
|
-
unverified: "unverified";
|
|
4888
4869
|
supported: "supported";
|
|
4889
4870
|
unsupported: "unsupported";
|
|
4871
|
+
unverified: "unverified";
|
|
4890
4872
|
}>;
|
|
4891
4873
|
subdomainNSModification: z.ZodEnum<{
|
|
4892
|
-
unverified: "unverified";
|
|
4893
4874
|
supported: "supported";
|
|
4894
4875
|
unsupported: "unsupported";
|
|
4876
|
+
unverified: "unverified";
|
|
4895
4877
|
}>;
|
|
4896
4878
|
wwwRedirect: z.ZodEnum<{
|
|
4897
|
-
unverified: "unverified";
|
|
4898
4879
|
supported: "supported";
|
|
4899
4880
|
unsupported: "unsupported";
|
|
4881
|
+
unverified: "unverified";
|
|
4900
4882
|
}>;
|
|
4901
4883
|
cnameFlattening: z.ZodEnum<{
|
|
4902
|
-
unverified: "unverified";
|
|
4903
4884
|
supported: "supported";
|
|
4904
4885
|
unsupported: "unsupported";
|
|
4886
|
+
unverified: "unverified";
|
|
4905
4887
|
}>;
|
|
4906
4888
|
wildcardRecords: z.ZodEnum<{
|
|
4907
|
-
unverified: "unverified";
|
|
4908
4889
|
supported: "supported";
|
|
4909
4890
|
unsupported: "unsupported";
|
|
4891
|
+
unverified: "unverified";
|
|
4910
4892
|
}>;
|
|
4911
4893
|
caaRecords: z.ZodEnum<{
|
|
4912
|
-
unverified: "unverified";
|
|
4913
4894
|
supported: "supported";
|
|
4914
4895
|
unsupported: "unsupported";
|
|
4896
|
+
unverified: "unverified";
|
|
4915
4897
|
}>;
|
|
4916
4898
|
spfRecords: z.ZodEnum<{
|
|
4917
|
-
unverified: "unverified";
|
|
4918
4899
|
supported: "supported";
|
|
4919
4900
|
unsupported: "unsupported";
|
|
4901
|
+
unverified: "unverified";
|
|
4920
4902
|
}>;
|
|
4921
4903
|
socialLogin: z.ZodEnum<{
|
|
4922
|
-
unverified: "unverified";
|
|
4923
4904
|
supported: "supported";
|
|
4924
4905
|
unsupported: "unsupported";
|
|
4906
|
+
unverified: "unverified";
|
|
4925
4907
|
}>;
|
|
4926
4908
|
}, z.core.$strict>;
|
|
4927
4909
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5098,7 +5080,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5098
5080
|
automatic: "automatic";
|
|
5099
5081
|
domain_connect: "domain_connect";
|
|
5100
5082
|
manual: "manual";
|
|
5101
|
-
unverified: "unverified";
|
|
5102
5083
|
}>;
|
|
5103
5084
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5104
5085
|
domain_connect: "domain_connect";
|
|
@@ -5112,44 +5093,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5112
5093
|
}>>;
|
|
5113
5094
|
capabilities: z.ZodObject<{
|
|
5114
5095
|
rootNSModification: z.ZodEnum<{
|
|
5115
|
-
unverified: "unverified";
|
|
5116
5096
|
supported: "supported";
|
|
5117
5097
|
unsupported: "unsupported";
|
|
5098
|
+
unverified: "unverified";
|
|
5118
5099
|
}>;
|
|
5119
5100
|
subdomainNSModification: z.ZodEnum<{
|
|
5120
|
-
unverified: "unverified";
|
|
5121
5101
|
supported: "supported";
|
|
5122
5102
|
unsupported: "unsupported";
|
|
5103
|
+
unverified: "unverified";
|
|
5123
5104
|
}>;
|
|
5124
5105
|
wwwRedirect: z.ZodEnum<{
|
|
5125
|
-
unverified: "unverified";
|
|
5126
5106
|
supported: "supported";
|
|
5127
5107
|
unsupported: "unsupported";
|
|
5108
|
+
unverified: "unverified";
|
|
5128
5109
|
}>;
|
|
5129
5110
|
cnameFlattening: z.ZodEnum<{
|
|
5130
|
-
unverified: "unverified";
|
|
5131
5111
|
supported: "supported";
|
|
5132
5112
|
unsupported: "unsupported";
|
|
5113
|
+
unverified: "unverified";
|
|
5133
5114
|
}>;
|
|
5134
5115
|
wildcardRecords: z.ZodEnum<{
|
|
5135
|
-
unverified: "unverified";
|
|
5136
5116
|
supported: "supported";
|
|
5137
5117
|
unsupported: "unsupported";
|
|
5118
|
+
unverified: "unverified";
|
|
5138
5119
|
}>;
|
|
5139
5120
|
caaRecords: z.ZodEnum<{
|
|
5140
|
-
unverified: "unverified";
|
|
5141
5121
|
supported: "supported";
|
|
5142
5122
|
unsupported: "unsupported";
|
|
5123
|
+
unverified: "unverified";
|
|
5143
5124
|
}>;
|
|
5144
5125
|
spfRecords: z.ZodEnum<{
|
|
5145
|
-
unverified: "unverified";
|
|
5146
5126
|
supported: "supported";
|
|
5147
5127
|
unsupported: "unsupported";
|
|
5128
|
+
unverified: "unverified";
|
|
5148
5129
|
}>;
|
|
5149
5130
|
socialLogin: z.ZodEnum<{
|
|
5150
|
-
unverified: "unverified";
|
|
5151
5131
|
supported: "supported";
|
|
5152
5132
|
unsupported: "unsupported";
|
|
5133
|
+
unverified: "unverified";
|
|
5153
5134
|
}>;
|
|
5154
5135
|
}, z.core.$strict>;
|
|
5155
5136
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5312,7 +5293,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5312
5293
|
automatic: "automatic";
|
|
5313
5294
|
domain_connect: "domain_connect";
|
|
5314
5295
|
manual: "manual";
|
|
5315
|
-
unverified: "unverified";
|
|
5316
5296
|
}>;
|
|
5317
5297
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5318
5298
|
domain_connect: "domain_connect";
|
|
@@ -5326,44 +5306,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5326
5306
|
}>>;
|
|
5327
5307
|
capabilities: z.ZodObject<{
|
|
5328
5308
|
rootNSModification: z.ZodEnum<{
|
|
5329
|
-
unverified: "unverified";
|
|
5330
5309
|
supported: "supported";
|
|
5331
5310
|
unsupported: "unsupported";
|
|
5311
|
+
unverified: "unverified";
|
|
5332
5312
|
}>;
|
|
5333
5313
|
subdomainNSModification: z.ZodEnum<{
|
|
5334
|
-
unverified: "unverified";
|
|
5335
5314
|
supported: "supported";
|
|
5336
5315
|
unsupported: "unsupported";
|
|
5316
|
+
unverified: "unverified";
|
|
5337
5317
|
}>;
|
|
5338
5318
|
wwwRedirect: z.ZodEnum<{
|
|
5339
|
-
unverified: "unverified";
|
|
5340
5319
|
supported: "supported";
|
|
5341
5320
|
unsupported: "unsupported";
|
|
5321
|
+
unverified: "unverified";
|
|
5342
5322
|
}>;
|
|
5343
5323
|
cnameFlattening: z.ZodEnum<{
|
|
5344
|
-
unverified: "unverified";
|
|
5345
5324
|
supported: "supported";
|
|
5346
5325
|
unsupported: "unsupported";
|
|
5326
|
+
unverified: "unverified";
|
|
5347
5327
|
}>;
|
|
5348
5328
|
wildcardRecords: z.ZodEnum<{
|
|
5349
|
-
unverified: "unverified";
|
|
5350
5329
|
supported: "supported";
|
|
5351
5330
|
unsupported: "unsupported";
|
|
5331
|
+
unverified: "unverified";
|
|
5352
5332
|
}>;
|
|
5353
5333
|
caaRecords: z.ZodEnum<{
|
|
5354
|
-
unverified: "unverified";
|
|
5355
5334
|
supported: "supported";
|
|
5356
5335
|
unsupported: "unsupported";
|
|
5336
|
+
unverified: "unverified";
|
|
5357
5337
|
}>;
|
|
5358
5338
|
spfRecords: z.ZodEnum<{
|
|
5359
|
-
unverified: "unverified";
|
|
5360
5339
|
supported: "supported";
|
|
5361
5340
|
unsupported: "unsupported";
|
|
5341
|
+
unverified: "unverified";
|
|
5362
5342
|
}>;
|
|
5363
5343
|
socialLogin: z.ZodEnum<{
|
|
5364
|
-
unverified: "unverified";
|
|
5365
5344
|
supported: "supported";
|
|
5366
5345
|
unsupported: "unsupported";
|
|
5346
|
+
unverified: "unverified";
|
|
5367
5347
|
}>;
|
|
5368
5348
|
}, z.core.$strict>;
|
|
5369
5349
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5536,7 +5516,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5536
5516
|
automatic: "automatic";
|
|
5537
5517
|
domain_connect: "domain_connect";
|
|
5538
5518
|
manual: "manual";
|
|
5539
|
-
unverified: "unverified";
|
|
5540
5519
|
}>;
|
|
5541
5520
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5542
5521
|
domain_connect: "domain_connect";
|
|
@@ -5550,44 +5529,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5550
5529
|
}>>;
|
|
5551
5530
|
capabilities: z.ZodObject<{
|
|
5552
5531
|
rootNSModification: z.ZodEnum<{
|
|
5553
|
-
unverified: "unverified";
|
|
5554
5532
|
supported: "supported";
|
|
5555
5533
|
unsupported: "unsupported";
|
|
5534
|
+
unverified: "unverified";
|
|
5556
5535
|
}>;
|
|
5557
5536
|
subdomainNSModification: z.ZodEnum<{
|
|
5558
|
-
unverified: "unverified";
|
|
5559
5537
|
supported: "supported";
|
|
5560
5538
|
unsupported: "unsupported";
|
|
5539
|
+
unverified: "unverified";
|
|
5561
5540
|
}>;
|
|
5562
5541
|
wwwRedirect: z.ZodEnum<{
|
|
5563
|
-
unverified: "unverified";
|
|
5564
5542
|
supported: "supported";
|
|
5565
5543
|
unsupported: "unsupported";
|
|
5544
|
+
unverified: "unverified";
|
|
5566
5545
|
}>;
|
|
5567
5546
|
cnameFlattening: z.ZodEnum<{
|
|
5568
|
-
unverified: "unverified";
|
|
5569
5547
|
supported: "supported";
|
|
5570
5548
|
unsupported: "unsupported";
|
|
5549
|
+
unverified: "unverified";
|
|
5571
5550
|
}>;
|
|
5572
5551
|
wildcardRecords: z.ZodEnum<{
|
|
5573
|
-
unverified: "unverified";
|
|
5574
5552
|
supported: "supported";
|
|
5575
5553
|
unsupported: "unsupported";
|
|
5554
|
+
unverified: "unverified";
|
|
5576
5555
|
}>;
|
|
5577
5556
|
caaRecords: z.ZodEnum<{
|
|
5578
|
-
unverified: "unverified";
|
|
5579
5557
|
supported: "supported";
|
|
5580
5558
|
unsupported: "unsupported";
|
|
5559
|
+
unverified: "unverified";
|
|
5581
5560
|
}>;
|
|
5582
5561
|
spfRecords: z.ZodEnum<{
|
|
5583
|
-
unverified: "unverified";
|
|
5584
5562
|
supported: "supported";
|
|
5585
5563
|
unsupported: "unsupported";
|
|
5564
|
+
unverified: "unverified";
|
|
5586
5565
|
}>;
|
|
5587
5566
|
socialLogin: z.ZodEnum<{
|
|
5588
|
-
unverified: "unverified";
|
|
5589
5567
|
supported: "supported";
|
|
5590
5568
|
unsupported: "unsupported";
|
|
5569
|
+
unverified: "unverified";
|
|
5591
5570
|
}>;
|
|
5592
5571
|
}, z.core.$strict>;
|
|
5593
5572
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5787,7 +5766,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5787
5766
|
automatic: "automatic";
|
|
5788
5767
|
domain_connect: "domain_connect";
|
|
5789
5768
|
manual: "manual";
|
|
5790
|
-
unverified: "unverified";
|
|
5791
5769
|
}>;
|
|
5792
5770
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5793
5771
|
domain_connect: "domain_connect";
|
|
@@ -5801,44 +5779,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5801
5779
|
}>>;
|
|
5802
5780
|
capabilities: z.ZodObject<{
|
|
5803
5781
|
rootNSModification: z.ZodEnum<{
|
|
5804
|
-
unverified: "unverified";
|
|
5805
5782
|
supported: "supported";
|
|
5806
5783
|
unsupported: "unsupported";
|
|
5784
|
+
unverified: "unverified";
|
|
5807
5785
|
}>;
|
|
5808
5786
|
subdomainNSModification: z.ZodEnum<{
|
|
5809
|
-
unverified: "unverified";
|
|
5810
5787
|
supported: "supported";
|
|
5811
5788
|
unsupported: "unsupported";
|
|
5789
|
+
unverified: "unverified";
|
|
5812
5790
|
}>;
|
|
5813
5791
|
wwwRedirect: z.ZodEnum<{
|
|
5814
|
-
unverified: "unverified";
|
|
5815
5792
|
supported: "supported";
|
|
5816
5793
|
unsupported: "unsupported";
|
|
5794
|
+
unverified: "unverified";
|
|
5817
5795
|
}>;
|
|
5818
5796
|
cnameFlattening: z.ZodEnum<{
|
|
5819
|
-
unverified: "unverified";
|
|
5820
5797
|
supported: "supported";
|
|
5821
5798
|
unsupported: "unsupported";
|
|
5799
|
+
unverified: "unverified";
|
|
5822
5800
|
}>;
|
|
5823
5801
|
wildcardRecords: z.ZodEnum<{
|
|
5824
|
-
unverified: "unverified";
|
|
5825
5802
|
supported: "supported";
|
|
5826
5803
|
unsupported: "unsupported";
|
|
5804
|
+
unverified: "unverified";
|
|
5827
5805
|
}>;
|
|
5828
5806
|
caaRecords: z.ZodEnum<{
|
|
5829
|
-
unverified: "unverified";
|
|
5830
5807
|
supported: "supported";
|
|
5831
5808
|
unsupported: "unsupported";
|
|
5809
|
+
unverified: "unverified";
|
|
5832
5810
|
}>;
|
|
5833
5811
|
spfRecords: z.ZodEnum<{
|
|
5834
|
-
unverified: "unverified";
|
|
5835
5812
|
supported: "supported";
|
|
5836
5813
|
unsupported: "unsupported";
|
|
5814
|
+
unverified: "unverified";
|
|
5837
5815
|
}>;
|
|
5838
5816
|
socialLogin: z.ZodEnum<{
|
|
5839
|
-
unverified: "unverified";
|
|
5840
5817
|
supported: "supported";
|
|
5841
5818
|
unsupported: "unsupported";
|
|
5819
|
+
unverified: "unverified";
|
|
5842
5820
|
}>;
|
|
5843
5821
|
}, z.core.$strict>;
|
|
5844
5822
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6034,7 +6012,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6034
6012
|
automatic: "automatic";
|
|
6035
6013
|
domain_connect: "domain_connect";
|
|
6036
6014
|
manual: "manual";
|
|
6037
|
-
unverified: "unverified";
|
|
6038
6015
|
}>;
|
|
6039
6016
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6040
6017
|
domain_connect: "domain_connect";
|
|
@@ -6048,44 +6025,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6048
6025
|
}>>;
|
|
6049
6026
|
capabilities: z.ZodObject<{
|
|
6050
6027
|
rootNSModification: z.ZodEnum<{
|
|
6051
|
-
unverified: "unverified";
|
|
6052
6028
|
supported: "supported";
|
|
6053
6029
|
unsupported: "unsupported";
|
|
6030
|
+
unverified: "unverified";
|
|
6054
6031
|
}>;
|
|
6055
6032
|
subdomainNSModification: z.ZodEnum<{
|
|
6056
|
-
unverified: "unverified";
|
|
6057
6033
|
supported: "supported";
|
|
6058
6034
|
unsupported: "unsupported";
|
|
6035
|
+
unverified: "unverified";
|
|
6059
6036
|
}>;
|
|
6060
6037
|
wwwRedirect: z.ZodEnum<{
|
|
6061
|
-
unverified: "unverified";
|
|
6062
6038
|
supported: "supported";
|
|
6063
6039
|
unsupported: "unsupported";
|
|
6040
|
+
unverified: "unverified";
|
|
6064
6041
|
}>;
|
|
6065
6042
|
cnameFlattening: z.ZodEnum<{
|
|
6066
|
-
unverified: "unverified";
|
|
6067
6043
|
supported: "supported";
|
|
6068
6044
|
unsupported: "unsupported";
|
|
6045
|
+
unverified: "unverified";
|
|
6069
6046
|
}>;
|
|
6070
6047
|
wildcardRecords: z.ZodEnum<{
|
|
6071
|
-
unverified: "unverified";
|
|
6072
6048
|
supported: "supported";
|
|
6073
6049
|
unsupported: "unsupported";
|
|
6050
|
+
unverified: "unverified";
|
|
6074
6051
|
}>;
|
|
6075
6052
|
caaRecords: z.ZodEnum<{
|
|
6076
|
-
unverified: "unverified";
|
|
6077
6053
|
supported: "supported";
|
|
6078
6054
|
unsupported: "unsupported";
|
|
6055
|
+
unverified: "unverified";
|
|
6079
6056
|
}>;
|
|
6080
6057
|
spfRecords: z.ZodEnum<{
|
|
6081
|
-
unverified: "unverified";
|
|
6082
6058
|
supported: "supported";
|
|
6083
6059
|
unsupported: "unsupported";
|
|
6060
|
+
unverified: "unverified";
|
|
6084
6061
|
}>;
|
|
6085
6062
|
socialLogin: z.ZodEnum<{
|
|
6086
|
-
unverified: "unverified";
|
|
6087
6063
|
supported: "supported";
|
|
6088
6064
|
unsupported: "unsupported";
|
|
6065
|
+
unverified: "unverified";
|
|
6089
6066
|
}>;
|
|
6090
6067
|
}, z.core.$strict>;
|
|
6091
6068
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6348,7 +6325,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6348
6325
|
automatic: "automatic";
|
|
6349
6326
|
domain_connect: "domain_connect";
|
|
6350
6327
|
manual: "manual";
|
|
6351
|
-
unverified: "unverified";
|
|
6352
6328
|
}>;
|
|
6353
6329
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6354
6330
|
domain_connect: "domain_connect";
|
|
@@ -6362,44 +6338,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6362
6338
|
}>>;
|
|
6363
6339
|
capabilities: z.ZodObject<{
|
|
6364
6340
|
rootNSModification: z.ZodEnum<{
|
|
6365
|
-
unverified: "unverified";
|
|
6366
6341
|
supported: "supported";
|
|
6367
6342
|
unsupported: "unsupported";
|
|
6343
|
+
unverified: "unverified";
|
|
6368
6344
|
}>;
|
|
6369
6345
|
subdomainNSModification: z.ZodEnum<{
|
|
6370
|
-
unverified: "unverified";
|
|
6371
6346
|
supported: "supported";
|
|
6372
6347
|
unsupported: "unsupported";
|
|
6348
|
+
unverified: "unverified";
|
|
6373
6349
|
}>;
|
|
6374
6350
|
wwwRedirect: z.ZodEnum<{
|
|
6375
|
-
unverified: "unverified";
|
|
6376
6351
|
supported: "supported";
|
|
6377
6352
|
unsupported: "unsupported";
|
|
6353
|
+
unverified: "unverified";
|
|
6378
6354
|
}>;
|
|
6379
6355
|
cnameFlattening: z.ZodEnum<{
|
|
6380
|
-
unverified: "unverified";
|
|
6381
6356
|
supported: "supported";
|
|
6382
6357
|
unsupported: "unsupported";
|
|
6358
|
+
unverified: "unverified";
|
|
6383
6359
|
}>;
|
|
6384
6360
|
wildcardRecords: z.ZodEnum<{
|
|
6385
|
-
unverified: "unverified";
|
|
6386
6361
|
supported: "supported";
|
|
6387
6362
|
unsupported: "unsupported";
|
|
6363
|
+
unverified: "unverified";
|
|
6388
6364
|
}>;
|
|
6389
6365
|
caaRecords: z.ZodEnum<{
|
|
6390
|
-
unverified: "unverified";
|
|
6391
6366
|
supported: "supported";
|
|
6392
6367
|
unsupported: "unsupported";
|
|
6368
|
+
unverified: "unverified";
|
|
6393
6369
|
}>;
|
|
6394
6370
|
spfRecords: z.ZodEnum<{
|
|
6395
|
-
unverified: "unverified";
|
|
6396
6371
|
supported: "supported";
|
|
6397
6372
|
unsupported: "unsupported";
|
|
6373
|
+
unverified: "unverified";
|
|
6398
6374
|
}>;
|
|
6399
6375
|
socialLogin: z.ZodEnum<{
|
|
6400
|
-
unverified: "unverified";
|
|
6401
6376
|
supported: "supported";
|
|
6402
6377
|
unsupported: "unsupported";
|
|
6378
|
+
unverified: "unverified";
|
|
6403
6379
|
}>;
|
|
6404
6380
|
}, z.core.$strict>;
|
|
6405
6381
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6560,7 +6536,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6560
6536
|
automatic: "automatic";
|
|
6561
6537
|
domain_connect: "domain_connect";
|
|
6562
6538
|
manual: "manual";
|
|
6563
|
-
unverified: "unverified";
|
|
6564
6539
|
}>;
|
|
6565
6540
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6566
6541
|
domain_connect: "domain_connect";
|
|
@@ -6574,44 +6549,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6574
6549
|
}>>;
|
|
6575
6550
|
capabilities: z.ZodObject<{
|
|
6576
6551
|
rootNSModification: z.ZodEnum<{
|
|
6577
|
-
unverified: "unverified";
|
|
6578
6552
|
supported: "supported";
|
|
6579
6553
|
unsupported: "unsupported";
|
|
6554
|
+
unverified: "unverified";
|
|
6580
6555
|
}>;
|
|
6581
6556
|
subdomainNSModification: z.ZodEnum<{
|
|
6582
|
-
unverified: "unverified";
|
|
6583
6557
|
supported: "supported";
|
|
6584
6558
|
unsupported: "unsupported";
|
|
6559
|
+
unverified: "unverified";
|
|
6585
6560
|
}>;
|
|
6586
6561
|
wwwRedirect: z.ZodEnum<{
|
|
6587
|
-
unverified: "unverified";
|
|
6588
6562
|
supported: "supported";
|
|
6589
6563
|
unsupported: "unsupported";
|
|
6564
|
+
unverified: "unverified";
|
|
6590
6565
|
}>;
|
|
6591
6566
|
cnameFlattening: z.ZodEnum<{
|
|
6592
|
-
unverified: "unverified";
|
|
6593
6567
|
supported: "supported";
|
|
6594
6568
|
unsupported: "unsupported";
|
|
6569
|
+
unverified: "unverified";
|
|
6595
6570
|
}>;
|
|
6596
6571
|
wildcardRecords: z.ZodEnum<{
|
|
6597
|
-
unverified: "unverified";
|
|
6598
6572
|
supported: "supported";
|
|
6599
6573
|
unsupported: "unsupported";
|
|
6574
|
+
unverified: "unverified";
|
|
6600
6575
|
}>;
|
|
6601
6576
|
caaRecords: z.ZodEnum<{
|
|
6602
|
-
unverified: "unverified";
|
|
6603
6577
|
supported: "supported";
|
|
6604
6578
|
unsupported: "unsupported";
|
|
6579
|
+
unverified: "unverified";
|
|
6605
6580
|
}>;
|
|
6606
6581
|
spfRecords: z.ZodEnum<{
|
|
6607
|
-
unverified: "unverified";
|
|
6608
6582
|
supported: "supported";
|
|
6609
6583
|
unsupported: "unsupported";
|
|
6584
|
+
unverified: "unverified";
|
|
6610
6585
|
}>;
|
|
6611
6586
|
socialLogin: z.ZodEnum<{
|
|
6612
|
-
unverified: "unverified";
|
|
6613
6587
|
supported: "supported";
|
|
6614
6588
|
unsupported: "unsupported";
|
|
6589
|
+
unverified: "unverified";
|
|
6615
6590
|
}>;
|
|
6616
6591
|
}, z.core.$strict>;
|
|
6617
6592
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6774,7 +6749,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6774
6749
|
automatic: "automatic";
|
|
6775
6750
|
domain_connect: "domain_connect";
|
|
6776
6751
|
manual: "manual";
|
|
6777
|
-
unverified: "unverified";
|
|
6778
6752
|
}>;
|
|
6779
6753
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6780
6754
|
domain_connect: "domain_connect";
|
|
@@ -6788,44 +6762,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
6788
6762
|
}>>;
|
|
6789
6763
|
capabilities: z.ZodObject<{
|
|
6790
6764
|
rootNSModification: z.ZodEnum<{
|
|
6791
|
-
unverified: "unverified";
|
|
6792
6765
|
supported: "supported";
|
|
6793
6766
|
unsupported: "unsupported";
|
|
6767
|
+
unverified: "unverified";
|
|
6794
6768
|
}>;
|
|
6795
6769
|
subdomainNSModification: z.ZodEnum<{
|
|
6796
|
-
unverified: "unverified";
|
|
6797
6770
|
supported: "supported";
|
|
6798
6771
|
unsupported: "unsupported";
|
|
6772
|
+
unverified: "unverified";
|
|
6799
6773
|
}>;
|
|
6800
6774
|
wwwRedirect: z.ZodEnum<{
|
|
6801
|
-
unverified: "unverified";
|
|
6802
6775
|
supported: "supported";
|
|
6803
6776
|
unsupported: "unsupported";
|
|
6777
|
+
unverified: "unverified";
|
|
6804
6778
|
}>;
|
|
6805
6779
|
cnameFlattening: z.ZodEnum<{
|
|
6806
|
-
unverified: "unverified";
|
|
6807
6780
|
supported: "supported";
|
|
6808
6781
|
unsupported: "unsupported";
|
|
6782
|
+
unverified: "unverified";
|
|
6809
6783
|
}>;
|
|
6810
6784
|
wildcardRecords: z.ZodEnum<{
|
|
6811
|
-
unverified: "unverified";
|
|
6812
6785
|
supported: "supported";
|
|
6813
6786
|
unsupported: "unsupported";
|
|
6787
|
+
unverified: "unverified";
|
|
6814
6788
|
}>;
|
|
6815
6789
|
caaRecords: z.ZodEnum<{
|
|
6816
|
-
unverified: "unverified";
|
|
6817
6790
|
supported: "supported";
|
|
6818
6791
|
unsupported: "unsupported";
|
|
6792
|
+
unverified: "unverified";
|
|
6819
6793
|
}>;
|
|
6820
6794
|
spfRecords: z.ZodEnum<{
|
|
6821
|
-
unverified: "unverified";
|
|
6822
6795
|
supported: "supported";
|
|
6823
6796
|
unsupported: "unsupported";
|
|
6797
|
+
unverified: "unverified";
|
|
6824
6798
|
}>;
|
|
6825
6799
|
socialLogin: z.ZodEnum<{
|
|
6826
|
-
unverified: "unverified";
|
|
6827
6800
|
supported: "supported";
|
|
6828
6801
|
unsupported: "unsupported";
|
|
6802
|
+
unverified: "unverified";
|
|
6829
6803
|
}>;
|
|
6830
6804
|
}, z.core.$strict>;
|
|
6831
6805
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -7008,7 +6982,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7008
6982
|
automatic: "automatic";
|
|
7009
6983
|
domain_connect: "domain_connect";
|
|
7010
6984
|
manual: "manual";
|
|
7011
|
-
unverified: "unverified";
|
|
7012
6985
|
}>;
|
|
7013
6986
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
7014
6987
|
domain_connect: "domain_connect";
|
|
@@ -7022,44 +6995,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7022
6995
|
}>>;
|
|
7023
6996
|
capabilities: z.ZodObject<{
|
|
7024
6997
|
rootNSModification: z.ZodEnum<{
|
|
7025
|
-
unverified: "unverified";
|
|
7026
6998
|
supported: "supported";
|
|
7027
6999
|
unsupported: "unsupported";
|
|
7000
|
+
unverified: "unverified";
|
|
7028
7001
|
}>;
|
|
7029
7002
|
subdomainNSModification: z.ZodEnum<{
|
|
7030
|
-
unverified: "unverified";
|
|
7031
7003
|
supported: "supported";
|
|
7032
7004
|
unsupported: "unsupported";
|
|
7005
|
+
unverified: "unverified";
|
|
7033
7006
|
}>;
|
|
7034
7007
|
wwwRedirect: z.ZodEnum<{
|
|
7035
|
-
unverified: "unverified";
|
|
7036
7008
|
supported: "supported";
|
|
7037
7009
|
unsupported: "unsupported";
|
|
7010
|
+
unverified: "unverified";
|
|
7038
7011
|
}>;
|
|
7039
7012
|
cnameFlattening: z.ZodEnum<{
|
|
7040
|
-
unverified: "unverified";
|
|
7041
7013
|
supported: "supported";
|
|
7042
7014
|
unsupported: "unsupported";
|
|
7015
|
+
unverified: "unverified";
|
|
7043
7016
|
}>;
|
|
7044
7017
|
wildcardRecords: z.ZodEnum<{
|
|
7045
|
-
unverified: "unverified";
|
|
7046
7018
|
supported: "supported";
|
|
7047
7019
|
unsupported: "unsupported";
|
|
7020
|
+
unverified: "unverified";
|
|
7048
7021
|
}>;
|
|
7049
7022
|
caaRecords: z.ZodEnum<{
|
|
7050
|
-
unverified: "unverified";
|
|
7051
7023
|
supported: "supported";
|
|
7052
7024
|
unsupported: "unsupported";
|
|
7025
|
+
unverified: "unverified";
|
|
7053
7026
|
}>;
|
|
7054
7027
|
spfRecords: z.ZodEnum<{
|
|
7055
|
-
unverified: "unverified";
|
|
7056
7028
|
supported: "supported";
|
|
7057
7029
|
unsupported: "unsupported";
|
|
7030
|
+
unverified: "unverified";
|
|
7058
7031
|
}>;
|
|
7059
7032
|
socialLogin: z.ZodEnum<{
|
|
7060
|
-
unverified: "unverified";
|
|
7061
7033
|
supported: "supported";
|
|
7062
7034
|
unsupported: "unsupported";
|
|
7035
|
+
unverified: "unverified";
|
|
7063
7036
|
}>;
|
|
7064
7037
|
}, z.core.$strict>;
|
|
7065
7038
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -7225,7 +7198,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7225
7198
|
automatic: "automatic";
|
|
7226
7199
|
domain_connect: "domain_connect";
|
|
7227
7200
|
manual: "manual";
|
|
7228
|
-
unverified: "unverified";
|
|
7229
7201
|
}>;
|
|
7230
7202
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
7231
7203
|
domain_connect: "domain_connect";
|
|
@@ -7239,44 +7211,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7239
7211
|
}>>;
|
|
7240
7212
|
capabilities: z.ZodObject<{
|
|
7241
7213
|
rootNSModification: z.ZodEnum<{
|
|
7242
|
-
unverified: "unverified";
|
|
7243
7214
|
supported: "supported";
|
|
7244
7215
|
unsupported: "unsupported";
|
|
7216
|
+
unverified: "unverified";
|
|
7245
7217
|
}>;
|
|
7246
7218
|
subdomainNSModification: z.ZodEnum<{
|
|
7247
|
-
unverified: "unverified";
|
|
7248
7219
|
supported: "supported";
|
|
7249
7220
|
unsupported: "unsupported";
|
|
7221
|
+
unverified: "unverified";
|
|
7250
7222
|
}>;
|
|
7251
7223
|
wwwRedirect: z.ZodEnum<{
|
|
7252
|
-
unverified: "unverified";
|
|
7253
7224
|
supported: "supported";
|
|
7254
7225
|
unsupported: "unsupported";
|
|
7226
|
+
unverified: "unverified";
|
|
7255
7227
|
}>;
|
|
7256
7228
|
cnameFlattening: z.ZodEnum<{
|
|
7257
|
-
unverified: "unverified";
|
|
7258
7229
|
supported: "supported";
|
|
7259
7230
|
unsupported: "unsupported";
|
|
7231
|
+
unverified: "unverified";
|
|
7260
7232
|
}>;
|
|
7261
7233
|
wildcardRecords: z.ZodEnum<{
|
|
7262
|
-
unverified: "unverified";
|
|
7263
7234
|
supported: "supported";
|
|
7264
7235
|
unsupported: "unsupported";
|
|
7236
|
+
unverified: "unverified";
|
|
7265
7237
|
}>;
|
|
7266
7238
|
caaRecords: z.ZodEnum<{
|
|
7267
|
-
unverified: "unverified";
|
|
7268
7239
|
supported: "supported";
|
|
7269
7240
|
unsupported: "unsupported";
|
|
7241
|
+
unverified: "unverified";
|
|
7270
7242
|
}>;
|
|
7271
7243
|
spfRecords: z.ZodEnum<{
|
|
7272
|
-
unverified: "unverified";
|
|
7273
7244
|
supported: "supported";
|
|
7274
7245
|
unsupported: "unsupported";
|
|
7246
|
+
unverified: "unverified";
|
|
7275
7247
|
}>;
|
|
7276
7248
|
socialLogin: z.ZodEnum<{
|
|
7277
|
-
unverified: "unverified";
|
|
7278
7249
|
supported: "supported";
|
|
7279
7250
|
unsupported: "unsupported";
|
|
7251
|
+
unverified: "unverified";
|
|
7280
7252
|
}>;
|
|
7281
7253
|
}, z.core.$strict>;
|
|
7282
7254
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8176,7 +8148,6 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
8176
8148
|
automatic: "automatic";
|
|
8177
8149
|
domain_connect: "domain_connect";
|
|
8178
8150
|
manual: "manual";
|
|
8179
|
-
unverified: "unverified";
|
|
8180
8151
|
}>;
|
|
8181
8152
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
8182
8153
|
domain_connect: "domain_connect";
|
|
@@ -8190,44 +8161,44 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
8190
8161
|
}>>;
|
|
8191
8162
|
capabilities: z.ZodObject<{
|
|
8192
8163
|
rootNSModification: z.ZodEnum<{
|
|
8193
|
-
unverified: "unverified";
|
|
8194
8164
|
supported: "supported";
|
|
8195
8165
|
unsupported: "unsupported";
|
|
8166
|
+
unverified: "unverified";
|
|
8196
8167
|
}>;
|
|
8197
8168
|
subdomainNSModification: z.ZodEnum<{
|
|
8198
|
-
unverified: "unverified";
|
|
8199
8169
|
supported: "supported";
|
|
8200
8170
|
unsupported: "unsupported";
|
|
8171
|
+
unverified: "unverified";
|
|
8201
8172
|
}>;
|
|
8202
8173
|
wwwRedirect: z.ZodEnum<{
|
|
8203
|
-
unverified: "unverified";
|
|
8204
8174
|
supported: "supported";
|
|
8205
8175
|
unsupported: "unsupported";
|
|
8176
|
+
unverified: "unverified";
|
|
8206
8177
|
}>;
|
|
8207
8178
|
cnameFlattening: z.ZodEnum<{
|
|
8208
|
-
unverified: "unverified";
|
|
8209
8179
|
supported: "supported";
|
|
8210
8180
|
unsupported: "unsupported";
|
|
8181
|
+
unverified: "unverified";
|
|
8211
8182
|
}>;
|
|
8212
8183
|
wildcardRecords: z.ZodEnum<{
|
|
8213
|
-
unverified: "unverified";
|
|
8214
8184
|
supported: "supported";
|
|
8215
8185
|
unsupported: "unsupported";
|
|
8186
|
+
unverified: "unverified";
|
|
8216
8187
|
}>;
|
|
8217
8188
|
caaRecords: z.ZodEnum<{
|
|
8218
|
-
unverified: "unverified";
|
|
8219
8189
|
supported: "supported";
|
|
8220
8190
|
unsupported: "unsupported";
|
|
8191
|
+
unverified: "unverified";
|
|
8221
8192
|
}>;
|
|
8222
8193
|
spfRecords: z.ZodEnum<{
|
|
8223
|
-
unverified: "unverified";
|
|
8224
8194
|
supported: "supported";
|
|
8225
8195
|
unsupported: "unsupported";
|
|
8196
|
+
unverified: "unverified";
|
|
8226
8197
|
}>;
|
|
8227
8198
|
socialLogin: z.ZodEnum<{
|
|
8228
|
-
unverified: "unverified";
|
|
8229
8199
|
supported: "supported";
|
|
8230
8200
|
unsupported: "unsupported";
|
|
8201
|
+
unverified: "unverified";
|
|
8231
8202
|
}>;
|
|
8232
8203
|
}, z.core.$strict>;
|
|
8233
8204
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8357,7 +8328,6 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
8357
8328
|
automatic: "automatic";
|
|
8358
8329
|
domain_connect: "domain_connect";
|
|
8359
8330
|
manual: "manual";
|
|
8360
|
-
unverified: "unverified";
|
|
8361
8331
|
}>;
|
|
8362
8332
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
8363
8333
|
domain_connect: "domain_connect";
|
|
@@ -8371,44 +8341,44 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
8371
8341
|
}>>;
|
|
8372
8342
|
capabilities: z.ZodObject<{
|
|
8373
8343
|
rootNSModification: z.ZodEnum<{
|
|
8374
|
-
unverified: "unverified";
|
|
8375
8344
|
supported: "supported";
|
|
8376
8345
|
unsupported: "unsupported";
|
|
8346
|
+
unverified: "unverified";
|
|
8377
8347
|
}>;
|
|
8378
8348
|
subdomainNSModification: z.ZodEnum<{
|
|
8379
|
-
unverified: "unverified";
|
|
8380
8349
|
supported: "supported";
|
|
8381
8350
|
unsupported: "unsupported";
|
|
8351
|
+
unverified: "unverified";
|
|
8382
8352
|
}>;
|
|
8383
8353
|
wwwRedirect: z.ZodEnum<{
|
|
8384
|
-
unverified: "unverified";
|
|
8385
8354
|
supported: "supported";
|
|
8386
8355
|
unsupported: "unsupported";
|
|
8356
|
+
unverified: "unverified";
|
|
8387
8357
|
}>;
|
|
8388
8358
|
cnameFlattening: z.ZodEnum<{
|
|
8389
|
-
unverified: "unverified";
|
|
8390
8359
|
supported: "supported";
|
|
8391
8360
|
unsupported: "unsupported";
|
|
8361
|
+
unverified: "unverified";
|
|
8392
8362
|
}>;
|
|
8393
8363
|
wildcardRecords: z.ZodEnum<{
|
|
8394
|
-
unverified: "unverified";
|
|
8395
8364
|
supported: "supported";
|
|
8396
8365
|
unsupported: "unsupported";
|
|
8366
|
+
unverified: "unverified";
|
|
8397
8367
|
}>;
|
|
8398
8368
|
caaRecords: z.ZodEnum<{
|
|
8399
|
-
unverified: "unverified";
|
|
8400
8369
|
supported: "supported";
|
|
8401
8370
|
unsupported: "unsupported";
|
|
8371
|
+
unverified: "unverified";
|
|
8402
8372
|
}>;
|
|
8403
8373
|
spfRecords: z.ZodEnum<{
|
|
8404
|
-
unverified: "unverified";
|
|
8405
8374
|
supported: "supported";
|
|
8406
8375
|
unsupported: "unsupported";
|
|
8376
|
+
unverified: "unverified";
|
|
8407
8377
|
}>;
|
|
8408
8378
|
socialLogin: z.ZodEnum<{
|
|
8409
|
-
unverified: "unverified";
|
|
8410
8379
|
supported: "supported";
|
|
8411
8380
|
unsupported: "unsupported";
|
|
8381
|
+
unverified: "unverified";
|
|
8412
8382
|
}>;
|
|
8413
8383
|
}, z.core.$strict>;
|
|
8414
8384
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8436,7 +8406,6 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
8436
8406
|
automatic: "automatic";
|
|
8437
8407
|
domain_connect: "domain_connect";
|
|
8438
8408
|
manual: "manual";
|
|
8439
|
-
unverified: "unverified";
|
|
8440
8409
|
}>;
|
|
8441
8410
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
8442
8411
|
domain_connect: "domain_connect";
|
|
@@ -8450,44 +8419,44 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
8450
8419
|
}>>;
|
|
8451
8420
|
capabilities: z.ZodObject<{
|
|
8452
8421
|
rootNSModification: z.ZodEnum<{
|
|
8453
|
-
unverified: "unverified";
|
|
8454
8422
|
supported: "supported";
|
|
8455
8423
|
unsupported: "unsupported";
|
|
8424
|
+
unverified: "unverified";
|
|
8456
8425
|
}>;
|
|
8457
8426
|
subdomainNSModification: z.ZodEnum<{
|
|
8458
|
-
unverified: "unverified";
|
|
8459
8427
|
supported: "supported";
|
|
8460
8428
|
unsupported: "unsupported";
|
|
8429
|
+
unverified: "unverified";
|
|
8461
8430
|
}>;
|
|
8462
8431
|
wwwRedirect: z.ZodEnum<{
|
|
8463
|
-
unverified: "unverified";
|
|
8464
8432
|
supported: "supported";
|
|
8465
8433
|
unsupported: "unsupported";
|
|
8434
|
+
unverified: "unverified";
|
|
8466
8435
|
}>;
|
|
8467
8436
|
cnameFlattening: z.ZodEnum<{
|
|
8468
|
-
unverified: "unverified";
|
|
8469
8437
|
supported: "supported";
|
|
8470
8438
|
unsupported: "unsupported";
|
|
8439
|
+
unverified: "unverified";
|
|
8471
8440
|
}>;
|
|
8472
8441
|
wildcardRecords: z.ZodEnum<{
|
|
8473
|
-
unverified: "unverified";
|
|
8474
8442
|
supported: "supported";
|
|
8475
8443
|
unsupported: "unsupported";
|
|
8444
|
+
unverified: "unverified";
|
|
8476
8445
|
}>;
|
|
8477
8446
|
caaRecords: z.ZodEnum<{
|
|
8478
|
-
unverified: "unverified";
|
|
8479
8447
|
supported: "supported";
|
|
8480
8448
|
unsupported: "unsupported";
|
|
8449
|
+
unverified: "unverified";
|
|
8481
8450
|
}>;
|
|
8482
8451
|
spfRecords: z.ZodEnum<{
|
|
8483
|
-
unverified: "unverified";
|
|
8484
8452
|
supported: "supported";
|
|
8485
8453
|
unsupported: "unsupported";
|
|
8454
|
+
unverified: "unverified";
|
|
8486
8455
|
}>;
|
|
8487
8456
|
socialLogin: z.ZodEnum<{
|
|
8488
|
-
unverified: "unverified";
|
|
8489
8457
|
supported: "supported";
|
|
8490
8458
|
unsupported: "unsupported";
|
|
8459
|
+
unverified: "unverified";
|
|
8491
8460
|
}>;
|
|
8492
8461
|
}, z.core.$strict>;
|
|
8493
8462
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8653,7 +8622,6 @@ declare const ProviderImplementationSchema: z.ZodEnum<{
|
|
|
8653
8622
|
automatic: "automatic";
|
|
8654
8623
|
domain_connect: "domain_connect";
|
|
8655
8624
|
manual: "manual";
|
|
8656
|
-
unverified: "unverified";
|
|
8657
8625
|
}>;
|
|
8658
8626
|
type ProviderImplementation = z.infer<typeof ProviderImplementationSchema>;
|
|
8659
8627
|
declare const AuthorizationMethodSchema: z.ZodEnum<{
|
|
@@ -8669,44 +8637,44 @@ declare const AuthorizationMethodSchema: z.ZodEnum<{
|
|
|
8669
8637
|
type AuthorizationMethod = z.infer<typeof AuthorizationMethodSchema>;
|
|
8670
8638
|
declare const ProviderCapabilitiesSchema: z.ZodObject<{
|
|
8671
8639
|
rootNSModification: z.ZodEnum<{
|
|
8672
|
-
unverified: "unverified";
|
|
8673
8640
|
supported: "supported";
|
|
8674
8641
|
unsupported: "unsupported";
|
|
8642
|
+
unverified: "unverified";
|
|
8675
8643
|
}>;
|
|
8676
8644
|
subdomainNSModification: z.ZodEnum<{
|
|
8677
|
-
unverified: "unverified";
|
|
8678
8645
|
supported: "supported";
|
|
8679
8646
|
unsupported: "unsupported";
|
|
8647
|
+
unverified: "unverified";
|
|
8680
8648
|
}>;
|
|
8681
8649
|
wwwRedirect: z.ZodEnum<{
|
|
8682
|
-
unverified: "unverified";
|
|
8683
8650
|
supported: "supported";
|
|
8684
8651
|
unsupported: "unsupported";
|
|
8652
|
+
unverified: "unverified";
|
|
8685
8653
|
}>;
|
|
8686
8654
|
cnameFlattening: z.ZodEnum<{
|
|
8687
|
-
unverified: "unverified";
|
|
8688
8655
|
supported: "supported";
|
|
8689
8656
|
unsupported: "unsupported";
|
|
8657
|
+
unverified: "unverified";
|
|
8690
8658
|
}>;
|
|
8691
8659
|
wildcardRecords: z.ZodEnum<{
|
|
8692
|
-
unverified: "unverified";
|
|
8693
8660
|
supported: "supported";
|
|
8694
8661
|
unsupported: "unsupported";
|
|
8662
|
+
unverified: "unverified";
|
|
8695
8663
|
}>;
|
|
8696
8664
|
caaRecords: z.ZodEnum<{
|
|
8697
|
-
unverified: "unverified";
|
|
8698
8665
|
supported: "supported";
|
|
8699
8666
|
unsupported: "unsupported";
|
|
8667
|
+
unverified: "unverified";
|
|
8700
8668
|
}>;
|
|
8701
8669
|
spfRecords: z.ZodEnum<{
|
|
8702
|
-
unverified: "unverified";
|
|
8703
8670
|
supported: "supported";
|
|
8704
8671
|
unsupported: "unsupported";
|
|
8672
|
+
unverified: "unverified";
|
|
8705
8673
|
}>;
|
|
8706
8674
|
socialLogin: z.ZodEnum<{
|
|
8707
|
-
unverified: "unverified";
|
|
8708
8675
|
supported: "supported";
|
|
8709
8676
|
unsupported: "unsupported";
|
|
8677
|
+
unverified: "unverified";
|
|
8710
8678
|
}>;
|
|
8711
8679
|
}, z.core.$strict>;
|
|
8712
8680
|
type ProviderCapabilities = z.infer<typeof ProviderCapabilitiesSchema>;
|
|
@@ -8735,7 +8703,6 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
8735
8703
|
automatic: "automatic";
|
|
8736
8704
|
domain_connect: "domain_connect";
|
|
8737
8705
|
manual: "manual";
|
|
8738
|
-
unverified: "unverified";
|
|
8739
8706
|
}>;
|
|
8740
8707
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
8741
8708
|
domain_connect: "domain_connect";
|
|
@@ -8749,44 +8716,44 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
8749
8716
|
}>>;
|
|
8750
8717
|
capabilities: z.ZodObject<{
|
|
8751
8718
|
rootNSModification: z.ZodEnum<{
|
|
8752
|
-
unverified: "unverified";
|
|
8753
8719
|
supported: "supported";
|
|
8754
8720
|
unsupported: "unsupported";
|
|
8721
|
+
unverified: "unverified";
|
|
8755
8722
|
}>;
|
|
8756
8723
|
subdomainNSModification: z.ZodEnum<{
|
|
8757
|
-
unverified: "unverified";
|
|
8758
8724
|
supported: "supported";
|
|
8759
8725
|
unsupported: "unsupported";
|
|
8726
|
+
unverified: "unverified";
|
|
8760
8727
|
}>;
|
|
8761
8728
|
wwwRedirect: z.ZodEnum<{
|
|
8762
|
-
unverified: "unverified";
|
|
8763
8729
|
supported: "supported";
|
|
8764
8730
|
unsupported: "unsupported";
|
|
8731
|
+
unverified: "unverified";
|
|
8765
8732
|
}>;
|
|
8766
8733
|
cnameFlattening: z.ZodEnum<{
|
|
8767
|
-
unverified: "unverified";
|
|
8768
8734
|
supported: "supported";
|
|
8769
8735
|
unsupported: "unsupported";
|
|
8736
|
+
unverified: "unverified";
|
|
8770
8737
|
}>;
|
|
8771
8738
|
wildcardRecords: z.ZodEnum<{
|
|
8772
|
-
unverified: "unverified";
|
|
8773
8739
|
supported: "supported";
|
|
8774
8740
|
unsupported: "unsupported";
|
|
8741
|
+
unverified: "unverified";
|
|
8775
8742
|
}>;
|
|
8776
8743
|
caaRecords: z.ZodEnum<{
|
|
8777
|
-
unverified: "unverified";
|
|
8778
8744
|
supported: "supported";
|
|
8779
8745
|
unsupported: "unsupported";
|
|
8746
|
+
unverified: "unverified";
|
|
8780
8747
|
}>;
|
|
8781
8748
|
spfRecords: z.ZodEnum<{
|
|
8782
|
-
unverified: "unverified";
|
|
8783
8749
|
supported: "supported";
|
|
8784
8750
|
unsupported: "unsupported";
|
|
8751
|
+
unverified: "unverified";
|
|
8785
8752
|
}>;
|
|
8786
8753
|
socialLogin: z.ZodEnum<{
|
|
8787
|
-
unverified: "unverified";
|
|
8788
8754
|
supported: "supported";
|
|
8789
8755
|
unsupported: "unsupported";
|
|
8756
|
+
unverified: "unverified";
|
|
8790
8757
|
}>;
|
|
8791
8758
|
}, z.core.$strict>;
|
|
8792
8759
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8813,7 +8780,6 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
8813
8780
|
automatic: "automatic";
|
|
8814
8781
|
domain_connect: "domain_connect";
|
|
8815
8782
|
manual: "manual";
|
|
8816
|
-
unverified: "unverified";
|
|
8817
8783
|
}>;
|
|
8818
8784
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
8819
8785
|
domain_connect: "domain_connect";
|
|
@@ -8827,44 +8793,44 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
8827
8793
|
}>>;
|
|
8828
8794
|
capabilities: z.ZodObject<{
|
|
8829
8795
|
rootNSModification: z.ZodEnum<{
|
|
8830
|
-
unverified: "unverified";
|
|
8831
8796
|
supported: "supported";
|
|
8832
8797
|
unsupported: "unsupported";
|
|
8798
|
+
unverified: "unverified";
|
|
8833
8799
|
}>;
|
|
8834
8800
|
subdomainNSModification: z.ZodEnum<{
|
|
8835
|
-
unverified: "unverified";
|
|
8836
8801
|
supported: "supported";
|
|
8837
8802
|
unsupported: "unsupported";
|
|
8803
|
+
unverified: "unverified";
|
|
8838
8804
|
}>;
|
|
8839
8805
|
wwwRedirect: z.ZodEnum<{
|
|
8840
|
-
unverified: "unverified";
|
|
8841
8806
|
supported: "supported";
|
|
8842
8807
|
unsupported: "unsupported";
|
|
8808
|
+
unverified: "unverified";
|
|
8843
8809
|
}>;
|
|
8844
8810
|
cnameFlattening: z.ZodEnum<{
|
|
8845
|
-
unverified: "unverified";
|
|
8846
8811
|
supported: "supported";
|
|
8847
8812
|
unsupported: "unsupported";
|
|
8813
|
+
unverified: "unverified";
|
|
8848
8814
|
}>;
|
|
8849
8815
|
wildcardRecords: z.ZodEnum<{
|
|
8850
|
-
unverified: "unverified";
|
|
8851
8816
|
supported: "supported";
|
|
8852
8817
|
unsupported: "unsupported";
|
|
8818
|
+
unverified: "unverified";
|
|
8853
8819
|
}>;
|
|
8854
8820
|
caaRecords: z.ZodEnum<{
|
|
8855
|
-
unverified: "unverified";
|
|
8856
8821
|
supported: "supported";
|
|
8857
8822
|
unsupported: "unsupported";
|
|
8823
|
+
unverified: "unverified";
|
|
8858
8824
|
}>;
|
|
8859
8825
|
spfRecords: z.ZodEnum<{
|
|
8860
|
-
unverified: "unverified";
|
|
8861
8826
|
supported: "supported";
|
|
8862
8827
|
unsupported: "unsupported";
|
|
8828
|
+
unverified: "unverified";
|
|
8863
8829
|
}>;
|
|
8864
8830
|
socialLogin: z.ZodEnum<{
|
|
8865
|
-
unverified: "unverified";
|
|
8866
8831
|
supported: "supported";
|
|
8867
8832
|
unsupported: "unsupported";
|
|
8833
|
+
unverified: "unverified";
|
|
8868
8834
|
}>;
|
|
8869
8835
|
}, z.core.$strict>;
|
|
8870
8836
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -8889,7 +8855,6 @@ declare const ProviderHealthStatusSchema: z.ZodEnum<{
|
|
|
8889
8855
|
}>;
|
|
8890
8856
|
type ProviderHealthStatus = z.infer<typeof ProviderHealthStatusSchema>;
|
|
8891
8857
|
declare const ProviderHealthReasonSchema: z.ZodEnum<{
|
|
8892
|
-
unverified: "unverified";
|
|
8893
8858
|
automatic_ready: "automatic_ready";
|
|
8894
8859
|
domain_connect_ready: "domain_connect_ready";
|
|
8895
8860
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -8905,7 +8870,6 @@ declare const ProviderHealthSchema: z.ZodObject<{
|
|
|
8905
8870
|
operational: "operational";
|
|
8906
8871
|
}>;
|
|
8907
8872
|
reason: z.ZodEnum<{
|
|
8908
|
-
unverified: "unverified";
|
|
8909
8873
|
automatic_ready: "automatic_ready";
|
|
8910
8874
|
domain_connect_ready: "domain_connect_ready";
|
|
8911
8875
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -8925,7 +8889,6 @@ declare const ProviderHealthResponseSchema: z.ZodObject<{
|
|
|
8925
8889
|
operational: "operational";
|
|
8926
8890
|
}>;
|
|
8927
8891
|
reason: z.ZodEnum<{
|
|
8928
|
-
unverified: "unverified";
|
|
8929
8892
|
automatic_ready: "automatic_ready";
|
|
8930
8893
|
domain_connect_ready: "domain_connect_ready";
|
|
8931
8894
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -9487,4 +9450,4 @@ interface VerifyDomain0WebhookInput {
|
|
|
9487
9450
|
declare function verifyDomain0Webhook(input: VerifyDomain0WebhookInput): Promise<Domain0WebhookEvent>;
|
|
9488
9451
|
//#endregion
|
|
9489
9452
|
export { Domain0SetupPolicy as $, PreparePlanInputSchema as $i, PlannedChange as $n, ConnectionFlowResponseSchema as $r, CheckDomainResponseSchema as $t, Domain0WhiteLabelTheme as A, ConnectionStateSchema as Ai, EmailProviderDetectionStatusSchema as An, Domain0ConnectFailureEventSchema as Ar, ConnectionId as At, ResolveSharedFlowResponse as B, DomainConnectTemplateSchema as Bi, CheckRecordsResponseSchema as Bn, Domain0DkimSetupDocumentationClickEventSchema as Br, ManualSetupDocumentationUrl as Bt, Domain0WhiteLabelCustomProperties as C, UsernamePasswordCredentialsSchema as Ca, Connection as Ci, DkimGuidanceResponseSchema as Cn, Domain0ConnectError as Cr, ProviderImplementation as Ct, Domain0WhiteLabelLogoUrl as D, directCredentialKindByProvider as Da, ConnectionFailureSchema as Di, Domain0DkimGuidanceOptionsSchema as Dn, Domain0ConnectEvent as Dr, ApplicationIdSchema as Dt, Domain0WhiteLabelInput as E, VerifyPropagationInputSchema as Ea, ConnectionFailureCodeSchema as Ei, Domain0DkimGuidanceOptions as En, Domain0ConnectErrorSchema as Er, ApplicationId as Et, CreateSharedFlowInputSchema as F, DetectProviderResponse as Fi, ChangeAction as Fn, Domain0ConnectStepChangeEventSchema as Fr, IsoDateTimeSchema as Ft, SharedFlowInvitationInput as G, IssueConnectionTokenResponse as Gi, DnsIntent as Gn, Domain0SharedFlowSentEvent as Gr, domain0Locales as Gt, SharedFlowId as H, GetConnectionResponseSchema as Hi, CheckedRecordSchema as Hn, Domain0ManualSetupDocumentationClickEventSchema as Hr, ManualSetupDocumentationUrlSchema as Ht, CreateSharedFlowResponse as I, DetectProviderResponseSchema as Ii, ChangeActionSchema as In, Domain0ConnectStepSchema as Ir, ProviderId$1 as It, SharedFlowInvitationUrlSchema as J, OAuthCallbackResponseSchema as Ji, DnsRecordSchema as Jn, ConditionalDnsRecordsSchema as Jr, Domain0ErrorResponse as Jt, SharedFlowInvitationSchema as K, IssueConnectionTokenResponseSchema as Ki, DnsIntentSchema as Kn, Domain0SharedFlowSentEventSchema as Kr, Domain0ErrorCode as Kt, CreateSharedFlowResponseSchema as L, DirectCredentialKind as Li, CheckRecordsInput as Ln, Domain0ConnectSuccessEvent as Lr, ProviderIdSchema as Lt, Domain0WhiteLabelThemeSchema as M, CreateConnectionInputSchema as Mi, EmailProviderSchema as Mn, Domain0ConnectOutcomeSchema as Mr, DomainName as Mt, colorContrastRatio as N, CreateConnectionResponse as Ni, AdvancedDmarcOptions as Nn, Domain0ConnectStep as Nr, DomainNameSchema as Nt, Domain0WhiteLabelLogoUrlSchema as O, ConnectionSchema as Oi, EmailProvider as On, Domain0ConnectEventSchema as Or, CommandId as Ot, CreateSharedFlowInput as P, CreateConnectionResponseSchema as Pi, AdvancedDmarcOptionsSchema as Pn, Domain0ConnectStepChangeEvent as Pr, IsoDateTime as Pt, SharedFlowUrlSchema as Q, PreparePlanInput as Qi, ExistingRecordPolicySchema as Qn, ConnectionFlowResponse as Qr, CheckDomainResponse as Qt, ResolveSharedFlowInput as R, DirectCredentialProviderId as Ri, CheckRecordsInputSchema as Rn, Domain0ConnectSuccessEventSchema as Rr, TenantId as Rt, Domain0WhiteLabelCopySchema as S, SubmitManualCompletionInputSchema as Sa, ConfirmPlanInputSchema as Si, DkimGuidanceResponse as Sn, Domain0ConnectCloseTriggerSchema as Sr, ProviderHealthStatusSchema as St, Domain0WhiteLabelCustomPropertiesSchema as T, VerifyPropagationInput as Ta, ConnectionFailureCode as Ti, DkimSelectorSchema as Tn, Domain0ConnectErrorEventSchema as Tr, ProviderSchema as Tt, SharedFlowIdSchema as U, IssueConnectionTokenInput as Ui, ConflictPolicy as Un, Domain0RequestCloseEvent as Ur, Domain0Locale as Ut, ResolveSharedFlowResponseSchema as V, GetConnectionResponse as Vi, CheckedRecord as Vn, Domain0ManualSetupDocumentationClickEvent as Vr, ManualSetupDocumentationUrlInput as Vt, SharedFlowInvitation as W, IssueConnectionTokenInputSchema as Wi, ConflictPolicySchema as Wn, Domain0RequestCloseEventSchema as Wr, Domain0LocaleSchema as Wt, SharedFlowTokenSchema as X, PlanWarningCode as Xi, DnsRecordTypeSchema as Xn, ConnectionFlowId as Xr, CheckDomainInput as Xt, SharedFlowToken as Y, OvhCredentialsSchema as Yi, DnsRecordType as Yn, ConnectionFlow as Yr, Domain0ErrorResponseSchema as Yt, SharedFlowUrl as Z, PlanWarningCodeSchema as Zi, ExistingRecordPolicy as Zn, ConnectionFlowIdSchema as Zr, CheckDomainInputSchema as Zt, Domain0ThemePalette as _, StartOAuthResponse as _a, CancelConnectionInputSchema as _i, DkimDnsRecordEvidenceSchema as _n, Domain0ConnectConfigurationInput as _r, ProviderHealthReasonSchema as _t, Domain0WebhookEventIdSchema as a, RetryResumeState as aa, CreateConnectionFlowInput as ai, DomainProviderCandidateSchema as an, SpfConflictPolicy as ar, AuthorizationMethodSchema as at, Domain0WhiteLabelCopy as b, SubmitDomainConnectCompletionInputSchema as ba, ClientCredentialsSchema as bi, DkimGuidanceInput as bn, Domain0ConnectCloseEventSchema as br, ProviderHealthSchema as bt, Domain0WebhookEventTypeSchema as c, SelectProviderInputSchema as ca, AccountTokenCredentialsSchema as ci, DomainSetupSupport as cn, CompiledProviderIdSchema as cr, Provider as ct, Domain0WebhookVerificationErrorCode as d, StartDomainConnectResponse as da, ApplyPlanInputSchema as di, RecordConflictReasonSchema as dn, ProviderConformanceEvidence as dr, ProviderDetection as dt, PrivateKeyCredentialsSchema as ea, ConnectionFlowSchema as ei, ConflictAnalysis as en, PlannedChangeSchema as er, Domain0SetupPolicyInput as et, Domain0WebhookVerificationErrorCodeSchema as f, StartDomainConnectResponseSchema as fa, AuthorizeWithCredentialInput as fi, DkimDnsEvidence as fn, ProviderConformanceEvidenceSchema as fr, ProviderDetectionSchema as ft, Domain0ApplicationNameSchema as g, StartOAuthInputSchema as ga, CancelConnectionInput as gi, DkimDnsRecordEvidence as gn, Domain0ConnectConfiguration as gr, ProviderHealthReason as gt, Domain0ApplicationName as h, StartOAuthInput as ha, CPanelCredentialsSchema as hi, DkimDnsEvidenceStatusSchema as hn, expectedProviderConformanceChecks as hr, ProviderHealth as ht, Domain0WebhookEventId as i, RetryConnectionInputSchema as ia, ConnectionFlowTargetSchema as ii, DomainProviderCandidate as in, ResolvedDnsRecordSchema as ir, AuthorizationMethod as it, Domain0WhiteLabelThemeInput as j, CreateConnectionInput as ji, EmailProviderId as jn, Domain0ConnectOutcome as jr, ConnectionIdSchema as jt, Domain0WhiteLabelSchema as k, ConnectionState as ki, EmailProviderDetectionStatus as kn, Domain0ConnectFailureEvent as kr, CommandIdSchema as kt, Domain0WebhookHeaderSource as l, StartDomainConnectInput as la, ApiTokenCredentialsSchema as li, DomainSetupSupportSchema as ln, ProviderConformanceCheckName as lr, ProviderCapabilities as lt, verifyDomain0Webhook as m, StartManualConfigurationInputSchema as ma, AwsSessionCredentialsSchema as mi, DkimDnsEvidenceStatus as mn, VerifiedProviderConformanceEvidenceSchema as mr, ProviderDetectionUnavailableReasonCodeSchema as mt, Domain0WebhookAttributesSchema as n, ProviderCandidateSchema as na, ConnectionFlowTargetInput as ni, DomainDelegationStatus as nn, ResolvedDnsIntentSchema as nr, PlatformCreateConnectionInput as nt, Domain0WebhookEventSchema as o, RetryResumeStateSchema as oa, CreateConnectionFlowInputSchema as oi, DomainRecordConflict as on, SpfConflictPolicySchema as or, ListProvidersResponse as ot, VerifyDomain0WebhookInput as p, StartManualConfigurationInput as pa, AuthorizeWithCredentialInputSchema as pi, DkimDnsEvidenceSchema as pn, VerifiedProviderConformanceEvidence as pr, ProviderDetectionUnavailableReasonCode as pt, SharedFlowInvitationUrl as q, OAuthCallbackResponse as qi, DnsRecord as qn, ConditionalDnsRecords as qr, Domain0ErrorCodeSchema as qt, Domain0WebhookEvent as r, RetryConnectionInput as ra, ConnectionFlowTargetInputSchema as ri, DomainDelegationStatusSchema as rn, ResolvedDnsRecord as rr, PlatformCreateConnectionInputSchema as rt, Domain0WebhookEventType as s, SelectProviderInput as sa, AccessKeyCredentialsSchema as si, DomainRecordConflictSchema as sn, CompiledProviderId as sr, ListProvidersResponseSchema as st, DOMAIN0_WEBHOOK_HEADER_NAMES as t, ProviderCandidate as ta, ConnectionFlowTarget as ti, ConflictAnalysisSchema as tn, ResolvedDnsIntent as tr, Domain0SetupPolicySchema as tt, Domain0WebhookVerificationError as u, StartDomainConnectInputSchema as ua, ApplyPlanInput as ui, RecordConflictReason as un, ProviderConformanceCheckNameSchema as ur, ProviderCapabilitiesSchema as ut, Domain0ThemePaletteInput as v, StartOAuthResponseSchema as va, ChangePlan as vi, DkimDnsRecordType as vn, Domain0ConnectConfigurationSchema as vr, ProviderHealthResponse as vt, Domain0WhiteLabelCustomPropertiesInput as w, UsernameTokenCredentialsSchema as wa, ConnectionFailure as wi, DkimSelector as wn, Domain0ConnectErrorEvent as wr, ProviderImplementationSchema as wt, Domain0WhiteLabelCopyInput as x, SubmitManualCompletionInput as xa, ConfirmPlanInput as xi, DkimGuidanceInputSchema as xn, Domain0ConnectCloseTrigger as xr, ProviderHealthStatus as xt, Domain0WhiteLabel as y, SubmitDomainConnectCompletionInput as ya, ChangePlanSchema as yi, DkimDnsRecordTypeSchema as yn, Domain0ConnectCloseEvent as yr, ProviderHealthResponseSchema as yt, ResolveSharedFlowInputSchema as z, DomainConnectTemplate as zi, CheckRecordsResponse as zn, Domain0DkimSetupDocumentationClickEvent as zr, TenantIdSchema as zt };
|
|
9490
|
-
//# sourceMappingURL=index-
|
|
9453
|
+
//# sourceMappingURL=index-Cw7qOvHn.d.cts.map
|