authhero 4.63.0 → 4.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/u/widget/authhero-widget.esm.js +1 -1
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/assets/u/widget/p-59cbb196.entry.js +1 -0
- package/dist/assets/u/widget/{p-5hZ8Vbm9.js → p-BFP_5sHV.js} +1 -1
- package/dist/assets/u/widget/p-a92fa18e.entry.js +1 -0
- package/dist/authhero.cjs +155 -90
- package/dist/authhero.d.ts +102 -31
- package/dist/authhero.mjs +32976 -31785
- package/dist/stats.html +1 -1
- package/package.json +4 -4
- package/dist/assets/u/widget/p-18d0a438.entry.js +0 -1
- package/dist/assets/u/widget/p-bb3657ce.entry.js +0 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -14843,14 +14843,17 @@ declare const telField: z.ZodObject<{
|
|
|
14843
14843
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
14844
14844
|
default_country: z.ZodOptional<z.ZodString>;
|
|
14845
14845
|
default_value: z.ZodOptional<z.ZodString>;
|
|
14846
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
14846
14847
|
}, "strip", z.ZodTypeAny, {
|
|
14847
14848
|
placeholder?: string | undefined;
|
|
14848
14849
|
default_value?: string | undefined;
|
|
14849
14850
|
default_country?: string | undefined;
|
|
14851
|
+
allow_email?: boolean | undefined;
|
|
14850
14852
|
}, {
|
|
14851
14853
|
placeholder?: string | undefined;
|
|
14852
14854
|
default_value?: string | undefined;
|
|
14853
14855
|
default_country?: string | undefined;
|
|
14856
|
+
allow_email?: boolean | undefined;
|
|
14854
14857
|
}>>;
|
|
14855
14858
|
}, "strip", z.ZodTypeAny, {
|
|
14856
14859
|
type: "TEL";
|
|
@@ -14862,6 +14865,7 @@ declare const telField: z.ZodObject<{
|
|
|
14862
14865
|
placeholder?: string | undefined;
|
|
14863
14866
|
default_value?: string | undefined;
|
|
14864
14867
|
default_country?: string | undefined;
|
|
14868
|
+
allow_email?: boolean | undefined;
|
|
14865
14869
|
} | undefined;
|
|
14866
14870
|
sensitive?: boolean | undefined;
|
|
14867
14871
|
label?: string | undefined;
|
|
@@ -14881,6 +14885,7 @@ declare const telField: z.ZodObject<{
|
|
|
14881
14885
|
placeholder?: string | undefined;
|
|
14882
14886
|
default_value?: string | undefined;
|
|
14883
14887
|
default_country?: string | undefined;
|
|
14888
|
+
allow_email?: boolean | undefined;
|
|
14884
14889
|
} | undefined;
|
|
14885
14890
|
sensitive?: boolean | undefined;
|
|
14886
14891
|
label?: string | undefined;
|
|
@@ -16767,14 +16772,17 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16767
16772
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
16768
16773
|
default_country: z.ZodOptional<z.ZodString>;
|
|
16769
16774
|
default_value: z.ZodOptional<z.ZodString>;
|
|
16775
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
16770
16776
|
}, "strip", z.ZodTypeAny, {
|
|
16771
16777
|
placeholder?: string | undefined;
|
|
16772
16778
|
default_value?: string | undefined;
|
|
16773
16779
|
default_country?: string | undefined;
|
|
16780
|
+
allow_email?: boolean | undefined;
|
|
16774
16781
|
}, {
|
|
16775
16782
|
placeholder?: string | undefined;
|
|
16776
16783
|
default_value?: string | undefined;
|
|
16777
16784
|
default_country?: string | undefined;
|
|
16785
|
+
allow_email?: boolean | undefined;
|
|
16778
16786
|
}>>;
|
|
16779
16787
|
}, "strip", z.ZodTypeAny, {
|
|
16780
16788
|
type: "TEL";
|
|
@@ -16786,6 +16794,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16786
16794
|
placeholder?: string | undefined;
|
|
16787
16795
|
default_value?: string | undefined;
|
|
16788
16796
|
default_country?: string | undefined;
|
|
16797
|
+
allow_email?: boolean | undefined;
|
|
16789
16798
|
} | undefined;
|
|
16790
16799
|
sensitive?: boolean | undefined;
|
|
16791
16800
|
label?: string | undefined;
|
|
@@ -16805,6 +16814,7 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
|
|
|
16805
16814
|
placeholder?: string | undefined;
|
|
16806
16815
|
default_value?: string | undefined;
|
|
16807
16816
|
default_country?: string | undefined;
|
|
16817
|
+
allow_email?: boolean | undefined;
|
|
16808
16818
|
} | undefined;
|
|
16809
16819
|
sensitive?: boolean | undefined;
|
|
16810
16820
|
label?: string | undefined;
|
|
@@ -18687,14 +18697,17 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18687
18697
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
18688
18698
|
default_country: z.ZodOptional<z.ZodString>;
|
|
18689
18699
|
default_value: z.ZodOptional<z.ZodString>;
|
|
18700
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
18690
18701
|
}, "strip", z.ZodTypeAny, {
|
|
18691
18702
|
placeholder?: string | undefined;
|
|
18692
18703
|
default_value?: string | undefined;
|
|
18693
18704
|
default_country?: string | undefined;
|
|
18705
|
+
allow_email?: boolean | undefined;
|
|
18694
18706
|
}, {
|
|
18695
18707
|
placeholder?: string | undefined;
|
|
18696
18708
|
default_value?: string | undefined;
|
|
18697
18709
|
default_country?: string | undefined;
|
|
18710
|
+
allow_email?: boolean | undefined;
|
|
18698
18711
|
}>>;
|
|
18699
18712
|
}, "strip", z.ZodTypeAny, {
|
|
18700
18713
|
type: "TEL";
|
|
@@ -18706,6 +18719,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18706
18719
|
placeholder?: string | undefined;
|
|
18707
18720
|
default_value?: string | undefined;
|
|
18708
18721
|
default_country?: string | undefined;
|
|
18722
|
+
allow_email?: boolean | undefined;
|
|
18709
18723
|
} | undefined;
|
|
18710
18724
|
sensitive?: boolean | undefined;
|
|
18711
18725
|
label?: string | undefined;
|
|
@@ -18725,6 +18739,7 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
|
|
|
18725
18739
|
placeholder?: string | undefined;
|
|
18726
18740
|
default_value?: string | undefined;
|
|
18727
18741
|
default_country?: string | undefined;
|
|
18742
|
+
allow_email?: boolean | undefined;
|
|
18728
18743
|
} | undefined;
|
|
18729
18744
|
sensitive?: boolean | undefined;
|
|
18730
18745
|
label?: string | undefined;
|
|
@@ -20822,14 +20837,17 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20822
20837
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
20823
20838
|
default_country: z.ZodOptional<z.ZodString>;
|
|
20824
20839
|
default_value: z.ZodOptional<z.ZodString>;
|
|
20840
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
20825
20841
|
}, "strip", z.ZodTypeAny, {
|
|
20826
20842
|
placeholder?: string | undefined;
|
|
20827
20843
|
default_value?: string | undefined;
|
|
20828
20844
|
default_country?: string | undefined;
|
|
20845
|
+
allow_email?: boolean | undefined;
|
|
20829
20846
|
}, {
|
|
20830
20847
|
placeholder?: string | undefined;
|
|
20831
20848
|
default_value?: string | undefined;
|
|
20832
20849
|
default_country?: string | undefined;
|
|
20850
|
+
allow_email?: boolean | undefined;
|
|
20833
20851
|
}>>;
|
|
20834
20852
|
}, "strip", z.ZodTypeAny, {
|
|
20835
20853
|
type: "TEL";
|
|
@@ -20841,6 +20859,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20841
20859
|
placeholder?: string | undefined;
|
|
20842
20860
|
default_value?: string | undefined;
|
|
20843
20861
|
default_country?: string | undefined;
|
|
20862
|
+
allow_email?: boolean | undefined;
|
|
20844
20863
|
} | undefined;
|
|
20845
20864
|
sensitive?: boolean | undefined;
|
|
20846
20865
|
label?: string | undefined;
|
|
@@ -20860,6 +20879,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
20860
20879
|
placeholder?: string | undefined;
|
|
20861
20880
|
default_value?: string | undefined;
|
|
20862
20881
|
default_country?: string | undefined;
|
|
20882
|
+
allow_email?: boolean | undefined;
|
|
20863
20883
|
} | undefined;
|
|
20864
20884
|
sensitive?: boolean | undefined;
|
|
20865
20885
|
label?: string | undefined;
|
|
@@ -21448,6 +21468,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21448
21468
|
placeholder?: string | undefined;
|
|
21449
21469
|
default_value?: string | undefined;
|
|
21450
21470
|
default_country?: string | undefined;
|
|
21471
|
+
allow_email?: boolean | undefined;
|
|
21451
21472
|
} | undefined;
|
|
21452
21473
|
sensitive?: boolean | undefined;
|
|
21453
21474
|
label?: string | undefined;
|
|
@@ -21904,6 +21925,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
21904
21925
|
placeholder?: string | undefined;
|
|
21905
21926
|
default_value?: string | undefined;
|
|
21906
21927
|
default_country?: string | undefined;
|
|
21928
|
+
allow_email?: boolean | undefined;
|
|
21907
21929
|
} | undefined;
|
|
21908
21930
|
sensitive?: boolean | undefined;
|
|
21909
21931
|
label?: string | undefined;
|
|
@@ -22366,6 +22388,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22366
22388
|
placeholder?: string | undefined;
|
|
22367
22389
|
default_value?: string | undefined;
|
|
22368
22390
|
default_country?: string | undefined;
|
|
22391
|
+
allow_email?: boolean | undefined;
|
|
22369
22392
|
} | undefined;
|
|
22370
22393
|
sensitive?: boolean | undefined;
|
|
22371
22394
|
label?: string | undefined;
|
|
@@ -22831,6 +22854,7 @@ declare const stepNodeSchema$1: z.ZodObject<{
|
|
|
22831
22854
|
placeholder?: string | undefined;
|
|
22832
22855
|
default_value?: string | undefined;
|
|
22833
22856
|
default_country?: string | undefined;
|
|
22857
|
+
allow_email?: boolean | undefined;
|
|
22834
22858
|
} | undefined;
|
|
22835
22859
|
sensitive?: boolean | undefined;
|
|
22836
22860
|
label?: string | undefined;
|
|
@@ -24738,14 +24762,17 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24738
24762
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
24739
24763
|
default_country: z.ZodOptional<z.ZodString>;
|
|
24740
24764
|
default_value: z.ZodOptional<z.ZodString>;
|
|
24765
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
24741
24766
|
}, "strip", z.ZodTypeAny, {
|
|
24742
24767
|
placeholder?: string | undefined;
|
|
24743
24768
|
default_value?: string | undefined;
|
|
24744
24769
|
default_country?: string | undefined;
|
|
24770
|
+
allow_email?: boolean | undefined;
|
|
24745
24771
|
}, {
|
|
24746
24772
|
placeholder?: string | undefined;
|
|
24747
24773
|
default_value?: string | undefined;
|
|
24748
24774
|
default_country?: string | undefined;
|
|
24775
|
+
allow_email?: boolean | undefined;
|
|
24749
24776
|
}>>;
|
|
24750
24777
|
}, "strip", z.ZodTypeAny, {
|
|
24751
24778
|
type: "TEL";
|
|
@@ -24757,6 +24784,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24757
24784
|
placeholder?: string | undefined;
|
|
24758
24785
|
default_value?: string | undefined;
|
|
24759
24786
|
default_country?: string | undefined;
|
|
24787
|
+
allow_email?: boolean | undefined;
|
|
24760
24788
|
} | undefined;
|
|
24761
24789
|
sensitive?: boolean | undefined;
|
|
24762
24790
|
label?: string | undefined;
|
|
@@ -24776,6 +24804,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
24776
24804
|
placeholder?: string | undefined;
|
|
24777
24805
|
default_value?: string | undefined;
|
|
24778
24806
|
default_country?: string | undefined;
|
|
24807
|
+
allow_email?: boolean | undefined;
|
|
24779
24808
|
} | undefined;
|
|
24780
24809
|
sensitive?: boolean | undefined;
|
|
24781
24810
|
label?: string | undefined;
|
|
@@ -25364,6 +25393,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25364
25393
|
placeholder?: string | undefined;
|
|
25365
25394
|
default_value?: string | undefined;
|
|
25366
25395
|
default_country?: string | undefined;
|
|
25396
|
+
allow_email?: boolean | undefined;
|
|
25367
25397
|
} | undefined;
|
|
25368
25398
|
sensitive?: boolean | undefined;
|
|
25369
25399
|
label?: string | undefined;
|
|
@@ -25820,6 +25850,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
25820
25850
|
placeholder?: string | undefined;
|
|
25821
25851
|
default_value?: string | undefined;
|
|
25822
25852
|
default_country?: string | undefined;
|
|
25853
|
+
allow_email?: boolean | undefined;
|
|
25823
25854
|
} | undefined;
|
|
25824
25855
|
sensitive?: boolean | undefined;
|
|
25825
25856
|
label?: string | undefined;
|
|
@@ -26282,6 +26313,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26282
26313
|
placeholder?: string | undefined;
|
|
26283
26314
|
default_value?: string | undefined;
|
|
26284
26315
|
default_country?: string | undefined;
|
|
26316
|
+
allow_email?: boolean | undefined;
|
|
26285
26317
|
} | undefined;
|
|
26286
26318
|
sensitive?: boolean | undefined;
|
|
26287
26319
|
label?: string | undefined;
|
|
@@ -26747,6 +26779,7 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
26747
26779
|
placeholder?: string | undefined;
|
|
26748
26780
|
default_value?: string | undefined;
|
|
26749
26781
|
default_country?: string | undefined;
|
|
26782
|
+
allow_email?: boolean | undefined;
|
|
26750
26783
|
} | undefined;
|
|
26751
26784
|
sensitive?: boolean | undefined;
|
|
26752
26785
|
label?: string | undefined;
|
|
@@ -28685,14 +28718,17 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28685
28718
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
28686
28719
|
default_country: z.ZodOptional<z.ZodString>;
|
|
28687
28720
|
default_value: z.ZodOptional<z.ZodString>;
|
|
28721
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
28688
28722
|
}, "strip", z.ZodTypeAny, {
|
|
28689
28723
|
placeholder?: string | undefined;
|
|
28690
28724
|
default_value?: string | undefined;
|
|
28691
28725
|
default_country?: string | undefined;
|
|
28726
|
+
allow_email?: boolean | undefined;
|
|
28692
28727
|
}, {
|
|
28693
28728
|
placeholder?: string | undefined;
|
|
28694
28729
|
default_value?: string | undefined;
|
|
28695
28730
|
default_country?: string | undefined;
|
|
28731
|
+
allow_email?: boolean | undefined;
|
|
28696
28732
|
}>>;
|
|
28697
28733
|
}, "strip", z.ZodTypeAny, {
|
|
28698
28734
|
type: "TEL";
|
|
@@ -28704,6 +28740,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28704
28740
|
placeholder?: string | undefined;
|
|
28705
28741
|
default_value?: string | undefined;
|
|
28706
28742
|
default_country?: string | undefined;
|
|
28743
|
+
allow_email?: boolean | undefined;
|
|
28707
28744
|
} | undefined;
|
|
28708
28745
|
sensitive?: boolean | undefined;
|
|
28709
28746
|
label?: string | undefined;
|
|
@@ -28723,6 +28760,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
28723
28760
|
placeholder?: string | undefined;
|
|
28724
28761
|
default_value?: string | undefined;
|
|
28725
28762
|
default_country?: string | undefined;
|
|
28763
|
+
allow_email?: boolean | undefined;
|
|
28726
28764
|
} | undefined;
|
|
28727
28765
|
sensitive?: boolean | undefined;
|
|
28728
28766
|
label?: string | undefined;
|
|
@@ -29311,6 +29349,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29311
29349
|
placeholder?: string | undefined;
|
|
29312
29350
|
default_value?: string | undefined;
|
|
29313
29351
|
default_country?: string | undefined;
|
|
29352
|
+
allow_email?: boolean | undefined;
|
|
29314
29353
|
} | undefined;
|
|
29315
29354
|
sensitive?: boolean | undefined;
|
|
29316
29355
|
label?: string | undefined;
|
|
@@ -29767,6 +29806,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
29767
29806
|
placeholder?: string | undefined;
|
|
29768
29807
|
default_value?: string | undefined;
|
|
29769
29808
|
default_country?: string | undefined;
|
|
29809
|
+
allow_email?: boolean | undefined;
|
|
29770
29810
|
} | undefined;
|
|
29771
29811
|
sensitive?: boolean | undefined;
|
|
29772
29812
|
label?: string | undefined;
|
|
@@ -30229,6 +30269,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30229
30269
|
placeholder?: string | undefined;
|
|
30230
30270
|
default_value?: string | undefined;
|
|
30231
30271
|
default_country?: string | undefined;
|
|
30272
|
+
allow_email?: boolean | undefined;
|
|
30232
30273
|
} | undefined;
|
|
30233
30274
|
sensitive?: boolean | undefined;
|
|
30234
30275
|
label?: string | undefined;
|
|
@@ -30694,6 +30735,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
30694
30735
|
placeholder?: string | undefined;
|
|
30695
30736
|
default_value?: string | undefined;
|
|
30696
30737
|
default_country?: string | undefined;
|
|
30738
|
+
allow_email?: boolean | undefined;
|
|
30697
30739
|
} | undefined;
|
|
30698
30740
|
sensitive?: boolean | undefined;
|
|
30699
30741
|
label?: string | undefined;
|
|
@@ -31328,6 +31370,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31328
31370
|
placeholder?: string | undefined;
|
|
31329
31371
|
default_value?: string | undefined;
|
|
31330
31372
|
default_country?: string | undefined;
|
|
31373
|
+
allow_email?: boolean | undefined;
|
|
31331
31374
|
} | undefined;
|
|
31332
31375
|
sensitive?: boolean | undefined;
|
|
31333
31376
|
label?: string | undefined;
|
|
@@ -31866,6 +31909,7 @@ export declare const formInsertSchema: z.ZodObject<{
|
|
|
31866
31909
|
placeholder?: string | undefined;
|
|
31867
31910
|
default_value?: string | undefined;
|
|
31868
31911
|
default_country?: string | undefined;
|
|
31912
|
+
allow_email?: boolean | undefined;
|
|
31869
31913
|
} | undefined;
|
|
31870
31914
|
sensitive?: boolean | undefined;
|
|
31871
31915
|
label?: string | undefined;
|
|
@@ -33825,14 +33869,17 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33825
33869
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
33826
33870
|
default_country: z.ZodOptional<z.ZodString>;
|
|
33827
33871
|
default_value: z.ZodOptional<z.ZodString>;
|
|
33872
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
33828
33873
|
}, "strip", z.ZodTypeAny, {
|
|
33829
33874
|
placeholder?: string | undefined;
|
|
33830
33875
|
default_value?: string | undefined;
|
|
33831
33876
|
default_country?: string | undefined;
|
|
33877
|
+
allow_email?: boolean | undefined;
|
|
33832
33878
|
}, {
|
|
33833
33879
|
placeholder?: string | undefined;
|
|
33834
33880
|
default_value?: string | undefined;
|
|
33835
33881
|
default_country?: string | undefined;
|
|
33882
|
+
allow_email?: boolean | undefined;
|
|
33836
33883
|
}>>;
|
|
33837
33884
|
}, "strip", z.ZodTypeAny, {
|
|
33838
33885
|
type: "TEL";
|
|
@@ -33844,6 +33891,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33844
33891
|
placeholder?: string | undefined;
|
|
33845
33892
|
default_value?: string | undefined;
|
|
33846
33893
|
default_country?: string | undefined;
|
|
33894
|
+
allow_email?: boolean | undefined;
|
|
33847
33895
|
} | undefined;
|
|
33848
33896
|
sensitive?: boolean | undefined;
|
|
33849
33897
|
label?: string | undefined;
|
|
@@ -33863,6 +33911,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
33863
33911
|
placeholder?: string | undefined;
|
|
33864
33912
|
default_value?: string | undefined;
|
|
33865
33913
|
default_country?: string | undefined;
|
|
33914
|
+
allow_email?: boolean | undefined;
|
|
33866
33915
|
} | undefined;
|
|
33867
33916
|
sensitive?: boolean | undefined;
|
|
33868
33917
|
label?: string | undefined;
|
|
@@ -34451,6 +34500,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34451
34500
|
placeholder?: string | undefined;
|
|
34452
34501
|
default_value?: string | undefined;
|
|
34453
34502
|
default_country?: string | undefined;
|
|
34503
|
+
allow_email?: boolean | undefined;
|
|
34454
34504
|
} | undefined;
|
|
34455
34505
|
sensitive?: boolean | undefined;
|
|
34456
34506
|
label?: string | undefined;
|
|
@@ -34907,6 +34957,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
34907
34957
|
placeholder?: string | undefined;
|
|
34908
34958
|
default_value?: string | undefined;
|
|
34909
34959
|
default_country?: string | undefined;
|
|
34960
|
+
allow_email?: boolean | undefined;
|
|
34910
34961
|
} | undefined;
|
|
34911
34962
|
sensitive?: boolean | undefined;
|
|
34912
34963
|
label?: string | undefined;
|
|
@@ -35369,6 +35420,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35369
35420
|
placeholder?: string | undefined;
|
|
35370
35421
|
default_value?: string | undefined;
|
|
35371
35422
|
default_country?: string | undefined;
|
|
35423
|
+
allow_email?: boolean | undefined;
|
|
35372
35424
|
} | undefined;
|
|
35373
35425
|
sensitive?: boolean | undefined;
|
|
35374
35426
|
label?: string | undefined;
|
|
@@ -35834,6 +35886,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
35834
35886
|
placeholder?: string | undefined;
|
|
35835
35887
|
default_value?: string | undefined;
|
|
35836
35888
|
default_country?: string | undefined;
|
|
35889
|
+
allow_email?: boolean | undefined;
|
|
35837
35890
|
} | undefined;
|
|
35838
35891
|
sensitive?: boolean | undefined;
|
|
35839
35892
|
label?: string | undefined;
|
|
@@ -36473,6 +36526,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
36473
36526
|
placeholder?: string | undefined;
|
|
36474
36527
|
default_value?: string | undefined;
|
|
36475
36528
|
default_country?: string | undefined;
|
|
36529
|
+
allow_email?: boolean | undefined;
|
|
36476
36530
|
} | undefined;
|
|
36477
36531
|
sensitive?: boolean | undefined;
|
|
36478
36532
|
label?: string | undefined;
|
|
@@ -37014,6 +37068,7 @@ export declare const formSchema: z.ZodObject<{
|
|
|
37014
37068
|
placeholder?: string | undefined;
|
|
37015
37069
|
default_value?: string | undefined;
|
|
37016
37070
|
default_country?: string | undefined;
|
|
37071
|
+
allow_email?: boolean | undefined;
|
|
37017
37072
|
} | undefined;
|
|
37018
37073
|
sensitive?: boolean | undefined;
|
|
37019
37074
|
label?: string | undefined;
|
|
@@ -38860,14 +38915,17 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38860
38915
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
38861
38916
|
default_country: z.ZodOptional<z.ZodString>;
|
|
38862
38917
|
default_value: z.ZodOptional<z.ZodString>;
|
|
38918
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
38863
38919
|
}, "strip", z.ZodTypeAny, {
|
|
38864
38920
|
placeholder?: string | undefined;
|
|
38865
38921
|
default_value?: string | undefined;
|
|
38866
38922
|
default_country?: string | undefined;
|
|
38923
|
+
allow_email?: boolean | undefined;
|
|
38867
38924
|
}, {
|
|
38868
38925
|
placeholder?: string | undefined;
|
|
38869
38926
|
default_value?: string | undefined;
|
|
38870
38927
|
default_country?: string | undefined;
|
|
38928
|
+
allow_email?: boolean | undefined;
|
|
38871
38929
|
}>>;
|
|
38872
38930
|
}, "strip", z.ZodTypeAny, {
|
|
38873
38931
|
type: "TEL";
|
|
@@ -38879,6 +38937,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38879
38937
|
placeholder?: string | undefined;
|
|
38880
38938
|
default_value?: string | undefined;
|
|
38881
38939
|
default_country?: string | undefined;
|
|
38940
|
+
allow_email?: boolean | undefined;
|
|
38882
38941
|
} | undefined;
|
|
38883
38942
|
sensitive?: boolean | undefined;
|
|
38884
38943
|
label?: string | undefined;
|
|
@@ -38898,6 +38957,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
38898
38957
|
placeholder?: string | undefined;
|
|
38899
38958
|
default_value?: string | undefined;
|
|
38900
38959
|
default_country?: string | undefined;
|
|
38960
|
+
allow_email?: boolean | undefined;
|
|
38901
38961
|
} | undefined;
|
|
38902
38962
|
sensitive?: boolean | undefined;
|
|
38903
38963
|
label?: string | undefined;
|
|
@@ -39522,6 +39582,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39522
39582
|
placeholder?: string | undefined;
|
|
39523
39583
|
default_value?: string | undefined;
|
|
39524
39584
|
default_country?: string | undefined;
|
|
39585
|
+
allow_email?: boolean | undefined;
|
|
39525
39586
|
} | undefined;
|
|
39526
39587
|
sensitive?: boolean | undefined;
|
|
39527
39588
|
label?: string | undefined;
|
|
@@ -39994,6 +40055,7 @@ export declare const uiScreenSchema: z.ZodObject<{
|
|
|
39994
40055
|
placeholder?: string | undefined;
|
|
39995
40056
|
default_value?: string | undefined;
|
|
39996
40057
|
default_country?: string | undefined;
|
|
40058
|
+
allow_email?: boolean | undefined;
|
|
39997
40059
|
} | undefined;
|
|
39998
40060
|
sensitive?: boolean | undefined;
|
|
39999
40061
|
label?: string | undefined;
|
|
@@ -46017,7 +46079,8 @@ export declare const promptScreenSchema: z.ZodEnum<[
|
|
|
46017
46079
|
"common",
|
|
46018
46080
|
"passkeys",
|
|
46019
46081
|
"captcha",
|
|
46020
|
-
"custom-form"
|
|
46082
|
+
"custom-form",
|
|
46083
|
+
"login-passwordless"
|
|
46021
46084
|
]>;
|
|
46022
46085
|
export type PromptScreen = z.infer<typeof promptScreenSchema>;
|
|
46023
46086
|
/**
|
|
@@ -46058,16 +46121,17 @@ export declare const customTextEntrySchema: z.ZodObject<{
|
|
|
46058
46121
|
"common",
|
|
46059
46122
|
"passkeys",
|
|
46060
46123
|
"captcha",
|
|
46061
|
-
"custom-form"
|
|
46124
|
+
"custom-form",
|
|
46125
|
+
"login-passwordless"
|
|
46062
46126
|
]>;
|
|
46063
46127
|
language: z.ZodString;
|
|
46064
46128
|
custom_text: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
46065
46129
|
}, "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";
|
|
46130
|
+
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
46131
|
language: string;
|
|
46068
46132
|
custom_text: Record<string, Record<string, string>>;
|
|
46069
46133
|
}, {
|
|
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";
|
|
46134
|
+
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
46135
|
language: string;
|
|
46072
46136
|
custom_text: Record<string, Record<string, string>>;
|
|
46073
46137
|
}>;
|
|
@@ -50014,7 +50078,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50014
50078
|
};
|
|
50015
50079
|
};
|
|
50016
50080
|
output: {
|
|
50017
|
-
name: "email" | "
|
|
50081
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50018
50082
|
enabled: boolean;
|
|
50019
50083
|
trial_expired?: boolean | undefined;
|
|
50020
50084
|
}[];
|
|
@@ -50119,7 +50183,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50119
50183
|
$get: {
|
|
50120
50184
|
input: {
|
|
50121
50185
|
param: {
|
|
50122
|
-
factor_name: "email" | "
|
|
50186
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50123
50187
|
};
|
|
50124
50188
|
} & {
|
|
50125
50189
|
header: {
|
|
@@ -50127,7 +50191,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50127
50191
|
};
|
|
50128
50192
|
};
|
|
50129
50193
|
output: {
|
|
50130
|
-
name: "email" | "
|
|
50194
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50131
50195
|
enabled: boolean;
|
|
50132
50196
|
trial_expired?: boolean | undefined;
|
|
50133
50197
|
};
|
|
@@ -50140,7 +50204,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50140
50204
|
$put: {
|
|
50141
50205
|
input: {
|
|
50142
50206
|
param: {
|
|
50143
|
-
factor_name: "email" | "
|
|
50207
|
+
factor_name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50144
50208
|
};
|
|
50145
50209
|
} & {
|
|
50146
50210
|
header: {
|
|
@@ -50152,7 +50216,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50152
50216
|
};
|
|
50153
50217
|
};
|
|
50154
50218
|
output: {
|
|
50155
|
-
name: "email" | "
|
|
50219
|
+
name: "email" | "sms" | "otp" | "duo" | "push-notification" | "webauthn-roaming" | "webauthn-platform" | "recovery-code";
|
|
50156
50220
|
enabled: boolean;
|
|
50157
50221
|
trial_expired?: boolean | undefined;
|
|
50158
50222
|
};
|
|
@@ -50377,8 +50441,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50377
50441
|
logo_url?: string | undefined;
|
|
50378
50442
|
} | undefined;
|
|
50379
50443
|
id?: string | undefined;
|
|
50380
|
-
display_name?: string | undefined;
|
|
50381
50444
|
metadata?: Record<string, any> | undefined;
|
|
50445
|
+
display_name?: string | undefined;
|
|
50382
50446
|
enabled_connections?: {
|
|
50383
50447
|
connection_id: string;
|
|
50384
50448
|
show_as_button?: boolean | undefined;
|
|
@@ -50855,8 +50919,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
50855
50919
|
};
|
|
50856
50920
|
app_metadata?: Record<string, any> | undefined;
|
|
50857
50921
|
user_metadata?: Record<string, any> | undefined;
|
|
50858
|
-
connection_id?: string | undefined;
|
|
50859
50922
|
roles?: string[] | undefined;
|
|
50923
|
+
connection_id?: string | undefined;
|
|
50860
50924
|
ttl_sec?: number | undefined;
|
|
50861
50925
|
send_invitation_email?: boolean | undefined;
|
|
50862
50926
|
};
|
|
@@ -51107,12 +51171,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
51107
51171
|
enable_introspection_endpoint?: boolean | undefined;
|
|
51108
51172
|
} | undefined;
|
|
51109
51173
|
id?: string | undefined;
|
|
51174
|
+
is_system?: boolean | undefined;
|
|
51175
|
+
metadata?: Record<string, any> | undefined;
|
|
51110
51176
|
scopes?: {
|
|
51111
51177
|
value: string;
|
|
51112
51178
|
description?: string | undefined;
|
|
51113
51179
|
}[] | undefined;
|
|
51114
|
-
is_system?: boolean | undefined;
|
|
51115
|
-
metadata?: Record<string, any> | undefined;
|
|
51116
51180
|
identifier?: string | undefined;
|
|
51117
51181
|
signing_alg?: string | undefined;
|
|
51118
51182
|
signing_secret?: string | undefined;
|
|
@@ -51183,12 +51247,12 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
51183
51247
|
enable_introspection_endpoint?: boolean | undefined;
|
|
51184
51248
|
} | undefined;
|
|
51185
51249
|
id?: string | undefined;
|
|
51250
|
+
is_system?: boolean | undefined;
|
|
51251
|
+
metadata?: Record<string, any> | undefined;
|
|
51186
51252
|
scopes?: {
|
|
51187
51253
|
value: string;
|
|
51188
51254
|
description?: string | undefined;
|
|
51189
51255
|
}[] | undefined;
|
|
51190
|
-
is_system?: boolean | undefined;
|
|
51191
|
-
metadata?: Record<string, any> | undefined;
|
|
51192
51256
|
signing_alg?: string | undefined;
|
|
51193
51257
|
signing_secret?: string | undefined;
|
|
51194
51258
|
token_lifetime?: number | undefined;
|
|
@@ -52386,6 +52450,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
52386
52450
|
placeholder?: string | undefined | undefined;
|
|
52387
52451
|
default_value?: string | undefined | undefined;
|
|
52388
52452
|
default_country?: string | undefined | undefined;
|
|
52453
|
+
allow_email?: boolean | undefined | undefined;
|
|
52389
52454
|
} | undefined;
|
|
52390
52455
|
sensitive?: boolean | undefined | undefined;
|
|
52391
52456
|
label?: string | undefined | undefined;
|
|
@@ -52942,6 +53007,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
52942
53007
|
placeholder?: string | undefined | undefined;
|
|
52943
53008
|
default_value?: string | undefined | undefined;
|
|
52944
53009
|
default_country?: string | undefined | undefined;
|
|
53010
|
+
allow_email?: boolean | undefined | undefined;
|
|
52945
53011
|
} | undefined;
|
|
52946
53012
|
sensitive?: boolean | undefined | undefined;
|
|
52947
53013
|
label?: string | undefined | undefined;
|
|
@@ -53513,6 +53579,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
53513
53579
|
placeholder?: string | undefined | undefined;
|
|
53514
53580
|
default_value?: string | undefined | undefined;
|
|
53515
53581
|
default_country?: string | undefined | undefined;
|
|
53582
|
+
allow_email?: boolean | undefined | undefined;
|
|
53516
53583
|
} | undefined;
|
|
53517
53584
|
sensitive?: boolean | undefined | undefined;
|
|
53518
53585
|
label?: string | undefined | undefined;
|
|
@@ -54091,6 +54158,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
54091
54158
|
placeholder?: string | undefined;
|
|
54092
54159
|
default_value?: string | undefined;
|
|
54093
54160
|
default_country?: string | undefined;
|
|
54161
|
+
allow_email?: boolean | undefined;
|
|
54094
54162
|
} | undefined;
|
|
54095
54163
|
sensitive?: boolean | undefined;
|
|
54096
54164
|
label?: string | undefined;
|
|
@@ -54640,6 +54708,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
54640
54708
|
placeholder?: string | undefined | undefined;
|
|
54641
54709
|
default_value?: string | undefined | undefined;
|
|
54642
54710
|
default_country?: string | undefined | undefined;
|
|
54711
|
+
allow_email?: boolean | undefined | undefined;
|
|
54643
54712
|
} | undefined;
|
|
54644
54713
|
sensitive?: boolean | undefined | undefined;
|
|
54645
54714
|
label?: string | undefined | undefined;
|
|
@@ -55197,6 +55266,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
55197
55266
|
placeholder?: string | undefined;
|
|
55198
55267
|
default_value?: string | undefined;
|
|
55199
55268
|
default_country?: string | undefined;
|
|
55269
|
+
allow_email?: boolean | undefined;
|
|
55200
55270
|
} | undefined;
|
|
55201
55271
|
sensitive?: boolean | undefined;
|
|
55202
55272
|
label?: string | undefined;
|
|
@@ -55746,6 +55816,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
55746
55816
|
placeholder?: string | undefined | undefined;
|
|
55747
55817
|
default_value?: string | undefined | undefined;
|
|
55748
55818
|
default_country?: string | undefined | undefined;
|
|
55819
|
+
allow_email?: boolean | undefined | undefined;
|
|
55749
55820
|
} | undefined;
|
|
55750
55821
|
sensitive?: boolean | undefined | undefined;
|
|
55751
55822
|
label?: string | undefined | undefined;
|
|
@@ -56013,7 +56084,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56013
56084
|
};
|
|
56014
56085
|
};
|
|
56015
56086
|
output: {
|
|
56016
|
-
prompt: "status" | "common" | "
|
|
56087
|
+
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
56088
|
language: string;
|
|
56018
56089
|
}[];
|
|
56019
56090
|
outputFormat: "json";
|
|
@@ -56025,7 +56096,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56025
56096
|
$get: {
|
|
56026
56097
|
input: {
|
|
56027
56098
|
param: {
|
|
56028
|
-
prompt: "status" | "common" | "
|
|
56099
|
+
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
56100
|
language: string;
|
|
56030
56101
|
};
|
|
56031
56102
|
} & {
|
|
@@ -56047,7 +56118,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56047
56118
|
$put: {
|
|
56048
56119
|
input: {
|
|
56049
56120
|
param: {
|
|
56050
|
-
prompt: "status" | "common" | "
|
|
56121
|
+
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
56122
|
language: string;
|
|
56052
56123
|
};
|
|
56053
56124
|
} & {
|
|
@@ -56071,7 +56142,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56071
56142
|
$delete: {
|
|
56072
56143
|
input: {
|
|
56073
56144
|
param: {
|
|
56074
|
-
prompt: "status" | "common" | "
|
|
56145
|
+
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
56146
|
language: string;
|
|
56076
56147
|
};
|
|
56077
56148
|
} & {
|
|
@@ -56628,10 +56699,10 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56628
56699
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
56629
56700
|
response_type?: AuthorizationResponseType | undefined;
|
|
56630
56701
|
id?: string | undefined;
|
|
56631
|
-
strategy?: string | undefined;
|
|
56632
|
-
display_name?: string | undefined;
|
|
56633
56702
|
is_system?: boolean | undefined;
|
|
56634
56703
|
metadata?: Record<string, any> | undefined;
|
|
56704
|
+
display_name?: string | undefined;
|
|
56705
|
+
strategy?: string | undefined;
|
|
56635
56706
|
enabled_clients?: string[] | undefined;
|
|
56636
56707
|
is_domain_connection?: boolean | undefined;
|
|
56637
56708
|
show_as_button?: boolean | undefined;
|
|
@@ -56880,9 +56951,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
56880
56951
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
56881
56952
|
response_type?: AuthorizationResponseType | undefined;
|
|
56882
56953
|
id?: string | undefined;
|
|
56883
|
-
display_name?: string | undefined;
|
|
56884
56954
|
is_system?: boolean | undefined;
|
|
56885
56955
|
metadata?: Record<string, any> | undefined;
|
|
56956
|
+
display_name?: string | undefined;
|
|
56886
56957
|
enabled_clients?: string[] | undefined;
|
|
56887
56958
|
is_domain_connection?: boolean | undefined;
|
|
56888
56959
|
show_as_button?: boolean | undefined;
|
|
@@ -59363,8 +59434,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
59363
59434
|
gender?: string | undefined;
|
|
59364
59435
|
birthdate?: string | undefined;
|
|
59365
59436
|
zoneinfo?: string | undefined;
|
|
59366
|
-
email_verified?: boolean | undefined;
|
|
59367
59437
|
provider?: string | undefined;
|
|
59438
|
+
email_verified?: boolean | undefined;
|
|
59368
59439
|
is_social?: boolean | undefined;
|
|
59369
59440
|
};
|
|
59370
59441
|
};
|
|
@@ -59487,8 +59558,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
59487
59558
|
gender?: string | undefined;
|
|
59488
59559
|
birthdate?: string | undefined;
|
|
59489
59560
|
zoneinfo?: string | undefined;
|
|
59490
|
-
email_verified?: boolean | undefined;
|
|
59491
59561
|
provider?: string | undefined;
|
|
59562
|
+
email_verified?: boolean | undefined;
|
|
59492
59563
|
is_social?: boolean | undefined;
|
|
59493
59564
|
};
|
|
59494
59565
|
};
|
|
@@ -60900,11 +60971,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60900
60971
|
nonce?: string | undefined;
|
|
60901
60972
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60902
60973
|
response_type?: AuthorizationResponseType | undefined;
|
|
60974
|
+
prompt?: string | undefined;
|
|
60903
60975
|
state?: string | undefined;
|
|
60904
60976
|
auth0Client?: string | undefined;
|
|
60905
60977
|
login_ticket?: string | undefined;
|
|
60906
60978
|
screen_hint?: string | undefined;
|
|
60907
|
-
prompt?: string | undefined;
|
|
60908
60979
|
redirect_uri?: string | undefined;
|
|
60909
60980
|
code_challenge?: string | undefined;
|
|
60910
60981
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -60932,11 +61003,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60932
61003
|
nonce?: string | undefined;
|
|
60933
61004
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60934
61005
|
response_type?: AuthorizationResponseType | undefined;
|
|
61006
|
+
prompt?: string | undefined;
|
|
60935
61007
|
state?: string | undefined;
|
|
60936
61008
|
auth0Client?: string | undefined;
|
|
60937
61009
|
login_ticket?: string | undefined;
|
|
60938
61010
|
screen_hint?: string | undefined;
|
|
60939
|
-
prompt?: string | undefined;
|
|
60940
61011
|
redirect_uri?: string | undefined;
|
|
60941
61012
|
code_challenge?: string | undefined;
|
|
60942
61013
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -60964,11 +61035,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
60964
61035
|
nonce?: string | undefined;
|
|
60965
61036
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
60966
61037
|
response_type?: AuthorizationResponseType | undefined;
|
|
61038
|
+
prompt?: string | undefined;
|
|
60967
61039
|
state?: string | undefined;
|
|
60968
61040
|
auth0Client?: string | undefined;
|
|
60969
61041
|
login_ticket?: string | undefined;
|
|
60970
61042
|
screen_hint?: string | undefined;
|
|
60971
|
-
prompt?: string | undefined;
|
|
60972
61043
|
redirect_uri?: string | undefined;
|
|
60973
61044
|
code_challenge?: string | undefined;
|
|
60974
61045
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61004,11 +61075,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61004
61075
|
nonce?: string | undefined;
|
|
61005
61076
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61006
61077
|
response_type?: AuthorizationResponseType | undefined;
|
|
61078
|
+
prompt?: string | undefined;
|
|
61007
61079
|
state?: string | undefined;
|
|
61008
61080
|
auth0Client?: string | undefined;
|
|
61009
61081
|
login_ticket?: string | undefined;
|
|
61010
61082
|
screen_hint?: string | undefined;
|
|
61011
|
-
prompt?: string | undefined;
|
|
61012
61083
|
redirect_uri?: string | undefined;
|
|
61013
61084
|
code_challenge?: string | undefined;
|
|
61014
61085
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61038,11 +61109,11 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61038
61109
|
nonce?: string | undefined;
|
|
61039
61110
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61040
61111
|
response_type?: AuthorizationResponseType | undefined;
|
|
61112
|
+
prompt?: string | undefined;
|
|
61041
61113
|
state?: string | undefined;
|
|
61042
61114
|
auth0Client?: string | undefined;
|
|
61043
61115
|
login_ticket?: string | undefined;
|
|
61044
61116
|
screen_hint?: string | undefined;
|
|
61045
|
-
prompt?: string | undefined;
|
|
61046
61117
|
redirect_uri?: string | undefined;
|
|
61047
61118
|
code_challenge?: string | undefined;
|
|
61048
61119
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61102,8 +61173,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61102
61173
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61103
61174
|
username?: string | undefined;
|
|
61104
61175
|
response_type?: AuthorizationResponseType | undefined;
|
|
61105
|
-
state?: string | undefined;
|
|
61106
61176
|
prompt?: string | undefined;
|
|
61177
|
+
state?: string | undefined;
|
|
61107
61178
|
redirect_uri?: string | undefined;
|
|
61108
61179
|
code_challenge?: string | undefined;
|
|
61109
61180
|
code_challenge_method?: CodeChallengeMethod | undefined;
|
|
@@ -61126,8 +61197,8 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
61126
61197
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
61127
61198
|
username?: string | undefined;
|
|
61128
61199
|
response_type?: AuthorizationResponseType | undefined;
|
|
61129
|
-
state?: string | undefined;
|
|
61130
61200
|
prompt?: string | undefined;
|
|
61201
|
+
state?: string | undefined;
|
|
61131
61202
|
redirect_uri?: string | undefined;
|
|
61132
61203
|
code_challenge?: string | undefined;
|
|
61133
61204
|
code_challenge_method?: CodeChallengeMethod | undefined;
|