windmill-client 1.379.2 → 1.379.4

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.379.2',
42
+ VERSION: '1.379.4',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
@@ -859,6 +859,7 @@ export type FlowModule = {
859
859
  user_groups_required?: InputTransform;
860
860
  self_approval_disabled?: boolean;
861
861
  hide_cancel?: boolean;
862
+ continue_on_disapprove_timeout?: boolean;
862
863
  };
863
864
  priority?: number;
864
865
  continue_on_error?: boolean;
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.379.2",
4
+ "version": "1.379.4",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {