@dative-gpi/foundation-core-domain 1.0.134-chart-filters → 1.0.134-device-data

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.
@@ -70,5 +70,4 @@ export interface ChartOrganisationTypeFilters {
70
70
  draft?: boolean | null;
71
71
  deprecatedChartId?: string | null;
72
72
  deviceOrganisationsIds?: string[] | null
73
- dataDefinitionsIds?: string[] | null;
74
73
  }
@@ -66,6 +66,5 @@ export interface ChartOrganisationFilters {
66
66
  search?: string | null;
67
67
  draft?: boolean | null;
68
68
  deprecatedChartId?: string | null;
69
- deviceOrganisationsIds?: string[] | null;
70
- dataDefinitionsIds?: string[] | null;
69
+ deviceOrganisationsIds?: string[] | null
71
70
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-domain",
3
3
  "sideEffects": false,
4
- "version": "1.0.134-chart-filters",
4
+ "version": "1.0.134-device-data",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.134-chart-filters",
14
- "@dative-gpi/foundation-shared-services": "1.0.134-chart-filters"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.134-device-data",
14
+ "@dative-gpi/foundation-shared-services": "1.0.134-device-data"
15
15
  },
16
- "gitHead": "e8d08a84da7f954e95f60cb5fbae445a670efc6f"
16
+ "gitHead": "6536a9125fd7fc67823406a5e970467f2a565470"
17
17
  }