windmill-cli 1.588.0 → 1.589.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.
@@ -1 +1 @@
1
- {"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../../../../src/src/commands/app/apps.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,OAAO,EAMR,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAe,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAOhE,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,GAAG,CAAC;IACX,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAoBD,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAQ9D;AACD,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,sBA8B/D;AACD,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,GAAG,WAEhD;AACD,wBAAsB,OAAO,CAC3B,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,GACf,OAAO,CAAC,IAAI,CAAC,CA+Df;AAED,wBAAsB,gBAAgB,CACpC,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,OAAO,iBAUnB;AA0CD,QAAA,MAAM,OAAO;;;;;;;;;;;;oBAqBT,CAAC;AAEL,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"apps.d.ts","sourceRoot":"","sources":["../../../../src/src/commands/app/apps.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,OAAO,EAMR,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAe,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAOhE,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,GAAG,CAAC;IACX,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;CAChB;AAoBD,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAQ9D;AACD,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,sBAkC/D;AACD,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,GAAG,WAEhD;AACD,wBAAsB,OAAO,CAC3B,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,MAAM,GACf,OAAO,CAAC,IAAI,CAAC,CA+Df;AAED,wBAAsB,gBAAgB,CACpC,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,OAAO,iBAUnB;AA0CD,QAAA,MAAM,OAAO;;;;;;;;;;;;oBAqBT,CAAC;AAEL,eAAe,OAAO,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export declare function updateGlobalVersions(version: string): void;
2
- export declare function isVersionsGeq15851(): boolean;
2
+ export declare function isVersionsGeq1585(): boolean;
3
3
  //# sourceMappingURL=global.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../../src/src/commands/sync/global.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,QAWnD;AAED,wBAAgB,kBAAkB,IAAI,OAAO,CAO5C"}
1
+ {"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../../src/src/commands/sync/global.ts"],"names":[],"mappings":"AAUA,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,MAAM,QAWnD;AAED,wBAAgB,iBAAiB,IAAI,OAAO,CAO3C"}
@@ -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.588.0";
25
+ export declare const VERSION = "1.589.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;
@@ -5438,13 +5438,11 @@ export type ListFlowPathsFromWorkspaceRunnableData = {
5438
5438
  };
5439
5439
  export type ListFlowPathsFromWorkspaceRunnableResponse = (Array<(string)>);
5440
5440
  export type GetFlowVersionData = {
5441
- path: string;
5442
5441
  version: number;
5443
5442
  workspace: string;
5444
5443
  };
5445
5444
  export type GetFlowVersionResponse = (Flow);
5446
5445
  export type UpdateFlowHistoryData = {
5447
- path: string;
5448
5446
  /**
5449
5447
  * Flow deployment message
5450
5448
  */
@@ -8442,6 +8440,7 @@ export type ListBlacklistedAgentTokensResponse = (Array<{
8442
8440
  */
8443
8441
  blacklisted_by: string;
8444
8442
  }>);
8443
+ export type GetMinVersionResponse = (string);
8445
8444
  export type GetGranularAclsData = {
8446
8445
  kind: 'script' | 'group_' | 'resource' | 'schedule' | 'variable' | 'flow' | 'folder' | 'app' | 'raw_app' | 'http_trigger' | 'websocket_trigger' | 'kafka_trigger' | 'nats_trigger' | 'postgres_trigger' | 'mqtt_trigger' | 'gcp_trigger' | 'sqs_trigger' | 'email_trigger';
8447
8446
  path: string;