@slflows/sdk 0.4.0 → 0.5.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.
@@ -1031,6 +1031,8 @@ interface EventContext {
1031
1031
  * Present when this event was emitted with echo: true.
1032
1032
  */
1033
1033
  echo?: {
1034
+ /** Unique identifier of the original event that was echoed */
1035
+ id: string;
1034
1036
  /** The event body that was echoed */
1035
1037
  body: any;
1036
1038
  /** The output key where the original event was emitted */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slflows/sdk",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],