windmill-client 1.589.0 → 1.589.2
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/dist/core/OpenAPI.js +1 -1
- package/dist/types.gen.d.ts +4 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -4438,6 +4438,7 @@ export type GetFlowDeploymentStatusData = {
|
|
|
4438
4438
|
};
|
|
4439
4439
|
export type GetFlowDeploymentStatusResponse = {
|
|
4440
4440
|
lock_error_logs?: string;
|
|
4441
|
+
job_id?: string;
|
|
4441
4442
|
};
|
|
4442
4443
|
export type GetTriggersCountOfFlowData = {
|
|
4443
4444
|
path: string;
|
|
@@ -5144,6 +5145,7 @@ export type GetScriptDeploymentStatusData = {
|
|
|
5144
5145
|
export type GetScriptDeploymentStatusResponse = {
|
|
5145
5146
|
lock?: string;
|
|
5146
5147
|
lock_error_logs?: string;
|
|
5148
|
+
job_id?: string;
|
|
5147
5149
|
};
|
|
5148
5150
|
export type CreateDraftData = {
|
|
5149
5151
|
requestBody: {
|
|
@@ -12683,6 +12685,7 @@ export type $OpenApiTs = {
|
|
|
12683
12685
|
*/
|
|
12684
12686
|
200: {
|
|
12685
12687
|
lock_error_logs?: string;
|
|
12688
|
+
job_id?: string;
|
|
12686
12689
|
};
|
|
12687
12690
|
};
|
|
12688
12691
|
};
|
|
@@ -13983,6 +13986,7 @@ export type $OpenApiTs = {
|
|
|
13983
13986
|
200: {
|
|
13984
13987
|
lock?: string;
|
|
13985
13988
|
lock_error_logs?: string;
|
|
13989
|
+
job_id?: string;
|
|
13986
13990
|
};
|
|
13987
13991
|
};
|
|
13988
13992
|
};
|