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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
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>}
|