windmill-client 1.482.0 → 1.482.1
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 +5 -4
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -349,6 +349,7 @@ export type ScriptLang = 'python3' | 'deno' | 'go' | 'bash' | 'powershell' | 'po
|
|
|
349
349
|
export type Preview = {
|
|
350
350
|
content?: string;
|
|
351
351
|
path?: string;
|
|
352
|
+
script_hash?: string;
|
|
352
353
|
args: ScriptArgs;
|
|
353
354
|
language?: ScriptLang;
|
|
354
355
|
tag?: string;
|
|
@@ -4136,7 +4137,7 @@ export type BatchReRunJobsData = {
|
|
|
4136
4137
|
input_transforms?: {
|
|
4137
4138
|
[key: string]: InputTransform;
|
|
4138
4139
|
};
|
|
4139
|
-
use_latest_version?:
|
|
4140
|
+
use_latest_version?: boolean;
|
|
4140
4141
|
};
|
|
4141
4142
|
};
|
|
4142
4143
|
flow_options_by_path: {
|
|
@@ -4144,7 +4145,7 @@ export type BatchReRunJobsData = {
|
|
|
4144
4145
|
input_transforms?: {
|
|
4145
4146
|
[key: string]: InputTransform;
|
|
4146
4147
|
};
|
|
4147
|
-
use_latest_version?:
|
|
4148
|
+
use_latest_version?: boolean;
|
|
4148
4149
|
};
|
|
4149
4150
|
};
|
|
4150
4151
|
};
|
|
@@ -11540,7 +11541,7 @@ export type $OpenApiTs = {
|
|
|
11540
11541
|
input_transforms?: {
|
|
11541
11542
|
[key: string]: InputTransform;
|
|
11542
11543
|
};
|
|
11543
|
-
use_latest_version?:
|
|
11544
|
+
use_latest_version?: boolean;
|
|
11544
11545
|
};
|
|
11545
11546
|
};
|
|
11546
11547
|
flow_options_by_path: {
|
|
@@ -11548,7 +11549,7 @@ export type $OpenApiTs = {
|
|
|
11548
11549
|
input_transforms?: {
|
|
11549
11550
|
[key: string]: InputTransform;
|
|
11550
11551
|
};
|
|
11551
|
-
use_latest_version?:
|
|
11552
|
+
use_latest_version?: boolean;
|
|
11552
11553
|
};
|
|
11553
11554
|
};
|
|
11554
11555
|
};
|