-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(specs): browse response required properties
algolia/api-clients-automation#3348 Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
- Loading branch information
1 parent
f4d8832
commit 5b7537f
Showing
7 changed files
with
26 additions
and
56 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/DockerStreamsInput.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */ | ||
package com.algolia.client.model.ingestion | ||
|
||
import kotlinx.serialization.* | ||
import kotlinx.serialization.json.* | ||
|
||
/** | ||
* DockerStreamsInput | ||
* | ||
* @param streams | ||
*/ | ||
@Serializable | ||
public data class DockerStreamsInput( | ||
|
||
@SerialName(value = "streams") val streams: JsonObject, | ||
) : TaskInput |
24 changes: 0 additions & 24 deletions
24
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/OnDemandDateUtilsInput.kt
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/ScheduleDateUtilsInput.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters