@openshift-assisted/types 2.49.0 → 2.50.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.
@@ -113,7 +113,7 @@ export interface Cluster {
113
113
  * 'AddHostsCluster' for cluster that add hosts to existing OCP cluster,
114
114
  *
115
115
  */
116
- kind: 'Cluster' | 'AddHostsCluster';
116
+ kind: 'Cluster' | 'AddHostsCluster' | 'DisconnectedCluster';
117
117
  /**
118
118
  * (DEPRECATED) Please use 'controlPlaneCount' instead. Guaranteed availability of the installed cluster. 'Full' installs a Highly-Available cluster
119
119
  * over multiple master nodes whereas 'None' installs a full cluster over one node.
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.49.0"
50
+ "version": "2.50.1"
51
51
  }
package/tsconfig.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "incremental": true,
5
5
  "noEmit": false,
6
6
  "resolveJsonModule": true,
7
+ "skipLibCheck": true,
7
8
  "tsBuildInfoFile": "node_modules/.cache/tsc/tsconfig.tsbuildinfo"
8
9
  },
9
10
  "include": ["*.d.ts"]