windmill-client 1.402.1 → 1.403.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.
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.402.1',
42
+ VERSION: '1.403.0',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -891,6 +891,9 @@ export type FlowModule = {
891
891
  skip_if_stopped?: boolean;
892
892
  expr: string;
893
893
  };
894
+ skip_if?: {
895
+ expr: string;
896
+ };
894
897
  sleep?: InputTransform;
895
898
  cache_ttl?: number;
896
899
  timeout?: number;
@@ -1034,6 +1037,7 @@ export type FlowStatusModule = {
1034
1037
  approver: string;
1035
1038
  }>;
1036
1039
  failed_retries?: Array<(string)>;
1040
+ skipped?: boolean;
1037
1041
  };
1038
1042
  export type ParameterKey = string;
1039
1043
  export type ParameterWorkspaceId = string;
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.402.1",
4
+ "version": "1.403.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {