Auto-generate cli for advisor.grafana.app (#103465)

This commit is contained in:
Andres Martinez Gotor
2025-04-08 16:38:19 +02:00
committed by GitHub
parent fc37bb4355
commit 12e3b86ebb
11 changed files with 3245 additions and 9 deletions
+6
View File
@@ -58,6 +58,12 @@ const config: ConfigFile = {
filterEndpoints: ['getFolder'],
tag: true,
},
'../public/app/api/clients/advisor/endpoints.gen.ts': {
apiFile: '../public/app/api/clients/advisor/baseAPI.ts',
schemaFile: '../data/openapi/advisor.grafana.app-v0alpha1.json',
filterEndpoints: ['createCheck', 'getCheck', 'listCheck', 'deleteCheck', 'updateCheck', 'listCheckType'],
tag: true,
},
},
};