Skip to content

Commit 23703c0

Browse files
Auto-generated code for 8.8 (#1976)
1 parent 99e9ac7 commit 23703c0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/api/types.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ export type SearchHighlighterOrder = 'score'
13871387

13881388
export type SearchHighlighterTagsSchema = 'styled'
13891389

1390-
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified'| string
1390+
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified' | string
13911391

13921392
export 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

24452445
export 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

98409840
export 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

1548715487
export interface SecurityCreatedStatus {
1548815488
created: boolean
@@ -15507,7 +15507,7 @@ export interface SecurityGlobalPrivilege {
1550715507

1550815508
export 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

1551215512
export interface SecurityIndicesPrivileges {
1551315513
field_security?: SecurityFieldSecurity

src/api/typesWithBodyKey.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ export type SearchHighlighterOrder = 'score'
14421442

14431443
export type SearchHighlighterTagsSchema = 'styled'
14441444

1445-
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified'| string
1445+
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified' | string
14461446

14471447
export interface SearchHit<TDocument = unknown> {
14481448
_index: IndexName
@@ -2513,7 +2513,7 @@ export interface ScriptField {
25132513
ignore_failure?: boolean
25142514
}
25152515

2516-
export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java'| string
2516+
export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java' | string
25172517

25182518
export interface ScriptSort {
25192519
order?: SortOrder
@@ -9958,7 +9958,7 @@ export interface IndicesStorage {
99589958
allow_mmap?: boolean
99599959
}
99609960

9961-
export type IndicesStorageType = 'fs' | '' | 'niofs' | 'mmapfs' | 'hybridfs'| string
9961+
export type IndicesStorageType = 'fs' | '' | 'niofs' | 'mmapfs' | 'hybridfs' | string
99629962

99639963
export interface IndicesTemplateMapping {
99649964
aliases: Record<IndexName, IndicesAlias>
@@ -15790,7 +15790,7 @@ export interface SecurityClusterNode {
1579015790
name: Name
1579115791
}
1579215792

15793-
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
15793+
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
1579415794

1579515795
export interface SecurityCreatedStatus {
1579615796
created: boolean
@@ -15815,7 +15815,7 @@ export interface SecurityGlobalPrivilege {
1581515815

1581615816
export type SecurityGrantType = 'password' | 'access_token'
1581715817

15818-
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
15818+
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
1581915819

1582015820
export interface SecurityIndicesPrivileges {
1582115821
field_security?: SecurityFieldSecurity

0 commit comments

Comments
 (0)