qovery-typescript-axios 1.1.948 → 1.1.949
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
|
@@ -12931,6 +12931,12 @@ export interface Environment {
|
|
|
12931
12931
|
* @memberof Environment
|
|
12932
12932
|
*/
|
|
12933
12933
|
'cluster_name'?: string;
|
|
12934
|
+
/**
|
|
12935
|
+
* Date after which the environment is automatically deleted. Null when the environment never expires, which is the case for every environment except the throwaway ones created for a single agentic workflow run.
|
|
12936
|
+
* @type {string}
|
|
12937
|
+
* @memberof Environment
|
|
12938
|
+
*/
|
|
12939
|
+
'expires_at'?: string | null;
|
|
12934
12940
|
}
|
|
12935
12941
|
|
|
12936
12942
|
|
package/dist/api.d.ts
CHANGED
|
@@ -12571,6 +12571,12 @@ export interface Environment {
|
|
|
12571
12571
|
* @memberof Environment
|
|
12572
12572
|
*/
|
|
12573
12573
|
'cluster_name'?: string;
|
|
12574
|
+
/**
|
|
12575
|
+
* Date after which the environment is automatically deleted. Null when the environment never expires, which is the case for every environment except the throwaway ones created for a single agentic workflow run.
|
|
12576
|
+
* @type {string}
|
|
12577
|
+
* @memberof Environment
|
|
12578
|
+
*/
|
|
12579
|
+
'expires_at'?: string | null;
|
|
12574
12580
|
}
|
|
12575
12581
|
/**
|
|
12576
12582
|
*
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -12571,6 +12571,12 @@ export interface Environment {
|
|
|
12571
12571
|
* @memberof Environment
|
|
12572
12572
|
*/
|
|
12573
12573
|
'cluster_name'?: string;
|
|
12574
|
+
/**
|
|
12575
|
+
* Date after which the environment is automatically deleted. Null when the environment never expires, which is the case for every environment except the throwaway ones created for a single agentic workflow run.
|
|
12576
|
+
* @type {string}
|
|
12577
|
+
* @memberof Environment
|
|
12578
|
+
*/
|
|
12579
|
+
'expires_at'?: string | null;
|
|
12574
12580
|
}
|
|
12575
12581
|
/**
|
|
12576
12582
|
*
|