@dative-gpi/foundation-core-domain 0.0.167 → 0.0.169

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.
@@ -55,11 +55,6 @@ export interface DashboardOrganisationTypeDetailsDTO extends DashboardOrganisati
55
55
  widgets: WidgetInfosDTO[];
56
56
  }
57
57
 
58
- export interface CreateDashboardOrganisationTypeDTO {
59
- dashboardOrganisationId: string;
60
- organisationTypeId: string | null;
61
- }
62
-
63
58
  export interface UpdateDashboardOrganisationTypeDTO {
64
59
  imageId: string | null;
65
60
  image: string | null;
@@ -80,6 +75,11 @@ export interface UpdateDashboardOrganisationTypeDTO {
80
75
  widgets: CreateWidgetDTO[];
81
76
  }
82
77
 
78
+ export interface PublishDashboardOrganisationTypeDTO {
79
+ dashboardOrganisationId: string;
80
+ organisationTypeId: string | null;
81
+ }
82
+
83
83
  export interface LockDashboardOrganisationTypeDTO {
84
84
  locked: boolean;
85
85
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-core-domain",
3
3
  "sideEffects": false,
4
- "version": "0.0.167",
4
+ "version": "0.0.169",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -9,5 +9,5 @@
9
9
  "main": "index.ts",
10
10
  "author": "",
11
11
  "license": "ISC",
12
- "gitHead": "0369bb8734e0e6077fc36c2df6f70cd923020cc2"
12
+ "gitHead": "d3b7822492d48cb06a5a6f0f408fd19071b169ff"
13
13
  }