@sentio/api 1.0.4 → 1.0.5-rc.2
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.
- package/dist/src/types.gen.d.ts +2 -0
- package/package.json +1 -1
- package/src/types.gen.ts +2 -0
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -1520,6 +1520,7 @@ export declare namespace common {
|
|
|
1520
1520
|
type?: SegmentationQueryResourceType;
|
|
1521
1521
|
cohortsId?: string;
|
|
1522
1522
|
cohortsQuery?: CohortsQuery;
|
|
1523
|
+
multipleNames?: Array<string>;
|
|
1523
1524
|
};
|
|
1524
1525
|
type SegmentationQueryResourceType = 'EVENTS' | 'COHORTS';
|
|
1525
1526
|
type SegmentationQuerySelectorExpr = {
|
|
@@ -2490,6 +2491,7 @@ export declare namespace processor_service {
|
|
|
2490
2491
|
handlerStat?: string;
|
|
2491
2492
|
initialStartBlockNumber?: string;
|
|
2492
2493
|
estimatedLatestBlockNumber?: string;
|
|
2494
|
+
lastBlockNumber?: string;
|
|
2493
2495
|
/**
|
|
2494
2496
|
* To be deprecated after the migration.
|
|
2495
2497
|
*/
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -1525,6 +1525,7 @@ export namespace common {
|
|
|
1525
1525
|
type?: SegmentationQueryResourceType;
|
|
1526
1526
|
cohortsId?: string;
|
|
1527
1527
|
cohortsQuery?: CohortsQuery;
|
|
1528
|
+
multipleNames?: Array<string>;
|
|
1528
1529
|
};
|
|
1529
1530
|
export type SegmentationQueryResourceType = 'EVENTS' | 'COHORTS';
|
|
1530
1531
|
export type SegmentationQuerySelectorExpr = {
|
|
@@ -2502,6 +2503,7 @@ export namespace processor_service {
|
|
|
2502
2503
|
handlerStat?: string;
|
|
2503
2504
|
initialStartBlockNumber?: string;
|
|
2504
2505
|
estimatedLatestBlockNumber?: string;
|
|
2506
|
+
lastBlockNumber?: string;
|
|
2505
2507
|
/**
|
|
2506
2508
|
* To be deprecated after the migration.
|
|
2507
2509
|
*/
|