@openshift-assisted/types 2.51.0 → 2.51.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.
@@ -1806,7 +1806,7 @@ export interface ImageInfo {
1806
1806
  staticNetworkConfig?: string;
1807
1807
  type?: ImageType;
1808
1808
  }
1809
- export type ImageType = 'full-iso' | 'minimal-iso' | 'disconnected-iso';
1809
+ export type ImageType = 'full-iso' | 'minimal-iso';
1810
1810
  export interface ImportClusterParams {
1811
1811
  /**
1812
1812
  * OpenShift cluster name.
@@ -1913,10 +1913,6 @@ export interface InfraEnv {
1913
1913
  * certificates in this bundle.
1914
1914
  */
1915
1915
  additionalTrustBundle?: string;
1916
- /**
1917
- * The pull secret obtained from Red Hat OpenShift Cluster Manager at console.redhat.com/openshift/install/pull-secret.
1918
- */
1919
- pullSecret?: string;
1920
1916
  }
1921
1917
  export interface InfraEnvCreateParams {
1922
1918
  /**
package/package.json CHANGED
@@ -47,5 +47,5 @@
47
47
  "js-yaml": "^4.1.1",
48
48
  "sw2dts": "^2.6.3"
49
49
  },
50
- "version": "2.51.0"
50
+ "version": "2.51.1"
51
51
  }