authhero 4.65.0 → 4.67.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.
@@ -14732,16 +14732,19 @@ declare const socialField: z.ZodObject<{
14732
14732
  strategy: z.ZodOptional<z.ZodString>;
14733
14733
  display_name: z.ZodOptional<z.ZodString>;
14734
14734
  icon_url: z.ZodOptional<z.ZodString>;
14735
+ href: z.ZodOptional<z.ZodString>;
14735
14736
  }, "strip", z.ZodTypeAny, {
14736
14737
  name: string;
14737
14738
  icon_url?: string | undefined;
14738
14739
  display_name?: string | undefined;
14739
14740
  strategy?: string | undefined;
14741
+ href?: string | undefined;
14740
14742
  }, {
14741
14743
  name: string;
14742
14744
  icon_url?: string | undefined;
14743
14745
  display_name?: string | undefined;
14744
14746
  strategy?: string | undefined;
14747
+ href?: string | undefined;
14745
14748
  }>, "many">>;
14746
14749
  }, "strip", z.ZodTypeAny, {
14747
14750
  providers?: string[] | undefined;
@@ -14750,6 +14753,7 @@ declare const socialField: z.ZodObject<{
14750
14753
  icon_url?: string | undefined;
14751
14754
  display_name?: string | undefined;
14752
14755
  strategy?: string | undefined;
14756
+ href?: string | undefined;
14753
14757
  }[] | undefined;
14754
14758
  }, {
14755
14759
  providers?: string[] | undefined;
@@ -14758,6 +14762,7 @@ declare const socialField: z.ZodObject<{
14758
14762
  icon_url?: string | undefined;
14759
14763
  display_name?: string | undefined;
14760
14764
  strategy?: string | undefined;
14765
+ href?: string | undefined;
14761
14766
  }[] | undefined;
14762
14767
  }>>;
14763
14768
  }, "strip", z.ZodTypeAny, {
@@ -14773,6 +14778,7 @@ declare const socialField: z.ZodObject<{
14773
14778
  icon_url?: string | undefined;
14774
14779
  display_name?: string | undefined;
14775
14780
  strategy?: string | undefined;
14781
+ href?: string | undefined;
14776
14782
  }[] | undefined;
14777
14783
  } | undefined;
14778
14784
  sensitive?: boolean | undefined;
@@ -14796,6 +14802,7 @@ declare const socialField: z.ZodObject<{
14796
14802
  icon_url?: string | undefined;
14797
14803
  display_name?: string | undefined;
14798
14804
  strategy?: string | undefined;
14805
+ href?: string | undefined;
14799
14806
  }[] | undefined;
14800
14807
  } | undefined;
14801
14808
  sensitive?: boolean | undefined;
@@ -14843,14 +14850,17 @@ declare const telField: z.ZodObject<{
14843
14850
  placeholder: z.ZodOptional<z.ZodString>;
14844
14851
  default_country: z.ZodOptional<z.ZodString>;
14845
14852
  default_value: z.ZodOptional<z.ZodString>;
14853
+ allow_email: z.ZodOptional<z.ZodBoolean>;
14846
14854
  }, "strip", z.ZodTypeAny, {
14847
14855
  placeholder?: string | undefined;
14848
14856
  default_value?: string | undefined;
14849
14857
  default_country?: string | undefined;
14858
+ allow_email?: boolean | undefined;
14850
14859
  }, {
14851
14860
  placeholder?: string | undefined;
14852
14861
  default_value?: string | undefined;
14853
14862
  default_country?: string | undefined;
14863
+ allow_email?: boolean | undefined;
14854
14864
  }>>;
14855
14865
  }, "strip", z.ZodTypeAny, {
14856
14866
  type: "TEL";
@@ -14862,6 +14872,7 @@ declare const telField: z.ZodObject<{
14862
14872
  placeholder?: string | undefined;
14863
14873
  default_value?: string | undefined;
14864
14874
  default_country?: string | undefined;
14875
+ allow_email?: boolean | undefined;
14865
14876
  } | undefined;
14866
14877
  sensitive?: boolean | undefined;
14867
14878
  label?: string | undefined;
@@ -14881,6 +14892,7 @@ declare const telField: z.ZodObject<{
14881
14892
  placeholder?: string | undefined;
14882
14893
  default_value?: string | undefined;
14883
14894
  default_country?: string | undefined;
14895
+ allow_email?: boolean | undefined;
14884
14896
  } | undefined;
14885
14897
  sensitive?: boolean | undefined;
14886
14898
  label?: string | undefined;
@@ -16656,16 +16668,19 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16656
16668
  strategy: z.ZodOptional<z.ZodString>;
16657
16669
  display_name: z.ZodOptional<z.ZodString>;
16658
16670
  icon_url: z.ZodOptional<z.ZodString>;
16671
+ href: z.ZodOptional<z.ZodString>;
16659
16672
  }, "strip", z.ZodTypeAny, {
16660
16673
  name: string;
16661
16674
  icon_url?: string | undefined;
16662
16675
  display_name?: string | undefined;
16663
16676
  strategy?: string | undefined;
16677
+ href?: string | undefined;
16664
16678
  }, {
16665
16679
  name: string;
16666
16680
  icon_url?: string | undefined;
16667
16681
  display_name?: string | undefined;
16668
16682
  strategy?: string | undefined;
16683
+ href?: string | undefined;
16669
16684
  }>, "many">>;
16670
16685
  }, "strip", z.ZodTypeAny, {
16671
16686
  providers?: string[] | undefined;
@@ -16674,6 +16689,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16674
16689
  icon_url?: string | undefined;
16675
16690
  display_name?: string | undefined;
16676
16691
  strategy?: string | undefined;
16692
+ href?: string | undefined;
16677
16693
  }[] | undefined;
16678
16694
  }, {
16679
16695
  providers?: string[] | undefined;
@@ -16682,6 +16698,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16682
16698
  icon_url?: string | undefined;
16683
16699
  display_name?: string | undefined;
16684
16700
  strategy?: string | undefined;
16701
+ href?: string | undefined;
16685
16702
  }[] | undefined;
16686
16703
  }>>;
16687
16704
  }, "strip", z.ZodTypeAny, {
@@ -16697,6 +16714,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16697
16714
  icon_url?: string | undefined;
16698
16715
  display_name?: string | undefined;
16699
16716
  strategy?: string | undefined;
16717
+ href?: string | undefined;
16700
16718
  }[] | undefined;
16701
16719
  } | undefined;
16702
16720
  sensitive?: boolean | undefined;
@@ -16720,6 +16738,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16720
16738
  icon_url?: string | undefined;
16721
16739
  display_name?: string | undefined;
16722
16740
  strategy?: string | undefined;
16741
+ href?: string | undefined;
16723
16742
  }[] | undefined;
16724
16743
  } | undefined;
16725
16744
  sensitive?: boolean | undefined;
@@ -16767,14 +16786,17 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16767
16786
  placeholder: z.ZodOptional<z.ZodString>;
16768
16787
  default_country: z.ZodOptional<z.ZodString>;
16769
16788
  default_value: z.ZodOptional<z.ZodString>;
16789
+ allow_email: z.ZodOptional<z.ZodBoolean>;
16770
16790
  }, "strip", z.ZodTypeAny, {
16771
16791
  placeholder?: string | undefined;
16772
16792
  default_value?: string | undefined;
16773
16793
  default_country?: string | undefined;
16794
+ allow_email?: boolean | undefined;
16774
16795
  }, {
16775
16796
  placeholder?: string | undefined;
16776
16797
  default_value?: string | undefined;
16777
16798
  default_country?: string | undefined;
16799
+ allow_email?: boolean | undefined;
16778
16800
  }>>;
