@dative-gpi/foundation-shared-domain 0.0.131 → 0.0.133
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.
|
@@ -9,6 +9,7 @@ export class OrganisationDetails extends OrganisationInfos {
|
|
|
9
9
|
mainDashboardType: DashboardType;
|
|
10
10
|
description: string;
|
|
11
11
|
locationsCount: number;
|
|
12
|
+
groupsCount: number;
|
|
12
13
|
deviceOrganisationsCount: number;
|
|
13
14
|
permissions: PermissionInfos[];
|
|
14
15
|
|
|
@@ -21,6 +22,7 @@ export class OrganisationDetails extends OrganisationInfos {
|
|
|
21
22
|
this.mainDashboardId = params.mainDashboardId;
|
|
22
23
|
this.description = params.description;
|
|
23
24
|
this.locationsCount = params.locationsCount;
|
|
25
|
+
this.groupsCount = params.groupsCount;
|
|
24
26
|
this.deviceOrganisationsCount = params.deviceOrganisationsCount;
|
|
25
27
|
this.permissions = params.permissions.map(dto => new PermissionInfos(dto));
|
|
26
28
|
}
|
|
@@ -33,6 +35,7 @@ export interface OrganisationDetailsDTO extends OrganisationInfosDTO {
|
|
|
33
35
|
mainDashboardType: DashboardType;
|
|
34
36
|
description: string;
|
|
35
37
|
locationsCount: number;
|
|
38
|
+
groupsCount: number;
|
|
36
39
|
deviceOrganisationsCount: number;
|
|
37
40
|
permissions: PermissionInfosDTO[];
|
|
38
41
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dative-gpi/foundation-shared-domain",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.133",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"date-fns": "^3.6.0"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "fffc98c303ba7dea2b804a44d6dfa2b314b175fe"
|
|
16
16
|
}
|