@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.5-rc.1",
3
+ "version": "1.0.5-rc.2",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
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 = {