api reports

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-06-20 12:11:08 +02:00
parent 5c4e876e62
commit 73a45650e2
8 changed files with 18 additions and 20 deletions
@@ -105,9 +105,9 @@ export namespace coreServices {
/**
* The service reference for the plugin scoped {@link RootHealthService}.
*/
export const health = createServiceRef<
export const rootHealth = createServiceRef<
import('./RootHealthService').RootHealthService
>({ id: 'core.health', scope: 'root' });
>({ id: 'core.rootHealth', scope: 'root' });
/**
* Authentication of HTTP requests.