windmill-cli 1.615.0 → 1.615.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.
@@ -22,7 +22,7 @@ import { pull as hubPull } from "./commands/hub/hub.js";
22
22
  import { pull, push } from "./commands/sync/sync.js";
23
23
  import { add as workspaceAdd } from "./commands/workspace/workspace.js";
24
24
  export { flow, app, script, workspace, resource, resourceType, user, variable, hub, folder, schedule, trigger, sync, gitsyncSettings, instance, dev, hubPull, pull, push, workspaceAdd, };
25
- export declare const VERSION = "1.615.0";
25
+ export declare const VERSION = "1.615.2";
26
26
  export { WM_FORK_PREFIX } from "./core/constants.js";
27
27
  declare const command: Command<{
28
28
  workspace?: (import("../deps/jsr.io/@windmill-labs/cliffy-command/1.0.0-rc.5/mod.js").StringType & string) | undefined;
@@ -3885,7 +3885,16 @@ export type TestMetadataData = {
3885
3885
  };
3886
3886
  export type TestMetadataResponse = (string);
3887
3887
  export type ListGlobalSettingsResponse = (Array<GlobalSetting>);
3888
- export type GetMinKeepAliveVersionResponse = (string);
3888
+ export type GetMinKeepAliveVersionResponse = ({
3889
+ /**
3890
+ * minimum version for normal workers
3891
+ */
3892
+ worker: string;
3893
+ /**
3894
+ * minimum version for agent workers
3895
+ */
3896
+ agent: string;
3897
+ });
3889
3898
  export type GetJwksResponse = (JwksResponse);
3890
3899
  export type TestSecretBackendData = {
3891
3900
  /**