Skip to content

Commit 740bacf

Browse files
fix(specs): updated watchResponse (generated)
algolia/api-clients-automation#4879 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 702791a commit 740bacf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/ingestion/model/watchResponse.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export type WatchResponse = {
88
*/
99
runID: string;
1010

11+
/**
12+
* Universally unique identifier (UUID) of an event.
13+
*/
14+
eventID?: string;
15+
1116
/**
1217
* when used with discovering or validating sources, the sampled data of your source is returned.
1318
*/
@@ -22,4 +27,9 @@ export type WatchResponse = {
2227
* a message describing the outcome of a validate run.
2328
*/
2429
message?: string;
30+
31+
/**
32+
* Date of creation in RFC 3339 format.
33+
*/
34+
createdAt?: string;
2535
};

0 commit comments

Comments
 (0)