@sentio/api 1.0.5-rc.1 → 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 +1 -0
- package/package.json +1 -1
- package/src/types.gen.ts +1 -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 = {
|
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 = {
|