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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.482.0',
42
+ VERSION: '1.482.1',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -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?: unknown;
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?: unknown;
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?: unknown;
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?: unknown;
11552
+ use_latest_version?: boolean;
11552
11553
  };
11553
11554
  };
11554
11555
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.482.0",
4
+ "version": "1.482.1",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {