Skip to content

Commit 690bc1d

Browse files
committed
Make generate
1 parent c4c53e9 commit 690bc1d

File tree

3 files changed

+67
-17
lines changed

3 files changed

+67
-17
lines changed

output/schema/schema.json

Lines changed: 50 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/_types/Anomaly.ts

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,17 @@ export class Influence {
7676
influencer_field_values: string[]
7777
}
7878

79-
<<<<<<< HEAD
79+
export class GeoResults {
80+
/**
81+
* The actual value for the bucket formatted as a `geo_point`.
82+
*/
83+
actual_point: string
84+
/**
85+
* The typical value for the bucket formatted as a `geo_point`.
86+
*/
87+
typical_point: string
88+
}
89+
8090
export class AnomalyExplanation {
8191
/**
8292
* Impact from the duration and magnitude of the detected anomaly relative to the historical average.
@@ -119,15 +129,3 @@ export class AnomalyExplanation {
119129
*/
120130
upper_confidence_bound?: double
121131
}
122-
=======
123-
export class GeoResults {
124-
/**
125-
* The actual value for the bucket formatted as a `geo_point`.
126-
*/
127-
actual_point: string
128-
/**
129-
* The typical value for the bucket formatted as a `geo_point`.
130-
*/
131-
typical_point: string
132-
}
133-
>>>>>>> 20a1baf91 (Add geo_results.actual_point and geo_results.typical_point)

0 commit comments

Comments
 (0)