16779
16801
  }, "strip", z.ZodTypeAny, {
16780
16802
  type: "TEL";
@@ -16786,6 +16808,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16786
16808
  placeholder?: string | undefined;
16787
16809
  default_value?: string | undefined;
16788
16810
  default_country?: string | undefined;
16811
+ allow_email?: boolean | undefined;
16789
16812
  } | undefined;
16790
16813
  sensitive?: boolean | undefined;
16791
16814
  label?: string | undefined;
@@ -16805,6 +16828,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
16805
16828
  placeholder?: string | undefined;
16806
16829
  default_value?: string | undefined;
16807
16830
  default_country?: string | undefined;
16831
+ allow_email?: boolean | undefined;
16808
16832
  } | undefined;
16809
16833
  sensitive?: boolean | undefined;
16810
16834
  label?: string | undefined;
@@ -18576,16 +18600,19 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18576
18600
  strategy: z.ZodOptional<z.ZodString>;
18577
18601
  display_name: z.ZodOptional<z.ZodString>;
18578
18602
  icon_url: z.ZodOptional<z.ZodString>;
18603
+ href: z.ZodOptional<z.ZodString>;
18579
18604
  }, "strip", z.ZodTypeAny, {
18580
18605
  name: string;
18581
18606
  icon_url?: string | undefined;
18582
18607
  display_name?: string | undefined;
18583
18608
  strategy?: string | undefined;
18609
+ href?: string | undefined;
18584
18610
  }, {
18585
18611
  name: string;
18586
18612
  icon_url?: string | undefined;
18587
18613
  display_name?: string | undefined;
18588
18614
  strategy?: string | undefined;
18615
+ href?: string | undefined;
18589
18616
  }>, "many">>;
18590
18617
  }, "strip", z.ZodTypeAny, {
18591
18618
  providers?: string[] | undefined;
@@ -18594,6 +18621,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18594
18621
  icon_url?: string | undefined;
18595
18622
  display_name?: string | undefined;
18596
18623
  strategy?: string | undefined;
18624
+ href?: string | undefined;
18597
18625
  }[] | undefined;
18598
18626
  }, {
18599
18627
  providers?: string[] | undefined;
@@ -18602,6 +18630,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18602
18630
  icon_url?: string | undefined;
18603
18631
  display_name?: string | undefined;
18604
18632
  strategy?: string | undefined;
18633
+ href?: string | undefined;
18605
18634
  }[] | undefined;
18606
18635
  }>>;
18607
18636
  }, "strip", z.ZodTypeAny, {
@@ -18617,6 +18646,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18617
18646
  icon_url?: string | undefined;
18618
18647
  display_name?: string | undefined;
18619
18648
  strategy?: string | undefined;
18649
+ href?: string | undefined;
18620
18650
  }[] | undefined;
18621
18651
  } | undefined;
18622
18652
  sensitive?: boolean | undefined;
@@ -18640,6 +18670,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18640
18670
  icon_url?: string | undefined;
18641
18671
  display_name?: string | undefined;
18642
18672
  strategy?: string | undefined;
18673
+ href?: string | undefined;
18643
18674
  }[] | undefined;
18644
18675
  } | undefined;
18645
18676
  sensitive?: boolean | undefined;
@@ -18687,14 +18718,17 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18687
18718
  placeholder: z.ZodOptional<z.ZodString>;
18688
18719
  default_country: z.ZodOptional<z.ZodString>;
18689
18720
  default_value: z.ZodOptional<z.ZodString>;
18721
+ allow_email: z.ZodOptional<z.ZodBoolean>;
18690
18722
  }, "strip", z.ZodTypeAny, {
18691
18723
  placeholder?: string | undefined;
18692
18724
  default_value?: string | undefined;
18693
18725
  default_country?: string | undefined;
18726
+ allow_email?: boolean | undefined;
18694
18727
  }, {
18695
18728
  placeholder?: string | undefined;
18696
18729
  default_value?: string | undefined;
18697
18730
  default_country?: string | undefined;
18731
+ allow_email?: boolean | undefined;
18698
18732
  }>>;
18699
18733
  }, "strip", z.ZodTypeAny, {
18700
18734
  type: "TEL";
@@ -18706,6 +18740,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18706
18740
  placeholder?: string | undefined;
18707
18741
  default_value?: string | undefined;
18708
18742
  default_country?: string | undefined;
18743
+ allow_email?: boolean | undefined;
18709
18744
  } | undefined;
18710
18745
  sensitive?: boolean | undefined;
18711
18746
  label?: string | undefined;
@@ -18725,6 +18760,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
18725
18760
  placeholder?: string | undefined;
18726
18761
  default_value?: string | undefined;
18727
18762
  default_country?: string | undefined;
18763
+ allow_email?: boolean | undefined;
18728
18764
  } | undefined;
18729
18765
  sensitive?: boolean | undefined;
18730
18766
  label?: string | undefined;
@@ -20711,16 +20747,19 @@ declare const stepNodeSchema$1: z.ZodObject<{
20711
20747
  strategy: z.ZodOptional<z.ZodString>;
20712
20748
  display_name: z.ZodOptional<z.ZodString>;
20713
20749
  icon_url: z.ZodOptional<z.ZodString>;
20750
+ href: z.ZodOptional<z.ZodString>;
20714
20751
  }, "strip", z.ZodTypeAny, {
20715
20752
  name: string;
20716
20753
  icon_url?: string | undefined;
20717
20754
  display_name?: string | undefined;
20718
20755
  strategy?: string | undefined;
20756
+ href?: string | undefined;
20719
20757
  }, {
20720
20758
  name: string;
20721
20759
  icon_url?: string | undefined;
20722
20760
  display_name?: string | undefined;
20723
20761
  strategy?: string | undefined;
20762
+ href?: string | undefined;
20724
20763
  }>, "many">>;
20725
20764
  }, "strip", z.ZodTypeAny, {
20726
20765
  providers?: string[] | undefined;
@@ -20729,6 +20768,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20729
20768
  icon_url?: string | undefined;
20730
20769
  display_name?: string | undefined;
20731
20770
  strategy?: string | undefined;
20771
+ href?: string | undefined;
20732
20772
  }[] | undefined;
20733
20773
  }, {
20734
20774
  providers?: string[] | undefined;
@@ -20737,6 +20777,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20737
20777
  icon_url?: string | undefined;
20738
20778
  display_name?: string | undefined;
20739
20779
  strategy?: string | undefined;
20780
+ href?: string | undefined;
20740
20781
  }[] | undefined;
20741
20782
  }>>;
20742
20783
  }, "strip", z.ZodTypeAny, {
@@ -20752,6 +20793,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20752
20793
  icon_url?: string | undefined;
20753
20794
  display_name?: string | undefined;
20754
20795
  strategy?: string | undefined;
20796
+ href?: string | undefined;
20755
20797
  }[] | undefined;
20756
20798
  } | undefined;
20757
20799
  sensitive?: boolean | undefined;
@@ -20775,6 +20817,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20775
20817
  icon_url?: string | undefined;
20776
20818
  display_name?: string | undefined;
20777
20819
  strategy?: string | undefined;
20820
+ href?: string | undefined;
20778
20821
  }[] | undefined;
20779
20822
  } | undefined;
20780
20823
  sensitive?: boolean | undefined;
@@ -20822,14 +20865,17 @@ declare const stepNodeSchema$1: z.ZodObject<{
20822
20865
  placeholder: z.ZodOptional<z.ZodString>;
20823
20866
  default_country: z.ZodOptional<z.ZodString>;
20824
20867
  default_value: z.ZodOptional<z.ZodString>;
20868
+ allow_email: z.ZodOptional<z.ZodBoolean>;
20825
20869
  }, "strip", z.ZodTypeAny, {
20826
20870
  placeholder?: string | undefined;
20827
20871
  default_value?: string | undefined;
20828
20872
  default_country?: string | undefined;
20873
+ allow_email?: boolean | undefined;
20829
20874
  }, {
20830
20875
  placeholder?: string | undefined;
20831
20876
  default_value?: string | undefined;
20832
20877
  default_country?: string | undefined;
20878
+ allow_email?: boolean | undefined;
20833
20879
  }>>;
