Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API DOCS Step 3/3 #92929

Merged

Conversation

stacey-gammon
Copy link
Contributor

@stacey-gammon stacey-gammon commented Feb 25, 2021

In this PR:

  • Remove api_docs folder from .gitignore
  • Add docs on the API docs

Steps to implement our automatically generated API docs:

Screen Shot 2021-02-25 at 7 17 53 PM

Screen Shot 2021-02-25 at 7 18 01 PM

@stacey-gammon stacey-gammon marked this pull request as ready for review March 1, 2021 17:21
@stacey-gammon
Copy link
Contributor Author

@elasticmachine merge upstream

@stacey-gammon stacey-gammon added release_note:skip Skip the PR/issue when compiling release notes v7.13.0 v8.0.0 labels Mar 1, 2021
@@ -0,0 +1 @@
{"id":"actions","client":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"server":{"classes":[],"functions":[{"id":"def-server.asSavedObjectExecutionSource","type":"Function","label":"asSavedObjectExecutionSource","signature":["(source: Pick<","SavedObjectReference",", \"type\" | \"id\">) => ","SavedObjectExecutionSource"],"description":[],"children":[{"type":"Object","label":"source","isRequired":true,"signature":["Pick<",{"pluginId":"core","scope":"common","docId":"kibCorePluginApi","section":"def-common.SavedObjectReference","text":"SavedObjectReference"},", \"type\" | \"id\">"],"description":[],"source":{"path":"x-pack/plugins/actions/server/lib/action_execution_source.ts","lineNumber":30,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/lib/action_execution_source.ts#L30"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/lib/action_execution_source.ts","lineNumber":29,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/lib/action_execution_source.ts#L29"},"initialIsOpen":false},{"id":"def-server.asHttpRequestExecutionSource","type":"Function","label":"asHttpRequestExecutionSource","signature":["(source: ",{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>) => ","HttpRequestExecutionSource"],"description":[],"children":[{"type":"Object","label":"source","isRequired":true,"signature":[{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/lib/action_execution_source.ts","lineNumber":22,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/lib/action_execution_source.ts#L22"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/lib/action_execution_source.ts","lineNumber":22,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/lib/action_execution_source.ts#L22"},"initialIsOpen":false}],"interfaces":[{"id":"def-server.ActionsPlugin","type":"Interface","label":"ActionsPlugin","description":[],"children":[{"id":"def-server.ActionsPlugin.setup","type":"Object","label":"setup","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":56,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L56"},"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.PluginSetupContract","text":"PluginSetupContract"}]},{"id":"def-server.ActionsPlugin.start","type":"Object","label":"start","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":57,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L57"},"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.PluginStartContract","text":"PluginStartContract"}]}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":55,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L55"},"initialIsOpen":false},{"id":"def-server.ActionResult","type":"Interface","label":"ActionResult","signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionResult","text":"ActionResult"},"<Config>"],"description":[],"children":[{"id":"def-server.ActionResult.id","type":"string","label":"id","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":70,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L70"}},{"id":"def-server.ActionResult.actionTypeId","type":"string","label":"actionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":71,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L71"}},{"id":"def-server.ActionResult.name","type":"string","label":"name","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":72,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L72"}},{"id":"def-server.ActionResult.config","type":"Uncategorized","label":"config","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":73,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L73"},"signature":["Config | undefined"]},{"id":"def-server.ActionResult.isPreconfigured","type":"boolean","label":"isPreconfigured","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":74,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L74"}}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":69,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L69"},"initialIsOpen":false},{"id":"def-server.ActionTypeExecutorOptions","type":"Interface","label":"ActionTypeExecutorOptions","signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionTypeExecutorOptions","text":"ActionTypeExecutorOptions"},"<Config, Secrets, Params>"],"description":[],"children":[{"id":"def-server.ActionTypeExecutorOptions.actionId","type":"string","label":"actionId","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":62,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L62"}},{"id":"def-server.ActionTypeExecutorOptions.services","type":"Object","label":"services","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":63,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L63"},"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.Services","text":"Services"}]},{"id":"def-server.ActionTypeExecutorOptions.config","type":"Uncategorized","label":"config","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":64,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L64"},"signature":["Config"]},{"id":"def-server.ActionTypeExecutorOptions.secrets","type":"Uncategorized","label":"secrets","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":65,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L65"},"signature":["Secrets"]},{"id":"def-server.ActionTypeExecutorOptions.params","type":"Uncategorized","label":"params","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":66,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L66"},"signature":["Params"]}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":61,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L61"},"initialIsOpen":false},{"id":"def-server.ActionType","type":"Interface","label":"ActionType","signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionType","text":"ActionType"},"<Config, Secrets, Params, ExecutorResultData>"],"description":[],"children":[{"id":"def-server.ActionType.id","type":"string","label":"id","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":108,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L108"}},{"id":"def-server.ActionType.name","type":"string","label":"name","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":109,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L109"}},{"id":"def-server.ActionType.maxAttempts","type":"number","label":"maxAttempts","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":110,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L110"},"signature":["number | undefined"]},{"id":"def-server.ActionType.minimumLicenseRequired","type":"CompoundType","label":"minimumLicenseRequired","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":111,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L111"},"signature":["\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\""]},{"id":"def-server.ActionType.validate","type":"Object","label":"validate","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":112,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L112"},"signature":["{ params?: ValidatorType<Params> | undefined; config?: ValidatorType<Config> | undefined; secrets?: ValidatorType<Secrets> | undefined; } | undefined"]},{"id":"def-server.ActionType.renderParameterTemplates","type":"Function","label":"renderParameterTemplates","signature":["((params: Params, variables: Record<string, unknown>) => Params) | undefined"],"description":[],"children":[{"type":"Uncategorized","label":"params","isRequired":true,"signature":["Params"],"description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":117,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L117"}},{"type":"Object","label":"variables","isRequired":true,"signature":["Record<string, unknown>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":117,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L117"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":117,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L117"}},{"id":"def-server.ActionType.executor","type":"Function","label":"executor","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":118,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L118"},"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ExecutorType","text":"ExecutorType"},"<Config, Secrets, Params, ExecutorResultData>"]}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":102,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L102"},"initialIsOpen":false},{"id":"def-server.PreConfiguredAction","type":"Interface","label":"PreConfiguredAction","signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.PreConfiguredAction","text":"PreConfiguredAction"},"<Config, Secrets> extends ",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionResult","text":"ActionResult"},"<Config>"],"description":[],"children":[{"id":"def-server.PreConfiguredAction.secrets","type":"Uncategorized","label":"secrets","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":81,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L81"},"signature":["Secrets"]}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":77,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L77"},"initialIsOpen":false},{"id":"def-server.ActionsApiRequestHandlerContext","type":"Interface","label":"ActionsApiRequestHandlerContext","description":[],"children":[{"id":"def-server.ActionsApiRequestHandlerContext.getActionsClient","type":"Function","label":"getActionsClient","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":47,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L47"},"signature":["() => ",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionsClient","text":"ActionsClient"}]},{"id":"def-server.ActionsApiRequestHandlerContext.listTypes","type":"Function","label":"listTypes","description":[],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":48,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L48"},"signature":["() => ",{"pluginId":"actions","scope":"common","docId":"kibActionsPluginApi","section":"def-common.ActionType","text":"ActionType"},"[]"]}],"source":{"path":"x-pack/plugins/actions/server/types.ts","lineNumber":46,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/types.ts#L46"},"initialIsOpen":false}],"enums":[],"misc":[{"id":"def-server.ActionsClient","type":"Type","label":"ActionsClient","description":[],"source":{"path":"x-pack/plugins/actions/server/index.ts","lineNumber":15,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/index.ts#L15"},"signature":["{ get: ({ id }: { id: string; }) => Promise<",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionResult","text":"ActionResult"},"<Record<string, unknown>>>; delete: ({ id }: { id: string; }) => Promise<{}>; create: ({ action: { actionTypeId, name, config, secrets }, }: CreateOptions) => Promise<",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionResult","text":"ActionResult"},"<Record<string, unknown>>>; update: ({ id, action }: UpdateOptions) => Promise<",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionResult","text":"ActionResult"},"<Record<string, unknown>>>; execute: ({ actionId, params, source, }: Pick<","ExecuteOptions","<unknown>, \"source\" | \"params\" | \"actionId\">) => Promise<",{"pluginId":"actions","scope":"common","docId":"kibActionsPluginApi","section":"def-common.ActionTypeExecutorResult","text":"ActionTypeExecutorResult"}],"initialIsOpen":false},{"id":"def-server.ActionsAuthorization","type":"Type","label":"ActionsAuthorization","description":[],"source":{"path":"x-pack/plugins/actions/server/index.ts","lineNumber":16,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/index.ts#L16"},"signature":["{ ensureAuthorized: (operation: string, actionTypeId?: string | undefined) => Promise<void>; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/email.ts","lineNumber":143,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/email.ts#L143"},"signature":["\".email\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/email.ts","lineNumber":99,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/email.ts#L99"},"signature":["{ readonly to: string[]; readonly message: string; readonly cc: string[]; readonly bcc: string[]; readonly subject: string; readonly kibanaFooterLink: Readonly<{} & { text: string; path: string; }>; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/es_index.ts","lineNumber":43,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/es_index.ts#L43"},"signature":["\".index\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/es_index.ts","lineNumber":34,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/es_index.ts#L34"},"signature":["{ readonly documents: Record<string, any>[]; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts","lineNumber":121,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/pagerduty.ts#L121"},"signature":["\".pagerduty\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/pagerduty.ts","lineNumber":50,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/pagerduty.ts#L50"},"signature":["{ readonly source?: string | undefined; readonly summary?: string | undefined; readonly eventAction?: \"resolve\" | \"trigger\" | \"acknowledge\" | undefined; readonly dedupKey?: string | undefined; readonly severity?: \"warning\" | \"info\" | \"error\" | \"critical\" | undefined; readonly timestamp?: string | undefined; readonly component?: string | undefined; readonly group?: string | undefined; readonly class?: string | undefined; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/server_log.ts","lineNumber":42,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/server_log.ts#L42"},"signature":["\".server-log\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/server_log.ts","lineNumber":25,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/server_log.ts#L25"},"signature":["{ readonly message: string; readonly level: \"info\" | \"error\" | \"debug\" | \"trace\" | \"warn\" | \"fatal\"; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/slack.ts","lineNumber":54,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/slack.ts#L54"},"signature":["\".slack\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/slack.ts","lineNumber":46,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/slack.ts#L46"},"signature":["{ readonly message: string; }"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/webhook.ts","lineNumber":76,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/webhook.ts#L76"},"signature":["\".webhook\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/webhook.ts","lineNumber":71,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/webhook.ts#L71"},"signature":["{ readonly body?: string | undefined; }"],"initialIsOpen":false},{"id":"def-server.ServiceNowITSMActionTypeId","type":"string","label":"ServiceNowITSMActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts","lineNumber":47,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts#L47"},"signature":["\".servicenow\""],"initialIsOpen":false},{"id":"def-server.ServiceNowSIRActionTypeId","type":"string","label":"ServiceNowSIRActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts","lineNumber":48,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts#L48"},"signature":["\".servicenow-sir\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts","lineNumber":35,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/servicenow/index.ts#L35"},"signature":["Readonly<{} & { subAction: \"getFields\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"getIncident\"; subActionParams: Readonly<{} & { externalId: string; }>; }> | Readonly<{} & { subAction: \"handshake\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"pushToService\"; subActionParams: Readonly<{} & { incident: Readonly<{} & { description: string | null; category: string | null; severity: string | null; externalId: string | null; urgency: string | null; impact: string | null; short_description: string; subcategory: string | null; }>; comments: Readonly<{} & { comment: string; commentId: string; }>[] | null; }>; }> | Readonly<{} & { subAction: \"getChoices\"; subActionParams: Readonly<{} & { fields: string[]; }>; }> | Readonly<{} & { subAction: \"getFields\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"getIncident\"; subActionParams: Readonly<{} & { externalId: string; }>; }> | Readonly<{} & { subAction: \"handshake\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"pushToService\"; subActionParams: Readonly<{} & { incident: Readonly<{} & { description: string | null; category: string | null; externalId: string | null; short_description: string; subcategory: string | null; dest_ip: string | null; malware_hash: string | null; malware_url: string | null; source_ip: string | null; priority: string | null; }>; comments: Readonly<{} & { comment: string; commentId: string; }>[] | null; }>; }> | Readonly<{} & { subAction: \"getChoices\"; subActionParams: Readonly<{} & { fields: string[]; }>; }>"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/jira/index.ts","lineNumber":52,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/jira/index.ts#L52"},"signature":["\".jira\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/jira/index.ts","lineNumber":36,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/jira/index.ts#L36"},"signature":["Readonly<{} & { subAction: \"getFields\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"getIncident\"; subActionParams: Readonly<{} & { externalId: string; }>; }> | Readonly<{} & { subAction: \"handshake\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"pushToService\"; subActionParams: Readonly<{} & { incident: Readonly<{} & { description: string | null; parent: string | null; summary: string; externalId: string | null; priority: string | null; issueType: string | null; labels: string[] | null; }>; comments: Readonly<{} & { comment: string; commentId: string; }>[] | null; }>; }> | Readonly<{} & { subAction: \"issueTypes\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"fieldsByIssueType\"; subActionParams: Readonly<{} & { id: string; }>; }> | Readonly<{} & { subAction: \"issues\"; subActionParams: Readonly<{} & { title: string; }>; }> | Readonly<{} & { subAction: \"issue\"; subActionParams: Readonly<{} & { id: string; }>; }>"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/resilient/index.ts","lineNumber":43,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/resilient/index.ts#L43"},"signature":["\".resilient\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/resilient/index.ts","lineNumber":34,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/resilient/index.ts#L34"},"signature":["Readonly<{} & { subAction: \"getFields\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"getIncident\"; subActionParams: Readonly<{} & { externalId: string; }>; }> | Readonly<{} & { subAction: \"handshake\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"pushToService\"; subActionParams: Readonly<{} & { incident: Readonly<{} & { description: string | null; name: string; externalId: string | null; incidentTypes: number[] | null; severityCode: number | null; }>; comments: Readonly<{} & { comment: string; commentId: string; }>[] | null; }>; }> | Readonly<{} & { subAction: \"incidentTypes\"; subActionParams: Readonly<{} & {}>; }> | Readonly<{} & { subAction: \"severity\"; subActionParams: Readonly<{} & {}>; }>"],"initialIsOpen":false},{"id":"def-server.ActionTypeId","type":"string","label":"ActionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/teams.ts","lineNumber":46,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/teams.ts#L46"},"signature":["\".teams\""],"initialIsOpen":false},{"id":"def-server.ActionParamsType","type":"Type","label":"ActionParamsType","description":[],"source":{"path":"x-pack/plugins/actions/server/builtin_action_types/teams.ts","lineNumber":40,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/builtin_action_types/teams.ts#L40"},"signature":["{ readonly message: string; }"],"initialIsOpen":false}],"objects":[],"setup":{"id":"def-server.PluginSetupContract","type":"Interface","label":"PluginSetupContract","description":[],"children":[{"id":"def-server.PluginSetupContract.registerType","type":"Function","label":"registerType","signature":["<Config extends Record<string, unknown> = Record<string, unknown>, Secrets extends Record<string, unknown> = Record<string, unknown>, Params extends Record<string, unknown> = Record<string, unknown>, ExecutorResultData = void>(actionType: ",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionType","text":"ActionType"},"<Config, Secrets, Params, ExecutorResultData>) => void"],"description":[],"children":[{"type":"Object","label":"actionType","isRequired":true,"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionType","text":"ActionType"},"<Config, Secrets, Params, ExecutorResultData>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":94,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L94"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":88,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L88"}}],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":87,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L87"},"lifecycle":"setup","initialIsOpen":true},"start":{"id":"def-server.PluginStartContract","type":"Interface","label":"PluginStartContract","description":[],"children":[{"id":"def-server.PluginStartContract.isActionTypeEnabled","type":"Function","label":"isActionTypeEnabled","signature":["(id: string, options?: { notifyUsage: boolean; } | undefined) => boolean"],"description":[],"children":[{"type":"string","label":"id","isRequired":true,"signature":["string"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":99,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L99"}},{"id":"def-server.PluginStartContract.isActionTypeEnabled.options","type":"Object","label":"options","description":[],"children":[{"id":"def-server.PluginStartContract.isActionTypeEnabled.options.notifyUsage","type":"boolean","label":"notifyUsage","description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":99,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L99"}}],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":99,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L99"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":99,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L99"}},{"id":"def-server.PluginStartContract.isActionExecutable","type":"Function","label":"isActionExecutable","signature":["(actionId: string, actionTypeId: string, options?: { notifyUsage: boolean; } | undefined) => boolean"],"description":[],"children":[{"type":"string","label":"actionId","isRequired":true,"signature":["string"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":101,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L101"}},{"type":"string","label":"actionTypeId","isRequired":true,"signature":["string"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":102,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L102"}},{"id":"def-server.PluginStartContract.isActionExecutable.options","type":"Object","label":"options","description":[],"children":[{"id":"def-server.PluginStartContract.isActionExecutable.options.notifyUsage","type":"boolean","label":"notifyUsage","description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":103,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L103"}}],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":103,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L103"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":100,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L100"}},{"id":"def-server.PluginStartContract.getActionsClientWithRequest","type":"Function","label":"getActionsClientWithRequest","signature":["(request: ",{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>) => Promise<Pick<",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionsClient","text":"ActionsClient"},", \"get\" | \"delete\" | \"create\" | \"update\" | \"execute\" | \"getAll\" | \"getBulk\" | \"enqueueExecution\" | \"listTypes\" | \"isActionTypeEnabled\">>"],"description":[],"children":[{"type":"Object","label":"request","isRequired":true,"signature":[{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":105,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L105"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":105,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L105"}},{"id":"def-server.PluginStartContract.getActionsAuthorizationWithRequest","type":"Function","label":"getActionsAuthorizationWithRequest","signature":["(request: ",{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>) => Pick<",{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.ActionsAuthorization","text":"ActionsAuthorization"},", \"ensureAuthorized\">"],"description":[],"children":[{"type":"Object","label":"request","isRequired":true,"signature":[{"pluginId":"core","scope":"server","docId":"kibCoreHttpPluginApi","section":"def-server.KibanaRequest","text":"KibanaRequest"},"<unknown, unknown, unknown, any>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":106,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L106"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":106,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L106"}},{"id":"def-server.PluginStartContract.preconfiguredActions","type":"Array","label":"preconfiguredActions","description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":107,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L107"},"signature":[{"pluginId":"actions","scope":"server","docId":"kibActionsPluginApi","section":"def-server.PreConfiguredAction","text":"PreConfiguredAction"},"<Record<string, unknown>, Record<string, unknown>>[]"]},{"id":"def-server.PluginStartContract.renderActionParameterTemplates","type":"Function","label":"renderActionParameterTemplates","signature":["<Params extends Record<string, unknown> = Record<string, unknown>>(actionTypeId: string, params: Params, variables: Record<string, unknown>) => Params"],"description":[],"children":[{"type":"string","label":"actionTypeId","isRequired":true,"signature":["string"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":109,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L109"}},{"type":"Uncategorized","label":"params","isRequired":true,"signature":["Params"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":110,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L110"}},{"type":"Object","label":"variables","isRequired":true,"signature":["Record<string, unknown>"],"description":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":111,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L111"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":108,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L108"}}],"source":{"path":"x-pack/plugins/actions/server/plugin.ts","lineNumber":98,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/server/plugin.ts#L98"},"lifecycle":"start","initialIsOpen":true}},"common":{"classes":[],"functions":[{"id":"def-common.isActionTypeExecutorResult","type":"Function","label":"isActionTypeExecutorResult","signature":["(result: unknown) => boolean"],"description":[],"children":[{"type":"Unknown","label":"result","isRequired":true,"signature":["unknown"],"description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":43,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L43"}}],"tags":[],"returnComment":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":42,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L42"},"initialIsOpen":false}],"interfaces":[{"id":"def-common.ActionType","type":"Interface","label":"ActionType","description":[],"children":[{"id":"def-common.ActionType.id","type":"string","label":"id","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":11,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L11"}},{"id":"def-common.ActionType.name","type":"string","label":"name","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":12,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L12"}},{"id":"def-common.ActionType.enabled","type":"boolean","label":"enabled","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":13,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L13"}},{"id":"def-common.ActionType.enabledInConfig","type":"boolean","label":"enabledInConfig","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":14,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L14"}},{"id":"def-common.ActionType.enabledInLicense","type":"boolean","label":"enabledInLicense","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":15,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L15"}},{"id":"def-common.ActionType.minimumLicenseRequired","type":"CompoundType","label":"minimumLicenseRequired","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":16,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L16"},"signature":["\"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\""]}],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":10,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L10"},"initialIsOpen":false},{"id":"def-common.ActionResult","type":"Interface","label":"ActionResult","description":[],"children":[{"id":"def-common.ActionResult.id","type":"string","label":"id","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":20,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L20"}},{"id":"def-common.ActionResult.actionTypeId","type":"string","label":"actionTypeId","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":21,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L21"}},{"id":"def-common.ActionResult.name","type":"string","label":"name","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":22,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L22"}},{"id":"def-common.ActionResult.config","type":"Object","label":"config","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":25,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L25"},"signature":["Record<string, any>"]},{"id":"def-common.ActionResult.isPreconfigured","type":"boolean","label":"isPreconfigured","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":26,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L26"}}],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":19,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L19"},"initialIsOpen":false},{"id":"def-common.ActionTypeExecutorResult","type":"Interface","label":"ActionTypeExecutorResult","signature":[{"pluginId":"actions","scope":"common","docId":"kibActionsPluginApi","section":"def-common.ActionTypeExecutorResult","text":"ActionTypeExecutorResult"},"<Data>"],"description":[],"children":[{"id":"def-common.ActionTypeExecutorResult.actionId","type":"string","label":"actionId","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":34,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L34"}},{"id":"def-common.ActionTypeExecutorResult.status","type":"CompoundType","label":"status","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":35,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L35"},"signature":["\"error\" | \"ok\""]},{"id":"def-common.ActionTypeExecutorResult.message","type":"string","label":"message","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":36,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L36"},"signature":["string | undefined"]},{"id":"def-common.ActionTypeExecutorResult.serviceMessage","type":"string","label":"serviceMessage","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":37,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L37"},"signature":["string | undefined"]},{"id":"def-common.ActionTypeExecutorResult.data","type":"Uncategorized","label":"data","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":38,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L38"},"signature":["Data | undefined"]},{"id":"def-common.ActionTypeExecutorResult.retry","type":"CompoundType","label":"retry","description":[],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":39,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L39"},"signature":["boolean | Date | null | undefined"]}],"source":{"path":"x-pack/plugins/actions/common/types.ts","lineNumber":33,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/types.ts#L33"},"initialIsOpen":false}],"enums":[],"misc":[{"id":"def-common.BASE_ACTION_API_PATH","type":"string","label":"BASE_ACTION_API_PATH","description":[],"source":{"path":"x-pack/plugins/actions/common/index.ts","lineNumber":10,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/actions/common/index.ts#L10"},"signature":["\"/api/actions\""],"initialIsOpen":false}],"objects":[]}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we enable pretty printing for these too? Would like to be able to make sense of them

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 hm, what happened there?? Will try this one more time, not sure why it didn't pretty print.

@stacey-gammon
Copy link
Contributor Author

FYI had to add a commit with a fix and tests for removal of API items tagged @internal.

56e144e

@stacey-gammon stacey-gammon enabled auto-merge (squash) March 3, 2021 01:00
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@stacey-gammon stacey-gammon merged commit 87a5b22 into elastic:master Mar 3, 2021
gmmorris added a commit to gmmorris/kibana that referenced this pull request Mar 3, 2021
* master: (45 commits)
  Add outcome of node scripts/build_api_docs (elastic#93399)
  [Lens] fix long field name on field stats panel doesn't wrap (elastic#93279)
  [Bug] Fix filter creation for numeric scripted fields in Discover (elastic#93224)
  [uptime] Fix anomaly alert edit (elastic#93025)
  Consolidate @babel/* packages and use latest compatible version (elastic#93264)
  [Search Embeddable] Add highlighting when searching (elastic#93178)
  [APM] Add missing bottom border to header (elastic#93179)
  [CI] No longer collect APM span stack traces (elastic#93263)
  [XY Chart] Fix "No data to display" error when using IP range aggregation to split series (elastic#93024)
  update generated public api docs
  API DOCS Step 3/3 (elastic#92929)
  chore(NA): look for bazel packages on npm_module folder during distributable build (elastic#93262)
  rename advanced setting ml:fileDataVisualizerMaxFileSize to fileUpload:maxFileSize and increase max geojson upload size to 1GB (elastic#92620)
  [kbn/optimizer] allow customizing the limits path from the script (elastic#93153)
  [Alerting][Docs] Adding template for documenting alert and action types (elastic#92830)
  [jenkins] convert baseline capture job to use tasks (elastic#93288)
  removing the linked issue in comments from PR (elastic#93303)
  chore(NA): do not include fs within a storybook build (elastic#93294)
  [Maps] Update Map extent queries to use bounding box logic for both point and shape queries (elastic#93156)
  Add searchDuration to EQL and Threshold rules (elastic#93149)
  ...
@lizozom lizozom mentioned this pull request Mar 3, 2021
9 tasks
stacey-gammon added a commit to stacey-gammon/kibana that referenced this pull request Mar 3, 2021
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	api_docs/core.json
#	api_docs/core_application.json
#	api_docs/core_http.json
#	api_docs/core_saved_objects.json
stacey-gammon added a commit that referenced this pull request Mar 4, 2021
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	api_docs/core.json
#	api_docs/core_application.json
#	api_docs/core_http.json
#	api_docs/core_saved_objects.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.13.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants