Skip to content

Commit 3f5469e

Browse files
committed
[codegen] update to latest spec
1 parent 44feb85 commit 3f5469e

File tree

3 files changed

+362
-80
lines changed

3 files changed

+362
-80
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@
14831483
'ml._types.AnalysisLimits': 'ml/_types/Analysis.ts#L103-L114',
14841484
'ml._types.AnalysisMemoryLimit': 'ml/_types/Analysis.ts#L116-L121',
14851485
'ml._types.Anomaly': 'ml/_types/Anomaly.ts#L24-L47',
1486-
'ml._types.AnomalyCause': 'ml/_types/Anomaly.ts#L49-L64',
1486+
'ml._types.AnomalyCause': 'ml/_types/Anomaly.ts#L49-L65',
14871487
'ml._types.AppliesTo': 'ml/_types/Rule.ts#L67-L72',
14881488
'ml._types.BucketInfluencer': 'ml/_types/Bucket.ts#L68-L112',
14891489
'ml._types.BucketSummary': 'ml/_types/Bucket.ts#L24-L66',
@@ -1548,10 +1548,11 @@
15481548
'ml._types.Filter': 'ml/_types/Filter.ts#L22-L29',
15491549
'ml._types.FilterRef': 'ml/_types/Filter.ts#L31-L41',
15501550
'ml._types.FilterType': 'ml/_types/Filter.ts#L43-L46',
1551+
'ml._types.GeoResults': 'ml/_types/Anomaly.ts#L72-L81',
15511552
'ml._types.Hyperparameter': 'ml/_types/TrainedModel.ts#L102-L116',
15521553
'ml._types.Hyperparameters': 'ml/_types/DataframeAnalytics.ts#L390-L405',
15531554
'ml._types.Include': 'ml/_types/Include.ts#L20-L42',
1554-
'ml._types.Influence': 'ml/_types/Anomaly.ts#L66-L69',
1555+
'ml._types.Influence': 'ml/_types/Anomaly.ts#L67-L70',
15551556
'ml._types.Influencer': 'ml/_types/Influencer.ts#L24-L76',
15561557
'ml._types.Job': 'ml/_types/Job.ts#L46-L70',
15571558
'ml._types.JobBlocked': 'ml/_types/Job.ts#L163-L166',
@@ -2350,10 +2351,10 @@
23502351
if (hash.length > 1) {
23512352
hash = hash.substring(1);
23522353
}
2353-
window.location = "https://github.com/elastic/elasticsearch-specification/tree/be5744249a732e76125982e34c621fad6593ba9c/specification/" + (paths[hash] || "");
2354+
window.location = "https://github.com/elastic/elasticsearch-specification/tree/51188c58ed4ad76109affc032577e96c8b4fa5a5/specification/" + (paths[hash] || "");
23542355
</script>
23552356
</head>
23562357
<body>
2357-
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/be5744249a732e76125982e34c621fad6593ba9c/specification/">Elasticsearch API specification</a>.
2358+
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/51188c58ed4ad76109affc032577e96c8b4fa5a5/specification/">Elasticsearch API specification</a>.
23582359
</body>
23592360
</html>

0 commit comments

Comments
 (0)