windmill-cli 1.772.0 → 1.773.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.
Files changed (2) hide show
  1. package/esm/main.js +6 -4
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
16784
16784
  PASSWORD: undefined,
16785
16785
  TOKEN: getEnv3("WM_TOKEN"),
16786
16786
  USERNAME: undefined,
16787
- VERSION: "1.772.0",
16787
+ VERSION: "1.773.0",
16788
16788
  WITH_CREDENTIALS: true,
16789
16789
  interceptors: {
16790
16790
  request: new Interceptors,
@@ -21362,7 +21362,8 @@ var backendVersion = () => {
21362
21362
  label: data3.label,
21363
21363
  search: data3.search,
21364
21364
  per_page: data3.perPage,
21365
- cursor: data3.cursor
21365
+ cursor: data3.cursor,
21366
+ include_draft_only: data3.includeDraftOnly
21366
21367
  }
21367
21368
  });
21368
21369
  }, countRunnablesByOwner = (data3) => {
@@ -21374,7 +21375,8 @@ var backendVersion = () => {
21374
21375
  },
21375
21376
  query: {
21376
21377
  kinds: data3.kinds,
21377
- include_without_main: data3.includeWithoutMain
21378
+ include_without_main: data3.includeWithoutMain,
21379
+ include_draft_only: data3.includeDraftOnly
21378
21380
  }
21379
21381
  });
21380
21382
  }, listFlows = (data3) => {
@@ -27159,7 +27161,7 @@ var init_auth = __esm(async () => {
27159
27161
  });
27160
27162
 
27161
27163
  // src/core/constants.ts
27162
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.772.0";
27164
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.773.0";
27163
27165
 
27164
27166
  // src/utils/git.ts
27165
27167
  var exports_git = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.772.0",
3
+ "version": "1.773.0",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",