qovery-typescript-axios 1.1.877 → 1.1.878

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
@@ -2282,6 +2282,12 @@ export interface ArgocdAppResponse {
2282
2282
  * @memberof ArgocdAppResponse
2283
2283
  */
2284
2284
  'namespace': string;
2285
+ /**
2286
+ *
2287
+ * @type {ReferenceObject}
2288
+ * @memberof ArgocdAppResponse
2289
+ */
2290
+ 'environment': ReferenceObject;
2285
2291
  /**
2286
2292
  *
2287
2293
  * @type {string}
@@ -2294,6 +2300,12 @@ export interface ArgocdAppResponse {
2294
2300
  * @memberof ArgocdAppResponse
2295
2301
  */
2296
2302
  'cluster_id': string;
2303
+ /**
2304
+ * Icon URI representing the ArgoCD service.
2305
+ * @type {string}
2306
+ * @memberof ArgocdAppResponse
2307
+ */
2308
+ 'icon_uri': string;
2297
2309
  /**
2298
2310
  *
2299
2311
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -2195,6 +2195,12 @@ export interface ArgocdAppResponse {
2195
2195
  * @memberof ArgocdAppResponse
2196
2196
  */
2197
2197
  'namespace': string;
2198
+ /**
2199
+ *
2200
+ * @type {ReferenceObject}
2201
+ * @memberof ArgocdAppResponse
2202
+ */
2203
+ 'environment': ReferenceObject;
2198
2204
  /**
2199
2205
  *
2200
2206
  * @type {string}
@@ -2207,6 +2213,12 @@ export interface ArgocdAppResponse {
2207
2213
  * @memberof ArgocdAppResponse
2208
2214
  */
2209
2215
  'cluster_id': string;
2216
+ /**
2217
+ * Icon URI representing the ArgoCD service.
2218
+ * @type {string}
2219
+ * @memberof ArgocdAppResponse
2220
+ */
2221
+ 'icon_uri': string;
2210
2222
  /**
2211
2223
  *
2212
2224
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -2195,6 +2195,12 @@ export interface ArgocdAppResponse {
2195
2195
  * @memberof ArgocdAppResponse
2196
2196
  */
2197
2197
  'namespace': string;
2198
+ /**
2199
+ *
2200
+ * @type {ReferenceObject}
2201
+ * @memberof ArgocdAppResponse
2202
+ */
2203
+ 'environment': ReferenceObject;
2198
2204
  /**
2199
2205
  *
2200
2206
  * @type {string}
@@ -2207,6 +2213,12 @@ export interface ArgocdAppResponse {
2207
2213
  * @memberof ArgocdAppResponse
2208
2214
  */
2209
2215
  'cluster_id': string;
2216
+ /**
2217
+ * Icon URI representing the ArgoCD service.
2218
+ * @type {string}
2219
+ * @memberof ArgocdAppResponse
2220
+ */
2221
+ 'icon_uri': string;
2210
2222
  /**
2211
2223
  *
2212
2224
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.877",
3
+ "version": "v1.1.878",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {