@mittwald/api-models 4.374.0 → 4.376.0

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.
@@ -26,6 +26,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
26
26
  deletionRequested?: boolean | undefined;
27
27
  description: string;
28
28
  disabled: boolean;
29
+ hostname?: string | undefined;
29
30
  id: string;
30
31
  installationPath: string;
31
32
  lastError?: string | undefined;
@@ -34,6 +35,10 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
34
35
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
35
36
  } | undefined;
36
37
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
38
+ ports?: {
39
+ name?: string;
40
+ port?: number;
41
+ }[] | undefined;
37
42
  projectDescription: string;
38
43
  projectId: string;
39
44
  screenshotId?: string | undefined;
@@ -53,6 +58,7 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
53
58
  deletionRequested?: boolean | undefined;
54
59
  description: string;
55
60
  disabled: boolean;
61
+ hostname?: string | undefined;
56
62
  id: string;
57
63
  installationPath: string;
58
64
  lastError?: string | undefined;
@@ -61,6 +67,10 @@ declare const AppInstallationCommon_base: import("polytype").Polytype.ClusteredC
61
67
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
62
68
  } | undefined;
63
69
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
70
+ ports?: {
71
+ name?: string;
72
+ port?: number;
73
+ }[] | undefined;
64
74
  projectDescription: string;
65
75
  projectId: string;
66
76
  screenshotId?: string | undefined;
@@ -86,6 +96,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
86
96
  deletionRequested?: boolean | undefined;
87
97
  description: string;
88
98
  disabled: boolean;
99
+ hostname?: string | undefined;
89
100
  id: string;
90
101
  installationPath: string;
91
102
  lastError?: string | undefined;
@@ -94,6 +105,10 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
94
105
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
95
106
  } | undefined;
96
107
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
108
+ ports?: {
109
+ name?: string;
110
+ port?: number;
111
+ }[] | undefined;
97
112
  projectDescription: string;
98
113
  projectId: string;
99
114
  screenshotId?: string | undefined;
@@ -113,6 +128,7 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
113
128
  deletionRequested?: boolean | undefined;
114
129
  description: string;
115
130
  disabled: boolean;
131
+ hostname?: string | undefined;
116
132
  id: string;
117
133
  installationPath: string;
118
134
  lastError?: string | undefined;
@@ -121,6 +137,10 @@ declare const AppInstallationDetailed_base: import("polytype").Polytype.Clustere
121
137
  [k: string]: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppLockPurpose;
122
138
  } | undefined;
123
139
  phase: import("@mittwald/api-client").MittwaldAPIV2.Components.Schemas.AppPhase;
140
+ ports?: {
141
+ name?: string;
142
+ port?: number;
143
+ }[] | undefined;
124
144
  projectDescription: string;
125
145
  projectId: string;
126
146
  screenshotId?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.374.0",
3
+ "version": "4.376.0",
4
4
  "author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
5
5
  "type": "module",
6
6
  "description": "Collection of domain models for coherent interaction with the API",
@@ -39,7 +39,7 @@
39
39
  "test:unit": "node --experimental-vm-modules $(yarn bin jest)"
40
40
  },
41
41
  "dependencies": {
42
- "@mittwald/api-client": "^4.374.0",
42
+ "@mittwald/api-client": "^4.376.0",
43
43
  "another-deep-freeze": "1.0.0",
44
44
  "context": "^3.0.33",
45
45
  "dinero.js": "^1.9.1",
@@ -86,5 +86,5 @@
86
86
  "optional": true
87
87
  }
88
88
  },
89
- "gitHead": "1846d5cbe8ee133908c9214f44486b146a899090"
89
+ "gitHead": "1ee7afeb98e2b218fc01c1fc77c64904243f73bd"
90
90
  }