Skip to content

Commit 184174a

Browse files
committed
[codegen] updated to latest api spec
1 parent adabb82 commit 184174a

13 files changed

+2416
-170
lines changed

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

+15-7
Original file line numberDiff line numberDiff line change
@@ -1302,12 +1302,20 @@
13021302
'graph._types.VertexInclude': 'graph/_types/Vertex.ts#L61-L64',
13031303
'graph.explore.Request': 'graph/explore/GraphExploreRequest.ts#L28-L72',
13041304
'graph.explore.Response': 'graph/explore/GraphExploreResponse.ts#L25-L33',
1305-
'ilm._types.Configurations': 'ilm/_types/Phase.ts#L50-L54',
1306-
'ilm._types.ForceMergeConfiguration': 'ilm/_types/Phase.ts#L56-L58',
1307-
'ilm._types.Phase': 'ilm/_types/Phase.ts#L25-L36',
1308-
'ilm._types.Phases': 'ilm/_types/Phase.ts#L38-L44',
1305+
'ilm._types.Actions': 'ilm/_types/Phase.ts#L42-L91',
1306+
'ilm._types.AllocateAction': 'ilm/_types/Phase.ts#L131-L137',
1307+
'ilm._types.DeleteAction': 'ilm/_types/Phase.ts#L147-L149',
1308+
'ilm._types.DownsampleAction': 'ilm/_types/Phase.ts#L110-L113',
1309+
'ilm._types.ForceMergeAction': 'ilm/_types/Phase.ts#L121-L124',
1310+
'ilm._types.MigrateAction': 'ilm/_types/Phase.ts#L139-L141',
1311+
'ilm._types.Phase': 'ilm/_types/Phase.ts#L26-L32',
1312+
'ilm._types.Phases': 'ilm/_types/Phase.ts#L34-L40',
13091313
'ilm._types.Policy': 'ilm/_types/Policy.ts#L23-L26',
1310-
'ilm._types.ShrinkConfiguration': 'ilm/_types/Phase.ts#L60-L62',
1314+
'ilm._types.RolloverAction': 'ilm/_types/Phase.ts#L97-L108',
1315+
'ilm._types.SearchableSnapshotAction': 'ilm/_types/Phase.ts#L126-L129',
1316+
'ilm._types.SetPriorityAction': 'ilm/_types/Phase.ts#L93-L95',
1317+
'ilm._types.ShrinkAction': 'ilm/_types/Phase.ts#L115-L119',
1318+
'ilm._types.WaitForSnapshotAction': 'ilm/_types/Phase.ts#L143-L145',
13111319
'ilm.delete_lifecycle.Request': 'ilm/delete_lifecycle/DeleteLifecycleRequest.ts#L24-L51',
13121320
'ilm.delete_lifecycle.Response': 'ilm/delete_lifecycle/DeleteLifecycleResponse.ts#L22-L24',
13131321
'ilm.explain_lifecycle.LifecycleExplain': 'ilm/explain_lifecycle/types.ts#L59-L62',
@@ -2835,10 +2843,10 @@
28352843
if (hash.length > 1) {
28362844
hash = hash.substring(1);
28372845
}
2838-
window.location = "https://github.com/elastic/elasticsearch-specification/tree/dc27d463a2aad41f76fd3b1e2d57d08ade035f01/specification/" + (paths[hash] || "");
2846+
window.location = "https://github.com/elastic/elasticsearch-specification/tree/b0bf13170793e6e66db261a456ff726a690216d8/specification/" + (paths[hash] || "");
28392847
</script>
28402848
</head>
28412849
<body>
2842-
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/dc27d463a2aad41f76fd3b1e2d57d08ade035f01/specification/">Elasticsearch API specification</a>.
2850+
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/b0bf13170793e6e66db261a456ff726a690216d8/specification/">Elasticsearch API specification</a>.
28432851
</body>
28442852
</html>

0 commit comments

Comments
 (0)