qovery-typescript-axios 1.1.967 → 1.1.968

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.
package/api.ts CHANGED
@@ -8254,12 +8254,6 @@ export interface ClusterOperatorStatusResponse {
8254
8254
  * @memberof ClusterOperatorStatusResponse
8255
8255
  */
8256
8256
  'operator_version'?: string | null;
8257
- /**
8258
- *
8259
- * @type {string}
8260
- * @memberof ClusterOperatorStatusResponse
8261
- */
8262
- 'controller_version'?: string | null;
8263
8257
  /**
8264
8258
  *
8265
8259
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -8034,12 +8034,6 @@ export interface ClusterOperatorStatusResponse {
8034
8034
  * @memberof ClusterOperatorStatusResponse
8035
8035
  */
8036
8036
  'operator_version'?: string | null;
8037
- /**
8038
- *
8039
- * @type {string}
8040
- * @memberof ClusterOperatorStatusResponse
8041
- */
8042
- 'controller_version'?: string | null;
8043
8037
  /**
8044
8038
  *
8045
8039
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -8034,12 +8034,6 @@ export interface ClusterOperatorStatusResponse {
8034
8034
  * @memberof ClusterOperatorStatusResponse
8035
8035
  */
8036
8036
  'operator_version'?: string | null;
8037
- /**
8038
- *
8039
- * @type {string}
8040
- * @memberof ClusterOperatorStatusResponse
8041
- */
8042
- 'controller_version'?: string | null;
8043
8037
  /**
8044
8038
  *
8045
8039
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.967",
3
+ "version": "v1.1.968",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {