qovery-typescript-axios 1.1.833 → 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
@@ -4630,6 +4630,12 @@ export interface ClusterRegion {
4630
4630
  * @memberof ClusterRegion
4631
4631
  */
4632
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>;
4633
4639
  }
4634
4640
  /**
4635
4641
  *
package/dist/api.d.ts CHANGED
@@ -4500,6 +4500,12 @@ export interface ClusterRegion {
4500
4500
  * @memberof ClusterRegion
4501
4501
  */
4502
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>;
4503
4509
  }
4504
4510
  /**
4505
4511
  *
package/dist/esm/api.d.ts CHANGED
@@ -4500,6 +4500,12 @@ export interface ClusterRegion {
4500
4500
  * @memberof ClusterRegion
4501
4501
  */
4502
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>;
4503
4509
  }
4504
4510
  /**
4505
4511
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.833",
3
+ "version": "v1.1.834",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {