Skip to content

Commit c2c5f85

Browse files
committed
Fix an import
and then make generate, etc
1 parent 680b548 commit c2c5f85

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/ingest/get_ip_location_database/GetIpLocationDatabaseResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { DatabaseConfigurationFull } from '@ingest/_types/Database'
21-
import { Id } from '@_types/common'
21+
import { Id, VersionNumber } from '@_types/common'
2222
import { long } from '@_types/Numeric'
2323
import { EpochTime, UnitMillis } from '@_types/Time'
2424

0 commit comments

Comments
 (0)