qovery-typescript-axios 1.1.832 → 1.1.834

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
@@ -3302,6 +3302,12 @@ export interface ClusterAdvancedSettings {
3302
3302
  * @memberof ClusterAdvancedSettings
3303
3303
  */
3304
3304
  'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
3305
+ /**
3306
+ * Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
3307
+ * @type {string}
3308
+ * @memberof ClusterAdvancedSettings
3309
+ */
3310
+ 'aws.eks.ec2.ami'?: string;
3305
3311
  /**
3306
3312
  *
3307
3313
  * @type {number}
@@ -4624,6 +4630,12 @@ export interface ClusterRegion {
4624
4630
  * @memberof ClusterRegion
4625
4631
  */
4626
4632
  'city': string;
4633
+ /**
4634
+ * List of availability zones supported by this region
4635
+ * @type {Array<string>}
4636
+ * @memberof ClusterRegion
4637
+ */
4638
+ 'zones'?: Array<string>;
4627
4639
  }
4628
4640
  /**
4629
4641
  *
package/dist/api.d.ts CHANGED
@@ -3192,6 +3192,12 @@ export interface ClusterAdvancedSettings {
3192
3192
  * @memberof ClusterAdvancedSettings
3193
3193
  */
3194
3194
  'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
3195
+ /**
3196
+ * Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
3197
+ * @type {string}
3198
+ * @memberof ClusterAdvancedSettings
3199
+ */
3200
+ 'aws.eks.ec2.ami'?: string;
3195
3201
  /**
3196
3202
  *
3197
3203
  * @type {number}
@@ -4494,6 +4500,12 @@ export interface ClusterRegion {
4494
4500
  * @memberof ClusterRegion
4495
4501
  */
4496
4502
  'city': string;
4503
+ /**
4504
+ * List of availability zones supported by this region
4505
+ * @type {Array<string>}
4506
+ * @memberof ClusterRegion
4507
+ */
4508
+ 'zones'?: Array<string>;
4497
4509
  }
4498
4510
  /**
4499
4511
  *
package/dist/esm/api.d.ts CHANGED
@@ -3192,6 +3192,12 @@ export interface ClusterAdvancedSettings {
3192
3192
  * @memberof ClusterAdvancedSettings
3193
3193
  */
3194
3194
  'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
3195
+ /**
3196
+ * Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
3197
+ * @type {string}
3198
+ * @memberof ClusterAdvancedSettings
3199
+ */
3200
+ 'aws.eks.ec2.ami'?: string;
3195
3201
  /**
3196
3202
  *
3197
3203
  * @type {number}
@@ -4494,6 +4500,12 @@ export interface ClusterRegion {
4494
4500
  * @memberof ClusterRegion
4495
4501
  */
4496
4502
  'city': string;
4503
+ /**
4504
+ * List of availability zones supported by this region
4505
+ * @type {Array<string>}
4506
+ * @memberof ClusterRegion
4507
+ */
4508
+ 'zones'?: Array<string>;
4497
4509
  }
4498
4510
  /**
4499
4511
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.832",
3
+ "version": "v1.1.834",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {