Skip to content

Commit

Permalink
Merge branch 'master' into implement/absolute-test-archive-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jun 8, 2021
2 parents 6ffb2ab + 8aa370b commit 6c69c52
Show file tree
Hide file tree
Showing 31 changed files with 1,309 additions and 1,245 deletions.
38 changes: 16 additions & 22 deletions api_docs/cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,13 @@
"label": "security",
"description": [],
"signature": [
"{ authc: ",
"AuthenticationServiceSetup",
"; sessionTimeout: ",
"SessionTimeout",
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
"SecurityLicenseFeatures",
"; features$: ",
"Observable",
"<",
"SecurityLicenseFeatures",
">; }>; __legacyCompat: { logoutUrl: string; tenant: string; }; }"
{
"pluginId": "security",
"scope": "public",
"docId": "kibSecurityPluginApi",
"section": "def-public.SecurityPluginSetup",
"text": "SecurityPluginSetup"
}
],
"source": {
"path": "x-pack/plugins/cases/public/types.ts",
Expand Down Expand Up @@ -456,17 +452,15 @@
"section": "def-public.StartPlugins",
"text": "StartPlugins"
},
" & { security: { authc: ",
"AuthenticationServiceSetup",
"; sessionTimeout: ",
"SessionTimeout",
"; license: Readonly<{ isLicenseAvailable: () => boolean; isEnabled: () => boolean; getType: () => \"basic\" | \"standard\" | \"gold\" | \"platinum\" | \"enterprise\" | \"trial\" | undefined; getFeatures: () => ",
"SecurityLicenseFeatures",
"; features$: ",
"Observable",
"<",
"SecurityLicenseFeatures",
">; }>; __legacyCompat: { logoutUrl: string; tenant: string; }; }; }"
" & { security: ",
{
"pluginId": "security",
"scope": "public",
"docId": "kibSecurityPluginApi",
"section": "def-public.SecurityPluginSetup",
"text": "SecurityPluginSetup"
},
"; }"
],
"source": {
"path": "x-pack/plugins/cases/public/types.ts",
Expand Down
Loading

0 comments on commit 6c69c52

Please sign in to comment.