Skip to content

Commit 25e8e84

Browse files
Auto-generated API code (#2609)
1 parent 279c29d commit 25e8e84

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

src/api/types.ts

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13516,20 +13516,21 @@ export interface MlAnomaly {
1351613516
}
1351713517

1351813518
export interface MlAnomalyCause {
13519-
actual: double[]
13520-
by_field_name: Name
13521-
by_field_value: string
13522-
correlated_by_field_value: string
13523-
field_name: Field
13524-
function: string
13525-
function_description: string
13526-
influencers: MlInfluence[]
13527-
over_field_name: Name
13528-
over_field_value: string
13529-
partition_field_name: string
13530-
partition_field_value: string
13519+
actual?: double[]
13520+
by_field_name?: Name
13521+
by_field_value?: string
13522+
correlated_by_field_value?: string
13523+
field_name?: Field
13524+
function?: string
13525+
function_description?: string
13526+
geo_results?: MlGeoResults
13527+
influencers?: MlInfluence[]
13528+
over_field_name?: Name
13529+
over_field_value?: string
13530+
partition_field_name?: string
13531+
partition_field_value?: string
1353113532
probability: double
13532-
typical: double[]
13533+
typical?: double[]
1353313534
}
1353413535

1353513536
export interface MlAnomalyExplanation {
@@ -14098,8 +14099,8 @@ export interface MlFilterRef {
1409814099
export type MlFilterType = 'include' | 'exclude'
1409914100

1410014101
export interface MlGeoResults {
14101-
actual_point: string
14102-
typical_point: string
14102+
actual_point?: string
14103+
typical_point?: string
1410314104
}
1410414105

1410514106
export interface MlHyperparameter {

src/api/typesWithBodyKey.ts

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13758,20 +13758,21 @@ export interface MlAnomaly {
1375813758
}
1375913759

1376013760
export interface MlAnomalyCause {
13761-
actual: double[]
13762-
by_field_name: Name
13763-
by_field_value: string
13764-
correlated_by_field_value: string
13765-
field_name: Field
13766-
function: string
13767-
function_description: string
13768-
influencers: MlInfluence[]
13769-
over_field_name: Name
13770-
over_field_value: string
13771-
partition_field_name: string
13772-
partition_field_value: string
13761+
actual?: double[]
13762+
by_field_name?: Name
13763+
by_field_value?: string
13764+
correlated_by_field_value?: string
13765+
field_name?: Field
13766+
function?: string
13767+
function_description?: string
13768+
geo_results?: MlGeoResults
13769+
influencers?: MlInfluence[]
13770+
over_field_name?: Name
13771+
over_field_value?: string
13772+
partition_field_name?: string
13773+
partition_field_value?: string
1377313774
probability: double
13774-
typical: double[]
13775+
typical?: double[]
1377513776
}
1377613777

1377713778
export interface MlAnomalyExplanation {
@@ -14340,8 +14341,8 @@ export interface MlFilterRef {
1434014341
export type MlFilterType = 'include' | 'exclude'
1434114342

1434214343
export interface MlGeoResults {
14343-
actual_point: string
14344-
typical_point: string
14344+
actual_point?: string
14345+
typical_point?: string
1434514346
}
1434614347

1434714348
export interface MlHyperparameter {

0 commit comments

Comments
 (0)