Skip to content

Commit

Permalink
Fix expiration data type
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Oct 25, 2024
1 parent c0a1eac commit 27d1887
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
3 changes: 1 addition & 2 deletions output/openapi/elasticsearch-openapi.json

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

11 changes: 10 additions & 1 deletion output/schema/schema.json

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

2 changes: 1 addition & 1 deletion 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 { Id, Name } from '@_types/common'
import { long } from '@_types/Numeric'
import { DurationValue, UnitMillis } from '@_types/Time'

export class Response {
body: {
Expand Down

0 comments on commit 27d1887

Please sign in to comment.