Skip to content

Commit ec23ea5

Browse files
algolia-botmillotp
andcommitted
fix(clients): upgrade linter (generated)
algolia/api-clients-automation#5476 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 15af5e5 commit ec23ea5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/ingestion/Event.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlinx.serialization.*
55
import kotlinx.serialization.json.*
66

77
/**
8-
* An event describe a step of the task execution flow..
8+
* An event describe a step of the task execution flow.
99
*
1010
* @param eventID Universally unique identifier (UUID) of an event.
1111
* @param runID Universally unique identifier (UUID) of a task run.

client/src/commonMain/kotlin/com/algolia/client/model/search/AutomaticFacetFilter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import kotlinx.serialization.json.*
99
*
1010
* @param facet Facet name to be applied as filter. The name must match placeholders in the `pattern` parameter. For example, with `pattern: {facet:genre}`, `automaticFacetFilters` must be `genre`.
1111
* @param score Filter scores to give different weights to individual filters.
12-
* @param disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
12+
* @param disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
1313
*/
1414
@Serializable
1515
public data class AutomaticFacetFilter(
@@ -20,6 +20,6 @@ public data class AutomaticFacetFilter(
2020
/** Filter scores to give different weights to individual filters. */
2121
@SerialName(value = "score") val score: Int? = null,
2222

23-
/** Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation. */
23+
/** Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation. */
2424
@SerialName(value = "disjunctive") val disjunctive: Boolean? = null,
2525
)

client/src/commonMain/kotlin/com/algolia/client/model/search/Event.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import kotlinx.serialization.*
55
import kotlinx.serialization.json.*
66

77
/**
8-
* An event describe a step of the task execution flow..
8+
* An event describe a step of the task execution flow.
99
*
1010
* @param eventID Universally unique identifier (UUID) of an event.
1111
* @param runID Universally unique identifier (UUID) of a task run.

0 commit comments

Comments
 (0)