@gen3/core 0.11.55 → 0.11.56

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/index.d.ts CHANGED
@@ -8886,6 +8886,7 @@ interface ClearAllFilterParams {
8886
8886
  interface CreateCohortParams {
8887
8887
  name?: string;
8888
8888
  filters?: IndexedFilterSet;
8889
+ setAsCurrent?: boolean;
8889
8890
  }
8890
8891
  interface UpdateCohortNameParams {
8891
8892
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gen3/core",
3
- "version": "0.11.55",
3
+ "version": "0.11.56",
4
4
  "author": "CTDS",
5
5
  "description": "Core module for Gen3.2. Packages provides an interface for interacting with the gen3 API, various types, and a redux store for managing state.",
6
6
  "license": "Apache-2.0",
@@ -74,5 +74,5 @@
74
74
  "files": [
75
75
  "dist"
76
76
  ],
77
- "gitHead": "c56cc82971da733d7a749ccba9e67c8b9610f709"
77
+ "gitHead": "87bbe7fb8824b763ff850264f1ed25f8422c7e5f"
78
78
  }