pqb 0.65.0 → 0.65.1

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
@@ -3919,7 +3919,7 @@ declare class Where {
3919
3919
  *
3920
3920
  * @param args - same arguments as in {@link where}, joined with `OR`
3921
3921
  */
3922
- whereOneOf<T extends PickQuerySelectableRelations>(this: T, ...args: WhereArgs<T>): T;
3922
+ whereOneOf<T extends PickQuerySelectableRelations>(this: T, ...args: WhereArgs<T>): T & QueryHasWhere;
3923
3923
  /**
3924
3924
  * Negative {@link whereOneOf}:
3925
3925
  *