Skip to content

Commit c74e3b3

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@26be5c8 from refs/heads/main
1 parent 317d678 commit c74e3b3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

api.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@ export interface EnvironmentStatusDto {
565565
* @memberof EnvironmentStatusDto
566566
*/
567567
'state': ServiceStateDto;
568+
/**
569+
*
570+
* @type {Array<ApplicationStatusDto>}
571+
* @memberof EnvironmentStatusDto
572+
*/
573+
'terraform': Array<ApplicationStatusDto>;
568574
}
569575

570576

@@ -1374,13 +1380,13 @@ export interface PvcInfoDto {
13741380
* @type {string}
13751381
* @memberof PvcInfoDto
13761382
*/
1377-
'namespace': string;
1383+
'namespace'?: string | null;
13781384
/**
13791385
*
13801386
* @type {string}
13811387
* @memberof PvcInfoDto
13821388
*/
1383-
'pod_name': string;
1389+
'pod_name'?: string | null;
13841390
/**
13851391
*
13861392
* @type {PodQoveryServiceInfoDto}

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)