@kubevirt-ui-ext/kubevirt-api 2.1.0 → 2.1.1

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.
@@ -459,7 +459,9 @@ type V1Duration = string;
459
459
  *
460
460
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
461
461
  */
462
- type V1FieldsV1 = Record<string, unknown>;
462
+ interface V1FieldsV1 {
463
+ [field: string]: V1FieldsV1 | Record<string, never>;
464
+ }
463
465
 
464
466
  /** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
465
467
  interface V1ListMeta {
@@ -459,7 +459,9 @@ type V1Duration = string;
459
459
  *
460
460
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
461
461
  */
462
- type V1FieldsV1 = Record<string, unknown>;
462
+ interface V1FieldsV1 {
463
+ [field: string]: V1FieldsV1 | Record<string, never>;
464
+ }
463
465
 
464
466
  /** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
465
467
  interface V1ListMeta {
@@ -307,7 +307,9 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
307
307
  *
308
308
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
309
309
  */
310
- type IoK8sApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
310
+ interface IoK8sApimachineryPkgApisMetaV1FieldsV1 {
311
+ [field: string]: IoK8sApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
312
+ }
311
313
 
312
314
  /**
313
315
  * Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
@@ -307,7 +307,9 @@ interface IoK8sApiAdmissionregistrationV1MutatingWebhook {
307
307
  *
308
308
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
309
309
  */
310
- type IoK8sApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
310
+ interface IoK8sApimachineryPkgApisMetaV1FieldsV1 {
311
+ [field: string]: IoK8sApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
312
+ }
311
313
 
312
314
  /**
313
315
  * Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
@@ -762,7 +762,9 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
762
762
  *
763
763
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
764
764
  */
765
- type K8sIoApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
765
+ interface K8sIoApimachineryPkgApisMetaV1FieldsV1 {
766
+ [field: string]: K8sIoApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
767
+ }
766
768
 
767
769
  /** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
768
770
  interface K8sIoApimachineryPkgApisMetaV1ListMeta {
@@ -762,7 +762,9 @@ type K8sIoApimachineryPkgApisMetaV1Duration = string;
762
762
  *
763
763
  * The exact format is defined in sigs.k8s.io/structured-merge-diff
764
764
  */
765
- type K8sIoApimachineryPkgApisMetaV1FieldsV1 = Record<string, unknown>;
765
+ interface K8sIoApimachineryPkgApisMetaV1FieldsV1 {
766
+ [field: string]: K8sIoApimachineryPkgApisMetaV1FieldsV1 | Record<string, never>;
767
+ }
766
768
 
767
769
  /** ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. */
768
770
  interface K8sIoApimachineryPkgApisMetaV1ListMeta {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubevirt-ui-ext/kubevirt-api",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "kubevirt OpenAPI automation for TypeScript",
5
5
  "type": "module",
6
6
  "exports": {