qovery-typescript-axios 1.1.796 → 1.1.798

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
@@ -1583,6 +1583,12 @@ export interface ApplicationEditRequest {
1583
1583
  * @memberof ApplicationEditRequest
1584
1584
  */
1585
1585
  'docker_target_build_stage'?: string | null;
1586
+ /**
1587
+ *
1588
+ * @type {AutoscalingPolicyRequest}
1589
+ * @memberof ApplicationEditRequest
1590
+ */
1591
+ 'autoscaling'?: AutoscalingPolicyRequest;
1586
1592
  }
1587
1593
 
1588
1594
 
@@ -13356,6 +13362,18 @@ export interface KedaScalerResponse {
13356
13362
  * @memberof KedaScalerResponse
13357
13363
  */
13358
13364
  'role': KedaScalerRole;
13365
+ /**
13366
+ *
13367
+ * @type {{ [key: string]: any; }}
13368
+ * @memberof KedaScalerResponse
13369
+ */
13370
+ 'config_json'?: { [key: string]: any; } | null;
13371
+ /**
13372
+ *
13373
+ * @type {string}
13374
+ * @memberof KedaScalerResponse
13375
+ */
13376
+ 'config_yaml'?: string | null;
13359
13377
  }
13360
13378
 
13361
13379
 
package/dist/api.d.ts CHANGED
@@ -1503,6 +1503,12 @@ export interface ApplicationEditRequest {
1503
1503
  * @memberof ApplicationEditRequest
1504
1504
  */
1505
1505
  'docker_target_build_stage'?: string | null;
1506
+ /**
1507
+ *
1508
+ * @type {AutoscalingPolicyRequest}
1509
+ * @memberof ApplicationEditRequest
1510
+ */
1511
+ 'autoscaling'?: AutoscalingPolicyRequest;
1506
1512
  }
1507
1513
  /**
1508
1514
  *
@@ -12927,6 +12933,20 @@ export interface KedaScalerResponse {
12927
12933
  * @memberof KedaScalerResponse
12928
12934
  */
12929
12935
  'role': KedaScalerRole;
12936
+ /**
12937
+ *
12938
+ * @type {{ [key: string]: any; }}
12939
+ * @memberof KedaScalerResponse
12940
+ */
12941
+ 'config_json'?: {
12942
+ [key: string]: any;
12943
+ } | null;
12944
+ /**
12945
+ *
12946
+ * @type {string}
12947
+ * @memberof KedaScalerResponse
12948
+ */
12949
+ 'config_yaml'?: string | null;
12930
12950
  }
12931
12951
  /**
12932
12952
  *
package/dist/esm/api.d.ts CHANGED
@@ -1503,6 +1503,12 @@ export interface ApplicationEditRequest {
1503
1503
  * @memberof ApplicationEditRequest
1504
1504
  */
1505
1505
  'docker_target_build_stage'?: string | null;
1506
+ /**
1507
+ *
1508
+ * @type {AutoscalingPolicyRequest}
1509
+ * @memberof ApplicationEditRequest
1510
+ */
1511
+ 'autoscaling'?: AutoscalingPolicyRequest;
1506
1512
  }
1507
1513
  /**
1508
1514
  *
@@ -12927,6 +12933,20 @@ export interface KedaScalerResponse {
12927
12933
  * @memberof KedaScalerResponse
12928
12934
  */
12929
12935
  'role': KedaScalerRole;
12936
+ /**
12937
+ *
12938
+ * @type {{ [key: string]: any; }}
12939
+ * @memberof KedaScalerResponse
12940
+ */
12941
+ 'config_json'?: {
12942
+ [key: string]: any;
12943
+ } | null;
12944
+ /**
12945
+ *
12946
+ * @type {string}
12947
+ * @memberof KedaScalerResponse
12948
+ */
12949
+ 'config_yaml'?: string | null;
12930
12950
  }
12931
12951
  /**
12932
12952
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.796",
3
+ "version": "v1.1.798",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {