authhero 5.3.1 → 5.4.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.
@@ -44282,6 +44282,8 @@ export interface ListParams {
44282
44282
  };
44283
44283
  from?: string;
44284
44284
  take?: number;
44285
+ from_date?: number;
44286
+ to_date?: number;
44285
44287
  }
44286
44288
  export declare enum LoginSessionState {
44287
44289
  /** Initial state - awaiting user authentication */
@@ -57364,6 +57366,8 @@ export declare function init(config: AuthHeroConfig): {
57364
57366
  from?: string | undefined;
57365
57367
  take?: string | undefined;
57366
57368
  q?: string | undefined;
57369
+ from_date?: unknown;
57370
+ to_date?: unknown;
57367
57371
  };
57368
57372
  } & {
57369
57373
  header: {
@@ -57660,6 +57664,8 @@ export declare function init(config: AuthHeroConfig): {
57660
57664
  from?: string | undefined;
57661
57665
  take?: string | undefined;
57662
57666
  q?: string | undefined;
57667
+ from_date?: unknown;
57668
+ to_date?: unknown;
57663
57669
  };
57664
57670
  } & {
57665
57671
  header: {
@@ -57750,6 +57756,8 @@ export declare function init(config: AuthHeroConfig): {
57750
57756
  from?: string | undefined;
57751
57757
  take?: string | undefined;
57752
57758
  q?: string | undefined;
57759
+ from_date?: unknown;
57760
+ to_date?: unknown;
57753
57761
  };
57754
57762
  } & {
57755
57763
  header: {
@@ -57831,6 +57839,8 @@ export declare function init(config: AuthHeroConfig): {
57831
57839
  from?: string | undefined;
57832
57840
  take?: string | undefined;
57833
57841
  q?: string | undefined;
57842
+ from_date?: unknown;
57843
+ to_date?: unknown;
57834
57844
  };
57835
57845
  } & {
57836
57846
  header: {
@@ -58245,6 +58255,8 @@ export declare function init(config: AuthHeroConfig): {
58245
58255
  from?: string | undefined;
58246
58256
  take?: string | undefined;
58247
58257
  q?: string | undefined;
58258
+ from_date?: unknown;
58259
+ to_date?: unknown;
58248
58260
  };
58249
58261
  } & {
58250
58262
  header: {
@@ -58558,6 +58570,8 @@ export declare function init(config: AuthHeroConfig): {
58558
58570
  from?: string | undefined;
58559
58571
  take?: string | undefined;
58560
58572
  q?: string | undefined;
58573
+ from_date?: unknown;
58574
+ to_date?: unknown;
58561
58575
  };
58562
58576
  } & {
58563
58577
  header: {
@@ -58721,6 +58735,8 @@ export declare function init(config: AuthHeroConfig): {
58721
58735
  from?: string | undefined;
58722
58736
  take?: string | undefined;
58723
58737
  q?: string | undefined;
58738
+ from_date?: unknown;
58739
+ to_date?: unknown;
58724
58740
  };
58725
58741
  } & {
58726
58742
  header: {
@@ -58808,6 +58824,8 @@ export declare function init(config: AuthHeroConfig): {
58808
58824
  from?: string | undefined;
58809
58825
  take?: string | undefined;
58810
58826
  q?: string | undefined;
58827
+ from_date?: unknown;
58828
+ to_date?: unknown;
58811
58829
  };
58812
58830
  } & {
58813
58831
  header: {
@@ -59238,6 +59256,8 @@ export declare function init(config: AuthHeroConfig): {
59238
59256
  from?: string | undefined;
59239
59257
  take?: string | undefined;
59240
59258
  q?: string | undefined;
59259
+ from_date?: unknown;
59260
+ to_date?: unknown;
59241
59261
  };
59242
59262
  } & {
59243
59263
  header: {
@@ -63596,6 +63616,8 @@ export declare function init(config: AuthHeroConfig): {
63596
63616
  from?: string | undefined;
63597
63617
  take?: string | undefined;
63598
63618
  q?: string | undefined;
63619
+ from_date?: unknown;
63620
+ to_date?: unknown;
63599
63621
  };
63600
63622
  } & {
63601
63623
  header: {
@@ -64549,6 +64571,8 @@ export declare function init(config: AuthHeroConfig): {
64549
64571
  from?: string | undefined;
64550
64572
  take?: string | undefined;
64551
64573
  q?: string | undefined;
64574
+ from_date?: unknown;
64575
+ to_date?: unknown;
64552
64576
  };
64553
64577
  } & {
64554
64578
  header: {
@@ -64946,6 +64970,8 @@ export declare function init(config: AuthHeroConfig): {
64946
64970
  from?: string | undefined;
64947
64971
  take?: string | undefined;
64948
64972
  q?: string | undefined;
64973
+ from_date?: unknown;
64974
+ to_date?: unknown;
64949
64975
  };
64950
64976
  } & {
64951
64977
  header: {
@@ -65598,6 +65624,8 @@ export declare function init(config: AuthHeroConfig): {
65598
65624
  from?: string | undefined;
65599
65625
  take?: string | undefined;
65600
65626
  q?: string | undefined;
65627
+ from_date?: unknown;
65628
+ to_date?: unknown;
65601
65629
  };
65602
65630
  } & {
65603
65631
  header: {
@@ -65955,6 +65983,8 @@ export declare function init(config: AuthHeroConfig): {
65955
65983
  from?: string | undefined;
65956
65984
  take?: string | undefined;
65957
65985
  q?: string | undefined;
65986
+ from_date?: unknown;
65987
+ to_date?: unknown;
65958
65988
  };
65959
65989
  } & {
65960
65990
  header: {
@@ -67051,6 +67081,8 @@ export declare function init(config: AuthHeroConfig): {
67051
67081
  from?: string | undefined;
67052
67082
  take?: string | undefined;
67053
67083
  q?: string | undefined;
67084
+ from_date?: unknown;
67085
+ to_date?: unknown;
67054
67086
  };
67055
67087
  } & {
67056
67088
  header: {
@@ -67630,6 +67662,8 @@ export declare function init(config: AuthHeroConfig): {
67630
67662
  from?: string | undefined;
67631
67663
  take?: string | undefined;
67632
67664
  q?: string | undefined;
67665
+ from_date?: unknown;
67666
+ to_date?: unknown;
67633
67667
  };
67634
67668
  } & {
67635
67669
  header: {
@@ -67683,6 +67717,8 @@ export declare function init(config: AuthHeroConfig): {
67683
67717
  from?: string | undefined;
67684
67718
  take?: string | undefined;
67685
67719
  q?: string | undefined;
67720
+ from_date?: unknown;
67721
+ to_date?: unknown;
67686
67722
  };
67687
67723
  } & {
67688
67724
  header: {
@@ -67758,6 +67794,8 @@ export declare function init(config: AuthHeroConfig): {
67758
67794
  from?: string | undefined;
67759
67795
  take?: string | undefined;
67760
67796
  q?: string | undefined;
67797
+ from_date?: unknown;
67798
+ to_date?: unknown;
67761
67799
  };
67762
67800
  } & {
67763
67801
  header: {
@@ -67861,6 +67899,8 @@ export declare function init(config: AuthHeroConfig): {
67861
67899
  from?: string | undefined;
67862
67900
  take?: string | undefined;
67863
67901
  q?: string | undefined;
67902
+ from_date?: unknown;
67903
+ to_date?: unknown;
67864
67904
  };
67865
67905
  } & {
67866
67906
  header: {
@@ -68013,6 +68053,8 @@ export declare function init(config: AuthHeroConfig): {
68013
68053
  from?: string | undefined;
68014
68054
  take?: string | undefined;
68015
68055
  q?: string | undefined;
68056
+ from_date?: unknown;
68057
+ to_date?: unknown;
68016
68058
  };
68017
68059
  } & {
68018
68060
  header: {
@@ -68553,6 +68595,8 @@ export declare function init(config: AuthHeroConfig): {
68553
68595
  from?: string | undefined;
68554
68596
  take?: string | undefined;
68555
68597
  q?: string | undefined;
68598
+ from_date?: unknown;
68599
+ to_date?: unknown;
68556
68600
  };
68557
68601
  } & {
68558
68602
  header: {
@@ -69403,6 +69447,8 @@ export declare function init(config: AuthHeroConfig): {
69403
69447
  from?: string | undefined;
69404
69448
  take?: string | undefined;
69405
69449
  q?: string | undefined;
69450
+ from_date?: unknown;
69451
+ to_date?: unknown;
69406
69452
  };
69407
69453
  } & {
69408
69454
  header: {
@@ -69786,6 +69832,8 @@ export declare function init(config: AuthHeroConfig): {
69786
69832
  from?: string | undefined;
69787
69833
  take?: string | undefined;
69788
69834
  q?: string | undefined;
69835
+ from_date?: unknown;
69836
+ to_date?: unknown;
69789
69837
  };
69790
69838
  } & {
69791
69839
  header: {
@@ -69809,6 +69857,8 @@ export declare function init(config: AuthHeroConfig): {
69809
69857
  from?: string | undefined;
69810
69858
  take?: string | undefined;
69811
69859
  q?: string | undefined;
69860
+ from_date?: unknown;
69861
+ to_date?: unknown;
69812
69862
  };
69813
69863
  } & {
69814
69864
  header: {