@@ -1387,7 +1387,7 @@ export type SearchHighlighterOrder = 'score'
13871387
13881388export type SearchHighlighterTagsSchema = 'styled'
13891389
1390- export type SearchHighlighterType = 'plain' | 'fvh' | 'unified' | string
1390+ export type SearchHighlighterType = 'plain' | 'fvh' | 'unified' | string
13911391
13921392export interface SearchHit < TDocument = unknown > {
13931393 _index : IndexName
@@ -2440,7 +2440,7 @@ export interface ScriptField {
24402440 ignore_failure ?: boolean
24412441}
24422442
2443- export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java' | string
2443+ export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java' | string
24442444
24452445export interface ScriptSort {
24462446 order ?: SortOrder
@@ -9835,7 +9835,7 @@ export interface IndicesStorage {
98359835 allow_mmap ?: boolean
98369836}
98379837
9838- export type IndicesStorageType = 'fs' | '' | 'niofs' | 'mmapfs' | 'hybridfs' | string
9838+ export type IndicesStorageType = 'fs' | '' | 'niofs' | 'mmapfs' | 'hybridfs' | string
98399839
98409840export interface IndicesTemplateMapping {
98419841 aliases : Record < IndexName , IndicesAlias >
@@ -15482,7 +15482,7 @@ export interface SecurityClusterNode {
1548215482 name : Name
1548315483}
1548415484
15485- export type SecurityClusterPrivilege = 'all' | 'cancel_task' | 'create_snapshot' | 'grant_api_key' | 'manage' | 'manage_api_key' | 'manage_ccr' | 'manage_enrich' | 'manage_ilm' | 'manage_index_templates' | 'manage_ingest_pipelines' | 'manage_logstash_pipelines' | 'manage_ml' | 'manage_oidc' | 'manage_own_api_key' | 'manage_pipeline' | 'manage_rollup' | 'manage_saml' | 'manage_security' | 'manage_service_account' | 'manage_slm' | 'manage_token' | 'manage_transform' | 'manage_user_profile' | 'manage_watcher' | 'monitor' | 'monitor_ml' | 'monitor_rollup' | 'monitor_snapshot' | 'monitor_text_structure' | 'monitor_transform' | 'monitor_watcher' | 'read_ccr' | 'read_ilm' | 'read_pipeline' | 'read_slm' | 'transport_client' | string
15485+ export type SecurityClusterPrivilege = 'all' | 'cancel_task' | 'create_snapshot' | 'grant_api_key' | 'manage' | 'manage_api_key' | 'manage_ccr' | 'manage_enrich' | 'manage_ilm' | 'manage_index_templates' | 'manage_ingest_pipelines' | 'manage_logstash_pipelines' | 'manage_ml' | 'manage_oidc' | 'manage_own_api_key' | 'manage_pipeline' | 'manage_rollup' | 'manage_saml' | 'manage_security' | 'manage_service_account' | 'manage_slm' | 'manage_token' | 'manage_transform' | 'manage_user_profile' | 'manage_watcher' | 'monitor' | 'monitor_ml' | 'monitor_rollup' | 'monitor_snapshot' | 'monitor_text_structure' | 'monitor_transform' | 'monitor_watcher' | 'read_ccr' | 'read_ilm' | 'read_pipeline' | 'read_slm' | 'transport_client' | string
1548615486
1548715487export interface SecurityCreatedStatus {
1548815488 created : boolean
@@ -15507,7 +15507,7 @@ export interface SecurityGlobalPrivilege {
1550715507
1550815508export type SecurityGrantType = 'password' | 'access_token'
1550915509
15510- export type SecurityIndexPrivilege = 'none' | 'all' | 'auto_configure' | 'create' | 'create_doc' | 'create_index' | 'delete' | 'delete_index' | 'index' | 'maintenance' | 'manage' | 'manage_follow_index' | 'manage_ilm' | 'manage_leader_index' | 'monitor' | 'read' | 'read_cross_cluster' | 'view_index_metadata' | 'write' | string
15510+ export type SecurityIndexPrivilege = 'none' | 'all' | 'auto_configure' | 'create' | 'create_doc' | 'create_index' | 'delete' | 'delete_index' | 'index' | 'maintenance' | 'manage' | 'manage_follow_index' | 'manage_ilm' | 'manage_leader_index' | 'monitor' | 'read' | 'read_cross_cluster' | 'view_index_metadata' | 'write' | string
1551115511
1551215512export interface SecurityIndicesPrivileges {
1551315513 field_security ?: SecurityFieldSecurity
0 commit comments