Skip to content

Commit

Permalink
[codegen] updated to latest api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Aug 1, 2024
1 parent adabb82 commit 184174a
Show file tree
Hide file tree
Showing 13 changed files with 2,416 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,12 +1302,20 @@
'graph._types.VertexInclude': 'graph/_types/Vertex.ts#L61-L64',
'graph.explore.Request': 'graph/explore/GraphExploreRequest.ts#L28-L72',
'graph.explore.Response': 'graph/explore/GraphExploreResponse.ts#L25-L33',
'ilm._types.Configurations': 'ilm/_types/Phase.ts#L50-L54',
'ilm._types.ForceMergeConfiguration': 'ilm/_types/Phase.ts#L56-L58',
'ilm._types.Phase': 'ilm/_types/Phase.ts#L25-L36',
'ilm._types.Phases': 'ilm/_types/Phase.ts#L38-L44',
'ilm._types.Actions': 'ilm/_types/Phase.ts#L42-L91',
'ilm._types.AllocateAction': 'ilm/_types/Phase.ts#L131-L137',
'ilm._types.DeleteAction': 'ilm/_types/Phase.ts#L147-L149',
'ilm._types.DownsampleAction': 'ilm/_types/Phase.ts#L110-L113',
'ilm._types.ForceMergeAction': 'ilm/_types/Phase.ts#L121-L124',
'ilm._types.MigrateAction': 'ilm/_types/Phase.ts#L139-L141',
'ilm._types.Phase': 'ilm/_types/Phase.ts#L26-L32',
'ilm._types.Phases': 'ilm/_types/Phase.ts#L34-L40',
'ilm._types.Policy': 'ilm/_types/Policy.ts#L23-L26',
'ilm._types.ShrinkConfiguration': 'ilm/_types/Phase.ts#L60-L62',
'ilm._types.RolloverAction': 'ilm/_types/Phase.ts#L97-L108',
'ilm._types.SearchableSnapshotAction': 'ilm/_types/Phase.ts#L126-L129',
'ilm._types.SetPriorityAction': 'ilm/_types/Phase.ts#L93-L95',
'ilm._types.ShrinkAction': 'ilm/_types/Phase.ts#L115-L119',
'ilm._types.WaitForSnapshotAction': 'ilm/_types/Phase.ts#L143-L145',
'ilm.delete_lifecycle.Request': 'ilm/delete_lifecycle/DeleteLifecycleRequest.ts#L24-L51',
'ilm.delete_lifecycle.Response': 'ilm/delete_lifecycle/DeleteLifecycleResponse.ts#L22-L24',
'ilm.explain_lifecycle.LifecycleExplain': 'ilm/explain_lifecycle/types.ts#L59-L62',
Expand Down Expand Up @@ -2835,10 +2843,10 @@
if (hash.length > 1) {
hash = hash.substring(1);
}
window.location = "https://github.com/elastic/elasticsearch-specification/tree/dc27d463a2aad41f76fd3b1e2d57d08ade035f01/specification/" + (paths[hash] || "");
window.location = "https://github.com/elastic/elasticsearch-specification/tree/b0bf13170793e6e66db261a456ff726a690216d8/specification/" + (paths[hash] || "");
</script>
</head>
<body>
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/dc27d463a2aad41f76fd3b1e2d57d08ade035f01/specification/">Elasticsearch API specification</a>.
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/b0bf13170793e6e66db261a456ff726a690216d8/specification/">Elasticsearch API specification</a>.
</body>
</html>
Loading

0 comments on commit 184174a

Please sign in to comment.