@sentio/api 1.0.4 → 1.0.5-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2490,6 +2490,7 @@ export declare namespace processor_service {
2490
2490
  handlerStat?: string;
2491
2491
  initialStartBlockNumber?: string;
2492
2492
  estimatedLatestBlockNumber?: string;
2493
+ lastBlockNumber?: string;
2493
2494
  /**
2494
2495
  * To be deprecated after the migration.
2495
2496
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.4",
3
+ "version": "1.0.5-rc.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -2502,6 +2502,7 @@ export namespace processor_service {
2502
2502
  handlerStat?: string;
2503
2503
  initialStartBlockNumber?: string;
2504
2504
  estimatedLatestBlockNumber?: string;
2505
+ lastBlockNumber?: string;
2505
2506
  /**
2506
2507
  * To be deprecated after the migration.
2507
2508
  */