@kubevirt-ui-ext/kubevirt-api 2.1.4 → 2.1.5

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.
@@ -1704,7 +1704,7 @@ interface IoK8sApiAppsV1ControllerRevisionList {
1704
1704
  * IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
1705
1705
  * @format int-or-string
1706
1706
  */
1707
- type IoK8sApimachineryPkgUtilIntstrIntOrString = string;
1707
+ type IoK8sApimachineryPkgUtilIntstrIntOrString = string | number;
1708
1708
 
1709
1709
  /** Spec to control the desired behavior of daemon set rolling update. */
1710
1710
  interface IoK8sApiAppsV1RollingUpdateDaemonSet {
@@ -1704,7 +1704,7 @@ interface IoK8sApiAppsV1ControllerRevisionList {
1704
1704
  * IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
1705
1705
  * @format int-or-string
1706
1706
  */
1707
- type IoK8sApimachineryPkgUtilIntstrIntOrString = string;
1707
+ type IoK8sApimachineryPkgUtilIntstrIntOrString = string | number;
1708
1708
 
1709
1709
  /** Spec to control the desired behavior of daemon set rolling update. */
1710
1710
  interface IoK8sApiAppsV1RollingUpdateDaemonSet {
@@ -1029,7 +1029,7 @@ interface K8sIoApimachineryPkgApisMetaV1WatchEvent {
1029
1029
  * IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
1030
1030
  * @format int-or-string
1031
1031
  */
1032
- type K8sIoApimachineryPkgUtilIntstrIntOrString = string;
1032
+ type K8sIoApimachineryPkgUtilIntstrIntOrString = string | number;
1033
1033
 
1034
1034
  interface V1ACPI {
1035
1035
  /** Similar to SlicNameRef, another ACPI entry that is used in more recent Windows versions. The above points to the spec of MSDM too. */
@@ -1029,7 +1029,7 @@ interface K8sIoApimachineryPkgApisMetaV1WatchEvent {
1029
1029
  * IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.
1030
1030
  * @format int-or-string
1031
1031
  */
1032
- type K8sIoApimachineryPkgUtilIntstrIntOrString = string;
1032
+ type K8sIoApimachineryPkgUtilIntstrIntOrString = string | number;
1033
1033
 
1034
1034
  interface V1ACPI {
1035
1035
  /** Similar to SlicNameRef, another ACPI entry that is used in more recent Windows versions. The above points to the spec of MSDM too. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubevirt-ui-ext/kubevirt-api",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "kubevirt OpenAPI automation for TypeScript",
5
5
  "type": "module",
6
6
  "exports": {