windmill-client 1.583.2 → 1.584.0

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.583.2',
42
+ VERSION: '1.584.0',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -4592,6 +4592,12 @@ export type ExecuteComponentData = {
4592
4592
  [key: string]: unknown;
4593
4593
  };
4594
4594
  force_viewer_allow_user_resources?: Array<(string)>;
4595
+ /**
4596
+ * Runnable query parameters
4597
+ */
4598
+ run_query_params?: {
4599
+ [key: string]: unknown;
4600
+ };
4595
4601
  };
4596
4602
  workspace: string;
4597
4603
  };
@@ -13027,6 +13033,12 @@ export type $OpenApiTs = {
13027
13033
  [key: string]: unknown;
13028
13034
  };
13029
13035
  force_viewer_allow_user_resources?: Array<(string)>;
13036
+ /**
13037
+ * Runnable query parameters
13038
+ */
13039
+ run_query_params?: {
13040
+ [key: string]: unknown;
13041
+ };
13030
13042
  };
13031
13043
  workspace: string;
13032
13044
  };
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.583.2",
4
+ "version": "1.584.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {