qovery-ws-typescript-axios 0.1.641 → 0.1.643
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 +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -668,6 +668,12 @@ export type DebugFlavor = typeof DebugFlavor[keyof typeof DebugFlavor];
|
|
|
668
668
|
* @interface EnvironmentStatusDto
|
|
669
669
|
*/
|
|
670
670
|
export interface EnvironmentStatusDto {
|
|
671
|
+
/**
|
|
672
|
+
*
|
|
673
|
+
* @type {Array<ApplicationStatusDto>}
|
|
674
|
+
* @memberof EnvironmentStatusDto
|
|
675
|
+
*/
|
|
676
|
+
'agentic_workflows': Array<ApplicationStatusDto>;
|
|
671
677
|
/**
|
|
672
678
|
*
|
|
673
679
|
* @type {Array<ApplicationStatusDto>}
|
package/dist/api.d.ts
CHANGED
|
@@ -631,6 +631,12 @@ export type DebugFlavor = typeof DebugFlavor[keyof typeof DebugFlavor];
|
|
|
631
631
|
* @interface EnvironmentStatusDto
|
|
632
632
|
*/
|
|
633
633
|
export interface EnvironmentStatusDto {
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
* @type {Array<ApplicationStatusDto>}
|
|
637
|
+
* @memberof EnvironmentStatusDto
|
|
638
|
+
*/
|
|
639
|
+
'agentic_workflows': Array<ApplicationStatusDto>;
|
|
634
640
|
/**
|
|
635
641
|
*
|
|
636
642
|
* @type {Array<ApplicationStatusDto>}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -631,6 +631,12 @@ export type DebugFlavor = typeof DebugFlavor[keyof typeof DebugFlavor];
|
|
|
631
631
|
* @interface EnvironmentStatusDto
|
|
632
632
|
*/
|
|
633
633
|
export interface EnvironmentStatusDto {
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
* @type {Array<ApplicationStatusDto>}
|
|
637
|
+
* @memberof EnvironmentStatusDto
|
|
638
|
+
*/
|
|
639
|
+
'agentic_workflows': Array<ApplicationStatusDto>;
|
|
634
640
|
/**
|
|
635
641
|
*
|
|
636
642
|
* @type {Array<ApplicationStatusDto>}
|