Skip to content

Commit 7630fe7

Browse files
algolia-botmillotp
andcommitted
chore: generated code for commit 5a93964. [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent 5a93964 commit 7630fe7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation.
22

3-
export type RunStatus = 'created' | 'finished' | 'idled' | 'started';
3+
export type RunStatus =
4+
| 'created'
5+
| 'finished'
6+
| 'idled'
7+
| 'skipped'
8+
| 'started';

specs/bundled/ingestion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ components:
11511151
- started
11521152
- idled
11531153
- finished
1154+
- skipped
11541155
runSortKeys:
11551156
type: string
11561157
description: Used to sort the Run list endpoint.

0 commit comments

Comments
 (0)