Skip to content

Commit 3672611

Browse files
deserialize the correct object (#2577)
1 parent 982cc3c commit 3672611

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

output/schema/schema.json

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

specification/synonyms/put_synonym/SynonymsPutResponse.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
*/
1919

2020
import { Result } from '@_types/Result'
21-
import { ReloadDetails } from '@indices/reload_search_analyzers/types'
22-
import { ShardStatistics } from '@_types/Stats'
21+
import { ReloadResult } from '@indices/reload_search_analyzers/types'
2322

2423
export class Response {
2524
body: {
2625
result: Result
27-
reload_analyzers_details: ReloadDetails
26+
reload_analyzers_details: ReloadResult
2827
}
2928
}

0 commit comments

Comments
 (0)