mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
666 lines
No EOL
24 KiB
JSON
666 lines
No EOL
24 KiB
JSON
{
|
|
"id": "@kbn/server-route-repository",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.createServerRouteFactory",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "createServerRouteFactory",
|
|
"description": [],
|
|
"signature": [
|
|
"() => <TEndpoint extends string, TReturnType, TRouteParamsRT extends ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" | undefined = undefined>(route: ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<TEndpoint, TRouteParamsRT, TRouteHandlerResources, TReturnType, TRouteCreateOptions>) => Record<TEndpoint, ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ServerRoute",
|
|
"text": "ServerRoute"
|
|
},
|
|
"<TEndpoint, TRouteParamsRT, TRouteHandlerResources, TReturnType, TRouteCreateOptions>>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/create_server_route_factory.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.decodeRequestParams",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "decodeRequestParams",
|
|
"description": [],
|
|
"signature": [
|
|
"(params: KibanaRequestParams, paramsRt: T) => ",
|
|
"OutputOf",
|
|
"<T>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/decode_request_params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.decodeRequestParams.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
"KibanaRequestParams"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/decode_request_params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.decodeRequestParams.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "paramsRt",
|
|
"description": [],
|
|
"signature": [
|
|
"T"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/decode_request_params.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.formatRequest",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "formatRequest",
|
|
"description": [],
|
|
"signature": [
|
|
"(endpoint: string, pathParams: Record<string, any>) => { method: Method; pathname: string; version: string; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/format_request.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.formatRequest.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "endpoint",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/format_request.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.formatRequest.$2",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "pathParams",
|
|
"description": [],
|
|
"signature": [
|
|
"Record<string, any>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/format_request.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.parseEndpoint",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "parseEndpoint",
|
|
"description": [],
|
|
"signature": [
|
|
"(endpoint: string) => { method: Method; pathname: string; version: string; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/parse_endpoint.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.parseEndpoint.$1",
|
|
"type": "string",
|
|
"tags": [],
|
|
"label": "endpoint",
|
|
"description": [],
|
|
"signature": [
|
|
"string"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/parse_endpoint.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "registerRoutes",
|
|
"description": [],
|
|
"signature": [
|
|
"({\n core,\n repository,\n logger,\n dependencies,\n}: { core: ",
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleServerPluginApi",
|
|
"section": "def-common.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<object, unknown>; repository: Record<string, { endpoint: string; params?: any; handler: ({}: any) => Promise<any>; } & ",
|
|
"ServerRouteCreateOptions",
|
|
">; logger: ",
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
},
|
|
"; dependencies: Record<string, any>; }) => void"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes.$1",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "{\n core,\n repository,\n logger,\n dependencies,\n}",
|
|
"description": [],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes.$1.core",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "core",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/core-lifecycle-server",
|
|
"scope": "common",
|
|
"docId": "kibKbnCoreLifecycleServerPluginApi",
|
|
"section": "def-common.CoreSetup",
|
|
"text": "CoreSetup"
|
|
},
|
|
"<object, unknown>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes.$1.repository",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "repository",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: { endpoint: string; params?: any; handler: ({}: any) => Promise<any>; } & ",
|
|
"ServerRouteCreateOptions",
|
|
"; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes.$1.logger",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "logger",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/logging",
|
|
"scope": "common",
|
|
"docId": "kibKbnLoggingPluginApi",
|
|
"section": "def-common.Logger",
|
|
"text": "Logger"
|
|
}
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.registerRoutes.$1.dependencies",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "dependencies",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: any; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/register_routes.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteState",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "RouteState",
|
|
"description": [],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteState.Unnamed",
|
|
"type": "IndexSignature",
|
|
"tags": [],
|
|
"label": "[endpoint: string]: any",
|
|
"description": [],
|
|
"signature": [
|
|
"[endpoint: string]: any"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.ClientRequestParamsOf",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ClientRequestParamsOf",
|
|
"description": [],
|
|
"signature": [
|
|
"TServerRouteRepository[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT | undefined; handler: ({}: any) => Promise<any>; } & ",
|
|
"ServerRouteCreateOptions",
|
|
" ? TRouteParamsRT extends ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" ? ClientRequestParamsOfType<TRouteParamsRT> : {} : never"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.DecodedRequestParamsOf",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "DecodedRequestParamsOf",
|
|
"description": [],
|
|
"signature": [
|
|
"TServerRouteRepository[TEndpoint] extends { endpoint: any; params?: infer TRouteParamsRT | undefined; handler: ({}: any) => Promise<any>; } & ",
|
|
"ServerRouteCreateOptions",
|
|
" ? TRouteParamsRT extends ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" ? DecodedRequestParamsOfType<TRouteParamsRT> : {} : never"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.EndpointOf",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "EndpointOf",
|
|
"description": [],
|
|
"signature": [
|
|
"keyof TServerRouteRepository"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.ReturnOf",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ReturnOf",
|
|
"description": [],
|
|
"signature": [
|
|
"TServerRouteRepository[TEndpoint] extends { endpoint: any; params?: any; handler: ({}: any) => Promise<infer TReturnType>; } & ",
|
|
"ServerRouteCreateOptions",
|
|
" ? TReturnType : never"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteParamsRT",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RouteParamsRT",
|
|
"description": [],
|
|
"signature": [
|
|
"Omit<",
|
|
"Type",
|
|
"<{ path?: any; query?: any; body?: any; }, { path?: any; query?: any; body?: any; }, unknown>, \"encode\" | \"asEncoder\"> & { encode: ",
|
|
"Encode",
|
|
"<any, any>; asEncoder: () => ",
|
|
"Encoder",
|
|
"<any, any>; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteRepositoryClient",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "RouteRepositoryClient",
|
|
"description": [],
|
|
"signature": [
|
|
"<TEndpoint extends keyof TServerRouteRepository>(endpoint: TEndpoint, ...args: MaybeOptionalArgs<",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ClientRequestParamsOf",
|
|
"text": "ClientRequestParamsOf"
|
|
},
|
|
"<TServerRouteRepository, TEndpoint> & TAdditionalClientOptions>) => Promise<",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ReturnOf",
|
|
"text": "ReturnOf"
|
|
},
|
|
"<TServerRouteRepository, TEndpoint>>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"returnComment": [],
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteRepositoryClient.$1",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "endpoint",
|
|
"description": [],
|
|
"signature": [
|
|
"TEndpoint"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.RouteRepositoryClient.$2",
|
|
"type": "Uncategorized",
|
|
"tags": [],
|
|
"label": "args",
|
|
"description": [],
|
|
"signature": [
|
|
"RequiredKeys",
|
|
"<",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ClientRequestParamsOf",
|
|
"text": "ClientRequestParamsOf"
|
|
},
|
|
"<TServerRouteRepository, TEndpoint> & TAdditionalClientOptions> extends never ? [] | [",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ClientRequestParamsOf",
|
|
"text": "ClientRequestParamsOf"
|
|
},
|
|
"<TServerRouteRepository, TEndpoint> & TAdditionalClientOptions] : [",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.ClientRequestParamsOf",
|
|
"text": "ClientRequestParamsOf"
|
|
},
|
|
"<TServerRouteRepository, TEndpoint> & TAdditionalClientOptions]"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.ServerRoute",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ServerRoute",
|
|
"description": [],
|
|
"signature": [
|
|
"ValidateEndpoint<TEndpoint> extends true ? { endpoint: TEndpoint; params?: TRouteParamsRT | undefined; handler: ({}: TRouteHandlerResources & (TRouteParamsRT extends ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" ? DecodedRequestParamsOfType<TRouteParamsRT> : {})) => Promise<TReturnType>; } & TRouteCreateOptions : never"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.ServerRouteRepository",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "ServerRouteRepository",
|
|
"description": [],
|
|
"signature": [
|
|
"{ [x: string]: { endpoint: string; params?: ",
|
|
{
|
|
"pluginId": "@kbn/server-route-repository",
|
|
"scope": "common",
|
|
"docId": "kibKbnServerRouteRepositoryPluginApi",
|
|
"section": "def-common.RouteParamsRT",
|
|
"text": "RouteParamsRT"
|
|
},
|
|
" | undefined; handler: ({}: any) => Promise<any>; } & Record<string, any>; }"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/typings.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.routeValidationObject",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "routeValidationObject",
|
|
"description": [],
|
|
"path": "packages/kbn-server-route-repository/src/route_validation_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.routeValidationObject.body",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "body",
|
|
"description": [
|
|
"// `body` can be null, but `validate` expects non-nullable types\n// if any validation is defined. Not having validation currently\n// means we don't get the payload. See\n// https://github.com/elastic/kibana/issues/50179"
|
|
],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.Type",
|
|
"text": "Type"
|
|
},
|
|
"<Readonly<{} & {}> | null>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/route_validation_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.routeValidationObject.params",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "params",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.ObjectType",
|
|
"text": "ObjectType"
|
|
},
|
|
"<{}>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/route_validation_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/server-route-repository",
|
|
"id": "def-common.routeValidationObject.query",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "query",
|
|
"description": [],
|
|
"signature": [
|
|
{
|
|
"pluginId": "@kbn/config-schema",
|
|
"scope": "common",
|
|
"docId": "kibKbnConfigSchemaPluginApi",
|
|
"section": "def-common.ObjectType",
|
|
"text": "ObjectType"
|
|
},
|
|
"<{}>"
|
|
],
|
|
"path": "packages/kbn-server-route-repository/src/route_validation_object.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
]
|
|
}
|
|
} |