Support 'enterprise' license type (#52273)

* add enterprise license type to licensing plugin

* add enterprise license to x-pack plugins

* update uptime license list

* improve naming in security plugin

* update reporting licensing
This commit is contained in:
Mikhail Shustov 2019-12-17 15:43:19 +01:00 committed by GitHub
parent 4f5db1498b
commit 74e1d17cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 143 additions and 39 deletions

View file

@ -43,7 +43,7 @@ export interface Feature<
* This does not restrict access to your feature based on license.
* Its only purpose is to inform the space and roles UIs on which features to display.
*/
validLicenses?: Array<'basic' | 'standard' | 'gold' | 'platinum'>;
validLicenses?: Array<'basic' | 'standard' | 'gold' | 'platinum' | 'enterprise'>;
/**
* An optional EUI Icon to be used when displaying your feature.