Skip to content

Commit

Permalink
See Qovery/qovery-openapi-spec@5c31e68 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
qovery committed Jan 28, 2025
1 parent 0953e38 commit 9b20985
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6527,6 +6527,18 @@ export interface DeploymentHistoryService {
* @memberof DeploymentHistoryService
*/
'status_details'?: StatusDetails;
/**
*
* @type {string}
* @memberof DeploymentHistoryService
*/
'icon_uri': string;
/**
*
* @type {string}
* @memberof DeploymentHistoryService
*/
'total_duration'?: string;
}


Expand Down Expand Up @@ -6732,12 +6744,6 @@ export interface DeploymentHistoryServiceIdentifier {
* @memberof DeploymentHistoryServiceIdentifier
*/
'execution_id'?: string;
/**
*
* @type {string}
* @memberof DeploymentHistoryServiceIdentifier
*/
'icon_uri': string;
}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qovery-typescript-axios",
"version": "v1.1.535",
"version": "1.0.3",
"description": "OpenAPI client for qovery-typescript-axios",
"author": "OpenAPI-Generator Contributors",
"repository": {
Expand Down

0 comments on commit 9b20985

Please sign in to comment.