Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@slflows/sdk

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slflows/sdk - npm Package Compare versions

Comparing version
0.6.2
to
0.7.0
+12
-2
dist/v1/index.d.ts

@@ -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"