20834
20880
  }, "strip", z.ZodTypeAny, {
20835
20881
  type: "TEL";
@@ -20841,6 +20887,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20841
20887
  placeholder?: string | undefined;
20842
20888
  default_value?: string | undefined;
20843
20889
  default_country?: string | undefined;
20890
+ allow_email?: boolean | undefined;
20844
20891
  } | undefined;
20845
20892
  sensitive?: boolean | undefined;
20846
20893
  label?: string | undefined;
@@ -20860,6 +20907,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
20860
20907
  placeholder?: string | undefined;
20861
20908
  default_value?: string | undefined;
20862
20909
  default_country?: string | undefined;
20910
+ allow_email?: boolean | undefined;
20863
20911
  } | undefined;
20864
20912
  sensitive?: boolean | undefined;
20865
20913
  label?: string | undefined;
@@ -21427,6 +21475,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
21427
21475
  icon_url?: string | undefined;
21428
21476
  display_name?: string | undefined;
21429
21477
  strategy?: string | undefined;
21478
+ href?: string | undefined;
21430
21479
  }[] | undefined;
21431
21480
  } | undefined;
21432
21481
  sensitive?: boolean | undefined;
@@ -21448,6 +21497,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
21448
21497
  placeholder?: string | undefined;
21449
21498
  default_value?: string | undefined;
21450
21499
  default_country?: string | undefined;
21500
+ allow_email?: boolean | undefined;
21451
21501
  } | undefined;
21452
21502
  sensitive?: boolean | undefined;
21453
21503
  label?: string | undefined;
@@ -21883,6 +21933,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
21883
21933
  icon_url?: string | undefined;
21884
21934
  display_name?: string | undefined;
21885
21935
  strategy?: string | undefined;
21936
+ href?: string | undefined;
21886
21937
  }[] | undefined;
21887
21938
  } | undefined;
21888
21939
  sensitive?: boolean | undefined;
@@ -21904,6 +21955,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
21904
21955
  placeholder?: string | undefined;
21905
21956
  default_value?: string | undefined;
21906
21957
  default_country?: string | undefined;
21958
+ allow_email?: boolean | undefined;
21907
21959
  } | undefined;
21908
21960
  sensitive?: boolean | undefined;
21909
21961
  label?: string | undefined;
@@ -22345,6 +22397,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
22345
22397
  icon_url?: string | undefined;
22346
22398
  display_name?: string | undefined;
22347
22399
  strategy?: string | undefined;
22400
+ href?: string | undefined;
22348
22401
  }[] | undefined;
22349
22402
  } | undefined;
22350
22403
  sensitive?: boolean | undefined;
@@ -22366,6 +22419,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
22366
22419
  placeholder?: string | undefined;
22367
22420
  default_value?: string | undefined;
22368
22421
  default_country?: string | undefined;
22422
+ allow_email?: boolean | undefined;
22369
22423
  } | undefined;
22370
22424
  sensitive?: boolean | undefined;
22371
22425
  label?: string | undefined;
@@ -22810,6 +22864,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
22810
22864
  icon_url?: string | undefined;
22811
22865
  display_name?: string | undefined;
22812
22866
  strategy?: string | undefined;
22867
+ href?: string | undefined;
22813
22868
  }[] | undefined;
22814
22869
  } | undefined;
22815
22870
  sensitive?: boolean | undefined;
@@ -22831,6 +22886,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
22831
22886
  placeholder?: string | undefined;
22832
22887
  default_value?: string | undefined;
22833
22888
  default_country?: string | undefined;
22889
+ allow_email?: boolean | undefined;
22834
22890
  } | undefined;
22835
22891
  sensitive?: boolean | undefined;
22836
22892
  label?: string | undefined;
@@ -24627,16 +24683,19 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24627
24683
  strategy: z.ZodOptional<z.ZodString>;
24628
24684
  display_name: z.ZodOptional<z.ZodString>;
24629
24685
  icon_url: z.ZodOptional<z.ZodString>;
24686
+ href: z.ZodOptional<z.ZodString>;
24630
24687
  }, "strip", z.ZodTypeAny, {
24631
24688
  name: string;
24632
24689
  icon_url?: string | undefined;
24633
24690
  display_name?: string | undefined;
24634
24691
  strategy?: string | undefined;
24692
+ href?: string | undefined;
24635
24693
  }, {
24636
24694
  name: string;
24637
24695
  icon_url?: string | undefined;
24638
24696
  display_name?: string | undefined;
24639
24697
  strategy?: string | undefined;
24698
+ href?: string | undefined;
24640
24699
  }>, "many">>;
24641
24700
  }, "strip", z.ZodTypeAny, {
24642
24701
  providers?: string[] | undefined;
@@ -24645,6 +24704,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24645
24704
  icon_url?: string | undefined;
24646
24705
  display_name?: string | undefined;
24647
24706
  strategy?: string | undefined;
24707
+ href?: string | undefined;
24648
24708
  }[] | undefined;
24649
24709
  }, {
24650
24710
  providers?: string[] | undefined;
@@ -24653,6 +24713,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24653
24713
  icon_url?: string | undefined;
24654
24714
  display_name?: string | undefined;
24655
24715
  strategy?: string | undefined;
24716
+ href?: string | undefined;
24656
24717
  }[] | undefined;
24657
24718
  }>>;
24658
24719
  }, "strip", z.ZodTypeAny, {
@@ -24668,6 +24729,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24668
24729
  icon_url?: string | undefined;
24669
24730
  display_name?: string | undefined;
24670
24731
  strategy?: string | undefined;
24732
+ href?: string | undefined;
24671
24733
  }[] | undefined;
24672
24734
  } | undefined;
24673
24735
  sensitive?: boolean | undefined;
@@ -24691,6 +24753,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24691
24753
  icon_url?: string | undefined;
24692
24754
  display_name?: string | undefined;
24693
24755
  strategy?: string | undefined;
24756
+ href?: string | undefined;
24694
24757
  }[] | undefined;
24695
24758
  } | undefined;
24696
24759
  sensitive?: boolean | undefined;
@@ -24738,14 +24801,17 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24738
24801
  placeholder: z.ZodOptional<z.ZodString>;
24739
24802
  default_country: z.ZodOptional<z.ZodString>;
24740
24803
  default_value: z.ZodOptional<z.ZodString>;
24804
+ allow_email: z.ZodOptional<z.ZodBoolean>;
24741
24805
  }, "strip", z.ZodTypeAny, {
24742
24806
  placeholder?: string | undefined;
24743
24807
  default_value?: string | undefined;
24744
24808
  default_country?: string | undefined;
24809
+ allow_email?: boolean | undefined;
24745
24810
  }, {
24746
24811
  placeholder?: string | undefined;
24747
24812
  default_value?: string | undefined;
24748
24813
  default_country?: string | undefined;
24814
+ allow_email?: boolean | undefined;
24749
24815
  }>>;
24750
24816
  }, "strip", z.ZodTypeAny, {
24751
24817
  type: "TEL";
@@ -24757,6 +24823,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24757
24823
  placeholder?: string | undefined;
24758
24824
  default_value?: string | undefined;
24759
24825
  default_country?: string | undefined;
24826
+ allow_email?: boolean | undefined;
24760
24827
  } | undefined;
24761
24828
  sensitive?: boolean | undefined;
24762
24829
  label?: string | undefined;
@@ -24776,6 +24843,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
24776
24843
  placeholder?: string | undefined;
24777
24844
  default_value?: string | undefined;
24778
24845
  default_country?: string | undefined;
24846
+ allow_email?: boolean | undefined;
24779
24847
  } | undefined;
24780
24848
  sensitive?: boolean | undefined;
