@slflows/sdk
Advanced tools
+10
-2
@@ -578,3 +578,3 @@ /** | ||
| * // Manual approval received | ||
| * await lifecycle.proceed(); | ||
| * await lifecycle.sync(); | ||
| * | ||
@@ -843,2 +843,3 @@ * await http.respond(input.request.requestId, { | ||
| description?: string; | ||
| sensitive?: boolean; | ||
| additionalProperties?: boolean | { | ||
@@ -864,3 +865,9 @@ type: JsonSchemaType; | ||
| sensitive?: boolean; | ||
| sensitivity?: SignalSensitivity; | ||
| } | ||
| declare enum SignalSensitivity { | ||
| HideByDefault = "hide_by_default", | ||
| NeverShow = "never_show", | ||
| NotSensitive = "not_sensitive" | ||
| } | ||
| interface AppHTTPComponent { | ||
@@ -1009,2 +1016,3 @@ onRequest: (input: AppOnHTTPRequestInput) => Promise<void>; | ||
| sensitive?: boolean; | ||
| sensitivity?: SignalSensitivity; | ||
| } | ||
@@ -1252,3 +1260,3 @@ interface AppBlockSchedule { | ||
| export { blocks, defineApp, events, getInvocationMetadata, http, kv, lifecycle, messaging, timers, ui }; | ||
| export { SignalSensitivity, blocks, defineApp, events, getInvocationMetadata, http, kv, lifecycle, messaging, timers, ui }; | ||
| export type { AppBlock, AppBlockComponentInput, AppBlockComponentOutput, AppBlockConfigField, AppBlockHTTPComponent, AppBlockInputConfigField, AppBlockSchedule, AppBlockSignal, AppBlockUIComponent, AppConfigField, AppContext, AppHTTPComponent, AppHTTPEndpoint, AppInput, AppLifecycleCallbackOutput, AppLifecycleStatus, AppOnCreateOutput, AppOnHTTPRequestInput, AppOnInternalMessageInput, AppOnTimerInput, AppOnTriggerInput, AppOnUIRequestInput, AppSchedule, AppSchema, AppSignal, AppUIComponent, EntityContext, EntityHTTPEndpoint, EntityInput, EntityLifecycleCallbackOutput, EntityLifecycleComponent, EntityLifecycleStatus, EntityOnHTTPRequestInput, EntityOnInternalMessageInput, EntityOnTimerInput, EntityOnTriggerInput, EntityOnUIRequestInput, EntityOutput, EntityView, EntityViewType, EventContext, EventInput, HTTPRequest, JsonSchema, PopulateFrom, ScheduleDefinition, SuggestValuesInput, SuggestValuesOutput, SuggestedValue, Type, UIRequest }; |
+3
-3
| { | ||
| "name": "@slflows/sdk", | ||
| "version": "0.9.0", | ||
| "version": "0.10.0", | ||
| "files": [ | ||
@@ -12,4 +12,4 @@ "dist" | ||
| "devDependencies": { | ||
| "pkgroll": "^2.21.4", | ||
| "rollup": "^4.53.3", | ||
| "pkgroll": "^2.27.0", | ||
| "rollup": "^4.59.0", | ||
| "rollup-plugin-dts": "^6.3.0", | ||
@@ -16,0 +16,0 @@ "typescript": "^5.9.3" |
41675
0.62%1258
0.64%