@authhero/kysely-adapter 11.19.0 → 11.20.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.
@@ -836,6 +836,7 @@ interface Database {
836
836
  client_registration_tokens: z.infer<typeof sqlClientRegistrationTokenSchema>;
837
837
  codes: Code & {
838
838
  tenant_id: string;
839
+ expires_at_ts?: number | null;
839
840
  };
840
841
  connections: z.infer<typeof sqlConnectionSchema>;
841
842
  custom_domains: z.infer<typeof sqlCustomDomainSchema>;