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.
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +15 -8
- package/esm/src/commands/app/apps.js +9 -3
- package/esm/src/commands/sync/global.js +2 -2
- package/esm/src/main.js +1 -1
- package/package.json +1 -1
- package/types/gen/services.gen.d.ts +7 -3
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +1 -2
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/src/commands/app/apps.d.ts.map +1 -1
- package/types/src/commands/sync/global.d.ts +1 -1
- package/types/src/commands/sync/global.d.ts.map +1 -1
- package/types/src/main.d.ts +1 -1
- package/types/windmill-utils-internal/src/gen/types.gen.d.ts +1 -2
- package/types/windmill-utils-internal/src/gen/types.gen.d.ts.map +1 -1
|
@@ -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,
|
|
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 +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,
|
|
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"}
|
package/types/src/main.d.ts
CHANGED
|
@@ -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.
|
|
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;
|