pqb 0.50.0 → 0.51.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.
package/dist/index.d.ts CHANGED
@@ -7831,6 +7831,10 @@ interface DbExtension {
7831
7831
  version?: string;
7832
7832
  }
7833
7833
  interface GeneratorIgnore {
7834
+ schemas?: string[];
7835
+ enums?: string[];
7836
+ domains?: string[];
7837
+ extensions?: string[];
7834
7838
  tables?: string[];
7835
7839
  }
7836
7840
  interface DbDomainArg<ColumnTypes> {