Skip to content

Commit e7ee9c7

Browse files
committed
change back esql format package
1 parent 4f07a66 commit e7ee9c7

File tree

8 files changed

+847
-535
lines changed

8 files changed

+847
-535
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 3 additions & 3 deletions
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

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

output/schema/schema.json

Lines changed: 36 additions & 36 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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/esql/async_query/AsyncQueryRequest.ts

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

20-
import { EsqlFormat } from '@esql/_types/QueryParameters'
20+
import { EsqlFormat } from '@esql/query/QueryParameters'
2121
import { TableValuesContainer } from '@esql/_types/TableValuesContainer'
2222
import { Dictionary } from '@spec_utils/Dictionary'
2323
import { RequestBase } from '@_types/Base'

specification/esql/query/QueryRequest.ts

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

20-
import { EsqlFormat } from '@esql/_types/QueryParameters'
20+
import { EsqlFormat } from '@esql/query/QueryParameters'
2121
import { TableValuesContainer } from '@esql/_types/TableValuesContainer'
2222
import { Dictionary } from '@spec_utils/Dictionary'
2323
import { RequestBase } from '@_types/Base'

0 commit comments

Comments
 (0)