windmill-cli 1.594.0 → 1.595.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.594.0";
25
+ export declare const VERSION = "1.595.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;
@@ -1 +1 @@
1
- {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/py/windmill_parser_wasm.js"],"names":[],"mappings":"AAuEA;;;;GAIG;AACH,mCAJW,MAAM,8CAEJ,MAAM,CAiBlB;AAED;;;GAGG;AACH,sCAHW,MAAM,GACJ,MAAM,CAelB;AAkCD,yBAA2B"}
1
+ {"version":3,"file":"windmill_parser_wasm.d.ts","sourceRoot":"","sources":["../../../src/wasm/py/windmill_parser_wasm.js"],"names":[],"mappings":"AA2EA;;;;GAIG;AACH,mCAJW,MAAM,8CAEJ,MAAM,CAiBlB;AAED;;;GAGG;AACH,sCAHW,MAAM,GACJ,MAAM,CAelB;AAkCD,yBAA2B"}
@@ -613,6 +613,7 @@ export type FlowStatusModule = {
613
613
  iterator?: {
614
614
  index?: number;
615
615
  itered?: Array<unknown>;
616
+ itered_len?: number;
616
617
  args?: unknown;
617
618
  };
618
619
  flow_jobs?: Array<(string)>;
@@ -3915,6 +3916,7 @@ export type GetSettingsResponse = ({
3915
3916
  teams_team_id?: string;
3916
3917
  teams_command_script?: string;
3917
3918
  teams_team_name?: string;
3919
+ teams_team_guid?: string;
3918
3920
  auto_invite_domain?: string;
3919
3921
  auto_invite_operator?: boolean;
3920
3922
  auto_add?: boolean;