From a58efd6ba1b09d5f5c39787b94b6f022011fb197 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Fri, 5 Aug 2022 15:28:15 +0530 Subject: [PATCH] Updated admin api schema to include trial days on tiers refs https://github.com/TryGhost/Team/issues/1724 --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 2400d2f7f8..e30f91a494 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -56,7 +56,7 @@ "dependencies": { "@sentry/node": "7.8.1", "@tryghost/adapter-manager": "0.0.0", - "@tryghost/admin-api-schema": "4.0.0", + "@tryghost/admin-api-schema": "4.1.0", "@tryghost/api-version-compatibility-service": "0.0.0", "@tryghost/bookshelf-plugins": "0.4.3", "@tryghost/bootstrap-socket": "0.0.0", diff --git a/yarn.lock b/yarn.lock index 8e09a8f68e..aa7e966a46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3039,10 +3039,10 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@tryghost/admin-api-schema@4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.0.0.tgz#97e528931fab8478d00b6b91e7e3d4a2b4c4c597" - integrity sha512-Yo4nV34aZY8M92dVMp+zEI2ZuHyFDcDHHvQ9yY1ZEOKhqkdKw6DxdR2HcAkQi/PSnM99N7CWk5WBKe9Vnm8+jA== +"@tryghost/admin-api-schema@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-4.1.0.tgz#8f4a5d30f795864f83e3fede8344c50465eda1e9" + integrity sha512-nJ/QQbU177rxVMlH4/6fqcq0J1dPrJSFYt2f18yZoL87EHAZv5h22+ufkJVipPhxLjx48kiXpwDniiDqLeHYmA== dependencies: "@tryghost/errors" "^1.0.0" ajv "^6.12.6"