Skip to content

Commit

Permalink
chore: generated code for commit 629c40d.
Browse files Browse the repository at this point in the history
Co-authored-by: shortcuts <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jul 24, 2024
1 parent 629c40d commit 1da5221
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions specs/bundled/algoliasearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,7 @@ components:
- geoDistance
- nbExactWords
- userScore
_distinctSeqID:
distinctSeqID:
type: integer
hit:
type: object
Expand All @@ -2679,7 +2679,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
searchHits:
type: object
additionalProperties: true
Expand Down Expand Up @@ -3803,7 +3803,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
_score:
$ref: '#/components/schemas/recommendScore'
trendingFacetHit:
Expand Down
4 changes: 2 additions & 2 deletions specs/bundled/recommend.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4824,7 +4824,7 @@ components:
- geoDistance
- nbExactWords
- userScore
_distinctSeqID:
distinctSeqID:
type: integer
recommendScore:
type: number
Expand All @@ -4849,7 +4849,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
_score:
$ref: '#/components/schemas/recommendScore'
trendingFacetHit:
Expand Down
4 changes: 2 additions & 2 deletions specs/bundled/recommend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2995,7 +2995,7 @@ components:
- geoDistance
- nbExactWords
- userScore
_distinctSeqID:
distinctSeqID:
type: integer
recommendScore:
type: number
Expand All @@ -3020,7 +3020,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
_score:
$ref: '#/components/schemas/recommendScore'
trendingFacetHit:
Expand Down
4 changes: 2 additions & 2 deletions specs/bundled/search.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17924,7 +17924,7 @@ components:
- geoDistance
- nbExactWords
- userScore
_distinctSeqID:
distinctSeqID:
type: integer
hit:
type: object
Expand All @@ -17948,7 +17948,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
searchHits:
type: object
additionalProperties: true
Expand Down
4 changes: 2 additions & 2 deletions specs/bundled/search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5880,7 +5880,7 @@ components:
- geoDistance
- nbExactWords
- userScore
_distinctSeqID:
distinctSeqID:
type: integer
hit:
type: object
Expand All @@ -5904,7 +5904,7 @@ components:
_rankingInfo:
$ref: '#/components/schemas/rankingInfo'
_distinctSeqID:
$ref: '#/components/schemas/_distinctSeqID'
$ref: '#/components/schemas/distinctSeqID'
searchHits:
type: object
additionalProperties: true
Expand Down

0 comments on commit 1da5221

Please sign in to comment.