Skip to content

Commit

Permalink
feat(specs): recursive snippets and highlights result (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3497

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Aug 9, 2024
1 parent 30e89f2 commit 6d3f0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/algolia/models/recommend/highlight_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class << self
def openapi_one_of
[
:"Array<HighlightResultOption>",
:"Hash<String, HighlightResult>",
:"Hash<String, HighlightResultOption>",
:"HighlightResultOption"
]
Expand Down
1 change: 1 addition & 0 deletions lib/algolia/models/recommend/snippet_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class << self
def openapi_one_of
[
:"Array<SnippetResultOption>",
:"Hash<String, SnippetResult>",
:"Hash<String, SnippetResultOption>",
:"SnippetResultOption"
]
Expand Down
1 change: 1 addition & 0 deletions lib/algolia/models/search/highlight_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class << self
def openapi_one_of
[
:"Array<HighlightResultOption>",
:"Hash<String, HighlightResult>",
:"Hash<String, HighlightResultOption>",
:"HighlightResultOption"
]
Expand Down
1 change: 1 addition & 0 deletions lib/algolia/models/search/snippet_result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class << self
def openapi_one_of
[
:"Array<SnippetResultOption>",
:"Hash<String, SnippetResult>",
:"Hash<String, SnippetResultOption>",
:"SnippetResultOption"
]
Expand Down

0 comments on commit 6d3f0f6

Please sign in to comment.