Skip to content

Commit a317528

Browse files
chore: generated code for commit e3c6b84. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e3c6b84 commit a317528

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

specs/bundled/algoliasearch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2655,7 +2655,7 @@ components:
26552655
- geoDistance
26562656
- nbExactWords
26572657
- userScore
2658-
_distinctSeqID:
2658+
distinctSeqID:
26592659
type: integer
26602660
hit:
26612661
type: object
@@ -2679,7 +2679,7 @@ components:
26792679
_rankingInfo:
26802680
$ref: '#/components/schemas/rankingInfo'
26812681
_distinctSeqID:
2682-
$ref: '#/components/schemas/_distinctSeqID'
2682+
$ref: '#/components/schemas/distinctSeqID'
26832683
searchHits:
26842684
type: object
26852685
additionalProperties: true
@@ -3803,7 +3803,7 @@ components:
38033803
_rankingInfo:
38043804
$ref: '#/components/schemas/rankingInfo'
38053805
_distinctSeqID:
3806-
$ref: '#/components/schemas/_distinctSeqID'
3806+
$ref: '#/components/schemas/distinctSeqID'
38073807
_score:
38083808
$ref: '#/components/schemas/recommendScore'
38093809
trendingFacetHit:

specs/bundled/recommend.doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4824,7 +4824,7 @@ components:
48244824
- geoDistance
48254825
- nbExactWords
48264826
- userScore
4827-
_distinctSeqID:
4827+
distinctSeqID:
48284828
type: integer
48294829
recommendScore:
48304830
type: number
@@ -4849,7 +4849,7 @@ components:
48494849
_rankingInfo:
48504850
$ref: '#/components/schemas/rankingInfo'
48514851
_distinctSeqID:
4852-
$ref: '#/components/schemas/_distinctSeqID'
4852+
$ref: '#/components/schemas/distinctSeqID'
48534853
_score:
48544854
$ref: '#/components/schemas/recommendScore'
48554855
trendingFacetHit:

specs/bundled/recommend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,7 +2995,7 @@ components:
29952995
- geoDistance
29962996
- nbExactWords
29972997
- userScore
2998-
_distinctSeqID:
2998+
distinctSeqID:
29992999
type: integer
30003000
recommendScore:
30013001
type: number
@@ -3020,7 +3020,7 @@ components:
30203020
_rankingInfo:
30213021
$ref: '#/components/schemas/rankingInfo'
30223022
_distinctSeqID:
3023-
$ref: '#/components/schemas/_distinctSeqID'
3023+
$ref: '#/components/schemas/distinctSeqID'
30243024
_score:
30253025
$ref: '#/components/schemas/recommendScore'
30263026
trendingFacetHit:

specs/bundled/search.doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17924,7 +17924,7 @@ components:
1792417924
- geoDistance
1792517925
- nbExactWords
1792617926
- userScore
17927-
_distinctSeqID:
17927+
distinctSeqID:
1792817928
type: integer
1792917929
hit:
1793017930
type: object
@@ -17948,7 +17948,7 @@ components:
1794817948
_rankingInfo:
1794917949
$ref: '#/components/schemas/rankingInfo'
1795017950
_distinctSeqID:
17951-
$ref: '#/components/schemas/_distinctSeqID'
17951+
$ref: '#/components/schemas/distinctSeqID'
1795217952
searchHits:
1795317953
type: object
1795417954
additionalProperties: true

specs/bundled/search.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,7 +5880,7 @@ components:
58805880
- geoDistance
58815881
- nbExactWords
58825882
- userScore
5883-
_distinctSeqID:
5883+
distinctSeqID:
58845884
type: integer
58855885
hit:
58865886
type: object
@@ -5904,7 +5904,7 @@ components:
59045904
_rankingInfo:
59055905
$ref: '#/components/schemas/rankingInfo'
59065906
_distinctSeqID:
5907-
$ref: '#/components/schemas/_distinctSeqID'
5907+
$ref: '#/components/schemas/distinctSeqID'
59085908
searchHits:
59095909
type: object
59105910
additionalProperties: true

0 commit comments

Comments
 (0)