Skip to content

Commit

Permalink
deserialize the correct object (#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeCiachir authored May 28, 2024
1 parent 982cc3c commit 3672611
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.

5 changes: 2 additions & 3 deletions specification/synonyms/put_synonym/SynonymsPutResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
*/

import { Result } from '@_types/Result'
import { ReloadDetails } from '@indices/reload_search_analyzers/types'
import { ShardStatistics } from '@_types/Stats'
import { ReloadResult } from '@indices/reload_search_analyzers/types'

export class Response {
body: {
result: Result
reload_analyzers_details: ReloadDetails
reload_analyzers_details: ReloadResult
}
}

0 comments on commit 3672611

Please sign in to comment.