authhero 0.197.0 → 0.199.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.
@@ -20656,6 +20656,7 @@ export declare function init(config: AuthHeroConfig): {
20656
20656
  input: {
20657
20657
  query: {
20658
20658
  client_id: string;
20659
+ user_id?: string | undefined;
20659
20660
  };
20660
20661
  };
20661
20662
  output: {};
@@ -20665,6 +20666,7 @@ export declare function init(config: AuthHeroConfig): {
20665
20666
  input: {
20666
20667
  query: {
20667
20668
  client_id: string;
20669
+ user_id?: string | undefined;
20668
20670
  };
20669
20671
  };
20670
20672
  output: {};
@@ -20674,6 +20676,7 @@ export declare function init(config: AuthHeroConfig): {
20674
20676
  input: {
20675
20677
  query: {
20676
20678
  client_id: string;
20679
+ user_id?: string | undefined;
20677
20680
  };
20678
20681
  };
20679
20682
  output: {};