Skip to content

Commit e9c4e52

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@f1da5c7 from refs/heads/main
1 parent 27d653b commit e9c4e52

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16410,6 +16410,12 @@ export interface Project {
1641016410
* @memberof Project
1641116411
*/
1641216412
'description'?: string;
16413+
/**
16414+
*
16415+
* @type {number}
16416+
* @memberof Project
16417+
*/
16418+
'associated_environments_count': number;
1641316419
/**
1641416420
*
1641516421
* @type {ReferenceObject}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qovery-typescript-axios",
3-
"version": "v1.1.784",
3+
"version": "1.0.4",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)