Skip to content

Commit 7fa7800

Browse files
fix(specs): ingestion expected and received events type [skip-bc] (generated)
algolia/api-clients-automation#4356 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 8baf6c8 commit 7fa7800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// 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.
22

33
export type RunProgress = {
4-
expectedNbOfEvents?: number;
4+
expectedNbOfEvents: number;
55

6-
receivedNbOfEvents?: number;
6+
receivedNbOfEvents: number;
77
};

0 commit comments

Comments
 (0)