Skip to content

Commit

Permalink
[api-docs] 2023-12-05 Daily api_docs build (elastic#172537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Dec 5, 2023
1 parent 7508ee1 commit 4a47b5b
Show file tree
Hide file tree
Showing 667 changed files with 4,697 additions and 1,740 deletions.
30 changes: 15 additions & 15 deletions api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5170,15 +5170,15 @@
"signature": [
"{ [K in keyof T as CamelToSnake<RenameActionToConnector<Extract<K, string>>>]: K extends \"frequency\" ? ",
{
"pluginId": "actions",
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibActionsPluginApi",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<T[K]> : T[K]; }"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"path": "packages/kbn-actions-types/rewrite_request_case_types.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
Expand Down Expand Up @@ -5283,15 +5283,15 @@
"signature": [
"(requested: ",
{
"pluginId": "actions",
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibActionsPluginApi",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<T>) => T"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"path": "packages/kbn-actions-types/rewrite_request_case_types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
Expand All @@ -5306,15 +5306,15 @@
"signature": [
"{ [K in keyof T as CamelToSnake<RenameActionToConnector<Extract<K, string>>>]: K extends \"frequency\" ? ",
{
"pluginId": "actions",
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibActionsPluginApi",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<T[K]> : T[K]; }"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"path": "packages/kbn-actions-types/rewrite_request_case_types.ts",
"deprecated": false,
"trackAdoption": false
}
Expand All @@ -5331,23 +5331,23 @@
"signature": [
"(responded: T) => T extends (infer Item)[] ? ",
{
"pluginId": "actions",
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibActionsPluginApi",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<Item>[] : ",
{
"pluginId": "actions",
"pluginId": "@kbn/actions-types",
"scope": "common",
"docId": "kibActionsPluginApi",
"docId": "kibKbnActionsTypesPluginApi",
"section": "def-common.AsApiContract",
"text": "AsApiContract"
},
"<T>"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"path": "packages/kbn-actions-types/rewrite_request_case_types.ts",
"deprecated": false,
"trackAdoption": false,
"returnComment": [],
Expand All @@ -5362,7 +5362,7 @@
"signature": [
"T"
],
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
"path": "packages/kbn-actions-types/rewrite_request_case_types.ts",
"deprecated": false,
"trackAdoption": false
}
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2023-12-04
date: 2023-12-05
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2023-12-04
date: 2023-12-05
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2023-12-04
date: 2023-12-05
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
Loading

0 comments on commit 4a47b5b

Please sign in to comment.