@dative-gpi/foundation-core-domain 1.0.86 → 1.0.87
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.
|
@@ -11,8 +11,8 @@ export class ConnectivityScenarioDetails extends ConnectivityScenarioInfos {
|
|
|
11
11
|
export interface ConnectivityScenarioDetailsDTO extends ConnectivityScenarioInfosDTO {
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
export interface
|
|
15
|
-
|
|
14
|
+
export interface UpsertConnectivityScenarioDTO {
|
|
15
|
+
deviceOrganisationsIds: string[];
|
|
16
16
|
time: number;
|
|
17
17
|
warnDeviceManager: boolean;
|
|
18
18
|
warnOnReconnection: boolean;
|
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.
|
|
4
|
+
"version": "1.0.87",
|
|
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.
|
|
14
|
-
"@dative-gpi/foundation-shared-services": "1.0.
|
|
13
|
+
"@dative-gpi/foundation-shared-domain": "1.0.87",
|
|
14
|
+
"@dative-gpi/foundation-shared-services": "1.0.87"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "180b62cf6fa6a72b6eff933df6f245c7cdc341db"
|
|
17
17
|
}
|