domain0 0.3.3 → 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 +19 -8
- package/dist/contracts.cjs +1 -1811
- package/dist/contracts.cjs.map +1 -1
- package/dist/contracts.d.cts +2 -2
- package/dist/contracts.d.mts +2 -2
- package/dist/contracts.mjs +1 -1665
- package/dist/contracts.mjs.map +1 -1
- package/dist/error-1Gob8Pup.cjs +2 -0
- package/dist/{error-BB4-lyc4.cjs.map → error-1Gob8Pup.cjs.map} +1 -1
- package/dist/error-szz6-UFL.mjs +2 -0
- package/dist/{error-Cyd6a9ay.mjs.map → error-szz6-UFL.mjs.map} +1 -1
- package/dist/{index-sSrRFTnm.d.cts → index-Cw7qOvHn.d.cts} +1913 -400
- package/dist/{index-sSrRFTnm.d.mts → index-Cw7qOvHn.d.mts} +1913 -400
- package/dist/index.cjs +1 -245
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +1 -90
- package/dist/index.mjs.map +1 -1
- package/dist/{sdk-B10fN-QP.d.mts → sdk-BCgyva16.d.cts} +8 -9
- package/dist/sdk-BEFduVyo.mjs +148 -0
- package/dist/sdk-BEFduVyo.mjs.map +1 -0
- package/dist/{sdk-DYR5Itru.d.cts → sdk-CljceWZQ.d.mts} +8 -9
- package/dist/sdk-DwnYJ501.cjs +148 -0
- package/dist/sdk-DwnYJ501.cjs.map +1 -0
- package/dist/server.cjs +1 -102
- package/dist/server.cjs.map +1 -1
- package/dist/server.mjs +1 -101
- package/dist/server.mjs.map +1 -1
- package/dist/ui.cjs +1 -12
- package/dist/ui.d.cts +22 -3
- package/dist/ui.d.mts +22 -3
- package/dist/ui.mjs +1 -2
- package/package.json +7 -1
- package/dist/error-BB4-lyc4.cjs +0 -48
- package/dist/error-Cyd6a9ay.mjs +0 -31
- package/dist/sdk-CoOrU3ZT.mjs +0 -4178
- package/dist/sdk-CoOrU3ZT.mjs.map +0 -1
- package/dist/sdk-DJqGGxgC.cjs +0 -4255
- package/dist/sdk-DJqGGxgC.cjs.map +0 -1
|
@@ -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<{
|
|
@@ -2604,14 +2596,58 @@ declare const Domain0ConnectStepSchema: z.ZodUnion<readonly [z.ZodEnum<{
|
|
|
2604
2596
|
failed_terminal: "failed_terminal";
|
|
2605
2597
|
}>]>;
|
|
2606
2598
|
type Domain0ConnectStep = z.infer<typeof Domain0ConnectStepSchema>;
|
|
2607
|
-
declare const
|
|
2608
|
-
|
|
2599
|
+
declare const Domain0ConnectCloseTriggerSchema: z.ZodEnum<{
|
|
2600
|
+
automatic: "automatic";
|
|
2609
2601
|
close_button: "close_button";
|
|
2610
2602
|
escape: "escape";
|
|
2611
2603
|
programmatic: "programmatic";
|
|
2612
2604
|
destroyed: "destroyed";
|
|
2613
2605
|
}>;
|
|
2614
|
-
type
|
|
2606
|
+
type Domain0ConnectCloseTrigger = z.infer<typeof Domain0ConnectCloseTriggerSchema>;
|
|
2607
|
+
declare const Domain0ConnectOutcomeSchema: z.ZodEnum<{
|
|
2608
|
+
cancelled: "cancelled";
|
|
2609
|
+
success: "success";
|
|
2610
|
+
failure: "failure";
|
|
2611
|
+
incomplete: "incomplete";
|
|
2612
|
+
}>;
|
|
2613
|
+
type Domain0ConnectOutcome = z.infer<typeof Domain0ConnectOutcomeSchema>;
|
|
2614
|
+
declare const Domain0ConnectErrorSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
2615
|
+
source: z.ZodLiteral<"configuration">;
|
|
2616
|
+
code: z.ZodLiteral<"invalid_configuration">;
|
|
2617
|
+
retryable: z.ZodLiteral<false>;
|
|
2618
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2619
|
+
source: z.ZodLiteral<"api">;
|
|
2620
|
+
code: z.ZodEnum<{
|
|
2621
|
+
propagation_pending: "propagation_pending";
|
|
2622
|
+
invalid_request: "invalid_request";
|
|
2623
|
+
unauthorized: "unauthorized";
|
|
2624
|
+
forbidden: "forbidden";
|
|
2625
|
+
not_found: "not_found";
|
|
2626
|
+
conflict: "conflict";
|
|
2627
|
+
rate_limited: "rate_limited";
|
|
2628
|
+
dns_unavailable: "dns_unavailable";
|
|
2629
|
+
provider_unavailable: "provider_unavailable";
|
|
2630
|
+
provider_authorization_failed: "provider_authorization_failed";
|
|
2631
|
+
provider_limitation: "provider_limitation";
|
|
2632
|
+
plan_expired: "plan_expired";
|
|
2633
|
+
internal_error: "internal_error";
|
|
2634
|
+
}>;
|
|
2635
|
+
retryable: z.ZodBoolean;
|
|
2636
|
+
requestId: z.ZodString;
|
|
2637
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2638
|
+
source: z.ZodLiteral<"transport">;
|
|
2639
|
+
code: z.ZodLiteral<"transport_error">;
|
|
2640
|
+
retryable: z.ZodLiteral<true>;
|
|
2641
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2642
|
+
source: z.ZodLiteral<"protocol">;
|
|
2643
|
+
code: z.ZodLiteral<"protocol_error">;
|
|
2644
|
+
retryable: z.ZodLiteral<false>;
|
|
2645
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2646
|
+
source: z.ZodLiteral<"unexpected">;
|
|
2647
|
+
code: z.ZodLiteral<"unexpected_error">;
|
|
2648
|
+
retryable: z.ZodLiteral<false>;
|
|
2649
|
+
}, z.core.$strict>], "source">;
|
|
2650
|
+
type Domain0ConnectError = z.infer<typeof Domain0ConnectErrorSchema>;
|
|
2615
2651
|
declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
2616
2652
|
type: z.ZodLiteral<"success">;
|
|
2617
2653
|
connection: z.ZodIntersection<z.ZodObject<{
|
|
@@ -2691,7 +2727,6 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2691
2727
|
automatic: "automatic";
|
|
2692
2728
|
domain_connect: "domain_connect";
|
|
2693
2729
|
manual: "manual";
|
|
2694
|
-
unverified: "unverified";
|
|
2695
2730
|
}>;
|
|
2696
2731
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2697
2732
|
domain_connect: "domain_connect";
|
|
@@ -2705,44 +2740,44 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2705
2740
|
}>>;
|
|
2706
2741
|
capabilities: z.ZodObject<{
|
|
2707
2742
|
rootNSModification: z.ZodEnum<{
|
|
2708
|
-
unverified: "unverified";
|
|
2709
2743
|
supported: "supported";
|
|
2710
2744
|
unsupported: "unsupported";
|
|
2745
|
+
unverified: "unverified";
|
|
2711
2746
|
}>;
|
|
2712
2747
|
subdomainNSModification: z.ZodEnum<{
|
|
2713
|
-
unverified: "unverified";
|
|
2714
2748
|
supported: "supported";
|
|
2715
2749
|
unsupported: "unsupported";
|
|
2750
|
+
unverified: "unverified";
|
|
2716
2751
|
}>;
|
|
2717
2752
|
wwwRedirect: z.ZodEnum<{
|
|
2718
|
-
unverified: "unverified";
|
|
2719
2753
|
supported: "supported";
|
|
2720
2754
|
unsupported: "unsupported";
|
|
2755
|
+
unverified: "unverified";
|
|
2721
2756
|
}>;
|
|
2722
2757
|
cnameFlattening: z.ZodEnum<{
|
|
2723
|
-
unverified: "unverified";
|
|
2724
2758
|
supported: "supported";
|
|
2725
2759
|
unsupported: "unsupported";
|
|
2760
|
+
unverified: "unverified";
|
|
2726
2761
|
}>;
|
|
2727
2762
|
wildcardRecords: z.ZodEnum<{
|
|
2728
|
-
unverified: "unverified";
|
|
2729
2763
|
supported: "supported";
|
|
2730
2764
|
unsupported: "unsupported";
|
|
2765
|
+
unverified: "unverified";
|
|
2731
2766
|
}>;
|
|
2732
2767
|
caaRecords: z.ZodEnum<{
|
|
2733
|
-
unverified: "unverified";
|
|
2734
2768
|
supported: "supported";
|
|
2735
2769
|
unsupported: "unsupported";
|
|
2770
|
+
unverified: "unverified";
|
|
2736
2771
|
}>;
|
|
2737
2772
|
spfRecords: z.ZodEnum<{
|
|
2738
|
-
unverified: "unverified";
|
|
2739
2773
|
supported: "supported";
|
|
2740
2774
|
unsupported: "unsupported";
|
|
2775
|
+
unverified: "unverified";
|
|
2741
2776
|
}>;
|
|
2742
2777
|
socialLogin: z.ZodEnum<{
|
|
2743
|
-
unverified: "unverified";
|
|
2744
2778
|
supported: "supported";
|
|
2745
2779
|
unsupported: "unsupported";
|
|
2780
|
+
unverified: "unverified";
|
|
2746
2781
|
}>;
|
|
2747
2782
|
}, z.core.$strict>;
|
|
2748
2783
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -2827,16 +2862,9 @@ declare const Domain0ConnectSuccessEventSchema: z.ZodObject<{
|
|
|
2827
2862
|
state: z.ZodLiteral<"active">;
|
|
2828
2863
|
}, z.core.$strip>>;
|
|
2829
2864
|
}, z.core.$strict>;
|
|
2830
|
-
declare const
|
|
2831
|
-
type: z.ZodLiteral<"
|
|
2832
|
-
|
|
2833
|
-
success: "success";
|
|
2834
|
-
close_button: "close_button";
|
|
2835
|
-
escape: "escape";
|
|
2836
|
-
programmatic: "programmatic";
|
|
2837
|
-
destroyed: "destroyed";
|
|
2838
|
-
}>;
|
|
2839
|
-
connection: z.ZodOptional<z.ZodObject<{
|
|
2865
|
+
declare const Domain0ConnectFailureEventSchema: z.ZodObject<{
|
|
2866
|
+
type: z.ZodLiteral<"failure">;
|
|
2867
|
+
connection: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
2840
2868
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
2841
2869
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
2842
2870
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -2913,7 +2941,6 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
2913
2941
|
automatic: "automatic";
|
|
2914
2942
|
domain_connect: "domain_connect";
|
|
2915
2943
|
manual: "manual";
|
|
2916
|
-
unverified: "unverified";
|
|
2917
2944
|
}>;
|
|
2918
2945
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
2919
2946
|
domain_connect: "domain_connect";
|
|
@@ -2927,44 +2954,44 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
2927
2954
|
}>>;
|
|
2928
2955
|
capabilities: z.ZodObject<{
|
|
2929
2956
|
rootNSModification: z.ZodEnum<{
|
|
2930
|
-
unverified: "unverified";
|
|
2931
2957
|
supported: "supported";
|
|
2932
2958
|
unsupported: "unsupported";
|
|
2959
|
+
unverified: "unverified";
|
|
2933
2960
|
}>;
|
|
2934
2961
|
subdomainNSModification: z.ZodEnum<{
|
|
2935
|
-
unverified: "unverified";
|
|
2936
2962
|
supported: "supported";
|
|
2937
2963
|
unsupported: "unsupported";
|
|
2964
|
+
unverified: "unverified";
|
|
2938
2965
|
}>;
|
|
2939
2966
|
wwwRedirect: z.ZodEnum<{
|
|
2940
|
-
unverified: "unverified";
|
|
2941
2967
|
supported: "supported";
|
|
2942
2968
|
unsupported: "unsupported";
|
|
2969
|
+
unverified: "unverified";
|
|
2943
2970
|
}>;
|
|
2944
2971
|
cnameFlattening: z.ZodEnum<{
|
|
2945
|
-
unverified: "unverified";
|
|
2946
2972
|
supported: "supported";
|
|
2947
2973
|
unsupported: "unsupported";
|
|
2974
|
+
unverified: "unverified";
|
|
2948
2975
|
}>;
|
|
2949
2976
|
wildcardRecords: z.ZodEnum<{
|
|
2950
|
-
unverified: "unverified";
|
|
2951
2977
|
supported: "supported";
|
|
2952
2978
|
unsupported: "unsupported";
|
|
2979
|
+
unverified: "unverified";
|
|
2953
2980
|
}>;
|
|
2954
2981
|
caaRecords: z.ZodEnum<{
|
|
2955
|
-
unverified: "unverified";
|
|
2956
2982
|
supported: "supported";
|
|
2957
2983
|
unsupported: "unsupported";
|
|
2984
|
+
unverified: "unverified";
|
|
2958
2985
|
}>;
|
|
2959
2986
|
spfRecords: z.ZodEnum<{
|
|
2960
|
-
unverified: "unverified";
|
|
2961
2987
|
supported: "supported";
|
|
2962
2988
|
unsupported: "unsupported";
|
|
2989
|
+
unverified: "unverified";
|
|
2963
2990
|
}>;
|
|
2964
2991
|
socialLogin: z.ZodEnum<{
|
|
2965
|
-
unverified: "unverified";
|
|
2966
2992
|
supported: "supported";
|
|
2967
2993
|
unsupported: "unsupported";
|
|
2994
|
+
unverified: "unverified";
|
|
2968
2995
|
}>;
|
|
2969
2996
|
}, z.core.$strict>;
|
|
2970
2997
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3045,77 +3072,1494 @@ declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
|
3045
3072
|
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3046
3073
|
createdAt: z.ZodISODateTime;
|
|
3047
3074
|
updatedAt: z.ZodISODateTime;
|
|
3048
|
-
}, z.core.$strict
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3075
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3076
|
+
state: z.ZodLiteral<"failed_retryable">;
|
|
3077
|
+
failure: z.ZodObject<{
|
|
3078
|
+
code: z.ZodEnum<{
|
|
3079
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
3080
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
3081
|
+
}>;
|
|
3082
|
+
retryable: z.ZodLiteral<true>;
|
|
3083
|
+
resumeState: z.ZodEnum<{
|
|
3084
|
+
authorized: "authorized";
|
|
3085
|
+
applying: "applying";
|
|
3086
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3087
|
+
}>;
|
|
3088
|
+
occurredAt: z.ZodISODateTime;
|
|
3089
|
+
}, z.core.$strict>;
|
|
3090
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
3091
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3092
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3093
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
3094
|
+
intent: z.ZodObject<{
|
|
3095
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3096
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3097
|
+
host: z.ZodString;
|
|
3098
|
+
type: z.ZodEnum<{
|
|
3099
|
+
A: "A";
|
|
3100
|
+
AAAA: "AAAA";
|
|
3101
|
+
CNAME: "CNAME";
|
|
3102
|
+
CAA: "CAA";
|
|
3103
|
+
MX: "MX";
|
|
3104
|
+
TXT: "TXT";
|
|
3105
|
+
NS: "NS";
|
|
3106
|
+
}>;
|
|
3107
|
+
value: z.ZodString;
|
|
3108
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3109
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3110
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3111
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
3112
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3113
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3114
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3115
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3116
|
+
}, z.core.$strict>>;
|
|
3117
|
+
}, z.core.$strict>>;
|
|
3118
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
3119
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3120
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
3121
|
+
}, z.core.$strict>>;
|
|
3122
|
+
}, z.core.$strict>;
|
|
3123
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
3124
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3125
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3126
|
+
host: z.ZodString;
|
|
3127
|
+
type: z.ZodEnum<{
|
|
3128
|
+
A: "A";
|
|
3129
|
+
AAAA: "AAAA";
|
|
3130
|
+
CNAME: "CNAME";
|
|
3131
|
+
CAA: "CAA";
|
|
3132
|
+
MX: "MX";
|
|
3133
|
+
TXT: "TXT";
|
|
3134
|
+
NS: "NS";
|
|
3135
|
+
}>;
|
|
3136
|
+
value: z.ZodString;
|
|
3137
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3138
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3139
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3140
|
+
}, z.core.$strict>>;
|
|
3141
|
+
}, z.core.$strict>>;
|
|
3142
|
+
state: z.ZodEnum<{
|
|
3143
|
+
requested: "requested";
|
|
3144
|
+
authorized: "authorized";
|
|
3145
|
+
planning: "planning";
|
|
3146
|
+
applying: "applying";
|
|
3147
|
+
active: "active";
|
|
3148
|
+
cancelled: "cancelled";
|
|
3149
|
+
detecting_provider: "detecting_provider";
|
|
3150
|
+
provider_selected: "provider_selected";
|
|
3151
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3152
|
+
authorization_pending: "authorization_pending";
|
|
3153
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3154
|
+
propagation_pending: "propagation_pending";
|
|
3155
|
+
manual_required: "manual_required";
|
|
3156
|
+
failed_retryable: "failed_retryable";
|
|
3157
|
+
failed_terminal: "failed_terminal";
|
|
3158
|
+
}>;
|
|
3159
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
3160
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
3161
|
+
name: z.ZodString;
|
|
3162
|
+
referenceUrl: z.ZodURL;
|
|
3163
|
+
implementation: z.ZodEnum<{
|
|
3164
|
+
automatic: "automatic";
|
|
3165
|
+
domain_connect: "domain_connect";
|
|
3166
|
+
manual: "manual";
|
|
3167
|
+
}>;
|
|
3168
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3169
|
+
domain_connect: "domain_connect";
|
|
3170
|
+
manual: "manual";
|
|
3171
|
+
oauth2_pkce: "oauth2_pkce";
|
|
3172
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
3173
|
+
api_token: "api_token";
|
|
3174
|
+
api_key: "api_key";
|
|
3175
|
+
basic: "basic";
|
|
3176
|
+
session: "session";
|
|
3177
|
+
}>>;
|
|
3178
|
+
capabilities: z.ZodObject<{
|
|
3179
|
+
rootNSModification: z.ZodEnum<{
|
|
3180
|
+
supported: "supported";
|
|
3181
|
+
unsupported: "unsupported";
|
|
3182
|
+
unverified: "unverified";
|
|
3183
|
+
}>;
|
|
3184
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3185
|
+
supported: "supported";
|
|
3186
|
+
unsupported: "unsupported";
|
|
3187
|
+
unverified: "unverified";
|
|
3188
|
+
}>;
|
|
3189
|
+
wwwRedirect: z.ZodEnum<{
|
|
3190
|
+
supported: "supported";
|
|
3191
|
+
unsupported: "unsupported";
|
|
3192
|
+
unverified: "unverified";
|
|
3193
|
+
}>;
|
|
3194
|
+
cnameFlattening: z.ZodEnum<{
|
|
3195
|
+
supported: "supported";
|
|
3196
|
+
unsupported: "unsupported";
|
|
3197
|
+
unverified: "unverified";
|
|
3198
|
+
}>;
|
|
3199
|
+
wildcardRecords: z.ZodEnum<{
|
|
3200
|
+
supported: "supported";
|
|
3201
|
+
unsupported: "unsupported";
|
|
3202
|
+
unverified: "unverified";
|
|
3203
|
+
}>;
|
|
3204
|
+
caaRecords: z.ZodEnum<{
|
|
3205
|
+
supported: "supported";
|
|
3206
|
+
unsupported: "unsupported";
|
|
3207
|
+
unverified: "unverified";
|
|
3208
|
+
}>;
|
|
3209
|
+
spfRecords: z.ZodEnum<{
|
|
3210
|
+
supported: "supported";
|
|
3211
|
+
unsupported: "unsupported";
|
|
3212
|
+
unverified: "unverified";
|
|
3213
|
+
}>;
|
|
3214
|
+
socialLogin: z.ZodEnum<{
|
|
3215
|
+
supported: "supported";
|
|
3216
|
+
unsupported: "unsupported";
|
|
3217
|
+
unverified: "unverified";
|
|
3218
|
+
}>;
|
|
3219
|
+
}, z.core.$strict>;
|
|
3220
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3221
|
+
method: z.ZodEnum<{
|
|
3222
|
+
domain_connect: "domain_connect";
|
|
3223
|
+
nameserver: "nameserver";
|
|
3224
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
3225
|
+
}>;
|
|
3226
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3227
|
+
method: z.ZodLiteral<"manual">;
|
|
3228
|
+
reasonCode: z.ZodEnum<{
|
|
3229
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
3230
|
+
}>;
|
|
3231
|
+
}, z.core.$strict>], "method">;
|
|
3232
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
3233
|
+
}, z.core.$strict>>;
|
|
3234
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
3235
|
+
digest: z.ZodString;
|
|
3236
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
3237
|
+
action: z.ZodEnum<{
|
|
3238
|
+
create: "create";
|
|
3239
|
+
replace: "replace";
|
|
3240
|
+
delete: "delete";
|
|
3241
|
+
}>;
|
|
3242
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
3243
|
+
host: z.ZodString;
|
|
3244
|
+
type: z.ZodEnum<{
|
|
3245
|
+
A: "A";
|
|
3246
|
+
AAAA: "AAAA";
|
|
3247
|
+
CNAME: "CNAME";
|
|
3248
|
+
CAA: "CAA";
|
|
3249
|
+
MX: "MX";
|
|
3250
|
+
TXT: "TXT";
|
|
3251
|
+
NS: "NS";
|
|
3252
|
+
}>;
|
|
3253
|
+
value: z.ZodString;
|
|
3254
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3255
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3256
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3257
|
+
}, z.core.$strict>>;
|
|
3258
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
3259
|
+
host: z.ZodString;
|
|
3260
|
+
type: z.ZodEnum<{
|
|
3261
|
+
A: "A";
|
|
3262
|
+
AAAA: "AAAA";
|
|
3263
|
+
CNAME: "CNAME";
|
|
3264
|
+
CAA: "CAA";
|
|
3265
|
+
MX: "MX";
|
|
3266
|
+
TXT: "TXT";
|
|
3267
|
+
NS: "NS";
|
|
3268
|
+
}>;
|
|
3269
|
+
value: z.ZodString;
|
|
3270
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3271
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3272
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3273
|
+
}, z.core.$strict>>;
|
|
3274
|
+
destructive: z.ZodBoolean;
|
|
3275
|
+
}, z.core.$strict>>;
|
|
3276
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
3277
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
3278
|
+
spf_policy_merged: "spf_policy_merged";
|
|
3279
|
+
}>>;
|
|
3280
|
+
expiresAt: z.ZodISODateTime;
|
|
3281
|
+
}, z.core.$strict>>;
|
|
3282
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
3283
|
+
code: z.ZodEnum<{
|
|
3284
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
3285
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
3286
|
+
}>;
|
|
3287
|
+
retryable: z.ZodLiteral<true>;
|
|
3288
|
+
resumeState: z.ZodEnum<{
|
|
3289
|
+
authorized: "authorized";
|
|
3290
|
+
applying: "applying";
|
|
3291
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3292
|
+
}>;
|
|
3293
|
+
occurredAt: z.ZodISODateTime;
|
|
3294
|
+
}, z.core.$strict>>;
|
|
3295
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3296
|
+
createdAt: z.ZodISODateTime;
|
|
3297
|
+
updatedAt: z.ZodISODateTime;
|
|
3298
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3299
|
+
state: z.ZodLiteral<"failed_terminal">;
|
|
3300
|
+
failure: z.ZodOptional<z.ZodUndefined>;
|
|
3301
|
+
}, z.core.$strip>>]>;
|
|
3302
|
+
}, z.core.$strict>;
|
|
3303
|
+
declare const Domain0ConnectErrorEventSchema: z.ZodObject<{
|
|
3304
|
+
type: z.ZodLiteral<"error">;
|
|
3305
|
+
error: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3306
|
+
source: z.ZodLiteral<"configuration">;
|
|
3307
|
+
code: z.ZodLiteral<"invalid_configuration">;
|
|
3308
|
+
retryable: z.ZodLiteral<false>;
|
|
3309
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3310
|
+
source: z.ZodLiteral<"api">;
|
|
3311
|
+
code: z.ZodEnum<{
|
|
3312
|
+
propagation_pending: "propagation_pending";
|
|
3313
|
+
invalid_request: "invalid_request";
|
|
3314
|
+
unauthorized: "unauthorized";
|
|
3315
|
+
forbidden: "forbidden";
|
|
3316
|
+
not_found: "not_found";
|
|
3317
|
+
conflict: "conflict";
|
|
3318
|
+
rate_limited: "rate_limited";
|
|
3319
|
+
dns_unavailable: "dns_unavailable";
|
|
3320
|
+
provider_unavailable: "provider_unavailable";
|
|
3321
|
+
provider_authorization_failed: "provider_authorization_failed";
|
|
3322
|
+
provider_limitation: "provider_limitation";
|
|
3323
|
+
plan_expired: "plan_expired";
|
|
3324
|
+
internal_error: "internal_error";
|
|
3325
|
+
}>;
|
|
3326
|
+
retryable: z.ZodBoolean;
|
|
3327
|
+
requestId: z.ZodString;
|
|
3328
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3329
|
+
source: z.ZodLiteral<"transport">;
|
|
3330
|
+
code: z.ZodLiteral<"transport_error">;
|
|
3331
|
+
retryable: z.ZodLiteral<true>;
|
|
3332
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3333
|
+
source: z.ZodLiteral<"protocol">;
|
|
3334
|
+
code: z.ZodLiteral<"protocol_error">;
|
|
3335
|
+
retryable: z.ZodLiteral<false>;
|
|
3336
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3337
|
+
source: z.ZodLiteral<"unexpected">;
|
|
3338
|
+
code: z.ZodLiteral<"unexpected_error">;
|
|
3339
|
+
retryable: z.ZodLiteral<false>;
|
|
3340
|
+
}, z.core.$strict>], "source">;
|
|
3341
|
+
connection: z.ZodOptional<z.ZodObject<{
|
|
3342
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3343
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3344
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
3345
|
+
intent: z.ZodObject<{
|
|
3346
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3347
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3348
|
+
host: z.ZodString;
|
|
3349
|
+
type: z.ZodEnum<{
|
|
3350
|
+
A: "A";
|
|
3351
|
+
AAAA: "AAAA";
|
|
3352
|
+
CNAME: "CNAME";
|
|
3353
|
+
CAA: "CAA";
|
|
3354
|
+
MX: "MX";
|
|
3355
|
+
TXT: "TXT";
|
|
3356
|
+
NS: "NS";
|
|
3357
|
+
}>;
|
|
3358
|
+
value: z.ZodString;
|
|
3359
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3360
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3361
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3362
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
3363
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3364
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3365
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3366
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3367
|
+
}, z.core.$strict>>;
|
|
3368
|
+
}, z.core.$strict>>;
|
|
3369
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
3370
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3371
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
3372
|
+
}, z.core.$strict>>;
|
|
3373
|
+
}, z.core.$strict>;
|
|
3374
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
3375
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3376
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3377
|
+
host: z.ZodString;
|
|
3378
|
+
type: z.ZodEnum<{
|
|
3379
|
+
A: "A";
|
|
3380
|
+
AAAA: "AAAA";
|
|
3381
|
+
CNAME: "CNAME";
|
|
3382
|
+
CAA: "CAA";
|
|
3383
|
+
MX: "MX";
|
|
3384
|
+
TXT: "TXT";
|
|
3385
|
+
NS: "NS";
|
|
3386
|
+
}>;
|
|
3387
|
+
value: z.ZodString;
|
|
3388
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3389
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3390
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3391
|
+
}, z.core.$strict>>;
|
|
3392
|
+
}, z.core.$strict>>;
|
|
3393
|
+
state: z.ZodEnum<{
|
|
3394
|
+
requested: "requested";
|
|
3395
|
+
authorized: "authorized";
|
|
3396
|
+
planning: "planning";
|
|
3397
|
+
applying: "applying";
|
|
3398
|
+
active: "active";
|
|
3399
|
+
cancelled: "cancelled";
|
|
3400
|
+
detecting_provider: "detecting_provider";
|
|
3401
|
+
provider_selected: "provider_selected";
|
|
3402
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3403
|
+
authorization_pending: "authorization_pending";
|
|
3404
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3405
|
+
propagation_pending: "propagation_pending";
|
|
3406
|
+
manual_required: "manual_required";
|
|
3407
|
+
failed_retryable: "failed_retryable";
|
|
3408
|
+
failed_terminal: "failed_terminal";
|
|
3409
|
+
}>;
|
|
3410
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
3411
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
3412
|
+
name: z.ZodString;
|
|
3413
|
+
referenceUrl: z.ZodURL;
|
|
3414
|
+
implementation: z.ZodEnum<{
|
|
3415
|
+
automatic: "automatic";
|
|
3416
|
+
domain_connect: "domain_connect";
|
|
3417
|
+
manual: "manual";
|
|
3418
|
+
}>;
|
|
3419
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3420
|
+
domain_connect: "domain_connect";
|
|
3421
|
+
manual: "manual";
|
|
3422
|
+
oauth2_pkce: "oauth2_pkce";
|
|
3423
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
3424
|
+
api_token: "api_token";
|
|
3425
|
+
api_key: "api_key";
|
|
3426
|
+
basic: "basic";
|
|
3427
|
+
session: "session";
|
|
3428
|
+
}>>;
|
|
3429
|
+
capabilities: z.ZodObject<{
|
|
3430
|
+
rootNSModification: z.ZodEnum<{
|
|
3431
|
+
supported: "supported";
|
|
3432
|
+
unsupported: "unsupported";
|
|
3433
|
+
unverified: "unverified";
|
|
3434
|
+
}>;
|
|
3435
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3436
|
+
supported: "supported";
|
|
3437
|
+
unsupported: "unsupported";
|
|
3438
|
+
unverified: "unverified";
|
|
3439
|
+
}>;
|
|
3440
|
+
wwwRedirect: z.ZodEnum<{
|
|
3441
|
+
supported: "supported";
|
|
3442
|
+
unsupported: "unsupported";
|
|
3443
|
+
unverified: "unverified";
|
|
3444
|
+
}>;
|
|
3445
|
+
cnameFlattening: z.ZodEnum<{
|
|
3446
|
+
supported: "supported";
|
|
3447
|
+
unsupported: "unsupported";
|
|
3448
|
+
unverified: "unverified";
|
|
3449
|
+
}>;
|
|
3450
|
+
wildcardRecords: z.ZodEnum<{
|
|
3451
|
+
supported: "supported";
|
|
3452
|
+
unsupported: "unsupported";
|
|
3453
|
+
unverified: "unverified";
|
|
3454
|
+
}>;
|
|
3455
|
+
caaRecords: z.ZodEnum<{
|
|
3456
|
+
supported: "supported";
|
|
3457
|
+
unsupported: "unsupported";
|
|
3458
|
+
unverified: "unverified";
|
|
3459
|
+
}>;
|
|
3460
|
+
spfRecords: z.ZodEnum<{
|
|
3461
|
+
supported: "supported";
|
|
3462
|
+
unsupported: "unsupported";
|
|
3463
|
+
unverified: "unverified";
|
|
3464
|
+
}>;
|
|
3465
|
+
socialLogin: z.ZodEnum<{
|
|
3466
|
+
supported: "supported";
|
|
3467
|
+
unsupported: "unsupported";
|
|
3468
|
+
unverified: "unverified";
|
|
3469
|
+
}>;
|
|
3470
|
+
}, z.core.$strict>;
|
|
3471
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3472
|
+
method: z.ZodEnum<{
|
|
3473
|
+
domain_connect: "domain_connect";
|
|
3474
|
+
nameserver: "nameserver";
|
|
3475
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
3476
|
+
}>;
|
|
3477
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3478
|
+
method: z.ZodLiteral<"manual">;
|
|
3479
|
+
reasonCode: z.ZodEnum<{
|
|
3480
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
3481
|
+
}>;
|
|
3482
|
+
}, z.core.$strict>], "method">;
|
|
3483
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
3484
|
+
}, z.core.$strict>>;
|
|
3485
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
3486
|
+
digest: z.ZodString;
|
|
3487
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
3488
|
+
action: z.ZodEnum<{
|
|
3489
|
+
create: "create";
|
|
3490
|
+
replace: "replace";
|
|
3491
|
+
delete: "delete";
|
|
3492
|
+
}>;
|
|
3493
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
3494
|
+
host: z.ZodString;
|
|
3495
|
+
type: z.ZodEnum<{
|
|
3496
|
+
A: "A";
|
|
3497
|
+
AAAA: "AAAA";
|
|
3498
|
+
CNAME: "CNAME";
|
|
3499
|
+
CAA: "CAA";
|
|
3500
|
+
MX: "MX";
|
|
3501
|
+
TXT: "TXT";
|
|
3502
|
+
NS: "NS";
|
|
3503
|
+
}>;
|
|
3504
|
+
value: z.ZodString;
|
|
3505
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3506
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3507
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3508
|
+
}, z.core.$strict>>;
|
|
3509
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
3510
|
+
host: z.ZodString;
|
|
3511
|
+
type: z.ZodEnum<{
|
|
3512
|
+
A: "A";
|
|
3513
|
+
AAAA: "AAAA";
|
|
3514
|
+
CNAME: "CNAME";
|
|
3515
|
+
CAA: "CAA";
|
|
3516
|
+
MX: "MX";
|
|
3517
|
+
TXT: "TXT";
|
|
3518
|
+
NS: "NS";
|
|
3519
|
+
}>;
|
|
3520
|
+
value: z.ZodString;
|
|
3521
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3522
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3523
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3524
|
+
}, z.core.$strict>>;
|
|
3525
|
+
destructive: z.ZodBoolean;
|
|
3526
|
+
}, z.core.$strict>>;
|
|
3527
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
3528
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
3529
|
+
spf_policy_merged: "spf_policy_merged";
|
|
3530
|
+
}>>;
|
|
3531
|
+
expiresAt: z.ZodISODateTime;
|
|
3532
|
+
}, z.core.$strict>>;
|
|
3533
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
3534
|
+
code: z.ZodEnum<{
|
|
3535
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
3536
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
3537
|
+
}>;
|
|
3538
|
+
retryable: z.ZodLiteral<true>;
|
|
3539
|
+
resumeState: z.ZodEnum<{
|
|
3540
|
+
authorized: "authorized";
|
|
3541
|
+
applying: "applying";
|
|
3542
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3543
|
+
}>;
|
|
3544
|
+
occurredAt: z.ZodISODateTime;
|
|
3545
|
+
}, z.core.$strict>>;
|
|
3546
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3547
|
+
createdAt: z.ZodISODateTime;
|
|
3548
|
+
updatedAt: z.ZodISODateTime;
|
|
3549
|
+
}, z.core.$strict>>;
|
|
3550
|
+
step: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3551
|
+
loading: "loading";
|
|
3552
|
+
provider_detection: "provider_detection";
|
|
3553
|
+
provider_selection: "provider_selection";
|
|
3554
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
3555
|
+
}>, z.ZodEnum<{
|
|
3556
|
+
requested: "requested";
|
|
3557
|
+
authorized: "authorized";
|
|
3558
|
+
planning: "planning";
|
|
3559
|
+
applying: "applying";
|
|
3560
|
+
active: "active";
|
|
3561
|
+
cancelled: "cancelled";
|
|
3562
|
+
detecting_provider: "detecting_provider";
|
|
3563
|
+
provider_selected: "provider_selected";
|
|
3564
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3565
|
+
authorization_pending: "authorization_pending";
|
|
3566
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3567
|
+
propagation_pending: "propagation_pending";
|
|
3568
|
+
manual_required: "manual_required";
|
|
3569
|
+
failed_retryable: "failed_retryable";
|
|
3570
|
+
failed_terminal: "failed_terminal";
|
|
3571
|
+
}>]>>;
|
|
3572
|
+
}, z.core.$strict>;
|
|
3573
|
+
declare const Domain0ConnectCloseEventSchema: z.ZodObject<{
|
|
3574
|
+
type: z.ZodLiteral<"close">;
|
|
3575
|
+
trigger: z.ZodEnum<{
|
|
3576
|
+
automatic: "automatic";
|
|
3577
|
+
close_button: "close_button";
|
|
3578
|
+
escape: "escape";
|
|
3579
|
+
programmatic: "programmatic";
|
|
3580
|
+
destroyed: "destroyed";
|
|
3581
|
+
}>;
|
|
3582
|
+
outcome: z.ZodEnum<{
|
|
3583
|
+
cancelled: "cancelled";
|
|
3584
|
+
success: "success";
|
|
3585
|
+
failure: "failure";
|
|
3586
|
+
incomplete: "incomplete";
|
|
3587
|
+
}>;
|
|
3588
|
+
connection: z.ZodOptional<z.ZodObject<{
|
|
3589
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3590
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3591
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
3592
|
+
intent: z.ZodObject<{
|
|
3593
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3594
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3595
|
+
host: z.ZodString;
|
|
3596
|
+
type: z.ZodEnum<{
|
|
3597
|
+
A: "A";
|
|
3598
|
+
AAAA: "AAAA";
|
|
3599
|
+
CNAME: "CNAME";
|
|
3600
|
+
CAA: "CAA";
|
|
3601
|
+
MX: "MX";
|
|
3602
|
+
TXT: "TXT";
|
|
3603
|
+
NS: "NS";
|
|
3604
|
+
}>;
|
|
3605
|
+
value: z.ZodString;
|
|
3606
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3607
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3608
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3609
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
3610
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3611
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3612
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3613
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3614
|
+
}, z.core.$strict>>;
|
|
3615
|
+
}, z.core.$strict>>;
|
|
3616
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
3617
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3618
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
3619
|
+
}, z.core.$strict>>;
|
|
3620
|
+
}, z.core.$strict>;
|
|
3621
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
3622
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3623
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3624
|
+
host: z.ZodString;
|
|
3625
|
+
type: z.ZodEnum<{
|
|
3626
|
+
A: "A";
|
|
3627
|
+
AAAA: "AAAA";
|
|
3628
|
+
CNAME: "CNAME";
|
|
3629
|
+
CAA: "CAA";
|
|
3630
|
+
MX: "MX";
|
|
3631
|
+
TXT: "TXT";
|
|
3632
|
+
NS: "NS";
|
|
3633
|
+
}>;
|
|
3634
|
+
value: z.ZodString;
|
|
3635
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3636
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3637
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3638
|
+
}, z.core.$strict>>;
|
|
3639
|
+
}, z.core.$strict>>;
|
|
3640
|
+
state: z.ZodEnum<{
|
|
3641
|
+
requested: "requested";
|
|
3642
|
+
authorized: "authorized";
|
|
3643
|
+
planning: "planning";
|
|
3644
|
+
applying: "applying";
|
|
3645
|
+
active: "active";
|
|
3646
|
+
cancelled: "cancelled";
|
|
3647
|
+
detecting_provider: "detecting_provider";
|
|
3648
|
+
provider_selected: "provider_selected";
|
|
3649
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3650
|
+
authorization_pending: "authorization_pending";
|
|
3651
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3652
|
+
propagation_pending: "propagation_pending";
|
|
3653
|
+
manual_required: "manual_required";
|
|
3654
|
+
failed_retryable: "failed_retryable";
|
|
3655
|
+
failed_terminal: "failed_terminal";
|
|
3656
|
+
}>;
|
|
3657
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
3658
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
3659
|
+
name: z.ZodString;
|
|
3660
|
+
referenceUrl: z.ZodURL;
|
|
3661
|
+
implementation: z.ZodEnum<{
|
|
3662
|
+
automatic: "automatic";
|
|
3663
|
+
domain_connect: "domain_connect";
|
|
3664
|
+
manual: "manual";
|
|
3665
|
+
}>;
|
|
3666
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3667
|
+
domain_connect: "domain_connect";
|
|
3668
|
+
manual: "manual";
|
|
3669
|
+
oauth2_pkce: "oauth2_pkce";
|
|
3670
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
3671
|
+
api_token: "api_token";
|
|
3672
|
+
api_key: "api_key";
|
|
3673
|
+
basic: "basic";
|
|
3674
|
+
session: "session";
|
|
3675
|
+
}>>;
|
|
3676
|
+
capabilities: z.ZodObject<{
|
|
3677
|
+
rootNSModification: z.ZodEnum<{
|
|
3678
|
+
supported: "supported";
|
|
3679
|
+
unsupported: "unsupported";
|
|
3680
|
+
unverified: "unverified";
|
|
3681
|
+
}>;
|
|
3682
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3683
|
+
supported: "supported";
|
|
3684
|
+
unsupported: "unsupported";
|
|
3685
|
+
unverified: "unverified";
|
|
3686
|
+
}>;
|
|
3687
|
+
wwwRedirect: z.ZodEnum<{
|
|
3688
|
+
supported: "supported";
|
|
3689
|
+
unsupported: "unsupported";
|
|
3690
|
+
unverified: "unverified";
|
|
3691
|
+
}>;
|
|
3692
|
+
cnameFlattening: z.ZodEnum<{
|
|
3693
|
+
supported: "supported";
|
|
3694
|
+
unsupported: "unsupported";
|
|
3695
|
+
unverified: "unverified";
|
|
3696
|
+
}>;
|
|
3697
|
+
wildcardRecords: z.ZodEnum<{
|
|
3698
|
+
supported: "supported";
|
|
3699
|
+
unsupported: "unsupported";
|
|
3700
|
+
unverified: "unverified";
|
|
3701
|
+
}>;
|
|
3702
|
+
caaRecords: z.ZodEnum<{
|
|
3703
|
+
supported: "supported";
|
|
3704
|
+
unsupported: "unsupported";
|
|
3705
|
+
unverified: "unverified";
|
|
3706
|
+
}>;
|
|
3707
|
+
spfRecords: z.ZodEnum<{
|
|
3708
|
+
supported: "supported";
|
|
3709
|
+
unsupported: "unsupported";
|
|
3710
|
+
unverified: "unverified";
|
|
3711
|
+
}>;
|
|
3712
|
+
socialLogin: z.ZodEnum<{
|
|
3713
|
+
supported: "supported";
|
|
3714
|
+
unsupported: "unsupported";
|
|
3715
|
+
unverified: "unverified";
|
|
3716
|
+
}>;
|
|
3717
|
+
}, z.core.$strict>;
|
|
3718
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3719
|
+
method: z.ZodEnum<{
|
|
3720
|
+
domain_connect: "domain_connect";
|
|
3721
|
+
nameserver: "nameserver";
|
|
3722
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
3723
|
+
}>;
|
|
3724
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3725
|
+
method: z.ZodLiteral<"manual">;
|
|
3726
|
+
reasonCode: z.ZodEnum<{
|
|
3727
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
3728
|
+
}>;
|
|
3729
|
+
}, z.core.$strict>], "method">;
|
|
3730
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
3731
|
+
}, z.core.$strict>>;
|
|
3732
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
3733
|
+
digest: z.ZodString;
|
|
3734
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
3735
|
+
action: z.ZodEnum<{
|
|
3736
|
+
create: "create";
|
|
3737
|
+
replace: "replace";
|
|
3738
|
+
delete: "delete";
|
|
3739
|
+
}>;
|
|
3740
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
3741
|
+
host: z.ZodString;
|
|
3742
|
+
type: z.ZodEnum<{
|
|
3743
|
+
A: "A";
|
|
3744
|
+
AAAA: "AAAA";
|
|
3745
|
+
CNAME: "CNAME";
|
|
3746
|
+
CAA: "CAA";
|
|
3747
|
+
MX: "MX";
|
|
3748
|
+
TXT: "TXT";
|
|
3749
|
+
NS: "NS";
|
|
3750
|
+
}>;
|
|
3751
|
+
value: z.ZodString;
|
|
3752
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3753
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3754
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3755
|
+
}, z.core.$strict>>;
|
|
3756
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
3757
|
+
host: z.ZodString;
|
|
3758
|
+
type: z.ZodEnum<{
|
|
3759
|
+
A: "A";
|
|
3760
|
+
AAAA: "AAAA";
|
|
3761
|
+
CNAME: "CNAME";
|
|
3762
|
+
CAA: "CAA";
|
|
3763
|
+
MX: "MX";
|
|
3764
|
+
TXT: "TXT";
|
|
3765
|
+
NS: "NS";
|
|
3766
|
+
}>;
|
|
3767
|
+
value: z.ZodString;
|
|
3768
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3769
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3770
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3771
|
+
}, z.core.$strict>>;
|
|
3772
|
+
destructive: z.ZodBoolean;
|
|
3773
|
+
}, z.core.$strict>>;
|
|
3774
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
3775
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
3776
|
+
spf_policy_merged: "spf_policy_merged";
|
|
3777
|
+
}>>;
|
|
3778
|
+
expiresAt: z.ZodISODateTime;
|
|
3779
|
+
}, z.core.$strict>>;
|
|
3780
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
3781
|
+
code: z.ZodEnum<{
|
|
3782
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
3783
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
3784
|
+
}>;
|
|
3785
|
+
retryable: z.ZodLiteral<true>;
|
|
3786
|
+
resumeState: z.ZodEnum<{
|
|
3787
|
+
authorized: "authorized";
|
|
3788
|
+
applying: "applying";
|
|
3789
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3790
|
+
}>;
|
|
3791
|
+
occurredAt: z.ZodISODateTime;
|
|
3792
|
+
}, z.core.$strict>>;
|
|
3793
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3794
|
+
createdAt: z.ZodISODateTime;
|
|
3795
|
+
updatedAt: z.ZodISODateTime;
|
|
3796
|
+
}, z.core.$strict>>;
|
|
3797
|
+
step: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3798
|
+
loading: "loading";
|
|
3799
|
+
provider_detection: "provider_detection";
|
|
3800
|
+
provider_selection: "provider_selection";
|
|
3801
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
3802
|
+
}>, z.ZodEnum<{
|
|
3803
|
+
requested: "requested";
|
|
3804
|
+
authorized: "authorized";
|
|
3805
|
+
planning: "planning";
|
|
3806
|
+
applying: "applying";
|
|
3807
|
+
active: "active";
|
|
3808
|
+
cancelled: "cancelled";
|
|
3809
|
+
detecting_provider: "detecting_provider";
|
|
3810
|
+
provider_selected: "provider_selected";
|
|
3811
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3812
|
+
authorization_pending: "authorization_pending";
|
|
3813
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3814
|
+
propagation_pending: "propagation_pending";
|
|
3815
|
+
manual_required: "manual_required";
|
|
3816
|
+
failed_retryable: "failed_retryable";
|
|
3817
|
+
failed_terminal: "failed_terminal";
|
|
3818
|
+
}>]>>;
|
|
3819
|
+
error: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3820
|
+
source: z.ZodLiteral<"configuration">;
|
|
3821
|
+
code: z.ZodLiteral<"invalid_configuration">;
|
|
3822
|
+
retryable: z.ZodLiteral<false>;
|
|
3823
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3824
|
+
source: z.ZodLiteral<"api">;
|
|
3825
|
+
code: z.ZodEnum<{
|
|
3826
|
+
propagation_pending: "propagation_pending";
|
|
3827
|
+
invalid_request: "invalid_request";
|
|
3828
|
+
unauthorized: "unauthorized";
|
|
3829
|
+
forbidden: "forbidden";
|
|
3830
|
+
not_found: "not_found";
|
|
3831
|
+
conflict: "conflict";
|
|
3832
|
+
rate_limited: "rate_limited";
|
|
3833
|
+
dns_unavailable: "dns_unavailable";
|
|
3834
|
+
provider_unavailable: "provider_unavailable";
|
|
3835
|
+
provider_authorization_failed: "provider_authorization_failed";
|
|
3836
|
+
provider_limitation: "provider_limitation";
|
|
3837
|
+
plan_expired: "plan_expired";
|
|
3838
|
+
internal_error: "internal_error";
|
|
3839
|
+
}>;
|
|
3840
|
+
retryable: z.ZodBoolean;
|
|
3841
|
+
requestId: z.ZodString;
|
|
3842
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3843
|
+
source: z.ZodLiteral<"transport">;
|
|
3844
|
+
code: z.ZodLiteral<"transport_error">;
|
|
3845
|
+
retryable: z.ZodLiteral<true>;
|
|
3846
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3847
|
+
source: z.ZodLiteral<"protocol">;
|
|
3848
|
+
code: z.ZodLiteral<"protocol_error">;
|
|
3849
|
+
retryable: z.ZodLiteral<false>;
|
|
3850
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3851
|
+
source: z.ZodLiteral<"unexpected">;
|
|
3852
|
+
code: z.ZodLiteral<"unexpected_error">;
|
|
3853
|
+
retryable: z.ZodLiteral<false>;
|
|
3854
|
+
}, z.core.$strict>], "source">>;
|
|
3855
|
+
}, z.core.$strict>;
|
|
3856
|
+
declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
3857
|
+
type: z.ZodLiteral<"step_change">;
|
|
3858
|
+
step: z.ZodUnion<readonly [z.ZodEnum<{
|
|
3859
|
+
loading: "loading";
|
|
3860
|
+
provider_detection: "provider_detection";
|
|
3861
|
+
provider_selection: "provider_selection";
|
|
3862
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
3863
|
+
}>, z.ZodEnum<{
|
|
3864
|
+
requested: "requested";
|
|
3865
|
+
authorized: "authorized";
|
|
3866
|
+
planning: "planning";
|
|
3867
|
+
applying: "applying";
|
|
3868
|
+
active: "active";
|
|
3869
|
+
cancelled: "cancelled";
|
|
3870
|
+
detecting_provider: "detecting_provider";
|
|
3871
|
+
provider_selected: "provider_selected";
|
|
3872
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3873
|
+
authorization_pending: "authorization_pending";
|
|
3874
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3875
|
+
propagation_pending: "propagation_pending";
|
|
3876
|
+
manual_required: "manual_required";
|
|
3877
|
+
failed_retryable: "failed_retryable";
|
|
3878
|
+
failed_terminal: "failed_terminal";
|
|
3879
|
+
}>]>;
|
|
3880
|
+
previousStep: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
3881
|
+
loading: "loading";
|
|
3882
|
+
provider_detection: "provider_detection";
|
|
3883
|
+
provider_selection: "provider_selection";
|
|
3884
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
3885
|
+
}>, z.ZodEnum<{
|
|
3886
|
+
requested: "requested";
|
|
3887
|
+
authorized: "authorized";
|
|
3888
|
+
planning: "planning";
|
|
3889
|
+
applying: "applying";
|
|
3890
|
+
active: "active";
|
|
3891
|
+
cancelled: "cancelled";
|
|
3892
|
+
detecting_provider: "detecting_provider";
|
|
3893
|
+
provider_selected: "provider_selected";
|
|
3894
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3895
|
+
authorization_pending: "authorization_pending";
|
|
3896
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3897
|
+
propagation_pending: "propagation_pending";
|
|
3898
|
+
manual_required: "manual_required";
|
|
3899
|
+
failed_retryable: "failed_retryable";
|
|
3900
|
+
failed_terminal: "failed_terminal";
|
|
3901
|
+
}>]>>;
|
|
3902
|
+
connection: z.ZodOptional<z.ZodObject<{
|
|
3903
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3904
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3905
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
3906
|
+
intent: z.ZodObject<{
|
|
3907
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3908
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3909
|
+
host: z.ZodString;
|
|
3910
|
+
type: z.ZodEnum<{
|
|
3911
|
+
A: "A";
|
|
3912
|
+
AAAA: "AAAA";
|
|
3913
|
+
CNAME: "CNAME";
|
|
3914
|
+
CAA: "CAA";
|
|
3915
|
+
MX: "MX";
|
|
3916
|
+
TXT: "TXT";
|
|
3917
|
+
NS: "NS";
|
|
3918
|
+
}>;
|
|
3919
|
+
value: z.ZodString;
|
|
3920
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3921
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3922
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3923
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
3924
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3925
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3926
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
3927
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3928
|
+
}, z.core.$strict>>;
|
|
3929
|
+
}, z.core.$strict>>;
|
|
3930
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
3931
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
3932
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
3933
|
+
}, z.core.$strict>>;
|
|
3934
|
+
}, z.core.$strict>;
|
|
3935
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
3936
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
3937
|
+
records: z.ZodArray<z.ZodObject<{
|
|
3938
|
+
host: z.ZodString;
|
|
3939
|
+
type: z.ZodEnum<{
|
|
3940
|
+
A: "A";
|
|
3941
|
+
AAAA: "AAAA";
|
|
3942
|
+
CNAME: "CNAME";
|
|
3943
|
+
CAA: "CAA";
|
|
3944
|
+
MX: "MX";
|
|
3945
|
+
TXT: "TXT";
|
|
3946
|
+
NS: "NS";
|
|
3947
|
+
}>;
|
|
3948
|
+
value: z.ZodString;
|
|
3949
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
3950
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
3951
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
3952
|
+
}, z.core.$strict>>;
|
|
3953
|
+
}, z.core.$strict>>;
|
|
3954
|
+
state: z.ZodEnum<{
|
|
3955
|
+
requested: "requested";
|
|
3956
|
+
authorized: "authorized";
|
|
3957
|
+
planning: "planning";
|
|
3958
|
+
applying: "applying";
|
|
3959
|
+
active: "active";
|
|
3960
|
+
cancelled: "cancelled";
|
|
3961
|
+
detecting_provider: "detecting_provider";
|
|
3962
|
+
provider_selected: "provider_selected";
|
|
3963
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3964
|
+
authorization_pending: "authorization_pending";
|
|
3965
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
3966
|
+
propagation_pending: "propagation_pending";
|
|
3967
|
+
manual_required: "manual_required";
|
|
3968
|
+
failed_retryable: "failed_retryable";
|
|
3969
|
+
failed_terminal: "failed_terminal";
|
|
3970
|
+
}>;
|
|
3971
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
3972
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
3973
|
+
name: z.ZodString;
|
|
3974
|
+
referenceUrl: z.ZodURL;
|
|
3975
|
+
implementation: z.ZodEnum<{
|
|
3976
|
+
automatic: "automatic";
|
|
3977
|
+
domain_connect: "domain_connect";
|
|
3978
|
+
manual: "manual";
|
|
3979
|
+
}>;
|
|
3980
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3981
|
+
domain_connect: "domain_connect";
|
|
3982
|
+
manual: "manual";
|
|
3983
|
+
oauth2_pkce: "oauth2_pkce";
|
|
3984
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
3985
|
+
api_token: "api_token";
|
|
3986
|
+
api_key: "api_key";
|
|
3987
|
+
basic: "basic";
|
|
3988
|
+
session: "session";
|
|
3989
|
+
}>>;
|
|
3990
|
+
capabilities: z.ZodObject<{
|
|
3991
|
+
rootNSModification: z.ZodEnum<{
|
|
3992
|
+
supported: "supported";
|
|
3993
|
+
unsupported: "unsupported";
|
|
3994
|
+
unverified: "unverified";
|
|
3995
|
+
}>;
|
|
3996
|
+
subdomainNSModification: z.ZodEnum<{
|
|
3997
|
+
supported: "supported";
|
|
3998
|
+
unsupported: "unsupported";
|
|
3999
|
+
unverified: "unverified";
|
|
4000
|
+
}>;
|
|
4001
|
+
wwwRedirect: z.ZodEnum<{
|
|
4002
|
+
supported: "supported";
|
|
4003
|
+
unsupported: "unsupported";
|
|
4004
|
+
unverified: "unverified";
|
|
4005
|
+
}>;
|
|
4006
|
+
cnameFlattening: z.ZodEnum<{
|
|
4007
|
+
supported: "supported";
|
|
4008
|
+
unsupported: "unsupported";
|
|
4009
|
+
unverified: "unverified";
|
|
4010
|
+
}>;
|
|
4011
|
+
wildcardRecords: z.ZodEnum<{
|
|
4012
|
+
supported: "supported";
|
|
4013
|
+
unsupported: "unsupported";
|
|
4014
|
+
unverified: "unverified";
|
|
4015
|
+
}>;
|
|
4016
|
+
caaRecords: z.ZodEnum<{
|
|
4017
|
+
supported: "supported";
|
|
4018
|
+
unsupported: "unsupported";
|
|
4019
|
+
unverified: "unverified";
|
|
4020
|
+
}>;
|
|
4021
|
+
spfRecords: z.ZodEnum<{
|
|
4022
|
+
supported: "supported";
|
|
4023
|
+
unsupported: "unsupported";
|
|
4024
|
+
unverified: "unverified";
|
|
4025
|
+
}>;
|
|
4026
|
+
socialLogin: z.ZodEnum<{
|
|
4027
|
+
supported: "supported";
|
|
4028
|
+
unsupported: "unsupported";
|
|
4029
|
+
unverified: "unverified";
|
|
4030
|
+
}>;
|
|
4031
|
+
}, z.core.$strict>;
|
|
4032
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4033
|
+
method: z.ZodEnum<{
|
|
4034
|
+
domain_connect: "domain_connect";
|
|
4035
|
+
nameserver: "nameserver";
|
|
4036
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
4037
|
+
}>;
|
|
4038
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4039
|
+
method: z.ZodLiteral<"manual">;
|
|
4040
|
+
reasonCode: z.ZodEnum<{
|
|
4041
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
4042
|
+
}>;
|
|
4043
|
+
}, z.core.$strict>], "method">;
|
|
4044
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
4045
|
+
}, z.core.$strict>>;
|
|
4046
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
4047
|
+
digest: z.ZodString;
|
|
4048
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
4049
|
+
action: z.ZodEnum<{
|
|
4050
|
+
create: "create";
|
|
4051
|
+
replace: "replace";
|
|
4052
|
+
delete: "delete";
|
|
4053
|
+
}>;
|
|
4054
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
4055
|
+
host: z.ZodString;
|
|
4056
|
+
type: z.ZodEnum<{
|
|
4057
|
+
A: "A";
|
|
4058
|
+
AAAA: "AAAA";
|
|
4059
|
+
CNAME: "CNAME";
|
|
4060
|
+
CAA: "CAA";
|
|
4061
|
+
MX: "MX";
|
|
4062
|
+
TXT: "TXT";
|
|
4063
|
+
NS: "NS";
|
|
4064
|
+
}>;
|
|
4065
|
+
value: z.ZodString;
|
|
4066
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4067
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4068
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4069
|
+
}, z.core.$strict>>;
|
|
4070
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
4071
|
+
host: z.ZodString;
|
|
4072
|
+
type: z.ZodEnum<{
|
|
4073
|
+
A: "A";
|
|
4074
|
+
AAAA: "AAAA";
|
|
4075
|
+
CNAME: "CNAME";
|
|
4076
|
+
CAA: "CAA";
|
|
4077
|
+
MX: "MX";
|
|
4078
|
+
TXT: "TXT";
|
|
4079
|
+
NS: "NS";
|
|
4080
|
+
}>;
|
|
4081
|
+
value: z.ZodString;
|
|
4082
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4083
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4084
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4085
|
+
}, z.core.$strict>>;
|
|
4086
|
+
destructive: z.ZodBoolean;
|
|
4087
|
+
}, z.core.$strict>>;
|
|
4088
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
4089
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
4090
|
+
spf_policy_merged: "spf_policy_merged";
|
|
4091
|
+
}>>;
|
|
4092
|
+
expiresAt: z.ZodISODateTime;
|
|
4093
|
+
}, z.core.$strict>>;
|
|
4094
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
4095
|
+
code: z.ZodEnum<{
|
|
4096
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
4097
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
4098
|
+
}>;
|
|
4099
|
+
retryable: z.ZodLiteral<true>;
|
|
4100
|
+
resumeState: z.ZodEnum<{
|
|
4101
|
+
authorized: "authorized";
|
|
4102
|
+
applying: "applying";
|
|
4103
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
4104
|
+
}>;
|
|
4105
|
+
occurredAt: z.ZodISODateTime;
|
|
4106
|
+
}, z.core.$strict>>;
|
|
4107
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
4108
|
+
createdAt: z.ZodISODateTime;
|
|
4109
|
+
updatedAt: z.ZodISODateTime;
|
|
4110
|
+
}, z.core.$strict>>;
|
|
4111
|
+
}, z.core.$strict>;
|
|
4112
|
+
declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
4113
|
+
type: z.ZodLiteral<"manual_setup_documentation_click">;
|
|
4114
|
+
connection: z.ZodIntersection<z.ZodObject<{
|
|
4115
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
4116
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
4117
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
4118
|
+
intent: z.ZodObject<{
|
|
4119
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
4120
|
+
records: z.ZodArray<z.ZodObject<{
|
|
4121
|
+
host: z.ZodString;
|
|
4122
|
+
type: z.ZodEnum<{
|
|
4123
|
+
A: "A";
|
|
4124
|
+
AAAA: "AAAA";
|
|
4125
|
+
CNAME: "CNAME";
|
|
4126
|
+
CAA: "CAA";
|
|
4127
|
+
MX: "MX";
|
|
4128
|
+
TXT: "TXT";
|
|
4129
|
+
NS: "NS";
|
|
4130
|
+
}>;
|
|
4131
|
+
value: z.ZodString;
|
|
4132
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4133
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4134
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4135
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
4136
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
4137
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4138
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4139
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4140
|
+
}, z.core.$strict>>;
|
|
4141
|
+
}, z.core.$strict>>;
|
|
4142
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
4143
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
4144
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
4145
|
+
}, z.core.$strict>>;
|
|
4146
|
+
}, z.core.$strict>;
|
|
4147
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
4148
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
4149
|
+
records: z.ZodArray<z.ZodObject<{
|
|
4150
|
+
host: z.ZodString;
|
|
4151
|
+
type: z.ZodEnum<{
|
|
4152
|
+
A: "A";
|
|
4153
|
+
AAAA: "AAAA";
|
|
4154
|
+
CNAME: "CNAME";
|
|
4155
|
+
CAA: "CAA";
|
|
4156
|
+
MX: "MX";
|
|
4157
|
+
TXT: "TXT";
|
|
4158
|
+
NS: "NS";
|
|
4159
|
+
}>;
|
|
4160
|
+
value: z.ZodString;
|
|
4161
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4162
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4163
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4164
|
+
}, z.core.$strict>>;
|
|
4165
|
+
}, z.core.$strict>>;
|
|
4166
|
+
state: z.ZodEnum<{
|
|
4167
|
+
requested: "requested";
|
|
4168
|
+
authorized: "authorized";
|
|
4169
|
+
planning: "planning";
|
|
4170
|
+
applying: "applying";
|
|
4171
|
+
active: "active";
|
|
4172
|
+
cancelled: "cancelled";
|
|
4173
|
+
detecting_provider: "detecting_provider";
|
|
4174
|
+
provider_selected: "provider_selected";
|
|
4175
|
+
domain_connect_pending: "domain_connect_pending";
|
|
4176
|
+
authorization_pending: "authorization_pending";
|
|
4177
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
4178
|
+
propagation_pending: "propagation_pending";
|
|
4179
|
+
manual_required: "manual_required";
|
|
4180
|
+
failed_retryable: "failed_retryable";
|
|
4181
|
+
failed_terminal: "failed_terminal";
|
|
4182
|
+
}>;
|
|
4183
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
4184
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
4185
|
+
name: z.ZodString;
|
|
4186
|
+
referenceUrl: z.ZodURL;
|
|
4187
|
+
implementation: z.ZodEnum<{
|
|
4188
|
+
automatic: "automatic";
|
|
4189
|
+
domain_connect: "domain_connect";
|
|
4190
|
+
manual: "manual";
|
|
4191
|
+
}>;
|
|
4192
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4193
|
+
domain_connect: "domain_connect";
|
|
4194
|
+
manual: "manual";
|
|
4195
|
+
oauth2_pkce: "oauth2_pkce";
|
|
4196
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
4197
|
+
api_token: "api_token";
|
|
4198
|
+
api_key: "api_key";
|
|
4199
|
+
basic: "basic";
|
|
4200
|
+
session: "session";
|
|
4201
|
+
}>>;
|
|
4202
|
+
capabilities: z.ZodObject<{
|
|
4203
|
+
rootNSModification: z.ZodEnum<{
|
|
4204
|
+
supported: "supported";
|
|
4205
|
+
unsupported: "unsupported";
|
|
4206
|
+
unverified: "unverified";
|
|
4207
|
+
}>;
|
|
4208
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4209
|
+
supported: "supported";
|
|
4210
|
+
unsupported: "unsupported";
|
|
4211
|
+
unverified: "unverified";
|
|
4212
|
+
}>;
|
|
4213
|
+
wwwRedirect: z.ZodEnum<{
|
|
4214
|
+
supported: "supported";
|
|
4215
|
+
unsupported: "unsupported";
|
|
4216
|
+
unverified: "unverified";
|
|
4217
|
+
}>;
|
|
4218
|
+
cnameFlattening: z.ZodEnum<{
|
|
4219
|
+
supported: "supported";
|
|
4220
|
+
unsupported: "unsupported";
|
|
4221
|
+
unverified: "unverified";
|
|
4222
|
+
}>;
|
|
4223
|
+
wildcardRecords: z.ZodEnum<{
|
|
4224
|
+
supported: "supported";
|
|
4225
|
+
unsupported: "unsupported";
|
|
4226
|
+
unverified: "unverified";
|
|
4227
|
+
}>;
|
|
4228
|
+
caaRecords: z.ZodEnum<{
|
|
4229
|
+
supported: "supported";
|
|
4230
|
+
unsupported: "unsupported";
|
|
4231
|
+
unverified: "unverified";
|
|
4232
|
+
}>;
|
|
4233
|
+
spfRecords: z.ZodEnum<{
|
|
4234
|
+
supported: "supported";
|
|
4235
|
+
unsupported: "unsupported";
|
|
4236
|
+
unverified: "unverified";
|
|
4237
|
+
}>;
|
|
4238
|
+
socialLogin: z.ZodEnum<{
|
|
4239
|
+
supported: "supported";
|
|
4240
|
+
unsupported: "unsupported";
|
|
4241
|
+
unverified: "unverified";
|
|
4242
|
+
}>;
|
|
4243
|
+
}, z.core.$strict>;
|
|
4244
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4245
|
+
method: z.ZodEnum<{
|
|
4246
|
+
domain_connect: "domain_connect";
|
|
4247
|
+
nameserver: "nameserver";
|
|
4248
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
4249
|
+
}>;
|
|
4250
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4251
|
+
method: z.ZodLiteral<"manual">;
|
|
4252
|
+
reasonCode: z.ZodEnum<{
|
|
4253
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
4254
|
+
}>;
|
|
4255
|
+
}, z.core.$strict>], "method">;
|
|
4256
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
4257
|
+
}, z.core.$strict>>;
|
|
4258
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
4259
|
+
digest: z.ZodString;
|
|
4260
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
4261
|
+
action: z.ZodEnum<{
|
|
4262
|
+
create: "create";
|
|
4263
|
+
replace: "replace";
|
|
4264
|
+
delete: "delete";
|
|
4265
|
+
}>;
|
|
4266
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
4267
|
+
host: z.ZodString;
|
|
4268
|
+
type: z.ZodEnum<{
|
|
4269
|
+
A: "A";
|
|
4270
|
+
AAAA: "AAAA";
|
|
4271
|
+
CNAME: "CNAME";
|
|
4272
|
+
CAA: "CAA";
|
|
4273
|
+
MX: "MX";
|
|
4274
|
+
TXT: "TXT";
|
|
4275
|
+
NS: "NS";
|
|
4276
|
+
}>;
|
|
4277
|
+
value: z.ZodString;
|
|
4278
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4279
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4280
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4281
|
+
}, z.core.$strict>>;
|
|
4282
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
4283
|
+
host: z.ZodString;
|
|
4284
|
+
type: z.ZodEnum<{
|
|
4285
|
+
A: "A";
|
|
4286
|
+
AAAA: "AAAA";
|
|
4287
|
+
CNAME: "CNAME";
|
|
4288
|
+
CAA: "CAA";
|
|
4289
|
+
MX: "MX";
|
|
4290
|
+
TXT: "TXT";
|
|
4291
|
+
NS: "NS";
|
|
4292
|
+
}>;
|
|
4293
|
+
value: z.ZodString;
|
|
4294
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4295
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4296
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4297
|
+
}, z.core.$strict>>;
|
|
4298
|
+
destructive: z.ZodBoolean;
|
|
4299
|
+
}, z.core.$strict>>;
|
|
4300
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
4301
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
4302
|
+
spf_policy_merged: "spf_policy_merged";
|
|
4303
|
+
}>>;
|
|
4304
|
+
expiresAt: z.ZodISODateTime;
|
|
4305
|
+
}, z.core.$strict>>;
|
|
4306
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
4307
|
+
code: z.ZodEnum<{
|
|
4308
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
4309
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
4310
|
+
}>;
|
|
4311
|
+
retryable: z.ZodLiteral<true>;
|
|
4312
|
+
resumeState: z.ZodEnum<{
|
|
4313
|
+
authorized: "authorized";
|
|
4314
|
+
applying: "applying";
|
|
4315
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
4316
|
+
}>;
|
|
4317
|
+
occurredAt: z.ZodISODateTime;
|
|
4318
|
+
}, z.core.$strict>>;
|
|
4319
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
4320
|
+
createdAt: z.ZodISODateTime;
|
|
4321
|
+
updatedAt: z.ZodISODateTime;
|
|
4322
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4323
|
+
state: z.ZodLiteral<"manual_required">;
|
|
4324
|
+
}, z.core.$strip>>;
|
|
4325
|
+
}, z.core.$strict>;
|
|
4326
|
+
declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
4327
|
+
type: z.ZodLiteral<"request_close">;
|
|
4328
|
+
connection: z.ZodOptional<z.ZodObject<{
|
|
4329
|
+
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
4330
|
+
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
4331
|
+
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
4332
|
+
intent: z.ZodObject<{
|
|
4333
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
4334
|
+
records: z.ZodArray<z.ZodObject<{
|
|
4335
|
+
host: z.ZodString;
|
|
4336
|
+
type: z.ZodEnum<{
|
|
4337
|
+
A: "A";
|
|
4338
|
+
AAAA: "AAAA";
|
|
4339
|
+
CNAME: "CNAME";
|
|
4340
|
+
CAA: "CAA";
|
|
4341
|
+
MX: "MX";
|
|
4342
|
+
TXT: "TXT";
|
|
4343
|
+
NS: "NS";
|
|
4344
|
+
}>;
|
|
4345
|
+
value: z.ZodString;
|
|
4346
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4347
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4348
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4349
|
+
advancedDmarcOptions: z.ZodOptional<z.ZodObject<{
|
|
4350
|
+
inheritRootDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
4351
|
+
overrideTags: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4352
|
+
removeTags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
4353
|
+
addTagsIfNotExist: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4354
|
+
}, z.core.$strict>>;
|
|
4355
|
+
}, z.core.$strict>>;
|
|
4356
|
+
existingRecordPolicy: z.ZodDefault<z.ZodObject<{
|
|
4357
|
+
validateDmarc: z.ZodDefault<z.ZodBoolean>;
|
|
4358
|
+
validateCAA: z.ZodDefault<z.ZodBoolean>;
|
|
4359
|
+
}, z.core.$strict>>;
|
|
4360
|
+
}, z.core.$strict>;
|
|
4361
|
+
effectiveIntent: z.ZodOptional<z.ZodObject<{
|
|
4362
|
+
domain: z.core.$ZodBranded<z.ZodString, "DomainName", "out">;
|
|
4363
|
+
records: z.ZodArray<z.ZodObject<{
|
|
4364
|
+
host: z.ZodString;
|
|
4365
|
+
type: z.ZodEnum<{
|
|
4366
|
+
A: "A";
|
|
4367
|
+
AAAA: "AAAA";
|
|
4368
|
+
CNAME: "CNAME";
|
|
4369
|
+
CAA: "CAA";
|
|
4370
|
+
MX: "MX";
|
|
4371
|
+
TXT: "TXT";
|
|
4372
|
+
NS: "NS";
|
|
4373
|
+
}>;
|
|
4374
|
+
value: z.ZodString;
|
|
4375
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4376
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4377
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4378
|
+
}, z.core.$strict>>;
|
|
4379
|
+
}, z.core.$strict>>;
|
|
4380
|
+
state: z.ZodEnum<{
|
|
4381
|
+
requested: "requested";
|
|
4382
|
+
authorized: "authorized";
|
|
4383
|
+
planning: "planning";
|
|
4384
|
+
applying: "applying";
|
|
4385
|
+
active: "active";
|
|
4386
|
+
cancelled: "cancelled";
|
|
4387
|
+
detecting_provider: "detecting_provider";
|
|
4388
|
+
provider_selected: "provider_selected";
|
|
4389
|
+
domain_connect_pending: "domain_connect_pending";
|
|
4390
|
+
authorization_pending: "authorization_pending";
|
|
4391
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
4392
|
+
propagation_pending: "propagation_pending";
|
|
4393
|
+
manual_required: "manual_required";
|
|
4394
|
+
failed_retryable: "failed_retryable";
|
|
4395
|
+
failed_terminal: "failed_terminal";
|
|
4396
|
+
}>;
|
|
4397
|
+
provider: z.ZodOptional<z.ZodObject<{
|
|
4398
|
+
id: z.core.$ZodBranded<z.ZodString, "ProviderId", "out">;
|
|
4399
|
+
name: z.ZodString;
|
|
4400
|
+
referenceUrl: z.ZodURL;
|
|
4401
|
+
implementation: z.ZodEnum<{
|
|
4402
|
+
automatic: "automatic";
|
|
4403
|
+
domain_connect: "domain_connect";
|
|
4404
|
+
manual: "manual";
|
|
4405
|
+
}>;
|
|
4406
|
+
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4407
|
+
domain_connect: "domain_connect";
|
|
4408
|
+
manual: "manual";
|
|
4409
|
+
oauth2_pkce: "oauth2_pkce";
|
|
4410
|
+
oauth2_authorization_code: "oauth2_authorization_code";
|
|
4411
|
+
api_token: "api_token";
|
|
4412
|
+
api_key: "api_key";
|
|
4413
|
+
basic: "basic";
|
|
4414
|
+
session: "session";
|
|
4415
|
+
}>>;
|
|
4416
|
+
capabilities: z.ZodObject<{
|
|
4417
|
+
rootNSModification: z.ZodEnum<{
|
|
4418
|
+
supported: "supported";
|
|
4419
|
+
unsupported: "unsupported";
|
|
4420
|
+
unverified: "unverified";
|
|
4421
|
+
}>;
|
|
4422
|
+
subdomainNSModification: z.ZodEnum<{
|
|
4423
|
+
supported: "supported";
|
|
4424
|
+
unsupported: "unsupported";
|
|
4425
|
+
unverified: "unverified";
|
|
4426
|
+
}>;
|
|
4427
|
+
wwwRedirect: z.ZodEnum<{
|
|
4428
|
+
supported: "supported";
|
|
4429
|
+
unsupported: "unsupported";
|
|
4430
|
+
unverified: "unverified";
|
|
4431
|
+
}>;
|
|
4432
|
+
cnameFlattening: z.ZodEnum<{
|
|
4433
|
+
supported: "supported";
|
|
4434
|
+
unsupported: "unsupported";
|
|
4435
|
+
unverified: "unverified";
|
|
4436
|
+
}>;
|
|
4437
|
+
wildcardRecords: z.ZodEnum<{
|
|
4438
|
+
supported: "supported";
|
|
4439
|
+
unsupported: "unsupported";
|
|
4440
|
+
unverified: "unverified";
|
|
4441
|
+
}>;
|
|
4442
|
+
caaRecords: z.ZodEnum<{
|
|
4443
|
+
supported: "supported";
|
|
4444
|
+
unsupported: "unsupported";
|
|
4445
|
+
unverified: "unverified";
|
|
4446
|
+
}>;
|
|
4447
|
+
spfRecords: z.ZodEnum<{
|
|
4448
|
+
supported: "supported";
|
|
4449
|
+
unsupported: "unsupported";
|
|
4450
|
+
unverified: "unverified";
|
|
4451
|
+
}>;
|
|
4452
|
+
socialLogin: z.ZodEnum<{
|
|
4453
|
+
supported: "supported";
|
|
4454
|
+
unsupported: "unsupported";
|
|
4455
|
+
unverified: "unverified";
|
|
4456
|
+
}>;
|
|
4457
|
+
}, z.core.$strict>;
|
|
4458
|
+
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4459
|
+
method: z.ZodEnum<{
|
|
4460
|
+
domain_connect: "domain_connect";
|
|
4461
|
+
nameserver: "nameserver";
|
|
4462
|
+
nameserver_or_domain_connect: "nameserver_or_domain_connect";
|
|
4463
|
+
}>;
|
|
4464
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4465
|
+
method: z.ZodLiteral<"manual">;
|
|
4466
|
+
reasonCode: z.ZodEnum<{
|
|
4467
|
+
no_stable_public_provider_identity: "no_stable_public_provider_identity";
|
|
4468
|
+
}>;
|
|
4469
|
+
}, z.core.$strict>], "method">;
|
|
4470
|
+
limitations: z.ZodArray<z.ZodString>;
|
|
4471
|
+
}, z.core.$strict>>;
|
|
4472
|
+
plan: z.ZodOptional<z.ZodObject<{
|
|
4473
|
+
digest: z.ZodString;
|
|
4474
|
+
changes: z.ZodArray<z.ZodObject<{
|
|
4475
|
+
action: z.ZodEnum<{
|
|
4476
|
+
create: "create";
|
|
4477
|
+
replace: "replace";
|
|
4478
|
+
delete: "delete";
|
|
4479
|
+
}>;
|
|
4480
|
+
before: z.ZodOptional<z.ZodObject<{
|
|
4481
|
+
host: z.ZodString;
|
|
4482
|
+
type: z.ZodEnum<{
|
|
4483
|
+
A: "A";
|
|
4484
|
+
AAAA: "AAAA";
|
|
4485
|
+
CNAME: "CNAME";
|
|
4486
|
+
CAA: "CAA";
|
|
4487
|
+
MX: "MX";
|
|
4488
|
+
TXT: "TXT";
|
|
4489
|
+
NS: "NS";
|
|
4490
|
+
}>;
|
|
4491
|
+
value: z.ZodString;
|
|
4492
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4493
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4494
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4495
|
+
}, z.core.$strict>>;
|
|
4496
|
+
after: z.ZodOptional<z.ZodObject<{
|
|
4497
|
+
host: z.ZodString;
|
|
4498
|
+
type: z.ZodEnum<{
|
|
4499
|
+
A: "A";
|
|
4500
|
+
AAAA: "AAAA";
|
|
4501
|
+
CNAME: "CNAME";
|
|
4502
|
+
CAA: "CAA";
|
|
4503
|
+
MX: "MX";
|
|
4504
|
+
TXT: "TXT";
|
|
4505
|
+
NS: "NS";
|
|
4506
|
+
}>;
|
|
4507
|
+
value: z.ZodString;
|
|
4508
|
+
ttl: z.ZodDefault<z.ZodNumber>;
|
|
4509
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
4510
|
+
optional: z.ZodDefault<z.ZodBoolean>;
|
|
4511
|
+
}, z.core.$strict>>;
|
|
4512
|
+
destructive: z.ZodBoolean;
|
|
4513
|
+
}, z.core.$strict>>;
|
|
4514
|
+
warnings: z.ZodArray<z.ZodEnum<{
|
|
4515
|
+
spf_policy_replaced: "spf_policy_replaced";
|
|
4516
|
+
spf_policy_merged: "spf_policy_merged";
|
|
4517
|
+
}>>;
|
|
4518
|
+
expiresAt: z.ZodISODateTime;
|
|
4519
|
+
}, z.core.$strict>>;
|
|
4520
|
+
failure: z.ZodOptional<z.ZodObject<{
|
|
4521
|
+
code: z.ZodEnum<{
|
|
4522
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
4523
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
4524
|
+
}>;
|
|
4525
|
+
retryable: z.ZodLiteral<true>;
|
|
4526
|
+
resumeState: z.ZodEnum<{
|
|
4527
|
+
authorized: "authorized";
|
|
4528
|
+
applying: "applying";
|
|
4529
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
4530
|
+
}>;
|
|
4531
|
+
occurredAt: z.ZodISODateTime;
|
|
4532
|
+
}, z.core.$strict>>;
|
|
4533
|
+
optionalFailures: z.ZodArray<z.ZodString>;
|
|
4534
|
+
createdAt: z.ZodISODateTime;
|
|
4535
|
+
updatedAt: z.ZodISODateTime;
|
|
4536
|
+
}, z.core.$strict>>;
|
|
4537
|
+
step: z.ZodUnion<readonly [z.ZodEnum<{
|
|
4538
|
+
loading: "loading";
|
|
4539
|
+
provider_detection: "provider_detection";
|
|
4540
|
+
provider_selection: "provider_selection";
|
|
4541
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
4542
|
+
}>, z.ZodEnum<{
|
|
4543
|
+
requested: "requested";
|
|
4544
|
+
authorized: "authorized";
|
|
4545
|
+
planning: "planning";
|
|
4546
|
+
applying: "applying";
|
|
4547
|
+
active: "active";
|
|
4548
|
+
cancelled: "cancelled";
|
|
4549
|
+
detecting_provider: "detecting_provider";
|
|
4550
|
+
provider_selected: "provider_selected";
|
|
4551
|
+
domain_connect_pending: "domain_connect_pending";
|
|
3111
4552
|
authorization_pending: "authorization_pending";
|
|
3112
4553
|
awaiting_confirmation: "awaiting_confirmation";
|
|
3113
4554
|
propagation_pending: "propagation_pending";
|
|
3114
4555
|
manual_required: "manual_required";
|
|
3115
4556
|
failed_retryable: "failed_retryable";
|
|
3116
4557
|
failed_terminal: "failed_terminal";
|
|
3117
|
-
}>]
|
|
3118
|
-
|
|
4558
|
+
}>]>;
|
|
4559
|
+
}, z.core.$strict>;
|
|
4560
|
+
declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
4561
|
+
type: z.ZodLiteral<"shared_flow_sent">;
|
|
4562
|
+
connection: z.ZodIntersection<z.ZodObject<{
|
|
3119
4563
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3120
4564
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3121
4565
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -3192,7 +4636,6 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
3192
4636
|
automatic: "automatic";
|
|
3193
4637
|
domain_connect: "domain_connect";
|
|
3194
4638
|
manual: "manual";
|
|
3195
|
-
unverified: "unverified";
|
|
3196
4639
|
}>;
|
|
3197
4640
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3198
4641
|
domain_connect: "domain_connect";
|
|
@@ -3206,44 +4649,44 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
3206
4649
|
}>>;
|
|
3207
4650
|
capabilities: z.ZodObject<{
|
|
3208
4651
|
rootNSModification: z.ZodEnum<{
|
|
3209
|
-
unverified: "unverified";
|
|
3210
4652
|
supported: "supported";
|
|
3211
4653
|
unsupported: "unsupported";
|
|
4654
|
+
unverified: "unverified";
|
|
3212
4655
|
}>;
|
|
3213
4656
|
subdomainNSModification: z.ZodEnum<{
|
|
3214
|
-
unverified: "unverified";
|
|
3215
4657
|
supported: "supported";
|
|
3216
4658
|
unsupported: "unsupported";
|
|
4659
|
+
unverified: "unverified";
|
|
3217
4660
|
}>;
|
|
3218
4661
|
wwwRedirect: z.ZodEnum<{
|
|
3219
|
-
unverified: "unverified";
|
|
3220
4662
|
supported: "supported";
|
|
3221
4663
|
unsupported: "unsupported";
|
|
4664
|
+
unverified: "unverified";
|
|
3222
4665
|
}>;
|
|
3223
4666
|
cnameFlattening: z.ZodEnum<{
|
|
3224
|
-
unverified: "unverified";
|
|
3225
4667
|
supported: "supported";
|
|
3226
4668
|
unsupported: "unsupported";
|
|
4669
|
+
unverified: "unverified";
|
|
3227
4670
|
}>;
|
|
3228
4671
|
wildcardRecords: z.ZodEnum<{
|
|
3229
|
-
unverified: "unverified";
|
|
3230
4672
|
supported: "supported";
|
|
3231
4673
|
unsupported: "unsupported";
|
|
4674
|
+
unverified: "unverified";
|
|
3232
4675
|
}>;
|
|
3233
4676
|
caaRecords: z.ZodEnum<{
|
|
3234
|
-
unverified: "unverified";
|
|
3235
4677
|
supported: "supported";
|
|
3236
4678
|
unsupported: "unsupported";
|
|
4679
|
+
unverified: "unverified";
|
|
3237
4680
|
}>;
|
|
3238
4681
|
spfRecords: z.ZodEnum<{
|
|
3239
|
-
unverified: "unverified";
|
|
3240
4682
|
supported: "supported";
|
|
3241
4683
|
unsupported: "unsupported";
|
|
4684
|
+
unverified: "unverified";
|
|
3242
4685
|
}>;
|
|
3243
4686
|
socialLogin: z.ZodEnum<{
|
|
3244
|
-
unverified: "unverified";
|
|
3245
4687
|
supported: "supported";
|
|
3246
4688
|
unsupported: "unsupported";
|
|
4689
|
+
unverified: "unverified";
|
|
3247
4690
|
}>;
|
|
3248
4691
|
}, z.core.$strict>;
|
|
3249
4692
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3324,10 +4767,15 @@ declare const Domain0ConnectStepChangeEventSchema: z.ZodObject<{
|
|
|
3324
4767
|
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3325
4768
|
createdAt: z.ZodISODateTime;
|
|
3326
4769
|
updatedAt: z.ZodISODateTime;
|
|
3327
|
-
}, z.core.$strict
|
|
4770
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4771
|
+
state: z.ZodLiteral<"manual_required">;
|
|
4772
|
+
}, z.core.$strip>>;
|
|
4773
|
+
sharedFlowId: z.core.$ZodBranded<z.ZodString, "SharedFlowId", "out">;
|
|
4774
|
+
url: z.ZodString;
|
|
4775
|
+
expiresAt: z.ZodISODateTime;
|
|
3328
4776
|
}, z.core.$strict>;
|
|
3329
|
-
declare const
|
|
3330
|
-
type: z.ZodLiteral<"
|
|
4777
|
+
declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
4778
|
+
type: z.ZodLiteral<"dkim_setup_documentation_click">;
|
|
3331
4779
|
connection: z.ZodIntersection<z.ZodObject<{
|
|
3332
4780
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3333
4781
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
@@ -3405,7 +4853,6 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3405
4853
|
automatic: "automatic";
|
|
3406
4854
|
domain_connect: "domain_connect";
|
|
3407
4855
|
manual: "manual";
|
|
3408
|
-
unverified: "unverified";
|
|
3409
4856
|
}>;
|
|
3410
4857
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3411
4858
|
domain_connect: "domain_connect";
|
|
@@ -3419,44 +4866,44 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3419
4866
|
}>>;
|
|
3420
4867
|
capabilities: z.ZodObject<{
|
|
3421
4868
|
rootNSModification: z.ZodEnum<{
|
|
3422
|
-
unverified: "unverified";
|
|
3423
4869
|
supported: "supported";
|
|
3424
4870
|
unsupported: "unsupported";
|
|
4871
|
+
unverified: "unverified";
|
|
3425
4872
|
}>;
|
|
3426
4873
|
subdomainNSModification: z.ZodEnum<{
|
|
3427
|
-
unverified: "unverified";
|
|
3428
4874
|
supported: "supported";
|
|
3429
4875
|
unsupported: "unsupported";
|
|
4876
|
+
unverified: "unverified";
|
|
3430
4877
|
}>;
|
|
3431
4878
|
wwwRedirect: z.ZodEnum<{
|
|
3432
|
-
unverified: "unverified";
|
|
3433
4879
|
supported: "supported";
|
|
3434
4880
|
unsupported: "unsupported";
|
|
4881
|
+
unverified: "unverified";
|
|
3435
4882
|
}>;
|
|
3436
4883
|
cnameFlattening: z.ZodEnum<{
|
|
3437
|
-
unverified: "unverified";
|
|
3438
4884
|
supported: "supported";
|
|
3439
4885
|
unsupported: "unsupported";
|
|
4886
|
+
unverified: "unverified";
|
|
3440
4887
|
}>;
|
|
3441
4888
|
wildcardRecords: z.ZodEnum<{
|
|
3442
|
-
unverified: "unverified";
|
|
3443
4889
|
supported: "supported";
|
|
3444
4890
|
unsupported: "unsupported";
|
|
4891
|
+
unverified: "unverified";
|
|
3445
4892
|
}>;
|
|
3446
4893
|
caaRecords: z.ZodEnum<{
|
|
3447
|
-
unverified: "unverified";
|
|
3448
4894
|
supported: "supported";
|
|
3449
4895
|
unsupported: "unsupported";
|
|
4896
|
+
unverified: "unverified";
|
|
3450
4897
|
}>;
|
|
3451
4898
|
spfRecords: z.ZodEnum<{
|
|
3452
|
-
unverified: "unverified";
|
|
3453
4899
|
supported: "supported";
|
|
3454
4900
|
unsupported: "unsupported";
|
|
4901
|
+
unverified: "unverified";
|
|
3455
4902
|
}>;
|
|
3456
4903
|
socialLogin: z.ZodEnum<{
|
|
3457
|
-
unverified: "unverified";
|
|
3458
4904
|
supported: "supported";
|
|
3459
4905
|
unsupported: "unsupported";
|
|
4906
|
+
unverified: "unverified";
|
|
3460
4907
|
}>;
|
|
3461
4908
|
}, z.core.$strict>;
|
|
3462
4909
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3538,12 +4985,25 @@ declare const Domain0ManualSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
3538
4985
|
createdAt: z.ZodISODateTime;
|
|
3539
4986
|
updatedAt: z.ZodISODateTime;
|
|
3540
4987
|
}, z.core.$strict>, z.ZodObject<{
|
|
3541
|
-
state: z.ZodLiteral<"
|
|
4988
|
+
state: z.ZodLiteral<"active">;
|
|
3542
4989
|
}, z.core.$strip>>;
|
|
4990
|
+
emailProvider: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4991
|
+
id: z.ZodLiteral<"google_workspace">;
|
|
4992
|
+
name: z.ZodLiteral<"Google Workspace">;
|
|
4993
|
+
guideUrl: z.ZodLiteral<"https://support.google.com/a/answer/174124">;
|
|
4994
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4995
|
+
id: z.ZodLiteral<"microsoft_365">;
|
|
4996
|
+
name: z.ZodLiteral<"Microsoft 365">;
|
|
4997
|
+
guideUrl: z.ZodLiteral<"https://learn.microsoft.com/en-us/defender-office-365/email-authentication-dkim-configure">;
|
|
4998
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4999
|
+
id: z.ZodLiteral<"zoho_mail">;
|
|
5000
|
+
name: z.ZodLiteral<"Zoho Mail">;
|
|
5001
|
+
guideUrl: z.ZodLiteral<"https://www.zoho.com/mail/help/adminconsole/dkim-configuration.html">;
|
|
5002
|
+
}, z.core.$strict>], "id">;
|
|
3543
5003
|
}, z.core.$strict>;
|
|
3544
|
-
declare const
|
|
3545
|
-
type: z.ZodLiteral<"
|
|
3546
|
-
connection: z.
|
|
5004
|
+
declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5005
|
+
type: z.ZodLiteral<"success">;
|
|
5006
|
+
connection: z.ZodIntersection<z.ZodObject<{
|
|
3547
5007
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3548
5008
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3549
5009
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -3620,7 +5080,6 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
3620
5080
|
automatic: "automatic";
|
|
3621
5081
|
domain_connect: "domain_connect";
|
|
3622
5082
|
manual: "manual";
|
|
3623
|
-
unverified: "unverified";
|
|
3624
5083
|
}>;
|
|
3625
5084
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3626
5085
|
domain_connect: "domain_connect";
|
|
@@ -3634,44 +5093,44 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
3634
5093
|
}>>;
|
|
3635
5094
|
capabilities: z.ZodObject<{
|
|
3636
5095
|
rootNSModification: z.ZodEnum<{
|
|
3637
|
-
unverified: "unverified";
|
|
3638
5096
|
supported: "supported";
|
|
3639
5097
|
unsupported: "unsupported";
|
|
5098
|
+
unverified: "unverified";
|
|
3640
5099
|
}>;
|
|
3641
5100
|
subdomainNSModification: z.ZodEnum<{
|
|
3642
|
-
unverified: "unverified";
|
|
3643
5101
|
supported: "supported";
|
|
3644
5102
|
unsupported: "unsupported";
|
|
5103
|
+
unverified: "unverified";
|
|
3645
5104
|
}>;
|
|
3646
5105
|
wwwRedirect: z.ZodEnum<{
|
|
3647
|
-
unverified: "unverified";
|
|
3648
5106
|
supported: "supported";
|
|
3649
5107
|
unsupported: "unsupported";
|
|
5108
|
+
unverified: "unverified";
|
|
3650
5109
|
}>;
|
|
3651
5110
|
cnameFlattening: z.ZodEnum<{
|
|
3652
|
-
unverified: "unverified";
|
|
3653
5111
|
supported: "supported";
|
|
3654
5112
|
unsupported: "unsupported";
|
|
5113
|
+
unverified: "unverified";
|
|
3655
5114
|
}>;
|
|
3656
5115
|
wildcardRecords: z.ZodEnum<{
|
|
3657
|
-
unverified: "unverified";
|
|
3658
5116
|
supported: "supported";
|
|
3659
5117
|
unsupported: "unsupported";
|
|
5118
|
+
unverified: "unverified";
|
|
3660
5119
|
}>;
|
|
3661
5120
|
caaRecords: z.ZodEnum<{
|
|
3662
|
-
unverified: "unverified";
|
|
3663
5121
|
supported: "supported";
|
|
3664
5122
|
unsupported: "unsupported";
|
|
5123
|
+
unverified: "unverified";
|
|
3665
5124
|
}>;
|
|
3666
5125
|
spfRecords: z.ZodEnum<{
|
|
3667
|
-
unverified: "unverified";
|
|
3668
5126
|
supported: "supported";
|
|
3669
5127
|
unsupported: "unsupported";
|
|
5128
|
+
unverified: "unverified";
|
|
3670
5129
|
}>;
|
|
3671
5130
|
socialLogin: z.ZodEnum<{
|
|
3672
|
-
unverified: "unverified";
|
|
3673
5131
|
supported: "supported";
|
|
3674
5132
|
unsupported: "unsupported";
|
|
5133
|
+
unverified: "unverified";
|
|
3675
5134
|
}>;
|
|
3676
5135
|
}, z.core.$strict>;
|
|
3677
5136
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3752,33 +5211,12 @@ declare const Domain0RequestCloseEventSchema: z.ZodObject<{
|
|
|
3752
5211
|
optionalFailures: z.ZodArray<z.ZodString>;
|
|
3753
5212
|
createdAt: z.ZodISODateTime;
|
|
3754
5213
|
updatedAt: z.ZodISODateTime;
|
|
3755
|
-
}, z.core.$strict
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
}>, z.ZodEnum<{
|
|
3762
|
-
requested: "requested";
|
|
3763
|
-
authorized: "authorized";
|
|
3764
|
-
planning: "planning";
|
|
3765
|
-
applying: "applying";
|
|
3766
|
-
active: "active";
|
|
3767
|
-
cancelled: "cancelled";
|
|
3768
|
-
detecting_provider: "detecting_provider";
|
|
3769
|
-
provider_selected: "provider_selected";
|
|
3770
|
-
domain_connect_pending: "domain_connect_pending";
|
|
3771
|
-
authorization_pending: "authorization_pending";
|
|
3772
|
-
awaiting_confirmation: "awaiting_confirmation";
|
|
3773
|
-
propagation_pending: "propagation_pending";
|
|
3774
|
-
manual_required: "manual_required";
|
|
3775
|
-
failed_retryable: "failed_retryable";
|
|
3776
|
-
failed_terminal: "failed_terminal";
|
|
3777
|
-
}>]>;
|
|
3778
|
-
}, z.core.$strict>;
|
|
3779
|
-
declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
3780
|
-
type: z.ZodLiteral<"shared_flow_sent">;
|
|
3781
|
-
connection: z.ZodIntersection<z.ZodObject<{
|
|
5214
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5215
|
+
state: z.ZodLiteral<"active">;
|
|
5216
|
+
}, z.core.$strip>>;
|
|
5217
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5218
|
+
type: z.ZodLiteral<"failure">;
|
|
5219
|
+
connection: z.ZodUnion<readonly [z.ZodIntersection<z.ZodObject<{
|
|
3782
5220
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
3783
5221
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
3784
5222
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -3855,7 +5293,6 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
3855
5293
|
automatic: "automatic";
|
|
3856
5294
|
domain_connect: "domain_connect";
|
|
3857
5295
|
manual: "manual";
|
|
3858
|
-
unverified: "unverified";
|
|
3859
5296
|
}>;
|
|
3860
5297
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
3861
5298
|
domain_connect: "domain_connect";
|
|
@@ -3869,44 +5306,44 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
3869
5306
|
}>>;
|
|
3870
5307
|
capabilities: z.ZodObject<{
|
|
3871
5308
|
rootNSModification: z.ZodEnum<{
|
|
3872
|
-
unverified: "unverified";
|
|
3873
5309
|
supported: "supported";
|
|
3874
5310
|
unsupported: "unsupported";
|
|
5311
|
+
unverified: "unverified";
|
|
3875
5312
|
}>;
|
|
3876
5313
|
subdomainNSModification: z.ZodEnum<{
|
|
3877
|
-
unverified: "unverified";
|
|
3878
5314
|
supported: "supported";
|
|
3879
5315
|
unsupported: "unsupported";
|
|
5316
|
+
unverified: "unverified";
|
|
3880
5317
|
}>;
|
|
3881
5318
|
wwwRedirect: z.ZodEnum<{
|
|
3882
|
-
unverified: "unverified";
|
|
3883
5319
|
supported: "supported";
|
|
3884
5320
|
unsupported: "unsupported";
|
|
5321
|
+
unverified: "unverified";
|
|
3885
5322
|
}>;
|
|
3886
5323
|
cnameFlattening: z.ZodEnum<{
|
|
3887
|
-
unverified: "unverified";
|
|
3888
5324
|
supported: "supported";
|
|
3889
5325
|
unsupported: "unsupported";
|
|
5326
|
+
unverified: "unverified";
|
|
3890
5327
|
}>;
|
|
3891
5328
|
wildcardRecords: z.ZodEnum<{
|
|
3892
|
-
unverified: "unverified";
|
|
3893
5329
|
supported: "supported";
|
|
3894
5330
|
unsupported: "unsupported";
|
|
5331
|
+
unverified: "unverified";
|
|
3895
5332
|
}>;
|
|
3896
5333
|
caaRecords: z.ZodEnum<{
|
|
3897
|
-
unverified: "unverified";
|
|
3898
5334
|
supported: "supported";
|
|
3899
5335
|
unsupported: "unsupported";
|
|
5336
|
+
unverified: "unverified";
|
|
3900
5337
|
}>;
|
|
3901
5338
|
spfRecords: z.ZodEnum<{
|
|
3902
|
-
unverified: "unverified";
|
|
3903
5339
|
supported: "supported";
|
|
3904
5340
|
unsupported: "unsupported";
|
|
5341
|
+
unverified: "unverified";
|
|
3905
5342
|
}>;
|
|
3906
5343
|
socialLogin: z.ZodEnum<{
|
|
3907
|
-
unverified: "unverified";
|
|
3908
5344
|
supported: "supported";
|
|
3909
5345
|
unsupported: "unsupported";
|
|
5346
|
+
unverified: "unverified";
|
|
3910
5347
|
}>;
|
|
3911
5348
|
}, z.core.$strict>;
|
|
3912
5349
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -3988,15 +5425,21 @@ declare const Domain0SharedFlowSentEventSchema: z.ZodObject<{
|
|
|
3988
5425
|
createdAt: z.ZodISODateTime;
|
|
3989
5426
|
updatedAt: z.ZodISODateTime;
|
|
3990
5427
|
}, z.core.$strict>, z.ZodObject<{
|
|
3991
|
-
state: z.ZodLiteral<"
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
5428
|
+
state: z.ZodLiteral<"failed_retryable">;
|
|
5429
|
+
failure: z.ZodObject<{
|
|
5430
|
+
code: z.ZodEnum<{
|
|
5431
|
+
provider_snapshot_timeout: "provider_snapshot_timeout";
|
|
5432
|
+
provider_apply_timeout: "provider_apply_timeout";
|
|
5433
|
+
}>;
|
|
5434
|
+
retryable: z.ZodLiteral<true>;
|
|
5435
|
+
resumeState: z.ZodEnum<{
|
|
5436
|
+
authorized: "authorized";
|
|
5437
|
+
applying: "applying";
|
|
5438
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
5439
|
+
}>;
|
|
5440
|
+
occurredAt: z.ZodISODateTime;
|
|
5441
|
+
}, z.core.$strict>;
|
|
5442
|
+
}, z.core.$strip>>, z.ZodIntersection<z.ZodObject<{
|
|
4000
5443
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
4001
5444
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
4002
5445
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -4073,7 +5516,6 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4073
5516
|
automatic: "automatic";
|
|
4074
5517
|
domain_connect: "domain_connect";
|
|
4075
5518
|
manual: "manual";
|
|
4076
|
-
unverified: "unverified";
|
|
4077
5519
|
}>;
|
|
4078
5520
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4079
5521
|
domain_connect: "domain_connect";
|
|
@@ -4087,44 +5529,44 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4087
5529
|
}>>;
|
|
4088
5530
|
capabilities: z.ZodObject<{
|
|
4089
5531
|
rootNSModification: z.ZodEnum<{
|
|
4090
|
-
unverified: "unverified";
|
|
4091
5532
|
supported: "supported";
|
|
4092
5533
|
unsupported: "unsupported";
|
|
5534
|
+
unverified: "unverified";
|
|
4093
5535
|
}>;
|
|
4094
5536
|
subdomainNSModification: z.ZodEnum<{
|
|
4095
|
-
unverified: "unverified";
|
|
4096
5537
|
supported: "supported";
|
|
4097
5538
|
unsupported: "unsupported";
|
|
5539
|
+
unverified: "unverified";
|
|
4098
5540
|
}>;
|
|
4099
5541
|
wwwRedirect: z.ZodEnum<{
|
|
4100
|
-
unverified: "unverified";
|
|
4101
5542
|
supported: "supported";
|
|
4102
5543
|
unsupported: "unsupported";
|
|
5544
|
+
unverified: "unverified";
|
|
4103
5545
|
}>;
|
|
4104
5546
|
cnameFlattening: z.ZodEnum<{
|
|
4105
|
-
unverified: "unverified";
|
|
4106
5547
|
supported: "supported";
|
|
4107
5548
|
unsupported: "unsupported";
|
|
5549
|
+
unverified: "unverified";
|
|
4108
5550
|
}>;
|
|
4109
5551
|
wildcardRecords: z.ZodEnum<{
|
|
4110
|
-
unverified: "unverified";
|
|
4111
5552
|
supported: "supported";
|
|
4112
5553
|
unsupported: "unsupported";
|
|
5554
|
+
unverified: "unverified";
|
|
4113
5555
|
}>;
|
|
4114
5556
|
caaRecords: z.ZodEnum<{
|
|
4115
|
-
unverified: "unverified";
|
|
4116
5557
|
supported: "supported";
|
|
4117
5558
|
unsupported: "unsupported";
|
|
5559
|
+
unverified: "unverified";
|
|
4118
5560
|
}>;
|
|
4119
5561
|
spfRecords: z.ZodEnum<{
|
|
4120
|
-
unverified: "unverified";
|
|
4121
5562
|
supported: "supported";
|
|
4122
5563
|
unsupported: "unsupported";
|
|
5564
|
+
unverified: "unverified";
|
|
4123
5565
|
}>;
|
|
4124
5566
|
socialLogin: z.ZodEnum<{
|
|
4125
|
-
unverified: "unverified";
|
|
4126
5567
|
supported: "supported";
|
|
4127
5568
|
unsupported: "unsupported";
|
|
5569
|
+
unverified: "unverified";
|
|
4128
5570
|
}>;
|
|
4129
5571
|
}, z.core.$strict>;
|
|
4130
5572
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4206,25 +5648,48 @@ declare const Domain0DkimSetupDocumentationClickEventSchema: z.ZodObject<{
|
|
|
4206
5648
|
createdAt: z.ZodISODateTime;
|
|
4207
5649
|
updatedAt: z.ZodISODateTime;
|
|
4208
5650
|
}, z.core.$strict>, z.ZodObject<{
|
|
4209
|
-
state: z.ZodLiteral<"
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
5651
|
+
state: z.ZodLiteral<"failed_terminal">;
|
|
5652
|
+
failure: z.ZodOptional<z.ZodUndefined>;
|
|
5653
|
+
}, z.core.$strip>>]>;
|
|
5654
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5655
|
+
type: z.ZodLiteral<"error">;
|
|
5656
|
+
error: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5657
|
+
source: z.ZodLiteral<"configuration">;
|
|
5658
|
+
code: z.ZodLiteral<"invalid_configuration">;
|
|
5659
|
+
retryable: z.ZodLiteral<false>;
|
|
4215
5660
|
}, z.core.$strict>, z.ZodObject<{
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
5661
|
+
source: z.ZodLiteral<"api">;
|
|
5662
|
+
code: z.ZodEnum<{
|
|
5663
|
+
propagation_pending: "propagation_pending";
|
|
5664
|
+
invalid_request: "invalid_request";
|
|
5665
|
+
unauthorized: "unauthorized";
|
|
5666
|
+
forbidden: "forbidden";
|
|
5667
|
+
not_found: "not_found";
|
|
5668
|
+
conflict: "conflict";
|
|
5669
|
+
rate_limited: "rate_limited";
|
|
5670
|
+
dns_unavailable: "dns_unavailable";
|
|
5671
|
+
provider_unavailable: "provider_unavailable";
|
|
5672
|
+
provider_authorization_failed: "provider_authorization_failed";
|
|
5673
|
+
provider_limitation: "provider_limitation";
|
|
5674
|
+
plan_expired: "plan_expired";
|
|
5675
|
+
internal_error: "internal_error";
|
|
5676
|
+
}>;
|
|
5677
|
+
retryable: z.ZodBoolean;
|
|
5678
|
+
requestId: z.ZodString;
|
|
4219
5679
|
}, z.core.$strict>, z.ZodObject<{
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
}, z.core.$strict
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
5680
|
+
source: z.ZodLiteral<"transport">;
|
|
5681
|
+
code: z.ZodLiteral<"transport_error">;
|
|
5682
|
+
retryable: z.ZodLiteral<true>;
|
|
5683
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5684
|
+
source: z.ZodLiteral<"protocol">;
|
|
5685
|
+
code: z.ZodLiteral<"protocol_error">;
|
|
5686
|
+
retryable: z.ZodLiteral<false>;
|
|
5687
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5688
|
+
source: z.ZodLiteral<"unexpected">;
|
|
5689
|
+
code: z.ZodLiteral<"unexpected_error">;
|
|
5690
|
+
retryable: z.ZodLiteral<false>;
|
|
5691
|
+
}, z.core.$strict>], "source">;
|
|
5692
|
+
connection: z.ZodOptional<z.ZodObject<{
|
|
4228
5693
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
4229
5694
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
4230
5695
|
tenantId: z.core.$ZodBranded<z.ZodString, "TenantId", "out">;
|
|
@@ -4301,7 +5766,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4301
5766
|
automatic: "automatic";
|
|
4302
5767
|
domain_connect: "domain_connect";
|
|
4303
5768
|
manual: "manual";
|
|
4304
|
-
unverified: "unverified";
|
|
4305
5769
|
}>;
|
|
4306
5770
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4307
5771
|
domain_connect: "domain_connect";
|
|
@@ -4315,44 +5779,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4315
5779
|
}>>;
|
|
4316
5780
|
capabilities: z.ZodObject<{
|
|
4317
5781
|
rootNSModification: z.ZodEnum<{
|
|
4318
|
-
unverified: "unverified";
|
|
4319
5782
|
supported: "supported";
|
|
4320
5783
|
unsupported: "unsupported";
|
|
5784
|
+
unverified: "unverified";
|
|
4321
5785
|
}>;
|
|
4322
5786
|
subdomainNSModification: z.ZodEnum<{
|
|
4323
|
-
unverified: "unverified";
|
|
4324
5787
|
supported: "supported";
|
|
4325
5788
|
unsupported: "unsupported";
|
|
5789
|
+
unverified: "unverified";
|
|
4326
5790
|
}>;
|
|
4327
5791
|
wwwRedirect: z.ZodEnum<{
|
|
4328
|
-
unverified: "unverified";
|
|
4329
5792
|
supported: "supported";
|
|
4330
5793
|
unsupported: "unsupported";
|
|
5794
|
+
unverified: "unverified";
|
|
4331
5795
|
}>;
|
|
4332
5796
|
cnameFlattening: z.ZodEnum<{
|
|
4333
|
-
unverified: "unverified";
|
|
4334
5797
|
supported: "supported";
|
|
4335
5798
|
unsupported: "unsupported";
|
|
5799
|
+
unverified: "unverified";
|
|
4336
5800
|
}>;
|
|
4337
5801
|
wildcardRecords: z.ZodEnum<{
|
|
4338
|
-
unverified: "unverified";
|
|
4339
5802
|
supported: "supported";
|
|
4340
5803
|
unsupported: "unsupported";
|
|
5804
|
+
unverified: "unverified";
|
|
4341
5805
|
}>;
|
|
4342
5806
|
caaRecords: z.ZodEnum<{
|
|
4343
|
-
unverified: "unverified";
|
|
4344
5807
|
supported: "supported";
|
|
4345
5808
|
unsupported: "unsupported";
|
|
5809
|
+
unverified: "unverified";
|
|
4346
5810
|
}>;
|
|
4347
5811
|
spfRecords: z.ZodEnum<{
|
|
4348
|
-
unverified: "unverified";
|
|
4349
5812
|
supported: "supported";
|
|
4350
5813
|
unsupported: "unsupported";
|
|
5814
|
+
unverified: "unverified";
|
|
4351
5815
|
}>;
|
|
4352
5816
|
socialLogin: z.ZodEnum<{
|
|
4353
|
-
unverified: "unverified";
|
|
4354
5817
|
supported: "supported";
|
|
4355
5818
|
unsupported: "unsupported";
|
|
5819
|
+
unverified: "unverified";
|
|
4356
5820
|
}>;
|
|
4357
5821
|
}, z.core.$strict>;
|
|
4358
5822
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4433,18 +5897,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4433
5897
|
optionalFailures: z.ZodArray<z.ZodString>;
|
|
4434
5898
|
createdAt: z.ZodISODateTime;
|
|
4435
5899
|
updatedAt: z.ZodISODateTime;
|
|
4436
|
-
}, z.core.$strict
|
|
4437
|
-
|
|
4438
|
-
|
|
5900
|
+
}, z.core.$strict>>;
|
|
5901
|
+
step: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
|
5902
|
+
loading: "loading";
|
|
5903
|
+
provider_detection: "provider_detection";
|
|
5904
|
+
provider_selection: "provider_selection";
|
|
5905
|
+
cancellation_confirmation: "cancellation_confirmation";
|
|
5906
|
+
}>, z.ZodEnum<{
|
|
5907
|
+
requested: "requested";
|
|
5908
|
+
authorized: "authorized";
|
|
5909
|
+
planning: "planning";
|
|
5910
|
+
applying: "applying";
|
|
5911
|
+
active: "active";
|
|
5912
|
+
cancelled: "cancelled";
|
|
5913
|
+
detecting_provider: "detecting_provider";
|
|
5914
|
+
provider_selected: "provider_selected";
|
|
5915
|
+
domain_connect_pending: "domain_connect_pending";
|
|
5916
|
+
authorization_pending: "authorization_pending";
|
|
5917
|
+
awaiting_confirmation: "awaiting_confirmation";
|
|
5918
|
+
propagation_pending: "propagation_pending";
|
|
5919
|
+
manual_required: "manual_required";
|
|
5920
|
+
failed_retryable: "failed_retryable";
|
|
5921
|
+
failed_terminal: "failed_terminal";
|
|
5922
|
+
}>]>>;
|
|
4439
5923
|
}, z.core.$strict>, z.ZodObject<{
|
|
4440
5924
|
type: z.ZodLiteral<"close">;
|
|
4441
|
-
|
|
4442
|
-
|
|
5925
|
+
trigger: z.ZodEnum<{
|
|
5926
|
+
automatic: "automatic";
|
|
4443
5927
|
close_button: "close_button";
|
|
4444
5928
|
escape: "escape";
|
|
4445
5929
|
programmatic: "programmatic";
|
|
4446
5930
|
destroyed: "destroyed";
|
|
4447
5931
|
}>;
|
|
5932
|
+
outcome: z.ZodEnum<{
|
|
5933
|
+
cancelled: "cancelled";
|
|
5934
|
+
success: "success";
|
|
5935
|
+
failure: "failure";
|
|
5936
|
+
incomplete: "incomplete";
|
|
5937
|
+
}>;
|
|
4448
5938
|
connection: z.ZodOptional<z.ZodObject<{
|
|
4449
5939
|
id: z.core.$ZodBranded<z.ZodString, "ConnectionId", "out">;
|
|
4450
5940
|
applicationId: z.core.$ZodBranded<z.ZodString, "ApplicationId", "out">;
|
|
@@ -4522,7 +6012,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4522
6012
|
automatic: "automatic";
|
|
4523
6013
|
domain_connect: "domain_connect";
|
|
4524
6014
|
manual: "manual";
|
|
4525
|
-
unverified: "unverified";
|
|
4526
6015
|
}>;
|
|
4527
6016
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4528
6017
|
domain_connect: "domain_connect";
|
|
@@ -4536,44 +6025,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4536
6025
|
}>>;
|
|
4537
6026
|
capabilities: z.ZodObject<{
|
|
4538
6027
|
rootNSModification: z.ZodEnum<{
|
|
4539
|
-
unverified: "unverified";
|
|
4540
6028
|
supported: "supported";
|
|
4541
6029
|
unsupported: "unsupported";
|
|
6030
|
+
unverified: "unverified";
|
|
4542
6031
|
}>;
|
|
4543
6032
|
subdomainNSModification: z.ZodEnum<{
|
|
4544
|
-
unverified: "unverified";
|
|
4545
6033
|
supported: "supported";
|
|
4546
6034
|
unsupported: "unsupported";
|
|
6035
|
+
unverified: "unverified";
|
|
4547
6036
|
}>;
|
|
4548
6037
|
wwwRedirect: z.ZodEnum<{
|
|
4549
|
-
unverified: "unverified";
|
|
4550
6038
|
supported: "supported";
|
|
4551
6039
|
unsupported: "unsupported";
|
|
6040
|
+
unverified: "unverified";
|
|
4552
6041
|
}>;
|
|
4553
6042
|
cnameFlattening: z.ZodEnum<{
|
|
4554
|
-
unverified: "unverified";
|
|
4555
6043
|
supported: "supported";
|
|
4556
6044
|
unsupported: "unsupported";
|
|
6045
|
+
unverified: "unverified";
|
|
4557
6046
|
}>;
|
|
4558
6047
|
wildcardRecords: z.ZodEnum<{
|
|
4559
|
-
unverified: "unverified";
|
|
4560
6048
|
supported: "supported";
|
|
4561
6049
|
unsupported: "unsupported";
|
|
6050
|
+
unverified: "unverified";
|
|
4562
6051
|
}>;
|
|
4563
6052
|
caaRecords: z.ZodEnum<{
|
|
4564
|
-
unverified: "unverified";
|
|
4565
6053
|
supported: "supported";
|
|
4566
6054
|
unsupported: "unsupported";
|
|
6055
|
+
unverified: "unverified";
|
|
4567
6056
|
}>;
|
|
4568
6057
|
spfRecords: z.ZodEnum<{
|
|
4569
|
-
unverified: "unverified";
|
|
4570
6058
|
supported: "supported";
|
|
4571
6059
|
unsupported: "unsupported";
|
|
6060
|
+
unverified: "unverified";
|
|
4572
6061
|
}>;
|
|
4573
6062
|
socialLogin: z.ZodEnum<{
|
|
4574
|
-
unverified: "unverified";
|
|
4575
6063
|
supported: "supported";
|
|
4576
6064
|
unsupported: "unsupported";
|
|
6065
|
+
unverified: "unverified";
|
|
4577
6066
|
}>;
|
|
4578
6067
|
}, z.core.$strict>;
|
|
4579
6068
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -4677,6 +6166,42 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4677
6166
|
failed_retryable: "failed_retryable";
|
|
4678
6167
|
failed_terminal: "failed_terminal";
|
|
4679
6168
|
}>]>>;
|
|
6169
|
+
error: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
6170
|
+
source: z.ZodLiteral<"configuration">;
|
|
6171
|
+
code: z.ZodLiteral<"invalid_configuration">;
|
|
6172
|
+
retryable: z.ZodLiteral<false>;
|
|
6173
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6174
|
+
source: z.ZodLiteral<"api">;
|
|
6175
|
+
code: z.ZodEnum<{
|
|
6176
|
+
propagation_pending: "propagation_pending";
|
|
6177
|
+
invalid_request: "invalid_request";
|
|
6178
|
+
unauthorized: "unauthorized";
|
|
6179
|
+
forbidden: "forbidden";
|
|
6180
|
+
not_found: "not_found";
|
|
6181
|
+
conflict: "conflict";
|
|
6182
|
+
rate_limited: "rate_limited";
|
|
6183
|
+
dns_unavailable: "dns_unavailable";
|
|
6184
|
+
provider_unavailable: "provider_unavailable";
|
|
6185
|
+
provider_authorization_failed: "provider_authorization_failed";
|
|
6186
|
+
provider_limitation: "provider_limitation";
|
|
6187
|
+
plan_expired: "plan_expired";
|
|
6188
|
+
internal_error: "internal_error";
|
|
6189
|
+
}>;
|
|
6190
|
+
retryable: z.ZodBoolean;
|
|
6191
|
+
requestId: z.ZodString;
|
|
6192
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6193
|
+
source: z.ZodLiteral<"transport">;
|
|
6194
|
+
code: z.ZodLiteral<"transport_error">;
|
|
6195
|
+
retryable: z.ZodLiteral<true>;
|
|
6196
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6197
|
+
source: z.ZodLiteral<"protocol">;
|
|
6198
|
+
code: z.ZodLiteral<"protocol_error">;
|
|
6199
|
+
retryable: z.ZodLiteral<false>;
|
|
6200
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6201
|
+
source: z.ZodLiteral<"unexpected">;
|
|
6202
|
+
code: z.ZodLiteral<"unexpected_error">;
|
|
6203
|
+
retryable: z.ZodLiteral<false>;
|
|
6204
|
+
}, z.core.$strict>], "source">>;
|
|
4680
6205
|
}, z.core.$strict>, z.ZodObject<{
|
|
4681
6206
|
type: z.ZodLiteral<"step_change">;
|
|
4682
6207
|
step: z.ZodUnion<readonly [z.ZodEnum<{
|
|
@@ -4800,7 +6325,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4800
6325
|
automatic: "automatic";
|
|
4801
6326
|
domain_connect: "domain_connect";
|
|
4802
6327
|
manual: "manual";
|
|
4803
|
-
unverified: "unverified";
|
|
4804
6328
|
}>;
|
|
4805
6329
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
4806
6330
|
domain_connect: "domain_connect";
|
|
@@ -4814,44 +6338,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
4814
6338
|
}>>;
|
|
4815
6339
|
capabilities: z.ZodObject<{
|
|
4816
6340
|
rootNSModification: z.ZodEnum<{
|
|
4817
|
-
unverified: "unverified";
|
|
4818
6341
|
supported: "supported";
|
|
4819
6342
|
unsupported: "unsupported";
|
|
6343
|
+
unverified: "unverified";
|
|
4820
6344
|
}>;
|
|
4821
6345
|
subdomainNSModification: z.ZodEnum<{
|
|
4822
|
-
unverified: "unverified";
|
|
4823
6346
|
supported: "supported";
|
|
4824
6347
|
unsupported: "unsupported";
|
|
6348
|
+
unverified: "unverified";
|
|
4825
6349
|
}>;
|
|
4826
6350
|
wwwRedirect: z.ZodEnum<{
|
|
4827
|
-
unverified: "unverified";
|
|
4828
6351
|
supported: "supported";
|
|
4829
6352
|
unsupported: "unsupported";
|
|
6353
|
+
unverified: "unverified";
|
|
4830
6354
|
}>;
|
|
4831
6355
|
cnameFlattening: z.ZodEnum<{
|
|
4832
|
-
unverified: "unverified";
|
|
4833
6356
|
supported: "supported";
|
|
4834
6357
|
unsupported: "unsupported";
|
|
6358
|
+
unverified: "unverified";
|
|
4835
6359
|
}>;
|
|
4836
6360
|
wildcardRecords: z.ZodEnum<{
|
|
4837
|
-
unverified: "unverified";
|
|
4838
6361
|
supported: "supported";
|
|
4839
6362
|
unsupported: "unsupported";
|
|
6363
|
+
unverified: "unverified";
|
|
4840
6364
|
}>;
|
|
4841
6365
|
caaRecords: z.ZodEnum<{
|
|
4842
|
-
unverified: "unverified";
|
|
4843
6366
|
supported: "supported";
|
|
4844
6367
|
unsupported: "unsupported";
|
|
6368
|
+
unverified: "unverified";
|
|
4845
6369
|
}>;
|
|
4846
6370
|
spfRecords: z.ZodEnum<{
|
|
4847
|
-
unverified: "unverified";
|
|
4848
6371
|
supported: "supported";
|
|
4849
6372
|
unsupported: "unsupported";
|
|
6373
|
+
unverified: "unverified";
|
|
4850
6374
|
}>;
|
|
4851
6375
|
socialLogin: z.ZodEnum<{
|
|
4852
|
-
unverified: "unverified";
|
|
4853
6376
|
supported: "supported";
|
|
4854
6377
|
unsupported: "unsupported";
|
|
6378
|
+
unverified: "unverified";
|
|
4855
6379
|
}>;
|
|
4856
6380
|
}, z.core.$strict>;
|
|
4857
6381
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5012,7 +6536,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5012
6536
|
automatic: "automatic";
|
|
5013
6537
|
domain_connect: "domain_connect";
|
|
5014
6538
|
manual: "manual";
|
|
5015
|
-
unverified: "unverified";
|
|
5016
6539
|
}>;
|
|
5017
6540
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5018
6541
|
domain_connect: "domain_connect";
|
|
@@ -5026,44 +6549,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5026
6549
|
}>>;
|
|
5027
6550
|
capabilities: z.ZodObject<{
|
|
5028
6551
|
rootNSModification: z.ZodEnum<{
|
|
5029
|
-
unverified: "unverified";
|
|
5030
6552
|
supported: "supported";
|
|
5031
6553
|
unsupported: "unsupported";
|
|
6554
|
+
unverified: "unverified";
|
|
5032
6555
|
}>;
|
|
5033
6556
|
subdomainNSModification: z.ZodEnum<{
|
|
5034
|
-
unverified: "unverified";
|
|
5035
6557
|
supported: "supported";
|
|
5036
6558
|
unsupported: "unsupported";
|
|
6559
|
+
unverified: "unverified";
|
|
5037
6560
|
}>;
|
|
5038
6561
|
wwwRedirect: z.ZodEnum<{
|
|
5039
|
-
unverified: "unverified";
|
|
5040
6562
|
supported: "supported";
|
|
5041
6563
|
unsupported: "unsupported";
|
|
6564
|
+
unverified: "unverified";
|
|
5042
6565
|
}>;
|
|
5043
6566
|
cnameFlattening: z.ZodEnum<{
|
|
5044
|
-
unverified: "unverified";
|
|
5045
6567
|
supported: "supported";
|
|
5046
6568
|
unsupported: "unsupported";
|
|
6569
|
+
unverified: "unverified";
|
|
5047
6570
|
}>;
|
|
5048
6571
|
wildcardRecords: z.ZodEnum<{
|
|
5049
|
-
unverified: "unverified";
|
|
5050
6572
|
supported: "supported";
|
|
5051
6573
|
unsupported: "unsupported";
|
|
6574
|
+
unverified: "unverified";
|
|
5052
6575
|
}>;
|
|
5053
6576
|
caaRecords: z.ZodEnum<{
|
|
5054
|
-
unverified: "unverified";
|
|
5055
6577
|
supported: "supported";
|
|
5056
6578
|
unsupported: "unsupported";
|
|
6579
|
+
unverified: "unverified";
|
|
5057
6580
|
}>;
|
|
5058
6581
|
spfRecords: z.ZodEnum<{
|
|
5059
|
-
unverified: "unverified";
|
|
5060
6582
|
supported: "supported";
|
|
5061
6583
|
unsupported: "unsupported";
|
|
6584
|
+
unverified: "unverified";
|
|
5062
6585
|
}>;
|
|
5063
6586
|
socialLogin: z.ZodEnum<{
|
|
5064
|
-
unverified: "unverified";
|
|
5065
6587
|
supported: "supported";
|
|
5066
6588
|
unsupported: "unsupported";
|
|
6589
|
+
unverified: "unverified";
|
|
5067
6590
|
}>;
|
|
5068
6591
|
}, z.core.$strict>;
|
|
5069
6592
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5226,7 +6749,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5226
6749
|
automatic: "automatic";
|
|
5227
6750
|
domain_connect: "domain_connect";
|
|
5228
6751
|
manual: "manual";
|
|
5229
|
-
unverified: "unverified";
|
|
5230
6752
|
}>;
|
|
5231
6753
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5232
6754
|
domain_connect: "domain_connect";
|
|
@@ -5240,44 +6762,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5240
6762
|
}>>;
|
|
5241
6763
|
capabilities: z.ZodObject<{
|
|
5242
6764
|
rootNSModification: z.ZodEnum<{
|
|
5243
|
-
unverified: "unverified";
|
|
5244
6765
|
supported: "supported";
|
|
5245
6766
|
unsupported: "unsupported";
|
|
6767
|
+
unverified: "unverified";
|
|
5246
6768
|
}>;
|
|
5247
6769
|
subdomainNSModification: z.ZodEnum<{
|
|
5248
|
-
unverified: "unverified";
|
|
5249
6770
|
supported: "supported";
|
|
5250
6771
|
unsupported: "unsupported";
|
|
6772
|
+
unverified: "unverified";
|
|
5251
6773
|
}>;
|
|
5252
6774
|
wwwRedirect: z.ZodEnum<{
|
|
5253
|
-
unverified: "unverified";
|
|
5254
6775
|
supported: "supported";
|
|
5255
6776
|
unsupported: "unsupported";
|
|
6777
|
+
unverified: "unverified";
|
|
5256
6778
|
}>;
|
|
5257
6779
|
cnameFlattening: z.ZodEnum<{
|
|
5258
|
-
unverified: "unverified";
|
|
5259
6780
|
supported: "supported";
|
|
5260
6781
|
unsupported: "unsupported";
|
|
6782
|
+
unverified: "unverified";
|
|
5261
6783
|
}>;
|
|
5262
6784
|
wildcardRecords: z.ZodEnum<{
|
|
5263
|
-
unverified: "unverified";
|
|
5264
6785
|
supported: "supported";
|
|
5265
6786
|
unsupported: "unsupported";
|
|
6787
|
+
unverified: "unverified";
|
|
5266
6788
|
}>;
|
|
5267
6789
|
caaRecords: z.ZodEnum<{
|
|
5268
|
-
unverified: "unverified";
|
|
5269
6790
|
supported: "supported";
|
|
5270
6791
|
unsupported: "unsupported";
|
|
6792
|
+
unverified: "unverified";
|
|
5271
6793
|
}>;
|
|
5272
6794
|
spfRecords: z.ZodEnum<{
|
|
5273
|
-
unverified: "unverified";
|
|
5274
6795
|
supported: "supported";
|
|
5275
6796
|
unsupported: "unsupported";
|
|
6797
|
+
unverified: "unverified";
|
|
5276
6798
|
}>;
|
|
5277
6799
|
socialLogin: z.ZodEnum<{
|
|
5278
|
-
unverified: "unverified";
|
|
5279
6800
|
supported: "supported";
|
|
5280
6801
|
unsupported: "unsupported";
|
|
6802
|
+
unverified: "unverified";
|
|
5281
6803
|
}>;
|
|
5282
6804
|
}, z.core.$strict>;
|
|
5283
6805
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5460,7 +6982,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5460
6982
|
automatic: "automatic";
|
|
5461
6983
|
domain_connect: "domain_connect";
|
|
5462
6984
|
manual: "manual";
|
|
5463
|
-
unverified: "unverified";
|
|
5464
6985
|
}>;
|
|
5465
6986
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5466
6987
|
domain_connect: "domain_connect";
|
|
@@ -5474,44 +6995,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5474
6995
|
}>>;
|
|
5475
6996
|
capabilities: z.ZodObject<{
|
|
5476
6997
|
rootNSModification: z.ZodEnum<{
|
|
5477
|
-
unverified: "unverified";
|
|
5478
6998
|
supported: "supported";
|
|
5479
6999
|
unsupported: "unsupported";
|
|
7000
|
+
unverified: "unverified";
|
|
5480
7001
|
}>;
|
|
5481
7002
|
subdomainNSModification: z.ZodEnum<{
|
|
5482
|
-
unverified: "unverified";
|
|
5483
7003
|
supported: "supported";
|
|
5484
7004
|
unsupported: "unsupported";
|
|
7005
|
+
unverified: "unverified";
|
|
5485
7006
|
}>;
|
|
5486
7007
|
wwwRedirect: z.ZodEnum<{
|
|
5487
|
-
unverified: "unverified";
|
|
5488
7008
|
supported: "supported";
|
|
5489
7009
|
unsupported: "unsupported";
|
|
7010
|
+
unverified: "unverified";
|
|
5490
7011
|
}>;
|
|
5491
7012
|
cnameFlattening: z.ZodEnum<{
|
|
5492
|
-
unverified: "unverified";
|
|
5493
7013
|
supported: "supported";
|
|
5494
7014
|
unsupported: "unsupported";
|
|
7015
|
+
unverified: "unverified";
|
|
5495
7016
|
}>;
|
|
5496
7017
|
wildcardRecords: z.ZodEnum<{
|
|
5497
|
-
unverified: "unverified";
|
|
5498
7018
|
supported: "supported";
|
|
5499
7019
|
unsupported: "unsupported";
|
|
7020
|
+
unverified: "unverified";
|
|
5500
7021
|
}>;
|
|
5501
7022
|
caaRecords: z.ZodEnum<{
|
|
5502
|
-
unverified: "unverified";
|
|
5503
7023
|
supported: "supported";
|
|
5504
7024
|
unsupported: "unsupported";
|
|
7025
|
+
unverified: "unverified";
|
|
5505
7026
|
}>;
|
|
5506
7027
|
spfRecords: z.ZodEnum<{
|
|
5507
|
-
unverified: "unverified";
|
|
5508
7028
|
supported: "supported";
|
|
5509
7029
|
unsupported: "unsupported";
|
|
7030
|
+
unverified: "unverified";
|
|
5510
7031
|
}>;
|
|
5511
7032
|
socialLogin: z.ZodEnum<{
|
|
5512
|
-
unverified: "unverified";
|
|
5513
7033
|
supported: "supported";
|
|
5514
7034
|
unsupported: "unsupported";
|
|
7035
|
+
unverified: "unverified";
|
|
5515
7036
|
}>;
|
|
5516
7037
|
}, z.core.$strict>;
|
|
5517
7038
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5677,7 +7198,6 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5677
7198
|
automatic: "automatic";
|
|
5678
7199
|
domain_connect: "domain_connect";
|
|
5679
7200
|
manual: "manual";
|
|
5680
|
-
unverified: "unverified";
|
|
5681
7201
|
}>;
|
|
5682
7202
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
5683
7203
|
domain_connect: "domain_connect";
|
|
@@ -5691,44 +7211,44 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5691
7211
|
}>>;
|
|
5692
7212
|
capabilities: z.ZodObject<{
|
|
5693
7213
|
rootNSModification: z.ZodEnum<{
|
|
5694
|
-
unverified: "unverified";
|
|
5695
7214
|
supported: "supported";
|
|
5696
7215
|
unsupported: "unsupported";
|
|
7216
|
+
unverified: "unverified";
|
|
5697
7217
|
}>;
|
|
5698
7218
|
subdomainNSModification: z.ZodEnum<{
|
|
5699
|
-
unverified: "unverified";
|
|
5700
7219
|
supported: "supported";
|
|
5701
7220
|
unsupported: "unsupported";
|
|
7221
|
+
unverified: "unverified";
|
|
5702
7222
|
}>;
|
|
5703
7223
|
wwwRedirect: z.ZodEnum<{
|
|
5704
|
-
unverified: "unverified";
|
|
5705
7224
|
supported: "supported";
|
|
5706
7225
|
unsupported: "unsupported";
|
|
7226
|
+
unverified: "unverified";
|
|
5707
7227
|
}>;
|
|
5708
7228
|
cnameFlattening: z.ZodEnum<{
|
|
5709
|
-
unverified: "unverified";
|
|
5710
7229
|
supported: "supported";
|
|
5711
7230
|
unsupported: "unsupported";
|
|
7231
|
+
unverified: "unverified";
|
|
5712
7232
|
}>;
|
|
5713
7233
|
wildcardRecords: z.ZodEnum<{
|
|
5714
|
-
unverified: "unverified";
|
|
5715
7234
|
supported: "supported";
|
|
5716
7235
|
unsupported: "unsupported";
|
|
7236
|
+
unverified: "unverified";
|
|
5717
7237
|
}>;
|
|
5718
7238
|
caaRecords: z.ZodEnum<{
|
|
5719
|
-
unverified: "unverified";
|
|
5720
7239
|
supported: "supported";
|
|
5721
7240
|
unsupported: "unsupported";
|
|
7241
|
+
unverified: "unverified";
|
|
5722
7242
|
}>;
|
|
5723
7243
|
spfRecords: z.ZodEnum<{
|
|
5724
|
-
unverified: "unverified";
|
|
5725
7244
|
supported: "supported";
|
|
5726
7245
|
unsupported: "unsupported";
|
|
7246
|
+
unverified: "unverified";
|
|
5727
7247
|
}>;
|
|
5728
7248
|
socialLogin: z.ZodEnum<{
|
|
5729
|
-
unverified: "unverified";
|
|
5730
7249
|
supported: "supported";
|
|
5731
7250
|
unsupported: "unsupported";
|
|
7251
|
+
unverified: "unverified";
|
|
5732
7252
|
}>;
|
|
5733
7253
|
}, z.core.$strict>;
|
|
5734
7254
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -5828,6 +7348,8 @@ declare const Domain0ConnectEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5828
7348
|
}, z.core.$strict>], "type">;
|
|
5829
7349
|
type Domain0ConnectEvent = z.infer<typeof Domain0ConnectEventSchema>;
|
|
5830
7350
|
type Domain0ConnectSuccessEvent = z.infer<typeof Domain0ConnectSuccessEventSchema>;
|
|
7351
|
+
type Domain0ConnectFailureEvent = z.infer<typeof Domain0ConnectFailureEventSchema>;
|
|
7352
|
+
type Domain0ConnectErrorEvent = z.infer<typeof Domain0ConnectErrorEventSchema>;
|
|
5831
7353
|
type Domain0ConnectCloseEvent = z.infer<typeof Domain0ConnectCloseEventSchema>;
|
|
5832
7354
|
type Domain0ConnectStepChangeEvent = z.infer<typeof Domain0ConnectStepChangeEventSchema>;
|
|
5833
7355
|
type Domain0ManualSetupDocumentationClickEvent = z.infer<typeof Domain0ManualSetupDocumentationClickEventSchema>;
|
|
@@ -6626,7 +8148,6 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
6626
8148
|
automatic: "automatic";
|
|
6627
8149
|
domain_connect: "domain_connect";
|
|
6628
8150
|
manual: "manual";
|
|
6629
|
-
unverified: "unverified";
|
|
6630
8151
|
}>;
|
|
6631
8152
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6632
8153
|
domain_connect: "domain_connect";
|
|
@@ -6640,44 +8161,44 @@ declare const DomainProviderCandidateSchema: z.ZodObject<{
|
|
|
6640
8161
|
}>>;
|
|
6641
8162
|
capabilities: z.ZodObject<{
|
|
6642
8163
|
rootNSModification: z.ZodEnum<{
|
|
6643
|
-
unverified: "unverified";
|
|
6644
8164
|
supported: "supported";
|
|
6645
8165
|
unsupported: "unsupported";
|
|
8166
|
+
unverified: "unverified";
|
|
6646
8167
|
}>;
|
|
6647
8168
|
subdomainNSModification: z.ZodEnum<{
|
|
6648
|
-
unverified: "unverified";
|
|
6649
8169
|
supported: "supported";
|
|
6650
8170
|
unsupported: "unsupported";
|
|
8171
|
+
unverified: "unverified";
|
|
6651
8172
|
}>;
|
|
6652
8173
|
wwwRedirect: z.ZodEnum<{
|
|
6653
|
-
unverified: "unverified";
|
|
6654
8174
|
supported: "supported";
|
|
6655
8175
|
unsupported: "unsupported";
|
|
8176
|
+
unverified: "unverified";
|
|
6656
8177
|
}>;
|
|
6657
8178
|
cnameFlattening: z.ZodEnum<{
|
|
6658
|
-
unverified: "unverified";
|
|
6659
8179
|
supported: "supported";
|
|
6660
8180
|
unsupported: "unsupported";
|
|
8181
|
+
unverified: "unverified";
|
|
6661
8182
|
}>;
|
|
6662
8183
|
wildcardRecords: z.ZodEnum<{
|
|
6663
|
-
unverified: "unverified";
|
|
6664
8184
|
supported: "supported";
|
|
6665
8185
|
unsupported: "unsupported";
|
|
8186
|
+
unverified: "unverified";
|
|
6666
8187
|
}>;
|
|
6667
8188
|
caaRecords: z.ZodEnum<{
|
|
6668
|
-
unverified: "unverified";
|
|
6669
8189
|
supported: "supported";
|
|
6670
8190
|
unsupported: "unsupported";
|
|
8191
|
+
unverified: "unverified";
|
|
6671
8192
|
}>;
|
|
6672
8193
|
spfRecords: z.ZodEnum<{
|
|
6673
|
-
unverified: "unverified";
|
|
6674
8194
|
supported: "supported";
|
|
6675
8195
|
unsupported: "unsupported";
|
|
8196
|
+
unverified: "unverified";
|
|
6676
8197
|
}>;
|
|
6677
8198
|
socialLogin: z.ZodEnum<{
|
|
6678
|
-
unverified: "unverified";
|
|
6679
8199
|
supported: "supported";
|
|
6680
8200
|
unsupported: "unsupported";
|
|
8201
|
+
unverified: "unverified";
|
|
6681
8202
|
}>;
|
|
6682
8203
|
}, z.core.$strict>;
|
|
6683
8204
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6807,7 +8328,6 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6807
8328
|
automatic: "automatic";
|
|
6808
8329
|
domain_connect: "domain_connect";
|
|
6809
8330
|
manual: "manual";
|
|
6810
|
-
unverified: "unverified";
|
|
6811
8331
|
}>;
|
|
6812
8332
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6813
8333
|
domain_connect: "domain_connect";
|
|
@@ -6821,44 +8341,44 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6821
8341
|
}>>;
|
|
6822
8342
|
capabilities: z.ZodObject<{
|
|
6823
8343
|
rootNSModification: z.ZodEnum<{
|
|
6824
|
-
unverified: "unverified";
|
|
6825
8344
|
supported: "supported";
|
|
6826
8345
|
unsupported: "unsupported";
|
|
8346
|
+
unverified: "unverified";
|
|
6827
8347
|
}>;
|
|
6828
8348
|
subdomainNSModification: z.ZodEnum<{
|
|
6829
|
-
unverified: "unverified";
|
|
6830
8349
|
supported: "supported";
|
|
6831
8350
|
unsupported: "unsupported";
|
|
8351
|
+
unverified: "unverified";
|
|
6832
8352
|
}>;
|
|
6833
8353
|
wwwRedirect: z.ZodEnum<{
|
|
6834
|
-
unverified: "unverified";
|
|
6835
8354
|
supported: "supported";
|
|
6836
8355
|
unsupported: "unsupported";
|
|
8356
|
+
unverified: "unverified";
|
|
6837
8357
|
}>;
|
|
6838
8358
|
cnameFlattening: z.ZodEnum<{
|
|
6839
|
-
unverified: "unverified";
|
|
6840
8359
|
supported: "supported";
|
|
6841
8360
|
unsupported: "unsupported";
|
|
8361
|
+
unverified: "unverified";
|
|
6842
8362
|
}>;
|
|
6843
8363
|
wildcardRecords: z.ZodEnum<{
|
|
6844
|
-
unverified: "unverified";
|
|
6845
8364
|
supported: "supported";
|
|
6846
8365
|
unsupported: "unsupported";
|
|
8366
|
+
unverified: "unverified";
|
|
6847
8367
|
}>;
|
|
6848
8368
|
caaRecords: z.ZodEnum<{
|
|
6849
|
-
unverified: "unverified";
|
|
6850
8369
|
supported: "supported";
|
|
6851
8370
|
unsupported: "unsupported";
|
|
8371
|
+
unverified: "unverified";
|
|
6852
8372
|
}>;
|
|
6853
8373
|
spfRecords: z.ZodEnum<{
|
|
6854
|
-
unverified: "unverified";
|
|
6855
8374
|
supported: "supported";
|
|
6856
8375
|
unsupported: "unsupported";
|
|
8376
|
+
unverified: "unverified";
|
|
6857
8377
|
}>;
|
|
6858
8378
|
socialLogin: z.ZodEnum<{
|
|
6859
|
-
unverified: "unverified";
|
|
6860
8379
|
supported: "supported";
|
|
6861
8380
|
unsupported: "unsupported";
|
|
8381
|
+
unverified: "unverified";
|
|
6862
8382
|
}>;
|
|
6863
8383
|
}, z.core.$strict>;
|
|
6864
8384
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -6886,7 +8406,6 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6886
8406
|
automatic: "automatic";
|
|
6887
8407
|
domain_connect: "domain_connect";
|
|
6888
8408
|
manual: "manual";
|
|
6889
|
-
unverified: "unverified";
|
|
6890
8409
|
}>;
|
|
6891
8410
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
6892
8411
|
domain_connect: "domain_connect";
|
|
@@ -6900,44 +8419,44 @@ declare const CheckDomainResponseSchema: z.ZodObject<{
|
|
|
6900
8419
|
}>>;
|
|
6901
8420
|
capabilities: z.ZodObject<{
|
|
6902
8421
|
rootNSModification: z.ZodEnum<{
|
|
6903
|
-
unverified: "unverified";
|
|
6904
8422
|
supported: "supported";
|
|
6905
8423
|
unsupported: "unsupported";
|
|
8424
|
+
unverified: "unverified";
|
|
6906
8425
|
}>;
|
|
6907
8426
|
subdomainNSModification: z.ZodEnum<{
|
|
6908
|
-
unverified: "unverified";
|
|
6909
8427
|
supported: "supported";
|
|
6910
8428
|
unsupported: "unsupported";
|
|
8429
|
+
unverified: "unverified";
|
|
6911
8430
|
}>;
|
|
6912
8431
|
wwwRedirect: z.ZodEnum<{
|
|
6913
|
-
unverified: "unverified";
|
|
6914
8432
|
supported: "supported";
|
|
6915
8433
|
unsupported: "unsupported";
|
|
8434
|
+
unverified: "unverified";
|
|
6916
8435
|
}>;
|
|
6917
8436
|
cnameFlattening: z.ZodEnum<{
|
|
6918
|
-
unverified: "unverified";
|
|
6919
8437
|
supported: "supported";
|
|
6920
8438
|
unsupported: "unsupported";
|
|
8439
|
+
unverified: "unverified";
|
|
6921
8440
|
}>;
|
|
6922
8441
|
wildcardRecords: z.ZodEnum<{
|
|
6923
|
-
unverified: "unverified";
|
|
6924
8442
|
supported: "supported";
|
|
6925
8443
|
unsupported: "unsupported";
|
|
8444
|
+
unverified: "unverified";
|
|
6926
8445
|
}>;
|
|
6927
8446
|
caaRecords: z.ZodEnum<{
|
|
6928
|
-
unverified: "unverified";
|
|
6929
8447
|
supported: "supported";
|
|
6930
8448
|
unsupported: "unsupported";
|
|
8449
|
+
unverified: "unverified";
|
|
6931
8450
|
}>;
|
|
6932
8451
|
spfRecords: z.ZodEnum<{
|
|
6933
|
-
unverified: "unverified";
|
|
6934
8452
|
supported: "supported";
|
|
6935
8453
|
unsupported: "unsupported";
|
|
8454
|
+
unverified: "unverified";
|
|
6936
8455
|
}>;
|
|
6937
8456
|
socialLogin: z.ZodEnum<{
|
|
6938
|
-
unverified: "unverified";
|
|
6939
8457
|
supported: "supported";
|
|
6940
8458
|
unsupported: "unsupported";
|
|
8459
|
+
unverified: "unverified";
|
|
6941
8460
|
}>;
|
|
6942
8461
|
}, z.core.$strict>;
|
|
6943
8462
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -7103,7 +8622,6 @@ declare const ProviderImplementationSchema: z.ZodEnum<{
|
|
|
7103
8622
|
automatic: "automatic";
|
|
7104
8623
|
domain_connect: "domain_connect";
|
|
7105
8624
|
manual: "manual";
|
|
7106
|
-
unverified: "unverified";
|
|
7107
8625
|
}>;
|
|
7108
8626
|
type ProviderImplementation = z.infer<typeof ProviderImplementationSchema>;
|
|
7109
8627
|
declare const AuthorizationMethodSchema: z.ZodEnum<{
|
|
@@ -7119,44 +8637,44 @@ declare const AuthorizationMethodSchema: z.ZodEnum<{
|
|
|
7119
8637
|
type AuthorizationMethod = z.infer<typeof AuthorizationMethodSchema>;
|
|
7120
8638
|
declare const ProviderCapabilitiesSchema: z.ZodObject<{
|
|
7121
8639
|
rootNSModification: z.ZodEnum<{
|
|
7122
|
-
unverified: "unverified";
|
|
7123
8640
|
supported: "supported";
|
|
7124
8641
|
unsupported: "unsupported";
|
|
8642
|
+
unverified: "unverified";
|
|
7125
8643
|
}>;
|
|
7126
8644
|
subdomainNSModification: z.ZodEnum<{
|
|
7127
|
-
unverified: "unverified";
|
|
7128
8645
|
supported: "supported";
|
|
7129
8646
|
unsupported: "unsupported";
|
|
8647
|
+
unverified: "unverified";
|
|
7130
8648
|
}>;
|
|
7131
8649
|
wwwRedirect: z.ZodEnum<{
|
|
7132
|
-
unverified: "unverified";
|
|
7133
8650
|
supported: "supported";
|
|
7134
8651
|
unsupported: "unsupported";
|
|
8652
|
+
unverified: "unverified";
|
|
7135
8653
|
}>;
|
|
7136
8654
|
cnameFlattening: z.ZodEnum<{
|
|
7137
|
-
unverified: "unverified";
|
|
7138
8655
|
supported: "supported";
|
|
7139
8656
|
unsupported: "unsupported";
|
|
8657
|
+
unverified: "unverified";
|
|
7140
8658
|
}>;
|
|
7141
8659
|
wildcardRecords: z.ZodEnum<{
|
|
7142
|
-
unverified: "unverified";
|
|
7143
8660
|
supported: "supported";
|
|
7144
8661
|
unsupported: "unsupported";
|
|
8662
|
+
unverified: "unverified";
|
|
7145
8663
|
}>;
|
|
7146
8664
|
caaRecords: z.ZodEnum<{
|
|
7147
|
-
unverified: "unverified";
|
|
7148
8665
|
supported: "supported";
|
|
7149
8666
|
unsupported: "unsupported";
|
|
8667
|
+
unverified: "unverified";
|
|
7150
8668
|
}>;
|
|
7151
8669
|
spfRecords: z.ZodEnum<{
|
|
7152
|
-
unverified: "unverified";
|
|
7153
8670
|
supported: "supported";
|
|
7154
8671
|
unsupported: "unsupported";
|
|
8672
|
+
unverified: "unverified";
|
|
7155
8673
|
}>;
|
|
7156
8674
|
socialLogin: z.ZodEnum<{
|
|
7157
|
-
unverified: "unverified";
|
|
7158
8675
|
supported: "supported";
|
|
7159
8676
|
unsupported: "unsupported";
|
|
8677
|
+
unverified: "unverified";
|
|
7160
8678
|
}>;
|
|
7161
8679
|
}, z.core.$strict>;
|
|
7162
8680
|
type ProviderCapabilities = z.infer<typeof ProviderCapabilitiesSchema>;
|
|
@@ -7185,7 +8703,6 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
7185
8703
|
automatic: "automatic";
|
|
7186
8704
|
domain_connect: "domain_connect";
|
|
7187
8705
|
manual: "manual";
|
|
7188
|
-
unverified: "unverified";
|
|
7189
8706
|
}>;
|
|
7190
8707
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
7191
8708
|
domain_connect: "domain_connect";
|
|
@@ -7199,44 +8716,44 @@ declare const ProviderSchema: z.ZodObject<{
|
|
|
7199
8716
|
}>>;
|
|
7200
8717
|
capabilities: z.ZodObject<{
|
|
7201
8718
|
rootNSModification: z.ZodEnum<{
|
|
7202
|
-
unverified: "unverified";
|
|
7203
8719
|
supported: "supported";
|
|
7204
8720
|
unsupported: "unsupported";
|
|
8721
|
+
unverified: "unverified";
|
|
7205
8722
|
}>;
|
|
7206
8723
|
subdomainNSModification: z.ZodEnum<{
|
|
7207
|
-
unverified: "unverified";
|
|
7208
8724
|
supported: "supported";
|
|
7209
8725
|
unsupported: "unsupported";
|
|
8726
|
+
unverified: "unverified";
|
|
7210
8727
|
}>;
|
|
7211
8728
|
wwwRedirect: z.ZodEnum<{
|
|
7212
|
-
unverified: "unverified";
|
|
7213
8729
|
supported: "supported";
|
|
7214
8730
|
unsupported: "unsupported";
|
|
8731
|
+
unverified: "unverified";
|
|
7215
8732
|
}>;
|
|
7216
8733
|
cnameFlattening: z.ZodEnum<{
|
|
7217
|
-
unverified: "unverified";
|
|
7218
8734
|
supported: "supported";
|
|
7219
8735
|
unsupported: "unsupported";
|
|
8736
|
+
unverified: "unverified";
|
|
7220
8737
|
}>;
|
|
7221
8738
|
wildcardRecords: z.ZodEnum<{
|
|
7222
|
-
unverified: "unverified";
|
|
7223
8739
|
supported: "supported";
|
|
7224
8740
|
unsupported: "unsupported";
|
|
8741
|
+
unverified: "unverified";
|
|
7225
8742
|
}>;
|
|
7226
8743
|
caaRecords: z.ZodEnum<{
|
|
7227
|
-
unverified: "unverified";
|
|
7228
8744
|
supported: "supported";
|
|
7229
8745
|
unsupported: "unsupported";
|
|
8746
|
+
unverified: "unverified";
|
|
7230
8747
|
}>;
|
|
7231
8748
|
spfRecords: z.ZodEnum<{
|
|
7232
|
-
unverified: "unverified";
|
|
7233
8749
|
supported: "supported";
|
|
7234
8750
|
unsupported: "unsupported";
|
|
8751
|
+
unverified: "unverified";
|
|
7235
8752
|
}>;
|
|
7236
8753
|
socialLogin: z.ZodEnum<{
|
|
7237
|
-
unverified: "unverified";
|
|
7238
8754
|
supported: "supported";
|
|
7239
8755
|
unsupported: "unsupported";
|
|
8756
|
+
unverified: "unverified";
|
|
7240
8757
|
}>;
|
|
7241
8758
|
}, z.core.$strict>;
|
|
7242
8759
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -7263,7 +8780,6 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
7263
8780
|
automatic: "automatic";
|
|
7264
8781
|
domain_connect: "domain_connect";
|
|
7265
8782
|
manual: "manual";
|
|
7266
|
-
unverified: "unverified";
|
|
7267
8783
|
}>;
|
|
7268
8784
|
availableAuthorizationMethods: z.ZodArray<z.ZodEnum<{
|
|
7269
8785
|
domain_connect: "domain_connect";
|
|
@@ -7277,44 +8793,44 @@ declare const ListProvidersResponseSchema: z.ZodObject<{
|
|
|
7277
8793
|
}>>;
|
|
7278
8794
|
capabilities: z.ZodObject<{
|
|
7279
8795
|
rootNSModification: z.ZodEnum<{
|
|
7280
|
-
unverified: "unverified";
|
|
7281
8796
|
supported: "supported";
|
|
7282
8797
|
unsupported: "unsupported";
|
|
8798
|
+
unverified: "unverified";
|
|
7283
8799
|
}>;
|
|
7284
8800
|
subdomainNSModification: z.ZodEnum<{
|
|
7285
|
-
unverified: "unverified";
|
|
7286
8801
|
supported: "supported";
|
|
7287
8802
|
unsupported: "unsupported";
|
|
8803
|
+
unverified: "unverified";
|
|
7288
8804
|
}>;
|
|
7289
8805
|
wwwRedirect: z.ZodEnum<{
|
|
7290
|
-
unverified: "unverified";
|
|
7291
8806
|
supported: "supported";
|
|
7292
8807
|
unsupported: "unsupported";
|
|
8808
|
+
unverified: "unverified";
|
|
7293
8809
|
}>;
|
|
7294
8810
|
cnameFlattening: z.ZodEnum<{
|
|
7295
|
-
unverified: "unverified";
|
|
7296
8811
|
supported: "supported";
|
|
7297
8812
|
unsupported: "unsupported";
|
|
8813
|
+
unverified: "unverified";
|
|
7298
8814
|
}>;
|
|
7299
8815
|
wildcardRecords: z.ZodEnum<{
|
|
7300
|
-
unverified: "unverified";
|
|
7301
8816
|
supported: "supported";
|
|
7302
8817
|
unsupported: "unsupported";
|
|
8818
|
+
unverified: "unverified";
|
|
7303
8819
|
}>;
|
|
7304
8820
|
caaRecords: z.ZodEnum<{
|
|
7305
|
-
unverified: "unverified";
|
|
7306
8821
|
supported: "supported";
|
|
7307
8822
|
unsupported: "unsupported";
|
|
8823
|
+
unverified: "unverified";
|
|
7308
8824
|
}>;
|
|
7309
8825
|
spfRecords: z.ZodEnum<{
|
|
7310
|
-
unverified: "unverified";
|
|
7311
8826
|
supported: "supported";
|
|
7312
8827
|
unsupported: "unsupported";
|
|
8828
|
+
unverified: "unverified";
|
|
7313
8829
|
}>;
|
|
7314
8830
|
socialLogin: z.ZodEnum<{
|
|
7315
|
-
unverified: "unverified";
|
|
7316
8831
|
supported: "supported";
|
|
7317
8832
|
unsupported: "unsupported";
|
|
8833
|
+
unverified: "unverified";
|
|
7318
8834
|
}>;
|
|
7319
8835
|
}, z.core.$strict>;
|
|
7320
8836
|
detection: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
@@ -7339,7 +8855,6 @@ declare const ProviderHealthStatusSchema: z.ZodEnum<{
|
|
|
7339
8855
|
}>;
|
|
7340
8856
|
type ProviderHealthStatus = z.infer<typeof ProviderHealthStatusSchema>;
|
|
7341
8857
|
declare const ProviderHealthReasonSchema: z.ZodEnum<{
|
|
7342
|
-
unverified: "unverified";
|
|
7343
8858
|
automatic_ready: "automatic_ready";
|
|
7344
8859
|
domain_connect_ready: "domain_connect_ready";
|
|
7345
8860
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -7355,7 +8870,6 @@ declare const ProviderHealthSchema: z.ZodObject<{
|
|
|
7355
8870
|
operational: "operational";
|
|
7356
8871
|
}>;
|
|
7357
8872
|
reason: z.ZodEnum<{
|
|
7358
|
-
unverified: "unverified";
|
|
7359
8873
|
automatic_ready: "automatic_ready";
|
|
7360
8874
|
domain_connect_ready: "domain_connect_ready";
|
|
7361
8875
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -7375,7 +8889,6 @@ declare const ProviderHealthResponseSchema: z.ZodObject<{
|
|
|
7375
8889
|
operational: "operational";
|
|
7376
8890
|
}>;
|
|
7377
8891
|
reason: z.ZodEnum<{
|
|
7378
|
-
unverified: "unverified";
|
|
7379
8892
|
automatic_ready: "automatic_ready";
|
|
7380
8893
|
domain_connect_ready: "domain_connect_ready";
|
|
7381
8894
|
runtime_authorization_unavailable: "runtime_authorization_unavailable";
|
|
@@ -7936,5 +9449,5 @@ interface VerifyDomain0WebhookInput {
|
|
|
7936
9449
|
}
|
|
7937
9450
|
declare function verifyDomain0Webhook(input: VerifyDomain0WebhookInput): Promise<Domain0WebhookEvent>;
|
|
7938
9451
|
//#endregion
|
|
7939
|
-
export { Domain0SetupPolicy as $,
|
|
7940
|
-
//# sourceMappingURL=index-
|
|
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 };
|
|
9453
|
+
//# sourceMappingURL=index-Cw7qOvHn.d.cts.map
|