authhero 0.42.0 → 0.44.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.
@@ -5810,11 +5810,12 @@ export declare function init(config: AuthHeroConfig): {
5810
5810
  name?: string | undefined;
5811
5811
  picture?: string | undefined;
5812
5812
  locale?: string | undefined;
5813
+ user_id?: string | undefined;
5814
+ username?: string | undefined;
5815
+ connection?: string | undefined;
5813
5816
  verify_email?: boolean | undefined;
5814
5817
  last_ip?: string | undefined;
5815
5818
  last_login?: string | undefined;
5816
- user_id?: string | undefined;
5817
- username?: string | undefined;
5818
5819
  nickname?: string | undefined;
5819
5820
  linked_to?: string | undefined;
5820
5821
  profileData?: string | undefined;
@@ -5822,7 +5823,6 @@ export declare function init(config: AuthHeroConfig): {
5822
5823
  user_metadata?: any;
5823
5824
  provider?: string | undefined;
5824
5825
  email_verified?: boolean | undefined;
5825
- connection?: string | undefined;
5826
5826
  is_social?: boolean | undefined;
5827
5827
  };
5828
5828
  };
@@ -5895,11 +5895,12 @@ export declare function init(config: AuthHeroConfig): {
5895
5895
  password?: string | undefined;
5896
5896
  picture?: string | undefined;
5897
5897
  locale?: string | undefined;
5898
+ user_id?: string | undefined;
5899
+ username?: string | undefined;
5900
+ connection?: string | undefined;
5898
5901
  verify_email?: boolean | undefined;
5899
5902
  last_ip?: string | undefined;
5900
5903
  last_login?: string | undefined;
5901
- user_id?: string | undefined;
5902
- username?: string | undefined;
5903
5904
  nickname?: string | undefined;
5904
5905
  linked_to?: string | undefined;
5905
5906
  profileData?: string | undefined;
@@ -5907,7 +5908,6 @@ export declare function init(config: AuthHeroConfig): {
5907
5908
  user_metadata?: any;
5908
5909
  provider?: string | undefined;
5909
5910
  email_verified?: boolean | undefined;
5910
- connection?: string | undefined;
5911
5911
  is_social?: boolean | undefined;
5912
5912
  };
5913
5913
  };
@@ -5938,8 +5938,8 @@ export declare function init(config: AuthHeroConfig): {
5938
5938
  };
5939
5939
  output: {
5940
5940
  user_id: string;
5941
- provider: string;
5942
5941
  connection: string;
5942
+ provider: string;
5943
5943
  isSocial: boolean;
5944
5944
  }[];
5945
5945
  outputFormat: "json" | "text";
@@ -6282,8 +6282,8 @@ export declare function init(config: AuthHeroConfig): {
6282
6282
  redirect_uri: string;
6283
6283
  nonce?: string | undefined;
6284
6284
  response_mode?: AuthorizationResponseMode | undefined;
6285
- response_type?: AuthorizationResponseType | undefined;
6286
6285
  connection?: string | undefined;
6286
+ response_type?: AuthorizationResponseType | undefined;
6287
6287
  audience?: string | undefined;
6288
6288
  scope?: string | undefined;
6289
6289
  auth0Client?: string | undefined;
@@ -6309,8 +6309,8 @@ export declare function init(config: AuthHeroConfig): {
6309
6309
  redirect_uri: string;
6310
6310
  nonce?: string | undefined;
6311
6311
  response_mode?: AuthorizationResponseMode | undefined;
6312
- response_type?: AuthorizationResponseType | undefined;
6313
6312
  connection?: string | undefined;
6313
+ response_type?: AuthorizationResponseType | undefined;
6314
6314
  audience?: string | undefined;
6315
6315
  scope?: string | undefined;
6316
6316
  auth0Client?: string | undefined;
@@ -6366,8 +6366,8 @@ export declare function init(config: AuthHeroConfig): {
6366
6366
  authParams: {
6367
6367
  nonce?: string | undefined;
6368
6368
  response_mode?: AuthorizationResponseMode | undefined;
6369
- response_type?: AuthorizationResponseType | undefined;
6370
6369
  username?: string | undefined;
6370
+ response_type?: AuthorizationResponseType | undefined;
6371
6371
  audience?: string | undefined;
6372
6372
  scope?: string | undefined;
6373
6373
  state?: string | undefined;
@@ -6394,8 +6394,8 @@ export declare function init(config: AuthHeroConfig): {
6394
6394
  query: {
6395
6395
  email: string;
6396
6396
  client_id: string;
6397
- response_type: AuthorizationResponseType;
6398
6397
  connection: string;
6398
+ response_type: AuthorizationResponseType;
6399
6399
  scope: string;
6400
6400
  state: string;
6401
6401
  redirect_uri: string;