qovery-typescript-axios 1.1.917 → 1.1.918

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
@@ -5571,11 +5571,11 @@ export interface ClusterAnalysisRequest {
5571
5571
  */
5572
5572
  'prometheus_url'?: string | null;
5573
5573
  /**
5574
- * Optional history duration in hours for COST_RECOMMENDATION analysis.
5575
- * @type {number}
5574
+ * Optional allowlisted KRR arguments for COST_RECOMMENDATION analysis. The engine validates and rejects unsupported or unsafe KRR flags.
5575
+ * @type {Array<string>}
5576
5576
  * @memberof ClusterAnalysisRequest
5577
5577
  */
5578
- 'history_duration_hours'?: number | null;
5578
+ 'cmd_args'?: Array<string>;
5579
5579
  /**
5580
5580
  * Optional target Kubernetes version for DEPRECATED_API_CHECK analysis.
5581
5581
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -5394,11 +5394,11 @@ export interface ClusterAnalysisRequest {
5394
5394
  */
5395
5395
  'prometheus_url'?: string | null;
5396
5396
  /**
5397
- * Optional history duration in hours for COST_RECOMMENDATION analysis.
5398
- * @type {number}
5397
+ * Optional allowlisted KRR arguments for COST_RECOMMENDATION analysis. The engine validates and rejects unsupported or unsafe KRR flags.
5398
+ * @type {Array<string>}
5399
5399
  * @memberof ClusterAnalysisRequest
5400
5400
  */
5401
- 'history_duration_hours'?: number | null;
5401
+ 'cmd_args'?: Array<string>;
5402
5402
  /**
5403
5403
  * Optional target Kubernetes version for DEPRECATED_API_CHECK analysis.
5404
5404
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -5394,11 +5394,11 @@ export interface ClusterAnalysisRequest {
5394
5394
  */
5395
5395
  'prometheus_url'?: string | null;
5396
5396
  /**
5397
- * Optional history duration in hours for COST_RECOMMENDATION analysis.
5398
- * @type {number}
5397
+ * Optional allowlisted KRR arguments for COST_RECOMMENDATION analysis. The engine validates and rejects unsupported or unsafe KRR flags.
5398
+ * @type {Array<string>}
5399
5399
  * @memberof ClusterAnalysisRequest
5400
5400
  */
5401
- 'history_duration_hours'?: number | null;
5401
+ 'cmd_args'?: Array<string>;
5402
5402
  /**
5403
5403
  * Optional target Kubernetes version for DEPRECATED_API_CHECK analysis.
5404
5404
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.917",
3
+ "version": "v1.1.918",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {