@mittwald/api-models 4.15.0 → 4.16.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.
|
@@ -2,5 +2,6 @@ import { MittwaldAPIV2 } from "@mittwald/api-client";
|
|
|
2
2
|
export type IngressRedirectTargetData = MittwaldAPIV2.Components.Schemas.IngressTargetUrl;
|
|
3
3
|
export type IngressDirectoryTargetData = MittwaldAPIV2.Components.Schemas.IngressTargetDirectory;
|
|
4
4
|
export type IngressAppInstallationTargetData = MittwaldAPIV2.Components.Schemas.IngressTargetInstallation;
|
|
5
|
+
export type IngressContainerTargetData = MittwaldAPIV2.Components.Schemas.IngressTargetContainer;
|
|
5
6
|
export type IngressUndefinedTargetData = MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
|
|
6
|
-
export type IngressTargetData = IngressRedirectTargetData | IngressDirectoryTargetData | IngressAppInstallationTargetData | IngressUndefinedTargetData;
|
|
7
|
+
export type IngressTargetData = IngressRedirectTargetData | IngressDirectoryTargetData | IngressAppInstallationTargetData | IngressUndefinedTargetData | IngressContainerTargetData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-models",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.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",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "node --experimental-vm-modules $(yarn bin jest)"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@mittwald/api-client": "^4.
|
|
40
|
+
"@mittwald/api-client": "^4.16.0",
|
|
41
41
|
"another-deep-freeze": "^1.0.0",
|
|
42
42
|
"polytype": "^0.17.0",
|
|
43
43
|
"type-fest": "^4.12.0"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"optional": true
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "bc0b3162309a2bff318c53a3e9e4f65f4a81943e"
|
|
75
75
|
}
|