@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
|
@@ -91433,6 +91433,10 @@ export interface PlaygroundWorkflowEchoOutput {
|
|
|
91433
91433
|
* The tags exactly as they were received
|
|
91434
91434
|
*/
|
|
91435
91435
|
tags: string[];
|
|
91436
|
+
/**
|
|
91437
|
+
* 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.
|
|
91438
|
+
*/
|
|
91439
|
+
echo_id: string;
|
|
91436
91440
|
/**
|
|
91437
91441
|
* ISO-8601 instant (UTC) at which the echo was stored
|
|
91438
91442
|
*/
|
package/dist/index.cjs
CHANGED
|
@@ -11934,7 +11934,7 @@ var compositions = {
|
|
|
11934
11934
|
"mail_template_publish": { "label": "Publish template" },
|
|
11935
11935
|
"mail_template_update": { "label": "Update template" },
|
|
11936
11936
|
"mail_usage_get": { "label": "Get usage" },
|
|
11937
|
-
"playground_workflow_echo": { "pii": ["input.note"], "label": "Store workflow echo" },
|
|
11937
|
+
"playground_workflow_echo": { "pii": ["input.note", "output.note"], "label": "Store workflow echo", "completion_event": "playground/workflow.echoed" },
|
|
11938
11938
|
"playground_workflow_ping": { "label": "Fire workflow ping", "completion_event": "playground/workflow.ping" }
|
|
11939
11939
|
};
|
|
11940
11940
|
|