@lessly/sdk-app 66.0.0 → 66.1.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.
- package/dist/_types/gen/types.gen.d.ts +4 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +4 -0
package/src/gen/types.gen.ts
CHANGED
|
@@ -86050,6 +86050,10 @@ note: string
|
|
|
86050
86050
|
* The tags exactly as they were received
|
|
86051
86051
|
*/
|
|
86052
86052
|
tags: string[]
|
|
86053
|
+
/**
|
|
86054
|
+
* Correlation id for this echo. The playground/workflow.echoed event published about two seconds later repeats it, which is how a composer matches the completion back to this step.
|
|
86055
|
+
*/
|
|
86056
|
+
echo_id: string
|
|
86053
86057
|
/**
|
|
86054
86058
|
* ISO-8601 instant (UTC) at which the echo was stored
|
|
86055
86059
|
*/
|