24781
24849
  label?: string | undefined;
@@ -25343,6 +25411,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
25343
25411
  icon_url?: string | undefined;
25344
25412
  display_name?: string | undefined;
25345
25413
  strategy?: string | undefined;
25414
+ href?: string | undefined;
25346
25415
  }[] | undefined;
25347
25416
  } | undefined;
25348
25417
  sensitive?: boolean | undefined;
@@ -25364,6 +25433,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
25364
25433
  placeholder?: string | undefined;
25365
25434
  default_value?: string | undefined;
25366
25435
  default_country?: string | undefined;
25436
+ allow_email?: boolean | undefined;
25367
25437
  } | undefined;
25368
25438
  sensitive?: boolean | undefined;
25369
25439
  label?: string | undefined;
@@ -25799,6 +25869,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
25799
25869
  icon_url?: string | undefined;
25800
25870
  display_name?: string | undefined;
25801
25871
  strategy?: string | undefined;
25872
+ href?: string | undefined;
25802
25873
  }[] | undefined;
25803
25874
  } | undefined;
25804
25875
  sensitive?: boolean | undefined;
@@ -25820,6 +25891,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
25820
25891
  placeholder?: string | undefined;
25821
25892
  default_value?: string | undefined;
25822
25893
  default_country?: string | undefined;
25894
+ allow_email?: boolean | undefined;
25823
25895
  } | undefined;
25824
25896
  sensitive?: boolean | undefined;
25825
25897
  label?: string | undefined;
@@ -26261,6 +26333,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
26261
26333
  icon_url?: string | undefined;
26262
26334
  display_name?: string | undefined;
26263
26335
  strategy?: string | undefined;
26336
+ href?: string | undefined;
26264
26337
  }[] | undefined;
26265
26338
  } | undefined;
26266
26339
  sensitive?: boolean | undefined;
@@ -26282,6 +26355,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
26282
26355
  placeholder?: string | undefined;
26283
26356
  default_value?: string | undefined;
26284
26357
  default_country?: string | undefined;
26358
+ allow_email?: boolean | undefined;
26285
26359
  } | undefined;
26286
26360
  sensitive?: boolean | undefined;
26287
26361
  label?: string | undefined;
@@ -26726,6 +26800,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
26726
26800
  icon_url?: string | undefined;
26727
26801
  display_name?: string | undefined;
26728
26802
  strategy?: string | undefined;
26803
+ href?: string | undefined;
26729
26804
  }[] | undefined;
26730
26805
  } | undefined;
26731
26806
  sensitive?: boolean | undefined;
@@ -26747,6 +26822,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
26747
26822
  placeholder?: string | undefined;
26748
26823
  default_value?: string | undefined;
26749
26824
  default_country?: string | undefined;
26825
+ allow_email?: boolean | undefined;
26750
26826
  } | undefined;
26751
26827
  sensitive?: boolean | undefined;
26752
26828
  label?: string | undefined;
@@ -28574,16 +28650,19 @@ export declare const formInsertSchema: z.ZodObject<{
28574
28650
  strategy: z.ZodOptional<z.ZodString>;
28575
28651
  display_name: z.ZodOptional<z.ZodString>;
28576
28652
  icon_url: z.ZodOptional<z.ZodString>;
28653
+ href: z.ZodOptional<z.ZodString>;
28577
28654
  }, "strip", z.ZodTypeAny, {
28578
28655
  name: string;
28579
28656
  icon_url?: string | undefined;
28580
28657
  display_name?: string | undefined;
28581
28658
  strategy?: string | undefined;
28659
+ href?: string | undefined;
28582
28660
  }, {
28583
28661
  name: string;
28584
28662
  icon_url?: string | undefined;
28585
28663
  display_name?: string | undefined;
28586
28664
  strategy?: string | undefined;
28665
+ href?: string | undefined;
28587
28666
  }>, "many">>;
28588
28667
  }, "strip", z.ZodTypeAny, {
28589
28668
  providers?: string[] | undefined;
@@ -28592,6 +28671,7 @@ export declare const formInsertSchema: z.ZodObject<{
28592
28671
  icon_url?: string | undefined;
28593
28672
  display_name?: string | undefined;
28594
28673
  strategy?: string | undefined;
28674
+ href?: string | undefined;
28595
28675
  }[] | undefined;
28596
28676
  }, {
28597
28677
  providers?: string[] | undefined;
@@ -28600,6 +28680,7 @@ export declare const formInsertSchema: z.ZodObject<{
28600
28680
  icon_url?: string | undefined;
28601
28681
  display_name?: string | undefined;
28602
28682
  strategy?: string | undefined;
28683
+ href?: string | undefined;
28603
28684
  }[] | undefined;
28604
28685
  }>>;
28605
28686
  }, "strip", z.ZodTypeAny, {
@@ -28615,6 +28696,7 @@ export declare const formInsertSchema: z.ZodObject<{
28615
28696
  icon_url?: string | undefined;
28616
28697
  display_name?: string | undefined;
28617
28698
  strategy?: string | undefined;
28699
+ href?: string | undefined;
28618
28700
  }[] | undefined;
28619
28701
  } | undefined;
28620
28702
  sensitive?: boolean | undefined;
@@ -28638,6 +28720,7 @@ export declare const formInsertSchema: z.ZodObject<{
28638
28720
  icon_url?: string | undefined;
28639
28721
  display_name?: string | undefined;
28640
28722
  strategy?: string | undefined;
28723
+ href?: string | undefined;
28641
28724
  }[] | undefined;
28642
28725
  } | undefined;
28643
28726
  sensitive?: boolean | undefined;
@@ -28685,14 +28768,17 @@ export declare const formInsertSchema: z.ZodObject<{
28685
28768
  placeholder: z.ZodOptional<z.ZodString>;
28686
28769
  default_country: z.ZodOptional<z.ZodString>;
28687
28770
  default_value: z.ZodOptional<z.ZodString>;
28771
+ allow_email: z.ZodOptional<z.ZodBoolean>;
28688
28772
  }, "strip", z.ZodTypeAny, {
28689
28773
  placeholder?: string | undefined;
28690
28774
  default_value?: string | undefined;
28691
28775
  default_country?: string | undefined;
28776
+ allow_email?: boolean | undefined;
28692
28777
  }, {
28693
28778
  placeholder?: string | undefined;
28694
28779
  default_value?: string | undefined;
28695
28780
  default_country?: string | undefined;
28781
+ allow_email?: boolean | undefined;
28696
28782
  }>>;
28697
28783
  }, "strip", z.ZodTypeAny, {
28698
28784
  type: "TEL";
@@ -28704,6 +28790,7 @@ export declare const formInsertSchema: z.ZodObject<{
28704
28790
  placeholder?: string | undefined;
28705
28791
  default_value?: string | undefined;
28706
28792
  default_country?: string | undefined;
28793
+ allow_email?: boolean | undefined;
28707
28794
  } | undefined;
28708
28795
  sensitive?: boolean | undefined;
28709
28796
  label?: string | undefined;
@@ -28723,6 +28810,7 @@ export declare const formInsertSchema: z.ZodObject<{
28723
28810
  placeholder?: string | undefined;
28724
28811
  default_value?: string | undefined;
28725
28812
  default_country?: string | undefined;
28813
+ allow_email?: boolean | undefined;
28726
28814
  } | undefined;
28727
28815
  sensitive?: boolean | undefined;
28728
28816
  label?: string | undefined;
@@ -29290,6 +29378,7 @@ export declare const formInsertSchema: z.ZodObject<{
29290
29378
  icon_url?: string | undefined;
29291
29379
  display_name?: string | undefined;
29292
29380
  strategy?: string | undefined;
29381
+ href?: string | undefined;
29293
29382
  }[] | undefined;
29294
29383
  } | undefined;
29295
29384
  sensitive?: boolean | undefined;
