Ghost/core/server/models/plugins
Daniel Lockyer 0cd9acabec
Imported Bookshelf type into plugin JSDocs
no issue

- the `Bookshelf` type wasn't being imported anywhere and editors were
  showing warnings for the missing type
- also fixes use of `Bookshelf.Model` - this doesn't work if we declare
  `Bookshelf` using a `@typedef` and the preferred syntax is using an
  array index
- note: it still complains because we're calling functions that are only
  declared in our custom Bookshelf Model but this is a step in the right
  direction
2021-06-14 16:30:58 +01:00
..
collision.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
custom-query.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
eager-load.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
filter.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
has-posts.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
include-count.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
index.js Added support for ordering Post API resources by fields coming form posts_meta table (#12226) 2020-09-24 13:32:40 +12:00
order.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
pagination.js Imported Bookshelf type into plugin JSDocs 2021-06-14 16:30:58 +01:00
search.js Added ?search= param to Admin API members endpoint (#11854) 2020-05-28 10:14:02 +01:00
transaction-events.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00