Added ability to modify email_only property in post resource

https://github.com/TryGhost/Team/issues/893

- The package bump allows to validate the post's `email_only`  property
This commit is contained in:
Naz 2021-08-04 14:59:00 +04:00 committed by naz
parent 755a3a320e
commit 9081877996
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
"@nexes/nql": "0.6.0",
"@sentry/node": "6.10.0",
"@tryghost/adapter-manager": "0.2.14",
"@tryghost/admin-api-schema": "2.5.0",
"@tryghost/admin-api-schema": "2.5.2",
"@tryghost/bookshelf-plugins": "0.3.0",
"@tryghost/bootstrap-socket": "0.2.9",
"@tryghost/color-utils": "^0.1.0",

View File

@ -530,10 +530,10 @@
dependencies:
"@tryghost/errors" "^0.2.13"
"@tryghost/admin-api-schema@2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.5.0.tgz#8ac3dccff3428197745032e4fda07d781464397f"
integrity sha512-8LyI2/weIN8js3Wg+LIfPygG/tSRijqrBEbJ0bEroPkm+27oF7MfAj+vSAzHj65G6cBP8lIUetGPNO2U+nHjPw==
"@tryghost/admin-api-schema@2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.5.2.tgz#633b4d9043753ec39ae9086dd22c3ef4ba6423da"
integrity sha512-rYHu4Sb7hFwgDs/5zdxsSSDjVIyKagmF1mhrARO1/pe0it3H+iUJ7gC9aVX3dgRXiV6qOPvY2K15PmkXd2b0fQ==
dependencies:
"@tryghost/errors" "^0.2.10"
lodash "^4.17.11"