diff --git a/output/schema/schema/schema.json b/output/schema/schema/schema.json index 2de061d97b..2b648f4be5 100644 --- a/output/schema/schema/schema.json +++ b/output/schema/schema/schema.json @@ -15253,7 +15253,7 @@ "availability": { "serverless": { "stability": "stable", - "visibility": "private" + "visibility": "public" }, "stack": { "since": "0.0.0", @@ -15998,7 +15998,7 @@ "availability": { "serverless": { "stability": "stable", - "visibility": "private" + "visibility": "public" }, "stack": { "since": "0.0.0", @@ -23545,6 +23545,26 @@ } ], "query": [ + { + "availability": { + "stack": { + "featureFlag": "es.index_mode_feature_flag_registered", + "since": "8.4.0", + "visibility": "feature_flag" + } + }, + "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", + "name": "force_synthetic_source", + "required": false, + "since": "8.4.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } + }, { "description": "Specifies the node or shard the operation should be performed on. Random by default.", "name": "preference", @@ -23672,7 +23692,7 @@ } } ], - "specLocation": "_global/get/GetRequest.ts#L31-L91" + "specLocation": "_global/get/GetRequest.ts#L31-L98" }, { "body": { @@ -26436,6 +26456,26 @@ } ], "query": [ + { + "availability": { + "stack": { + "featureFlag": "es.index_mode_feature_flag_registered", + "since": "8.4.0", + "visibility": "feature_flag" + } + }, + "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", + "name": "force_synthetic_source", + "required": false, + "since": "8.4.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } + }, { "description": "Specifies the node or shard the operation should be performed on. Random by default.", "name": "preference", @@ -26542,7 +26582,7 @@ } } ], - "specLocation": "_global/mget/MultiGetRequest.ts#L25-L91" + "specLocation": "_global/mget/MultiGetRequest.ts#L25-L98" }, { "body": { @@ -26672,7 +26712,7 @@ } } ], - "specLocation": "_global/msearch/types.ts#L214-L217" + "specLocation": "_global/msearch/types.ts#L213-L216" }, { "generics": [ @@ -26722,7 +26762,7 @@ } } ], - "specLocation": "_global/msearch/types.ts#L204-L207" + "specLocation": "_global/msearch/types.ts#L203-L206" }, { "kind": "interface", @@ -27195,7 +27235,7 @@ } } ], - "specLocation": "_global/msearch/types.ts#L71-L202" + "specLocation": "_global/msearch/types.ts#L70-L201" }, { "description": "Contains parameters used to limit or change the subsequent search body request.", @@ -27327,7 +27367,7 @@ } } ], - "specLocation": "_global/msearch/types.ts#L53-L68" + "specLocation": "_global/msearch/types.ts#L52-L67" }, { "attachedBehaviors": [ @@ -27538,7 +27578,7 @@ "name": "RequestItem", "namespace": "_global.msearch" }, - "specLocation": "_global/msearch/types.ts#L48-L51", + "specLocation": "_global/msearch/types.ts#L47-L50", "type": { "items": [ { @@ -27608,7 +27648,7 @@ "name": "ResponseItem", "namespace": "_global.msearch" }, - "specLocation": "_global/msearch/types.ts#L209-L212", + "specLocation": "_global/msearch/types.ts#L208-L211", "type": { "items": [ { @@ -32088,9 +32128,29 @@ ], "kind": "union_of" } + }, + { + "availability": { + "stack": { + "featureFlag": "es.index_mode_feature_flag_registered", + "since": "8.4.0", + "visibility": "feature_flag" + } + }, + "description": "Should this request force synthetic _source?\nUse this to test if the mapping supports synthetic _source and to get a sense of the worst case performance.\nFetches with this enabled will be slower the enabling synthetic source natively in the index.", + "name": "force_synthetic_source", + "required": false, + "since": "8.4.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } } ], - "specLocation": "_global/search/SearchRequest.ts#L53-L506" + "specLocation": "_global/search/SearchRequest.ts#L53-L513" }, { "body": { @@ -35082,6 +35142,47 @@ ], "specLocation": "_global/search/_types/suggester.ts#L427-L432" }, + { + "kind": "interface", + "name": { + "name": "LearningToRank", + "namespace": "_global.search._types" + }, + "properties": [ + { + "description": "The unique identifier of the trained model uploaded to Elasticsearch", + "name": "model_id", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, + { + "description": "Named parameters to be passed to the query templates used for feature", + "name": "params", + "required": false, + "type": { + "key": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + }, + "kind": "dictionary_of", + "singleKey": false, + "value": { + "kind": "user_defined_value" + } + } + } + ], + "specLocation": "_global/search/_types/rescoring.ts#L88-L97" + }, { "kind": "interface", "name": { @@ -35960,9 +36061,21 @@ "namespace": "_global.search._types" }, "properties": [ + { + "containerProperty": true, + "name": "window_size", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "integer", + "namespace": "_types" + } + } + }, { "name": "query", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -35972,18 +36085,22 @@ } }, { - "name": "window_size", + "name": "learning_to_rank", "required": false, "type": { "kind": "instance_of", "type": { - "name": "integer", - "namespace": "_types" + "name": "LearningToRank", + "namespace": "_global.search._types" } } } ], - "specLocation": "_global/search/_types/rescoring.ts#L23-L26" + "specLocation": "_global/search/_types/rescoring.ts#L25-L38", + "variants": { + "kind": "container", + "nonExhaustive": true + } }, { "kind": "interface", @@ -36045,7 +36162,7 @@ } } ], - "specLocation": "_global/search/_types/rescoring.ts#L28-L50" + "specLocation": "_global/search/_types/rescoring.ts#L40-L62" }, { "kind": "enum", @@ -36075,7 +36192,7 @@ "name": "ScoreMode", "namespace": "_global.search._types" }, - "specLocation": "_global/search/_types/rescoring.ts#L52-L74" + "specLocation": "_global/search/_types/rescoring.ts#L64-L86" }, { "kind": "interface", @@ -47991,7 +48108,7 @@ }, { "name": "_primary_term", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -48240,7 +48357,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L57-L63" + "specLocation": "_types/aggregations/bucket.ts#L55-L61" }, { "attachedBehaviors": [ @@ -48799,7 +48916,7 @@ "name": "AggregateOrder", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L976-L978", + "specLocation": "_types/aggregations/bucket.ts#L974-L976", "type": { "items": [ { @@ -48851,31 +48968,8 @@ "name": "Aggregation", "namespace": "_types.aggregations" }, - "properties": [ - { - "name": "meta", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "Metadata", - "namespace": "_types" - } - } - }, - { - "name": "name", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "string", - "namespace": "_builtins" - } - } - } - ], - "specLocation": "_types/aggregations/Aggregation.ts#L22-L25" + "properties": [], + "specLocation": "_types/aggregations/Aggregation.ts#L20-L20" }, { "kind": "interface", @@ -50007,7 +50101,7 @@ } } ], - "specLocation": "_types/aggregations/AggregationContainer.ts#L106-L515", + "specLocation": "_types/aggregations/AggregationContainer.ts#L105-L514", "variants": { "kind": "container", "nonExhaustive": true @@ -50095,7 +50189,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L672-L685" + "specLocation": "_types/aggregations/bucket.ts#L670-L683" }, { "kind": "interface", @@ -50317,7 +50411,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L65-L100" + "specLocation": "_types/aggregations/bucket.ts#L63-L98" }, { "inherits": { @@ -50578,7 +50672,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L50-L55" + "specLocation": "_types/aggregations/bucket.ts#L48-L53" }, { "description": "A sibling pipeline aggregation which executes a correlation function on the configured sibling multi-bucket aggregation.", @@ -51112,7 +51206,7 @@ "name": "CalendarInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L249-L266" + "specLocation": "_types/aggregations/bucket.ts#L247-L264" }, { "inherits": { @@ -51366,7 +51460,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1037-L1101" + "specLocation": "_types/aggregations/bucket.ts#L1036-L1100" }, { "codegenNames": [ @@ -51378,7 +51472,7 @@ "name": "CategorizeTextAnalyzer", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1103-L1106", + "specLocation": "_types/aggregations/bucket.ts#L1102-L1105", "type": { "items": [ { @@ -51431,7 +51525,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L735-L744" + "specLocation": "_types/aggregations/bucket.ts#L733-L742" }, { "attachedBehaviors": [ @@ -51478,7 +51572,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L111-L116" + "specLocation": "_types/aggregations/bucket.ts#L109-L114" }, { "inherits": { @@ -51523,7 +51617,7 @@ "name": "CompositeAggregateKey", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L118-L118", + "specLocation": "_types/aggregations/bucket.ts#L116-L116", "type": { "key": { "kind": "instance_of", @@ -51608,7 +51702,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L120-L136" + "specLocation": "_types/aggregations/bucket.ts#L118-L134" }, { "kind": "interface", @@ -51686,7 +51780,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L157-L166" + "specLocation": "_types/aggregations/bucket.ts#L155-L164" }, { "kind": "interface", @@ -51744,7 +51838,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L138-L155" + "specLocation": "_types/aggregations/bucket.ts#L136-L153" }, { "attachedBehaviors": [ @@ -51847,7 +51941,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L174-L182" + "specLocation": "_types/aggregations/bucket.ts#L172-L180" }, { "inherits": { @@ -51885,7 +51979,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L184-L187" + "specLocation": "_types/aggregations/bucket.ts#L182-L185" }, { "inherits": { @@ -51912,7 +52006,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L170-L172" + "specLocation": "_types/aggregations/bucket.ts#L168-L170" }, { "inherits": { @@ -51927,7 +52021,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L168-L168" + "specLocation": "_types/aggregations/bucket.ts#L166-L166" }, { "description": "Result of the `cumulative_cardinality` aggregation", @@ -52046,7 +52140,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1108-L1112" + "specLocation": "_types/aggregations/bucket.ts#L1107-L1111" }, { "inherits": { @@ -52293,7 +52387,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L189-L247" + "specLocation": "_types/aggregations/bucket.ts#L187-L245" }, { "attachedBehaviors": [ @@ -52451,7 +52545,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L268-L294" + "specLocation": "_types/aggregations/bucket.ts#L266-L292" }, { "kind": "interface", @@ -52497,7 +52591,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L305-L318" + "specLocation": "_types/aggregations/bucket.ts#L303-L316" }, { "inherits": { @@ -52629,7 +52723,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L320-L341" + "specLocation": "_types/aggregations/bucket.ts#L318-L339" }, { "description": "Result of a `terms` aggregation when the field is some kind of decimal number like a float, double, or distance.", @@ -52770,7 +52864,7 @@ { "description": "Maximum value for the bound.", "name": "max", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -52782,7 +52876,7 @@ { "description": "Minimum value for the bound.", "name": "min", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -52792,7 +52886,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L489-L498" + "specLocation": "_types/aggregations/bucket.ts#L487-L496" }, { "inherits": { @@ -53132,7 +53226,7 @@ "name": "FieldDateMath", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L296-L303", + "specLocation": "_types/aggregations/bucket.ts#L294-L301", "type": { "items": [ { @@ -53270,7 +53364,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L358-L378" + "specLocation": "_types/aggregations/bucket.ts#L356-L376" }, { "attachedBehaviors": [ @@ -53443,7 +53537,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1159-L1183" + "specLocation": "_types/aggregations/bucket.ts#L1158-L1182" }, { "attachedBehaviors": [ @@ -53543,7 +53637,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1145-L1157" + "specLocation": "_types/aggregations/bucket.ts#L1144-L1156" }, { "kind": "enum", @@ -53797,7 +53891,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L380-L403" + "specLocation": "_types/aggregations/bucket.ts#L378-L401" }, { "inherits": { @@ -53900,7 +53994,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L405-L430" + "specLocation": "_types/aggregations/bucket.ts#L403-L428" }, { "attachedBehaviors": [ @@ -54250,7 +54344,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L432-L458" + "specLocation": "_types/aggregations/bucket.ts#L430-L456" }, { "attachedBehaviors": [ @@ -54358,7 +54452,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L460-L485" + "specLocation": "_types/aggregations/bucket.ts#L458-L483" }, { "attachedBehaviors": [ @@ -54392,7 +54486,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L487-L487" + "specLocation": "_types/aggregations/bucket.ts#L485-L485" }, { "kind": "interface", @@ -54414,7 +54508,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L746-L751" + "specLocation": "_types/aggregations/bucket.ts#L744-L749" }, { "kind": "interface", @@ -54658,7 +54752,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L500-L546" + "specLocation": "_types/aggregations/bucket.ts#L498-L544" }, { "attachedBehaviors": [ @@ -55299,7 +55393,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1114-L1143" + "specLocation": "_types/aggregations/bucket.ts#L1113-L1142" }, { "attachedBehaviors": [ @@ -55430,7 +55524,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L548-L557" + "specLocation": "_types/aggregations/bucket.ts#L546-L555" }, { "kind": "interface", @@ -55500,7 +55594,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L559-L572" + "specLocation": "_types/aggregations/bucket.ts#L557-L570" }, { "attachedBehaviors": [ @@ -56218,7 +56312,7 @@ "name": "MinimumInterval", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L102-L109" + "specLocation": "_types/aggregations/bucket.ts#L100-L107" }, { "kind": "type_alias", @@ -56226,7 +56320,7 @@ "name": "Missing", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/AggregationContainer.ts#L517-L517", + "specLocation": "_types/aggregations/AggregationContainer.ts#L516-L516", "type": { "items": [ { @@ -56317,7 +56411,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L574-L580" + "specLocation": "_types/aggregations/bucket.ts#L572-L578" }, { "kind": "enum", @@ -56336,7 +56430,7 @@ "name": "MissingOrder", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/AggregationContainer.ts#L518-L522" + "specLocation": "_types/aggregations/AggregationContainer.ts#L517-L521" }, { "kind": "type_alias", @@ -56667,7 +56761,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L624-L634" + "specLocation": "_types/aggregations/bucket.ts#L622-L632" }, { "inherits": { @@ -56812,7 +56906,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L582-L622" + "specLocation": "_types/aggregations/bucket.ts#L580-L620" }, { "attachedBehaviors": [ @@ -56901,7 +56995,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L753-L762" + "specLocation": "_types/aggregations/bucket.ts#L751-L760" }, { "attachedBehaviors": [ @@ -56948,7 +57042,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L636-L641" + "specLocation": "_types/aggregations/bucket.ts#L634-L639" }, { "inherits": { @@ -57058,7 +57152,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L643-L648" + "specLocation": "_types/aggregations/bucket.ts#L641-L646" }, { "kind": "interface", @@ -57067,7 +57161,7 @@ "namespace": "_types.aggregations" }, "properties": [], - "specLocation": "_types/aggregations/bucket.ts#L764-L764" + "specLocation": "_types/aggregations/bucket.ts#L762-L762" }, { "inherits": { @@ -57480,7 +57574,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L650-L670" + "specLocation": "_types/aggregations/bucket.ts#L648-L668" }, { "attachedBehaviors": [ @@ -57656,7 +57750,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L687-L717" + "specLocation": "_types/aggregations/bucket.ts#L685-L715" }, { "inherits": { @@ -57801,7 +57895,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L719-L725" + "specLocation": "_types/aggregations/bucket.ts#L717-L723" }, { "attachedBehaviors": [ @@ -57849,7 +57943,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L727-L733" + "specLocation": "_types/aggregations/bucket.ts#L725-L731" }, { "kind": "enum", @@ -57871,7 +57965,7 @@ "name": "SamplerAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L343-L356" + "specLocation": "_types/aggregations/bucket.ts#L341-L354" }, { "kind": "interface", @@ -57892,7 +57986,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L766-L768" + "specLocation": "_types/aggregations/bucket.ts#L764-L766" }, { "inherits": { @@ -58398,7 +58492,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L770-L834" + "specLocation": "_types/aggregations/bucket.ts#L768-L832" }, { "attachedBehaviors": [ @@ -58660,7 +58754,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L836-L908" + "specLocation": "_types/aggregations/bucket.ts#L834-L906" }, { "inherits": { @@ -60054,7 +60148,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L910-L970" + "specLocation": "_types/aggregations/bucket.ts#L908-L968" }, { "kind": "enum", @@ -60072,7 +60166,7 @@ "name": "TermsAggregationCollectMode", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L980-L989" + "specLocation": "_types/aggregations/bucket.ts#L978-L987" }, { "kind": "enum", @@ -60094,7 +60188,7 @@ "name": "TermsAggregationExecutionHint", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L991-L996" + "specLocation": "_types/aggregations/bucket.ts#L989-L994" }, { "attachedBehaviors": [ @@ -60136,7 +60230,7 @@ "name": "TermsExclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L1001-L1002", + "specLocation": "_types/aggregations/bucket.ts#L999-L1000", "type": { "items": [ { @@ -60171,7 +60265,7 @@ "name": "TermsInclude", "namespace": "_types.aggregations" }, - "specLocation": "_types/aggregations/bucket.ts#L998-L999", + "specLocation": "_types/aggregations/bucket.ts#L996-L997", "type": { "items": [ { @@ -60234,7 +60328,7 @@ } } ], - "specLocation": "_types/aggregations/bucket.ts#L1004-L1013" + "specLocation": "_types/aggregations/bucket.ts#L1002-L1011" }, { "kind": "interface", @@ -60930,9 +61024,20 @@ "namespace": "_types" } } + }, + { + "name": "script", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "Script", + "namespace": "_types" + } + } } ], - "specLocation": "_types/aggregations/bucket.ts#L1015-L1035" + "specLocation": "_types/aggregations/bucket.ts#L1013-L1034" }, { "attachedBehaviors": [ @@ -62301,9 +62406,23 @@ "kind": "literal_value", "value": "html_strip" } + }, + { + "name": "escaped_tags", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + } } ], - "specLocation": "_types/analysis/char_filters.ts#L43-L45" + "specLocation": "_types/analysis/char_filters.ts#L43-L46" }, { "inherits": { @@ -63952,7 +64071,7 @@ } } ], - "specLocation": "_types/analysis/char_filters.ts#L47-L51" + "specLocation": "_types/analysis/char_filters.ts#L48-L52" }, { "inherits": { @@ -64667,7 +64786,7 @@ } } ], - "specLocation": "_types/analysis/char_filters.ts#L53-L58" + "specLocation": "_types/analysis/char_filters.ts#L54-L59" }, { "inherits": { @@ -68136,7 +68255,7 @@ "required": true, "type": { "kind": "literal_value", - "value": "{dynamic_property}" + "value": "{dynamic_type}" } }, { @@ -70849,6 +70968,9 @@ { "name": "boolean" }, + { + "name": "composite" + }, { "name": "date" }, @@ -70875,7 +70997,7 @@ "name": "RuntimeFieldType", "namespace": "_types.mapping" }, - "specLocation": "_types/mapping/RuntimeFields.ts#L56-L65" + "specLocation": "_types/mapping/RuntimeFields.ts#L56-L66" }, { "kind": "type_alias", @@ -75116,6 +75238,7 @@ } }, { + "description": "Overrides the default analyzer.", "name": "per_field_analyzer", "required": false, "type": { @@ -75172,7 +75295,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L165-L184" + "specLocation": "_types/query_dsl/specialized.ts#L162-L184" }, { "inherits": { @@ -75901,29 +76024,6 @@ } } }, - { - "description": "Overrides the default analyzer.", - "name": "per_field_analyzer", - "required": false, - "type": { - "key": { - "kind": "instance_of", - "type": { - "name": "Field", - "namespace": "_types" - } - }, - "kind": "dictionary_of", - "singleKey": false, - "value": { - "kind": "instance_of", - "type": { - "name": "string", - "namespace": "_builtins" - } - } - } - }, { "name": "routing", "required": false, @@ -75998,7 +76098,7 @@ } } ], - "specLocation": "_types/query_dsl/specialized.ts#L78-L163" + "specLocation": "_types/query_dsl/specialized.ts#L78-L160" }, { "inherits": { @@ -110502,7 +110602,7 @@ "codegenName": "name", "description": "Identifier for the policy.", "name": "policy", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -125305,112 +125405,7 @@ "CommonQueryParameters" ], "body": { - "kind": "properties", - "properties": [ - { - "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", - "name": "allow_auto_create", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "boolean", - "namespace": "_builtins" - } - } - }, - { - "description": "Array of wildcard (`*`) expressions used to match the names of data streams and indices during creation.", - "docId": "avoid-index-pattern-collisions", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/index-templates.html#avoid-index-pattern-collisions", - "name": "index_patterns", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "Indices", - "namespace": "_types" - } - } - }, - { - "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", - "name": "composed_of", - "required": false, - "type": { - "kind": "array_of", - "value": { - "kind": "instance_of", - "type": { - "name": "Name", - "namespace": "_types" - } - } - } - }, - { - "description": "Template to be applied.\nIt may optionally include an `aliases`, `mappings`, or `settings` configuration.", - "name": "template", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "IndexTemplateMapping", - "namespace": "indices.put_index_template" - } - } - }, - { - "description": "If this object is included, the template is used to create data streams and their backing indices.\nSupports an empty object.\nData streams require a matching index template with a `data_stream` object.", - "name": "data_stream", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "DataStreamVisibility", - "namespace": "indices._types" - } - } - }, - { - "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", - "name": "priority", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "integer", - "namespace": "_types" - } - } - }, - { - "description": "Version number used to manage index templates externally.\nThis number is not automatically generated by Elasticsearch.", - "name": "version", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "VersionNumber", - "namespace": "_types" - } - } - }, - { - "description": "Optional user metadata about the index template.\nMay have any contents.\nThis map is not automatically generated by Elasticsearch.", - "docId": "mapping-meta-field", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/mapping-meta-field.html", - "name": "_meta", - "required": false, - "type": { - "kind": "instance_of", - "type": { - "name": "Metadata", - "namespace": "_types" - } - } - } - ] + "kind": "no_body" }, "description": "", "inherits": { @@ -125426,7 +125421,7 @@ }, "path": [ { - "description": "Index or template name to simulate", + "description": "Name of the index to simulate", "name": "name", "required": true, "type": { @@ -125440,20 +125435,7 @@ ], "query": [ { - "description": "If `true`, the template passed in the body is only used if no existing\ntemplates match the same index patterns. If `false`, the simulation uses\nthe template with the highest priority. Note that the template is not\npermanently added or updated in either case; it is only used for the\nsimulation.", - "name": "create", - "required": false, - "serverDefault": false, - "type": { - "kind": "instance_of", - "type": { - "name": "boolean", - "namespace": "_builtins" - } - } - }, - { - "description": "Period to wait for a connection to the master node. If no response is received\nbefore the timeout expires, the request fails and returns an error.", + "description": "Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.", "name": "master_timeout", "required": false, "serverDefault": "30s", @@ -125490,19 +125472,45 @@ } } ], - "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateRequest.ts#L33-L115" + "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateRequest.ts#L24-L49" }, { "body": { "kind": "properties", - "properties": [] + "properties": [ + { + "name": "overlapping", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "Overlapping", + "namespace": "indices.simulate_template" + } + } + } + }, + { + "name": "template", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "Template", + "namespace": "indices.simulate_template" + } + } + } + ] }, "kind": "response", "name": { "name": "Response", "namespace": "indices.simulate_index_template" }, - "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateResponse.ts#L20-L22" + "specLocation": "indices/simulate_index_template/IndicesSimulateIndexTemplateResponse.ts#L25-L30" }, { "kind": "interface", @@ -125544,15 +125552,127 @@ "CommonQueryParameters" ], "body": { - "codegenName": "template", - "kind": "value", - "value": { - "kind": "instance_of", - "type": { - "name": "IndexTemplate", - "namespace": "indices._types" + "kind": "properties", + "properties": [ + { + "description": "This setting overrides the value of the `action.auto_create_index` cluster setting.\nIf set to `true` in a template, then indices can be automatically created using that template even if auto-creation of indices is disabled via `actions.auto_create_index`.\nIf set to `false`, then indices or data streams matching the template must always be explicitly created, and may never be automatically created.", + "name": "allow_auto_create", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } + }, + { + "description": "Array of wildcard (`*`) expressions used to match the names of data streams and indices during creation.", + "docId": "avoid-index-pattern-collisions", + "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/index-templates.html#avoid-index-pattern-collisions", + "name": "index_patterns", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "Indices", + "namespace": "_types" + } + } + }, + { + "description": "An ordered list of component template names.\nComponent templates are merged in the order specified, meaning that the last component template specified has the highest precedence.", + "name": "composed_of", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "Name", + "namespace": "_types" + } + } + } + }, + { + "description": "Template to be applied.\nIt may optionally include an `aliases`, `mappings`, or `settings` configuration.", + "name": "template", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "IndexTemplateMapping", + "namespace": "indices.put_index_template" + } + } + }, + { + "description": "If this object is included, the template is used to create data streams and their backing indices.\nSupports an empty object.\nData streams require a matching index template with a `data_stream` object.", + "name": "data_stream", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "DataStreamVisibility", + "namespace": "indices._types" + } + } + }, + { + "description": "Priority to determine index template precedence when a new data stream or index is created.\nThe index template with the highest priority is chosen.\nIf no priority is specified the template is treated as though it is of priority 0 (lowest priority).\nThis number is not automatically generated by Elasticsearch.", + "name": "priority", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "integer", + "namespace": "_types" + } + } + }, + { + "description": "Version number used to manage index templates externally.\nThis number is not automatically generated by Elasticsearch.", + "name": "version", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "VersionNumber", + "namespace": "_types" + } + } + }, + { + "description": "Optional user metadata about the index template.\nMay have any contents.\nThis map is not automatically generated by Elasticsearch.", + "docId": "mapping-meta-field", + "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/mapping-meta-field.html", + "name": "_meta", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "Metadata", + "namespace": "_types" + } + } + }, + { + "description": "The configuration option ignore_missing_component_templates can be used when an index template\nreferences a component template that might not exist", + "name": "ignore_missing_component_templates", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + } } - } + ] }, "description": "Returns the index configuration that would be applied by a particular index template.", "inherits": { @@ -125632,7 +125752,7 @@ } } ], - "specLocation": "indices/simulate_template/IndicesSimulateTemplateRequest.ts#L25-L61" + "specLocation": "indices/simulate_template/IndicesSimulateTemplateRequest.ts#L27-L114" }, { "body": { @@ -128269,6 +128389,28 @@ }, "specLocation": "indices/validate_query/IndicesValidateQueryResponse.ts#L23-L30" }, + { + "description": "The completion result object", + "kind": "interface", + "name": { + "name": "CompletionResult", + "namespace": "inference._types" + }, + "properties": [ + { + "name": "result", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + } + ], + "specLocation": "inference/_types/Results.ts#L59-L64" + }, { "description": "Text Embedding results containing bytes are represented as Dense\nVectors of bytes.", "kind": "type_alias", @@ -128356,9 +128498,37 @@ } } } + }, + { + "name": "completion", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "CompletionResult", + "namespace": "inference._types" + } + } + } + }, + { + "name": "rerank", + "required": false, + "type": { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "RankedDocument", + "namespace": "inference._types" + } + } + } } ], - "specLocation": "inference/_types/Results.ts#L59-L67", + "specLocation": "inference/_types/Results.ts#L77-L87", "variants": { "kind": "container" } @@ -128451,6 +128621,50 @@ ], "specLocation": "inference/_types/Services.ts#L41-L53" }, + { + "description": "The rerank result object representing a single ranked document\nid: the original index of the document in the request\nscore: the score of the document relative to the query\ntext: Optional, the text of the document, if requested", + "kind": "interface", + "name": { + "name": "RankedDocument", + "namespace": "inference._types" + }, + "properties": [ + { + "name": "index", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, + { + "name": "score", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, + { + "name": "text", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + } + ], + "specLocation": "inference/_types/Results.ts#L66-L76" + }, { "kind": "type_alias", "name": { @@ -128529,13 +128743,19 @@ }, { "name": "text_embedding" + }, + { + "name": "rerank" + }, + { + "name": "completion" } ], "name": { "name": "TaskType", "namespace": "inference._types" }, - "specLocation": "inference/_types/TaskType.ts#L20-L26" + "specLocation": "inference/_types/TaskType.ts#L20-L28" }, { "description": "The text embedding result object for byte representation", @@ -128729,6 +128949,18 @@ "body": { "kind": "properties", "properties": [ + { + "description": "Query input, required for rerank task.\nNot required for other tasks.", + "name": "query", + "required": false, + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, { "description": "Text input to the model.\nEither a string or an array of strings.", "name": "input", @@ -128809,7 +129041,7 @@ } ], "query": [], - "specLocation": "inference/inference/InferenceRequest.ts#L25-L53" + "specLocation": "inference/inference/InferenceRequest.ts#L25-L58" }, { "body": { @@ -136909,7 +137141,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L239-L252" + "specLocation": "ml/_types/Datafeed.ts#L238-L251" }, { "kind": "enum", @@ -136928,7 +137160,7 @@ "name": "ChunkingMode", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L233-L237" + "specLocation": "ml/_types/Datafeed.ts#L232-L236" }, { "kind": "interface", @@ -137531,7 +137763,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L37-L58" + "specLocation": "ml/_types/Datafeed.ts#L36-L57" }, { "kind": "interface", @@ -137789,7 +138021,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L60-L117" + "specLocation": "ml/_types/Datafeed.ts#L59-L116" }, { "kind": "interface", @@ -137835,7 +138067,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L198-L212" + "specLocation": "ml/_types/Datafeed.ts#L197-L211" }, { "kind": "enum", @@ -137857,7 +138089,7 @@ "name": "DatafeedState", "namespace": "ml._types" }, - "specLocation": "ml/_types/Datafeed.ts#L133-L138" + "specLocation": "ml/_types/Datafeed.ts#L132-L137" }, { "kind": "interface", @@ -137942,7 +138174,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L140-L169" + "specLocation": "ml/_types/Datafeed.ts#L139-L168" }, { "kind": "interface", @@ -138051,7 +138283,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L171-L196" + "specLocation": "ml/_types/Datafeed.ts#L170-L195" }, { "kind": "interface", @@ -140302,7 +140534,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L119-L130" + "specLocation": "ml/_types/Datafeed.ts#L118-L129" }, { "kind": "enum", @@ -144566,7 +144798,7 @@ } } ], - "specLocation": "ml/_types/Datafeed.ts#L214-L231" + "specLocation": "ml/_types/Datafeed.ts#L213-L230" }, { "kind": "enum", @@ -155965,7 +156197,7 @@ "since": "8.0.0" } }, - "description": "If set to `true` and a `compressed_definition` is provided, the request defers definition decompression and skips relevant validations.", + "description": "If set to `true` and a `compressed_definition` is provided,\nthe request defers definition decompression and skips relevant\nvalidations.", "name": "defer_definition_decompression", "required": false, "since": "8.0.0", @@ -155976,9 +156208,28 @@ "namespace": "_builtins" } } + }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.8.0" + } + }, + "description": "Whether to wait for all child operations (e.g. model download)\nto complete.", + "name": "wait_for_completion", + "required": false, + "since": "8.8.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } } ], - "specLocation": "ml/put_trained_model/MlPutTrainedModelRequest.ts#L29-L113" + "specLocation": "ml/put_trained_model/MlPutTrainedModelRequest.ts#L29-L124" }, { "body": { @@ -171738,6 +171989,25 @@ } } }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.14.0" + } + }, + "description": "Realm type of the principal for which this API key was created", + "name": "realm_type", + "required": false, + "since": "8.14.0", + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, { "description": "Principal for which this API key was created", "name": "username", @@ -171750,6 +172020,25 @@ } } }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.14.0" + } + }, + "description": "The profile uid for the API key owner principal, if requested and if it exists", + "name": "profile_uid", + "required": false, + "since": "8.14.0", + "type": { + "kind": "instance_of", + "type": { + "name": "string", + "namespace": "_builtins" + } + } + }, { "availability": { "serverless": {}, @@ -171837,7 +172126,7 @@ } } ], - "specLocation": "security/_types/ApiKey.ts#L27-L77" + "specLocation": "security/_types/ApiKey.ts#L27-L89" }, { "kind": "interface", @@ -171858,7 +172147,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L193-L195" + "specLocation": "security/_types/Privileges.ts#L266-L268" }, { "kind": "interface", @@ -171944,9 +172233,15 @@ "name": "cancel_task" }, { + "availability": { + "stack": {} + }, "name": "create_snapshot" }, { + "availability": { + "stack": {} + }, "name": "grant_api_key" }, { @@ -171956,18 +172251,27 @@ "name": "manage_api_key" }, { + "availability": { + "stack": {} + }, "name": "manage_ccr" }, { "name": "manage_enrich" }, { + "availability": { + "stack": {} + }, "name": "manage_ilm" }, { "name": "manage_index_templates" }, { + "availability": { + "stack": {} + }, "name": "manage_ingest_pipelines" }, { @@ -171977,6 +172281,9 @@ "name": "manage_ml" }, { + "availability": { + "stack": {} + }, "name": "manage_oidc" }, { @@ -171986,30 +172293,51 @@ "name": "manage_pipeline" }, { + "availability": { + "stack": {} + }, "name": "manage_rollup" }, { + "availability": { + "stack": {} + }, "name": "manage_saml" }, { "name": "manage_security" }, { + "availability": { + "stack": {} + }, "name": "manage_service_account" }, { + "availability": { + "stack": {} + }, "name": "manage_slm" }, { + "availability": { + "stack": {} + }, "name": "manage_token" }, { "name": "manage_transform" }, { + "availability": { + "stack": {} + }, "name": "manage_user_profile" }, { + "availability": { + "stack": {} + }, "name": "manage_watcher" }, { @@ -172019,9 +172347,15 @@ "name": "monitor_ml" }, { + "availability": { + "stack": {} + }, "name": "monitor_rollup" }, { + "availability": { + "stack": {} + }, "name": "monitor_snapshot" }, { @@ -172031,21 +172365,36 @@ "name": "monitor_transform" }, { + "availability": { + "stack": {} + }, "name": "monitor_watcher" }, { + "availability": { + "stack": {} + }, "name": "read_ccr" }, { + "availability": { + "stack": {} + }, "name": "read_ilm" }, { "name": "read_pipeline" }, { + "availability": { + "stack": {} + }, "name": "read_slm" }, { + "availability": { + "stack": {} + }, "name": "transport_client" } ], @@ -172053,7 +172402,7 @@ "name": "ClusterPrivilege", "namespace": "security._types" }, - "specLocation": "security/_types/Privileges.ts#L41-L80" + "specLocation": "security/_types/Privileges.ts#L41-L140" }, { "kind": "interface", @@ -172174,7 +172523,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L189-L191" + "specLocation": "security/_types/Privileges.ts#L262-L264" }, { "kind": "enum", @@ -172232,12 +172581,21 @@ "name": "manage" }, { + "availability": { + "stack": {} + }, "name": "manage_follow_index" }, { + "availability": { + "stack": {} + }, "name": "manage_ilm" }, { + "availability": { + "stack": {} + }, "name": "manage_leader_index" }, { @@ -172247,6 +172605,9 @@ "name": "read" }, { + "availability": { + "stack": {} + }, "name": "read_cross_cluster" }, { @@ -172260,7 +172621,7 @@ "name": "IndexPrivilege", "namespace": "security._types" }, - "specLocation": "security/_types/Privileges.ts#L166-L187" + "specLocation": "security/_types/Privileges.ts#L227-L260" }, { "kind": "interface", @@ -172323,6 +172684,9 @@ } }, { + "availability": { + "stack": {} + }, "description": "Set to `true` if using wildcard or regular expressions for patterns that cover restricted indices. Implicitly, restricted indices have limited privileges that can cause pattern tests to fail. If restricted indices are explicitly included in the `names` list, Elasticsearch checks privileges against these indices regardless of the value set for `allow_restricted_indices`.", "name": "allow_restricted_indices", "required": false, @@ -172336,7 +172700,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L82-L105" + "specLocation": "security/_types/Privileges.ts#L142-L166" }, { "codegenNames": [ @@ -172350,7 +172714,7 @@ "name": "IndicesPrivilegesQuery", "namespace": "security._types" }, - "specLocation": "security/_types/Privileges.ts#L131-L139", + "specLocation": "security/_types/Privileges.ts#L192-L200", "type": { "items": [ { @@ -172400,7 +172764,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L197-L199" + "specLocation": "security/_types/Privileges.ts#L270-L272" }, { "kind": "interface", @@ -172749,7 +173113,7 @@ }, { "name": "roles", - "required": true, + "required": false, "type": { "kind": "array_of", "value": { @@ -172761,17 +173125,6 @@ } } }, - { - "name": "rules", - "required": true, - "type": { - "kind": "instance_of", - "type": { - "name": "RoleMappingRule", - "namespace": "security._types" - } - } - }, { "name": "role_templates", "required": false, @@ -172785,9 +173138,20 @@ } } } + }, + { + "name": "rules", + "required": true, + "type": { + "kind": "instance_of", + "type": { + "name": "RoleMappingRule", + "namespace": "security._types" + } + } } ], - "specLocation": "security/_types/RoleMapping.ts#L25-L31" + "specLocation": "security/_types/RoleMapping.ts#L25-L33" }, { "kind": "interface", @@ -172894,7 +173258,7 @@ "name": "RoleTemplateInlineQuery", "namespace": "security._types" }, - "specLocation": "security/_types/Privileges.ts#L160-L161", + "specLocation": "security/_types/Privileges.ts#L221-L222", "type": { "items": [ { @@ -172974,7 +173338,7 @@ } ], "shortcutProperty": "source", - "specLocation": "security/_types/Privileges.ts#L153-L158" + "specLocation": "security/_types/Privileges.ts#L214-L219" }, { "kind": "interface", @@ -172998,7 +173362,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L141-L151" + "specLocation": "security/_types/Privileges.ts#L202-L212" }, { "codegenNames": [ @@ -173010,7 +173374,7 @@ "name": "RoleTemplateScript", "namespace": "security._types" }, - "specLocation": "security/_types/Privileges.ts#L163-L164", + "specLocation": "security/_types/Privileges.ts#L224-L225", "type": { "items": [ { @@ -173240,7 +173604,7 @@ } } ], - "specLocation": "security/_types/Privileges.ts#L107-L129" + "specLocation": "security/_types/Privileges.ts#L168-L190" }, { "kind": "interface", @@ -175761,9 +176125,29 @@ "namespace": "_builtins" } } + }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.14.0" + } + }, + "description": "Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.", + "name": "with_profile_uid", + "required": false, + "serverDefault": false, + "since": "8.14.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } } ], - "specLocation": "security/get_api_key/SecurityGetApiKeyRequest.ts#L23-L79" + "specLocation": "security/get_api_key/SecurityGetApiKeyRequest.ts#L23-L86" }, { "body": { @@ -178577,6 +178961,9 @@ } }, { + "availability": { + "stack": {} + }, "description": "An object defining global privileges. A global privilege is a form of cluster privilege that is request-aware. Support for global privileges is currently limited to the management of application privileges.", "name": "global", "required": false, @@ -178700,7 +179087,7 @@ } } ], - "specLocation": "security/put_role/SecurityPutRoleRequest.ts#L30-L79" + "specLocation": "security/put_role/SecurityPutRoleRequest.ts#L30-L80" }, { "body": { @@ -178850,7 +179237,7 @@ } } ], - "specLocation": "security/put_role_mapping/SecurityPutRoleMappingRequest.ts#L25-L45" + "specLocation": "security/put_role_mapping/SecurityPutRoleMappingRequest.ts#L25-L47" }, { "body": { @@ -179080,7 +179467,7 @@ { "kind": "type_alias", "name": { - "name": "APIKeyAggregate", + "name": "ApiKeyAggregate", "namespace": "security.query_api_keys" }, "specLocation": "security/query_api_keys/types.ts#L123-L140", @@ -179188,7 +179575,7 @@ { "kind": "interface", "name": { - "name": "APIKeyAggregationContainer", + "name": "ApiKeyAggregationContainer", "namespace": "security.query_api_keys" }, "properties": [ @@ -179213,7 +179600,7 @@ "value": { "kind": "instance_of", "type": { - "name": "APIKeyAggregationContainer", + "name": "ApiKeyAggregationContainer", "namespace": "security.query_api_keys" } } @@ -179280,7 +179667,7 @@ "type": { "kind": "instance_of", "type": { - "name": "APIKeyQueryContainer", + "name": "ApiKeyQueryContainer", "namespace": "security.query_api_keys" } } @@ -179294,7 +179681,7 @@ "type": { "kind": "instance_of", "type": { - "name": "APIKeyFiltersAggregation", + "name": "ApiKeyFiltersAggregation", "namespace": "security.query_api_keys" } } @@ -179368,7 +179755,7 @@ }, "kind": "interface", "name": { - "name": "APIKeyFiltersAggregation", + "name": "ApiKeyFiltersAggregation", "namespace": "security.query_api_keys" }, "properties": [ @@ -179381,7 +179768,7 @@ { "kind": "instance_of", "type": { - "name": "APIKeyQueryContainer", + "name": "ApiKeyQueryContainer", "namespace": "security.query_api_keys" } } @@ -179437,7 +179824,7 @@ { "kind": "interface", "name": { - "name": "APIKeyQueryContainer", + "name": "ApiKeyQueryContainer", "namespace": "security.query_api_keys" }, "properties": [ @@ -179684,7 +180071,7 @@ "value": { "kind": "instance_of", "type": { - "name": "APIKeyAggregationContainer", + "name": "ApiKeyAggregationContainer", "namespace": "security.query_api_keys" } } @@ -179697,7 +180084,7 @@ "type": { "kind": "instance_of", "type": { - "name": "APIKeyQueryContainer", + "name": "ApiKeyQueryContainer", "namespace": "security.query_api_keys" } } @@ -179788,9 +180175,49 @@ "namespace": "_builtins" } } + }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.14.0" + } + }, + "description": "Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.", + "name": "with_profile_uid", + "required": false, + "serverDefault": false, + "since": "8.14.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } + }, + { + "availability": { + "serverless": {}, + "stack": { + "since": "8.14.0" + } + }, + "description": "Determines whether aggregation names are prefixed by their respective types in the response.", + "name": "typed_keys", + "required": false, + "serverDefault": false, + "since": "8.14.0", + "type": { + "kind": "instance_of", + "type": { + "name": "boolean", + "namespace": "_builtins" + } + } } ], - "specLocation": "security/query_api_keys/QueryApiKeysRequest.ts#L26-L86" + "specLocation": "security/query_api_keys/QueryApiKeysRequest.ts#L26-L99" }, { "body": { @@ -179852,7 +180279,7 @@ "value": { "kind": "instance_of", "type": { - "name": "APIKeyAggregate", + "name": "ApiKeyAggregate", "namespace": "security.query_api_keys" } }