Skip to content

Commit

Permalink
fix(specs): ingestion expected and received events type [skip-bc] (ge…
Browse files Browse the repository at this point in the history
…nerated)

algolia/api-clients-automation#4356

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Jan 13, 2025
1 parent 8baf6c8 commit 7fa7800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ingestion/model/runProgress.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 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.

export type RunProgress = {
expectedNbOfEvents?: number;
expectedNbOfEvents: number;

receivedNbOfEvents?: number;
receivedNbOfEvents: number;
};

0 comments on commit 7fa7800

Please sign in to comment.