qovery-typescript-axios 1.1.889 → 1.1.890

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
@@ -2376,16 +2376,10 @@ export interface ArgocdAppResponse {
2376
2376
  'manifest_revision'?: string | null;
2377
2377
  /**
2378
2378
  *
2379
- * @type {string}
2380
- * @memberof ArgocdAppResponse
2381
- */
2382
- 'source_repo_url'?: string | null;
2383
- /**
2384
- *
2385
- * @type {string}
2379
+ * @type {ApplicationGitRepository}
2386
2380
  * @memberof ArgocdAppResponse
2387
2381
  */
2388
- 'source_target_revision'?: string | null;
2382
+ 'git_repository'?: ApplicationGitRepository | null;
2389
2383
  }
2390
2384
 
2391
2385
 
package/dist/api.d.ts CHANGED
@@ -2289,16 +2289,10 @@ export interface ArgocdAppResponse {
2289
2289
  'manifest_revision'?: string | null;
2290
2290
  /**
2291
2291
  *
2292
- * @type {string}
2293
- * @memberof ArgocdAppResponse
2294
- */
2295
- 'source_repo_url'?: string | null;
2296
- /**
2297
- *
2298
- * @type {string}
2292
+ * @type {ApplicationGitRepository}
2299
2293
  * @memberof ArgocdAppResponse
2300
2294
  */
2301
- 'source_target_revision'?: string | null;
2295
+ 'git_repository'?: ApplicationGitRepository | null;
2302
2296
  }
2303
2297
  /**
2304
2298
  *
package/dist/esm/api.d.ts CHANGED
@@ -2289,16 +2289,10 @@ export interface ArgocdAppResponse {
2289
2289
  'manifest_revision'?: string | null;
2290
2290
  /**
2291
2291
  *
2292
- * @type {string}
2293
- * @memberof ArgocdAppResponse
2294
- */
2295
- 'source_repo_url'?: string | null;
2296
- /**
2297
- *
2298
- * @type {string}
2292
+ * @type {ApplicationGitRepository}
2299
2293
  * @memberof ArgocdAppResponse
2300
2294
  */
2301
- 'source_target_revision'?: string | null;
2295
+ 'git_repository'?: ApplicationGitRepository | null;
2302
2296
  }
2303
2297
  /**
2304
2298
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.889",
3
+ "version": "v1.1.890",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {