authhero 4.26.0 → 4.28.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.
@@ -12132,10 +12132,38 @@ declare const socialField: z.ZodObject<{
12132
12132
  type: z.ZodLiteral<"SOCIAL">;
12133
12133
  config: z.ZodOptional<z.ZodObject<{
12134
12134
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
12135
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
12136
+ name: z.ZodString;
12137
+ strategy: z.ZodOptional<z.ZodString>;
12138
+ display_name: z.ZodOptional<z.ZodString>;
12139
+ icon_url: z.ZodOptional<z.ZodString>;
12140
+ }, "strip", z.ZodTypeAny, {
12141
+ name: string;
12142
+ icon_url?: string | undefined;
12143
+ display_name?: string | undefined;
12144
+ strategy?: string | undefined;
12145
+ }, {
12146
+ name: string;
12147
+ icon_url?: string | undefined;
12148
+ display_name?: string | undefined;
12149
+ strategy?: string | undefined;
12150
+ }>, "many">>;
12135
12151
  }, "strip", z.ZodTypeAny, {
12136
12152
  providers?: string[] | undefined;
12153
+ provider_details?: {
12154
+ name: string;
12155
+ icon_url?: string | undefined;
12156
+ display_name?: string | undefined;
12157
+ strategy?: string | undefined;
12158
+ }[] | undefined;
12137
12159
  }, {
12138
12160
  providers?: string[] | undefined;
12161
+ provider_details?: {
12162
+ name: string;
12163
+ icon_url?: string | undefined;
12164
+ display_name?: string | undefined;
12165
+ strategy?: string | undefined;
12166
+ }[] | undefined;
12139
12167
  }>>;
