Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Nov 19, 2024
1 parent 201ab5e commit 297f9b3
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 33 deletions.
37 changes: 25 additions & 12 deletions output/openapi/elasticsearch-openapi.json

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

79 changes: 63 additions & 16 deletions output/schema/schema.json

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

10 changes: 7 additions & 3 deletions output/typescript/types.ts

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

3 changes: 1 addition & 2 deletions specification/ml/_types/DiscoveryNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
*/

import { Dictionary } from '@spec_utils/Dictionary'
import { Id, Name } from '@_types/common'
import { Id, Name, VersionString } from '@_types/common'
import { TransportAddress } from '@_types/Networking'
import { integer } from '@_types/Numeric'
import { VersionString } from '../../../output/typescript/types'

export class DiscoveryNode {
name?: Name
Expand Down

0 comments on commit 297f9b3

Please sign in to comment.