@@ -29311,6 +29400,7 @@ export declare const formInsertSchema: z.ZodObject<{
29311
29400
  placeholder?: string | undefined;
29312
29401
  default_value?: string | undefined;
29313
29402
  default_country?: string | undefined;
29403
+ allow_email?: boolean | undefined;
29314
29404
  } | undefined;
29315
29405
  sensitive?: boolean | undefined;
29316
29406
  label?: string | undefined;
@@ -29746,6 +29836,7 @@ export declare const formInsertSchema: z.ZodObject<{
29746
29836
  icon_url?: string | undefined;
29747
29837
  display_name?: string | undefined;
29748
29838
  strategy?: string | undefined;
29839
+ href?: string | undefined;
29749
29840
  }[] | undefined;
29750
29841
  } | undefined;
29751
29842
  sensitive?: boolean | undefined;
@@ -29767,6 +29858,7 @@ export declare const formInsertSchema: z.ZodObject<{
29767
29858
  placeholder?: string | undefined;
29768
29859
  default_value?: string | undefined;
29769
29860
  default_country?: string | undefined;
29861
+ allow_email?: boolean | undefined;
29770
29862
  } | undefined;
29771
29863
  sensitive?: boolean | undefined;
29772
29864
  label?: string | undefined;
@@ -30208,6 +30300,7 @@ export declare const formInsertSchema: z.ZodObject<{
30208
30300
  icon_url?: string | undefined;
30209
30301
  display_name?: string | undefined;
30210
30302
  strategy?: string | undefined;
30303
+ href?: string | undefined;
30211
30304
  }[] | undefined;
30212
30305
  } | undefined;
30213
30306
  sensitive?: boolean | undefined;
@@ -30229,6 +30322,7 @@ export declare const formInsertSchema: z.ZodObject<{
30229
30322
  placeholder?: string | undefined;
30230
30323
  default_value?: string | undefined;
30231
30324
  default_country?: string | undefined;
30325
+ allow_email?: boolean | undefined;
30232
30326
  } | undefined;
30233
30327
  sensitive?: boolean | undefined;
30234
30328
  label?: string | undefined;
@@ -30673,6 +30767,7 @@ export declare const formInsertSchema: z.ZodObject<{
30673
30767
  icon_url?: string | undefined;
30674
30768
  display_name?: string | undefined;
30675
30769
  strategy?: string | undefined;
30770
+ href?: string | undefined;
30676
30771
  }[] | undefined;
30677
30772
  } | undefined;
30678
30773
  sensitive?: boolean | undefined;
@@ -30694,6 +30789,7 @@ export declare const formInsertSchema: z.ZodObject<{
30694
30789
  placeholder?: string | undefined;
30695
30790
  default_value?: string | undefined;
30696
30791
  default_country?: string | undefined;
30792
+ allow_email?: boolean | undefined;
30697
30793
  } | undefined;
30698
30794
  sensitive?: boolean | undefined;
30699
30795
  label?: string | undefined;
@@ -31307,6 +31403,7 @@ export declare const formInsertSchema: z.ZodObject<{
31307
31403
  icon_url?: string | undefined;
31308
31404
  display_name?: string | undefined;
31309
31405
  strategy?: string | undefined;
31406
+ href?: string | undefined;
31310
31407
  }[] | undefined;
31311
31408
  } | undefined;
31312
31409
  sensitive?: boolean | undefined;
@@ -31328,6 +31425,7 @@ export declare const formInsertSchema: z.ZodObject<{
31328
31425
  placeholder?: string | undefined;
31329
31426
  default_value?: string | undefined;
31330
31427
  default_country?: string | undefined;
31428
+ allow_email?: boolean | undefined;
31331
31429
  } | undefined;
31332
31430
  sensitive?: boolean | undefined;
31333
31431
  label?: string | undefined;
@@ -31845,6 +31943,7 @@ export declare const formInsertSchema: z.ZodObject<{
31845
31943
  icon_url?: string | undefined;
31846
31944
  display_name?: string | undefined;
31847
31945
  strategy?: string | undefined;
31946
+ href?: string | undefined;
31848
31947
  }[] | undefined;
31849
31948
  } | undefined;
31850
31949
  sensitive?: boolean | undefined;
@@ -31866,6 +31965,7 @@ export declare const formInsertSchema: z.ZodObject<{
31866
31965
  placeholder?: string | undefined;
31867
31966
  default_value?: string | undefined;
31868
31967
  default_country?: string | undefined;
31968
+ allow_email?: boolean | undefined;
31869
31969
  } | undefined;
31870
31970
  sensitive?: boolean | undefined;
31871
31971
  label?: string | undefined;
@@ -33714,16 +33814,19 @@ export declare const formSchema: z.ZodObject<{
33714
33814
  strategy: z.ZodOptional<z.ZodString>;
33715
33815
  display_name: z.ZodOptional<z.ZodString>;
33716
33816
  icon_url: z.ZodOptional<z.ZodString>;
33817
+ href: z.ZodOptional<z.ZodString>;
33717
33818
  }, "strip", z.ZodTypeAny, {
33718
33819
  name: string;
33719
33820
  icon_url?: string | undefined;
33720
33821
  display_name?: string | undefined;
33721
33822
  strategy?: string | undefined;
33823
+ href?: string | undefined;
33722
33824
  }, {
33723
33825
  name: string;
33724
33826
  icon_url?: string | undefined;
33725
33827
  display_name?: string | undefined;
33726
33828
  strategy?: string | undefined;
33829
+ href?: string | undefined;
33727
33830
  }>, "many">>;
33728
33831
  }, "strip", z.ZodTypeAny, {
33729
33832
  providers?: string[] | undefined;
@@ -33732,6 +33835,7 @@ export declare const formSchema: z.ZodObject<{
33732
33835
  icon_url?: string | undefined;
33733
33836
  display_name?: string | undefined;
33734
33837
  strategy?: string | undefined;
33838
+ href?: string | undefined;
33735
33839
  }[] | undefined;
33736
33840
  }, {
33737
33841
  providers?: string[] | undefined;
@@ -33740,6 +33844,7 @@ export declare const formSchema: z.ZodObject<{
33740
33844
  icon_url?: string | undefined;
33741
33845
  display_name?: string | undefined;
33742
33846
  strategy?: string | undefined;
33847
+ href?: string | undefined;
33743
33848
  }[] | undefined;
33744
33849
  }>>;
33745
33850
  }, "strip", z.ZodTypeAny, {
@@ -33755,6 +33860,7 @@ export declare const formSchema: z.ZodObject<{
33755
33860
  icon_url?: string | undefined;
33756
33861
  display_name?: string | undefined;
33757
33862
  strategy?: string | undefined;
33863
+ href?: string | undefined;
33758
33864
  }[] | undefined;
33759
33865
  } | undefined;
33760
33866
  sensitive?: boolean | undefined;
@@ -33778,6 +33884,7 @@ export declare const formSchema: z.ZodObject<{
33778
33884
  icon_url?: string | undefined;
33779
33885
  display_name?: string | undefined;
33780
33886
  strategy?: string | undefined;
33887
+ href?: string | undefined;
33781
33888
  }[] | undefined;
33782
33889
  } | undefined;
33783
33890
  sensitive?: boolean | undefined;
@@ -33825,14 +33932,17 @@ export declare const formSchema: z.ZodObject<{
33825
33932
  placeholder: z.ZodOptional<z.ZodString>;
33826
33933
  default_country: z.ZodOptional<z.ZodString>;
33827
33934
  default_value: z.ZodOptional<z.ZodString>;
33935
+ allow_email: z.ZodOptional<z.ZodBoolean>;
33828
33936
  }, "strip", z.ZodTypeAny, {
33829
33937
  placeholder?: string | undefined;
33830
33938
  default_value?: string | undefined;
33831
33939
  default_country?: string | undefined;
33940
+ allow_email?: boolean | undefined;
33832
33941
  }, {
33833
33942
  placeholder?: string | undefined;
33834
33943
  default_value?: string | undefined;
33835
33944
  default_country?: string | undefined;
33945
+ allow_email?: boolean | undefined;
33836
33946
  }>>;
