@authhero/adapter-interfaces 0.146.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;
|
|
@@ -16658,16 +16665,19 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16658
16665
|
strategy: z.ZodOptional<z.ZodString>;
|
|
16659
16666
|
display_name: z.ZodOptional<z.ZodString>;
|
|
16660
16667
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
16668
|
+
href: z.ZodOptional<z.ZodString>;
|
|
16661
16669
|
}, "strip", z.ZodTypeAny, {
|
|
16662
16670
|
name: string;
|
|
16663
16671
|
icon_url?: string | undefined;
|
|
16664
16672
|
display_name?: string | undefined;
|
|
16665
16673
|
strategy?: string | undefined;
|
|
16674
|
+
href?: string | undefined;
|
|
16666
16675
|
}, {
|
|
16667
16676
|
name: string;
|
|
16668
16677
|
icon_url?: string | undefined;
|
|
16669
16678
|
display_name?: string | undefined;
|
|
16670
16679
|
strategy?: string | undefined;
|
|
16680
|
+
href?: string | undefined;
|
|
16671
16681
|
}>, "many">>;
|
|
16672
16682
|
}, "strip", z.ZodTypeAny, {
|
|
16673
16683
|
providers?: string[] | undefined;
|
|
@@ -16676,6 +16686,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16676
16686
|
icon_url?: string | undefined;
|
|
16677
16687
|
display_name?: string | undefined;
|
|
16678
16688
|
strategy?: string | undefined;
|
|
16689
|
+
href?: string | undefined;
|
|
16679
16690
|
}[] | undefined;
|
|
16680
16691
|
}, {
|
|
16681
16692
|
providers?: string[] | undefined;
|
|
@@ -16684,6 +16695,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16684
16695
|
icon_url?: string | undefined;
|
|
16685
16696
|
display_name?: string | undefined;
|
|
16686
16697
|
strategy?: string | undefined;
|
|
16698
|
+
href?: string | undefined;
|
|
16687
16699
|
}[] | undefined;
|
|
16688
16700
|
}>>;
|
|
16689
16701
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16699,6 +16711,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16699
16711
|
icon_url?: string | undefined;
|
|
16700
16712
|
display_name?: string | undefined;
|
|
16701
16713
|
strategy?: string | undefined;
|
|
16714
|
+
href?: string | undefined;
|
|
16702
16715
|
}[] | undefined;
|
|
16703
16716
|
} | undefined;
|
|
16704
16717
|
sensitive?: boolean | undefined;
|
|
@@ -16722,6 +16735,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16722
16735
|
icon_url?: string | undefined;
|
|
16723
16736
|
display_name?: string | undefined;
|
|
16724
16737
|
strategy?: string | undefined;
|
|
16738
|
+
href?: string | undefined;
|
|
16725
16739
|
}[] | undefined;
|
|
16726
16740
|
} | undefined;
|
|
16727
16741
|
sensitive?: boolean | undefined;
|
|
@@ -18583,16 +18597,19 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18583
18597
|
strategy: z.ZodOptional<z.ZodString>;
|
|
18584
18598
|
display_name: z.ZodOptional<z.ZodString>;
|
|
18585
18599
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
18600
|
+
href: z.ZodOptional<z.ZodString>;
|
|
18586
18601
|
}, "strip", z.ZodTypeAny, {
|
|
18587
18602
|
name: string;
|
|
18588
18603
|
icon_url?: string | undefined;
|
|
18589
18604
|
display_name?: string | undefined;
|
|
18590
18605
|
strategy?: string | undefined;
|
|
18606
|
+
href?: string | undefined;
|
|
18591
18607
|
}, {
|
|
18592
18608
|
name: string;
|
|
18593
18609
|
icon_url?: string | undefined;
|
|
18594
18610
|
display_name?: string | undefined;
|
|
18595
18611
|
strategy?: string | undefined;
|
|
18612
|
+
href?: string | undefined;
|
|
18596
18613
|
}>, "many">>;
|
|
18597
18614
|
}, "strip", z.ZodTypeAny, {
|
|
18598
18615
|
providers?: string[] | undefined;
|
|
@@ -18601,6 +18618,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18601
18618
|
icon_url?: string | undefined;
|
|
18602
18619
|
display_name?: string | undefined;
|
|
18603
18620
|
strategy?: string | undefined;
|
|
18621
|
+
href?: string | undefined;
|
|
18604
18622
|
}[] | undefined;
|
|
18605
18623
|
}, {
|
|
18606
18624
|
providers?: string[] | undefined;
|
|
@@ -18609,6 +18627,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18609
18627
|
icon_url?: string | undefined;
|
|
18610
18628
|
display_name?: string | undefined;
|
|
18611
18629
|
strategy?: string | undefined;
|
|
18630
|
+
href?: string | undefined;
|
|
18612
18631
|
}[] | undefined;
|
|
18613
18632
|
}>>;
|
|
18614
18633
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -18624,6 +18643,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18624
18643
|
icon_url?: string | undefined;
|
|
18625
18644
|
display_name?: string | undefined;
|
|
18626
18645
|
strategy?: string | undefined;
|
|
18646
|
+
href?: string | undefined;
|
|
18627
18647
|
}[] | undefined;
|
|
18628
18648
|
} | undefined;
|
|
18629
18649
|
sensitive?: boolean | undefined;
|
|
@@ -18647,6 +18667,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18647
18667
|
icon_url?: string | undefined;
|
|
18648
18668
|
display_name?: string | undefined;
|
|
18649
18669
|
strategy?: string | undefined;
|
|
18670
|
+
href?: string | undefined;
|
|
18650
18671
|
}[] | undefined;
|
|
18651
18672
|
} | undefined;
|
|
18652
18673
|
sensitive?: boolean | undefined;
|
|
@@ -20723,16 +20744,19 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20723
20744
|
strategy: z.ZodOptional<z.ZodString>;
|
|
20724
20745
|
display_name: z.ZodOptional<z.ZodString>;
|
|
20725
20746
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
20747
|
+
href: z.ZodOptional<z.ZodString>;
|
|
20726
20748
|
}, "strip", z.ZodTypeAny, {
|
|
20727
20749
|
name: string;
|
|
20728
20750
|
icon_url?: string | undefined;
|
|
20729
20751
|
display_name?: string | undefined;
|
|
20730
20752
|
strategy?: string | undefined;
|
|
20753
|
+
href?: string | undefined;
|
|
20731
20754
|
}, {
|
|
20732
20755
|
name: string;
|
|
20733
20756
|
icon_url?: string | undefined;
|
|
20734
20757
|
display_name?: string | undefined;
|
|
20735
20758
|
strategy?: string | undefined;
|
|
20759
|
+
href?: string | undefined;
|
|
20736
20760
|
}>, "many">>;
|
|
20737
20761
|
}, "strip", z.ZodTypeAny, {
|
|
20738
20762
|
providers?: string[] | undefined;
|
|
@@ -20741,6 +20765,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20741
20765
|
icon_url?: string | undefined;
|
|
20742
20766
|
display_name?: string | undefined;
|
|
20743
20767
|
strategy?: string | undefined;
|
|
20768
|
+
href?: string | undefined;
|
|
20744
20769
|
}[] | undefined;
|
|
20745
20770
|
}, {
|
|
20746
20771
|
providers?: string[] | undefined;
|
|
@@ -20749,6 +20774,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20749
20774
|
icon_url?: string | undefined;
|
|
20750
20775
|
display_name?: string | undefined;
|
|
20751
20776
|
strategy?: string | undefined;
|
|
20777
|
+
href?: string | undefined;
|
|
20752
20778
|
}[] | undefined;
|
|
20753
20779
|
}>>;
|
|
20754
20780
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20764,6 +20790,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20764
20790
|
icon_url?: string | undefined;
|
|
20765
20791
|
display_name?: string | undefined;
|
|
20766
20792
|
strategy?: string | undefined;
|
|
20793
|
+
href?: string | undefined;
|
|
20767
20794
|
}[] | undefined;
|
|
20768
20795
|
} | undefined;
|
|
20769
20796
|
sensitive?: boolean | undefined;
|
|
@@ -20787,6 +20814,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20787
20814
|
icon_url?: string | undefined;
|
|
20788
20815
|
display_name?: string | undefined;
|
|
20789
20816
|
strategy?: string | undefined;
|
|
20817
|
+
href?: string | undefined;
|
|
20790
20818
|
}[] | undefined;
|
|
20791
20819
|
} | undefined;
|
|
20792
20820
|
sensitive?: boolean | undefined;
|
|
@@ -21444,6 +21472,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21444
21472
|
icon_url?: string | undefined;
|
|
21445
21473
|
display_name?: string | undefined;
|
|
21446
21474
|
strategy?: string | undefined;
|
|
21475
|
+
href?: string | undefined;
|
|
21447
21476
|
}[] | undefined;
|
|
21448
21477
|
} | undefined;
|
|
21449
21478
|
sensitive?: boolean | undefined;
|
|
@@ -21901,6 +21930,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21901
21930
|
icon_url?: string | undefined;
|
|
21902
21931
|
display_name?: string | undefined;
|
|
21903
21932
|
strategy?: string | undefined;
|
|
21933
|
+
href?: string | undefined;
|
|
21904
21934
|
}[] | undefined;
|
|
21905
21935
|
} | undefined;
|
|
21906
21936
|
sensitive?: boolean | undefined;
|
|
@@ -22364,6 +22394,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22364
22394
|
icon_url?: string | undefined;
|
|
22365
22395
|
display_name?: string | undefined;
|
|
22366
22396
|
strategy?: string | undefined;
|
|
22397
|
+
href?: string | undefined;
|
|
22367
22398
|
}[] | undefined;
|
|
22368
22399
|
} | undefined;
|
|
22369
22400
|
sensitive?: boolean | undefined;
|
|
@@ -22830,6 +22861,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22830
22861
|
icon_url?: string | undefined;
|
|
22831
22862
|
display_name?: string | undefined;
|
|
22832
22863
|
strategy?: string | undefined;
|
|
22864
|
+
href?: string | undefined;
|
|
22833
22865
|
}[] | undefined;
|
|
22834
22866
|
} | undefined;
|
|
22835
22867
|
sensitive?: boolean | undefined;
|
|
@@ -24648,16 +24680,19 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24648
24680
|
strategy: z.ZodOptional<z.ZodString>;
|
|
24649
24681
|
display_name: z.ZodOptional<z.ZodString>;
|
|
24650
24682
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
24683
|
+
href: z.ZodOptional<z.ZodString>;
|
|
24651
24684
|
}, "strip", z.ZodTypeAny, {
|
|
24652
24685
|
name: string;
|
|
24653
24686
|
icon_url?: string | undefined;
|
|
24654
24687
|
display_name?: string | undefined;
|
|
24655
24688
|
strategy?: string | undefined;
|
|
24689
|
+
href?: string | undefined;
|
|
24656
24690
|
}, {
|
|
24657
24691
|
name: string;
|
|
24658
24692
|
icon_url?: string | undefined;
|
|
24659
24693
|
display_name?: string | undefined;
|
|
24660
24694
|
strategy?: string | undefined;
|
|
24695
|
+
href?: string | undefined;
|
|
24661
24696
|
}>, "many">>;
|
|
24662
24697
|
}, "strip", z.ZodTypeAny, {
|
|
24663
24698
|
providers?: string[] | undefined;
|
|
@@ -24666,6 +24701,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24666
24701
|
icon_url?: string | undefined;
|
|
24667
24702
|
display_name?: string | undefined;
|
|
24668
24703
|
strategy?: string | undefined;
|
|
24704
|
+
href?: string | undefined;
|
|
24669
24705
|
}[] | undefined;
|
|
24670
24706
|
}, {
|
|
24671
24707
|
providers?: string[] | undefined;
|
|
@@ -24674,6 +24710,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24674
24710
|
icon_url?: string | undefined;
|
|
24675
24711
|
display_name?: string | undefined;
|
|
24676
24712
|
strategy?: string | undefined;
|
|
24713
|
+
href?: string | undefined;
|
|
24677
24714
|
}[] | undefined;
|
|
24678
24715
|
}>>;
|
|
24679
24716
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24689,6 +24726,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24689
24726
|
icon_url?: string | undefined;
|
|
24690
24727
|
display_name?: string | undefined;
|
|
24691
24728
|
strategy?: string | undefined;
|
|
24729
|
+
href?: string | undefined;
|
|
24692
24730
|
}[] | undefined;
|
|
24693
24731
|
} | undefined;
|
|
24694
24732
|
sensitive?: boolean | undefined;
|
|
@@ -24712,6 +24750,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24712
24750
|
icon_url?: string | undefined;
|
|
24713
24751
|
display_name?: string | undefined;
|
|
24714
24752
|
strategy?: string | undefined;
|
|
24753
|
+
href?: string | undefined;
|
|
24715
24754
|
}[] | undefined;
|
|
24716
24755
|
} | undefined;
|
|
24717
24756
|
sensitive?: boolean | undefined;
|
|
@@ -25369,6 +25408,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25369
25408
|
icon_url?: string | undefined;
|
|
25370
25409
|
display_name?: string | undefined;
|
|
25371
25410
|
strategy?: string | undefined;
|
|
25411
|
+
href?: string | undefined;
|
|
25372
25412
|
}[] | undefined;
|
|
25373
25413
|
} | undefined;
|
|
25374
25414
|
sensitive?: boolean | undefined;
|
|
@@ -25826,6 +25866,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25826
25866
|
icon_url?: string | undefined;
|
|
25827
25867
|
display_name?: string | undefined;
|
|
25828
25868
|
strategy?: string | undefined;
|
|
25869
|
+
href?: string | undefined;
|
|
25829
25870
|
}[] | undefined;
|
|
25830
25871
|
} | undefined;
|
|
25831
25872
|
sensitive?: boolean | undefined;
|
|
@@ -26289,6 +26330,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26289
26330
|
icon_url?: string | undefined;
|
|
26290
26331
|
display_name?: string | undefined;
|
|
26291
26332
|
strategy?: string | undefined;
|
|
26333
|
+
href?: string | undefined;
|
|
26292
26334
|
}[] | undefined;
|
|
26293
26335
|
} | undefined;
|
|
26294
26336
|
sensitive?: boolean | undefined;
|
|
@@ -26755,6 +26797,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26755
26797
|
icon_url?: string | undefined;
|
|
26756
26798
|
display_name?: string | undefined;
|
|
26757
26799
|
strategy?: string | undefined;
|
|
26800
|
+
href?: string | undefined;
|
|
26758
26801
|
}[] | undefined;
|
|
26759
26802
|
} | undefined;
|
|
26760
26803
|
sensitive?: boolean | undefined;
|
|
@@ -28604,16 +28647,19 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28604
28647
|
strategy: z.ZodOptional<z.ZodString>;
|
|
28605
28648
|
display_name: z.ZodOptional<z.ZodString>;
|
|
28606
28649
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
28650
|
+
href: z.ZodOptional<z.ZodString>;
|
|
28607
28651
|
}, "strip", z.ZodTypeAny, {
|
|
28608
28652
|
name: string;
|
|
28609
28653
|
icon_url?: string | undefined;
|
|
28610
28654
|
display_name?: string | undefined;
|
|
28611
28655
|
strategy?: string | undefined;
|
|
28656
|
+
href?: string | undefined;
|
|
28612
28657
|
}, {
|
|
28613
28658
|
name: string;
|
|
28614
28659
|
icon_url?: string | undefined;
|
|
28615
28660
|
display_name?: string | undefined;
|
|
28616
28661
|
strategy?: string | undefined;
|
|
28662
|
+
href?: string | undefined;
|
|
28617
28663
|
}>, "many">>;
|
|
28618
28664
|
}, "strip", z.ZodTypeAny, {
|
|
28619
28665
|
providers?: string[] | undefined;
|
|
@@ -28622,6 +28668,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28622
28668
|
icon_url?: string | undefined;
|
|
28623
28669
|
display_name?: string | undefined;
|
|
28624
28670
|
strategy?: string | undefined;
|
|
28671
|
+
href?: string | undefined;
|
|
28625
28672
|
}[] | undefined;
|
|
28626
28673
|
}, {
|
|
28627
28674
|
providers?: string[] | undefined;
|
|
@@ -28630,6 +28677,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28630
28677
|
icon_url?: string | undefined;
|
|
28631
28678
|
display_name?: string | undefined;
|
|
28632
28679
|
strategy?: string | undefined;
|
|
28680
|
+
href?: string | undefined;
|
|
28633
28681
|
}[] | undefined;
|
|
28634
28682
|
}>>;
|
|
28635
28683
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28645,6 +28693,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28645
28693
|
icon_url?: string | undefined;
|
|
28646
28694
|
display_name?: string | undefined;
|
|
28647
28695
|
strategy?: string | undefined;
|
|
28696
|
+
href?: string | undefined;
|
|
28648
28697
|
}[] | undefined;
|
|
28649
28698
|
} | undefined;
|
|
28650
28699
|
sensitive?: boolean | undefined;
|
|
@@ -28668,6 +28717,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28668
28717
|
icon_url?: string | undefined;
|
|
28669
28718
|
display_name?: string | undefined;
|
|
28670
28719
|
strategy?: string | undefined;
|
|
28720
|
+
href?: string | undefined;
|
|
28671
28721
|
}[] | undefined;
|
|
28672
28722
|
} | undefined;
|
|
28673
28723
|
sensitive?: boolean | undefined;
|
|
@@ -29325,6 +29375,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29325
29375
|
icon_url?: string | undefined;
|
|
29326
29376
|
display_name?: string | undefined;
|
|
29327
29377
|
strategy?: string | undefined;
|
|
29378
|
+
href?: string | undefined;
|
|
29328
29379
|
}[] | undefined;
|
|
29329
29380
|
} | undefined;
|
|
29330
29381
|
sensitive?: boolean | undefined;
|
|
@@ -29782,6 +29833,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29782
29833
|
icon_url?: string | undefined;
|
|
29783
29834
|
display_name?: string | undefined;
|
|
29784
29835
|
strategy?: string | undefined;
|
|
29836
|
+
href?: string | undefined;
|
|
29785
29837
|
}[] | undefined;
|
|
29786
29838
|
} | undefined;
|
|
29787
29839
|
sensitive?: boolean | undefined;
|
|
@@ -30245,6 +30297,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30245
30297
|
icon_url?: string | undefined;
|
|
30246
30298
|
display_name?: string | undefined;
|
|
30247
30299
|
strategy?: string | undefined;
|
|
30300
|
+
href?: string | undefined;
|
|
30248
30301
|
}[] | undefined;
|
|
30249
30302
|
} | undefined;
|
|
30250
30303
|
sensitive?: boolean | undefined;
|
|
@@ -30711,6 +30764,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30711
30764
|
icon_url?: string | undefined;
|
|
30712
30765
|
display_name?: string | undefined;
|
|
30713
30766
|
strategy?: string | undefined;
|
|
30767
|
+
href?: string | undefined;
|
|
30714
30768
|
}[] | undefined;
|
|
30715
30769
|
} | undefined;
|
|
30716
30770
|
sensitive?: boolean | undefined;
|
|
@@ -31346,6 +31400,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31346
31400
|
icon_url?: string | undefined;
|
|
31347
31401
|
display_name?: string | undefined;
|
|
31348
31402
|
strategy?: string | undefined;
|
|
31403
|
+
href?: string | undefined;
|
|
31349
31404
|
}[] | undefined;
|
|
31350
31405
|
} | undefined;
|
|
31351
31406
|
sensitive?: boolean | undefined;
|
|
@@ -31885,6 +31940,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31885
31940
|
icon_url?: string | undefined;
|
|
31886
31941
|
display_name?: string | undefined;
|
|
31887
31942
|
strategy?: string | undefined;
|
|
31943
|
+
href?: string | undefined;
|
|
31888
31944
|
}[] | undefined;
|
|
31889
31945
|
} | undefined;
|
|
31890
31946
|
sensitive?: boolean | undefined;
|
|
@@ -33755,16 +33811,19 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33755
33811
|
strategy: z.ZodOptional<z.ZodString>;
|
|
33756
33812
|
display_name: z.ZodOptional<z.ZodString>;
|
|
33757
33813
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
33814
|
+
href: z.ZodOptional<z.ZodString>;
|
|
33758
33815
|
}, "strip", z.ZodTypeAny, {
|
|
33759
33816
|
name: string;
|
|
33760
33817
|
icon_url?: string | undefined;
|
|
33761
33818
|
display_name?: string | undefined;
|
|
33762
33819
|
strategy?: string | undefined;
|
|
33820
|
+
href?: string | undefined;
|
|
33763
33821
|
}, {
|
|
33764
33822
|
name: string;
|
|
33765
33823
|
icon_url?: string | undefined;
|
|
33766
33824
|
display_name?: string | undefined;
|
|
33767
33825
|
strategy?: string | undefined;
|
|
33826
|
+
href?: string | undefined;
|
|
33768
33827
|
}>, "many">>;
|
|
33769
33828
|
}, "strip", z.ZodTypeAny, {
|
|
33770
33829
|
providers?: string[] | undefined;
|
|
@@ -33773,6 +33832,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33773
33832
|
icon_url?: string | undefined;
|
|
33774
33833
|
display_name?: string | undefined;
|
|
33775
33834
|
strategy?: string | undefined;
|
|
33835
|
+
href?: string | undefined;
|
|
33776
33836
|
}[] | undefined;
|
|
33777
33837
|
}, {
|
|
33778
33838
|
providers?: string[] | undefined;
|
|
@@ -33781,6 +33841,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33781
33841
|
icon_url?: string | undefined;
|
|
33782
33842
|
display_name?: string | undefined;
|
|
33783
33843
|
strategy?: string | undefined;
|
|
33844
|
+
href?: string | undefined;
|
|
33784
33845
|
}[] | undefined;
|
|
33785
33846
|
}>>;
|
|
33786
33847
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33796,6 +33857,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33796
33857
|
icon_url?: string | undefined;
|
|
33797
33858
|
display_name?: string | undefined;
|
|
33798
33859
|
strategy?: string | undefined;
|
|
33860
|
+
href?: string | undefined;
|
|
33799
33861
|
}[] | undefined;
|
|
33800
33862
|
} | undefined;
|
|
33801
33863
|
sensitive?: boolean | undefined;
|
|
@@ -33819,6 +33881,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33819
33881
|
icon_url?: string | undefined;
|
|
33820
33882
|
display_name?: string | undefined;
|
|
33821
33883
|
strategy?: string | undefined;
|
|
33884
|
+
href?: string | undefined;
|
|
33822
33885
|
}[] | undefined;
|
|
33823
33886
|
} | undefined;
|
|
33824
33887
|
sensitive?: boolean | undefined;
|
|
@@ -34476,6 +34539,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34476
34539
|
icon_url?: string | undefined;
|
|
34477
34540
|
display_name?: string | undefined;
|
|
34478
34541
|
strategy?: string | undefined;
|
|
34542
|
+
href?: string | undefined;
|
|
34479
34543
|
}[] | undefined;
|
|
34480
34544
|
} | undefined;
|
|
34481
34545
|
sensitive?: boolean | undefined;
|
|
@@ -34933,6 +34997,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34933
34997
|
icon_url?: string | undefined;
|
|
34934
34998
|
display_name?: string | undefined;
|
|
34935
34999
|
strategy?: string | undefined;
|
|
35000
|
+
href?: string | undefined;
|
|
34936
35001
|
}[] | undefined;
|
|
34937
35002
|
} | undefined;
|
|
34938
35003
|
sensitive?: boolean | undefined;
|
|
@@ -35396,6 +35461,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35396
35461
|
icon_url?: string | undefined;
|
|
35397
35462
|
display_name?: string | undefined;
|
|
35398
35463
|
strategy?: string | undefined;
|
|
35464
|
+
href?: string | undefined;
|
|
35399
35465
|
}[] | undefined;
|
|
35400
35466
|
} | undefined;
|
|
35401
35467
|
sensitive?: boolean | undefined;
|
|
@@ -35862,6 +35928,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35862
35928
|
icon_url?: string | undefined;
|
|
35863
35929
|
display_name?: string | undefined;
|
|
35864
35930
|
strategy?: string | undefined;
|
|
35931
|
+
href?: string | undefined;
|
|
35865
35932
|
}[] | undefined;
|
|
35866
35933
|
} | undefined;
|
|
35867
35934
|
sensitive?: boolean | undefined;
|
|
@@ -36502,6 +36569,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
36502
36569
|
icon_url?: string | undefined;
|
|
36503
36570
|
display_name?: string | undefined;
|
|
36504
36571
|
strategy?: string | undefined;
|
|
36572
|
+
href?: string | undefined;
|
|
36505
36573
|
}[] | undefined;
|
|
36506
36574
|
} | undefined;
|
|
36507
36575
|
sensitive?: boolean | undefined;
|
|
@@ -37044,6 +37112,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
37044
37112
|
icon_url?: string | undefined;
|
|
37045
37113
|
display_name?: string | undefined;
|
|
37046
37114
|
strategy?: string | undefined;
|
|
37115
|
+
href?: string | undefined;
|
|
37047
37116
|
}[] | undefined;
|
|
37048
37117
|
} | undefined;
|
|
37049
37118
|
sensitive?: boolean | undefined;
|
|
@@ -38801,16 +38870,19 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38801
38870
|
strategy: z.ZodOptional<z.ZodString>;
|
|
38802
38871
|
display_name: z.ZodOptional<z.ZodString>;
|
|
38803
38872
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
38873
|
+
href: z.ZodOptional<z.ZodString>;
|
|
38804
38874
|
}, "strip", z.ZodTypeAny, {
|
|
38805
38875
|
name: string;
|
|
38806
38876
|
icon_url?: string | undefined;
|
|
38807
38877
|
display_name?: string | undefined;
|
|
38808
38878
|
strategy?: string | undefined;
|
|
38879
|
+
href?: string | undefined;
|
|
38809
38880
|
}, {
|
|
38810
38881
|
name: string;
|
|
38811
38882
|
icon_url?: string | undefined;
|
|
38812
38883
|
display_name?: string | undefined;
|
|
38813
38884
|
strategy?: string | undefined;
|
|
38885
|
+
href?: string | undefined;
|
|
38814
38886
|
}>, "many">>;
|
|
38815
38887
|
}, "strip", z.ZodTypeAny, {
|
|
38816
38888
|
providers?: string[] | undefined;
|
|
@@ -38819,6 +38891,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38819
38891
|
icon_url?: string | undefined;
|
|
38820
38892
|
display_name?: string | undefined;
|
|
38821
38893
|
strategy?: string | undefined;
|
|
38894
|
+
href?: string | undefined;
|
|
38822
38895
|
}[] | undefined;
|
|
38823
38896
|
}, {
|
|
38824
38897
|
providers?: string[] | undefined;
|
|
@@ -38827,6 +38900,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38827
38900
|
icon_url?: string | undefined;
|
|
38828
38901
|
display_name?: string | undefined;
|
|
38829
38902
|
strategy?: string | undefined;
|
|
38903
|
+
href?: string | undefined;
|
|
38830
38904
|
}[] | undefined;
|
|
38831
38905
|
}>>;
|
|
38832
38906
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38842,6 +38916,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38842
38916
|
icon_url?: string | undefined;
|
|
38843
38917
|
display_name?: string | undefined;
|
|
38844
38918
|
strategy?: string | undefined;
|
|
38919
|
+
href?: string | undefined;
|
|
38845
38920
|
}[] | undefined;
|
|
38846
38921
|
} | undefined;
|
|
38847
38922
|
sensitive?: boolean | undefined;
|
|
@@ -38865,6 +38940,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38865
38940
|
icon_url?: string | undefined;
|
|
38866
38941
|
display_name?: string | undefined;
|
|
38867
38942
|
strategy?: string | undefined;
|
|
38943
|
+
href?: string | undefined;
|
|
38868
38944
|
}[] | undefined;
|
|
38869
38945
|
} | undefined;
|
|
38870
38946
|
sensitive?: boolean | undefined;
|
|
@@ -39558,6 +39634,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39558
39634
|
icon_url?: string | undefined;
|
|
39559
39635
|
display_name?: string | undefined;
|
|
39560
39636
|
strategy?: string | undefined;
|
|
39637
|
+
href?: string | undefined;
|
|
39561
39638
|
}[] | undefined;
|
|
39562
39639
|
} | undefined;
|
|
39563
39640
|
sensitive?: boolean | undefined;
|
|
@@ -40031,6 +40108,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
40031
40108
|
icon_url?: string | undefined;
|
|
40032
40109
|
display_name?: string | undefined;
|
|
40033
40110
|
strategy?: string | undefined;
|
|
40111
|
+
href?: string | undefined;
|
|
40034
40112
|
}[] | undefined;
|
|
40035
40113
|
} | undefined;
|
|
40036
40114
|
sensitive?: boolean | undefined;
|
|
@@ -46133,6 +46211,27 @@ export declare const customTextEntrySchema: z.ZodObject<{
|
|
|
46133
46211
|
custom_text: Record<string, Record<string, string>>;
|
|
46134
46212
|
}>;
|
|
46135
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
|
+
};
|
|
46136
46235
|
export declare function parseUserId(user_id: string): {
|
|
46137
46236
|
connection: string;
|
|
46138
46237
|
id: string;
|