From 5f4216d20eb5bfe73077c8b530dc7784a334dc1b Mon Sep 17 00:00:00 2001 From: Yossi Gartner Date: Wed, 20 Nov 2024 15:11:57 +0200 Subject: [PATCH] add audits and applications --- ci/release.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ci/release.js b/ci/release.js index 8c1aa64..e5431ee 100644 --- a/ci/release.js +++ b/ci/release.js @@ -115,7 +115,16 @@ function mapEndpoints(endpoints, serviceEndpointPrefix) { } function listOpenAPIs() { - return ['agent.json', 'entitlements.json', 'identity.json', 'scim.json', 'sso.json', 'tenants.json']; + return [ + 'agent.json', + 'entitlements.json', + 'identity.json', + 'scim.json', + 'sso.json', + 'tenants.json', + 'applications.json', + 'audits.json', + ]; } function generateReleaseDescription(newEndpoints, missingEndpoints, deprecatedEndpoints) {