@authhero/kysely-adapter 12.6.2 → 12.8.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.
@@ -976,10 +976,26 @@ interface Database {
976
976
  target_database_version: string | null;
977
977
  error: string | null;
978
978
  initiated_by: string | null;
979
+ input: string | null;
980
+ result: string | null;
981
+ claimed_by: string | null;
982
+ claim_expires_at: string | null;
979
983
  created_at: string;
980
984
  updated_at: string;
981
985
  finished_at: string | null;
982
986
  };
987
+ tenant_operation_rows: {
988
+ operation_id: string;
989
+ seq: number;
990
+ payload: string;
991
+ status: string;
992
+ error_code: string | null;
993
+ error_message: string | null;
994
+ error_path: string | null;
995
+ entity_id: string | null;
996
+ created_at: string;
997
+ updated_at: string;
998
+ };
983
999
  tenant_operation_events: {
984
1000
  id: string;
985
1001
  operation_id: string;