Skip to content

Commit 80db0cc

Browse files
algolia-botmillotp
andcommitted
fix(specs): message is not required in WatchResponse (generated)
algolia/api-clients-automation#4723 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 9e3585c commit 80db0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ingestion/model/watchResponse.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export type WatchResponse = {
66
/**
77
* Universally unique identifier (UUID) of a task run.
88
*/
9-
runID?: string;
9+
runID: string;
1010

1111
/**
1212
* when used with discovering or validating sources, the sampled data of your source is returned.
@@ -21,5 +21,5 @@ export type WatchResponse = {
2121
/**
2222
* a message describing the outcome of a validate run.
2323
*/
24-
message: string;
24+
message?: string;
2525
};

0 commit comments

Comments
 (0)