@lessly/sdk-app 71.5.0 → 71.6.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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/manifest.gen.ts +3 -3
package/dist/index.cjs
CHANGED
|
@@ -12173,10 +12173,10 @@ var operations = {
|
|
|
12173
12173
|
"workflow_wait_resolve": "write"
|
|
12174
12174
|
};
|
|
12175
12175
|
var compositions = {
|
|
12176
|
-
"brain_cognition_digest": { "label": "Run cognition digest" },
|
|
12177
|
-
"brain_cognition_sweep": { "label": "Run cognition sweep" },
|
|
12176
|
+
"brain_cognition_digest": { "label": "Run cognition digest", "completion_event": "brain/cognition.digest-completed" },
|
|
12177
|
+
"brain_cognition_sweep": { "label": "Run cognition sweep", "completion_event": "brain/cognition.sweep-completed" },
|
|
12178
12178
|
"brain_daemon_reingest": { "label": "Reingest daemon source", "options": { "id": "brain_daemons_list" } },
|
|
12179
|
-
"brain_daemon_run": { "label": "Run ingestion daemon", "options": { "id": "brain_daemons_list" } },
|
|
12179
|
+
"brain_daemon_run": { "label": "Run ingestion daemon", "options": { "id": "brain_daemons_list" }, "completion_event": "brain/daemon.run-completed" },
|
|
12180
12180
|
"brain_daemon_runs": { "label": "List daemon runs", "options": { "id": "brain_daemons_list" } },
|
|
12181
12181
|
"brain_daemon_status": { "label": "Get daemon status", "options": { "id": "brain_daemons_list" } },
|
|
12182
12182
|
"brain_daemons_list": { "label": "List daemons" },
|