@authhero/adapter-interfaces 0.145.0 → 0.147.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.
|
@@ -14729,16 +14729,19 @@ declare const socialField: z.ZodObject<{
|
|
|
14729
14729
|
strategy: z.ZodOptional<z.ZodString>;
|
|
14730
14730
|
display_name: z.ZodOptional<z.ZodString>;
|
|
14731
14731
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
14732
|
+
href: z.ZodOptional<z.ZodString>;
|
|
14732
14733
|
}, "strip", z.ZodTypeAny, {
|
|
14733
14734
|
name: string;
|
|
14734
14735
|
icon_url?: string | undefined;
|
|
14735
14736
|
display_name?: string | undefined;
|
|
14736
14737
|
strategy?: string | undefined;
|
|
14738
|
+
href?: string | undefined;
|
|
14737
14739
|
}, {
|
|
14738
14740
|
name: string;
|
|
14739
14741
|
icon_url?: string | undefined;
|
|
14740
14742
|
display_name?: string | undefined;
|
|
14741
14743
|
strategy?: string | undefined;
|
|
14744
|
+
href?: string | undefined;
|
|
14742
14745
|
}>, "many">>;
|
|
14743
14746
|
}, "strip", z.ZodTypeAny, {
|
|
14744
14747
|
providers?: string[] | undefined;
|
|
@@ -14747,6 +14750,7 @@ declare const socialField: z.ZodObject<{
|
|
|
14747
14750
|
icon_url?: string | undefined;
|
|
14748
14751
|
display_name?: string | undefined;
|
|
14749
14752
|
strategy?: string | undefined;
|
|
14753
|
+
href?: string | undefined;
|
|
14750
14754
|
}[] | undefined;
|
|
14751
14755
|
}, {
|
|
14752
14756
|
providers?: string[] | undefined;
|
|
@@ -14755,6 +14759,7 @@ declare const socialField: z.ZodObject<{
|
|
|
14755
14759
|
icon_url?: string | undefined;
|
|
14756
14760
|
display_name?: string | undefined;
|
|
14757
14761
|
strategy?: string | undefined;
|
|
14762
|
+
href?: string | undefined;
|
|
14758
14763
|
}[] | undefined;
|
|
14759
14764
|
}>>;
|
|
14760
14765
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14770,6 +14775,7 @@ declare const socialField: z.ZodObject<{
|
|
|
14770
14775
|
icon_url?: string | undefined;
|
|
14771
14776
|
display_name?: string | undefined;
|
|
14772
14777
|
strategy?: string | undefined;
|
|
14778
|
+
href?: string | undefined;
|
|
14773
14779
|
}[] | undefined;
|
|
14774
14780
|
} | undefined;
|
|
14775
14781
|
sensitive?: boolean | undefined;
|
|
@@ -14793,6 +14799,7 @@ declare const socialField: z.ZodObject<{
|
|
|
14793
14799
|
icon_url?: string | undefined;
|
|
14794
14800
|
display_name?: string | undefined;
|
|
14795
14801
|
strategy?: string | undefined;
|
|
14802
|
+
href?: string | undefined;
|
|
14796
14803
|
}[] | undefined;
|
|
14797
14804
|
} | undefined;
|
|
14798
14805
|
sensitive?: boolean | undefined;
|
|
@@ -14840,14 +14847,17 @@ declare const telField: z.ZodObject<{
|
|
|
14840
14847
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
14841
14848
|
default_country: z.ZodOptional<z.ZodString>;
|
|
14842
14849
|
default_value: z.ZodOptional<z.ZodString>;
|
|
14850
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
14843
14851
|
}, "strip", z.ZodTypeAny, {
|
|
14844
14852
|
placeholder?: string | undefined;
|
|
14845
14853
|
default_value?: string | undefined;
|
|
14846
14854
|
default_country?: string | undefined;
|
|
14855
|
+
allow_email?: boolean | undefined;
|
|
14847
14856
|
}, {
|
|
14848
14857
|
placeholder?: string | undefined;
|
|
14849
14858
|
default_value?: string | undefined;
|
|
14850
14859
|
default_country?: string | undefined;
|
|
14860
|
+
allow_email?: boolean | undefined;
|
|
14851
14861
|
}>>;
|
|
14852
14862
|
}, "strip", z.ZodTypeAny, {
|
|
14853
14863
|
type: "TEL";
|
|
@@ -14859,6 +14869,7 @@ declare const telField: z.ZodObject<{
|
|
|
14859
14869
|
placeholder?: string | undefined;
|
|
14860
14870
|
default_value?: string | undefined;
|
|
14861
14871
|
default_country?: string | undefined;
|
|
14872
|
+
allow_email?: boolean | undefined;
|
|
14862
14873
|
} | undefined;
|
|
14863
14874
|
sensitive?: boolean | undefined;
|
|
14864
14875
|
label?: string | undefined;
|
|
@@ -14878,6 +14889,7 @@ declare const telField: z.ZodObject<{
|
|
|
14878
14889
|
placeholder?: string | undefined;
|
|
14879
14890
|
default_value?: string | undefined;
|
|
14880
14891
|
default_country?: string | undefined;
|
|
14892
|
+
allow_email?: boolean | undefined;
|
|
14881
14893
|
} | undefined;
|
|
14882
14894
|
sensitive?: boolean | undefined;
|
|
14883
14895
|
label?: string | undefined;
|
|
@@ -16653,16 +16665,19 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16653
16665
|
strategy: z.ZodOptional<z.ZodString>;
|
|
16654
16666
|
display_name: z.ZodOptional<z.ZodString>;
|
|
16655
16667
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
16668
|
+
href: z.ZodOptional<z.ZodString>;
|
|
16656
16669
|
}, "strip", z.ZodTypeAny, {
|
|
16657
16670
|
name: string;
|
|
16658
16671
|
icon_url?: string | undefined;
|
|
16659
16672
|
display_name?: string | undefined;
|
|
16660
16673
|
strategy?: string | undefined;
|
|
16674
|
+
href?: string | undefined;
|
|
16661
16675
|
}, {
|
|
16662
16676
|
name: string;
|
|
16663
16677
|
icon_url?: string | undefined;
|
|
16664
16678
|
display_name?: string | undefined;
|
|
16665
16679
|
strategy?: string | undefined;
|
|
16680
|
+
href?: string | undefined;
|
|
16666
16681
|
}>, "many">>;
|
|
16667
16682
|
}, "strip", z.ZodTypeAny, {
|
|
16668
16683
|
providers?: string[] | undefined;
|
|
@@ -16671,6 +16686,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16671
16686
|
icon_url?: string | undefined;
|
|
16672
16687
|
display_name?: string | undefined;
|
|
16673
16688
|
strategy?: string | undefined;
|
|
16689
|
+
href?: string | undefined;
|
|
16674
16690
|
}[] | undefined;
|
|
16675
16691
|
}, {
|
|
16676
16692
|
providers?: string[] | undefined;
|
|
@@ -16679,6 +16695,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16679
16695
|
icon_url?: string | undefined;
|
|
16680
16696
|
display_name?: string | undefined;
|
|
16681
16697
|
strategy?: string | undefined;
|
|
16698
|
+
href?: string | undefined;
|
|
16682
16699
|
}[] | undefined;
|
|
16683
16700
|
}>>;
|
|
16684
16701
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16694,6 +16711,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16694
16711
|
icon_url?: string | undefined;
|
|
16695
16712
|
display_name?: string | undefined;
|
|
16696
16713
|
strategy?: string | undefined;
|
|
16714
|
+
href?: string | undefined;
|
|
16697
16715
|
}[] | undefined;
|
|
16698
16716
|
} | undefined;
|
|
16699
16717
|
sensitive?: boolean | undefined;
|
|
@@ -16717,6 +16735,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16717
16735
|
icon_url?: string | undefined;
|
|
16718
16736
|
display_name?: string | undefined;
|
|
16719
16737
|
strategy?: string | undefined;
|
|
16738
|
+
href?: string | undefined;
|
|
16720
16739
|
}[] | undefined;
|
|
16721
16740
|
} | undefined;
|
|
16722
16741
|
sensitive?: boolean | undefined;
|
|
@@ -16764,14 +16783,17 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16764
16783
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
16765
16784
|
default_country: z.ZodOptional<z.ZodString>;
|
|
16766
16785
|
default_value: z.ZodOptional<z.ZodString>;
|
|
16786
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
16767
16787
|
}, "strip", z.ZodTypeAny, {
|
|
16768
16788
|
placeholder?: string | undefined;
|
|
16769
16789
|
default_value?: string | undefined;
|
|
16770
16790
|
default_country?: string | undefined;
|
|
16791
|
+
allow_email?: boolean | undefined;
|
|
16771
16792
|
}, {
|
|
16772
16793
|
placeholder?: string | undefined;
|
|
16773
16794
|
default_value?: string | undefined;
|
|
16774
16795
|
default_country?: string | undefined;
|
|
16796
|
+
allow_email?: boolean | undefined;
|
|
16775
16797
|
}>>;
|
|
16776
16798
|
}, "strip", z.ZodTypeAny, {
|
|
16777
16799
|
type: "TEL";
|
|
@@ -16783,6 +16805,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16783
16805
|
placeholder?: string | undefined;
|
|
16784
16806
|
default_value?: string | undefined;
|
|
16785
16807
|
default_country?: string | undefined;
|
|
16808
|
+
allow_email?: boolean | undefined;
|
|
16786
16809
|
} | undefined;
|
|
16787
16810
|
sensitive?: boolean | undefined;
|
|
16788
16811
|
label?: string | undefined;
|
|
@@ -16802,6 +16825,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16802
16825
|
placeholder?: string | undefined;
|
|
16803
16826
|
default_value?: string | undefined;
|
|
16804
16827
|
default_country?: string | undefined;
|
|
16828
|
+
allow_email?: boolean | undefined;
|
|
16805
16829
|
} | undefined;
|
|
16806
16830
|
sensitive?: boolean | undefined;
|
|
16807
16831
|
label?: string | undefined;
|
|
@@ -18573,16 +18597,19 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18573
18597
|
strategy: z.ZodOptional<z.ZodString>;
|
|
18574
18598
|
display_name: z.ZodOptional<z.ZodString>;
|
|
18575
18599
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
18600
|
+
href: z.ZodOptional<z.ZodString>;
|
|
18576
18601
|
}, "strip", z.ZodTypeAny, {
|
|
18577
18602
|
name: string;
|
|
18578
18603
|
icon_url?: string | undefined;
|
|
18579
18604
|
display_name?: string | undefined;
|
|
18580
18605
|
strategy?: string | undefined;
|
|
18606
|
+
href?: string | undefined;
|
|
18581
18607
|
}, {
|
|
18582
18608
|
name: string;
|
|
18583
18609
|
icon_url?: string | undefined;
|
|
18584
18610
|
display_name?: string | undefined;
|
|
18585
18611
|
strategy?: string | undefined;
|
|
18612
|
+
href?: string | undefined;
|
|
18586
18613
|
}>, "many">>;
|
|
18587
18614
|
}, "strip", z.ZodTypeAny, {
|
|
18588
18615
|
providers?: string[] | undefined;
|
|
@@ -18591,6 +18618,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18591
18618
|
icon_url?: string | undefined;
|
|
18592
18619
|
display_name?: string | undefined;
|
|
18593
18620
|
strategy?: string | undefined;
|
|
18621
|
+
href?: string | undefined;
|
|
18594
18622
|
}[] | undefined;
|
|
18595
18623
|
}, {
|
|
18596
18624
|
providers?: string[] | undefined;
|
|
@@ -18599,6 +18627,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18599
18627
|
icon_url?: string | undefined;
|
|
18600
18628
|
display_name?: string | undefined;
|
|
18601
18629
|
strategy?: string | undefined;
|
|
18630
|
+
href?: string | undefined;
|
|
18602
18631
|
}[] | undefined;
|
|
18603
18632
|
}>>;
|
|
18604
18633
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18614,6 +18643,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18614
18643
|
icon_url?: string | undefined;
|
|
18615
18644
|
display_name?: string | undefined;
|
|
18616
18645
|
strategy?: string | undefined;
|
|
18646
|
+
href?: string | undefined;
|
|
18617
18647
|
}[] | undefined;
|
|
18618
18648
|
} | undefined;
|
|
18619
18649
|
sensitive?: boolean | undefined;
|
|
@@ -18637,6 +18667,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18637
18667
|
icon_url?: string | undefined;
|
|
18638
18668
|
display_name?: string | undefined;
|
|
18639
18669
|
strategy?: string | undefined;
|
|
18670
|
+
href?: string | undefined;
|
|
18640
18671
|
}[] | undefined;
|
|
18641
18672
|
} | undefined;
|
|
18642
18673
|
sensitive?: boolean | undefined;
|
|
@@ -18684,14 +18715,17 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18684
18715
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
18685
18716
|
default_country: z.ZodOptional<z.ZodString>;
|
|
18686
18717
|
default_value: z.ZodOptional<z.ZodString>;
|
|
18718
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
18687
18719
|
}, "strip", z.ZodTypeAny, {
|
|
18688
18720
|
placeholder?: string | undefined;
|
|
18689
18721
|
default_value?: string | undefined;
|
|
18690
18722
|
default_country?: string | undefined;
|
|
18723
|
+
allow_email?: boolean | undefined;
|
|
18691
18724
|
}, {
|
|
18692
18725
|
placeholder?: string | undefined;
|
|
18693
18726
|
default_value?: string | undefined;
|
|
18694
18727
|
default_country?: string | undefined;
|
|
18728
|
+
allow_email?: boolean | undefined;
|
|
18695
18729
|
}>>;
|
|
18696
18730
|
}, "strip", z.ZodTypeAny, {
|
|
18697
18731
|
type: "TEL";
|
|
@@ -18703,6 +18737,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18703
18737
|
placeholder?: string | undefined;
|
|
18704
18738
|
default_value?: string | undefined;
|
|
18705
18739
|
default_country?: string | undefined;
|
|
18740
|
+
allow_email?: boolean | undefined;
|
|
18706
18741
|
} | undefined;
|
|
18707
18742
|
sensitive?: boolean | undefined;
|
|
18708
18743
|
label?: string | undefined;
|
|
@@ -18722,6 +18757,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18722
18757
|
placeholder?: string | undefined;
|
|
18723
18758
|
default_value?: string | undefined;
|
|
18724
18759
|
default_country?: string | undefined;
|
|
18760
|
+
allow_email?: boolean | undefined;
|
|
18725
18761
|
} | undefined;
|
|
18726
18762
|
sensitive?: boolean | undefined;
|
|
18727
18763
|
label?: string | undefined;
|
|
@@ -20708,16 +20744,19 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20708
20744
|
strategy: z.ZodOptional<z.ZodString>;
|
|
20709
20745
|
display_name: z.ZodOptional<z.ZodString>;
|
|
20710
20746
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
20747
|
+
href: z.ZodOptional<z.ZodString>;
|
|
20711
20748
|
}, "strip", z.ZodTypeAny, {
|
|
20712
20749
|
name: string;
|
|
20713
20750
|
icon_url?: string | undefined;
|
|
20714
20751
|
display_name?: string | undefined;
|
|
20715
20752
|
strategy?: string | undefined;
|
|
20753
|
+
href?: string | undefined;
|
|
20716
20754
|
}, {
|
|
20717
20755
|
name: string;
|
|
20718
20756
|
icon_url?: string | undefined;
|
|
20719
20757
|
display_name?: string | undefined;
|
|
20720
20758
|
strategy?: string | undefined;
|
|
20759
|
+
href?: string | undefined;
|
|
20721
20760
|
}>, "many">>;
|
|
20722
20761
|
}, "strip", z.ZodTypeAny, {
|
|
20723
20762
|
providers?: string[] | undefined;
|
|
@@ -20726,6 +20765,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20726
20765
|
icon_url?: string | undefined;
|
|
20727
20766
|
display_name?: string | undefined;
|
|
20728
20767
|
strategy?: string | undefined;
|
|
20768
|
+
href?: string | undefined;
|
|
20729
20769
|
}[] | undefined;
|
|
20730
20770
|
}, {
|
|
20731
20771
|
providers?: string[] | undefined;
|
|
@@ -20734,6 +20774,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20734
20774
|
icon_url?: string | undefined;
|
|
20735
20775
|
display_name?: string | undefined;
|
|
20736
20776
|
strategy?: string | undefined;
|
|
20777
|
+
href?: string | undefined;
|
|
20737
20778
|
}[] | undefined;
|
|
20738
20779
|
}>>;
|
|
20739
20780
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20749,6 +20790,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20749
20790
|
icon_url?: string | undefined;
|
|
20750
20791
|
display_name?: string | undefined;
|
|
20751
20792
|
strategy?: string | undefined;
|
|
20793
|
+
href?: string | undefined;
|
|
20752
20794
|
}[] | undefined;
|
|
20753
20795
|
} | undefined;
|
|
20754
20796
|
sensitive?: boolean | undefined;
|
|
@@ -20772,6 +20814,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20772
20814
|
icon_url?: string | undefined;
|
|
20773
20815
|
display_name?: string | undefined;
|
|
20774
20816
|
strategy?: string | undefined;
|
|
20817
|
+
href?: string | undefined;
|
|
20775
20818
|
}[] | undefined;
|
|
20776
20819
|
} | undefined;
|
|
20777
20820
|
sensitive?: boolean | undefined;
|
|
@@ -20819,14 +20862,17 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20819
20862
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
20820
20863
|
default_country: z.ZodOptional<z.ZodString>;
|
|
20821
20864
|
default_value: z.ZodOptional<z.ZodString>;
|
|
20865
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
20822
20866
|
}, "strip", z.ZodTypeAny, {
|
|
20823
20867
|
placeholder?: string | undefined;
|
|
20824
20868
|
default_value?: string | undefined;
|
|
20825
20869
|
default_country?: string | undefined;
|
|
20870
|
+
allow_email?: boolean | undefined;
|
|
20826
20871
|
}, {
|
|
20827
20872
|
placeholder?: string | undefined;
|
|
20828
20873
|
default_value?: string | undefined;
|
|
20829
20874
|
default_country?: string | undefined;
|
|
20875
|
+
allow_email?: boolean | undefined;
|
|
20830
20876
|
}>>;
|
|
20831
20877
|
}, "strip", z.ZodTypeAny, {
|
|
20832
20878
|
type: "TEL";
|
|
@@ -20838,6 +20884,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20838
20884
|
placeholder?: string | undefined;
|
|
20839
20885
|
default_value?: string | undefined;
|
|
20840
20886
|
default_country?: string | undefined;
|
|
20887
|
+
allow_email?: boolean | undefined;
|
|
20841
20888
|
} | undefined;
|
|
20842
20889
|
sensitive?: boolean | undefined;
|
|
20843
20890
|
label?: string | undefined;
|
|
@@ -20857,6 +20904,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20857
20904
|
placeholder?: string | undefined;
|
|
20858
20905
|
default_value?: string | undefined;
|
|
20859
20906
|
default_country?: string | undefined;
|
|
20907
|
+
allow_email?: boolean | undefined;
|
|
20860
20908
|
} | undefined;
|
|
20861
20909
|
sensitive?: boolean | undefined;
|
|
20862
20910
|
label?: string | undefined;
|
|
@@ -21424,6 +21472,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21424
21472
|
icon_url?: string | undefined;
|
|
21425
21473
|
display_name?: string | undefined;
|
|
21426
21474
|
strategy?: string | undefined;
|
|
21475
|
+
href?: string | undefined;
|
|
21427
21476
|
}[] | undefined;
|
|
21428
21477
|
} | undefined;
|
|
21429
21478
|
sensitive?: boolean | undefined;
|
|
@@ -21445,6 +21494,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21445
21494
|
placeholder?: string | undefined;
|
|
21446
21495
|
default_value?: string | undefined;
|
|
21447
21496
|
default_country?: string | undefined;
|
|
21497
|
+
allow_email?: boolean | undefined;
|
|
21448
21498
|
} | undefined;
|
|
21449
21499
|
sensitive?: boolean | undefined;
|
|
21450
21500
|
label?: string | undefined;
|
|
@@ -21880,6 +21930,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21880
21930
|
icon_url?: string | undefined;
|
|
21881
21931
|
display_name?: string | undefined;
|
|
21882
21932
|
strategy?: string | undefined;
|
|
21933
|
+
href?: string | undefined;
|
|
21883
21934
|
}[] | undefined;
|
|
21884
21935
|
} | undefined;
|
|
21885
21936
|
sensitive?: boolean | undefined;
|
|
@@ -21901,6 +21952,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21901
21952
|
placeholder?: string | undefined;
|
|
21902
21953
|
default_value?: string | undefined;
|
|
21903
21954
|
default_country?: string | undefined;
|
|
21955
|
+
allow_email?: boolean | undefined;
|
|
21904
21956
|
} | undefined;
|
|
21905
21957
|
sensitive?: boolean | undefined;
|
|
21906
21958
|
label?: string | undefined;
|
|
@@ -22342,6 +22394,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22342
22394
|
icon_url?: string | undefined;
|
|
22343
22395
|
display_name?: string | undefined;
|
|
22344
22396
|
strategy?: string | undefined;
|
|
22397
|
+
href?: string | undefined;
|
|
22345
22398
|
}[] | undefined;
|
|
22346
22399
|
} | undefined;
|
|
22347
22400
|
sensitive?: boolean | undefined;
|
|
@@ -22363,6 +22416,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22363
22416
|
placeholder?: string | undefined;
|
|
22364
22417
|
default_value?: string | undefined;
|
|
22365
22418
|
default_country?: string | undefined;
|
|
22419
|
+
allow_email?: boolean | undefined;
|
|
22366
22420
|
} | undefined;
|
|
22367
22421
|
sensitive?: boolean | undefined;
|
|
22368
22422
|
label?: string | undefined;
|
|
@@ -22807,6 +22861,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22807
22861
|
icon_url?: string | undefined;
|
|
22808
22862
|
display_name?: string | undefined;
|
|
22809
22863
|
strategy?: string | undefined;
|
|
22864
|
+
href?: string | undefined;
|
|
22810
22865
|
}[] | undefined;
|
|
22811
22866
|
} | undefined;
|
|
22812
22867
|
sensitive?: boolean | undefined;
|
|
@@ -22828,6 +22883,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22828
22883
|
placeholder?: string | undefined;
|
|
22829
22884
|
default_value?: string | undefined;
|
|
22830
22885
|
default_country?: string | undefined;
|
|
22886
|
+
allow_email?: boolean | undefined;
|
|
22831
22887
|
} | undefined;
|
|
22832
22888
|
sensitive?: boolean | undefined;
|
|
22833
22889
|
label?: string | undefined;
|
|
@@ -24624,16 +24680,19 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24624
24680
|
strategy: z.ZodOptional<z.ZodString>;
|
|
24625
24681
|
display_name: z.ZodOptional<z.ZodString>;
|
|
24626
24682
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
24683
|
+
href: z.ZodOptional<z.ZodString>;
|
|
24627
24684
|
}, "strip", z.ZodTypeAny, {
|
|
24628
24685
|
name: string;
|
|
24629
24686
|
icon_url?: string | undefined;
|
|
24630
24687
|
display_name?: string | undefined;
|
|
24631
24688
|
strategy?: string | undefined;
|
|
24689
|
+
href?: string | undefined;
|
|
24632
24690
|
}, {
|
|
24633
24691
|
name: string;
|
|
24634
24692
|
icon_url?: string | undefined;
|
|
24635
24693
|
display_name?: string | undefined;
|
|
24636
24694
|
strategy?: string | undefined;
|
|
24695
|
+
href?: string | undefined;
|
|
24637
24696
|
}>, "many">>;
|
|
24638
24697
|
}, "strip", z.ZodTypeAny, {
|
|
24639
24698
|
providers?: string[] | undefined;
|
|
@@ -24642,6 +24701,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24642
24701
|
icon_url?: string | undefined;
|
|
24643
24702
|
display_name?: string | undefined;
|
|
24644
24703
|
strategy?: string | undefined;
|
|
24704
|
+
href?: string | undefined;
|
|
24645
24705
|
}[] | undefined;
|
|
24646
24706
|
}, {
|
|
24647
24707
|
providers?: string[] | undefined;
|
|
@@ -24650,6 +24710,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24650
24710
|
icon_url?: string | undefined;
|
|
24651
24711
|
display_name?: string | undefined;
|
|
24652
24712
|
strategy?: string | undefined;
|
|
24713
|
+
href?: string | undefined;
|
|
24653
24714
|
}[] | undefined;
|
|
24654
24715
|
}>>;
|
|
24655
24716
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24665,6 +24726,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24665
24726
|
icon_url?: string | undefined;
|
|
24666
24727
|
display_name?: string | undefined;
|
|
24667
24728
|
strategy?: string | undefined;
|
|
24729
|
+
href?: string | undefined;
|
|
24668
24730
|
}[] | undefined;
|
|
24669
24731
|
} | undefined;
|
|
24670
24732
|
sensitive?: boolean | undefined;
|
|
@@ -24688,6 +24750,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24688
24750
|
icon_url?: string | undefined;
|
|
24689
24751
|
display_name?: string | undefined;
|
|
24690
24752
|
strategy?: string | undefined;
|
|
24753
|
+
href?: string | undefined;
|
|
24691
24754
|
}[] | undefined;
|
|
24692
24755
|
} | undefined;
|
|
24693
24756
|
sensitive?: boolean | undefined;
|
|
@@ -24735,14 +24798,17 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24735
24798
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
24736
24799
|
default_country: z.ZodOptional<z.ZodString>;
|
|
24737
24800
|
default_value: z.ZodOptional<z.ZodString>;
|
|
24801
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
24738
24802
|
}, "strip", z.ZodTypeAny, {
|
|
24739
24803
|
placeholder?: string | undefined;
|
|
24740
24804
|
default_value?: string | undefined;
|
|
24741
24805
|
default_country?: string | undefined;
|
|
24806
|
+
allow_email?: boolean | undefined;
|
|
24742
24807
|
}, {
|
|
24743
24808
|
placeholder?: string | undefined;
|
|
24744
24809
|
default_value?: string | undefined;
|
|
24745
24810
|
default_country?: string | undefined;
|
|
24811
|
+
allow_email?: boolean | undefined;
|
|
24746
24812
|
}>>;
|
|
24747
24813
|
}, "strip", z.ZodTypeAny, {
|
|
24748
24814
|
type: "TEL";
|
|
@@ -24754,6 +24820,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24754
24820
|
placeholder?: string | undefined;
|
|
24755
24821
|
default_value?: string | undefined;
|
|
24756
24822
|
default_country?: string | undefined;
|
|
24823
|
+
allow_email?: boolean | undefined;
|
|
24757
24824
|
} | undefined;
|
|
24758
24825
|
sensitive?: boolean | undefined;
|
|
24759
24826
|
label?: string | undefined;
|
|
@@ -24773,6 +24840,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24773
24840
|
placeholder?: string | undefined;
|
|
24774
24841
|
default_value?: string | undefined;
|
|
24775
24842
|
default_country?: string | undefined;
|
|
24843
|
+
allow_email?: boolean | undefined;
|
|
24776
24844
|
} | undefined;
|
|
24777
24845
|
sensitive?: boolean | undefined;
|
|
24778
24846
|
label?: string | undefined;
|
|
@@ -25340,6 +25408,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25340
25408
|
icon_url?: string | undefined;
|
|
25341
25409
|
display_name?: string | undefined;
|
|
25342
25410
|
strategy?: string | undefined;
|
|
25411
|
+
href?: string | undefined;
|
|
25343
25412
|
}[] | undefined;
|
|
25344
25413
|
} | undefined;
|
|
25345
25414
|
sensitive?: boolean | undefined;
|
|
@@ -25361,6 +25430,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25361
25430
|
placeholder?: string | undefined;
|
|
25362
25431
|
default_value?: string | undefined;
|
|
25363
25432
|
default_country?: string | undefined;
|
|
25433
|
+
allow_email?: boolean | undefined;
|
|
25364
25434
|
} | undefined;
|
|
25365
25435
|
sensitive?: boolean | undefined;
|
|
25366
25436
|
label?: string | undefined;
|
|
@@ -25796,6 +25866,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25796
25866
|
icon_url?: string | undefined;
|
|
25797
25867
|
display_name?: string | undefined;
|
|
25798
25868
|
strategy?: string | undefined;
|
|
25869
|
+
href?: string | undefined;
|
|
25799
25870
|
}[] | undefined;
|
|
25800
25871
|
} | undefined;
|
|
25801
25872
|
sensitive?: boolean | undefined;
|
|
@@ -25817,6 +25888,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25817
25888
|
placeholder?: string | undefined;
|
|
25818
25889
|
default_value?: string | undefined;
|
|
25819
25890
|
default_country?: string | undefined;
|
|
25891
|
+
allow_email?: boolean | undefined;
|
|
25820
25892
|
} | undefined;
|
|
25821
25893
|
sensitive?: boolean | undefined;
|
|
25822
25894
|
label?: string | undefined;
|
|
@@ -26258,6 +26330,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26258
26330
|
icon_url?: string | undefined;
|
|
26259
26331
|
display_name?: string | undefined;
|
|
26260
26332
|
strategy?: string | undefined;
|
|
26333
|
+
href?: string | undefined;
|
|
26261
26334
|
}[] | undefined;
|
|
26262
26335
|
} | undefined;
|
|
26263
26336
|
sensitive?: boolean | undefined;
|
|
@@ -26279,6 +26352,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26279
26352
|
placeholder?: string | undefined;
|
|
26280
26353
|
default_value?: string | undefined;
|
|
26281
26354
|
default_country?: string | undefined;
|
|
26355
|
+
allow_email?: boolean | undefined;
|
|
26282
26356
|
} | undefined;
|
|
26283
26357
|
sensitive?: boolean | undefined;
|
|
26284
26358
|
label?: string | undefined;
|
|
@@ -26723,6 +26797,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26723
26797
|
icon_url?: string | undefined;
|
|
26724
26798
|
display_name?: string | undefined;
|
|
26725
26799
|
strategy?: string | undefined;
|
|
26800
|
+
href?: string | undefined;
|
|
26726
26801
|
}[] | undefined;
|
|
26727
26802
|
} | undefined;
|
|
26728
26803
|
sensitive?: boolean | undefined;
|
|
@@ -26744,6 +26819,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26744
26819
|
placeholder?: string | undefined;
|
|
26745
26820
|
default_value?: string | undefined;
|
|
26746
26821
|
default_country?: string | undefined;
|
|
26822
|
+
allow_email?: boolean | undefined;
|
|
26747
26823
|
} | undefined;
|
|
26748
26824
|
sensitive?: boolean | undefined;
|
|
26749
26825
|
label?: string | undefined;
|
|
@@ -28571,16 +28647,19 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28571
28647
|
strategy: z.ZodOptional<z.ZodString>;
|
|
28572
28648
|
display_name: z.ZodOptional<z.ZodString>;
|
|
28573
28649
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
28650
|
+
href: z.ZodOptional<z.ZodString>;
|
|
28574
28651
|
}, "strip", z.ZodTypeAny, {
|
|
28575
28652
|
name: string;
|
|
28576
28653
|
icon_url?: string | undefined;
|
|
28577
28654
|
display_name?: string | undefined;
|
|
28578
28655
|
strategy?: string | undefined;
|
|
28656
|
+
href?: string | undefined;
|
|
28579
28657
|
}, {
|
|
28580
28658
|
name: string;
|
|
28581
28659
|
icon_url?: string | undefined;
|
|
28582
28660
|
display_name?: string | undefined;
|
|
28583
28661
|
strategy?: string | undefined;
|
|
28662
|
+
href?: string | undefined;
|
|
28584
28663
|
}>, "many">>;
|
|
28585
28664
|
}, "strip", z.ZodTypeAny, {
|
|
28586
28665
|
providers?: string[] | undefined;
|
|
@@ -28589,6 +28668,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28589
28668
|
icon_url?: string | undefined;
|
|
28590
28669
|
display_name?: string | undefined;
|
|
28591
28670
|
strategy?: string | undefined;
|
|
28671
|
+
href?: string | undefined;
|
|
28592
28672
|
}[] | undefined;
|
|
28593
28673
|
}, {
|
|
28594
28674
|
providers?: string[] | undefined;
|
|
@@ -28597,6 +28677,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28597
28677
|
icon_url?: string | undefined;
|
|
28598
28678
|
display_name?: string | undefined;
|
|
28599
28679
|
strategy?: string | undefined;
|
|
28680
|
+
href?: string | undefined;
|
|
28600
28681
|
}[] | undefined;
|
|
28601
28682
|
}>>;
|
|
28602
28683
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28612,6 +28693,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28612
28693
|
icon_url?: string | undefined;
|
|
28613
28694
|
display_name?: string | undefined;
|
|
28614
28695
|
strategy?: string | undefined;
|
|
28696
|
+
href?: string | undefined;
|
|
28615
28697
|
}[] | undefined;
|
|
28616
28698
|
} | undefined;
|
|
28617
28699
|
sensitive?: boolean | undefined;
|
|
@@ -28635,6 +28717,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28635
28717
|
icon_url?: string | undefined;
|
|
28636
28718
|
display_name?: string | undefined;
|
|
28637
28719
|
strategy?: string | undefined;
|
|
28720
|
+
href?: string | undefined;
|
|
28638
28721
|
}[] | undefined;
|
|
28639
28722
|
} | undefined;
|
|
28640
28723
|
sensitive?: boolean | undefined;
|
|
@@ -28682,14 +28765,17 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28682
28765
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
28683
28766
|
default_country: z.ZodOptional<z.ZodString>;
|
|
28684
28767
|
default_value: z.ZodOptional<z.ZodString>;
|
|
28768
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
28685
28769
|
}, "strip", z.ZodTypeAny, {
|
|
28686
28770
|
placeholder?: string | undefined;
|
|
28687
28771
|
default_value?: string | undefined;
|
|
28688
28772
|
default_country?: string | undefined;
|
|
28773
|
+
allow_email?: boolean | undefined;
|
|
28689
28774
|
}, {
|
|
28690
28775
|
placeholder?: string | undefined;
|
|
28691
28776
|
default_value?: string | undefined;
|
|
28692
28777
|
default_country?: string | undefined;
|
|
28778
|
+
allow_email?: boolean | undefined;
|
|
28693
28779
|
}>>;
|
|
28694
28780
|
}, "strip", z.ZodTypeAny, {
|
|
28695
28781
|
type: "TEL";
|
|
@@ -28701,6 +28787,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28701
28787
|
placeholder?: string | undefined;
|
|
28702
28788
|
default_value?: string | undefined;
|
|
28703
28789
|
default_country?: string | undefined;
|
|
28790
|
+
allow_email?: boolean | undefined;
|
|
28704
28791
|
} | undefined;
|
|
28705
28792
|
sensitive?: boolean | undefined;
|
|
28706
28793
|
label?: string | undefined;
|
|
@@ -28720,6 +28807,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28720
28807
|
placeholder?: string | undefined;
|
|
28721
28808
|
default_value?: string | undefined;
|
|
28722
28809
|
default_country?: string | undefined;
|
|
28810
|
+
allow_email?: boolean | undefined;
|
|
28723
28811
|
} | undefined;
|
|
28724
28812
|
sensitive?: boolean | undefined;
|
|
28725
28813
|
label?: string | undefined;
|
|
@@ -29287,6 +29375,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29287
29375
|
icon_url?: string | undefined;
|
|
29288
29376
|
display_name?: string | undefined;
|
|
29289
29377
|
strategy?: string | undefined;
|
|
29378
|
+
href?: string | undefined;
|
|
29290
29379
|
}[] | undefined;
|
|
29291
29380
|
} | undefined;
|
|
29292
29381
|
sensitive?: boolean | undefined;
|
|
@@ -29308,6 +29397,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29308
29397
|
placeholder?: string | undefined;
|
|
29309
29398
|
default_value?: string | undefined;
|
|
29310
29399
|
default_country?: string | undefined;
|
|
29400
|
+
allow_email?: boolean | undefined;
|
|
29311
29401
|
} | undefined;
|
|
29312
29402
|
sensitive?: boolean | undefined;
|
|
29313
29403
|
label?: string | undefined;
|
|
@@ -29743,6 +29833,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29743
29833
|
icon_url?: string | undefined;
|
|
29744
29834
|
display_name?: string | undefined;
|
|
29745
29835
|
strategy?: string | undefined;
|
|
29836
|
+
href?: string | undefined;
|
|
29746
29837
|
}[] | undefined;
|
|
29747
29838
|
} | undefined;
|
|
29748
29839
|
sensitive?: boolean | undefined;
|
|
@@ -29764,6 +29855,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29764
29855
|
placeholder?: string | undefined;
|
|
29765
29856
|
default_value?: string | undefined;
|
|
29766
29857
|
default_country?: string | undefined;
|
|
29858
|
+
allow_email?: boolean | undefined;
|
|
29767
29859
|
} | undefined;
|
|
29768
29860
|
sensitive?: boolean | undefined;
|
|
29769
29861
|
label?: string | undefined;
|
|
@@ -30205,6 +30297,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30205
30297
|
icon_url?: string | undefined;
|
|
30206
30298
|
display_name?: string | undefined;
|
|
30207
30299
|
strategy?: string | undefined;
|
|
30300
|
+
href?: string | undefined;
|
|
30208
30301
|
}[] | undefined;
|
|
30209
30302
|
} | undefined;
|
|
30210
30303
|
sensitive?: boolean | undefined;
|
|
@@ -30226,6 +30319,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30226
30319
|
placeholder?: string | undefined;
|
|
30227
30320
|
default_value?: string | undefined;
|
|
30228
30321
|
default_country?: string | undefined;
|
|
30322
|
+
allow_email?: boolean | undefined;
|
|
30229
30323
|
} | undefined;
|
|
30230
30324
|
sensitive?: boolean | undefined;
|
|
30231
30325
|
label?: string | undefined;
|
|
@@ -30670,6 +30764,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30670
30764
|
icon_url?: string | undefined;
|
|
30671
30765
|
display_name?: string | undefined;
|
|
30672
30766
|
strategy?: string | undefined;
|
|
30767
|
+
href?: string | undefined;
|
|
30673
30768
|
}[] | undefined;
|
|
30674
30769
|
} | undefined;
|
|
30675
30770
|
sensitive?: boolean | undefined;
|
|
@@ -30691,6 +30786,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30691
30786
|
placeholder?: string | undefined;
|
|
30692
30787
|
default_value?: string | undefined;
|
|
30693
30788
|
default_country?: string | undefined;
|
|
30789
|
+
allow_email?: boolean | undefined;
|
|
30694
30790
|
} | undefined;
|
|
30695
30791
|
sensitive?: boolean | undefined;
|
|
30696
30792
|
label?: string | undefined;
|
|
@@ -31304,6 +31400,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31304
31400
|
icon_url?: string | undefined;
|
|
31305
31401
|
display_name?: string | undefined;
|
|
31306
31402
|
strategy?: string | undefined;
|
|
31403
|
+
href?: string | undefined;
|
|
31307
31404
|
}[] | undefined;
|
|
31308
31405
|
} | undefined;
|
|
31309
31406
|
sensitive?: boolean | undefined;
|
|
@@ -31325,6 +31422,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31325
31422
|
placeholder?: string | undefined;
|
|
31326
31423
|
default_value?: string | undefined;
|
|
31327
31424
|
default_country?: string | undefined;
|
|
31425
|
+
allow_email?: boolean | undefined;
|
|
31328
31426
|
} | undefined;
|
|
31329
31427
|
sensitive?: boolean | undefined;
|
|
31330
31428
|
label?: string | undefined;
|
|
@@ -31842,6 +31940,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31842
31940
|
icon_url?: string | undefined;
|
|
31843
31941
|
display_name?: string | undefined;
|
|
31844
31942
|
strategy?: string | undefined;
|
|
31943
|
+
href?: string | undefined;
|
|
31845
31944
|
}[] | undefined;
|
|
31846
31945
|
} | undefined;
|
|
31847
31946
|
sensitive?: boolean | undefined;
|
|
@@ -31863,6 +31962,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31863
31962
|
placeholder?: string | undefined;
|
|
31864
31963
|
default_value?: string | undefined;
|
|
31865
31964
|
default_country?: string | undefined;
|
|
31965
|
+
allow_email?: boolean | undefined;
|
|
31866
31966
|
} | undefined;
|
|
31867
31967
|
sensitive?: boolean | undefined;
|
|
31868
31968
|
label?: string | undefined;
|
|
@@ -33711,16 +33811,19 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33711
33811
|
strategy: z.ZodOptional<z.ZodString>;
|
|
33712
33812
|
display_name: z.ZodOptional<z.ZodString>;
|
|
33713
33813
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
33814
|
+
href: z.ZodOptional<z.ZodString>;
|
|
33714
33815
|
}, "strip", z.ZodTypeAny, {
|
|
33715
33816
|
name: string;
|
|
33716
33817
|
icon_url?: string | undefined;
|
|
33717
33818
|
display_name?: string | undefined;
|
|
33718
33819
|
strategy?: string | undefined;
|
|
33820
|
+
href?: string | undefined;
|
|
33719
33821
|
}, {
|
|
33720
33822
|
name: string;
|
|
33721
33823
|
icon_url?: string | undefined;
|
|
33722
33824
|
display_name?: string | undefined;
|
|
33723
33825
|
strategy?: string | undefined;
|
|
33826
|
+
href?: string | undefined;
|
|
33724
33827
|
}>, "many">>;
|
|
33725
33828
|
}, "strip", z.ZodTypeAny, {
|
|
33726
33829
|
providers?: string[] | undefined;
|
|
@@ -33729,6 +33832,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33729
33832
|
icon_url?: string | undefined;
|
|
33730
33833
|
display_name?: string | undefined;
|
|
33731
33834
|
strategy?: string | undefined;
|
|
33835
|
+
href?: string | undefined;
|
|
33732
33836
|
}[] | undefined;
|
|
33733
33837
|
}, {
|
|
33734
33838
|
providers?: string[] | undefined;
|
|
@@ -33737,6 +33841,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33737
33841
|
icon_url?: string | undefined;
|
|
33738
33842
|
display_name?: string | undefined;
|
|
33739
33843
|
strategy?: string | undefined;
|
|
33844
|
+
href?: string | undefined;
|
|
33740
33845
|
}[] | undefined;
|
|
33741
33846
|
}>>;
|
|
33742
33847
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33752,6 +33857,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33752
33857
|
icon_url?: string | undefined;
|
|
33753
33858
|
display_name?: string | undefined;
|
|
33754
33859
|
strategy?: string | undefined;
|
|
33860
|
+
href?: string | undefined;
|
|
33755
33861
|
}[] | undefined;
|
|
33756
33862
|
} | undefined;
|
|
33757
33863
|
sensitive?: boolean | undefined;
|
|
@@ -33775,6 +33881,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33775
33881
|
icon_url?: string | undefined;
|
|
33776
33882
|
display_name?: string | undefined;
|
|
33777
33883
|
strategy?: string | undefined;
|
|
33884
|
+
href?: string | undefined;
|
|
33778
33885
|
}[] | undefined;
|
|
33779
33886
|
} | undefined;
|
|
33780
33887
|
sensitive?: boolean | undefined;
|
|
@@ -33822,14 +33929,17 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33822
33929
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
33823
33930
|
default_country: z.ZodOptional<z.ZodString>;
|
|
33824
33931
|
default_value: z.ZodOptional<z.ZodString>;
|
|
33932
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
33825
33933
|
}, "strip", z.ZodTypeAny, {
|
|
33826
33934
|
placeholder?: string | undefined;
|
|
33827
33935
|
default_value?: string | undefined;
|
|
33828
33936
|
default_country?: string | undefined;
|
|
33937
|
+
allow_email?: boolean | undefined;
|
|
33829
33938
|
}, {
|
|
33830
33939
|
placeholder?: string | undefined;
|
|
33831
33940
|
default_value?: string | undefined;
|
|
33832
33941
|
default_country?: string | undefined;
|
|
33942
|
+
allow_email?: boolean | undefined;
|
|
33833
33943
|
}>>;
|
|
33834
33944
|
}, "strip", z.ZodTypeAny, {
|
|
33835
33945
|
type: "TEL";
|
|
@@ -33841,6 +33951,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33841
33951
|
placeholder?: string | undefined;
|
|
33842
33952
|
default_value?: string | undefined;
|
|
33843
33953
|
default_country?: string | undefined;
|
|
33954
|
+
allow_email?: boolean | undefined;
|
|
33844
33955
|
} | undefined;
|
|
33845
33956
|
sensitive?: boolean | undefined;
|
|
33846
33957
|
label?: string | undefined;
|
|
@@ -33860,6 +33971,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33860
33971
|
placeholder?: string | undefined;
|
|
33861
33972
|
default_value?: string | undefined;
|
|
33862
33973
|
default_country?: string | undefined;
|
|
33974
|
+
allow_email?: boolean | undefined;
|
|
33863
33975
|
} | undefined;
|
|
33864
33976
|
sensitive?: boolean | undefined;
|
|
33865
33977
|
label?: string | undefined;
|
|
@@ -34427,6 +34539,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34427
34539
|
icon_url?: string | undefined;
|
|
34428
34540
|
display_name?: string | undefined;
|
|
34429
34541
|
strategy?: string | undefined;
|
|
34542
|
+
href?: string | undefined;
|
|
34430
34543
|
}[] | undefined;
|
|
34431
34544
|
} | undefined;
|
|
34432
34545
|
sensitive?: boolean | undefined;
|
|
@@ -34448,6 +34561,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34448
34561
|
placeholder?: string | undefined;
|
|
34449
34562
|
default_value?: string | undefined;
|
|
34450
34563
|
default_country?: string | undefined;
|
|
34564
|
+
allow_email?: boolean | undefined;
|
|
34451
34565
|
} | undefined;
|
|
34452
34566
|
sensitive?: boolean | undefined;
|
|
34453
34567
|
label?: string | undefined;
|
|
@@ -34883,6 +34997,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34883
34997
|
icon_url?: string | undefined;
|
|
34884
34998
|
display_name?: string | undefined;
|
|
34885
34999
|
strategy?: string | undefined;
|
|
35000
|
+
href?: string | undefined;
|
|
34886
35001
|
}[] | undefined;
|
|
34887
35002
|
} | undefined;
|
|
34888
35003
|
sensitive?: boolean | undefined;
|
|
@@ -34904,6 +35019,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34904
35019
|
placeholder?: string | undefined;
|
|
34905
35020
|
default_value?: string | undefined;
|
|
34906
35021
|
default_country?: string | undefined;
|
|
35022
|
+
allow_email?: boolean | undefined;
|
|
34907
35023
|
} | undefined;
|
|
34908
35024
|
sensitive?: boolean | undefined;
|
|
34909
35025
|
label?: string | undefined;
|
|
@@ -35345,6 +35461,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35345
35461
|
icon_url?: string | undefined;
|
|
35346
35462
|
display_name?: string | undefined;
|
|
35347
35463
|
strategy?: string | undefined;
|
|
35464
|
+
href?: string | undefined;
|
|
35348
35465
|
}[] | undefined;
|
|
35349
35466
|
} | undefined;
|
|
35350
35467
|
sensitive?: boolean | undefined;
|
|
@@ -35366,6 +35483,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35366
35483
|
placeholder?: string | undefined;
|
|
35367
35484
|
default_value?: string | undefined;
|
|
35368
35485
|
default_country?: string | undefined;
|
|
35486
|
+
allow_email?: boolean | undefined;
|
|
35369
35487
|
} | undefined;
|
|
35370
35488
|
sensitive?: boolean | undefined;
|
|
35371
35489
|
label?: string | undefined;
|
|
@@ -35810,6 +35928,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35810
35928
|
icon_url?: string | undefined;
|
|
35811
35929
|
display_name?: string | undefined;
|
|
35812
35930
|
strategy?: string | undefined;
|
|
35931
|
+
href?: string | undefined;
|
|
35813
35932
|
}[] | undefined;
|
|
35814
35933
|
} | undefined;
|
|
35815
35934
|
sensitive?: boolean | undefined;
|
|
@@ -35831,6 +35950,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35831
35950
|
placeholder?: string | undefined;
|
|
35832
35951
|
default_value?: string | undefined;
|
|
35833
35952
|
default_country?: string | undefined;
|
|
35953
|
+
allow_email?: boolean | undefined;
|
|
35834
35954
|
} | undefined;
|
|
35835
35955
|
sensitive?: boolean | undefined;
|
|
35836
35956
|
label?: string | undefined;
|
|
@@ -36449,6 +36569,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
36449
36569
|
icon_url?: string | undefined;
|
|
36450
36570
|
display_name?: string | undefined;
|
|
36451
36571
|
strategy?: string | undefined;
|
|
36572
|
+
href?: string | undefined;
|
|
36452
36573
|
}[] | undefined;
|
|
36453
36574
|
} | undefined;
|
|
36454
36575
|
sensitive?: boolean | undefined;
|
|
@@ -36470,6 +36591,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
36470
36591
|
placeholder?: string | undefined;
|
|
36471
36592
|
default_value?: string | undefined;
|
|
36472
36593
|
default_country?: string | undefined;
|
|
36594
|
+
allow_email?: boolean | undefined;
|
|
36473
36595
|
} | undefined;
|
|
36474
36596
|
sensitive?: boolean | undefined;
|
|
36475
36597
|
label?: string | undefined;
|
|
@@ -36990,6 +37112,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
36990
37112
|
icon_url?: string | undefined;
|
|
36991
37113
|
display_name?: string | undefined;
|
|
36992
37114
|
strategy?: string | undefined;
|
|
37115
|
+
href?: string | undefined;
|
|
36993
37116
|
}[] | undefined;
|
|
36994
37117
|
} | undefined;
|
|
36995
37118
|
sensitive?: boolean | undefined;
|
|
@@ -37011,6 +37134,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
37011
37134
|
placeholder?: string | undefined;
|
|
37012
37135
|
default_value?: string | undefined;
|
|
37013
37136
|
default_country?: string | undefined;
|
|
37137
|
+
allow_email?: boolean | undefined;
|
|
37014
37138
|
} | undefined;
|
|
37015
37139
|
sensitive?: boolean | undefined;
|
|
37016
37140
|
label?: string | undefined;
|
|
@@ -38746,16 +38870,19 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38746
38870
|
strategy: z.ZodOptional<z.ZodString>;
|
|
38747
38871
|
display_name: z.ZodOptional<z.ZodString>;
|
|
38748
38872
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
38873
|
+
href: z.ZodOptional<z.ZodString>;
|
|
38749
38874
|
}, "strip", z.ZodTypeAny, {
|
|
38750
38875
|
name: string;
|
|
38751
38876
|
icon_url?: string | undefined;
|
|
38752
38877
|
display_name?: string | undefined;
|
|
38753
38878
|
strategy?: string | undefined;
|
|
38879
|
+
href?: string | undefined;
|
|
38754
38880
|
}, {
|
|
38755
38881
|
name: string;
|
|
38756
38882
|
icon_url?: string | undefined;
|
|
38757
38883
|
display_name?: string | undefined;
|
|
38758
38884
|
strategy?: string | undefined;
|
|
38885
|
+
href?: string | undefined;
|
|
38759
38886
|
}>, "many">>;
|
|
38760
38887
|
}, "strip", z.ZodTypeAny, {
|
|
38761
38888
|
providers?: string[] | undefined;
|
|
@@ -38764,6 +38891,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38764
38891
|
icon_url?: string | undefined;
|
|
38765
38892
|
display_name?: string | undefined;
|
|
38766
38893
|
strategy?: string | undefined;
|
|
38894
|
+
href?: string | undefined;
|
|
38767
38895
|
}[] | undefined;
|
|
38768
38896
|
}, {
|
|
38769
38897
|
providers?: string[] | undefined;
|
|
@@ -38772,6 +38900,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38772
38900
|
icon_url?: string | undefined;
|
|
38773
38901
|
display_name?: string | undefined;
|
|
38774
38902
|
strategy?: string | undefined;
|
|
38903
|
+
href?: string | undefined;
|
|
38775
38904
|
}[] | undefined;
|
|
38776
38905
|
}>>;
|
|
38777
38906
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38787,6 +38916,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38787
38916
|
icon_url?: string | undefined;
|
|
38788
38917
|
display_name?: string | undefined;
|
|
38789
38918
|
strategy?: string | undefined;
|
|
38919
|
+
href?: string | undefined;
|
|
38790
38920
|
}[] | undefined;
|
|
38791
38921
|
} | undefined;
|
|
38792
38922
|
sensitive?: boolean | undefined;
|
|
@@ -38810,6 +38940,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38810
38940
|
icon_url?: string | undefined;
|
|
38811
38941
|
display_name?: string | undefined;
|
|
38812
38942
|
strategy?: string | undefined;
|
|
38943
|
+
href?: string | undefined;
|
|
38813
38944
|
}[] | undefined;
|
|
38814
38945
|
} | undefined;
|
|
38815
38946
|
sensitive?: boolean | undefined;
|
|
@@ -38857,14 +38988,17 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38857
38988
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
38858
38989
|
default_country: z.ZodOptional<z.ZodString>;
|
|
38859
38990
|
default_value: z.ZodOptional<z.ZodString>;
|
|
38991
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
38860
38992
|
}, "strip", z.ZodTypeAny, {
|
|
38861
38993
|
placeholder?: string | undefined;
|
|
38862
38994
|
default_value?: string | undefined;
|
|
38863
38995
|
default_country?: string | undefined;
|
|
38996
|
+
allow_email?: boolean | undefined;
|
|
38864
38997
|
}, {
|
|
38865
38998
|
placeholder?: string | undefined;
|
|
38866
38999
|
default_value?: string | undefined;
|
|
38867
39000
|
default_country?: string | undefined;
|
|
39001
|
+
allow_email?: boolean | undefined;
|
|
38868
39002
|
}>>;
|
|
38869
39003
|
}, "strip", z.ZodTypeAny, {
|
|
38870
39004
|
type: "TEL";
|
|
@@ -38876,6 +39010,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38876
39010
|
placeholder?: string | undefined;
|
|
38877
39011
|
default_value?: string | undefined;
|
|
38878
39012
|
default_country?: string | undefined;
|
|
39013
|
+
allow_email?: boolean | undefined;
|
|
38879
39014
|
} | undefined;
|
|
38880
39015
|
sensitive?: boolean | undefined;
|
|
38881
39016
|
label?: string | undefined;
|
|
@@ -38895,6 +39030,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38895
39030
|
placeholder?: string | undefined;
|
|
38896
39031
|
default_value?: string | undefined;
|
|
38897
39032
|
default_country?: string | undefined;
|
|
39033
|
+
allow_email?: boolean | undefined;
|
|
38898
39034
|
} | undefined;
|
|
38899
39035
|
sensitive?: boolean | undefined;
|
|
38900
39036
|
label?: string | undefined;
|
|
@@ -39498,6 +39634,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39498
39634
|
icon_url?: string | undefined;
|
|
39499
39635
|
display_name?: string | undefined;
|
|
39500
39636
|
strategy?: string | undefined;
|
|
39637
|
+
href?: string | undefined;
|
|
39501
39638
|
}[] | undefined;
|
|
39502
39639
|
} | undefined;
|
|
39503
39640
|
sensitive?: boolean | undefined;
|
|
@@ -39519,6 +39656,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39519
39656
|
placeholder?: string | undefined;
|
|
39520
39657
|
default_value?: string | undefined;
|
|
39521
39658
|
default_country?: string | undefined;
|
|
39659
|
+
allow_email?: boolean | undefined;
|
|
39522
39660
|
} | undefined;
|
|
39523
39661
|
sensitive?: boolean | undefined;
|
|
39524
39662
|
label?: string | undefined;
|
|
@@ -39970,6 +40108,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39970
40108
|
icon_url?: string | undefined;
|
|
39971
40109
|
display_name?: string | undefined;
|
|
39972
40110
|
strategy?: string | undefined;
|
|
40111
|
+
href?: string | undefined;
|
|
39973
40112
|
}[] | undefined;
|
|
39974
40113
|
} | undefined;
|
|
39975
40114
|
sensitive?: boolean | undefined;
|
|
@@ -39991,6 +40130,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39991
40130
|
placeholder?: string | undefined;
|
|
39992
40131
|
default_value?: string | undefined;
|
|
39993
40132
|
default_country?: string | undefined;
|
|
40133
|
+
allow_email?: boolean | undefined;
|
|
39994
40134
|
} | undefined;
|
|
39995
40135
|
sensitive?: boolean | undefined;
|
|
39996
40136
|
label?: string | undefined;
|
|
@@ -46014,7 +46154,8 @@ export declare const promptScreenSchema: z.ZodEnum<[
|
|
|
46014
46154
|
"common",
|
|
46015
46155
|
"passkeys",
|
|
46016
46156
|
"captcha",
|
|
46017
|
-
"custom-form"
|
|
46157
|
+
"custom-form",
|
|
46158
|
+
"login-passwordless"
|
|
46018
46159
|
]>;
|
|
46019
46160
|
export type PromptScreen = z.infer<typeof promptScreenSchema>;
|
|
46020
46161
|
/**
|
|
@@ -46055,20 +46196,42 @@ export declare const customTextEntrySchema: z.ZodObject<{
|
|
|
46055
46196
|
"common",
|
|
46056
46197
|
"passkeys",
|
|
46057
46198
|
"captcha",
|
|
46058
|
-
"custom-form"
|
|
46199
|
+
"custom-form",
|
|
46200
|
+
"login-passwordless"
|
|
46059
46201
|
]>;
|
|
46060
46202
|
language: z.ZodString;
|
|
46061
46203
|
custom_text: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
46062
46204
|
}, "strip", z.ZodTypeAny, {
|
|
46063
|
-
prompt: "status" | "signup" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form";
|
|
46205
|
+
prompt: "status" | "signup" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
46064
46206
|
language: string;
|
|
46065
46207
|
custom_text: Record<string, Record<string, string>>;
|
|
46066
46208
|
}, {
|
|
46067
|
-
prompt: "status" | "signup" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form";
|
|
46209
|
+
prompt: "status" | "signup" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-sms" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
|
|
46068
46210
|
language: string;
|
|
46069
46211
|
custom_text: Record<string, Record<string, string>>;
|
|
46070
46212
|
}>;
|
|
46071
46213
|
export type CustomTextEntry = z.infer<typeof customTextEntrySchema>;
|
|
46214
|
+
export declare const Strategy: {
|
|
46215
|
+
readonly EMAIL: "email";
|
|
46216
|
+
readonly SMS: "sms";
|
|
46217
|
+
readonly USERNAME_PASSWORD: "Username-Password-Authentication";
|
|
46218
|
+
readonly GOOGLE_OAUTH2: "google-oauth2";
|
|
46219
|
+
readonly APPLE: "apple";
|
|
46220
|
+
readonly FACEBOOK: "facebook";
|
|
46221
|
+
readonly GITHUB: "github";
|
|
46222
|
+
readonly MICROSOFT: "microsoft";
|
|
46223
|
+
readonly VIPPS: "vipps";
|
|
46224
|
+
readonly OIDC: "oidc";
|
|
46225
|
+
readonly OAUTH2: "oauth2";
|
|
46226
|
+
readonly SAMLP: "samlp";
|
|
46227
|
+
readonly WAAD: "waad";
|
|
46228
|
+
readonly ADFS: "adfs";
|
|
46229
|
+
};
|
|
46230
|
+
export declare const StrategyType: {
|
|
46231
|
+
readonly DATABASE: "database";
|
|
46232
|
+
readonly SOCIAL: "social";
|
|
46233
|
+
readonly PASSWORDLESS: "passwordless";
|
|
46234
|
+
};
|
|
46072
46235
|
export declare function parseUserId(user_id: string): {
|
|
46073
46236
|
connection: string;
|
|
46074
46237
|
id: string;
|