-
Notifications
You must be signed in to change notification settings - Fork 222
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
30a0ad6
commit f5973c3
Showing
9 changed files
with
13 additions
and
59 deletions.
There are no files selected for viewing
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,5 @@ | ||
// 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. | ||
|
||
export type DockerStreamsInput = { | ||
streams: Record<string, any>; | ||
}; |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
// 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. | ||
|
||
import type { OnDemandDateUtilsInput } from './onDemandDateUtilsInput'; | ||
import type { ScheduleDateUtilsInput } from './scheduleDateUtilsInput'; | ||
import type { DockerStreamsInput } from './dockerStreamsInput'; | ||
import type { ShopifyInput } from './shopifyInput'; | ||
import type { StreamingUtilsInput } from './streamingUtilsInput'; | ||
import type { StreamingInput } from './streamingInput'; | ||
|
||
/** | ||
* Configuration of the task, depending on its type. | ||
*/ | ||
export type TaskInput = | ||
| OnDemandDateUtilsInput | ||
| ScheduleDateUtilsInput | ||
| ShopifyInput | ||
| StreamingUtilsInput; | ||
export type TaskInput = DockerStreamsInput | ShopifyInput | StreamingInput; |
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