@slflows/sdk 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1005,7 +1005,7 @@ interface AppBlockSignal {
1005
1005
  name: string;
1006
1006
  description: string;
1007
1007
  sensitive?: boolean;
1008
- sensitivity?: SignalSensitivity;
1008
+ sensitivity?: "hide_by_default" | "never_show" | "not_sensitive";
1009
1009
  }
1010
1010
  interface AppBlockSchedule {
1011
1011
  description?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slflows/sdk",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],