windmill-client 1.296.1 → 1.297.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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '/api',
6
- VERSION: '1.296.1',
6
+ VERSION: '1.297.0',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -13,4 +13,5 @@ export type FlowMetadata = {
13
13
  priority?: number;
14
14
  dedicated_worker?: boolean;
15
15
  timeout?: number;
16
+ visible_to_runner_only?: boolean;
16
17
  };
@@ -23,6 +23,7 @@ export type NewScript = {
23
23
  delete_after_use?: boolean;
24
24
  deployment_message?: string;
25
25
  concurrency_key?: string;
26
+ visible_to_runner_only?: boolean;
26
27
  };
27
28
  export declare namespace NewScript {
28
29
  enum language {
@@ -6,4 +6,5 @@ export type OpenFlowWPath = (OpenFlow & {
6
6
  priority?: number;
7
7
  dedicated_worker?: boolean;
8
8
  timeout?: number;
9
+ visible_to_runner_only?: boolean;
9
10
  });
@@ -35,6 +35,7 @@ export type Script = {
35
35
  restart_unless_cancelled?: boolean;
36
36
  timeout?: number;
37
37
  delete_after_use?: boolean;
38
+ visible_to_runner_only?: boolean;
38
39
  };
39
40
  export declare namespace Script {
40
41
  enum language {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.296.1",
4
+ "version": "1.297.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {