Skip to content

Commit ac88fa3

Browse files
committed
[codegen] update to latest spec
1 parent b4bd1ce commit ac88fa3

File tree

8 files changed

+418
-82
lines changed

8 files changed

+418
-82
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/doc-files/api-spec.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@
17031703
'ingest._types.ConvertType': 'ingest/_types/Processors.ts#L661-L670',
17041704
'ingest._types.CsvProcessor': 'ingest/_types/Processors.ts#L694-L727',
17051705
'ingest._types.DatabaseConfiguration': 'ingest/_types/Database.ts#L22-L37',
1706-
'ingest._types.DatabaseConfigurationFull': 'ingest/_types/Database.ts#L39-L42',
1706+
'ingest._types.DatabaseConfigurationFull': 'ingest/_types/Database.ts#L39-L53',
17071707
'ingest._types.DateIndexNameProcessor': 'ingest/_types/Processors.ts#L729-L767',
17081708
'ingest._types.DateProcessor': 'ingest/_types/Processors.ts#L769-L802',
17091709
'ingest._types.DissectProcessor': 'ingest/_types/Processors.ts#L804-L823',
@@ -1726,14 +1726,14 @@
17261726
'ingest._types.InferenceConfigRegression': 'ingest/_types/Processors.ts#L1062-L1073',
17271727
'ingest._types.InferenceProcessor': 'ingest/_types/Processors.ts#L1027-L1046',
17281728
'ingest._types.IpLocationProcessor': 'ingest/_types/Processors.ts#L478-L512',
1729-
'ingest._types.Ipinfo': 'ingest/_types/Database.ts#L48-L48',
1729+
'ingest._types.Ipinfo': 'ingest/_types/Database.ts#L59-L59',
17301730
'ingest._types.JoinProcessor': 'ingest/_types/Processors.ts#L1103-L1118',
17311731
'ingest._types.JsonProcessor': 'ingest/_types/Processors.ts#L1120-L1149',
17321732
'ingest._types.JsonProcessorConflictStrategy': 'ingest/_types/Processors.ts#L1151-L1156',
17331733
'ingest._types.KeyValueProcessor': 'ingest/_types/Processors.ts#L1158-L1210',
1734-
'ingest._types.Local': 'ingest/_types/Database.ts#L52-L54',
1734+
'ingest._types.Local': 'ingest/_types/Database.ts#L63-L65',
17351735
'ingest._types.LowercaseProcessor': 'ingest/_types/Processors.ts#L1212-L1228',
1736-
'ingest._types.Maxmind': 'ingest/_types/Database.ts#L44-L46',
1736+
'ingest._types.Maxmind': 'ingest/_types/Database.ts#L55-L57',
17371737
'ingest._types.NetworkDirectionProcessor': 'ingest/_types/Processors.ts#L1230-L1264',
17381738
'ingest._types.Pipeline': 'ingest/_types/Pipeline.ts#L23-L51',
17391739
'ingest._types.PipelineProcessor': 'ingest/_types/Processors.ts#L1266-L1277',
@@ -1757,7 +1757,7 @@
17571757
'ingest._types.UrlDecodeProcessor': 'ingest/_types/Processors.ts#L1561-L1577',
17581758
'ingest._types.UserAgentProcessor': 'ingest/_types/Processors.ts#L514-L545',
17591759
'ingest._types.UserAgentProperty': 'ingest/_types/Processors.ts#L547-L553',
1760-
'ingest._types.Web': 'ingest/_types/Database.ts#L50-L50',
1760+
'ingest._types.Web': 'ingest/_types/Database.ts#L61-L61',
17611761
'ingest.delete_geoip_database.Request': 'ingest/delete_geoip_database/DeleteGeoipDatabaseRequest.ts#L24-L49',
17621762
'ingest.delete_geoip_database.Response': 'ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts#L22-L24',
17631763
'ingest.delete_ip_location_database.Request': 'ingest/delete_ip_location_database/DeleteIpLocationDatabaseRequest.ts#L24-L48',
@@ -2968,10 +2968,10 @@
29682968
if (hash.length > 1) {
29692969
hash = hash.substring(1);
29702970
}
2971-
window.location = "https://github.com/elastic/elasticsearch-specification/tree/885bfe1ed73a32cccda79cdfee55783a87ed7ab7/specification/" + (paths[hash] || "");
2971+
window.location = "https://github.com/elastic/elasticsearch-specification/tree/13f3d17f24d5126a9fd51cd43024a3d261c7a73f/specification/" + (paths[hash] || "");
29722972
</script>
29732973
</head>
29742974
<body>
2975-
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/885bfe1ed73a32cccda79cdfee55783a87ed7ab7/specification/">Elasticsearch API specification</a>.
2975+
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/13f3d17f24d5126a9fd51cd43024a3d261c7a73f/specification/">Elasticsearch API specification</a>.
29762976
</body>
29772977
</html>

0 commit comments

Comments
 (0)