Skip to content

Commit 85237a3

Browse files
delvedorJoshMock
authored andcommitted
Fix types
1 parent 36bfd91 commit 85237a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/types.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6337,7 +6337,6 @@ export interface CatMlDataFrameAnalyticsRequest extends CatCatRequestBase {
63376337
allow_no_match?: boolean
63386338
bytes?: Bytes
63396339
h?: CatCatDfaColumns
6340-
s?: CatCatDfaColumns
63416340
time?: Time
63426341
}
63436342

@@ -6385,7 +6384,6 @@ export interface CatMlDatafeedsRequest extends CatCatRequestBase {
63856384
format?: string
63866385
h?: CatCatDatafeedColumns
63876386
help?: boolean
6388-
s?: CatCatDatafeedColumns
63896387
time?: TimeUnit
63906388
v?: boolean
63916389
}
@@ -6577,7 +6575,6 @@ export interface CatMlJobsRequest extends CatCatRequestBase {
65776575
format?: string
65786576
h?: CatCatAnonalyDetectorColumns
65796577
help?: boolean
6580-
s?: CatCatAnonalyDetectorColumns
65816578
time?: TimeUnit
65826579
v?: boolean
65836580
}
@@ -7483,7 +7480,6 @@ export interface CatTransformsRequest extends CatCatRequestBase {
74837480
allow_no_match?: boolean
74847481
from?: integer
74857482
h?: CatCatTransformColumns
7486-
s?: CatCatTransformColumns
74877483
time?: Time
74887484
size?: integer
74897485
}

0 commit comments

Comments
 (0)