Skip to content

Commit 46ae2e7

Browse files
feat(specs): add renderingContent query parameter in Composition API main injection (generated)
algolia/api-clients-automation#5549 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clara Muller <[email protected]>
1 parent e1ed288 commit 46ae2e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/composition/MainInjectionQueryParameters.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ import kotlinx.serialization.json.*
189189
* [facets](https://www.algolia.com/doc/guides/managing-results/refine-results/faceting/#contextual-facet-values-and-counts).
190190
* @param hitsPerPage Number of hits per page.
191191
* @param maxValuesPerFacet Maximum number of facet values to return for each facet.
192+
* @param renderingContent
192193
* @param sortFacetValuesBy Order in which to retrieve facet values - `count`. Facet values are
193194
* retrieved by decreasing count. The count is the number of matching records containing this
194195
* facet value - `alpha`. Retrieve facet values alphabetically This setting doesn't influence how
@@ -512,6 +513,7 @@ public data class MainInjectionQueryParameters(
512513

513514
/** Maximum number of facet values to return for each facet. */
514515
@SerialName(value = "maxValuesPerFacet") val maxValuesPerFacet: Int? = null,
516+
@SerialName(value = "renderingContent") val renderingContent: RenderingContent? = null,
515517

516518
/**
517519
* Order in which to retrieve facet values - `count`. Facet values are retrieved by decreasing

0 commit comments

Comments
 (0)