Skip to content

Commit 6d140a0

Browse files
algolia-botFluf22
andcommitted
chore: generated code for commit 33700b8. [skip ci]
Co-authored-by: Thomas Raffray <[email protected]>
1 parent 33700b8 commit 6d140a0

File tree

2 files changed

+8
-0
lines changed
  • clients/algoliasearch-client-javascript/packages/ingestion/model
  • specs/bundled

2 files changed

+8
-0
lines changed

clients/algoliasearch-client-javascript/packages/ingestion/model/run.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ export type Run = {
2424

2525
outcome?: RunOutcome;
2626

27+
/**
28+
* Explains the result of outcome.
29+
*/
30+
reason?: string;
31+
2732
type: RunType;
2833

2934
/**

specs/bundled/ingestion.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,9 @@ components:
11961196
type: integer
11971197
outcome:
11981198
$ref: '#/components/schemas/RunOutcome'
1199+
reason:
1200+
type: string
1201+
description: Explains the result of outcome.
11991202
type:
12001203
$ref: '#/components/schemas/RunType'
12011204
createdAt:

0 commit comments

Comments
 (0)