pqb 0.1.6 → 0.1.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/dist/index.d.ts CHANGED
@@ -430,7 +430,7 @@ declare type BaseRelation = {
430
430
  key: string;
431
431
  model: QueryWithTable;
432
432
  query: QueryWithTable;
433
- joinQuery(fromQuery: QueryBase, toQuery: QueryBase): QueryBase;
433
+ joinQuery(fromQuery: QueryBase, toQuery: Query): Query;
434
434
  nestedCreateQuery: Query;
435
435
  nestedInsert?: BelongsToNestedInsert | HasOneNestedInsert | HasManyNestedInsert;
436
436
  nestedUpdate?: BelongsToNestedUpdate | HasOneNestedUpdate | HasManyNestedUpdate;