@slflows/sdk
Advanced tools
+12
-2
@@ -1073,3 +1073,8 @@ /** | ||
| newStatus: "in_progress" | "draining"; | ||
| nextScheduleDelay?: number; | ||
| /** Specifies the time in seconds after which the callback will | ||
| * be called again in case the entity is not in a complete state. | ||
| * If set to null, the callback won't be called again. It can be | ||
| * invoked using lifecycle.sync() from e.g. an http request handler. | ||
| */ | ||
| nextScheduleDelay?: number | null; | ||
| } | ||
@@ -1082,3 +1087,8 @@ type EntityLifecycleCallbackOutput = EntityNonSchedulableLifecycleCallbackOutput | EntitySchedulableLifecycleCallbackOutput; | ||
| newStatus: "in_progress" | "draining"; | ||
| nextScheduleDelay?: number; | ||
| /** Specifies the time in seconds after which the callback will | ||
| * be called again in case the app is not in a complete state. If | ||
| * set to null, the callback won't be called again. It can be | ||
| * invoked using lifecycle.sync() from e.g. an http request handler. | ||
| */ | ||
| nextScheduleDelay?: number | null; | ||
| } | ||
@@ -1085,0 +1095,0 @@ type AppLifecycleCallbackOutput = AppNonSchedulableLifecycleCallbackOutput | AppSchedulableLifecycleCallbackOutput; |
+1
-1
| { | ||
| "name": "@slflows/sdk", | ||
| "version": "0.6.2", | ||
| "version": "0.7.0", | ||
| "files": [ | ||
@@ -5,0 +5,0 @@ "dist" |
38492
1.53%1172
0.86%