@dative-gpi/foundation-core-domain 1.0.137-maps2 → 1.0.137-maps3

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.
@@ -3,6 +3,7 @@ import { DeviceStatusDetails, type DeviceStatusDetailsDTO } from "../deviceStatu
3
3
  import { DeviceOrganisationAlert, type DeviceOrganisationAlertDTO } from "./deviceOrganisationAlert";
4
4
  import { ModelStatusInfos, type ModelStatusInfosDTO } from "../modelStatuses/modelStatusInfos";
5
5
  import { Address, type AddressDTO } from "@dative-gpi/foundation-shared-domain/models";
6
+ import { type EntityType } from '@dative-gpi/foundation-shared-domain/enums';
6
7
  import { PathCrumb, type PathCrumbDTO } from "../shared/pathCrumb";
7
8
 
8
9
  export class DeviceOrganisationInfos {
@@ -128,4 +129,6 @@ export interface DeviceOrganisationFilters {
128
129
  deviceOrganisationsIds?: string[] | null;
129
130
  otherDeviceOrganisationsIds?: string[] | null;
130
131
  search?: string | null;
132
+ entityType?: EntityType | null;
133
+ entitiesIds?: string[] | null;
131
134
  }
@@ -1,3 +1,4 @@
1
+ import type { EntityType } from '@dative-gpi/foundation-shared-domain/enums';
1
2
  import { Address, type AddressDTO } from "@dative-gpi/foundation-shared-domain/models";
2
3
 
3
4
  export class LocationInfos {
@@ -46,4 +47,6 @@ export interface LocationFilters {
46
47
  locationsIds?: string[] | null;
47
48
  modelsIds?: string[] | null;
48
49
  search?: string | null;
50
+ entityType?: EntityType | null;
51
+ entitiesIds?: string[] | null;
49
52
  }
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.137-maps2",
4
+ "version": "1.0.137-maps3",
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.137-maps2",
14
- "@dative-gpi/foundation-shared-services": "1.0.137-maps2"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.137-maps3",
14
+ "@dative-gpi/foundation-shared-services": "1.0.137-maps3"
15
15
  },
16
- "gitHead": "0e9da9645c2c83684220f99135cf12e4c339897c"
16
+ "gitHead": "006cf58fb01a31192c9511ba0910b023d5ce060e"
17
17
  }