Ghost/ghost
Fabien 'egg' O'Carroll 39aab8ae28 Replaced all usage of member models with members-api (#12117)
no-issue

* Added stripeSubscriptions relation to member model

This allows us to fetch the subscriptions for a member via standard
model usage, e.g. `withRelated: ['stripeSubscriptions']` rather than
offloading to loops and `decorateWithSubscriptions` functions, this is
more performant and less non-standard than the existing method.

* Updated serialize methods to match existing format

The current usage of `decorateWithSubscriptions` and the usage of
members throughout the codebase has a subscriptions array on a stripe
object on the member, this ensures that when we serialize members to
JSON that we are using the same format.

There is definitely room to change this in future, but this is an
attempt to create as few breaking changes as possible.

* Installed @tryghost/members-api@0.26.0

This includes the required API changes so that everywhere can use
members-api directly rather than models and/or helper methods
2021-07-22 01:53:21 +12:00
..
magic-link Published new versions 2021-07-15 18:19:11 +01:00
members-api Published new versions 2021-07-20 12:37:36 +01:00
members-csv Published new versions 2021-07-15 16:34:02 +01:00
members-importer/lib Replaced all usage of member models with members-api (#12117) 2021-07-22 01:53:21 +12:00
members-ssr Published new versions 2021-07-20 10:24:31 +01:00