Skip to content

Commit

Permalink
Fix an import
Browse files Browse the repository at this point in the history
and then make generate, etc
  • Loading branch information
joegallo committed Dec 18, 2024
1 parent 680b548 commit c2c5f85
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 8 deletions.
6 changes: 4 additions & 2 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 23 additions & 3 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

import { DatabaseConfigurationFull } from '@ingest/_types/Database'
import { Id } from '@_types/common'
import { Id, VersionNumber } from '@_types/common'
import { long } from '@_types/Numeric'
import { EpochTime, UnitMillis } from '@_types/Time'

Expand Down

0 comments on commit c2c5f85

Please sign in to comment.