33837
33947
  }, "strip", z.ZodTypeAny, {
33838
33948
  type: "TEL";
@@ -33844,6 +33954,7 @@ export declare const formSchema: z.ZodObject<{
33844
33954
  placeholder?: string | undefined;
33845
33955
  default_value?: string | undefined;
33846
33956
  default_country?: string | undefined;
33957
+ allow_email?: boolean | undefined;
33847
33958
  } | undefined;
33848
33959
  sensitive?: boolean | undefined;
33849
33960
  label?: string | undefined;
@@ -33863,6 +33974,7 @@ export declare const formSchema: z.ZodObject<{
33863
33974
  placeholder?: string | undefined;
33864
33975
  default_value?: string | undefined;
33865
33976
  default_country?: string | undefined;
33977
+ allow_email?: boolean | undefined;
33866
33978
  } | undefined;
33867
33979
  sensitive?: boolean | undefined;
33868
33980
  label?: string | undefined;
@@ -34430,6 +34542,7 @@ export declare const formSchema: z.ZodObject<{
34430
34542
  icon_url?: string | undefined;
34431
34543
  display_name?: string | undefined;
34432
34544
  strategy?: string | undefined;
34545
+ href?: string | undefined;
34433
34546
  }[] | undefined;
34434
34547
  } | undefined;
34435
34548
  sensitive?: boolean | undefined;
@@ -34451,6 +34564,7 @@ export declare const formSchema: z.ZodObject<{
34451
34564
  placeholder?: string | undefined;
34452
34565
  default_value?: string | undefined;
34453
34566
  default_country?: string | undefined;
34567
+ allow_email?: boolean | undefined;
34454
34568
  } | undefined;
34455
34569
  sensitive?: boolean | undefined;
34456
34570
  label?: string | undefined;
@@ -34886,6 +35000,7 @@ export declare const formSchema: z.ZodObject<{
34886
35000
  icon_url?: string | undefined;
34887
35001
  display_name?: string | undefined;
34888
35002
  strategy?: string | undefined;
35003
+ href?: string | undefined;
34889
35004
  }[] | undefined;
34890
35005
  } | undefined;
34891
35006
  sensitive?: boolean | undefined;
@@ -34907,6 +35022,7 @@ export declare const formSchema: z.ZodObject<{
34907
35022
  placeholder?: string | undefined;
34908
35023
  default_value?: string | undefined;
34909
35024
  default_country?: string | undefined;
35025
+ allow_email?: boolean | undefined;
34910
35026
  } | undefined;
34911
35027
  sensitive?: boolean | undefined;
34912
35028
  label?: string | undefined;
@@ -35348,6 +35464,7 @@ export declare const formSchema: z.ZodObject<{
35348
35464
  icon_url?: string | undefined;
35349
35465
  display_name?: string | undefined;
35350
35466
  strategy?: string | undefined;
35467
+ href?: string | undefined;
35351
35468
  }[] | undefined;
35352
35469
  } | undefined;
35353
35470
  sensitive?: boolean | undefined;
@@ -35369,6 +35486,7 @@ export declare const formSchema: z.ZodObject<{
35369
35486
  placeholder?: string | undefined;
35370
35487
  default_value?: string | undefined;
35371
35488
  default_country?: string | undefined;
35489
+ allow_email?: boolean | undefined;
35372
35490
  } | undefined;
35373
35491
  sensitive?: boolean | undefined;
35374
35492
  label?: string | undefined;
@@ -35813,6 +35931,7 @@ export declare const formSchema: z.ZodObject<{
35813
35931
  icon_url?: string | undefined;
35814
35932
  display_name?: string | undefined;
35815
35933
  strategy?: string | undefined;
35934
+ href?: string | undefined;
35816
35935
  }[] | undefined;
35817
35936
  } | undefined;
35818
35937
  sensitive?: boolean | undefined;
@@ -35834,6 +35953,7 @@ export declare const formSchema: z.ZodObject<{
35834
35953
  placeholder?: string | undefined;
35835
35954
  default_value?: string | undefined;
35836
35955
  default_country?: string | undefined;
35956
+ allow_email?: boolean | undefined;
35837
35957
  } | undefined;
35838
35958
  sensitive?: boolean | undefined;
35839
35959
  label?: string | undefined;
@@ -36452,6 +36572,7 @@ export declare const formSchema: z.ZodObject<{
36452
36572
  icon_url?: string | undefined;
36453
36573
  display_name?: string | undefined;
36454
36574
  strategy?: string | undefined;
36575
+ href?: string | undefined;
36455
36576
  }[] | undefined;
36456
36577
  } | undefined;
36457
36578
  sensitive?: boolean | undefined;
@@ -36473,6 +36594,7 @@ export declare const formSchema: z.ZodObject<{
36473
36594
  placeholder?: string | undefined;
36474
36595
  default_value?: string | undefined;
36475
36596
  default_country?: string | undefined;
36597
+ allow_email?: boolean | undefined;
36476
36598
  } | undefined;
36477
36599
  sensitive?: boolean | undefined;
36478
36600
  label?: string | undefined;
@@ -36993,6 +37115,7 @@ export declare const formSchema: z.ZodObject<{
36993
37115
  icon_url?: string | undefined;
36994
37116
  display_name?: string | undefined;
36995
37117
  strategy?: string | undefined;
37118
+ href?: string | undefined;
36996
37119
  }[] | undefined;
36997
37120
  } | undefined;
36998
37121
  sensitive?: boolean | undefined;
@@ -37014,6 +37137,7 @@ export declare const formSchema: z.ZodObject<{
37014
37137
  placeholder?: string | undefined;
37015
37138
  default_value?: string | undefined;
37016
37139
  default_country?: string | undefined;
37140
+ allow_email?: boolean | undefined;
37017
37141
  } | undefined;
37018
37142
  sensitive?: boolean | undefined;
37019
37143
  label?: string | undefined;
@@ -38749,16 +38873,19 @@ export declare const uiScreenSchema: z.ZodObject<{
38749
38873
  strategy: z.ZodOptional<z.ZodString>;
38750
38874
  display_name: z.ZodOptional<z.ZodString>;
38751
38875
  icon_url: z.ZodOptional<z.ZodString>;
38876
+ href: z.ZodOptional<z.ZodString>;
38752
38877
  }, "strip", z.ZodTypeAny, {
38753
38878
  name: string;
38754
38879
  icon_url?: string | undefined;
38755
38880
  display_name?: string | undefined;
38756
38881
  strategy?: string | undefined;
38882
+ href?: string | undefined;
38757
38883
  }, {
38758
38884
  name: string;
38759
38885
  icon_url?: string | undefined;
38760
38886
  display_name?: string | undefined;
38761
38887
  strategy?: string | undefined;
38888
+ href?: string | undefined;
38762
38889
  }>, "many">>;
38763
38890
  }, "strip", z.ZodTypeAny, {
38764
38891
  providers?: string[] | undefined;
@@ -38767,6 +38894,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38767
38894
  icon_url?: string | undefined;
38768
38895
  display_name?: string | undefined;
38769
38896
  strategy?: string | undefined;
38897
+ href?: string | undefined;
38770
38898
  }[] | undefined;
38771
38899
  }, {
38772
38900
  providers?: string[] | undefined;
@@ -38775,6 +38903,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38775
38903
  icon_url?: string | undefined;
38776
38904
  display_name?: string | undefined;
38777
38905
  strategy?: string | undefined;
38906
+ href?: string | undefined;
38778
38907
  }[] | undefined;
38779
38908
  }>>;
