From cc404ce064e2706874e825cd68e3d276bd2f1f2c Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Fri, 13 Dec 2024 12:47:05 +0100 Subject: [PATCH] Regenerate --- output/schema/schema.json | 112 +++++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 37 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index 45a52123fc..bc59cc7ce1 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -83113,7 +83113,7 @@ { "description": "The index that contains the document.", "name": "_index", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -86320,7 +86320,7 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L158-L200", + "specLocation": "_types/query_dsl/span.ts#L159-L201", "variants": { "kind": "container", "nonExhaustive": true @@ -86342,19 +86342,22 @@ }, "properties": [ { + "aliases": [ + "term" + ], "name": "value", "required": true, "type": { "kind": "instance_of", "type": { - "name": "string", - "namespace": "_builtins" + "name": "FieldValue", + "namespace": "_types" } } } ], "shortcutProperty": "value", - "specLocation": "_types/query_dsl/span.ts#L134-L140" + "specLocation": "_types/query_dsl/span.ts#L134-L141" }, { "kind": "interface", @@ -86396,7 +86399,7 @@ } } ], - "specLocation": "_types/query_dsl/span.ts#L142-L156" + "specLocation": "_types/query_dsl/span.ts#L143-L157" }, { "kind": "interface", @@ -118585,6 +118588,47 @@ }, "specLocation": "esql/query/QueryRequest.ts#L93-L102" }, + { + "kind": "type_alias", + "name": { + "name": "EsqlQueryParameters", + "namespace": "esql.query" + }, + "specLocation": "esql/query/types.ts#L23-L25", + "type": { + "kind": "union_of", + "items": [ + { + "kind": "array_of", + "value": { + "kind": "instance_of", + "type": { + "name": "FieldValue", + "namespace": "_types" + } + } + }, + { + "kind": "dictionary_of", + "key": { + "kind": "instance_of", + "type": { + "name": "Field", + "namespace": "_types" + } + }, + "singleKey": true, + "value": { + "kind": "instance_of", + "type": { + "name": "FieldValue", + "namespace": "_types" + } + } + } + ] + } + }, { "kind": "request", "attachedBehaviors": [ @@ -118635,13 +118679,10 @@ "name": "params", "required": false, "type": { - "kind": "array_of", - "value": { - "kind": "instance_of", - "type": { - "name": "FieldValue", - "namespace": "_types" - } + "kind": "instance_of", + "type": { + "name": "EsqlQueryParameters", + "namespace": "esql.query" } } }, @@ -120684,7 +120725,7 @@ { "description": "An optional guiding query that constrains the Graph API as it explores connected terms.", "name": "query", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -120897,7 +120938,7 @@ "properties": [ { "name": "boost", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -120918,7 +120959,8 @@ } } ], - "specLocation": "graph/_types/Vertex.ts#L61-L64" + "shortcutProperty": "term", + "specLocation": "graph/_types/Vertex.ts#L61-L65" }, { "kind": "request", @@ -153255,7 +153297,7 @@ { "description": "An array of strings that defines the fields that will be excluded from the analysis. You do not need to add fields with unsupported data types to excludes, these fields are excluded from the analysis automatically.", "name": "includes", - "required": true, + "required": false, "type": { "kind": "array_of", "value": { @@ -153270,7 +153312,7 @@ { "description": "An array of strings that defines the fields that will be included in the analysis.", "name": "excludes", - "required": true, + "required": false, "type": { "kind": "array_of", "value": { @@ -201784,7 +201826,7 @@ }, { "name": "settings", - "required": true, + "required": false, "type": { "kind": "instance_of", "type": { @@ -205378,7 +205420,7 @@ "kind": "interface", "name": { "name": "Column", - "namespace": "sql" + "namespace": "sql._types" }, "properties": [ { @@ -205404,15 +205446,15 @@ } } ], - "specLocation": "sql/types.ts#L23-L26" + "specLocation": "sql/_types/types.ts#L23-L26" }, { "kind": "type_alias", "name": { "name": "Row", - "namespace": "sql" + "namespace": "sql._types" }, - "specLocation": "sql/types.ts#L28-L28", + "specLocation": "sql/_types/types.ts#L28-L28", "type": { "kind": "array_of", "value": { @@ -205672,7 +205714,7 @@ "kind": "instance_of", "type": { "name": "Column", - "namespace": "sql" + "namespace": "sql._types" } } } @@ -205699,7 +205741,7 @@ "kind": "instance_of", "type": { "name": "Row", - "namespace": "sql" + "namespace": "sql._types" } } } @@ -206018,17 +206060,13 @@ "name": "params", "required": false, "type": { - "kind": "dictionary_of", - "key": { + "kind": "array_of", + "value": { "kind": "instance_of", "type": { - "name": "string", - "namespace": "_builtins" + "name": "FieldValue", + "namespace": "_types" } - }, - "singleKey": false, - "value": { - "kind": "user_defined_value" } } }, @@ -206101,7 +206139,7 @@ } } ], - "specLocation": "sql/query/QuerySqlRequest.ts#L28-L124" + "specLocation": "sql/query/QuerySqlRequest.ts#L27-L123" }, { "kind": "response", @@ -206154,7 +206192,7 @@ "kind": "instance_of", "type": { "name": "Column", - "namespace": "sql" + "namespace": "sql._types" } } } @@ -206181,7 +206219,7 @@ "kind": "instance_of", "type": { "name": "Row", - "namespace": "sql" + "namespace": "sql._types" } } } @@ -206223,7 +206261,7 @@ "name": "SqlFormat", "namespace": "sql.query" }, - "specLocation": "sql/query/QuerySqlRequest.ts#L126-L134" + "specLocation": "sql/query/QuerySqlRequest.ts#L125-L133" }, { "kind": "request",