Added the option to filter events from the /members/events endpoint

refs https://github.com/TryGhost/Team/issues/1277

- Filter events using the usual `filter` property
- Fixed a bug that was in `members-api@4.3.0`
This commit is contained in:
Thibaut Patel 2022-01-21 14:40:40 +01:00 committed by Thibaut Patel
parent 7102c0ca82
commit bb24177149
2 changed files with 5 additions and 5 deletions

View File

@ -80,7 +80,7 @@
"@tryghost/limit-service": "1.0.9",
"@tryghost/logging": "2.0.1",
"@tryghost/magic-link": "1.0.15",
"@tryghost/members-api": "4.4.0",
"@tryghost/members-api": "4.4.1",
"@tryghost/members-csv": "1.2.3",
"@tryghost/members-importer": "0.4.1",
"@tryghost/members-offers": "0.10.5",

View File

@ -1454,10 +1454,10 @@
"@tryghost/domain-events" "^0.1.5"
"@tryghost/member-events" "^0.3.3"
"@tryghost/members-api@4.4.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.4.0.tgz#3047a423cd3b0ba18bc07f230f5d6b60142089bc"
integrity sha512-u8WKIGyU2Qy6mTUsUoEuh8KZthJfQNEJ6Q1tKea8drAabuc2i3d3wwbQMuve1ROUufptZ7f/eRv7fMgxwZKSyw==
"@tryghost/members-api@4.4.1":
version "4.4.1"
resolved "https://registry.yarnpkg.com/@tryghost/members-api/-/members-api-4.4.1.tgz#f2b60e88d145bec81007ff35209c2d80a243fb31"
integrity sha512-GTz8f/riTbpxGy3270kcDloLcLuSoFbtXwpCB8ugQ4Biw9RqiM6rHFYoh2BU25DoI0Z4i1z7eWOw+G3VZ2L79w==
dependencies:
"@tryghost/debug" "^0.1.2"
"@tryghost/domain-events" "^0.1.5"