Skip to content

Commit 068ff50

Browse files
algolia-botsbellone
andcommitted
fix(specs): ingestion small fix + added source input descriptions (generated)
algolia/api-clients-automation#5515 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Sylvain Bellone <sylvain.bellone@algolia.com>
1 parent 3135b1a commit 068ff50

File tree

11 files changed

+10
-12
lines changed

11 files changed

+10
-12
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import kotlinx.serialization.json.*
1212
*
1313
* @param type
1414
* @param name Descriptive name for the resource.
15-
* @param platform
1615
* @param input
1716
*/
1817
@Serializable
@@ -21,6 +20,5 @@ public data class AuthenticationUpdate(
2120

2221
/** Descriptive name for the resource. */
2322
@SerialName(value = "name") val name: String? = null,
24-
@SerialName(value = "platform") val platform: Platform? = null,
2523
@SerialName(value = "input") val input: AuthInputPartial? = null,
2624
) {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceBigCommerce
11+
* Specific configuration attributes of a `bigcommerce` source.
1212
*
1313
* @param storeHash Store hash identifying your BigCommerce store.
1414
* @param channel

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceBigQuery
11+
* Specific configuration attributes of a `bigquery` source.
1212
*
1313
* @param projectID Project ID of the BigQuery source.
1414
* @param datasetID Dataset ID of the BigQuery source.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceCSV
11+
* Specific configuration attributes of a `csv` source.
1212
*
1313
* @param url URL of the file.
1414
* @param uniqueIDColumn Name of a column that contains a unique ID which will be used as `objectID`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceCommercetools
11+
* Specific configuration attributes of a `commercetools` source.
1212
*
1313
* @param url
1414
* @param projectKey

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceDocker
11+
* Specific configuration attributes of a `docker` source.
1212
*
1313
* @param image Name of the connector.
1414
* @param configuration Configuration of the spec.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceGA4BigQueryExport
11+
* Specific configuration attributes of a `ga4BigqueryExport` source.
1212
*
1313
* @param projectID GCP project ID that the BigQuery export writes to.
1414
* @param datasetID BigQuery dataset ID that the BigQuery export writes to.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceJSON
11+
* Specific configuration attributes of a `json` source.
1212
*
1313
* @param url URL of the file.
1414
* @param uniqueIDColumn Name of a column that contains a unique ID which will be used as `objectID`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceUpdateCommercetools
11+
* Specific configuration attributes of a `commercetools` source.
1212
*
1313
* @param storeKeys
1414
* @param locales Locales for your commercetools stores.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.*
88
import kotlinx.serialization.json.*
99

1010
/**
11-
* SourceUpdateDocker
11+
* Specific configuration attributes of a `docker` source.
1212
*
1313
* @param configuration Configuration of the spec.
1414
*/

0 commit comments

Comments
 (0)