0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added newsletter object to members admin api schema

refs https://github.com/TryGhost/Team/issues/1469
This commit is contained in:
Rishabh 2022-04-04 22:12:27 +05:30 committed by Rishabh Garg
parent a1417e86b7
commit 437d6830aa
2 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@
"dependencies": {
"@sentry/node": "6.19.3",
"@tryghost/adapter-manager": "0.2.28",
"@tryghost/admin-api-schema": "2.12.1",
"@tryghost/admin-api-schema": "2.13.0",
"@tryghost/bookshelf-plugins": "0.3.15",
"@tryghost/bootstrap-socket": "0.2.17",
"@tryghost/color-utils": "0.1.12",

View file

@ -1597,10 +1597,10 @@
dependencies:
"@tryghost/errors" "^1.2.1"
"@tryghost/admin-api-schema@2.12.1":
version "2.12.1"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.12.1.tgz#ab7b2fac391816f5b6a988a14c070148331f14f8"
integrity sha512-Z+6mH8W8YZlGEywMZT98PZthSESff5roQCETSUIUGN2pkyVyj7CJLXjqi9ZcBg7FnR+kbyN+AVZCyhRTbry13Q==
"@tryghost/admin-api-schema@2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.13.0.tgz#2871d44b1d9c7961b38c9f4b366f7c9ee5daa921"
integrity sha512-OOFkOwcy+sYbGMO5vp/kYZPq/nY/CaXgZndbU1iYsr8PV2h4PF+SdRhcU2G7M8XZZdtQWmR8+eMCk30V9MM3+w==
dependencies:
"@tryghost/errors" "^1.0.0"
lodash "^4.17.11"