We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39dc1f1 commit 17c5c0bCopy full SHA for 17c5c0b
api.ts
@@ -7317,6 +7317,12 @@ export interface DeploymentStageWithServicesStatuses {
7317
* @memberof DeploymentStageWithServicesStatuses
7318
*/
7319
'helms'?: Array<Status>;
7320
+ /**
7321
+ *
7322
+ * @type {Array<Status>}
7323
+ * @memberof DeploymentStageWithServicesStatuses
7324
+ */
7325
+ 'terraforms'?: Array<Status>;
7326
/**
7327
*
7328
* @type {Stage}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "qovery-typescript-axios",
3
- "version": "v1.1.607",
+ "version": "1.0.3",
4
"description": "OpenAPI client for qovery-typescript-axios",
5
"author": "OpenAPI-Generator Contributors",
6
"repository": {
0 commit comments