authhero 7.2.0 → 7.2.2

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.
@@ -3843,11 +3843,11 @@ declare function init(config: AuthHeroConfig): {
3843
3843
  invitee: {
3844
3844
  email?: string | undefined;
3845
3845
  };
3846
+ roles?: string[] | undefined;
3846
3847
  id?: string | undefined;
3847
3848
  app_metadata?: Record<string, any> | undefined;
3848
3849
  user_metadata?: Record<string, any> | undefined;
3849
3850
  connection_id?: string | undefined;
3850
- roles?: string[] | undefined;
3851
3851
  ttl_sec?: number | undefined;
3852
3852
  send_invitation_email?: boolean | undefined;
3853
3853
  };
@@ -4031,8 +4031,8 @@ declare function init(config: AuthHeroConfig): {
4031
4031
  };
4032
4032
  } & {
4033
4033
  json: {
4034
- assign_membership_on_login?: boolean | undefined;
4035
4034
  show_as_button?: boolean | undefined;
4035
+ assign_membership_on_login?: boolean | undefined;
4036
4036
  is_signup_enabled?: boolean | undefined;
4037
4037
  };
4038
4038
  };
@@ -5274,7 +5274,7 @@ declare function init(config: AuthHeroConfig): {
5274
5274
  hint?: string | undefined;
5275
5275
  messages?: {
5276
5276
  text: string;
5277
- type: "error" | "success" | "info" | "warning";
5277
+ type: "success" | "error" | "info" | "warning";
5278
5278
  id?: number | undefined;
5279
5279
  }[] | undefined;
5280
5280
  required?: boolean | undefined;
@@ -5292,7 +5292,7 @@ declare function init(config: AuthHeroConfig): {
5292
5292
  hint?: string | undefined;
5293
5293
  messages?: {
5294
5294
  text: string;
5295
- type: "error" | "success" | "info" | "warning";
5295
+ type: "success" | "error" | "info" | "warning";
5296
5296
  id?: number | undefined;
5297
5297
  }[] | undefined;
5298
5298
  required?: boolean | undefined;
@@ -5316,7 +5316,7 @@ declare function init(config: AuthHeroConfig): {
5316
5316
  hint?: string | undefined;
5317
5317
  messages?: {
5318
5318
  text: string;
5319
- type: "error" | "success" | "info" | "warning";
5319
+ type: "success" | "error" | "info" | "warning";
5320
5320
  id?: number | undefined;
5321
5321
  }[] | undefined;
5322
5322
  required?: boolean | undefined;
@@ -5340,7 +5340,7 @@ declare function init(config: AuthHeroConfig): {
5340
5340
  hint?: string | undefined;
5341
5341
  messages?: {
5342
5342
  text: string;
5343
- type: "error" | "success" | "info" | "warning";
5343
+ type: "success" | "error" | "info" | "warning";
5344
5344
  id?: number | undefined;
5345
5345
  }[] | undefined;
5346
5346
  required?: boolean | undefined;
@@ -5369,7 +5369,7 @@ declare function init(config: AuthHeroConfig): {
5369
5369
  hint?: string | undefined;
5370
5370
  messages?: {
5371
5371
  text: string;
5372
- type: "error" | "success" | "info" | "warning";
5372
+ type: "success" | "error" | "info" | "warning";
5373
5373
  id?: number | undefined;
5374
5374
  }[] | undefined;
5375
5375
  required?: boolean | undefined;
@@ -5384,7 +5384,7 @@ declare function init(config: AuthHeroConfig): {
5384
5384
  hint?: string | undefined;
5385
5385
  messages?: {
5386
5386
  text: string;
5387
- type: "error" | "success" | "info" | "warning";
5387
+ type: "success" | "error" | "info" | "warning";
5388
5388
  id?: number | undefined;
5389
5389
  }[] | undefined;
5390
5390
  required?: boolean | undefined;
@@ -5405,7 +5405,7 @@ declare function init(config: AuthHeroConfig): {
5405
5405
  hint?: string | undefined;
5406
5406
  messages?: {
5407
5407
  text: string;
5408
- type: "error" | "success" | "info" | "warning";
5408
+ type: "success" | "error" | "info" | "warning";
5409
5409
  id?: number | undefined;
5410
5410
  }[] | undefined;
5411
5411
  required?: boolean | undefined;
@@ -5430,7 +5430,7 @@ declare function init(config: AuthHeroConfig): {
5430
5430
  hint?: string | undefined;
5431
5431
  messages?: {
5432
5432
  text: string;
5433
- type: "error" | "success" | "info" | "warning";
5433
+ type: "success" | "error" | "info" | "warning";
5434
5434
  id?: number | undefined;
5435
5435
  }[] | undefined;
5436
5436
  required?: boolean | undefined;
@@ -5449,7 +5449,7 @@ declare function init(config: AuthHeroConfig): {
5449
5449
  hint?: string | undefined;
5450
5450
  messages?: {
5451
5451
  text: string;
5452
- type: "error" | "success" | "info" | "warning";
5452
+ type: "success" | "error" | "info" | "warning";
5453
5453
  id?: number | undefined;
5454
5454
  }[] | undefined;
5455
5455
  required?: boolean | undefined;
@@ -5469,7 +5469,7 @@ declare function init(config: AuthHeroConfig): {
5469
5469
  hint?: string | undefined;
5470
5470
  messages?: {
5471
5471
  text: string;
5472
- type: "error" | "success" | "info" | "warning";
5472
+ type: "success" | "error" | "info" | "warning";
5473
5473
  id?: number | undefined;
5474
5474
  }[] | undefined;
5475
5475
  required?: boolean | undefined;
@@ -5488,7 +5488,7 @@ declare function init(config: AuthHeroConfig): {
5488
5488
  hint?: string | undefined;
5489
5489
  messages?: {
5490
5490
  text: string;
5491
- type: "error" | "success" | "info" | "warning";
5491
+ type: "success" | "error" | "info" | "warning";
5492
5492
  id?: number | undefined;
5493
5493
  }[] | undefined;
5494
5494
  required?: boolean | undefined;
@@ -5510,7 +5510,7 @@ declare function init(config: AuthHeroConfig): {
5510
5510
  hint?: string | undefined;
5511
5511
  messages?: {
5512
5512
  text: string;
5513
- type: "error" | "success" | "info" | "warning";
5513
+ type: "success" | "error" | "info" | "warning";
5514
5514
  id?: number | undefined;
5515
5515
  }[] | undefined;
5516
5516
  required?: boolean | undefined;
@@ -5532,7 +5532,7 @@ declare function init(config: AuthHeroConfig): {
5532
5532
  hint?: string | undefined;
5533
5533
  messages?: {
5534
5534
  text: string;
5535
- type: "error" | "success" | "info" | "warning";
5535
+ type: "success" | "error" | "info" | "warning";
5536
5536
  id?: number | undefined;
5537
5537
  }[] | undefined;
5538
5538
  required?: boolean | undefined;
@@ -5551,7 +5551,7 @@ declare function init(config: AuthHeroConfig): {
5551
5551
  hint?: string | undefined;
5552
5552
  messages?: {
5553
5553
  text: string;
5554
- type: "error" | "success" | "info" | "warning";
5554
+ type: "success" | "error" | "info" | "warning";
5555
5555
  id?: number | undefined;
5556
5556
  }[] | undefined;
5557
5557
  required?: boolean | undefined;
@@ -5576,7 +5576,7 @@ declare function init(config: AuthHeroConfig): {
5576
5576
  hint?: string | undefined;
5577
5577
  messages?: {
5578
5578
  text: string;
5579
- type: "error" | "success" | "info" | "warning";
5579
+ type: "success" | "error" | "info" | "warning";
5580
5580
  id?: number | undefined;
5581
5581
  }[] | undefined;
5582
5582
  required?: boolean | undefined;
@@ -5597,7 +5597,7 @@ declare function init(config: AuthHeroConfig): {
5597
5597
  hint?: string | undefined;
5598
5598
  messages?: {
5599
5599
  text: string;
5600
- type: "error" | "success" | "info" | "warning";
5600
+ type: "success" | "error" | "info" | "warning";
5601
5601
  id?: number | undefined;
5602
5602
  }[] | undefined;
5603
5603
  required?: boolean | undefined;
@@ -5618,7 +5618,7 @@ declare function init(config: AuthHeroConfig): {
5618
5618
  hint?: string | undefined;
5619
5619
  messages?: {
5620
5620
  text: string;
5621
- type: "error" | "success" | "info" | "warning";
5621
+ type: "success" | "error" | "info" | "warning";
5622
5622
  id?: number | undefined;
5623
5623
  }[] | undefined;
5624
5624
  required?: boolean | undefined;
@@ -5851,7 +5851,7 @@ declare function init(config: AuthHeroConfig): {
5851
5851
  hint?: string | undefined;
5852
5852
  messages?: {
5853
5853
  text: string;
5854
- type: "error" | "success" | "info" | "warning";
5854
+ type: "success" | "error" | "info" | "warning";
5855
5855
  id?: number | undefined;
5856
5856
  }[] | undefined;
5857
5857
  required?: boolean | undefined;
@@ -5869,7 +5869,7 @@ declare function init(config: AuthHeroConfig): {
5869
5869
  hint?: string | undefined;
5870
5870
  messages?: {
5871
5871
  text: string;
5872
- type: "error" | "success" | "info" | "warning";
5872
+ type: "success" | "error" | "info" | "warning";
5873
5873
  id?: number | undefined;
5874
5874
  }[] | undefined;
5875
5875
  required?: boolean | undefined;
@@ -5893,7 +5893,7 @@ declare function init(config: AuthHeroConfig): {
5893
5893
  hint?: string | undefined;
5894
5894
  messages?: {
5895
5895
  text: string;
5896
- type: "error" | "success" | "info" | "warning";
5896
+ type: "success" | "error" | "info" | "warning";
5897
5897
  id?: number | undefined;
5898
5898
  }[] | undefined;
5899
5899
  required?: boolean | undefined;
@@ -5917,7 +5917,7 @@ declare function init(config: AuthHeroConfig): {
5917
5917
  hint?: string | undefined;
5918
5918
  messages?: {
5919
5919
  text: string;
5920
- type: "error" | "success" | "info" | "warning";
5920
+ type: "success" | "error" | "info" | "warning";
5921
5921
  id?: number | undefined;
5922
5922
  }[] | undefined;
5923
5923
  required?: boolean | undefined;
@@ -5946,7 +5946,7 @@ declare function init(config: AuthHeroConfig): {
5946
5946
  hint?: string | undefined;
5947
5947
  messages?: {
5948
5948
  text: string;
5949
- type: "error" | "success" | "info" | "warning";
5949
+ type: "success" | "error" | "info" | "warning";
5950
5950
  id?: number | undefined;
5951
5951
  }[] | undefined;
5952
5952
  required?: boolean | undefined;
@@ -5961,7 +5961,7 @@ declare function init(config: AuthHeroConfig): {
5961
5961
  hint?: string | undefined;
5962
5962
  messages?: {
5963
5963
  text: string;
5964
- type: "error" | "success" | "info" | "warning";
5964
+ type: "success" | "error" | "info" | "warning";
5965
5965
  id?: number | undefined;
5966
5966
  }[] | undefined;
5967
5967
  required?: boolean | undefined;
@@ -5982,7 +5982,7 @@ declare function init(config: AuthHeroConfig): {
5982
5982
  hint?: string | undefined;
5983
5983
  messages?: {
5984
5984
  text: string;
5985
- type: "error" | "success" | "info" | "warning";
5985
+ type: "success" | "error" | "info" | "warning";
5986
5986
  id?: number | undefined;
5987
5987
  }[] | undefined;
5988
5988
  required?: boolean | undefined;
@@ -6007,7 +6007,7 @@ declare function init(config: AuthHeroConfig): {
6007
6007
  hint?: string | undefined;
6008
6008
  messages?: {
6009
6009
  text: string;
6010
- type: "error" | "success" | "info" | "warning";
6010
+ type: "success" | "error" | "info" | "warning";
6011
6011
  id?: number | undefined;
6012
6012
  }[] | undefined;
6013
6013
  required?: boolean | undefined;
@@ -6026,7 +6026,7 @@ declare function init(config: AuthHeroConfig): {
6026
6026
  hint?: string | undefined;
6027
6027
  messages?: {
6028
6028
  text: string;
6029
- type: "error" | "success" | "info" | "warning";
6029
+ type: "success" | "error" | "info" | "warning";
6030
6030
  id?: number | undefined;
6031
6031
  }[] | undefined;
6032
6032
  required?: boolean | undefined;
@@ -6046,7 +6046,7 @@ declare function init(config: AuthHeroConfig): {
6046
6046
  hint?: string | undefined;
6047
6047
  messages?: {
6048
6048
  text: string;
6049
- type: "error" | "success" | "info" | "warning";
6049
+ type: "success" | "error" | "info" | "warning";
6050
6050
  id?: number | undefined;
6051
6051
  }[] | undefined;
6052
6052
  required?: boolean | undefined;
@@ -6065,7 +6065,7 @@ declare function init(config: AuthHeroConfig): {
6065
6065
  hint?: string | undefined;
6066
6066
  messages?: {
6067
6067
  text: string;
6068
- type: "error" | "success" | "info" | "warning";
6068
+ type: "success" | "error" | "info" | "warning";
6069
6069
  id?: number | undefined;
6070
6070
  }[] | undefined;
6071
6071
  required?: boolean | undefined;
@@ -6087,7 +6087,7 @@ declare function init(config: AuthHeroConfig): {
6087
6087
  hint?: string | undefined;
6088
6088
  messages?: {
6089
6089
  text: string;
6090
- type: "error" | "success" | "info" | "warning";
6090
+ type: "success" | "error" | "info" | "warning";
6091
6091
  id?: number | undefined;
6092
6092
  }[] | undefined;
6093
6093
  required?: boolean | undefined;
@@ -6109,7 +6109,7 @@ declare function init(config: AuthHeroConfig): {
6109
6109
  hint?: string | undefined;
6110
6110
  messages?: {
6111
6111
  text: string;
6112
- type: "error" | "success" | "info" | "warning";
6112
+ type: "success" | "error" | "info" | "warning";
6113
6113
  id?: number | undefined;
6114
6114
  }[] | undefined;
6115
6115
  required?: boolean | undefined;
@@ -6128,7 +6128,7 @@ declare function init(config: AuthHeroConfig): {
6128
6128
  hint?: string | undefined;
6129
6129
  messages?: {
6130
6130
  text: string;
6131
- type: "error" | "success" | "info" | "warning";
6131
+ type: "success" | "error" | "info" | "warning";
6132
6132
  id?: number | undefined;
6133
6133
  }[] | undefined;
6134
6134
  required?: boolean | undefined;
@@ -6153,7 +6153,7 @@ declare function init(config: AuthHeroConfig): {
6153
6153
  hint?: string | undefined;
6154
6154
  messages?: {
6155
6155
  text: string;
6156
- type: "error" | "success" | "info" | "warning";
6156
+ type: "success" | "error" | "info" | "warning";
6157
6157
  id?: number | undefined;
6158
6158
  }[] | undefined;
6159
6159
  required?: boolean | undefined;
@@ -6174,7 +6174,7 @@ declare function init(config: AuthHeroConfig): {
6174
6174
  hint?: string | undefined;
6175
6175
  messages?: {
6176
6176
  text: string;
6177
- type: "error" | "success" | "info" | "warning";
6177
+ type: "success" | "error" | "info" | "warning";
6178
6178
  id?: number | undefined;
6179
6179
  }[] | undefined;
6180
6180
  required?: boolean | undefined;
@@ -6195,7 +6195,7 @@ declare function init(config: AuthHeroConfig): {
6195
6195
  hint?: string | undefined;
6196
6196
  messages?: {
6197
6197
  text: string;
6198
- type: "error" | "success" | "info" | "warning";
6198
+ type: "success" | "error" | "info" | "warning";
6199
6199
  id?: number | undefined;
6200
6200
  }[] | undefined;
6201
6201
  required?: boolean | undefined;
@@ -6443,7 +6443,7 @@ declare function init(config: AuthHeroConfig): {
6443
6443
  hint?: string | undefined;
6444
6444
  messages?: {
6445
6445
  text: string;
6446
- type: "error" | "success" | "info" | "warning";
6446
+ type: "success" | "error" | "info" | "warning";
6447
6447
  id?: number | undefined;
6448
6448
  }[] | undefined;
6449
6449
  required?: boolean | undefined;
@@ -6461,7 +6461,7 @@ declare function init(config: AuthHeroConfig): {
6461
6461
  hint?: string | undefined;
6462
6462
  messages?: {
6463
6463
  text: string;
6464
- type: "error" | "success" | "info" | "warning";
6464
+ type: "success" | "error" | "info" | "warning";
6465
6465
  id?: number | undefined;
6466
6466
  }[] | undefined;
6467
6467
  required?: boolean | undefined;
@@ -6485,7 +6485,7 @@ declare function init(config: AuthHeroConfig): {
6485
6485
  hint?: string | undefined;
6486
6486
  messages?: {
6487
6487
  text: string;
6488
- type: "error" | "success" | "info" | "warning";
6488
+ type: "success" | "error" | "info" | "warning";
6489
6489
  id?: number | undefined;
6490
6490
  }[] | undefined;
6491
6491
  required?: boolean | undefined;
@@ -6509,7 +6509,7 @@ declare function init(config: AuthHeroConfig): {
6509
6509
  hint?: string | undefined;
6510
6510
  messages?: {
6511
6511
  text: string;
6512
- type: "error" | "success" | "info" | "warning";
6512
+ type: "success" | "error" | "info" | "warning";
6513
6513
  id?: number | undefined;
6514
6514
  }[] | undefined;
6515
6515
  required?: boolean | undefined;
@@ -6538,7 +6538,7 @@ declare function init(config: AuthHeroConfig): {
6538
6538
  hint?: string | undefined;
6539
6539
  messages?: {
6540
6540
  text: string;
6541
- type: "error" | "success" | "info" | "warning";
6541
+ type: "success" | "error" | "info" | "warning";
6542
6542
  id?: number | undefined;
6543
6543
  }[] | undefined;
6544
6544
  required?: boolean | undefined;
@@ -6553,7 +6553,7 @@ declare function init(config: AuthHeroConfig): {
6553
6553
  hint?: string | undefined;
6554
6554
  messages?: {
6555
6555
  text: string;
6556
- type: "error" | "success" | "info" | "warning";
6556
+ type: "success" | "error" | "info" | "warning";
6557
6557
  id?: number | undefined;
6558
6558
  }[] | undefined;
6559
6559
  required?: boolean | undefined;
@@ -6574,7 +6574,7 @@ declare function init(config: AuthHeroConfig): {
6574
6574
  hint?: string | undefined;
6575
6575
  messages?: {
6576
6576
  text: string;
6577
- type: "error" | "success" | "info" | "warning";
6577
+ type: "success" | "error" | "info" | "warning";
6578
6578
  id?: number | undefined;
6579
6579
  }[] | undefined;
6580
6580
  required?: boolean | undefined;
@@ -6599,7 +6599,7 @@ declare function init(config: AuthHeroConfig): {
6599
6599
  hint?: string | undefined;
6600
6600
  messages?: {
6601
6601
  text: string;
6602
- type: "error" | "success" | "info" | "warning";
6602
+ type: "success" | "error" | "info" | "warning";
6603
6603
  id?: number | undefined;
6604
6604
  }[] | undefined;
6605
6605
  required?: boolean | undefined;
@@ -6618,7 +6618,7 @@ declare function init(config: AuthHeroConfig): {
6618
6618
  hint?: string | undefined;
6619
6619
  messages?: {
6620
6620
  text: string;
6621
- type: "error" | "success" | "info" | "warning";
6621
+ type: "success" | "error" | "info" | "warning";
6622
6622
  id?: number | undefined;
6623
6623
  }[] | undefined;
6624
6624
  required?: boolean | undefined;
@@ -6638,7 +6638,7 @@ declare function init(config: AuthHeroConfig): {
6638
6638
  hint?: string | undefined;
6639
6639
  messages?: {
6640
6640
  text: string;
6641
- type: "error" | "success" | "info" | "warning";
6641
+ type: "success" | "error" | "info" | "warning";
6642
6642
  id?: number | undefined;
6643
6643
  }[] | undefined;
6644
6644
  required?: boolean | undefined;
@@ -6657,7 +6657,7 @@ declare function init(config: AuthHeroConfig): {
6657
6657
  hint?: string | undefined;
6658
6658
  messages?: {
6659
6659
  text: string;
6660
- type: "error" | "success" | "info" | "warning";
6660
+ type: "success" | "error" | "info" | "warning";
6661
6661
  id?: number | undefined;
6662
6662
  }[] | undefined;
6663
6663
  required?: boolean | undefined;
@@ -6679,7 +6679,7 @@ declare function init(config: AuthHeroConfig): {
6679
6679
  hint?: string | undefined;
6680
6680
  messages?: {
6681
6681
  text: string;
6682
- type: "error" | "success" | "info" | "warning";
6682
+ type: "success" | "error" | "info" | "warning";
6683
6683
  id?: number | undefined;
6684
6684
  }[] | undefined;
6685
6685
  required?: boolean | undefined;
@@ -6701,7 +6701,7 @@ declare function init(config: AuthHeroConfig): {
6701
6701
  hint?: string | undefined;
6702
6702
  messages?: {
6703
6703
  text: string;
6704
- type: "error" | "success" | "info" | "warning";
6704
+ type: "success" | "error" | "info" | "warning";
6705
6705
  id?: number | undefined;
6706
6706
  }[] | undefined;
6707
6707
  required?: boolean | undefined;
@@ -6720,7 +6720,7 @@ declare function init(config: AuthHeroConfig): {
6720
6720
  hint?: string | undefined;
6721
6721
  messages?: {
6722
6722
  text: string;
6723
- type: "error" | "success" | "info" | "warning";
6723
+ type: "success" | "error" | "info" | "warning";
6724
6724
  id?: number | undefined;
6725
6725
  }[] | undefined;
6726
6726
  required?: boolean | undefined;
@@ -6745,7 +6745,7 @@ declare function init(config: AuthHeroConfig): {
6745
6745
  hint?: string | undefined;
6746
6746
  messages?: {
6747
6747
  text: string;
6748
- type: "error" | "success" | "info" | "warning";
6748
+ type: "success" | "error" | "info" | "warning";
6749
6749
  id?: number | undefined;
6750
6750
  }[] | undefined;
6751
6751
  required?: boolean | undefined;
@@ -6766,7 +6766,7 @@ declare function init(config: AuthHeroConfig): {
6766
6766
  hint?: string | undefined;
6767
6767
  messages?: {
6768
6768
  text: string;
6769
- type: "error" | "success" | "info" | "warning";
6769
+ type: "success" | "error" | "info" | "warning";
6770
6770
  id?: number | undefined;
6771
6771
  }[] | undefined;
6772
6772
  required?: boolean | undefined;
@@ -6787,7 +6787,7 @@ declare function init(config: AuthHeroConfig): {
6787
6787
  hint?: string | undefined;
6788
6788
  messages?: {
6789
6789
  text: string;
6790
- type: "error" | "success" | "info" | "warning";
6790
+ type: "success" | "error" | "info" | "warning";
6791
6791
  id?: number | undefined;
6792
6792
  }[] | undefined;
6793
6793
  required?: boolean | undefined;
@@ -7041,7 +7041,7 @@ declare function init(config: AuthHeroConfig): {
7041
7041
  hint?: string | undefined;
7042
7042
  messages?: {
7043
7043
  text: string;
7044
- type: "error" | "success" | "info" | "warning";
7044
+ type: "success" | "error" | "info" | "warning";
7045
7045
  id?: number | undefined;
7046
7046
  }[] | undefined;
7047
7047
  required?: boolean | undefined;
@@ -7059,7 +7059,7 @@ declare function init(config: AuthHeroConfig): {
7059
7059
  hint?: string | undefined;
7060
7060
  messages?: {
7061
7061
  text: string;
7062
- type: "error" | "success" | "info" | "warning";
7062
+ type: "success" | "error" | "info" | "warning";
7063
7063
  id?: number | undefined;
7064
7064
  }[] | undefined;
7065
7065
  required?: boolean | undefined;
@@ -7083,7 +7083,7 @@ declare function init(config: AuthHeroConfig): {
7083
7083
  hint?: string | undefined;
7084
7084
  messages?: {
7085
7085
  text: string;
7086
- type: "error" | "success" | "info" | "warning";
7086
+ type: "success" | "error" | "info" | "warning";
7087
7087
  id?: number | undefined;
7088
7088
  }[] | undefined;
7089
7089
  required?: boolean | undefined;
@@ -7107,7 +7107,7 @@ declare function init(config: AuthHeroConfig): {
7107
7107
  hint?: string | undefined;
7108
7108
  messages?: {
7109
7109
  text: string;
7110
- type: "error" | "success" | "info" | "warning";
7110
+ type: "success" | "error" | "info" | "warning";
7111
7111
  id?: number | undefined;
7112
7112
  }[] | undefined;
7113
7113
  required?: boolean | undefined;
@@ -7132,7 +7132,7 @@ declare function init(config: AuthHeroConfig): {
7132
7132
  hint?: string | undefined;
7133
7133
  messages?: {
7134
7134
  text: string;
7135
- type: "error" | "success" | "info" | "warning";
7135
+ type: "success" | "error" | "info" | "warning";
7136
7136
  id?: number | undefined;
7137
7137
  }[] | undefined;
7138
7138
  required?: boolean | undefined;
@@ -7147,7 +7147,7 @@ declare function init(config: AuthHeroConfig): {
7147
7147
  hint?: string | undefined;
7148
7148
  messages?: {
7149
7149
  text: string;
7150
- type: "error" | "success" | "info" | "warning";
7150
+ type: "success" | "error" | "info" | "warning";
7151
7151
  id?: number | undefined;
7152
7152
  }[] | undefined;
7153
7153
  required?: boolean | undefined;
@@ -7168,7 +7168,7 @@ declare function init(config: AuthHeroConfig): {
7168
7168
  hint?: string | undefined;
7169
7169
  messages?: {
7170
7170
  text: string;
7171
- type: "error" | "success" | "info" | "warning";
7171
+ type: "success" | "error" | "info" | "warning";
7172
7172
  id?: number | undefined;
7173
7173
  }[] | undefined;
7174
7174
  required?: boolean | undefined;
@@ -7193,7 +7193,7 @@ declare function init(config: AuthHeroConfig): {
7193
7193
  hint?: string | undefined;
7194
7194
  messages?: {
7195
7195
  text: string;
7196
- type: "error" | "success" | "info" | "warning";
7196
+ type: "success" | "error" | "info" | "warning";
7197
7197
  id?: number | undefined;
7198
7198
  }[] | undefined;
7199
7199
  required?: boolean | undefined;
@@ -7212,7 +7212,7 @@ declare function init(config: AuthHeroConfig): {
7212
7212
  hint?: string | undefined;
7213
7213
  messages?: {
7214
7214
  text: string;
7215
- type: "error" | "success" | "info" | "warning";
7215
+ type: "success" | "error" | "info" | "warning";
7216
7216
  id?: number | undefined;
7217
7217
  }[] | undefined;
7218
7218
  required?: boolean | undefined;
@@ -7232,7 +7232,7 @@ declare function init(config: AuthHeroConfig): {
7232
7232
  hint?: string | undefined;
7233
7233
  messages?: {
7234
7234
  text: string;
7235
- type: "error" | "success" | "info" | "warning";
7235
+ type: "success" | "error" | "info" | "warning";
7236
7236
  id?: number | undefined;
7237
7237
  }[] | undefined;
7238
7238
  required?: boolean | undefined;
@@ -7251,7 +7251,7 @@ declare function init(config: AuthHeroConfig): {
7251
7251
  hint?: string | undefined;
7252
7252
  messages?: {
7253
7253
  text: string;
7254
- type: "error" | "success" | "info" | "warning";
7254
+ type: "success" | "error" | "info" | "warning";
7255
7255
  id?: number | undefined;
7256
7256
  }[] | undefined;
7257
7257
  required?: boolean | undefined;
@@ -7273,7 +7273,7 @@ declare function init(config: AuthHeroConfig): {
7273
7273
  hint?: string | undefined;
7274
7274
  messages?: {
7275
7275
  text: string;
7276
- type: "error" | "success" | "info" | "warning";
7276
+ type: "success" | "error" | "info" | "warning";
7277
7277
  id?: number | undefined;
7278
7278
  }[] | undefined;
7279
7279
  required?: boolean | undefined;
@@ -7295,7 +7295,7 @@ declare function init(config: AuthHeroConfig): {
7295
7295
  hint?: string | undefined;
7296
7296
  messages?: {
7297
7297
  text: string;
7298
- type: "error" | "success" | "info" | "warning";
7298
+ type: "success" | "error" | "info" | "warning";
7299
7299
  id?: number | undefined;
7300
7300
  }[] | undefined;
7301
7301
  required?: boolean | undefined;
@@ -7314,7 +7314,7 @@ declare function init(config: AuthHeroConfig): {
7314
7314
  hint?: string | undefined;
7315
7315
  messages?: {
7316
7316
  text: string;
7317
- type: "error" | "success" | "info" | "warning";
7317
+ type: "success" | "error" | "info" | "warning";
7318
7318
  id?: number | undefined;
7319
7319
  }[] | undefined;
7320
7320
  required?: boolean | undefined;
@@ -7339,7 +7339,7 @@ declare function init(config: AuthHeroConfig): {
7339
7339
  hint?: string | undefined;
7340
7340
  messages?: {
7341
7341
  text: string;
7342
- type: "error" | "success" | "info" | "warning";
7342
+ type: "success" | "error" | "info" | "warning";
7343
7343
  id?: number | undefined;
7344
7344
  }[] | undefined;
7345
7345
  required?: boolean | undefined;
@@ -7360,7 +7360,7 @@ declare function init(config: AuthHeroConfig): {
7360
7360
  hint?: string | undefined;
7361
7361
  messages?: {
7362
7362
  text: string;
7363
- type: "error" | "success" | "info" | "warning";
7363
+ type: "success" | "error" | "info" | "warning";
7364
7364
  id?: number | undefined;
7365
7365
  }[] | undefined;
7366
7366
  required?: boolean | undefined;
@@ -7381,7 +7381,7 @@ declare function init(config: AuthHeroConfig): {
7381
7381
  hint?: string | undefined;
7382
7382
  messages?: {
7383
7383
  text: string;
7384
- type: "error" | "success" | "info" | "warning";
7384
+ type: "success" | "error" | "info" | "warning";
7385
7385
  id?: number | undefined;
7386
7386
  }[] | undefined;
7387
7387
  required?: boolean | undefined;
@@ -7612,7 +7612,7 @@ declare function init(config: AuthHeroConfig): {
7612
7612
  hint?: string | undefined;
7613
7613
  messages?: {
7614
7614
  text: string;
7615
- type: "error" | "success" | "info" | "warning";
7615
+ type: "success" | "error" | "info" | "warning";
7616
7616
  id?: number | undefined;
7617
7617
  }[] | undefined;
7618
7618
  required?: boolean | undefined;
@@ -7630,7 +7630,7 @@ declare function init(config: AuthHeroConfig): {
7630
7630
  hint?: string | undefined;
7631
7631
  messages?: {
7632
7632
  text: string;
7633
- type: "error" | "success" | "info" | "warning";
7633
+ type: "success" | "error" | "info" | "warning";
7634
7634
  id?: number | undefined;
7635
7635
  }[] | undefined;
7636
7636
  required?: boolean | undefined;
@@ -7654,7 +7654,7 @@ declare function init(config: AuthHeroConfig): {
7654
7654
  hint?: string | undefined;
7655
7655
  messages?: {
7656
7656
  text: string;
7657
- type: "error" | "success" | "info" | "warning";
7657
+ type: "success" | "error" | "info" | "warning";
7658
7658
  id?: number | undefined;
7659
7659
  }[] | undefined;
7660
7660
  required?: boolean | undefined;
@@ -7678,7 +7678,7 @@ declare function init(config: AuthHeroConfig): {
7678
7678
  hint?: string | undefined;
7679
7679
  messages?: {
7680
7680
  text: string;
7681
- type: "error" | "success" | "info" | "warning";
7681
+ type: "success" | "error" | "info" | "warning";
7682
7682
  id?: number | undefined;
7683
7683
  }[] | undefined;
7684
7684
  required?: boolean | undefined;
@@ -7707,7 +7707,7 @@ declare function init(config: AuthHeroConfig): {
7707
7707
  hint?: string | undefined;
7708
7708
  messages?: {
7709
7709
  text: string;
7710
- type: "error" | "success" | "info" | "warning";
7710
+ type: "success" | "error" | "info" | "warning";
7711
7711
  id?: number | undefined;
7712
7712
  }[] | undefined;
7713
7713
  required?: boolean | undefined;
@@ -7722,7 +7722,7 @@ declare function init(config: AuthHeroConfig): {
7722
7722
  hint?: string | undefined;
7723
7723
  messages?: {
7724
7724
  text: string;
7725
- type: "error" | "success" | "info" | "warning";
7725
+ type: "success" | "error" | "info" | "warning";
7726
7726
  id?: number | undefined;
7727
7727
  }[] | undefined;
7728
7728
  required?: boolean | undefined;
@@ -7743,7 +7743,7 @@ declare function init(config: AuthHeroConfig): {
7743
7743
  hint?: string | undefined;
7744
7744
  messages?: {
7745
7745
  text: string;
7746
- type: "error" | "success" | "info" | "warning";
7746
+ type: "success" | "error" | "info" | "warning";
7747
7747
  id?: number | undefined;
7748
7748
  }[] | undefined;
7749
7749
  required?: boolean | undefined;
@@ -7768,7 +7768,7 @@ declare function init(config: AuthHeroConfig): {
7768
7768
  hint?: string | undefined;
7769
7769
  messages?: {
7770
7770
  text: string;
7771
- type: "error" | "success" | "info" | "warning";
7771
+ type: "success" | "error" | "info" | "warning";
7772
7772
  id?: number | undefined;
7773
7773
  }[] | undefined;
7774
7774
  required?: boolean | undefined;
@@ -7787,7 +7787,7 @@ declare function init(config: AuthHeroConfig): {
7787
7787
  hint?: string | undefined;
7788
7788
  messages?: {
7789
7789
  text: string;
7790
- type: "error" | "success" | "info" | "warning";
7790
+ type: "success" | "error" | "info" | "warning";
7791
7791
  id?: number | undefined;
7792
7792
  }[] | undefined;
7793
7793
  required?: boolean | undefined;
@@ -7807,7 +7807,7 @@ declare function init(config: AuthHeroConfig): {
7807
7807
  hint?: string | undefined;
7808
7808
  messages?: {
7809
7809
  text: string;
7810
- type: "error" | "success" | "info" | "warning";
7810
+ type: "success" | "error" | "info" | "warning";
7811
7811
  id?: number | undefined;
7812
7812
  }[] | undefined;
7813
7813
  required?: boolean | undefined;
@@ -7826,7 +7826,7 @@ declare function init(config: AuthHeroConfig): {
7826
7826
  hint?: string | undefined;
7827
7827
  messages?: {
7828
7828
  text: string;
7829
- type: "error" | "success" | "info" | "warning";
7829
+ type: "success" | "error" | "info" | "warning";
7830
7830
  id?: number | undefined;
7831
7831
  }[] | undefined;
7832
7832
  required?: boolean | undefined;
@@ -7848,7 +7848,7 @@ declare function init(config: AuthHeroConfig): {
7848
7848
  hint?: string | undefined;
7849
7849
  messages?: {
7850
7850
  text: string;
7851
- type: "error" | "success" | "info" | "warning";
7851
+ type: "success" | "error" | "info" | "warning";
7852
7852
  id?: number | undefined;
7853
7853
  }[] | undefined;
7854
7854
  required?: boolean | undefined;
@@ -7870,7 +7870,7 @@ declare function init(config: AuthHeroConfig): {
7870
7870
  hint?: string | undefined;
7871
7871
  messages?: {
7872
7872
  text: string;
7873
- type: "error" | "success" | "info" | "warning";
7873
+ type: "success" | "error" | "info" | "warning";
7874
7874
  id?: number | undefined;
7875
7875
  }[] | undefined;
7876
7876
  required?: boolean | undefined;
@@ -7889,7 +7889,7 @@ declare function init(config: AuthHeroConfig): {
7889
7889
  hint?: string | undefined;
7890
7890
  messages?: {
7891
7891
  text: string;
7892
- type: "error" | "success" | "info" | "warning";
7892
+ type: "success" | "error" | "info" | "warning";
7893
7893
  id?: number | undefined;
7894
7894
  }[] | undefined;
7895
7895
  required?: boolean | undefined;
@@ -7914,7 +7914,7 @@ declare function init(config: AuthHeroConfig): {
7914
7914
  hint?: string | undefined;
7915
7915
  messages?: {
7916
7916
  text: string;
7917
- type: "error" | "success" | "info" | "warning";
7917
+ type: "success" | "error" | "info" | "warning";
7918
7918
  id?: number | undefined;
7919
7919
  }[] | undefined;
7920
7920
  required?: boolean | undefined;
@@ -7935,7 +7935,7 @@ declare function init(config: AuthHeroConfig): {
7935
7935
  hint?: string | undefined;
7936
7936
  messages?: {
7937
7937
  text: string;
7938
- type: "error" | "success" | "info" | "warning";
7938
+ type: "success" | "error" | "info" | "warning";
7939
7939
  id?: number | undefined;
7940
7940
  }[] | undefined;
7941
7941
  required?: boolean | undefined;
@@ -7956,7 +7956,7 @@ declare function init(config: AuthHeroConfig): {
7956
7956
  hint?: string | undefined;
7957
7957
  messages?: {
7958
7958
  text: string;
7959
- type: "error" | "success" | "info" | "warning";
7959
+ type: "success" | "error" | "info" | "warning";
7960
7960
  id?: number | undefined;
7961
7961
  }[] | undefined;
7962
7962
  required?: boolean | undefined;
@@ -8189,7 +8189,7 @@ declare function init(config: AuthHeroConfig): {
8189
8189
  hint?: string | undefined;
8190
8190
  messages?: {
8191
8191
  text: string;
8192
- type: "error" | "success" | "info" | "warning";
8192
+ type: "success" | "error" | "info" | "warning";
8193
8193
  id?: number | undefined;
8194
8194
  }[] | undefined;
8195
8195
  required?: boolean | undefined;
@@ -8207,7 +8207,7 @@ declare function init(config: AuthHeroConfig): {
8207
8207
  hint?: string | undefined;
8208
8208
  messages?: {
8209
8209
  text: string;
8210
- type: "error" | "success" | "info" | "warning";
8210
+ type: "success" | "error" | "info" | "warning";
8211
8211
  id?: number | undefined;
8212
8212
  }[] | undefined;
8213
8213
  required?: boolean | undefined;
@@ -8231,7 +8231,7 @@ declare function init(config: AuthHeroConfig): {
8231
8231
  hint?: string | undefined;
8232
8232
  messages?: {
8233
8233
  text: string;
8234
- type: "error" | "success" | "info" | "warning";
8234
+ type: "success" | "error" | "info" | "warning";
8235
8235
  id?: number | undefined;
8236
8236
  }[] | undefined;
8237
8237
  required?: boolean | undefined;
@@ -8255,7 +8255,7 @@ declare function init(config: AuthHeroConfig): {
8255
8255
  hint?: string | undefined;
8256
8256
  messages?: {
8257
8257
  text: string;
8258
- type: "error" | "success" | "info" | "warning";
8258
+ type: "success" | "error" | "info" | "warning";
8259
8259
  id?: number | undefined;
8260
8260
  }[] | undefined;
8261
8261
  required?: boolean | undefined;
@@ -8280,7 +8280,7 @@ declare function init(config: AuthHeroConfig): {
8280
8280
  hint?: string | undefined;
8281
8281
  messages?: {
8282
8282
  text: string;
8283
- type: "error" | "success" | "info" | "warning";
8283
+ type: "success" | "error" | "info" | "warning";
8284
8284
  id?: number | undefined;
8285
8285
  }[] | undefined;
8286
8286
  required?: boolean | undefined;
@@ -8295,7 +8295,7 @@ declare function init(config: AuthHeroConfig): {
8295
8295
  hint?: string | undefined;
8296
8296
  messages?: {
8297
8297
  text: string;
8298
- type: "error" | "success" | "info" | "warning";
8298
+ type: "success" | "error" | "info" | "warning";
8299
8299
  id?: number | undefined;
8300
8300
  }[] | undefined;
8301
8301
  required?: boolean | undefined;
@@ -8316,7 +8316,7 @@ declare function init(config: AuthHeroConfig): {
8316
8316
  hint?: string | undefined;
8317
8317
  messages?: {
8318
8318
  text: string;
8319
- type: "error" | "success" | "info" | "warning";
8319
+ type: "success" | "error" | "info" | "warning";
8320
8320
  id?: number | undefined;
8321
8321
  }[] | undefined;
8322
8322
  required?: boolean | undefined;
@@ -8341,7 +8341,7 @@ declare function init(config: AuthHeroConfig): {
8341
8341
  hint?: string | undefined;
8342
8342
  messages?: {
8343
8343
  text: string;
8344
- type: "error" | "success" | "info" | "warning";
8344
+ type: "success" | "error" | "info" | "warning";
8345
8345
  id?: number | undefined;
8346
8346
  }[] | undefined;
8347
8347
  required?: boolean | undefined;
@@ -8360,7 +8360,7 @@ declare function init(config: AuthHeroConfig): {
8360
8360
  hint?: string | undefined;
8361
8361
  messages?: {
8362
8362
  text: string;
8363
- type: "error" | "success" | "info" | "warning";
8363
+ type: "success" | "error" | "info" | "warning";
8364
8364
  id?: number | undefined;
8365
8365
  }[] | undefined;
8366
8366
  required?: boolean | undefined;
@@ -8380,7 +8380,7 @@ declare function init(config: AuthHeroConfig): {
8380
8380
  hint?: string | undefined;
8381
8381
  messages?: {
8382
8382
  text: string;
8383
- type: "error" | "success" | "info" | "warning";
8383
+ type: "success" | "error" | "info" | "warning";
8384
8384
  id?: number | undefined;
8385
8385
  }[] | undefined;
8386
8386
  required?: boolean | undefined;
@@ -8399,7 +8399,7 @@ declare function init(config: AuthHeroConfig): {
8399
8399
  hint?: string | undefined;
8400
8400
  messages?: {
8401
8401
  text: string;
8402
- type: "error" | "success" | "info" | "warning";
8402
+ type: "success" | "error" | "info" | "warning";
8403
8403
  id?: number | undefined;
8404
8404
  }[] | undefined;
8405
8405
  required?: boolean | undefined;
@@ -8421,7 +8421,7 @@ declare function init(config: AuthHeroConfig): {
8421
8421
  hint?: string | undefined;
8422
8422
  messages?: {
8423
8423
  text: string;
8424
- type: "error" | "success" | "info" | "warning";
8424
+ type: "success" | "error" | "info" | "warning";
8425
8425
  id?: number | undefined;
8426
8426
  }[] | undefined;
8427
8427
  required?: boolean | undefined;
@@ -8443,7 +8443,7 @@ declare function init(config: AuthHeroConfig): {
8443
8443
  hint?: string | undefined;
8444
8444
  messages?: {
8445
8445
  text: string;
8446
- type: "error" | "success" | "info" | "warning";
8446
+ type: "success" | "error" | "info" | "warning";
8447
8447
  id?: number | undefined;
8448
8448
  }[] | undefined;
8449
8449
  required?: boolean | undefined;
@@ -8462,7 +8462,7 @@ declare function init(config: AuthHeroConfig): {
8462
8462
  hint?: string | undefined;
8463
8463
  messages?: {
8464
8464
  text: string;
8465
- type: "error" | "success" | "info" | "warning";
8465
+ type: "success" | "error" | "info" | "warning";
8466
8466
  id?: number | undefined;
8467
8467
  }[] | undefined;
8468
8468
  required?: boolean | undefined;
@@ -8487,7 +8487,7 @@ declare function init(config: AuthHeroConfig): {
8487
8487
  hint?: string | undefined;
8488
8488
  messages?: {
8489
8489
  text: string;
8490
- type: "error" | "success" | "info" | "warning";
8490
+ type: "success" | "error" | "info" | "warning";
8491
8491
  id?: number | undefined;
8492
8492
  }[] | undefined;
8493
8493
  required?: boolean | undefined;
@@ -8508,7 +8508,7 @@ declare function init(config: AuthHeroConfig): {
8508
8508
  hint?: string | undefined;
8509
8509
  messages?: {
8510
8510
  text: string;
8511
- type: "error" | "success" | "info" | "warning";
8511
+ type: "success" | "error" | "info" | "warning";
8512
8512
  id?: number | undefined;
8513
8513
  }[] | undefined;
8514
8514
  required?: boolean | undefined;
@@ -8529,7 +8529,7 @@ declare function init(config: AuthHeroConfig): {
8529
8529
  hint?: string | undefined;
8530
8530
  messages?: {
8531
8531
  text: string;
8532
- type: "error" | "success" | "info" | "warning";
8532
+ type: "success" | "error" | "info" | "warning";
8533
8533
  id?: number | undefined;
8534
8534
  }[] | undefined;
8535
8535
  required?: boolean | undefined;
@@ -8760,7 +8760,7 @@ declare function init(config: AuthHeroConfig): {
8760
8760
  hint?: string | undefined;
8761
8761
  messages?: {
8762
8762
  text: string;
8763
- type: "error" | "success" | "info" | "warning";
8763
+ type: "success" | "error" | "info" | "warning";
8764
8764
  id?: number | undefined;
8765
8765
  }[] | undefined;
8766
8766
  required?: boolean | undefined;
@@ -8778,7 +8778,7 @@ declare function init(config: AuthHeroConfig): {
8778
8778
  hint?: string | undefined;
8779
8779
  messages?: {
8780
8780
  text: string;
8781
- type: "error" | "success" | "info" | "warning";
8781
+ type: "success" | "error" | "info" | "warning";
8782
8782
  id?: number | undefined;
8783
8783
  }[] | undefined;
8784
8784
  required?: boolean | undefined;
@@ -8802,7 +8802,7 @@ declare function init(config: AuthHeroConfig): {
8802
8802
  hint?: string | undefined;
8803
8803
  messages?: {
8804
8804
  text: string;
8805
- type: "error" | "success" | "info" | "warning";
8805
+ type: "success" | "error" | "info" | "warning";
8806
8806
  id?: number | undefined;
8807
8807
  }[] | undefined;
8808
8808
  required?: boolean | undefined;
@@ -8826,7 +8826,7 @@ declare function init(config: AuthHeroConfig): {
8826
8826
  hint?: string | undefined;
8827
8827
  messages?: {
8828
8828
  text: string;
8829
- type: "error" | "success" | "info" | "warning";
8829
+ type: "success" | "error" | "info" | "warning";
8830
8830
  id?: number | undefined;
8831
8831
  }[] | undefined;
8832
8832
  required?: boolean | undefined;
@@ -8855,7 +8855,7 @@ declare function init(config: AuthHeroConfig): {
8855
8855
  hint?: string | undefined;
8856
8856
  messages?: {
8857
8857
  text: string;
8858
- type: "error" | "success" | "info" | "warning";
8858
+ type: "success" | "error" | "info" | "warning";
8859
8859
  id?: number | undefined;
8860
8860
  }[] | undefined;
8861
8861
  required?: boolean | undefined;
@@ -8870,7 +8870,7 @@ declare function init(config: AuthHeroConfig): {
8870
8870
  hint?: string | undefined;
8871
8871
  messages?: {
8872
8872
  text: string;
8873
- type: "error" | "success" | "info" | "warning";
8873
+ type: "success" | "error" | "info" | "warning";
8874
8874
  id?: number | undefined;
8875
8875
  }[] | undefined;
8876
8876
  required?: boolean | undefined;
@@ -8891,7 +8891,7 @@ declare function init(config: AuthHeroConfig): {
8891
8891
  hint?: string | undefined;
8892
8892
  messages?: {
8893
8893
  text: string;
8894
- type: "error" | "success" | "info" | "warning";
8894
+ type: "success" | "error" | "info" | "warning";
8895
8895
  id?: number | undefined;
8896
8896
  }[] | undefined;
8897
8897
  required?: boolean | undefined;
@@ -8916,7 +8916,7 @@ declare function init(config: AuthHeroConfig): {
8916
8916
  hint?: string | undefined;
8917
8917
  messages?: {
8918
8918
  text: string;
8919
- type: "error" | "success" | "info" | "warning";
8919
+ type: "success" | "error" | "info" | "warning";
8920
8920
  id?: number | undefined;
8921
8921
  }[] | undefined;
8922
8922
  required?: boolean | undefined;
@@ -8935,7 +8935,7 @@ declare function init(config: AuthHeroConfig): {
8935
8935
  hint?: string | undefined;
8936
8936
  messages?: {
8937
8937
  text: string;
8938
- type: "error" | "success" | "info" | "warning";
8938
+ type: "success" | "error" | "info" | "warning";
8939
8939
  id?: number | undefined;
8940
8940
  }[] | undefined;
8941
8941
  required?: boolean | undefined;
@@ -8955,7 +8955,7 @@ declare function init(config: AuthHeroConfig): {
8955
8955
  hint?: string | undefined;
8956
8956
  messages?: {
8957
8957
  text: string;
8958
- type: "error" | "success" | "info" | "warning";
8958
+ type: "success" | "error" | "info" | "warning";
8959
8959
  id?: number | undefined;
8960
8960
  }[] | undefined;
8961
8961
  required?: boolean | undefined;
@@ -8974,7 +8974,7 @@ declare function init(config: AuthHeroConfig): {
8974
8974
  hint?: string | undefined;
8975
8975
  messages?: {
8976
8976
  text: string;
8977
- type: "error" | "success" | "info" | "warning";
8977
+ type: "success" | "error" | "info" | "warning";
8978
8978
  id?: number | undefined;
8979
8979
  }[] | undefined;
8980
8980
  required?: boolean | undefined;
@@ -8996,7 +8996,7 @@ declare function init(config: AuthHeroConfig): {
8996
8996
  hint?: string | undefined;
8997
8997
  messages?: {
8998
8998
  text: string;
8999
- type: "error" | "success" | "info" | "warning";
8999
+ type: "success" | "error" | "info" | "warning";
9000
9000
  id?: number | undefined;
9001
9001
  }[] | undefined;
9002
9002
  required?: boolean | undefined;
@@ -9018,7 +9018,7 @@ declare function init(config: AuthHeroConfig): {
9018
9018
  hint?: string | undefined;
9019
9019
  messages?: {
9020
9020
  text: string;
9021
- type: "error" | "success" | "info" | "warning";
9021
+ type: "success" | "error" | "info" | "warning";
9022
9022
  id?: number | undefined;
9023
9023
  }[] | undefined;
9024
9024
  required?: boolean | undefined;
@@ -9037,7 +9037,7 @@ declare function init(config: AuthHeroConfig): {
9037
9037
  hint?: string | undefined;
9038
9038
  messages?: {
9039
9039
  text: string;
9040
- type: "error" | "success" | "info" | "warning";
9040
+ type: "success" | "error" | "info" | "warning";
9041
9041
  id?: number | undefined;
9042
9042
  }[] | undefined;
9043
9043
  required?: boolean | undefined;
@@ -9062,7 +9062,7 @@ declare function init(config: AuthHeroConfig): {
9062
9062
  hint?: string | undefined;
9063
9063
  messages?: {
9064
9064
  text: string;
9065
- type: "error" | "success" | "info" | "warning";
9065
+ type: "success" | "error" | "info" | "warning";
9066
9066
  id?: number | undefined;
9067
9067
  }[] | undefined;
9068
9068
  required?: boolean | undefined;
@@ -9083,7 +9083,7 @@ declare function init(config: AuthHeroConfig): {
9083
9083
  hint?: string | undefined;
9084
9084
  messages?: {
9085
9085
  text: string;
9086
- type: "error" | "success" | "info" | "warning";
9086
+ type: "success" | "error" | "info" | "warning";
9087
9087
  id?: number | undefined;
9088
9088
  }[] | undefined;
9089
9089
  required?: boolean | undefined;
@@ -9104,7 +9104,7 @@ declare function init(config: AuthHeroConfig): {
9104
9104
  hint?: string | undefined;
9105
9105
  messages?: {
9106
9106
  text: string;
9107
- type: "error" | "success" | "info" | "warning";
9107
+ type: "success" | "error" | "info" | "warning";
9108
9108
  id?: number | undefined;
9109
9109
  }[] | undefined;
9110
9110
  required?: boolean | undefined;
@@ -9334,7 +9334,7 @@ declare function init(config: AuthHeroConfig): {
9334
9334
  };
9335
9335
  };
9336
9336
  output: {
9337
- prompt: "mfa" | "organizations" | "status" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9337
+ prompt: "organizations" | "mfa" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9338
9338
  language: string;
9339
9339
  }[];
9340
9340
  outputFormat: "json";
@@ -9372,7 +9372,7 @@ declare function init(config: AuthHeroConfig): {
9372
9372
  $get: {
9373
9373
  input: {
9374
9374
  param: {
9375
- prompt: "mfa" | "organizations" | "status" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9375
+ prompt: "organizations" | "mfa" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9376
9376
  language: string;
9377
9377
  };
9378
9378
  } & {
@@ -9394,7 +9394,7 @@ declare function init(config: AuthHeroConfig): {
9394
9394
  $put: {
9395
9395
  input: {
9396
9396
  param: {
9397
- prompt: "mfa" | "organizations" | "status" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9397
+ prompt: "organizations" | "mfa" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9398
9398
  language: string;
9399
9399
  };
9400
9400
  } & {
@@ -9418,7 +9418,7 @@ declare function init(config: AuthHeroConfig): {
9418
9418
  $delete: {
9419
9419
  input: {
9420
9420
  param: {
9421
- prompt: "mfa" | "organizations" | "status" | "signup" | "common" | "consent" | "device-flow" | "email-otp-challenge" | "email-verification" | "invitation" | "login" | "login-id" | "login-password" | "login-passwordless" | "mfa-email" | "mfa-otp" | "mfa-phone" | "mfa-login-options" | "mfa-push" | "mfa-recovery-code" | "mfa-voice" | "mfa-webauthn" | "passkeys" | "reset-password" | "signup-id" | "signup-password" | "captcha" | "custom-form";
9421
+ prompt: "organizations" | "mfa" | "signup" | "status" | "login" | "login-id" | "login-password" | "signup-id" | "signup-password" | "reset-password" | "consent" | "mfa-push" | "mfa-otp" | "mfa-voice" | "mfa-phone" | "mfa-webauthn" | "mfa-email" | "mfa-recovery-code" | "device-flow" | "email-verification" | "email-otp-challenge" | "invitation" | "common" | "passkeys" | "captcha" | "custom-form" | "login-passwordless" | "mfa-login-options";
9422
9422
  language: string;
9423
9423
  };
9424
9424
  } & {
@@ -10280,7 +10280,7 @@ declare function init(config: AuthHeroConfig): {
10280
10280
  };
10281
10281
  } | {
10282
10282
  mode: "inline";
10283
- status: "error" | "success";
10283
+ status: "success" | "error";
10284
10284
  connection_id: string;
10285
10285
  connection_name: string;
10286
10286
  strategy: string;
@@ -10859,7 +10859,7 @@ declare function init(config: AuthHeroConfig): {
10859
10859
  log_type: string;
10860
10860
  category: "user_action" | "admin_action" | "system" | "api";
10861
10861
  actor: {
10862
- type: "user" | "client_credentials" | "system" | "admin" | "api_key";
10862
+ type: "client_credentials" | "user" | "system" | "admin" | "api_key";
10863
10863
  id?: string | undefined;
10864
10864
  email?: string | undefined;
10865
10865
  org_id?: string | undefined;
@@ -11507,7 +11507,7 @@ declare function init(config: AuthHeroConfig): {
11507
11507
  };
11508
11508
  };
11509
11509
  output: {
11510
- type: "festft" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11510
+ type: "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11511
11511
  date: string;
11512
11512
  isMobile: boolean;
11513
11513
  log_id: string;
@@ -11546,7 +11546,7 @@ declare function init(config: AuthHeroConfig): {
11546
11546
  limit: number;
11547
11547
  length: number;
11548
11548
  logs: {
11549
- type: "festft" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11549
+ type: "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11550
11550
  date: string;
11551
11551
  isMobile: boolean;
11552
11552
  log_id: string;
@@ -11600,7 +11600,7 @@ declare function init(config: AuthHeroConfig): {
11600
11600
  };
11601
11601
  };
11602
11602
  output: {
11603
- type: "festft" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11603
+ type: "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
11604
11604
  date: string;
11605
11605
  isMobile: boolean;
11606
11606
  log_id: string;
@@ -13818,7 +13818,7 @@ declare function init(config: AuthHeroConfig): {
13818
13818
  };
13819
13819
  };
13820
13820
  output: {
13821
- type: "festft" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13821
+ type: "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13822
13822
  date: string;
13823
13823
  isMobile: boolean;
13824
13824
  log_id: string;
@@ -13857,7 +13857,7 @@ declare function init(config: AuthHeroConfig): {
13857
13857
  limit: number;
13858
13858
  length: number;
13859
13859
  logs: {
13860
- type: "festft" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "sapi" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13860
+ type: "sapi" | "acls_summary" | "actions_execution_failed" | "api_limit" | "api_limit_warning" | "appi" | "ciba_exchange_failed" | "ciba_exchange_succeeded" | "ciba_start_failed" | "ciba_start_succeeded" | "cls" | "cs" | "depnote" | "f" | "fc" | "fce" | "fco" | "fcoa" | "fcp" | "fcph" | "fcpn" | "fcpr" | "fcpro" | "fcu" | "fd" | "fdeac" | "fdeaz" | "fdecc" | "fdu" | "feacft" | "feccft" | "fecte" | "fede" | "federated_logout_failed" | "fens" | "feoobft" | "feotpft" | "fepft" | "fepotpft" | "fercft" | "ferrt" | "fertft" | "festft" | "fh" | "fimp" | "fi" | "flo" | "flows_execution_completed" | "flows_execution_failed" | "fn" | "forms_submission_failed" | "forms_submission_succeeded" | "fp" | "fpar" | "fpurh" | "fs" | "fsa" | "fu" | "fui" | "fv" | "fvr" | "gd_auth_email_verification" | "gd_auth_fail_email_verification" | "gd_auth_failed" | "gd_auth_rejected" | "gd_auth_succeed" | "gd_enrollment_complete" | "gd_otp_rate_limit_exceed" | "gd_recovery_failed" | "gd_recovery_rate_limit_exceed" | "gd_recovery_succeed" | "gd_send_email" | "gd_send_email_verification" | "gd_send_email_verification_failure" | "gd_send_pn" | "gd_send_pn_failure" | "gd_send_sms" | "gd_send_sms_failure" | "gd_send_voice" | "gd_send_voice_failure" | "gd_start_auth" | "gd_start_enroll" | "gd_start_enroll_failed" | "gd_tenant_update" | "gd_unenroll" | "gd_update_device_account" | "gd_webauthn_challenge_failed" | "gd_webauthn_enrollment_failed" | "kms_key_management_failure" | "kms_key_management_success" | "kms_key_state_changed" | "limit_delegation" | "limit_mu" | "limit_sul" | "limit_wc" | "i" | "mfar" | "mgmt_api_read" | "my_account_authentication_method_failed" | "my_account_authentication_method_succeeded" | "oidc_backchannel_logout_failed" | "oidc_backchannel_logout_succeeded" | "organization_member_added" | "passkey_challenge_failed" | "passkey_challenge_started" | "pla" | "pwd_leak" | "reset_pwd_leak" | "resource_cleanup" | "rich_consents_access_error" | "s" | "fapi" | "sce" | "scoa" | "scp" | "scpn" | "scpr" | "scu" | "scv" | "sd" | "sdu" | "seacft" | "seccft" | "secte" | "sede" | "sens" | "seoobft" | "seotpft" | "sepotpft" | "sepft" | "sepkoobft" | "sepkotpft" | "sepkrcft" | "sercft" | "sertft" | "sestft" | "simp" | "si" | "signup_pwd_leak" | "slo" | "sh" | "spm" | "srrt" | "ss" | "ss_sso_failure" | "ss_sso_info" | "ss_sso_success" | "ssa" | "sscim" | "sui" | "sv" | "svr" | "too_many_records" | "ublkdu" | "universal_logout_failed" | "universal_logout_succeeded" | "w" | "wn" | "wum";
13861
13861
  date: string;
13862
13862
  isMobile: boolean;
13863
13863
  log_id: string;
@@ -15543,7 +15543,7 @@ declare function init(config: AuthHeroConfig): {
15543
15543
  logs: {
15544
15544
  action_name: string;
15545
15545
  lines: {
15546
- level: "error" | "log" | "info" | "warn" | "debug";
15546
+ level: "log" | "error" | "info" | "warn" | "debug";
15547
15547
  message: string;
15548
15548
  }[];
15549
15549
  }[];
@@ -16210,7 +16210,7 @@ declare function init(config: AuthHeroConfig): {
16210
16210
  args: hono_utils_types.JSONValue[];
16211
16211
  }[];
16212
16212
  logs: {
16213
- level: "error" | "log" | "info" | "warn" | "debug";
16213
+ level: "log" | "error" | "info" | "warn" | "debug";
16214
16214
  message: string;
16215
16215
  }[];
16216
16216
  error?: string | undefined;
@@ -16943,16 +16943,16 @@ declare function init(config: AuthHeroConfig): {
16943
16943
  email: string;
16944
16944
  send: "code" | "link";
16945
16945
  authParams: {
16946
- organization?: string | undefined;
16947
16946
  audience?: string | undefined;
16947
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
16948
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
16948
16949
  scope?: string | undefined;
16949
16950
  username?: string | undefined;
16951
+ organization?: string | undefined;
16950
16952
  state?: string | undefined;
16953
+ nonce?: string | undefined;
16951
16954
  act_as?: string | undefined;
16952
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
16953
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
16954
16955
  redirect_uri?: string | undefined;
16955
- nonce?: string | undefined;
16956
16956
  prompt?: string | undefined;
16957
16957
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
16958
16958
  code_challenge?: string | undefined;
@@ -16979,16 +16979,16 @@ declare function init(config: AuthHeroConfig): {
16979
16979
  phone_number: string;
16980
16980
  send: "code" | "link";
16981
16981
  authParams: {
16982
- organization?: string | undefined;
16983
16982
  audience?: string | undefined;
16983
+ response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
16984
+ response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
16984
16985
  scope?: string | undefined;
16985
16986
  username?: string | undefined;
16987
+ organization?: string | undefined;
16986
16988
  state?: string | undefined;
16989
+ nonce?: string | undefined;
16987
16990
  act_as?: string | undefined;
16988
- response_type?: _authhero_adapter_interfaces.AuthorizationResponseType | undefined;
16989
- response_mode?: _authhero_adapter_interfaces.AuthorizationResponseMode | undefined;
16990
16991
  redirect_uri?: string | undefined;
16991
- nonce?: string | undefined;
16992
16992
  prompt?: string | undefined;
16993
16993
  code_challenge_method?: _authhero_adapter_interfaces.CodeChallengeMethod | undefined;
16994
16994
  code_challenge?: string | undefined;
@@ -18898,7 +18898,7 @@ declare function init(config: AuthHeroConfig): {
18898
18898
  $get: {
18899
18899
  input: {
18900
18900
  param: {
18901
- screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18901
+ screen: "signup" | "account" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18902
18902
  };
18903
18903
  } & {
18904
18904
  query: {
@@ -18914,7 +18914,7 @@ declare function init(config: AuthHeroConfig): {
18914
18914
  } | {
18915
18915
  input: {
18916
18916
  param: {
18917
- screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18917
+ screen: "signup" | "account" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18918
18918
  };
18919
18919
  } & {
18920
18920
  query: {
@@ -18930,7 +18930,7 @@ declare function init(config: AuthHeroConfig): {
18930
18930
  } | {
18931
18931
  input: {
18932
18932
  param: {
18933
- screen: "signup" | "consent" | "login" | "reset-password" | "account" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18933
+ screen: "signup" | "account" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "try-connection-result" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18934
18934
  };
18935
18935
  } & {
18936
18936
  query: {
@@ -18950,7 +18950,7 @@ declare function init(config: AuthHeroConfig): {
18950
18950
  $post: {
18951
18951
  input: {
18952
18952
  param: {
18953
- screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18953
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18954
18954
  };
18955
18955
  } & {
18956
18956
  query: {
@@ -18968,7 +18968,7 @@ declare function init(config: AuthHeroConfig): {
18968
18968
  } | {
18969
18969
  input: {
18970
18970
  param: {
18971
- screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18971
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18972
18972
  };
18973
18973
  } & {
18974
18974
  query: {
@@ -18986,7 +18986,7 @@ declare function init(config: AuthHeroConfig): {
18986
18986
  } | {
18987
18987
  input: {
18988
18988
  param: {
18989
- screen: "signup" | "consent" | "login" | "reset-password" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18989
+ screen: "signup" | "login" | "reset-password" | "consent" | "enter-password" | "impersonate" | "reset-password/request" | "reset-password/code" | "login/identifier" | "login/email-otp-challenge" | "login/sms-otp-challenge" | "login/login-passwordless-identifier" | "mfa/login-options" | "mfa/totp-challenge" | "mfa/totp-enrollment" | "mfa/phone-challenge" | "mfa/phone-enrollment" | "passkey/challenge" | "passkey/enrollment" | "passkey/enrollment-nudge" | "account/profile" | "account/security" | "account/security/totp-enrollment" | "account/security/phone-enrollment" | "account/linked" | "account/delete" | "account/passkeys" | "connect/start" | "connect/select-tenant";
18990
18990
  };
18991
18991
  } & {
18992
18992
  query: {