windmill-cli 1.558.0 → 1.559.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.
@@ -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.558.0";
25
+ export declare const VERSION = "1.559.0";
26
26
  export declare const WM_FORK_PREFIX = "wm-fork";
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;
@@ -3,5 +3,6 @@
3
3
  * @returns {string}
4
4
  */
5
5
  export function parse_rust(code: string): string;
6
- export const __wasm: any;
6
+ export { wasm as __wasm };
7
+ declare const wasm: any;
7
8
  //# sourceMappingURL=windmill_parser_wasm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/rust/windmill_parser_wasm.js"],"names":[],"mappings":"AAmEA;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAelB;AAkCD,yBAA2B"}
1
+ {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/rust/windmill_parser_wasm.js"],"names":[],"mappings":"AAkEA;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAelB;;AAmBD,wBAAgG"}
@@ -2958,6 +2958,7 @@ export type UnarchiveWorkspaceData = {
2958
2958
  };
2959
2959
  export type UnarchiveWorkspaceResponse = (string);
2960
2960
  export type DeleteWorkspaceData = {
2961
+ onlyDeleteForks?: boolean;
2961
2962
  workspace: string;
2962
2963
  };
2963
2964
  export type DeleteWorkspaceResponse = (string);