@openshift-assisted/types 2.55.0 → 2.55.2

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.
@@ -1843,7 +1843,7 @@ export interface ImageInfo {
1843
1843
  staticNetworkConfig?: string;
1844
1844
  type?: ImageType;
1845
1845
  }
1846
- export type ImageType = 'full-iso' | 'minimal-iso';
1846
+ export type ImageType = 'full-iso' | 'minimal-iso' | 'disconnected-iso';
1847
1847
  export interface ImportClusterParams {
1848
1848
  /**
1849
1849
  * OpenShift cluster name.
package/package.json CHANGED
@@ -47,5 +47,5 @@
47
47
  "js-yaml": "^4.2.0",
48
48
  "sw2dts": "^2.6.3"
49
49
  },
50
- "version": "2.55.0"
50
+ "version": "2.55.2"
51
51
  }