qovery-typescript-axios 1.1.873 → 1.1.874

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
@@ -2099,6 +2099,18 @@ export interface ArgoCdInstanceMappingResponse {
2099
2099
  * @memberof ArgoCdInstanceMappingResponse
2100
2100
  */
2101
2101
  'agent_cluster_id': string;
2102
+ /**
2103
+ * Display name of the Qovery cluster where the ArgoCD instance is running
2104
+ * @type {string}
2105
+ * @memberof ArgoCdInstanceMappingResponse
2106
+ */
2107
+ 'agent_cluster_name': string;
2108
+ /**
2109
+ *
2110
+ * @type {CloudVendorEnum}
2111
+ * @memberof ArgoCdInstanceMappingResponse
2112
+ */
2113
+ 'agent_cluster_cloud_provider': CloudVendorEnum;
2102
2114
  /**
2103
2115
  * ID of the stored ArgoCD credentials for this instance
2104
2116
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -2016,6 +2016,18 @@ export interface ArgoCdInstanceMappingResponse {
2016
2016
  * @memberof ArgoCdInstanceMappingResponse
2017
2017
  */
2018
2018
  'agent_cluster_id': string;
2019
+ /**
2020
+ * Display name of the Qovery cluster where the ArgoCD instance is running
2021
+ * @type {string}
2022
+ * @memberof ArgoCdInstanceMappingResponse
2023
+ */
2024
+ 'agent_cluster_name': string;
2025
+ /**
2026
+ *
2027
+ * @type {CloudVendorEnum}
2028
+ * @memberof ArgoCdInstanceMappingResponse
2029
+ */
2030
+ 'agent_cluster_cloud_provider': CloudVendorEnum;
2019
2031
  /**
2020
2032
  * ID of the stored ArgoCD credentials for this instance
2021
2033
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -2016,6 +2016,18 @@ export interface ArgoCdInstanceMappingResponse {
2016
2016
  * @memberof ArgoCdInstanceMappingResponse
2017
2017
  */
2018
2018
  'agent_cluster_id': string;
2019
+ /**
2020
+ * Display name of the Qovery cluster where the ArgoCD instance is running
2021
+ * @type {string}
2022
+ * @memberof ArgoCdInstanceMappingResponse
2023
+ */
2024
+ 'agent_cluster_name': string;
2025
+ /**
2026
+ *
2027
+ * @type {CloudVendorEnum}
2028
+ * @memberof ArgoCdInstanceMappingResponse
2029
+ */
2030
+ 'agent_cluster_cloud_provider': CloudVendorEnum;
2019
2031
  /**
2020
2032
  * ID of the stored ArgoCD credentials for this instance
2021
2033
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.873",
3
+ "version": "v1.1.874",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {