mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* [api-docs] Add pipeline to build api_docs daily * Fix kibanamachine remote * Add --repo * Fix PR creation * [api-docs] Daily api_docs build Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
77 lines
No EOL
2 KiB
JSON
77 lines
No EOL
2 KiB
JSON
{
|
|
"id": "@kbn/scalability-simulation-generator",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/scalability-simulation-generator",
|
|
"id": "def-server.generateScalabilitySimulations",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "generateScalabilitySimulations",
|
|
"description": [],
|
|
"signature": [
|
|
"() => Promise<void>"
|
|
],
|
|
"path": "packages/kbn-scalability-simulation-generator/src/cli.ts",
|
|
"deprecated": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/scalability-simulation-generator",
|
|
"id": "def-server.generator",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "generator",
|
|
"description": [],
|
|
"signature": [
|
|
"({ dir, baseUrl, packageName, log }: ",
|
|
"CLIParams",
|
|
") => Promise<void>"
|
|
],
|
|
"path": "packages/kbn-scalability-simulation-generator/src/generate_files.ts",
|
|
"deprecated": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/scalability-simulation-generator",
|
|
"id": "def-server.generator.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{ dir, baseUrl, packageName, log }",
|
|
"description": [],
|
|
"signature": [
|
|
"CLIParams"
|
|
],
|
|
"path": "packages/kbn-scalability-simulation-generator/src/generate_files.ts",
|
|
"deprecated": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |