@slflows/sdk
Advanced tools
@@ -52,2 +52,4 @@ /** | ||
| typeIds?: string[]; | ||
| /** Filter by lifecycle statuses (omit to list all blocks regardless of status) */ | ||
| statuses?: ("draft" | "in_progress" | "ready" | "drifted" | "failed" | "draining" | "draining_failed")[]; | ||
| } | ||
@@ -67,2 +69,4 @@ /** | ||
| config: Record<string, any>; | ||
| /** Lifecycle status of the block, if the block has a lifecycle (null otherwise) */ | ||
| lifecycleStatus: "draft" | "in_progress" | "ready" | "drifted" | "failed" | "draining" | "draining_failed" | null; | ||
| }[]; | ||
@@ -69,0 +73,0 @@ } |
+4
-4
| { | ||
| "name": "@slflows/sdk", | ||
| "version": "0.13.0", | ||
| "version": "0.14.0", | ||
| "files": [ | ||
@@ -13,5 +13,5 @@ "dist" | ||
| "pkgroll": "^2.27.0", | ||
| "rollup": "^4.59.0", | ||
| "rollup-plugin-dts": "^6.3.0", | ||
| "typescript": "^5.9.3" | ||
| "rollup": "^4.60.1", | ||
| "rollup-plugin-dts": "^6.4.1", | ||
| "typescript": "^6.0.2" | ||
| }, | ||
@@ -18,0 +18,0 @@ "scripts": { |
42274
0.98%1264
0.32%