@mittwald/api-models 4.383.0 → 4.385.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.
@@ -22,6 +22,7 @@ declare const IngressCommon_base: import("polytype").Polytype.ClusteredConstruct
22
22
  id: string;
23
23
  ips: {
24
24
  v4: string[];
25
+ v6: string[];
25
26
  };
26
27
  isDefault: boolean;
27
28
  isDomain?: boolean | undefined;
@@ -36,6 +37,7 @@ declare const IngressCommon_base: import("polytype").Polytype.ClusteredConstruct
36
37
  id: string;
37
38
  ips: {
38
39
  v4: string[];
40
+ v6: string[];
39
41
  };
40
42
  isDefault: boolean;
41
43
  isDomain?: boolean | undefined;
@@ -59,6 +61,7 @@ declare const IngressDetailed_base: import("polytype").Polytype.ClusteredConstru
59
61
  id: string;
60
62
  ips: {
61
63
  v4: string[];
64
+ v6: string[];
62
65
  };
63
66
  isDefault: boolean;
64
67
  isDomain?: boolean | undefined;
@@ -73,6 +76,7 @@ declare const IngressDetailed_base: import("polytype").Polytype.ClusteredConstru
73
76
  id: string;
74
77
  ips: {
75
78
  v4: string[];
79
+ v6: string[];
76
80
  };
77
81
  isDefault: boolean;
78
82
  isDomain?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-models",
3
- "version": "4.383.0",
3
+ "version": "4.385.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.383.0",
42
+ "@mittwald/api-client": "^4.385.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": "6a98afd422d25c1ccbed54378a198c47ac811849"
89
+ "gitHead": "1802e5eb9a15e6177dcd3c90969c102574e7cc8d"
90
90
  }