12140
12168
  }, "strip", z.ZodTypeAny, {
12141
12169
  type: "SOCIAL";
@@ -12145,6 +12173,12 @@ declare const socialField: z.ZodObject<{
12145
12173
  category?: "FIELD" | undefined;
12146
12174
  config?: {
12147
12175
  providers?: string[] | undefined;
12176
+ provider_details?: {
12177
+ name: string;
12178
+ icon_url?: string | undefined;
12179
+ display_name?: string | undefined;
12180
+ strategy?: string | undefined;
12181
+ }[] | undefined;
12148
12182
  } | undefined;
12149
12183
  sensitive?: boolean | undefined;
12150
12184
  label?: string | undefined;
@@ -12157,6 +12191,12 @@ declare const socialField: z.ZodObject<{
12157
12191
  category?: "FIELD" | undefined;
12158
12192
  config?: {
12159
12193
  providers?: string[] | undefined;
12194
+ provider_details?: {
12195
+ name: string;
12196
+ icon_url?: string | undefined;
12197
+ display_name?: string | undefined;
12198
+ strategy?: string | undefined;
12199
+ }[] | undefined;
12160
12200
  } | undefined;
12161
12201
  sensitive?: boolean | undefined;
12162
12202
  label?: string | undefined;
@@ -13487,10 +13527,38 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
13487
13527
  type: z.ZodLiteral<"SOCIAL">;
13488
13528
  config: z.ZodOptional<z.ZodObject<{
13489
13529
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
13530
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
13531
+ name: z.ZodString;
13532
+ strategy: z.ZodOptional<z.ZodString>;
13533
+ display_name: z.ZodOptional<z.ZodString>;
13534
+ icon_url: z.ZodOptional<z.ZodString>;
13535
+ }, "strip", z.ZodTypeAny, {
13536
+ name: string;
13537
+ icon_url?: string | undefined;
13538
+ display_name?: string | undefined;
13539
+ strategy?: string | undefined;
13540
+ }, {
13541
+ name: string;
13542
+ icon_url?: string | undefined;
13543
+ display_name?: string | undefined;
13544
+ strategy?: string | undefined;
13545
+ }>, "many">>;
13490
13546
  }, "strip", z.ZodTypeAny, {
13491
13547
  providers?: string[] | undefined;
13548
+ provider_details?: {
13549
+ name: string;
13550
+ icon_url?: string | undefined;
13551
+ display_name?: string | undefined;
13552
+ strategy?: string | undefined;
13553
+ }[] | undefined;
13492
13554
  }, {
13493
13555
  providers?: string[] | undefined;
13556
+ provider_details?: {
13557
+ name: string;
13558
+ icon_url?: string | undefined;
13559
+ display_name?: string | undefined;
13560
+ strategy?: string | undefined;
13561
+ }[] | undefined;
13494
13562
  }>>;
13495
13563
  }, "strip", z.ZodTypeAny, {
13496
13564
  type: "SOCIAL";
@@ -13500,6 +13568,12 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
13500
13568
  category?: "FIELD" | undefined;
13501
13569
  config?: {
13502
13570
  providers?: string[] | undefined;
13571
+ provider_details?: {
13572
+ name: string;
13573
+ icon_url?: string | undefined;
13574
+ display_name?: string | undefined;
13575
+ strategy?: string | undefined;
13576
+ }[] | undefined;
13503
13577
  } | undefined;
13504
13578
  sensitive?: boolean | undefined;
13505
13579
  label?: string | undefined;
@@ -13512,6 +13586,12 @@ declare const fieldComponentSchema$1: z.ZodDiscriminatedUnion<"type", [
13512
13586
  category?: "FIELD" | undefined;
13513
13587
  config?: {
13514
13588
  providers?: string[] | undefined;
13589
+ provider_details?: {
13590
+ name: string;
13591
+ icon_url?: string | undefined;
13592
+ display_name?: string | undefined;
13593
+ strategy?: string | undefined;
13594
+ }[] | undefined;
13515
13595
  } | undefined;
13516
13596
  sensitive?: boolean | undefined;
13517
13597
  label?: string | undefined;
@@ -14838,10 +14918,38 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
14838
14918
  type: z.ZodLiteral<"SOCIAL">;
14839
14919
  config: z.ZodOptional<z.ZodObject<{
14840
14920
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
14921
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
14922
+ name: z.ZodString;
14923
+ strategy: z.ZodOptional<z.ZodString>;
14924
+ display_name: z.ZodOptional<z.ZodString>;
14925
+ icon_url: z.ZodOptional<z.ZodString>;
14926
+ }, "strip", z.ZodTypeAny, {
14927
+ name: string;
14928
+ icon_url?: string | undefined;
14929
+ display_name?: string | undefined;
14930
+ strategy?: string | undefined;
14931
+ }, {
14932
+ name: string;
14933
+ icon_url?: string | undefined;
14934
+ display_name?: string | undefined;
14935
+ strategy?: string | undefined;
14936
+ }>, "many">>;
14841
14937
  }, "strip", z.ZodTypeAny, {
14842
14938
  providers?: string[] | undefined;
14939
+ provider_details?: {
14940
+ name: string;
14941
+ icon_url?: string | undefined;
14942
+ display_name?: string | undefined;
14943
+ strategy?: string | undefined;
14944
+ }[] | undefined;
14843
14945
  }, {
14844
14946
  providers?: string[] | undefined;
14947
+ provider_details?: {
14948
+ name: string;
14949
+ icon_url?: string | undefined;
14950
+ display_name?: string | undefined;
14951
+ strategy?: string | undefined;
14952
+ }[] | undefined;
14845
14953
  }>>;
14846
14954
  }, "strip", z.ZodTypeAny, {
14847
14955
  type: "SOCIAL";
@@ -14851,6 +14959,12 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
14851
14959
  category?: "FIELD" | undefined;
14852
14960
  config?: {
14853
14961
  providers?: string[] | undefined;
14962
+ provider_details?: {
14963
+ name: string;
14964
+ icon_url?: string | undefined;
14965
+ display_name?: string | undefined;
14966
+ strategy?: string | undefined;
14967
+ }[] | undefined;
14854
14968
  } | undefined;
14855
14969
  sensitive?: boolean | undefined;
14856
14970
  label?: string | undefined;
@@ -14863,6 +14977,12 @@ export declare const formNodeComponentDefinition: z.ZodUnion<[
14863
14977
  category?: "FIELD" | undefined;
14864
14978
  config?: {
14865
14979
  providers?: string[] | undefined;
14980
+ provider_details?: {
14981
+ name: string;
14982
+ icon_url?: string | undefined;
14983
+ display_name?: string | undefined;
14984
+ strategy?: string | undefined;
14985
+ }[] | undefined;
14866
14986
  } | undefined;
14867
14987
  sensitive?: boolean | undefined;
14868
14988
  label?: string | undefined;
@@ -16398,10 +16518,38 @@ declare const stepNodeSchema$1: z.ZodObject<{
16398
16518
  type: z.ZodLiteral<"SOCIAL">;
16399
16519
  config: z.ZodOptional<z.ZodObject<{
16400
16520
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16521
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
16522
+ name: z.ZodString;
16523
+ strategy: z.ZodOptional<z.ZodString>;
16524
+ display_name: z.ZodOptional<z.ZodString>;
16525
+ icon_url: z.ZodOptional<z.ZodString>;
16526
+ }, "strip", z.ZodTypeAny, {
16527
+ name: string;
16528
+ icon_url?: string | undefined;
16529
+ display_name?: string | undefined;
16530
+ strategy?: string | undefined;
16531
+ }, {
16532
+ name: string;
16533
+ icon_url?: string | undefined;
16534
+ display_name?: string | undefined;
16535
+ strategy?: string | undefined;
16536
+ }>, "many">>;
16401
16537
  }, "strip", z.ZodTypeAny, {
16402
16538
  providers?: string[] | undefined;
16539
+ provider_details?: {
16540
+ name: string;
16541
+ icon_url?: string | undefined;
16542
+ display_name?: string | undefined;
16543
+ strategy?: string | undefined;
16544
+ }[] | undefined;
16403
16545
  }, {
16404
16546
  providers?: string[] | undefined;
16547
+ provider_details?: {
16548
+ name: string;
16549
+ icon_url?: string | undefined;
16550
+ display_name?: string | undefined;
16551
+ strategy?: string | undefined;
16552
+ }[] | undefined;
16405
16553
  }>>;
16406
16554
  }, "strip", z.ZodTypeAny, {
16407
16555
  type: "SOCIAL";
@@ -16411,6 +16559,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
16411
16559
  category?: "FIELD" | undefined;
16412
16560
  config?: {
16413
16561
  providers?: string[] | undefined;
16562
+ provider_details?: {
16563
+ name: string;
16564
+ icon_url?: string | undefined;
16565
+ display_name?: string | undefined;
16566
+ strategy?: string | undefined;
16567
+ }[] | undefined;
16414
16568
  } | undefined;
16415
16569
  sensitive?: boolean | undefined;
16416
16570
  label?: string | undefined;
@@ -16423,6 +16577,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
16423
16577
  category?: "FIELD" | undefined;
16424
16578
  config?: {
16425
16579
  providers?: string[] | undefined;
16580
+ provider_details?: {
16581
+ name: string;
16582
+ icon_url?: string | undefined;
16583
+ display_name?: string | undefined;
16584
+ strategy?: string | undefined;
16585
+ }[] | undefined;
16426
16586
  } | undefined;
16427
16587
  sensitive?: boolean | undefined;
16428
16588
  label?: string | undefined;
@@ -16893,6 +17053,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
16893
17053
  category?: "FIELD" | undefined;
16894
17054
  config?: {
16895
17055
  providers?: string[] | undefined;
17056
+ provider_details?: {
17057
+ name: string;
17058
+ icon_url?: string | undefined;
17059
+ display_name?: string | undefined;
17060
+ strategy?: string | undefined;
17061
+ }[] | undefined;
16896
17062
  } | undefined;
16897
17063
  sensitive?: boolean | undefined;
16898
17064
  label?: string | undefined;
@@ -17248,6 +17414,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
17248
17414
  category?: "FIELD" | undefined;
17249
17415
  config?: {
17250
17416
  providers?: string[] | undefined;
17417
+ provider_details?: {
17418
+ name: string;
17419
+ icon_url?: string | undefined;
17420
+ display_name?: string | undefined;
17421
+ strategy?: string | undefined;
17422
+ }[] | undefined;
17251
17423
  } | undefined;
17252
17424
  sensitive?: boolean | undefined;
17253
17425
  label?: string | undefined;
@@ -17609,6 +17781,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
17609
17781
  category?: "FIELD" | undefined;
17610
17782
  config?: {
17611
17783
  providers?: string[] | undefined;
17784
+ provider_details?: {
17785
+ name: string;
17786
+ icon_url?: string | undefined;
17787
+ display_name?: string | undefined;
17788
+ strategy?: string | undefined;
17789
+ }[] | undefined;
17612
17790
  } | undefined;
17613
17791
  sensitive?: boolean | undefined;
17614
17792
  label?: string | undefined;
@@ -17973,6 +18151,12 @@ declare const stepNodeSchema$1: z.ZodObject<{
17973
18151
  category?: "FIELD" | undefined;
17974
18152
  config?: {
17975
18153
  providers?: string[] | undefined;
18154
+ provider_details?: {
18155
+ name: string;
18156
+ icon_url?: string | undefined;
18157
+ display_name?: string | undefined;
18158
+ strategy?: string | undefined;
18159
+ }[] | undefined;
17976
18160
  } | undefined;
17977
18161
  sensitive?: boolean | undefined;
17978
18162
  label?: string | undefined;
@@ -19341,10 +19525,38 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
19341
19525
  type: z.ZodLiteral<"SOCIAL">;
19342
19526
  config: z.ZodOptional<z.ZodObject<{
19343
19527
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
19528
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
19529
+ name: z.ZodString;
19530
+ strategy: z.ZodOptional<z.ZodString>;
19531
+ display_name: z.ZodOptional<z.ZodString>;
19532
+ icon_url: z.ZodOptional<z.ZodString>;
19533
+ }, "strip", z.ZodTypeAny, {
19534
+ name: string;
19535
+ icon_url?: string | undefined;
19536
+ display_name?: string | undefined;
19537
+ strategy?: string | undefined;
19538
+ }, {
19539
+ name: string;
19540
+ icon_url?: string | undefined;
19541
+ display_name?: string | undefined;
19542
+ strategy?: string | undefined;
19543
+ }>, "many">>;
19344
19544
  }, "strip", z.ZodTypeAny, {
19345
19545
  providers?: string[] | undefined;
19546
+ provider_details?: {
19547
+ name: string;
19548
+ icon_url?: string | undefined;
19549
+ display_name?: string | undefined;
19550
+ strategy?: string | undefined;
19551
+ }[] | undefined;
19346
19552
  }, {
19347
19553
  providers?: string[] | undefined;
19554
+ provider_details?: {
19555
+ name: string;
19556
+ icon_url?: string | undefined;
19557
+ display_name?: string | undefined;
19558
+ strategy?: string | undefined;
19559
+ }[] | undefined;
19348
19560
  }>>;
19349
19561
  }, "strip", z.ZodTypeAny, {
19350
19562
  type: "SOCIAL";
@@ -19354,6 +19566,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
19354
19566
  category?: "FIELD" | undefined;
19355
19567
  config?: {
19356
19568
  providers?: string[] | undefined;
19569
+ provider_details?: {
19570
+ name: string;
19571
+ icon_url?: string | undefined;
19572
+ display_name?: string | undefined;
19573
+ strategy?: string | undefined;
19574
+ }[] | undefined;
19357
19575
  } | undefined;
19358
19576
  sensitive?: boolean | undefined;
19359
19577
  label?: string | undefined;
@@ -19366,6 +19584,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
19366
19584
  category?: "FIELD" | undefined;
19367
19585
  config?: {
19368
19586
  providers?: string[] | undefined;
19587
+ provider_details?: {
19588
+ name: string;
19589
+ icon_url?: string | undefined;
19590
+ display_name?: string | undefined;
19591
+ strategy?: string | undefined;
19592
+ }[] | undefined;
19369
19593
  } | undefined;
19370
19594
  sensitive?: boolean | undefined;
19371
19595
  label?: string | undefined;
@@ -19836,6 +20060,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
19836
20060
  category?: "FIELD" | undefined;
19837
20061
  config?: {
19838
20062
  providers?: string[] | undefined;
20063
+ provider_details?: {
20064
+ name: string;
20065
+ icon_url?: string | undefined;
20066
+ display_name?: string | undefined;
20067
+ strategy?: string | undefined;
20068
+ }[] | undefined;
19839
20069
  } | undefined;
19840
20070
  sensitive?: boolean | undefined;
19841
20071
  label?: string | undefined;
@@ -20191,6 +20421,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
20191
20421
  category?: "FIELD" | undefined;
20192
20422
  config?: {
20193
20423
  providers?: string[] | undefined;
20424
+ provider_details?: {
20425
+ name: string;
20426
+ icon_url?: string | undefined;
20427
+ display_name?: string | undefined;
20428
+ strategy?: string | undefined;
20429
+ }[] | undefined;
20194
20430
  } | undefined;
20195
20431
  sensitive?: boolean | undefined;
20196
20432
  label?: string | undefined;
@@ -20552,6 +20788,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
20552
20788
  category?: "FIELD" | undefined;
20553
20789
  config?: {
20554
20790
  providers?: string[] | undefined;
20791
+ provider_details?: {
20792
+ name: string;
20793
+ icon_url?: string | undefined;
20794
+ display_name?: string | undefined;
20795
+ strategy?: string | undefined;
20796
+ }[] | undefined;
20555
20797
  } | undefined;
20556
20798
  sensitive?: boolean | undefined;
20557
20799
  label?: string | undefined;
@@ -20916,6 +21158,12 @@ export declare const formNodeSchema: z.ZodDiscriminatedUnion<"type", [
20916
21158
  category?: "FIELD" | undefined;
20917
21159
  config?: {
20918
21160
  providers?: string[] | undefined;
21161
+ provider_details?: {
21162
+ name: string;
21163
+ icon_url?: string | undefined;
21164
+ display_name?: string | undefined;
21165
+ strategy?: string | undefined;
21166
+ }[] | undefined;
20919
21167
  } | undefined;
20920
21168
  sensitive?: boolean | undefined;
20921
21169
  label?: string | undefined;
@@ -22315,10 +22563,38 @@ export declare const formInsertSchema: z.ZodObject<{
22315
22563
  type: z.ZodLiteral<"SOCIAL">;
22316
22564
  config: z.ZodOptional<z.ZodObject<{
22317
22565
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
22566
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
22567
+ name: z.ZodString;
22568
+ strategy: z.ZodOptional<z.ZodString>;
22569
+ display_name: z.ZodOptional<z.ZodString>;
22570
+ icon_url: z.ZodOptional<z.ZodString>;
22571
+ }, "strip", z.ZodTypeAny, {
22572
+ name: string;
22573
+ icon_url?: string | undefined;
22574
+ display_name?: string | undefined;
22575
+ strategy?: string | undefined;
22576
+ }, {
22577
+ name: string;
22578
+ icon_url?: string | undefined;
22579
+ display_name?: string | undefined;
22580
+ strategy?: string | undefined;
22581
+ }>, "many">>;
22318
22582
  }, "strip", z.ZodTypeAny, {
22319
22583
  providers?: string[] | undefined;
22584
+ provider_details?: {
22585
+ name: string;
22586
+ icon_url?: string | undefined;
22587
+ display_name?: string | undefined;
22588
+ strategy?: string | undefined;
22589
+ }[] | undefined;
22320
22590
  }, {
22321
22591
  providers?: string[] | undefined;
22592
+ provider_details?: {
22593
+ name: string;
22594
+ icon_url?: string | undefined;
22595
+ display_name?: string | undefined;
22596
+ strategy?: string | undefined;
22597
+ }[] | undefined;
22322
22598
  }>>;
22323
22599
  }, "strip", z.ZodTypeAny, {
22324
22600
  type: "SOCIAL";
@@ -22328,6 +22604,12 @@ export declare const formInsertSchema: z.ZodObject<{
22328
22604
  category?: "FIELD" | undefined;
22329
22605
  config?: {
22330
22606
  providers?: string[] | undefined;
22607
+ provider_details?: {
22608
+ name: string;
22609
+ icon_url?: string | undefined;
22610
+ display_name?: string | undefined;
22611
+ strategy?: string | undefined;
22612
+ }[] | undefined;
22331
22613
  } | undefined;
22332
22614
  sensitive?: boolean | undefined;
22333
22615
  label?: string | undefined;
@@ -22340,6 +22622,12 @@ export declare const formInsertSchema: z.ZodObject<{
22340
22622
  category?: "FIELD" | undefined;
22341
22623
  config?: {
22342
22624
  providers?: string[] | undefined;
22625
+ provider_details?: {
22626
+ name: string;
22627
+ icon_url?: string | undefined;
22628
+ display_name?: string | undefined;
22629
+ strategy?: string | undefined;
22630
+ }[] | undefined;
22343
22631
  } | undefined;
22344
22632
  sensitive?: boolean | undefined;
22345
22633
  label?: string | undefined;
@@ -22810,6 +23098,12 @@ export declare const formInsertSchema: z.ZodObject<{
22810
23098
  category?: "FIELD" | undefined;
22811
23099
  config?: {
22812
23100
  providers?: string[] | undefined;
23101
+ provider_details?: {
23102
+ name: string;
23103
+ icon_url?: string | undefined;
23104
+ display_name?: string | undefined;
23105
+ strategy?: string | undefined;
23106
+ }[] | undefined;
22813
23107
  } | undefined;
22814
23108
  sensitive?: boolean | undefined;
22815
23109
  label?: string | undefined;
@@ -23165,6 +23459,12 @@ export declare const formInsertSchema: z.ZodObject<{
23165
23459
  category?: "FIELD" | undefined;
23166
23460
  config?: {
23167
23461
  providers?: string[] | undefined;
23462
+ provider_details?: {
23463
+ name: string;
23464
+ icon_url?: string | undefined;
23465
+ display_name?: string | undefined;
23466
+ strategy?: string | undefined;
23467
+ }[] | undefined;
23168
23468
  } | undefined;
23169
23469
  sensitive?: boolean | undefined;
23170
23470
  label?: string | undefined;
@@ -23526,6 +23826,12 @@ export declare const formInsertSchema: z.ZodObject<{
23526
23826
  category?: "FIELD" | undefined;
23527
23827
  config?: {
23528
23828
  providers?: string[] | undefined;
23829
+ provider_details?: {
23830
+ name: string;
23831
+ icon_url?: string | undefined;
23832
+ display_name?: string | undefined;
23833
+ strategy?: string | undefined;
23834
+ }[] | undefined;
23529
23835
  } | undefined;
23530
23836
  sensitive?: boolean | undefined;
23531
23837
  label?: string | undefined;
@@ -23890,6 +24196,12 @@ export declare const formInsertSchema: z.ZodObject<{
23890
24196
  category?: "FIELD" | undefined;
23891
24197
  config?: {
23892
24198
  providers?: string[] | undefined;
24199
+ provider_details?: {
24200
+ name: string;
24201
+ icon_url?: string | undefined;
24202
+ display_name?: string | undefined;
24203
+ strategy?: string | undefined;
24204
+ }[] | undefined;
23893
24205
  } | undefined;
23894
24206
  sensitive?: boolean | undefined;
23895
24207
  label?: string | undefined;
@@ -24413,6 +24725,12 @@ export declare const formInsertSchema: z.ZodObject<{
24413
24725
  category?: "FIELD" | undefined;
24414
24726
  config?: {
24415
24727
  providers?: string[] | undefined;
24728
+ provider_details?: {
24729
+ name: string;
24730
+ icon_url?: string | undefined;
24731
+ display_name?: string | undefined;
24732
+ strategy?: string | undefined;
24733
+ }[] | undefined;
24416
24734
  } | undefined;
24417
24735
  sensitive?: boolean | undefined;
24418
24736
  label?: string | undefined;
@@ -24846,6 +25164,12 @@ export declare const formInsertSchema: z.ZodObject<{
24846
25164
  category?: "FIELD" | undefined;
24847
25165
  config?: {
24848
25166
  providers?: string[] | undefined;
25167
+ provider_details?: {
25168
+ name: string;
25169
+ icon_url?: string | undefined;
25170
+ display_name?: string | undefined;
25171
+ strategy?: string | undefined;
25172
+ }[] | undefined;
24849
25173
  } | undefined;
24850
25174
  sensitive?: boolean | undefined;
24851
25175
  label?: string | undefined;
@@ -26262,10 +26586,38 @@ export declare const formSchema: z.ZodObject<{
26262
26586
  type: z.ZodLiteral<"SOCIAL">;
26263
26587
  config: z.ZodOptional<z.ZodObject<{
26264
26588
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
26589
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
26590
+ name: z.ZodString;
26591
+ strategy: z.ZodOptional<z.ZodString>;
26592
+ display_name: z.ZodOptional<z.ZodString>;
26593
+ icon_url: z.ZodOptional<z.ZodString>;
26594
+ }, "strip", z.ZodTypeAny, {
26595
+ name: string;
26596
+ icon_url?: string | undefined;
26597
+ display_name?: string | undefined;
26598
+ strategy?: string | undefined;
26599
+ }, {
26600
+ name: string;
26601
+ icon_url?: string | undefined;
26602
+ display_name?: string | undefined;
26603
+ strategy?: string | undefined;
26604
+ }>, "many">>;
26265
26605
  }, "strip", z.ZodTypeAny, {
26266
26606
  providers?: string[] | undefined;
26607
+ provider_details?: {
26608
+ name: string;
26609
+ icon_url?: string | undefined;
26610
+ display_name?: string | undefined;
26611
+ strategy?: string | undefined;
26612
+ }[] | undefined;
26267
26613
  }, {
26268
26614
  providers?: string[] | undefined;
26615
+ provider_details?: {
26616
+ name: string;
26617
+ icon_url?: string | undefined;
26618
+ display_name?: string | undefined;
26619
+ strategy?: string | undefined;
26620
+ }[] | undefined;
26269
26621
  }>>;
26270
26622
  }, "strip", z.ZodTypeAny, {
26271
26623
  type: "SOCIAL";
@@ -26275,6 +26627,12 @@ export declare const formSchema: z.ZodObject<{
26275
26627
  category?: "FIELD" | undefined;
26276
26628
  config?: {
26277
26629
  providers?: string[] | undefined;
26630
+ provider_details?: {
26631
+ name: string;
26632
+ icon_url?: string | undefined;
26633
+ display_name?: string | undefined;
26634
+ strategy?: string | undefined;
26635
+ }[] | undefined;
26278
26636
  } | undefined;
26279
26637
  sensitive?: boolean | undefined;
26280
26638
  label?: string | undefined;
@@ -26287,6 +26645,12 @@ export declare const formSchema: z.ZodObject<{
26287
26645
  category?: "FIELD" | undefined;
26288
26646
  config?: {
26289
26647
  providers?: string[] | undefined;
26648
+ provider_details?: {
26649
+ name: string;
26650
+ icon_url?: string | undefined;
26651
+ display_name?: string | undefined;
26652
+ strategy?: string | undefined;
26653
+ }[] | undefined;
26290
26654
  } | undefined;
26291
26655
  sensitive?: boolean | undefined;
26292
26656
  label?: string | undefined;
@@ -26757,6 +27121,12 @@ export declare const formSchema: z.ZodObject<{
26757
27121
  category?: "FIELD" | undefined;
26758
27122
  config?: {
26759
27123
  providers?: string[] | undefined;
27124
+ provider_details?: {
27125
+ name: string;
27126
+ icon_url?: string | undefined;
27127
+ display_name?: string | undefined;
27128
+ strategy?: string | undefined;
27129
+ }[] | undefined;
26760
27130
  } | undefined;
26761
27131
  sensitive?: boolean | undefined;
26762
27132
  label?: string | undefined;
@@ -27112,6 +27482,12 @@ export declare const formSchema: z.ZodObject<{
27112
27482
  category?: "FIELD" | undefined;
27113
27483
  config?: {
27114
27484
  providers?: string[] | undefined;
27485
+ provider_details?: {
27486
+ name: string;
27487
+ icon_url?: string | undefined;
27488
+ display_name?: string | undefined;
27489
+ strategy?: string | undefined;
27490
+ }[] | undefined;
27115
27491
  } | undefined;
27116
27492
  sensitive?: boolean | undefined;
27117
27493
  label?: string | undefined;
@@ -27473,6 +27849,12 @@ export declare const formSchema: z.ZodObject<{
27473
27849
  category?: "FIELD" | undefined;
27474
27850
  config?: {
27475
27851
  providers?: string[] | undefined;
27852
+ provider_details?: {
27853
+ name: string;
27854
+ icon_url?: string | undefined;
27855
+ display_name?: string | undefined;
27856
+ strategy?: string | undefined;
27857
+ }[] | undefined;
27476
27858
  } | undefined;
27477
27859
  sensitive?: boolean | undefined;
27478
27860
  label?: string | undefined;
@@ -27837,6 +28219,12 @@ export declare const formSchema: z.ZodObject<{
27837
28219
  category?: "FIELD" | undefined;
27838
28220
  config?: {
27839
28221
  providers?: string[] | undefined;
28222
+ provider_details?: {
28223
+ name: string;
28224
+ icon_url?: string | undefined;
28225
+ display_name?: string | undefined;
28226
+ strategy?: string | undefined;
28227
+ }[] | undefined;
27840
28228
  } | undefined;
27841
28229
  sensitive?: boolean | undefined;
27842
28230
  label?: string | undefined;
@@ -28365,6 +28753,12 @@ export declare const formSchema: z.ZodObject<{
28365
28753
  category?: "FIELD" | undefined;
28366
28754
  config?: {
28367
28755
  providers?: string[] | undefined;
28756
+ provider_details?: {
28757
+ name: string;
28758
+ icon_url?: string | undefined;
28759
+ display_name?: string | undefined;
28760
+ strategy?: string | undefined;
28761
+ }[] | undefined;
28368
28762
  } | undefined;
28369
28763
  sensitive?: boolean | undefined;
28370
28764
  label?: string | undefined;
@@ -28801,6 +29195,12 @@ export declare const formSchema: z.ZodObject<{
28801
29195
  category?: "FIELD" | undefined;
28802
29196
  config?: {
28803
29197
  providers?: string[] | undefined;
29198
+ provider_details?: {
29199
+ name: string;
29200
+ icon_url?: string | undefined;
29201
+ display_name?: string | undefined;
29202
+ strategy?: string | undefined;
29203
+ }[] | undefined;
28804
29204
  } | undefined;
28805
29205
  sensitive?: boolean | undefined;
28806
29206
  label?: string | undefined;
@@ -30102,10 +30502,38 @@ export declare const uiScreenSchema: z.ZodObject<{
30102
30502
  type: z.ZodLiteral<"SOCIAL">;
30103
30503
  config: z.ZodOptional<z.ZodObject<{
30104
30504
  providers: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
30505
+ provider_details: z.ZodOptional<z.ZodArray<z.ZodObject<{
30506
+ name: z.ZodString;
30507
+ strategy: z.ZodOptional<z.ZodString>;
30508
+ display_name: z.ZodOptional<z.ZodString>;
30509
+ icon_url: z.ZodOptional<z.ZodString>;
30510
+ }, "strip", z.ZodTypeAny, {
30511
+ name: string;
30512
+ icon_url?: string | undefined;
30513
+ display_name?: string | undefined;
30514
+ strategy?: string | undefined;
30515
+ }, {
30516
+ name: string;
30517
+ icon_url?: string | undefined;
30518
+ display_name?: string | undefined;
30519
+ strategy?: string | undefined;
30520
+ }>, "many">>;
30105
30521
  }, "strip", z.ZodTypeAny, {
30106
30522
  providers?: string[] | undefined;
30523
+ provider_details?: {
30524
+ name: string;
30525
+ icon_url?: string | undefined;
30526
+ display_name?: string | undefined;
30527
+ strategy?: string | undefined;
30528
+ }[] | undefined;
30107
30529
  }, {
30108
30530
  providers?: string[] | undefined;
30531
+ provider_details?: {
30532
+ name: string;
30533
+ icon_url?: string | undefined;
30534
+ display_name?: string | undefined;
30535
+ strategy?: string | undefined;
30536
+ }[] | undefined;
30109
30537
  }>>;
30110
30538
  }, "strip", z.ZodTypeAny, {
30111
30539
  type: "SOCIAL";
@@ -30115,6 +30543,12 @@ export declare const uiScreenSchema: z.ZodObject<{
30115
30543
  category?: "FIELD" | undefined;
30116
30544
  config?: {
30117
30545
  providers?: string[] | undefined;
30546
+ provider_details?: {
30547
+ name: string;
30548
+ icon_url?: string | undefined;
30549
+ display_name?: string | undefined;
30550
+ strategy?: string | undefined;
30551
+ }[] | undefined;
30118
30552
  } | undefined;
30119
30553
  sensitive?: boolean | undefined;
30120
30554
  label?: string | undefined;
@@ -30127,6 +30561,12 @@ export declare const uiScreenSchema: z.ZodObject<{
30127
30561
  category?: "FIELD" | undefined;
30128
30562
  config?: {
30129
30563
  providers?: string[] | undefined;
30564
+ provider_details?: {
30565
+ name: string;
30566
+ icon_url?: string | undefined;
30567
+ display_name?: string | undefined;
30568
+ strategy?: string | undefined;
30569
+ }[] | undefined;
30130
30570
  } | undefined;
30131
30571
  sensitive?: boolean | undefined;
30132
30572
  label?: string | undefined;
@@ -30631,6 +31071,12 @@ export declare const uiScreenSchema: z.ZodObject<{
30631
31071
  category?: "FIELD" | undefined;
30632
31072
  config?: {
30633
31073
  providers?: string[] | undefined;
31074
+ provider_details?: {
31075
+ name: string;
31076
+ icon_url?: string | undefined;
31077
+ display_name?: string | undefined;
31078
+ strategy?: string | undefined;
31079
+ }[] | undefined;
30634
31080
  } | undefined;
30635
31081
  sensitive?: boolean | undefined;
30636
31082
  label?: string | undefined;
@@ -31000,6 +31446,12 @@ export declare const uiScreenSchema: z.ZodObject<{
31000
31446
  category?: "FIELD" | undefined;
31001
31447
  config?: {
31002
31448
  providers?: string[] | undefined;
31449
+ provider_details?: {
31450
+ name: string;
31451
+ icon_url?: string | undefined;
31452
+ display_name?: string | undefined;
31453
+ strategy?: string | undefined;
31454
+ }[] | undefined;
31003
31455
  } | undefined;
31004
31456
  sensitive?: boolean | undefined;
31005
31457
  label?: string | undefined;
@@ -36413,6 +36865,92 @@ export declare const dailyStatsSchema: z.ZodObject<{
36413
36865
  export type DailyStats = z.infer<typeof dailyStatsSchema>;
36414
36866
  export declare const activeUsersResponseSchema: z.ZodNumber;
36415
36867
  export type ActiveUsersResponse = z.infer<typeof activeUsersResponseSchema>;
36868
+ /**
36869
+ * Available prompt screens that can be customized
36870
+ * Based on Auth0's prompt customization options
36871
+ */
36872
+ export declare const promptScreenSchema: z.ZodEnum<[
36873
+ "login",
36874
+ "login-id",
36875
+ "login-password",
36876
+ "signup",
36877
+ "signup-id",
36878
+ "signup-password",
36879
+ "reset-password",
36880
+ "consent",
36881
+ "mfa",
36882
+ "mfa-push",
36883
+ "mfa-otp",
36884
+ "mfa-voice",
36885
+ "mfa-phone",
36886
+ "mfa-webauthn",
36887
+ "mfa-sms",
36888
+ "mfa-email",
36889
+ "mfa-recovery-code",
36890
+ "status",
36891
+ "device-flow",
36892
+ "email-verification",
36893
+ "email-otp-challenge",
36894
+ "organizations",
36895
+ "invitation",
36896
+ "common",
36897
+ "passkeys",
36898
+ "captcha",
36899
+ "custom-form"
36900
+ ]>;
36901
+ export type PromptScreen = z.infer<typeof promptScreenSchema>;
36902
+ /**
36903
+ * Custom text for a specific prompt screen and language
36904
+ * The values are key-value pairs where the key is the text identifier
36905
+ * and the value is the custom text to display
36906
+ */
36907
+ export declare const customTextSchema: z.ZodRecord<z.ZodString, z.ZodString>;
36908
+ export type CustomText = z.infer<typeof customTextSchema>;
36909
+ /**
36910
+ * Custom text entry for storage
36911
+ */
36912
+ export declare const customTextEntrySchema: z.ZodObject<{
36913
+ prompt: z.ZodEnum<[
36914
+ "login",
36915
+ "login-id",
36916
+ "login-password",
36917
+ "signup",
36918
+ "signup-id",
36919
+ "signup-password",
36920
+ "reset-password",
36921
+ "consent",
36922
+ "mfa",
36923
+ "mfa-push",
36924
+ "mfa-otp",
36925
+ "mfa-voice",
36926
+ "mfa-phone",
36927
+ "mfa-webauthn",
36928
+ "mfa-sms",
36929
+ "mfa-email",
36930
+ "mfa-recovery-code",
36931
+ "status",
36932
+ "device-flow",
36933
+ "email-verification",
36934
+ "email-otp-challenge",
36935
+ "organizations",
36936
+ "invitation",
36937
+ "common",
36938
+ "passkeys",
36939
+ "captcha",
36940
+ "custom-form"
36941
+ ]>;
36942
+ language: z.ZodString;
36943
+ custom_text: z.ZodRecord<z.ZodString, z.ZodString>;
36944
+ }, "strip", z.ZodTypeAny, {
36945
+ prompt: "status" | "organizations" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
36946
+ language: string;
36947
+ custom_text: Record<string, string>;
36948
+ }, {
36949
+ prompt: "status" | "organizations" | "login" | "login-id" | "login-password" | "signup" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
36950
+ language: string;
36951
+ custom_text: Record<string, string>;
36952
+ }>;
36953
+ export type CustomTextEntry = z.infer<typeof customTextEntrySchema>;
36416
36954
  export declare function parseUserId(user_id: string): {
36417
36955
  connection: string;
36418
36956
  id: string;
@@ -36753,6 +37291,7 @@ export interface EmailProvidersAdapter {
36753
37291
  update: (tenant_id: string, emailProvider: Partial<EmailProvider>) => Promise<void>;
36754
37292
  create: (tenant_id: string, emailProvider: EmailProvider) => Promise<void>;
36755
37293
  get: (tenant_id: string) => Promise<EmailProvider | null>;
37294
+ remove: (tenant_id: string) => Promise<void>;
36756
37295
  }
36757
37296
  export interface ListRefreshTokenResponse extends Totals {
36758
37297
  refresh_tokens: RefreshToken[];
@@ -36896,6 +37435,27 @@ export interface UniversalLoginTemplatesAdapter {
36896
37435
  set: (tenant_id: string, template: UniversalLoginTemplate) => Promise<void>;
36897
37436
  delete: (tenant_id: string) => Promise<void>;
36898
37437
  }
37438
+ export interface CustomTextAdapter {
37439
+ /**
37440
+ * Get custom text for a specific prompt screen and language
37441
+ */
37442
+ get: (tenant_id: string, prompt: PromptScreen, language: string) => Promise<CustomText | null>;
37443
+ /**
37444
+ * Set custom text for a specific prompt screen and language
37445
+ */
37446
+ set: (tenant_id: string, prompt: PromptScreen, language: string, customText: CustomText) => Promise<void>;
37447
+ /**
37448
+ * Delete custom text for a specific prompt screen and language
37449
+ */
37450
+ delete: (tenant_id: string, prompt: PromptScreen, language: string) => Promise<void>;
37451
+ /**
37452
+ * List all custom text entries for a tenant
37453
+ */
37454
+ list: (tenant_id: string) => Promise<Array<{
37455
+ prompt: PromptScreen;
37456
+ language: string;
37457
+ }>>;
37458
+ }
36899
37459
  /**
36900
37460
  * Parameters for cleaning up expired sessions
36901
37461
  */
@@ -36935,6 +37495,7 @@ export interface DataAdapters {
36935
37495
  tenants: TenantsDataAdapter;
36936
37496
  themes: ThemesAdapter;
36937
37497
  universalLoginTemplates: UniversalLoginTemplatesAdapter;
37498
+ customText: CustomTextAdapter;
36938
37499
  users: UserDataAdapter;
36939
37500
  userRoles: UserRolesAdapter;
36940
37501
  organizations: OrganizationsAdapter;
@@ -38547,8 +39108,6 @@ export type Bindings = {
38547
39108
  smsProviders?: {
38548
39109
  [key: string]: smsService;
38549
39110
  };
38550
- DEFAULT_TENANT_ID?: string;
38551
- DEFAULT_CLIENT_ID?: string;
38552
39111
  STRATEGIES?: {
38553
39112
  [strategy: string]: Strategy;
38554
39113
  };
@@ -41240,6 +41799,12 @@ export declare function init(config: AuthHeroConfig): {
41240
41799
  category?: "FIELD" | undefined | undefined;
41241
41800
  config?: {
41242
41801
  providers?: string[] | undefined | undefined;
41802
+ provider_details?: {
41803
+ name: string;
41804
+ icon_url?: string | undefined | undefined;
41805
+ display_name?: string | undefined | undefined;
41806
+ strategy?: string | undefined | undefined;
41807
+ }[] | undefined;
41243
41808
  } | undefined;
41244
41809
  sensitive?: boolean | undefined | undefined;
41245
41810
  label?: string | undefined | undefined;
@@ -41689,6 +42254,12 @@ export declare function init(config: AuthHeroConfig): {
41689
42254
  category?: "FIELD" | undefined | undefined;
41690
42255
  config?: {
41691
42256
  providers?: string[] | undefined | undefined;
42257
+ provider_details?: {
42258
+ name: string;
42259
+ icon_url?: string | undefined | undefined;
42260
+ display_name?: string | undefined | undefined;
42261
+ strategy?: string | undefined | undefined;
42262
+ }[] | undefined;
41692
42263
  } | undefined;
41693
42264
  sensitive?: boolean | undefined | undefined;
41694
42265
  label?: string | undefined | undefined;
@@ -42153,6 +42724,12 @@ export declare function init(config: AuthHeroConfig): {
42153
42724
  category?: "FIELD" | undefined | undefined;
42154
42725
  config?: {
42155
42726
  providers?: string[] | undefined | undefined;
42727
+ provider_details?: {
42728
+ name: string;
42729
+ icon_url?: string | undefined | undefined;
42730
+ display_name?: string | undefined | undefined;
42731
+ strategy?: string | undefined | undefined;
42732
+ }[] | undefined;
42156
42733
  } | undefined;
42157
42734
  sensitive?: boolean | undefined | undefined;
42158
42735
  label?: string | undefined | undefined;
@@ -42622,6 +43199,12 @@ export declare function init(config: AuthHeroConfig): {
42622
43199
  category?: "FIELD" | undefined;
42623
43200
  config?: {
42624
43201
  providers?: string[] | undefined;
43202
+ provider_details?: {
43203
+ name: string;
43204
+ icon_url?: string | undefined;
43205
+ display_name?: string | undefined;
43206
+ strategy?: string | undefined;
43207
+ }[] | undefined;
42625
43208
  } | undefined;
42626
43209
  sensitive?: boolean | undefined;
42627
43210
  label?: string | undefined;
@@ -43068,6 +43651,12 @@ export declare function init(config: AuthHeroConfig): {
43068
43651
  category?: "FIELD" | undefined | undefined;
43069
43652
  config?: {
43070
43653
  providers?: string[] | undefined | undefined;
43654
+ provider_details?: {
43655
+ name: string;
43656
+ icon_url?: string | undefined | undefined;
43657
+ display_name?: string | undefined | undefined;
43658
+ strategy?: string | undefined | undefined;
43659
+ }[] | undefined;
43071
43660
  } | undefined;
43072
43661
  sensitive?: boolean | undefined | undefined;
43073
43662
  label?: string | undefined | undefined;
@@ -43516,6 +44105,12 @@ export declare function init(config: AuthHeroConfig): {
43516
44105
  category?: "FIELD" | undefined;
43517
44106
  config?: {
43518
44107
  providers?: string[] | undefined;
44108
+ provider_details?: {
44109
+ name: string;
44110
+ icon_url?: string | undefined;
44111
+ display_name?: string | undefined;
44112
+ strategy?: string | undefined;
44113
+ }[] | undefined;
43519
44114
  } | undefined;
43520
44115
  sensitive?: boolean | undefined;
43521
44116
  label?: string | undefined;
@@ -43962,6 +44557,12 @@ export declare function init(config: AuthHeroConfig): {
43962
44557
  category?: "FIELD" | undefined | undefined;
43963
44558
  config?: {
43964
44559
  providers?: string[] | undefined | undefined;
44560
+ provider_details?: {
44561
+ name: string;
44562
+ icon_url?: string | undefined | undefined;
44563
+ display_name?: string | undefined | undefined;
44564
+ strategy?: string | undefined | undefined;
44565
+ }[] | undefined;
43965
44566
  } | undefined;
43966
44567
  sensitive?: boolean | undefined | undefined;
43967
44568
  label?: string | undefined | undefined;
@@ -44213,6 +44814,82 @@ export declare function init(config: AuthHeroConfig): {
44213
44814
  status: 200;
44214
44815
  };
44215
44816
  };
44817
+ } & {
44818
+ "/custom-text": {
44819
+ $get: {
44820
+ input: {
44821
+ header: {
44822
+ "tenant-id"?: string | undefined;
44823
+ };
44824
+ };
44825
+ output: {
44826
+ prompt: "status" | "common" | "signup" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
44827
+ language: string;
44828
+ }[];
44829
+ outputFormat: "json";
44830
+ status: 200;
44831
+ };
44832
+ };
44833
+ } & {
44834
+ "/:prompt/custom-text/:language": {
44835
+ $get: {
44836
+ input: {
44837
+ param: {
44838
+ prompt: "status" | "common" | "signup" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
44839
+ language: string;
44840
+ };
44841
+ } & {
44842
+ header: {
44843
+ "tenant-id"?: string | undefined;
44844
+ };
44845
+ };
44846
+ output: {
44847
+ [x: string]: string;
44848
+ };
44849
+ outputFormat: "json";
44850
+ status: 200;
44851
+ };
44852
+ };
44853
+ } & {
44854
+ "/:prompt/custom-text/:language": {
44855
+ $put: {
44856
+ input: {
44857
+ param: {
44858
+ prompt: "status" | "common" | "signup" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
44859
+ language: string;
44860
+ };
44861
+ } & {
44862
+ header: {
44863
+ "tenant-id"?: string | undefined;
44864
+ };
44865
+ } & {
44866
+ json: Record<string, string>;
44867
+ };
44868
+ output: {
44869
+ [x: string]: string;
44870
+ };
44871
+ outputFormat: "json";
44872
+ status: 200;
44873
+ };
44874
+ };
44875
+ } & {
44876
+ "/:prompt/custom-text/:language": {
44877
+ $delete: {
44878
+ input: {
44879
+ param: {
44880
+ prompt: "status" | "common" | "signup" | "organizations" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa" | "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";
44881
+ language: string;
44882
+ };
44883
+ } & {
44884
+ header: {
44885
+ "tenant-id"?: string | undefined;
44886
+ };
44887
+ };
44888
+ output: {};
44889
+ outputFormat: string;
44890
+ status: 204;
44891
+ };
44892
+ };
44216
44893
  }, "/prompts"> & import("hono/types").MergeSchemaPath<{
44217
44894
  "/": {
44218
44895
  $get: {
@@ -48118,11 +48795,11 @@ export declare function init(config: AuthHeroConfig): {
48118
48795
  auth0Client?: string | undefined;
48119
48796
  login_ticket?: string | undefined;
48120
48797
  screen_hint?: string | undefined;
48798
+ prompt?: string | undefined;
48121
48799
  redirect_uri?: string | undefined;
48122
48800
  code_challenge?: string | undefined;
48123
48801
  code_challenge_method?: CodeChallengeMethod | undefined;
48124
48802
  realm?: string | undefined;
48125
- prompt?: string | undefined;
48126
48803
  ui_locales?: string | undefined;
48127
48804
  max_age?: string | undefined;
48128
48805
  acr_values?: string | undefined;
@@ -48150,11 +48827,11 @@ export declare function init(config: AuthHeroConfig): {
48150
48827
  auth0Client?: string | undefined;
48151
48828
  login_ticket?: string | undefined;
48152
48829
  screen_hint?: string | undefined;
48830
+ prompt?: string | undefined;
48153
48831
  redirect_uri?: string | undefined;
48154
48832
  code_challenge?: string | undefined;
48155
48833
  code_challenge_method?: CodeChallengeMethod | undefined;
48156
48834
  realm?: string | undefined;
48157
- prompt?: string | undefined;
48158
48835
  ui_locales?: string | undefined;
48159
48836
  max_age?: string | undefined;
48160
48837
  acr_values?: string | undefined;
@@ -48182,11 +48859,11 @@ export declare function init(config: AuthHeroConfig): {
48182
48859
  auth0Client?: string | undefined;
48183
48860
  login_ticket?: string | undefined;
48184
48861
  screen_hint?: string | undefined;
48862
+ prompt?: string | undefined;
48185
48863
  redirect_uri?: string | undefined;
48186
48864
  code_challenge?: string | undefined;
48187
48865
  code_challenge_method?: CodeChallengeMethod | undefined;
48188
48866
  realm?: string | undefined;
48189
- prompt?: string | undefined;
48190
48867
  ui_locales?: string | undefined;
48191
48868
  max_age?: string | undefined;
48192
48869
  acr_values?: string | undefined;
@@ -48222,11 +48899,11 @@ export declare function init(config: AuthHeroConfig): {
48222
48899
  auth0Client?: string | undefined;
48223
48900
  login_ticket?: string | undefined;
48224
48901
  screen_hint?: string | undefined;
48902
+ prompt?: string | undefined;
48225
48903
  redirect_uri?: string | undefined;
48226
48904
  code_challenge?: string | undefined;
48227
48905
  code_challenge_method?: CodeChallengeMethod | undefined;
48228
48906
  realm?: string | undefined;
48229
- prompt?: string | undefined;
48230
48907
  ui_locales?: string | undefined;
48231
48908
  max_age?: string | undefined;
48232
48909
  acr_values?: string | undefined;
@@ -48256,11 +48933,11 @@ export declare function init(config: AuthHeroConfig): {
48256
48933
  auth0Client?: string | undefined;
48257
48934
  login_ticket?: string | undefined;
48258
48935
  screen_hint?: string | undefined;
48936
+ prompt?: string | undefined;
48259
48937
  redirect_uri?: string | undefined;
48260
48938
  code_challenge?: string | undefined;
48261
48939
  code_challenge_method?: CodeChallengeMethod | undefined;
48262
48940
  realm?: string | undefined;
48263
- prompt?: string | undefined;
48264
48941
  ui_locales?: string | undefined;
48265
48942
  max_age?: string | undefined;
48266
48943
  acr_values?: string | undefined;
@@ -48317,11 +48994,11 @@ export declare function init(config: AuthHeroConfig): {
48317
48994
  username?: string | undefined;
48318
48995
  response_type?: AuthorizationResponseType | undefined;
48319
48996
  state?: string | undefined;
48997
+ prompt?: string | undefined;
48320
48998
  redirect_uri?: string | undefined;
48321
48999
  code_challenge?: string | undefined;
48322
49000
  code_challenge_method?: CodeChallengeMethod | undefined;
48323
49001
  act_as?: string | undefined;
48324
- prompt?: string | undefined;
48325
49002
  ui_locales?: string | undefined;
48326
49003
  max_age?: number | undefined;
48327
49004
  acr_values?: string | undefined;
@@ -48341,11 +49018,11 @@ export declare function init(config: AuthHeroConfig): {
48341
49018
  username?: string | undefined;
48342
49019
  response_type?: AuthorizationResponseType | undefined;
48343
49020
  state?: string | undefined;
49021
+ prompt?: string | undefined;
48344
49022
  redirect_uri?: string | undefined;
48345
49023
  code_challenge?: string | undefined;
48346
49024
  code_challenge_method?: CodeChallengeMethod | undefined;
48347
49025
  act_as?: string | undefined;
48348
- prompt?: string | undefined;
48349
49026
  ui_locales?: string | undefined;
48350
49027
  max_age?: number | undefined;
48351
49028
  acr_values?: string | undefined;
@@ -49805,7 +50482,77 @@ export declare function init(config: AuthHeroConfig): {
49805
50482
  status: import("hono/utils/http-status").StatusCode;
49806
50483
  };
49807
50484
  };
50485
+ } & {
50486
+ [x: string]: {
50487
+ $post: {
50488
+ input: {
50489
+ query: {
50490
+ state: string;
50491
+ };
50492
+ } & {
50493
+ form: Record<string, string>;
50494
+ };
50495
+ output: Response;
50496
+ outputFormat: "json";
50497
+ status: import("hono/utils/http-status").StatusCode;
50498
+ } | {
50499
+ input: {
50500
+ query: {
50501
+ state: string;
50502
+ };
50503
+ } & {
50504
+ form: Record<string, string>;
50505
+ };
50506
+ output: {};
50507
+ outputFormat: string;
50508
+ status: 302;
50509
+ };
50510
+ };
49808
50511
  }, "/"> & import("hono/types").MergeSchemaPath<{
50512
+ "/": {
50513
+ $get: {
50514
+ input: {
50515
+ query: {
50516
+ state: string;
50517
+ };
50518
+ };
50519
+ output: Response;
50520
+ outputFormat: "json";
50521
+ status: import("hono/utils/http-status").StatusCode;
50522
+ } | {
50523
+ input: {
50524
+ query: {
50525
+ state: string;
50526
+ };
50527
+ };
50528
+ output: {};
50529
+ outputFormat: string;
50530
+ status: 302;
50531
+ };
50532
+ };
50533
+ } & {
50534
+ "/": {
50535
+ $post: {
50536
+ input: {
50537
+ query: {
50538
+ state: string;
50539
+ };
50540
+ };
50541
+ output: Response;
50542
+ outputFormat: "json";
50543
+ status: import("hono/utils/http-status").StatusCode;
50544
+ } | {
50545
+ input: {
50546
+ query: {
50547
+ state: string;
50548
+ };
50549
+ };
50550
+ output: {};
50551
+ outputFormat: string;
50552
+ status: 302;
50553
+ };
50554
+ };
50555
+ }, "/check-account"> & import("hono/types").MergeSchemaPath<{
49809
50556
  "/:screenId": {
49810
50557
  $get: {
49811
50558
  input: {