qovery-typescript-axios 1.1.944 → 1.1.945
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 +12 -0
- package/dist/api.d.ts +12 -0
- package/dist/esm/api.d.ts +12 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -12172,6 +12172,12 @@ export interface DeploymentStageWithServicesStatuses {
|
|
|
12172
12172
|
* @memberof DeploymentStageWithServicesStatuses
|
|
12173
12173
|
*/
|
|
12174
12174
|
'terraforms'?: Array<Status>;
|
|
12175
|
+
/**
|
|
12176
|
+
*
|
|
12177
|
+
* @type {Array<Status>}
|
|
12178
|
+
* @memberof DeploymentStageWithServicesStatuses
|
|
12179
|
+
*/
|
|
12180
|
+
'agentic_workflows'?: Array<Status>;
|
|
12175
12181
|
/**
|
|
12176
12182
|
*
|
|
12177
12183
|
* @type {Stage}
|
|
@@ -13733,6 +13739,12 @@ export interface EnvironmentStatuses {
|
|
|
13733
13739
|
* @memberof EnvironmentStatuses
|
|
13734
13740
|
*/
|
|
13735
13741
|
'terraforms': Array<Status>;
|
|
13742
|
+
/**
|
|
13743
|
+
*
|
|
13744
|
+
* @type {Array<Status>}
|
|
13745
|
+
* @memberof EnvironmentStatuses
|
|
13746
|
+
*/
|
|
13747
|
+
'agentic_workflows'?: Array<Status>;
|
|
13736
13748
|
}
|
|
13737
13749
|
/**
|
|
13738
13750
|
*
|
package/dist/api.d.ts
CHANGED
|
@@ -11836,6 +11836,12 @@ export interface DeploymentStageWithServicesStatuses {
|
|
|
11836
11836
|
* @memberof DeploymentStageWithServicesStatuses
|
|
11837
11837
|
*/
|
|
11838
11838
|
'terraforms'?: Array<Status>;
|
|
11839
|
+
/**
|
|
11840
|
+
*
|
|
11841
|
+
* @type {Array<Status>}
|
|
11842
|
+
* @memberof DeploymentStageWithServicesStatuses
|
|
11843
|
+
*/
|
|
11844
|
+
'agentic_workflows'?: Array<Status>;
|
|
11839
11845
|
/**
|
|
11840
11846
|
*
|
|
11841
11847
|
* @type {Stage}
|
|
@@ -13345,6 +13351,12 @@ export interface EnvironmentStatuses {
|
|
|
13345
13351
|
* @memberof EnvironmentStatuses
|
|
13346
13352
|
*/
|
|
13347
13353
|
'terraforms': Array<Status>;
|
|
13354
|
+
/**
|
|
13355
|
+
*
|
|
13356
|
+
* @type {Array<Status>}
|
|
13357
|
+
* @memberof EnvironmentStatuses
|
|
13358
|
+
*/
|
|
13359
|
+
'agentic_workflows'?: Array<Status>;
|
|
13348
13360
|
}
|
|
13349
13361
|
/**
|
|
13350
13362
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -11836,6 +11836,12 @@ export interface DeploymentStageWithServicesStatuses {
|
|
|
11836
11836
|
* @memberof DeploymentStageWithServicesStatuses
|
|
11837
11837
|
*/
|
|
11838
11838
|
'terraforms'?: Array<Status>;
|
|
11839
|
+
/**
|
|
11840
|
+
*
|
|
11841
|
+
* @type {Array<Status>}
|
|
11842
|
+
* @memberof DeploymentStageWithServicesStatuses
|
|
11843
|
+
*/
|
|
11844
|
+
'agentic_workflows'?: Array<Status>;
|
|
11839
11845
|
/**
|
|
11840
11846
|
*
|
|
11841
11847
|
* @type {Stage}
|
|
@@ -13345,6 +13351,12 @@ export interface EnvironmentStatuses {
|
|
|
13345
13351
|
* @memberof EnvironmentStatuses
|
|
13346
13352
|
*/
|
|
13347
13353
|
'terraforms': Array<Status>;
|
|
13354
|
+
/**
|
|
13355
|
+
*
|
|
13356
|
+
* @type {Array<Status>}
|
|
13357
|
+
* @memberof EnvironmentStatuses
|
|
13358
|
+
*/
|
|
13359
|
+
'agentic_workflows'?: Array<Status>;
|
|
13348
13360
|
}
|
|
13349
13361
|
/**
|
|
13350
13362
|
*
|