Skip to content

Commit c698f9b

Browse files
committed
Merge remote-tracking branch 'origin/master' into demo-engine-cta
2 parents 7aac42c + ec39264 commit c698f9b

File tree

584 files changed

+25299
-11112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

584 files changed

+25299
-11112
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
/src/plugins/navigation/ @elastic/kibana-app-services
5454
/src/plugins/share/ @elastic/kibana-app-services
5555
/src/plugins/ui_actions/ @elastic/kibana-app-services
56+
/src/plugins/index_pattern_field_editor @elastic/kibana-app-services
5657
/x-pack/examples/ui_actions_enhanced_examples/ @elastic/kibana-app-services
5758
/x-pack/plugins/data_enhanced/ @elastic/kibana-app-services
5859
/x-pack/plugins/embeddable_enhanced/ @elastic/kibana-app-services

api_docs/actions.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,21 @@
16461646
],
16471647
"enums": [],
16481648
"misc": [
1649+
{
1650+
"id": "def-common.AsApiContract",
1651+
"type": "Type",
1652+
"label": "AsApiContract",
1653+
"tags": [],
1654+
"description": [],
1655+
"source": {
1656+
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
1657+
"lineNumber": 14
1658+
},
1659+
"signature": [
1660+
"{ [K in keyof T as CamelToSnake<RenameActionToConnector<Extract<K, string>>>]: T[K]; }"
1661+
],
1662+
"initialIsOpen": false
1663+
},
16491664
{
16501665
"tags": [],
16511666
"id": "def-common.BASE_ACTION_API_PATH",
@@ -1660,6 +1675,60 @@
16601675
"\"/api/actions\""
16611676
],
16621677
"initialIsOpen": false
1678+
},
1679+
{
1680+
"id": "def-common.RewriteRequestCase",
1681+
"type": "Type",
1682+
"label": "RewriteRequestCase",
1683+
"tags": [],
1684+
"description": [],
1685+
"source": {
1686+
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
1687+
"lineNumber": 18
1688+
},
1689+
"signature": [
1690+
"(requested: ",
1691+
{
1692+
"pluginId": "actions",
1693+
"scope": "common",
1694+
"docId": "kibActionsPluginApi",
1695+
"section": "def-common.AsApiContract",
1696+
"text": "AsApiContract"
1697+
},
1698+
"<T>) => T"
1699+
],
1700+
"initialIsOpen": false
1701+
},
1702+
{
1703+
"id": "def-common.RewriteResponseCase",
1704+
"type": "Type",
1705+
"label": "RewriteResponseCase",
1706+
"tags": [],
1707+
"description": [],
1708+
"source": {
1709+
"path": "x-pack/plugins/actions/common/rewrite_request_case.ts",
1710+
"lineNumber": 19
1711+
},
1712+
"signature": [
1713+
"(responded: T) => T extends (infer Item)[] ? ",
1714+
{
1715+
"pluginId": "actions",
1716+
"scope": "common",
1717+
"docId": "kibActionsPluginApi",
1718+
"section": "def-common.AsApiContract",
1719+
"text": "AsApiContract"
1720+
},
1721+
"<Item>[] : ",
1722+
{
1723+
"pluginId": "actions",
1724+
"scope": "common",
1725+
"docId": "kibActionsPluginApi",
1726+
"section": "def-common.AsApiContract",
1727+
"text": "AsApiContract"
1728+
},
1729+
"<T>"
1730+
],
1731+
"initialIsOpen": false
16631732
}
16641733
],
16651734
"objects": []

0 commit comments

Comments
 (0)