Skip to content

Commit

Permalink
[api-docs] Daily api_docs build (#137145)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jul 26, 2022
1 parent 4227348 commit 0d3c40c
Show file tree
Hide file tree
Showing 352 changed files with 10,141 additions and 14,387 deletions.
296 changes: 293 additions & 3 deletions api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@
"label": "listTypes",
"description": [],
"signature": [
"() => ",
"(featureId?: string | undefined) => ",
{
"pluginId": "actions",
"scope": "common",
Expand All @@ -978,7 +978,21 @@
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false,
"returnComment": [],
"children": []
"children": [
{
"parentPluginId": "actions",
"id": "def-server.ActionsApiRequestHandlerContext.listTypes.$1",
"type": "string",
"tags": [],
"label": "featureId",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/actions/server/action_type_registry.ts",
"deprecated": false
}
]
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -1100,6 +1114,19 @@
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionType.supportedFeatureIds",
"type": "Array",
"tags": [],
"label": "supportedFeatureIds",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionType.validate",
Expand Down Expand Up @@ -1783,7 +1810,7 @@
"section": "def-server.RunNowResult",
"text": "RunNowResult"
},
">; listTypes: () => Promise<",
">; listTypes: (featureId?: string | undefined) => Promise<",
{
"pluginId": "actions",
"scope": "common",
Expand Down Expand Up @@ -2451,6 +2478,37 @@
"common": {
"classes": [],
"functions": [
{
"parentPluginId": "actions",
"id": "def-common.areValidFeatures",
"type": "Function",
"tags": [],
"label": "areValidFeatures",
"description": [],
"signature": [
"(ids: string[]) => boolean"
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.areValidFeatures.$1",
"type": "Array",
"tags": [],
"label": "ids",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.buildAlertHistoryDocument",
Expand Down Expand Up @@ -2482,6 +2540,37 @@
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.getConnectorFeatureName",
"type": "Function",
"tags": [],
"label": "getConnectorFeatureName",
"description": [],
"signature": [
"(id: string) => string"
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.getConnectorFeatureName.$1",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"signature": [
"string"
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"isRequired": true
}
],
"returnComment": [],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.hasMustacheTemplate",
Expand Down Expand Up @@ -2911,6 +3000,19 @@
],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-common.ActionType.supportedFeatureIds",
"type": "Array",
"tags": [],
"label": "supportedFeatureIds",
"description": [],
"signature": [
"string[]"
],
"path": "x-pack/plugins/actions/common/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -3286,6 +3388,20 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.AlertingConnectorFeatureId",
"type": "string",
"tags": [],
"label": "AlertingConnectorFeatureId",
"description": [],
"signature": [
"\"alerting\""
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.AsApiContract",
Expand Down Expand Up @@ -3314,6 +3430,20 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.CasesConnectorFeatureId",
"type": "string",
"tags": [],
"label": "CasesConnectorFeatureId",
"description": [],
"signature": [
"\"cases\""
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.DEFAULT_ALERTS_GROUPING_KEY",
Expand Down Expand Up @@ -3440,6 +3570,20 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.SecurityConnectorFeatureId",
"type": "string",
"tags": [],
"label": "SecurityConnectorFeatureId",
"description": [],
"signature": [
"\"siem\""
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.ServiceNowITOMActionTypeId",
Expand Down Expand Up @@ -3531,9 +3675,89 @@
"path": "x-pack/plugins/actions/common/servicenow_config.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.UptimeConnectorFeatureId",
"type": "string",
"tags": [],
"label": "UptimeConnectorFeatureId",
"description": [],
"signature": [
"\"uptime\""
],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"objects": [
{
"parentPluginId": "actions",
"id": "def-common.AlertingConnectorFeature",
"type": "Object",
"tags": [],
"label": "AlertingConnectorFeature",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.AlertingConnectorFeature.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-common.AlertingConnectorFeature.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.CasesConnectorFeature",
"type": "Object",
"tags": [],
"label": "CasesConnectorFeature",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.CasesConnectorFeature.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-common.CasesConnectorFeature.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.MustacheInEmailRegExp",
Expand All @@ -3548,6 +3772,39 @@
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.SecuritySolutionFeature",
"type": "Object",
"tags": [],
"label": "SecuritySolutionFeature",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.SecuritySolutionFeature.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-common.SecuritySolutionFeature.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.snExternalServiceConfig",
Expand Down Expand Up @@ -3775,6 +4032,39 @@
}
],
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.UptimeConnectorFeature",
"type": "Object",
"tags": [],
"label": "UptimeConnectorFeature",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false,
"children": [
{
"parentPluginId": "actions",
"id": "def-common.UptimeConnectorFeature.id",
"type": "string",
"tags": [],
"label": "id",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-common.UptimeConnectorFeature.name",
"type": "string",
"tags": [],
"label": "name",
"description": [],
"path": "x-pack/plugins/actions/common/connector_feature_config.ts",
"deprecated": false
}
],
"initialIsOpen": false
}
]
}
Expand Down
Loading

0 comments on commit 0d3c40c

Please sign in to comment.