Skip to content

Commit a3b6474

Browse files
committed
Run make contrib
1 parent 4023e8e commit a3b6474

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/esql/_types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { FieldValue } from "@_types/common";
20+
import { FieldValue } from '@_types/common'
2121

2222
export type ESQLParam = FieldValue | FieldValue[]

specification/esql/query/QueryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
import { RequestBase } from '@_types/Base'
2121
import { QueryContainer } from '@_types/query_dsl/abstractions'
22-
import { ESQLParam } from '@esql/_types/types'
2322
import { EsqlFormat } from '@esql/_types/QueryParameters'
2423
import { TableValuesContainer } from '@esql/_types/TableValuesContainer'
24+
import { ESQLParam } from '@esql/_types/types'
2525
import { Dictionary } from '@spec_utils/Dictionary'
2626

2727
/**

0 commit comments

Comments
 (0)