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.
- package/dist/core/OpenAPI.js +1 -1
- package/dist/types.gen.d.ts +12 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
};
|