From 7ab00c8eda2cff861b4fc12b0132b1e85c313e5b Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 11 May 2022 16:14:10 +0530 Subject: [PATCH] Updated admin api schema for tiers - added `id` and `description` to tiers schema - added `tiers` column to members schema --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31fd6d8ba6..75f64c9269 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "@sentry/node": "6.19.7", "@tryghost/adapter-manager": "0.2.30", - "@tryghost/admin-api-schema": "2.16.0", + "@tryghost/admin-api-schema": "2.17.0", "@tryghost/api-version-compatibility-service": "0.4.1", "@tryghost/bookshelf-plugins": "0.4.1", "@tryghost/bootstrap-socket": "0.2.19", diff --git a/yarn.lock b/yarn.lock index 7e9783df8a..ed4bb75c12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1719,10 +1719,10 @@ dependencies: "@tryghost/errors" "^1.2.1" -"@tryghost/admin-api-schema@2.16.0": - version "2.16.0" - resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.16.0.tgz#a83fef005d695fac41af42433f9f4a6fc8a257ff" - integrity sha512-9xodTbVIlfLZuErWWCkeriPShqU2tlYyRusY0vWuhfct3EDmDNoHyxGpmmsoX4bD2z7EUn/IYDtDl3b7moe+6Q== +"@tryghost/admin-api-schema@2.17.0": + version "2.17.0" + resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.17.0.tgz#536efe5d0b6d6ff43805e5ad3a10b95102354150" + integrity sha512-odbgzACnySa7//PiXmaUSMNkaNqzCIl1ya/cjfUAAN68UGRDI4MCAlK2lqqRFsvihrxxlV25lFJ8TwT1o5ji8w== dependencies: "@tryghost/errors" "^1.0.0" lodash "^4.17.11"