authhero 4.51.0 → 4.53.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.
@@ -38844,8 +38844,7 @@ export declare const emailProviderSchema: z.ZodObject<{
38844
38844
  export type EmailProvider = z.infer<typeof emailProviderSchema>;
38845
38845
  export declare const refreshTokenInsertSchema: z.ZodObject<{
38846
38846
  id: z.ZodString;
38847
- session_id: z.ZodString;
38848
- login_id: z.ZodOptional<z.ZodString>;
38847
+ login_id: z.ZodString;
38849
38848
  user_id: z.ZodString;
38850
38849
  client_id: z.ZodString;
38851
38850
  expires_at: z.ZodOptional<z.ZodString>;
@@ -38888,7 +38887,7 @@ export declare const refreshTokenInsertSchema: z.ZodObject<{
38888
38887
  id: string;
38889
38888
  user_id: string;
38890
38889
  client_id: string;
38891
- session_id: string;
38890
+ login_id: string;
38892
38891
  device: {
38893
38892
  last_ip: string;
38894
38893
  initial_user_agent: string;
@@ -38902,7 +38901,6 @@ export declare const refreshTokenInsertSchema: z.ZodObject<{
38902
38901
  scopes: string;
38903
38902
  }[];
38904
38903
  rotating: boolean;
38905
- login_id?: string | undefined;
38906
38904
  expires_at?: string | undefined;
38907
38905
  idle_expires_at?: string | undefined;
38908
38906
  last_exchanged_at?: string | undefined;
@@ -38910,7 +38908,7 @@ export declare const refreshTokenInsertSchema: z.ZodObject<{
38910
38908
  id: string;
38911
38909
  user_id: string;
38912
38910
  client_id: string;
38913
- session_id: string;
38911
+ login_id: string;
38914
38912
  device: {
38915
38913
  last_ip: string;
38916
38914
  initial_user_agent: string;
@@ -38924,7 +38922,6 @@ export declare const refreshTokenInsertSchema: z.ZodObject<{
38924
38922
  scopes: string;
38925
38923
  }[];
38926
38924
  rotating: boolean;
38927
- login_id?: string | undefined;
38928
38925
  expires_at?: string | undefined;
38929
38926
  idle_expires_at?: string | undefined;
38930
38927
  last_exchanged_at?: string | undefined;
@@ -38932,8 +38929,7 @@ export declare const refreshTokenInsertSchema: z.ZodObject<{
38932
38929
  export type RefreshTokenInsert = z.infer<typeof refreshTokenInsertSchema>;
38933
38930
  export declare const refreshTokenSchema: z.ZodObject<{
38934
38931
  id: z.ZodString;
38935
- session_id: z.ZodString;
38936
- login_id: z.ZodOptional<z.ZodString>;
38932
+ login_id: z.ZodString;
38937
38933
  user_id: z.ZodString;
38938
38934
  client_id: z.ZodString;
38939
38935
  expires_at: z.ZodOptional<z.ZodString>;
@@ -38978,7 +38974,7 @@ export declare const refreshTokenSchema: z.ZodObject<{
38978
38974
  id: string;
38979
38975
  user_id: string;
38980
38976
  client_id: string;
38981
- session_id: string;
38977
+ login_id: string;
38982
38978
  device: {
38983
38979
  last_ip: string;
38984
38980
  initial_user_agent: string;
@@ -38992,7 +38988,6 @@ export declare const refreshTokenSchema: z.ZodObject<{
38992
38988
  scopes: string;
38993
38989
  }[];
38994
38990
  rotating: boolean;
38995
- login_id?: string | undefined;
38996
38991
  expires_at?: string | undefined;
38997
38992
  idle_expires_at?: string | undefined;
38998
38993
  last_exchanged_at?: string | undefined;
@@ -39001,7 +38996,7 @@ export declare const refreshTokenSchema: z.ZodObject<{
39001
38996
  id: string;
39002
38997
  user_id: string;
39003
38998
  client_id: string;
39004
- session_id: string;
38999
+ login_id: string;
39005
39000
  device: {
39006
39001
  last_ip: string;
39007
39002
  initial_user_agent: string;
@@ -39015,7 +39010,6 @@ export declare const refreshTokenSchema: z.ZodObject<{
39015
39010
  scopes: string;
39016
39011
  }[];
39017
39012
  rotating: boolean;
39018
- login_id?: string | undefined;
39019
39013
  expires_at?: string | undefined;
39020
39014
  idle_expires_at?: string | undefined;
39021
39015
  last_exchanged_at?: string | undefined;
@@ -49838,7 +49832,7 @@ export declare function init(config: AuthHeroConfig): {
49838
49832
  id: string;
49839
49833
  user_id: string;
49840
49834
  client_id: string;
49841
- session_id: string;
49835
+ login_id: string;
49842
49836
  device: {
49843
49837
  last_ip: string;
49844
49838
  initial_user_agent: string;
@@ -49852,7 +49846,6 @@ export declare function init(config: AuthHeroConfig): {
49852
49846
  scopes: string;
49853
49847
  }[];
49854
49848
  rotating: boolean;
49855
- login_id?: string | undefined | undefined;
49856
49849
  expires_at?: string | undefined | undefined;
49857
49850
  idle_expires_at?: string | undefined | undefined;
49858
49851
  last_exchanged_at?: string | undefined | undefined;