38780
38909
  }, "strip", z.ZodTypeAny, {
@@ -38790,6 +38919,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38790
38919
  icon_url?: string | undefined;
38791
38920
  display_name?: string | undefined;
38792
38921
  strategy?: string | undefined;
38922
+ href?: string | undefined;
38793
38923
  }[] | undefined;
38794
38924
  } | undefined;
38795
38925
  sensitive?: boolean | undefined;
@@ -38813,6 +38943,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38813
38943
  icon_url?: string | undefined;
38814
38944
  display_name?: string | undefined;
38815
38945
  strategy?: string | undefined;
38946
+ href?: string | undefined;
38816
38947
  }[] | undefined;
38817
38948
  } | undefined;
38818
38949
  sensitive?: boolean | undefined;
@@ -38860,14 +38991,17 @@ export declare const uiScreenSchema: z.ZodObject<{
38860
38991
  placeholder: z.ZodOptional<z.ZodString>;
38861
38992
  default_country: z.ZodOptional<z.ZodString>;
38862
38993
  default_value: z.ZodOptional<z.ZodString>;
38994
+ allow_email: z.ZodOptional<z.ZodBoolean>;
38863
38995
  }, "strip", z.ZodTypeAny, {
38864
38996
  placeholder?: string | undefined;
38865
38997
  default_value?: string | undefined;
38866
38998
  default_country?: string | undefined;
38999
+ allow_email?: boolean | undefined;
38867
39000
  }, {
38868
39001
  placeholder?: string | undefined;
38869
39002
  default_value?: string | undefined;
38870
39003
  default_country?: string | undefined;
39004
+ allow_email?: boolean | undefined;
38871
39005
  }>>;
38872
39006
  }, "strip", z.ZodTypeAny, {
38873
39007
  type: "TEL";
@@ -38879,6 +39013,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38879
39013
  placeholder?: string | undefined;
38880
39014
  default_value?: string | undefined;
38881
39015
  default_country?: string | undefined;
39016
+ allow_email?: boolean | undefined;
38882
39017
  } | undefined;
38883
39018
  sensitive?: boolean | undefined;
38884
39019
  label?: string | undefined;
@@ -38898,6 +39033,7 @@ export declare const uiScreenSchema: z.ZodObject<{
38898
39033
  placeholder?: string | undefined;
38899
39034
  default_value?: string | undefined;
38900
39035
  default_country?: string | undefined;
39036
+ allow_email?: boolean | undefined;
38901
39037
  } | undefined;
38902
39038
  sensitive?: boolean | undefined;
38903
39039
  label?: string | undefined;
@@ -39501,6 +39637,7 @@ export declare const uiScreenSchema: z.ZodObject<{
39501
39637
  icon_url?: string | undefined;
39502
39638
  display_name?: string | undefined;
39503
39639
  strategy?: string | undefined;
39640
+ href?: string | undefined;
39504
39641
  }[] | undefined;
39505
39642
  } | undefined;
39506
39643
  sensitive?: boolean | undefined;
@@ -39522,6 +39659,7 @@ export declare const uiScreenSchema: z.ZodObject<{
39522
39659
  placeholder?: string | undefined;
39523
39660
  default_value?: string | undefined;
39524
39661
  default_country?: string | undefined;
39662
+ allow_email?: boolean | undefined;
39525
39663
  } | undefined;
39526
39664
  sensitive?: boolean | undefined;
39527
39665
  label?: string | undefined;
@@ -39973,6 +40111,7 @@ export declare const uiScreenSchema: z.ZodObject<{
39973
40111
  icon_url?: string | undefined;
39974
40112
  display_name?: string | undefined;
39975
40113
  strategy?: string | undefined;
40114
+ href?: string | undefined;
39976
40115
  }[] | undefined;
39977
40116
  } | undefined;
39978
40117
  sensitive?: boolean | undefined;
@@ -39994,6 +40133,7 @@ export declare const uiScreenSchema: z.ZodObject<{
39994
40133
  placeholder?: string | undefined;
39995
40134
  default_value?: string | undefined;
39996
40135
  default_country?: string | undefined;
40136
+ allow_email?: boolean | undefined;
39997
40137
  } | undefined;
39998
40138
  sensitive?: boolean | undefined;
39999
40139
  label?: string | undefined;
@@ -46017,7 +46157,8 @@ export declare const promptScreenSchema: z.ZodEnum<[
46017
46157
  "common",
46018
46158
  "passkeys",
46019
46159
  "captcha",
46020
- "custom-form"
46160
+ "custom-form",
46161
+ "login-passwordless"
46021
46162
  ]>;
46022
46163
  export type PromptScreen = z.infer<typeof promptScreenSchema>;
46023
46164
  /**
@@ -46058,20 +46199,42 @@ export declare const customTextEntrySchema: z.ZodObject<{
46058
46199
  "common",
46059
46200
  "passkeys",
46060
46201
  "captcha",
46061
- "custom-form"
46202
+ "custom-form",
46203
+ "login-passwordless"
46062
46204
  ]>;
46063
46205
  language: z.ZodString;
46064
46206
  custom_text: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>;
46065
46207
  }, "strip", z.ZodTypeAny, {
46066
- 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";
46208
+ 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";
46067
46209
  language: string;
46068
46210
  custom_text: Record<string, Record<string, string>>;
46069
46211
  }, {
46070
- 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";
46212
+ 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";
46071
46213
  language: string;
46072
46214
  custom_text: Record<string, Record<string, string>>;
46073
46215
  }>;
46074
46216
  export type CustomTextEntry = z.infer<typeof customTextEntrySchema>;
46217
+ export declare const Strategy: {
46218
+ readonly EMAIL: "email";
46219
+ readonly SMS: "sms";
46220
+ readonly USERNAME_PASSWORD: "Username-Password-Authentication";
46221
+ readonly GOOGLE_OAUTH2: "google-oauth2";
46222
+ readonly APPLE: "apple";
46223
+ readonly FACEBOOK: "facebook";
46224
+ readonly GITHUB: "github";
46225
+ readonly MICROSOFT: "microsoft";
46226
+ readonly VIPPS: "vipps";
46227
+ readonly OIDC: "oidc";
46228
+ readonly OAUTH2: "oauth2";
46229
+ readonly SAMLP: "samlp";
46230
+ readonly WAAD: "waad";
46231
+ readonly ADFS: "adfs";
46232
+ };
46233
+ export declare const StrategyType: {
46234
+ readonly DATABASE: "database";
46235
+ readonly SOCIAL: "social";
46236
+ readonly PASSWORDLESS: "passwordless";
46237
+ };
46075
46238
  export declare function parseUserId(user_id: string): {
46076
46239
  connection: string;
46077
46240
  id: string;
@@ -49368,7 +49531,7 @@ export type UserInfo = {
49368
49531
  family_name?: string;
49369
49532
  name?: string;
49370
49533
  };
49371
- export type Strategy = {
49534
+ export type StrategyHandler = {
49372
49535
  displayName: string;
49373
49536
  logoDataUri: string;
49374
49537
  getRedirect: (ctx: Context<{
@@ -49420,7 +49583,7 @@ export type Bindings = {
49420
49583
  [key: string]: smsService;
49421
49584
  };
49422
49585
  STRATEGIES?: {
49423
- [strategy: string]: Strategy;
49586
+ [strategy: string]: StrategyHandler;
49424
49587
  };
49425
49588
  JWKS_CACHE_TIMEOUT_IN_SECONDS: number;
49426
49589
  ORGANIZATION_NAME: string;
@@ -49981,7 +50144,7 @@ export declare const USERNAME_PASSWORD_PROVIDER = "auth2";
49981
50144
  export interface EnsureUsernameOptions {
49982
50145
  /**
49983
50146
  * The connection name used for username accounts.
49984
- * @default "Username-Password-Authentication"
50147
+ * @default Strategy.USERNAME_PASSWORD
49985
50148
  */
