qovery-typescript-axios 1.1.896 → 1.1.897

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
@@ -6033,6 +6033,12 @@ export interface ClusterRegion {
6033
6033
  * @memberof ClusterRegion
6034
6034
  */
6035
6035
  'city': string;
6036
+ /**
6037
+ * Whether ARM instance types are available in this region
6038
+ * @type {boolean}
6039
+ * @memberof ClusterRegion
6040
+ */
6041
+ 'arm_supported'?: boolean;
6036
6042
  /**
6037
6043
  * List of availability zones supported by this region
6038
6044
  * @type {Array<string>}
package/dist/api.d.ts CHANGED
@@ -5866,6 +5866,12 @@ export interface ClusterRegion {
5866
5866
  * @memberof ClusterRegion
5867
5867
  */
5868
5868
  'city': string;
5869
+ /**
5870
+ * Whether ARM instance types are available in this region
5871
+ * @type {boolean}
5872
+ * @memberof ClusterRegion
5873
+ */
5874
+ 'arm_supported'?: boolean;
5869
5875
  /**
5870
5876
  * List of availability zones supported by this region
5871
5877
  * @type {Array<string>}
package/dist/esm/api.d.ts CHANGED
@@ -5866,6 +5866,12 @@ export interface ClusterRegion {
5866
5866
  * @memberof ClusterRegion
5867
5867
  */
5868
5868
  'city': string;
5869
+ /**
5870
+ * Whether ARM instance types are available in this region
5871
+ * @type {boolean}
5872
+ * @memberof ClusterRegion
5873
+ */
5874
+ 'arm_supported'?: boolean;
5869
5875
  /**
5870
5876
  * List of availability zones supported by this region
5871
5877
  * @type {Array<string>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.896",
3
+ "version": "v1.1.897",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {