windmill-client
Advanced tools
Comparing version 1.154.2 to 1.156.0
@@ -6,3 +6,3 @@ "use strict"; | ||
BASE: '/api', | ||
VERSION: '1.154.2', | ||
VERSION: '1.156.0', | ||
WITH_CREDENTIALS: false, | ||
@@ -9,0 +9,0 @@ CREDENTIALS: 'include', |
@@ -7,2 +7,8 @@ import type { ScriptArgs } from './ScriptArgs'; | ||
on_failure?: string; | ||
on_failure_times?: number; | ||
on_failure_exact?: boolean; | ||
on_failure_extra_args?: ScriptArgs; | ||
on_recovery?: string; | ||
on_recovery_times?: number; | ||
on_recovery_extra_args?: ScriptArgs; | ||
}; |
@@ -11,2 +11,8 @@ import type { ScriptArgs } from './ScriptArgs'; | ||
on_failure?: string; | ||
on_failure_times?: number; | ||
on_failure_exact?: boolean; | ||
on_failure_extra_args?: ScriptArgs; | ||
on_recovery?: string; | ||
on_recovery_times?: number; | ||
on_recovery_extra_args?: ScriptArgs; | ||
}; |
@@ -16,2 +16,8 @@ import type { ScriptArgs } from './ScriptArgs'; | ||
on_failure?: string; | ||
on_failure_times?: number; | ||
on_failure_exact?: boolean; | ||
on_failure_extra_args?: ScriptArgs; | ||
on_recovery?: string; | ||
on_recovery_times?: number; | ||
on_recovery_extra_args?: ScriptArgs; | ||
}; |
{ | ||
"name": "windmill-client", | ||
"description": "Windmill SDK client for browsers and Node.js", | ||
"version": "1.154.2", | ||
"version": "1.156.0", | ||
"author": "Ruben Fiszel", | ||
@@ -6,0 +6,0 @@ "license": "Apache 2.0", |
338438
10386