mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Allowed for a 'sent' status in canary Admin Post API
refs https://github.com/TryGhost/Team/issues/892 - When a published email-only post is edited on the client it sends through a "sent" status over to the backend over PUT endpoint. It's a valid new status that should be accepted by the validation
This commit is contained in:
parent
966f167fd9
commit
75744041c1
@ -52,7 +52,7 @@
|
||||
"@nexes/nql": "0.6.0",
|
||||
"@sentry/node": "6.12.0",
|
||||
"@tryghost/adapter-manager": "0.2.14",
|
||||
"@tryghost/admin-api-schema": "2.5.2",
|
||||
"@tryghost/admin-api-schema": "2.6.0",
|
||||
"@tryghost/bookshelf-plugins": "0.3.0",
|
||||
"@tryghost/bootstrap-socket": "0.2.9",
|
||||
"@tryghost/color-utils": "0.1.1",
|
||||
|
@ -621,10 +621,10 @@
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.13"
|
||||
|
||||
"@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==
|
||||
"@tryghost/admin-api-schema@2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.6.0.tgz#608337f600728529a4c4627850da86664a7e7cbb"
|
||||
integrity sha512-HKLlnYokpDziEouh63mreTagLMjPlXl16Eux2xxsWauiYo7Vuikjw6DnQ4XjsZP/jb2Uz46wJwjLRBpkJxegTA==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^0.2.10"
|
||||
lodash "^4.17.11"
|
||||
|
Loading…
Reference in New Issue
Block a user