@metal-stack/api 0.0.54 → 0.0.56

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.
@@ -191,6 +191,7 @@ export var NetworkType;
191
191
  * Connectivity to external networks is not possible, as for normal child networks.
192
192
  * These networks are usually used to provide connectivity to shared services which are created in child networks, e.g. storage.
193
193
  * With this approach the number of hops can be reduced to the bare minimum in order to increase availability and performance.
194
+ * Only one child shared network per project is allowed.
194
195
  *
195
196
  * @generated from enum value: NETWORK_TYPE_CHILD_SHARED = 6;
196
197
  */
@@ -830,6 +830,7 @@ export enum NetworkType {
830
830
  * Connectivity to external networks is not possible, as for normal child networks.
831
831
  * These networks are usually used to provide connectivity to shared services which are created in child networks, e.g. storage.
832
832
  * With this approach the number of hops can be reduced to the bare minimum in order to increase availability and performance.
833
+ * Only one child shared network per project is allowed.
833
834
  *
834
835
  * @generated from enum value: NETWORK_TYPE_CHILD_SHARED = 6;
835
836
  */
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  "files": [
20
20
  "js/*"
21
21
  ],
22
- "version": "0.0.54"
22
+ "version": "0.0.56"
23
23
  }