hysteria-orm 10.7.6 → 10.7.7

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.
package/lib/index.d.cts CHANGED
@@ -5107,6 +5107,7 @@ type TableColumnInfo = {
5107
5107
  precision?: number | null;
5108
5108
  scale?: number | null;
5109
5109
  withTimezone?: boolean | null;
5110
+ enumValues?: string[] | null;
5110
5111
  };
5111
5112
  type TableIndexInfo = {
5112
5113
  name: string;
package/lib/index.d.ts CHANGED
@@ -5107,6 +5107,7 @@ type TableColumnInfo = {
5107
5107
  precision?: number | null;
5108
5108
  scale?: number | null;
5109
5109
  withTimezone?: boolean | null;
5110
+ enumValues?: string[] | null;
5110
5111
  };
5111
5112
  type TableIndexInfo = {
5112
5113
  name: string;