49986
50149
  connection?: string;
49987
50150
  /**
@@ -52365,6 +52528,7 @@ export declare function init(config: AuthHeroConfig): {
52365
52528
  icon_url?: string | undefined | undefined;
52366
52529
  display_name?: string | undefined | undefined;
52367
52530
  strategy?: string | undefined | undefined;
52531
+ href?: string | undefined | undefined;
52368
52532
  }[] | undefined;
52369
52533
  } | undefined;
52370
52534
  sensitive?: boolean | undefined | undefined;
@@ -52386,6 +52550,7 @@ export declare function init(config: AuthHeroConfig): {
52386
52550
  placeholder?: string | undefined | undefined;
52387
52551
  default_value?: string | undefined | undefined;
52388
52552
  default_country?: string | undefined | undefined;
52553
+ allow_email?: boolean | undefined | undefined;
52389
52554
  } | undefined;
52390
52555
  sensitive?: boolean | undefined | undefined;
52391
52556
  label?: string | undefined | undefined;
@@ -52921,6 +53086,7 @@ export declare function init(config: AuthHeroConfig): {
52921
53086
  icon_url?: string | undefined | undefined;
52922
53087
  display_name?: string | undefined | undefined;
52923
53088
  strategy?: string | undefined | undefined;
53089
+ href?: string | undefined | undefined;
52924
53090
  }[] | undefined;
52925
53091
  } | undefined;
52926
53092
  sensitive?: boolean | undefined | undefined;
@@ -52942,6 +53108,7 @@ export declare function init(config: AuthHeroConfig): {
52942
53108
  placeholder?: string | undefined | undefined;
52943
53109
  default_value?: string | undefined | undefined;
52944
53110
  default_country?: string | undefined | undefined;
53111
+ allow_email?: boolean | undefined | undefined;
52945
53112
  } | undefined;
52946
53113
  sensitive?: boolean | undefined | undefined;
52947
53114
  label?: string | undefined | undefined;
@@ -53492,6 +53659,7 @@ export declare function init(config: AuthHeroConfig): {
53492
53659
  icon_url?: string | undefined | undefined;
53493
53660
  display_name?: string | undefined | undefined;
53494
53661
  strategy?: string | undefined | undefined;
53662
+ href?: string | undefined | undefined;
53495
53663
  }[] | undefined;
53496
53664
  } | undefined;
53497
53665
  sensitive?: boolean | undefined | undefined;
@@ -53513,6 +53681,7 @@ export declare function init(config: AuthHeroConfig): {
53513
53681
  placeholder?: string | undefined | undefined;
53514
53682
  default_value?: string | undefined | undefined;
53515
53683
  default_country?: string | undefined | undefined;
53684
+ allow_email?: boolean | undefined | undefined;
53516
53685
  } | undefined;
53517
53686
  sensitive?: boolean | undefined | undefined;
53518
53687
  label?: string | undefined | undefined;
@@ -54070,6 +54239,7 @@ export declare function init(config: AuthHeroConfig): {
54070
54239
  icon_url?: string | undefined;
54071
54240
  display_name?: string | undefined;
54072
54241
  strategy?: string | undefined;
54242
+ href?: string | undefined;
54073
54243
  }[] | undefined;
54074
54244
  } | undefined;
54075
54245
  sensitive?: boolean | undefined;
@@ -54091,6 +54261,7 @@ export declare function init(config: AuthHeroConfig): {
54091
54261
  placeholder?: string | undefined;
54092
54262
  default_value?: string | undefined;
54093
54263
  default_country?: string | undefined;
54264
+ allow_email?: boolean | undefined;
54094
54265
  } | undefined;
54095
54266
  sensitive?: boolean | undefined;
54096
54267
  label?: string | undefined;
@@ -54619,6 +54790,7 @@ export declare function init(config: AuthHeroConfig): {
54619
54790
  icon_url?: string | undefined | undefined;
54620
54791
  display_name?: string | undefined | undefined;
54621
54792
  strategy?: string | undefined | undefined;
54793
+ href?: string | undefined | undefined;
54622
54794
  }[] | undefined;
54623
54795
  } | undefined;
54624
54796
  sensitive?: boolean | undefined | undefined;
@@ -54640,6 +54812,7 @@ export declare function init(config: AuthHeroConfig): {
54640
54812
  placeholder?: string | undefined | undefined;
54641
54813
  default_value?: string | undefined | undefined;
54642
54814
  default_country?: string | undefined | undefined;
54815
+ allow_email?: boolean | undefined | undefined;
54643
54816
  } | undefined;
54644
54817
  sensitive?: boolean | undefined | undefined;
54645
54818
  label?: string | undefined | undefined;
@@ -55176,6 +55349,7 @@ export declare function init(config: AuthHeroConfig): {
55176
55349
  icon_url?: string | undefined;
55177
55350
  display_name?: string | undefined;
55178
55351
  strategy?: string | undefined;
55352
+ href?: string | undefined;
55179
55353
  }[] | undefined;
55180
55354
  } | undefined;
55181
55355
  sensitive?: boolean | undefined;
@@ -55197,6 +55371,7 @@ export declare function init(config: AuthHeroConfig): {
55197
55371
  placeholder?: string | undefined;
55198
55372
  default_value?: string | undefined;
55199
55373
  default_country?: string | undefined;
55374
+ allow_email?: boolean | undefined;
55200
55375
  } | undefined;
55201
55376
  sensitive?: boolean | undefined;
55202
55377
  label?: string | undefined;
@@ -55725,6 +55900,7 @@ export declare function init(config: AuthHeroConfig): {
55725
55900
  icon_url?: string | undefined | undefined;
55726
55901
  display_name?: string | undefined | undefined;
55727
55902
  strategy?: string | undefined | undefined;
55903
+ href?: string | undefined | undefined;
55728
55904
  }[] | undefined;
55729
55905
  } | undefined;
55730
55906
  sensitive?: boolean | undefined | undefined;
@@ -55746,6 +55922,7 @@ export declare function init(config: AuthHeroConfig): {
55746
55922
  placeholder?: string | undefined | undefined;
55747
55923
  default_value?: string | undefined | undefined;
55748
55924
  default_country?: string | undefined | undefined;
55925
+ allow_email?: boolean | undefined | undefined;
55749
55926
  } | undefined;
55750
55927
  sensitive?: boolean | undefined | undefined;
55751
55928
  label?: string | undefined | undefined;
@@ -56013,7 +56190,7 @@ export declare function init(config: AuthHeroConfig): {
56013
56190
  };
56014
56191
  };
56015
56192
  output: {
56016
- prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form";
56193
+ prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
56017
56194
  language: string;
56018
56195
  }[];
56019
56196
  outputFormat: "json";
@@ -56025,7 +56202,7 @@ export declare function init(config: AuthHeroConfig): {
56025
56202
  $get: {
56026
56203
  input: {
56027
56204
  param: {
56028
- prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form";
56205
+ prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
56029
56206
  language: string;
56030
56207
  };
56031
56208
  } & {
@@ -56047,7 +56224,7 @@ export declare function init(config: AuthHeroConfig): {
56047
56224
  $put: {
56048
56225
  input: {
56049
56226
  param: {
56050
- prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form";
56227
+ prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
56051
56228
  language: string;
56052
56229
  };
56053
56230
  } & {
@@ -56071,7 +56248,7 @@ export declare function init(config: AuthHeroConfig): {
56071
56248
  $delete: {
56072
56249
  input: {
56073
56250
  param: {
56074
- prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form";
56251
+ prompt: "status" | "common" | "organizations" | "mfa" | "login" | "login-id" | "login-password" | "signup" | "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" | "passkeys" | "captcha" | "custom-form" | "login-passwordless";
56075
56252
  language: string;
56076
56253
  };
56077
56254
  } & {